01JFJYQZBC46CVTJTRNTN2MFYQ: 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: 01JFJYS0EJ17N0S397BKZT79B4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:16:02.160Zjob assigned to worker 01JFJYS3MZQB9RR1RNP7GJ8VN9 [factory aws, i-0e2f98c821d3584b2] (queued for 59 s)
 
22024-12-20T21:16:10.166Zstarting task 0: "setup"
32024-12-20T21:16:10.177Z++ uname -s
42024-12-20T21:16:10.180Z+ kern=SunOS
52024-12-20T21:16:10.180Z+ case "$kern" in
62024-12-20T21:16:10.180Z+ groupadd -g 12345 build
72024-12-20T21:16:10.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:16:12.190Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:16:12.355Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:16:12.360Z+ home_fs=zfs
112024-12-20T21:16:12.360Z+ [[ zfs == autofs ]]
122024-12-20T21:16:12.360Z+ mkdir -p /home/build
132024-12-20T21:16:12.362Z+ chown build:build /home/build /work
142024-12-20T21:16:14.361Z+ chmod 0700 /home/build /work
152024-12-20T21:16:14.365Zprocess exited: duration 4198 ms, exit code 0
 
162024-12-20T21:16:14.372Zstarting task 1: "rust-toolchain"
172024-12-20T21:16:14.376Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:16:14.376Z' 1.81.0
192024-12-20T21:16:14.376Z+ printf ' * toolchain profile = "%s"
202024-12-20T21:16:14.376Z' default
212024-12-20T21:16:14.376Z * toolchain channel = "1.81.0"
222024-12-20T21:16:14.376Z * toolchain profile = "default"
232024-12-20T21:16:14.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:16:14.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:16:14.500Zinfo: downloading installer
262024-12-20T21:16:15.851Zinfo: profile set to 'default'
272024-12-20T21:16:15.851Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:16:15.853Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:16:15.983Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:16:15.983Zinfo: downloading component 'cargo'
312024-12-20T21:16:16.682Zinfo: downloading component 'clippy'
322024-12-20T21:16:16.938Zinfo: downloading component 'rust-docs'
332024-12-20T21:16:17.914Zinfo: downloading component 'rust-std'
342024-12-20T21:16:19.408Zinfo: downloading component 'rustc'
352024-12-20T21:16:24.768Zinfo: downloading component 'rustfmt'
362024-12-20T21:16:24.973Zinfo: installing component 'cargo'
372024-12-20T21:16:25.758Zinfo: installing component 'clippy'
382024-12-20T21:16:26.116Zinfo: installing component 'rust-docs'
392024-12-20T21:16:27.705Zinfo: installing component 'rust-std'
402024-12-20T21:16:29.419Zinfo: installing component 'rustc'
412024-12-20T21:16:35.082Zinfo: installing component 'rustfmt'
422024-12-20T21:16:35.402Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:16:35.402Z
442024-12-20T21:16:35.764Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:16:35.764Z
462024-12-20T21:16:35.767Z
472024-12-20T21:16:35.767ZRust is installed now. Great!
482024-12-20T21:16:35.767Z
492024-12-20T21:16:35.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:16:35.767Zenvironment variable. This has not been done automatically.
512024-12-20T21:16:35.767Z
522024-12-20T21:16:35.767ZTo configure your current shell, you need to source
532024-12-20T21:16:35.767Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:16:35.767Z
552024-12-20T21:16:35.767ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:16:35.767Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:16:35.767Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:16:35.844Z+ rustc --version
592024-12-20T21:16:35.908Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:16:35.911Zprocess exited: duration 21535 ms, exit code 0
 
612024-12-20T21:16:35.918Zstarting task 2: "authentication"
622024-12-20T21:16:35.939Zprocess exited: duration 21 ms, exit code 0
 
632024-12-20T21:16:35.947Zstarting task 3: "clone repository"
642024-12-20T21:16:35.952Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:16:35.954Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:16:35.999ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:16:42.571Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:16:42.571Z+ git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b
692024-12-20T21:16:42.882ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:16:42.882Z * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD
712024-12-20T21:16:42.891Z+ [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
722024-12-20T21:16:42.894Z++ git branch --show-current
732024-12-20T21:16:42.897Z+ current=main
742024-12-20T21:16:42.897Z+ [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
752024-12-20T21:16:42.897Z+ git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b
762024-12-20T21:16:42.900Z+ git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target
772024-12-20T21:16:43.072ZSwitched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target'
782024-12-20T21:16:43.075Z+ git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b
792024-12-20T21:16:43.087ZHEAD is now at 5ecbe5f8c rebase
802024-12-20T21:16:43.091Zprocess exited: duration 7139 ms, exit code 0
 
812024-12-20T21:16:43.101Zstarting task 4: "build"
822024-12-20T21:16:43.105Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:16:43.108Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:16:43.108Z++ CARGO_TERM_COLOR=always
852024-12-20T21:16:43.108Z+ cargo --version
862024-12-20T21:16:43.161Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:16:43.164Z+ rustc --version
882024-12-20T21:16:43.223Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:16:43.226Z+ cargo tree --locked
902024-12-20T21:16:43.479Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T21:16:43.740Z Updating crates.io index
922024-12-20T21:16:43.774Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T21:16:44.267Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T21:16:44.552Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T21:16:44.841Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T21:16:45.115Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T21:16:46.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T21:16:47.513Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T21:16:48.303Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T21:16:49.058Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T21:16:49.297Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T21:16:49.571Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T21:16:50.179Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T21:16:50.460Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T21:16:50.797Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T21:16:51.104Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T21:16:51.353Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T21:16:51.640Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T21:16:51.950Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T21:16:52.248Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T21:16:52.662Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T21:16:52.937Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T21:16:53.404Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T21:16:53.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T21:16:54.080Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T21:16:54.460Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T21:16:54.714Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T21:16:55.001Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T21:16:55.258Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T21:16:56.747Z Downloading crates ...
1212024-12-20T21:16:56.869Z Downloaded adler2 v2.0.0
1222024-12-20T21:16:56.887Z Downloaded addr2line v0.24.2
1232024-12-20T21:16:56.895Z Downloaded fallible-iterator v0.3.0
1242024-12-20T21:16:56.901Z Downloaded fd-lock v4.0.2
1252024-12-20T21:16:56.904Z Downloaded fallible-iterator v0.2.0
1262024-12-20T21:16:56.907Z Downloaded async-stream-impl v0.3.6
1272024-12-20T21:16:56.909Z Downloaded fatfs v0.3.6
1282024-12-20T21:16:56.913Z Downloaded foreign-types-shared v0.1.1
1292024-12-20T21:16:56.916Z Downloaded atty v0.2.14
1302024-12-20T21:16:56.918Z Downloaded atomicwrites v0.4.4
1312024-12-20T21:16:56.918Z Downloaded foreign-types-shared v0.3.1
1322024-12-20T21:16:56.920Z Downloaded ciborium v0.2.2
1332024-12-20T21:16:56.922Z Downloaded foreign-types v0.3.2
1342024-12-20T21:16:56.925Z Downloaded async-object-pool v0.1.5
1352024-12-20T21:16:56.927Z Downloaded fxhash v0.2.1
1362024-12-20T21:16:56.927Z Downloaded arrayref v0.3.9
1372024-12-20T21:16:56.930Z Downloaded http-body v1.0.1
1382024-12-20T21:16:56.930Z Downloaded headers-core v0.3.0
1392024-12-20T21:16:56.933Z Downloaded anstyle-parse v0.2.5
1402024-12-20T21:16:56.935Z Downloaded assert_matches v1.5.0
1412024-12-20T21:16:56.937Z Downloaded hubpack_derive v0.1.1
1422024-12-20T21:16:56.937Z Downloaded assert-json-diff v2.0.2
1432024-12-20T21:16:56.941Z Downloaded anstyle v1.0.10
1442024-12-20T21:16:56.944Z Downloaded cfg_aliases v0.2.1
1452024-12-20T21:16:56.944Z Downloaded cfg_aliases v0.1.1
1462024-12-20T21:16:56.947Z Downloaded async-channel v2.3.1
1472024-12-20T21:16:56.947Z Downloaded async-attributes v1.1.2
1482024-12-20T21:16:56.949Z Downloaded aead v0.5.2
1492024-12-20T21:16:56.952Z Downloaded anes v0.1.6
1502024-12-20T21:16:56.954Z Downloaded guppy-workspace-hack v0.1.0
1512024-12-20T21:16:56.954Z Downloaded futures-io v0.3.31
1522024-12-20T21:16:56.958Z Downloaded castaway v0.2.3
1532024-12-20T21:16:56.958Z Downloaded byteorder v1.5.0
1542024-12-20T21:16:56.960Z Downloaded oso-derive v0.27.3
1552024-12-20T21:16:56.960Z Downloaded blowfish v0.9.1
1562024-12-20T21:16:56.963Z Downloaded bit-vec v0.6.3
1572024-12-20T21:16:56.965Z Downloaded fs-err v2.11.0
1582024-12-20T21:16:56.969Z Downloaded http-range v0.1.5
1592024-12-20T21:16:56.969Z Downloaded hex-literal v0.4.1
1602024-12-20T21:16:56.969Z Downloaded heck v0.4.1
1612024-12-20T21:16:56.972Z Downloaded cargo-platform v0.1.8
1622024-12-20T21:16:56.972Z Downloaded hostname v0.4.0
1632024-12-20T21:16:56.975Z Downloaded hubpack v0.1.2
1642024-12-20T21:16:56.977Z Downloaded bytecount v0.6.8
1652024-12-20T21:16:56.979Z Downloaded array-init v0.0.4
1662024-12-20T21:16:56.979Z Downloaded bitfield-struct v0.6.2
1672024-12-20T21:16:56.981Z Downloaded group v0.13.0
1682024-12-20T21:16:56.984Z Downloaded ghash v0.5.1
1692024-12-20T21:16:56.986Z Downloaded hash32 v0.3.1
1702024-12-20T21:16:56.986Z Downloaded futures-task v0.3.31
1712024-12-20T21:16:56.989Z Downloaded futures-macro v0.3.31
1722024-12-20T21:16:56.989Z Downloaded futures-timer v3.0.3
1732024-12-20T21:16:56.992Z Downloaded heck v0.5.0
1742024-12-20T21:16:56.995Z Downloaded chacha20 v0.9.1
1752024-12-20T21:16:56.995Z Downloaded cast v0.3.0
1762024-12-20T21:16:56.998Z Downloaded arrayvec v0.7.6
1772024-12-20T21:16:57.001Z Downloaded httpdate v1.0.3
1782024-12-20T21:16:57.001Z Downloaded opaque-debug v0.3.1
1792024-12-20T21:16:57.004Z Downloaded block-padding v0.3.3
1802024-12-20T21:16:57.004Z Downloaded chrono-tz-build v0.4.0
1812024-12-20T21:16:57.004Z Downloaded cassowary v0.3.0
1822024-12-20T21:16:57.006Z Downloaded block-buffer v0.10.4
1832024-12-20T21:16:57.009Z Downloaded bitfield v0.14.0
1842024-12-20T21:16:57.009Z Downloaded cfg-if v1.0.0
1852024-12-20T21:16:57.012Z Downloaded cexpr v0.6.0
1862024-12-20T21:16:57.015Z Downloaded blocking v1.6.1
1872024-12-20T21:16:57.015Z Downloaded hyper-tls v0.6.0
1882024-12-20T21:16:57.018Z Downloaded home v0.5.9
1892024-12-20T21:16:57.018Z Downloaded async-signal v0.2.10
1902024-12-20T21:16:57.021Z Downloaded num-iter v0.1.45
1912024-12-20T21:16:57.024Z Downloaded olpc-cjson v0.1.4
1922024-12-20T21:16:57.024Z Downloaded num_enum_derive v0.5.11
1932024-12-20T21:16:57.024Z Downloaded async-bb8-diesel v0.2.1
1942024-12-20T21:16:57.027Z Downloaded anstream v0.6.15
1952024-12-20T21:16:57.030Z Downloaded iana-time-zone v0.1.61
1962024-12-20T21:16:57.033Z Downloaded buf-list v1.0.3
1972024-12-20T21:16:57.036Z Downloaded humantime v2.1.0
1982024-12-20T21:16:57.040Z Downloaded backoff v0.4.0
1992024-12-20T21:16:57.040Z Downloaded hickory-client v0.24.1
2002024-12-20T21:16:57.043Z Downloaded highway v1.2.0
2012024-12-20T21:16:57.046Z Downloaded httptest v0.16.1
2022024-12-20T21:16:57.049Z Downloaded camino-tempfile v1.1.1
2032024-12-20T21:16:57.051Z Downloaded hyper-staticfile v0.10.1
2042024-12-20T21:16:57.054Z Downloaded async-executor v1.13.1
2052024-12-20T21:16:57.056Z Downloaded cancel-safe-futures v0.1.5
2062024-12-20T21:16:57.059Z Downloaded termtree v0.4.1
2072024-12-20T21:16:57.062Z Downloaded async-recursion v1.1.1
2082024-12-20T21:16:57.065Z Downloaded strum v0.26.3
2092024-12-20T21:16:57.067Z Downloaded want v0.3.1
2102024-12-20T21:16:57.067Z Downloaded phf_codegen v0.11.2
2112024-12-20T21:16:57.070Z Downloaded pem v3.0.4
2122024-12-20T21:16:57.070Z Downloaded target-triple v0.1.3
2132024-12-20T21:16:57.073Z Downloaded path-tree v0.8.1
2142024-12-20T21:16:57.073Z Downloaded parking v2.2.1
2152024-12-20T21:16:57.077Z Downloaded write16 v1.0.0
2162024-12-20T21:16:57.077Z Downloaded generic-array v0.14.7
2172024-12-20T21:16:57.080Z Downloaded futures-lite v2.3.0
2182024-12-20T21:16:57.080Z Downloaded cbc v0.1.2
2192024-12-20T21:16:57.083Z Downloaded futures v0.3.31
2202024-12-20T21:16:57.087Z Downloaded psl-types v2.0.11
2212024-12-20T21:16:57.090Z Downloaded cargo_metadata v0.18.1
2222024-12-20T21:16:57.092Z Downloaded bcs v0.1.6
2232024-12-20T21:16:57.095Z Downloaded powerfmt v0.2.0
2242024-12-20T21:16:57.095Z Downloaded polyval v0.6.2
2252024-12-20T21:16:57.112Z Downloaded hmac v0.12.1
2262024-12-20T21:16:57.112Z Downloaded argon2 v0.5.3
2272024-12-20T21:16:57.112Z Downloaded async-trait v0.1.83
2282024-12-20T21:16:57.112Z Downloaded cstr-argument v0.1.2
2292024-12-20T21:16:57.114Z Downloaded serde_spanned v0.6.8
2302024-12-20T21:16:57.114Z Downloaded serde_regex v1.1.0
2312024-12-20T21:16:57.114Z Downloaded blake2 v0.10.6
2322024-12-20T21:16:57.114Z Downloaded tabwriter v1.4.0
2332024-12-20T21:16:57.114Z Downloaded smf v0.2.3
2342024-12-20T21:16:57.118Z Downloaded radium v0.7.0
2352024-12-20T21:16:57.118Z Downloaded r2d2 v0.8.10
2362024-12-20T21:16:57.121Z Downloaded terminal_size v0.4.0
2372024-12-20T21:16:57.123Z Downloaded termcolor v1.4.1
2382024-12-20T21:16:57.123Z Downloaded ref-cast-impl v1.0.23
2392024-12-20T21:16:57.126Z Downloaded smawk v0.3.2
2402024-12-20T21:16:57.126Z Downloaded dhcproto-macros v0.1.0
2412024-12-20T21:16:57.129Z Downloaded rtoolbox v0.0.2
2422024-12-20T21:16:57.129Z Downloaded matches v0.1.10
2432024-12-20T21:16:57.131Z Downloaded env_filter v0.1.2
2442024-12-20T21:16:57.133Z Downloaded crunchy v0.2.2
2452024-12-20T21:16:57.133Z Downloaded strum_macros v0.24.3
2462024-12-20T21:16:57.137Z Downloaded match_cfg v0.1.0
2472024-12-20T21:16:57.137Z Downloaded rustls-pemfile v2.2.0
2482024-12-20T21:16:57.141Z Downloaded newtype_derive v0.1.6
2492024-12-20T21:16:57.145Z Downloaded target-spec v3.2.2
2502024-12-20T21:16:57.145Z Downloaded typify-macro v0.2.0
2512024-12-20T21:16:57.147Z Downloaded hyper-util v0.1.10
2522024-12-20T21:16:57.149Z Downloaded zeroize_derive v1.4.2
2532024-12-20T21:16:57.152Z Downloaded half v2.4.1
2542024-12-20T21:16:57.154Z Downloaded postgres-types v0.2.8
2552024-12-20T21:16:57.157Z Downloaded cfg-expr v0.17.0
2562024-12-20T21:16:57.160Z Downloaded pin-project-internal v1.1.6
2572024-12-20T21:16:57.163Z Downloaded fancy-regex v0.13.0
2582024-12-20T21:16:57.166Z Downloaded crc-catalog v2.4.0
2592024-12-20T21:16:57.170Z Downloaded serde_with_macros v3.11.0
2602024-12-20T21:16:57.173Z Downloaded allocator-api2 v0.2.18
2612024-12-20T21:16:57.176Z Downloaded termios v0.3.3
2622024-12-20T21:16:57.178Z Downloaded term v0.7.0
2632024-12-20T21:16:57.180Z Downloaded bytes v1.8.0
2642024-12-20T21:16:57.184Z Downloaded diesel-dtrace v0.4.2
2652024-12-20T21:16:57.186Z Downloaded convert_case v0.4.0
2662024-12-20T21:16:57.189Z Downloaded writeable v0.5.5
2672024-12-20T21:16:57.192Z Downloaded unicode-xid v0.2.6
2682024-12-20T21:16:57.192Z Downloaded oso v0.27.3
2692024-12-20T21:16:57.195Z Downloaded wyz v0.5.1
2702024-12-20T21:16:57.198Z Downloaded pkcs1 v0.7.5
2712024-12-20T21:16:57.200Z Downloaded enum-as-inner v0.5.1
2722024-12-20T21:16:57.203Z Downloaded keccak v0.1.5
2732024-12-20T21:16:57.205Z Downloaded pkcs5 v0.7.1
2742024-12-20T21:16:57.207Z Downloaded impl-trait-for-tuples v0.2.2
2752024-12-20T21:16:57.211Z Downloaded lazycell v1.3.0
2762024-12-20T21:16:57.213Z Downloaded icu_collections v1.5.0
2772024-12-20T21:16:57.219Z Downloaded maplit v1.0.2
2782024-12-20T21:16:57.221Z Downloaded managed v0.8.0
2792024-12-20T21:16:57.224Z Downloaded tracing-attributes v0.1.27
2802024-12-20T21:16:57.226Z Downloaded pest_derive v2.7.14
2812024-12-20T21:16:57.228Z Downloaded sqlparser_derive v0.2.2
2822024-12-20T21:16:57.231Z Downloaded arc-swap v1.7.1
2832024-12-20T21:16:57.233Z Downloaded chacha20poly1305 v0.10.1
2842024-12-20T21:16:57.236Z Downloaded packed_struct v0.10.1
2852024-12-20T21:16:57.239Z Downloaded oorandom v11.1.4
2862024-12-20T21:16:57.239Z Downloaded rustls-pki-types v1.10.0
2872024-12-20T21:16:57.242Z Downloaded csv-core v0.1.11
2882024-12-20T21:16:57.246Z Downloaded take_mut v0.2.2
2892024-12-20T21:16:57.246Z Downloaded snafu-derive v0.8.5
2902024-12-20T21:16:57.248Z Downloaded test-strategy v0.3.1
2912024-12-20T21:16:57.251Z Downloaded env_logger v0.11.5
2922024-12-20T21:16:57.254Z Downloaded pkg-config v0.3.31
2932024-12-20T21:16:57.258Z Downloaded rand_core v0.6.4
2942024-12-20T21:16:57.261Z Downloaded crucible-workspace-hack v0.1.0
2952024-12-20T21:16:57.261Z Downloaded rustversion v1.0.17
2962024-12-20T21:16:57.261Z Downloaded indent_write v2.2.0
2972024-12-20T21:16:57.266Z Downloaded phf_generator v0.11.2
2982024-12-20T21:16:57.270Z Downloaded serde-hex v0.1.0
2992024-12-20T21:16:57.270Z Downloaded semver v0.1.20
3002024-12-20T21:16:57.270Z Downloaded tempfile v3.13.0
3012024-12-20T21:16:57.275Z Downloaded multer v3.1.0
3022024-12-20T21:16:57.277Z Downloaded predicates-tree v1.0.11
3032024-12-20T21:16:57.277Z Downloaded expectorate v1.1.0
3042024-12-20T21:16:57.280Z Downloaded progenitor-macro v0.8.0
3052024-12-20T21:16:57.280Z Downloaded ref-cast v1.0.23
3062024-12-20T21:16:57.283Z Downloaded slog-scope v4.4.0
3072024-12-20T21:16:57.285Z Downloaded heapless v0.7.17
3082024-12-20T21:16:57.289Z Downloaded slog-json v2.6.1
3092024-12-20T21:16:57.291Z Downloaded toml v0.8.19
3102024-12-20T21:16:57.295Z Downloaded doc-comment v0.3.3
3112024-12-20T21:16:57.298Z Downloaded thiserror v1.0.69
3122024-12-20T21:16:57.302Z Downloaded owo-colors v4.1.0
3132024-12-20T21:16:57.305Z Downloaded version_check v0.9.5
3142024-12-20T21:16:57.307Z Downloaded base64 v0.21.7
3152024-12-20T21:16:57.311Z Downloaded dhcproto v0.12.0
3162024-12-20T21:16:57.315Z Downloaded derive_more v0.99.18
3172024-12-20T21:16:57.321Z Downloaded tap v1.0.1
3182024-12-20T21:16:57.324Z Downloaded tabled_derive v0.7.0
3192024-12-20T21:16:57.324Z Downloaded synstructure v0.13.1
3202024-12-20T21:16:57.326Z Downloaded datatest-stable v0.2.9
3212024-12-20T21:16:57.328Z Downloaded semver v1.0.23
3222024-12-20T21:16:57.332Z Downloaded serde_derive_internals v0.29.1
3232024-12-20T21:16:57.335Z Downloaded libloading v0.8.5
3242024-12-20T21:16:57.338Z Downloaded hashbrown v0.12.3
3252024-12-20T21:16:57.341Z Downloaded rstest_macros v0.23.0
3262024-12-20T21:16:57.344Z Downloaded parse-zoneinfo v0.3.1
3272024-12-20T21:16:57.347Z Downloaded deranged v0.3.11
3282024-12-20T21:16:57.350Z Downloaded peg-runtime v0.8.3
3292024-12-20T21:16:57.352Z Downloaded toml_datetime v0.6.8
3302024-12-20T21:16:57.352Z Downloaded nibble_vec v0.1.0
3312024-12-20T21:16:57.355Z Downloaded md5 v0.7.0
3322024-12-20T21:16:57.357Z Downloaded predicates v3.1.2
3332024-12-20T21:16:57.361Z Downloaded display-error-chain v0.2.2
3342024-12-20T21:16:57.361Z Downloaded toml v0.7.8
3352024-12-20T21:16:57.364Z Downloaded sqlformat v0.2.6
3362024-12-20T21:16:57.369Z Downloaded mockall_derive v0.13.0
3372024-12-20T21:16:57.369Z Downloaded snafu v0.8.5
3382024-12-20T21:16:57.375Z Downloaded instability v0.3.2
3392024-12-20T21:16:57.378Z Downloaded rustc-demangle v0.1.24
3402024-12-20T21:16:57.382Z Downloaded plotters-svg v0.3.7
3412024-12-20T21:16:57.382Z Downloaded scroll_derive v0.12.0
3422024-12-20T21:16:57.384Z Downloaded memmap v0.7.0
3432024-12-20T21:16:57.384Z Downloaded lalrpop-util v0.19.12
3442024-12-20T21:16:57.386Z Downloaded inout v0.1.3
3452024-12-20T21:16:57.386Z Downloaded either v1.13.0
3462024-12-20T21:16:57.389Z Downloaded cookie_store v0.21.0
3472024-12-20T21:16:57.391Z Downloaded zerocopy-derive v0.7.35
3482024-12-20T21:16:57.396Z Downloaded tower-service v0.3.3
3492024-12-20T21:16:57.399Z Downloaded tinyvec_macros v0.1.1
3502024-12-20T21:16:57.399Z Downloaded aes-gcm v0.10.3
3512024-12-20T21:16:57.402Z Downloaded num-traits v0.2.19
3522024-12-20T21:16:57.405Z Downloaded clap v4.5.21
3532024-12-20T21:16:57.416Z Downloaded ciborium-io v0.2.2
3542024-12-20T21:16:57.419Z Downloaded displaydoc v0.2.5
3552024-12-20T21:16:57.422Z Downloaded resolv-conf v0.7.0
3562024-12-20T21:16:57.424Z Downloaded progenitor-impl v0.8.0
3572024-12-20T21:16:57.427Z Downloaded rustfmt-wrapper v0.2.1
3582024-12-20T21:16:57.427Z Downloaded unicode_categories v0.1.1
3592024-12-20T21:16:57.429Z Downloaded nanorand v0.7.0
3602024-12-20T21:16:57.432Z Downloaded diesel_table_macro_syntax v0.2.0
3612024-12-20T21:16:57.435Z Downloaded indexmap v2.6.0
3622024-12-20T21:16:57.438Z Downloaded p256 v0.13.2
3632024-12-20T21:16:57.442Z Downloaded topological-sort v0.2.2
3642024-12-20T21:16:57.445Z Downloaded zone_cfg_derive v0.1.2
3652024-12-20T21:16:57.445Z Downloaded usdt-macro v0.5.0
3662024-12-20T21:16:57.448Z Downloaded siphasher v0.3.11
3672024-12-20T21:16:57.448Z Downloaded hashbrown v0.15.1
3682024-12-20T21:16:57.453Z Downloaded ident_case v1.0.1
3692024-12-20T21:16:57.456Z Downloaded plotters-backend v0.3.7
3702024-12-20T21:16:57.456Z Downloaded plain v0.2.3
3712024-12-20T21:16:57.458Z Downloaded normalize-line-endings v0.3.0
3722024-12-20T21:16:57.458Z Downloaded tar v0.4.42
3732024-12-20T21:16:57.462Z Downloaded static_assertions v1.1.0
3742024-12-20T21:16:57.467Z Downloaded threadpool v1.8.1
3752024-12-20T21:16:57.467Z Downloaded password-hash v0.5.0
3762024-12-20T21:16:57.472Z Downloaded peg-macros v0.8.4
3772024-12-20T21:16:57.472Z Downloaded jobserver v0.1.32
3782024-12-20T21:16:57.475Z Downloaded parse-size v1.1.0
3792024-12-20T21:16:57.475Z Downloaded vergen v8.3.2
3802024-12-20T21:16:57.478Z Downloaded crypto-bigint v0.5.5
3812024-12-20T21:16:57.484Z Downloaded untrusted v0.7.1
3822024-12-20T21:16:57.487Z Downloaded phf_shared v0.10.0
3832024-12-20T21:16:57.487Z Downloaded rcgen v0.12.1
3842024-12-20T21:16:57.490Z Downloaded thread_local v1.1.8
3852024-12-20T21:16:57.493Z Downloaded rayon-core v1.12.1
3862024-12-20T21:16:57.497Z Downloaded russh-cryptovec v0.7.3
3872024-12-20T21:16:57.499Z Downloaded embedded-io v0.6.1
3882024-12-20T21:16:57.499Z Downloaded dirs-sys-next v0.1.2
3892024-12-20T21:16:57.502Z Downloaded serde v1.0.215
3902024-12-20T21:16:57.506Z Downloaded icu_provider_macros v1.5.0
3912024-12-20T21:16:57.506Z Downloaded crc v3.2.1
3922024-12-20T21:16:57.509Z Downloaded hashbrown v0.14.5
3932024-12-20T21:16:57.514Z Downloaded utf-8 v0.7.6
3942024-12-20T21:16:57.518Z Downloaded embedded-io v0.4.0
3952024-12-20T21:16:57.521Z Downloaded itoa v1.0.11
3962024-12-20T21:16:57.521Z Downloaded curve25519-dalek-derive v0.1.1
3972024-12-20T21:16:57.522Z Downloaded dyn-clone v1.0.17
3982024-12-20T21:16:57.525Z Downloaded hyper v1.5.0
3992024-12-20T21:16:57.531Z Downloaded nodrop v0.1.14
4002024-12-20T21:16:57.533Z Downloaded piper v0.2.4
4012024-12-20T21:16:57.536Z Downloaded zerofrom v0.1.4
4022024-12-20T21:16:57.536Z Downloaded unarray v0.1.4
4032024-12-20T21:16:57.536Z Downloaded icu_locid_transform_data v1.5.0
4042024-12-20T21:16:57.539Z Downloaded memoffset v0.9.1
4052024-12-20T21:16:57.542Z Downloaded dunce v1.0.5
4062024-12-20T21:16:57.542Z Downloaded pin-utils v0.1.0
4072024-12-20T21:16:57.548Z Downloaded value-bag v1.9.0
4082024-12-20T21:16:57.551Z Downloaded uzers v0.12.1
4092024-12-20T21:16:57.551Z Downloaded ctr v0.9.2
4102024-12-20T21:16:57.554Z Downloaded tokio-rustls v0.26.0
4112024-12-20T21:16:57.555Z Downloaded darling v0.20.10
4122024-12-20T21:16:57.558Z Downloaded rand_chacha v0.3.1
4132024-12-20T21:16:57.561Z Downloaded parse-display-derive v0.10.0
4142024-12-20T21:16:57.564Z Downloaded dof v0.3.0
4152024-12-20T21:16:57.564Z Downloaded tls_codec v0.4.1
4162024-12-20T21:16:57.566Z Downloaded derive_builder_macro v0.20.2
4172024-12-20T21:16:57.568Z Downloaded hkdf v0.12.4
4182024-12-20T21:16:57.573Z Downloaded num_threads v0.1.7
4192024-12-20T21:16:57.573Z Downloaded is_ci v1.2.0
4202024-12-20T21:16:57.573Z Downloaded newline-converter v0.3.0
4212024-12-20T21:16:57.573Z Downloaded instant v0.1.13
4222024-12-20T21:16:57.576Z Downloaded h2 v0.4.6
4232024-12-20T21:16:57.583Z Downloaded tls_codec_derive v0.4.1
4242024-12-20T21:16:57.591Z Downloaded wait-timeout v0.2.0
4252024-12-20T21:16:57.595Z Downloaded toml_edit v0.22.22
4262024-12-20T21:16:57.611Z Downloaded xattr v1.3.1
4272024-12-20T21:16:57.614Z Downloaded slog-dtrace v0.3.0
4282024-12-20T21:16:57.614Z Downloaded pin-project-lite v0.2.14
4292024-12-20T21:16:57.618Z Downloaded slog-envlogger v2.2.0
4302024-12-20T21:16:57.624Z Downloaded elliptic-curve v0.13.8
4312024-12-20T21:16:57.628Z Downloaded phf_shared v0.11.2
4322024-12-20T21:16:57.628Z Downloaded toolchain_find v0.4.0
4332024-12-20T21:16:57.628Z Downloaded partial-io v0.5.4
4342024-12-20T21:16:57.631Z Downloaded zip v0.6.6
4352024-12-20T21:16:57.636Z Downloaded newtype-uuid v1.1.3
4362024-12-20T21:16:57.639Z Downloaded event-listener-strategy v0.5.2
4372024-12-20T21:16:57.639Z Downloaded criterion-plot v0.5.0
4382024-12-20T21:16:57.643Z Downloaded typify v0.2.0
4392024-12-20T21:16:57.646Z Downloaded escape8259 v0.5.3
4402024-12-20T21:16:57.646Z Downloaded darling_macro v0.20.10
4412024-12-20T21:16:57.646Z Downloaded smallvec v1.13.2
4422024-12-20T21:16:57.650Z Downloaded spin v0.9.8
4432024-12-20T21:16:57.654Z Downloaded tokio-stream v0.1.16
4442024-12-20T21:16:57.656Z Downloaded is-terminal v0.4.13
4452024-12-20T21:16:57.659Z Downloaded indoc v1.0.9
4462024-12-20T21:16:57.662Z Downloaded omicron-zone-package v0.11.1
4472024-12-20T21:16:57.664Z Downloaded structmeta v0.3.0
4482024-12-20T21:16:57.667Z Downloaded structmeta v0.2.0
4492024-12-20T21:16:57.667Z Downloaded strsim v0.11.1
4502024-12-20T21:16:57.676Z Downloaded shlex v1.3.0
4512024-12-20T21:16:57.676Z Downloaded shell-words v1.1.0
4522024-12-20T21:16:57.676Z Downloaded sha1 v0.10.6
4532024-12-20T21:16:57.680Z Downloaded zopfli v0.8.1
4542024-12-20T21:16:57.680Z Downloaded packed_struct_codegen v0.10.1
4552024-12-20T21:16:57.680Z Downloaded is_terminal_polyfill v1.70.1
4562024-12-20T21:16:57.680Z Downloaded internet-checksum v0.2.1
4572024-12-20T21:16:57.684Z Downloaded serde_with v3.11.0
4582024-12-20T21:16:57.690Z Downloaded cobs v0.2.3
4592024-12-20T21:16:57.692Z Downloaded untrusted v0.9.0
4602024-12-20T21:16:57.695Z Downloaded same-file v1.0.6
4612024-12-20T21:16:57.697Z Downloaded tokio-rustls v0.24.1
4622024-12-20T21:16:57.697Z Downloaded proc-macro-crate v3.2.0
4632024-12-20T21:16:57.701Z Downloaded openssl-probe v0.1.5
4642024-12-20T21:16:57.701Z Downloaded ipnetwork v0.20.0
4652024-12-20T21:16:57.704Z Downloaded poly1305 v0.8.0
4662024-12-20T21:16:57.707Z Downloaded zip v2.1.3
4672024-12-20T21:16:57.711Z Downloaded serde_path_to_error v0.1.16
4682024-12-20T21:16:57.715Z Downloaded socket2 v0.5.7
4692024-12-20T21:16:57.717Z Downloaded sigpipe v0.1.3
4702024-12-20T21:16:57.717Z Downloaded x509-cert v0.2.5
4712024-12-20T21:16:57.723Z Downloaded qorb v0.2.1
4722024-12-20T21:16:57.728Z Downloaded time-core v0.1.2
4732024-12-20T21:16:57.737Z Downloaded num_enum v0.5.11
4742024-12-20T21:16:57.740Z Downloaded pin-project v1.1.6
4752024-12-20T21:16:57.749Z Downloaded path-slash v0.1.5
4762024-12-20T21:16:57.755Z Downloaded nested v0.1.1
4772024-12-20T21:16:57.755Z Downloaded blake3 v1.5.4
4782024-12-20T21:16:57.759Z Downloaded progenitor-client v0.8.0
4792024-12-20T21:16:57.763Z Downloaded zeroize v1.8.1
4802024-12-20T21:16:57.764Z Downloaded zerofrom-derive v0.1.4
4812024-12-20T21:16:57.764Z Downloaded universal-hash v0.5.1
4822024-12-20T21:16:57.769Z Downloaded strip-ansi-escapes v0.2.0
4832024-12-20T21:16:57.769Z Downloaded stringprep v0.1.5
4842024-12-20T21:16:57.769Z Downloaded simd-adler32 v0.3.7
4852024-12-20T21:16:57.773Z Downloaded primeorder v0.13.6
4862024-12-20T21:16:57.773Z Downloaded num-integer v0.1.46
4872024-12-20T21:16:57.773Z Downloaded tokio-macros v2.4.0
4882024-12-20T21:16:57.776Z Downloaded derive_builder v0.20.2
4892024-12-20T21:16:57.779Z Downloaded unicode-segmentation v1.12.0
4902024-12-20T21:16:57.782Z Downloaded parking_lot v0.12.3
4912024-12-20T21:16:57.786Z Downloaded md-5 v0.10.6
4922024-12-20T21:16:57.790Z Downloaded zerocopy v0.6.6
4932024-12-20T21:16:57.790Z Downloaded constant_time_eq v0.3.1
4942024-12-20T21:16:57.794Z Downloaded tinystr v0.7.6
4952024-12-20T21:16:57.794Z Downloaded pest_generator v2.7.14
4962024-12-20T21:16:57.798Z Downloaded signal-hook-mio v0.2.4
4972024-12-20T21:16:57.798Z Downloaded tinyvec v1.8.0
4982024-12-20T21:16:57.802Z Downloaded num-rational v0.4.2
4992024-12-20T21:16:57.802Z Downloaded memchr v2.7.4
5002024-12-20T21:16:57.806Z Downloaded tokio-tungstenite v0.23.1
5012024-12-20T21:16:57.810Z Downloaded tokio-tungstenite v0.21.0
5022024-12-20T21:16:57.813Z Downloaded ppv-lite86 v0.2.20
5032024-12-20T21:16:57.813Z Downloaded clap_lex v0.7.2
5042024-12-20T21:16:57.817Z Downloaded data-encoding v2.6.0
5052024-12-20T21:16:57.817Z Downloaded const_format_proc_macros v0.2.33
5062024-12-20T21:16:57.820Z Downloaded rand_xorshift v0.3.0
5072024-12-20T21:16:57.820Z Downloaded zone v0.1.8
5082024-12-20T21:16:57.823Z Downloaded thread-id v4.2.2
5092024-12-20T21:16:57.823Z Downloaded ron v0.8.1
5102024-12-20T21:16:57.827Z Downloaded paste v1.0.15
5112024-12-20T21:16:57.830Z Downloaded event-listener v5.3.1
5122024-12-20T21:16:57.833Z Downloaded slab v0.4.9
5132024-12-20T21:16:57.836Z Downloaded secrecy v0.8.0
5142024-12-20T21:16:57.836Z Downloaded scopeguard v1.2.0
5152024-12-20T21:16:57.838Z Downloaded schemars_derive v0.8.21
5162024-12-20T21:16:57.841Z Downloaded libsw v3.3.1
5172024-12-20T21:16:57.846Z Downloaded waitgroup v0.1.2
5182024-12-20T21:16:57.846Z Downloaded git2 v0.19.0
5192024-12-20T21:16:57.851Z Downloaded concurrent-queue v2.5.0
5202024-12-20T21:16:57.855Z Downloaded log v0.4.22
5212024-12-20T21:16:57.859Z Downloaded rustls-webpki v0.101.7
5222024-12-20T21:16:57.871Z Downloaded openssl-macros v0.1.1
5232024-12-20T21:16:57.874Z Downloaded postgres-protocol v0.6.7
5242024-12-20T21:16:57.874Z Downloaded lockfree-object-pool v0.1.6
5252024-12-20T21:16:57.880Z Downloaded native-tls v0.2.12
5262024-12-20T21:16:57.888Z Downloaded quinn-udp v0.5.5
5272024-12-20T21:16:57.888Z Downloaded mirai-annotations v1.12.0
5282024-12-20T21:16:57.888Z Downloaded tiny-keccak v2.0.2
5292024-12-20T21:16:57.891Z Downloaded ciborium-ll v0.2.2
5302024-12-20T21:16:57.891Z Downloaded unsafe-libyaml v0.2.11
5312024-12-20T21:16:57.891Z Downloaded cmake v0.1.51
5322024-12-20T21:16:57.891Z Downloaded idna_adapter v1.2.0
5332024-12-20T21:16:57.894Z Downloaded time-macros v0.2.18
5342024-12-20T21:16:57.897Z Downloaded tokio-native-tls v0.3.1
5352024-12-20T21:16:57.897Z Downloaded vsss-rs v3.3.4
5362024-12-20T21:16:57.929Z Downloaded rsa v0.9.6
5372024-12-20T21:16:57.929Z Downloaded pretty-hex v0.2.1
5382024-12-20T21:16:57.929Z Downloaded salsa20 v0.10.2
5392024-12-20T21:16:57.929Z Downloaded downcast v0.11.0
5402024-12-20T21:16:57.932Z Downloaded precomputed-hash v0.1.1
5412024-12-20T21:16:57.932Z Downloaded console v0.15.8
5422024-12-20T21:16:57.932Z Downloaded dropshot_endpoint v0.13.0
5432024-12-20T21:16:57.932Z Downloaded dropshot_endpoint v0.12.0
5442024-12-20T21:16:57.932Z Downloaded rustls-webpki v0.102.8
5452024-12-20T21:16:57.938Z Downloaded swrite v0.1.0
5462024-12-20T21:16:57.943Z Downloaded tui-tree-widget v0.22.0
5472024-12-20T21:16:57.943Z Downloaded password-hash v0.4.2
5482024-12-20T21:16:57.943Z Downloaded parse-display v0.10.0
5492024-12-20T21:16:57.947Z Downloaded portable-atomic v1.9.0
5502024-12-20T21:16:57.950Z Downloaded sync_wrapper v1.0.1
5512024-12-20T21:16:57.955Z Downloaded unicode-linebreak v0.1.5
5522024-12-20T21:16:57.955Z Downloaded reedline v0.35.0
5532024-12-20T21:16:57.959Z Downloaded pretty-hex v0.4.1
5542024-12-20T21:16:57.962Z Downloaded number_prefix v0.4.0
5552024-12-20T21:16:57.962Z Downloaded lru v0.12.5
5562024-12-20T21:16:57.965Z Downloaded num-conv v0.1.0
5572024-12-20T21:16:57.965Z Downloaded ssh-encoding v0.2.0
5582024-12-20T21:16:57.970Z Downloaded slog-bunyan v2.5.0
5592024-12-20T21:16:57.971Z Downloaded slog-async v2.8.0
5602024-12-20T21:16:57.971Z Downloaded usdt v0.5.0
5612024-12-20T21:16:57.974Z Downloaded clap_derive v4.5.18
5622024-12-20T21:16:57.974Z Downloaded new_debug_unreachable v1.0.6
5632024-12-20T21:16:57.974Z Downloaded signal-hook v0.3.17
5642024-12-20T21:16:57.978Z Downloaded sqlparser v0.45.0
5652024-12-20T21:16:57.982Z Downloaded yoke-derive v0.7.4
5662024-12-20T21:16:57.985Z Downloaded twox-hash v1.6.3
5672024-12-20T21:16:57.985Z Downloaded walkdir v2.5.0
5682024-12-20T21:16:57.989Z Downloaded mime_guess v2.0.5
5692024-12-20T21:16:57.989Z Downloaded dirs-next v2.0.0
5702024-12-20T21:16:57.992Z Downloaded digest v0.10.7
5712024-12-20T21:16:57.992Z Downloaded ed25519-dalek v2.1.1
5722024-12-20T21:16:57.996Z Downloaded thiserror-impl v1.0.69
5732024-12-20T21:16:57.999Z Downloaded proptest v1.5.0
5742024-12-20T21:16:58.005Z Downloaded parking_lot_core v0.8.6
5752024-12-20T21:16:58.009Z Downloaded endian-type v0.1.2
5762024-12-20T21:16:58.009Z Downloaded equivalent v1.0.1
5772024-12-20T21:16:58.012Z Downloaded string_cache v0.8.7
5782024-12-20T21:16:58.012Z Downloaded rusty-fork v0.3.0
5792024-12-20T21:16:58.016Z Downloaded dtrace-parser v0.2.0
5802024-12-20T21:16:58.016Z Downloaded pest_meta v2.7.14
5812024-12-20T21:16:58.016Z Downloaded thiserror-impl v2.0.3
5822024-12-20T21:16:58.020Z Downloaded lazy_static v1.5.0
5832024-12-20T21:16:58.020Z Downloaded rand v0.8.5
5842024-12-20T21:16:58.023Z Downloaded debug-ignore v1.0.5
5852024-12-20T21:16:58.026Z Downloaded ryu v1.0.18
5862024-12-20T21:16:58.029Z Downloaded progenitor v0.8.0
5872024-12-20T21:16:58.029Z Downloaded proc-macro-crate v1.3.1
5882024-12-20T21:16:58.032Z Downloaded lru-cache v0.1.2
5892024-12-20T21:16:58.032Z Downloaded lock_api v0.4.12
5902024-12-20T21:16:58.034Z Downloaded similar v2.6.0
5912024-12-20T21:16:58.037Z Downloaded bindgen v0.69.5
5922024-12-20T21:16:58.045Z Downloaded macaddr v1.0.1
5932024-12-20T21:16:58.050Z Downloaded which v4.4.2
5942024-12-20T21:16:58.050Z Downloaded compact_str v0.8.0
5952024-12-20T21:16:58.055Z Downloaded const_format v0.2.33
5962024-12-20T21:16:58.057Z Downloaded rustc-hash v2.0.0
5972024-12-20T21:16:58.057Z Downloaded zone v0.3.0
5982024-12-20T21:16:58.060Z Downloaded crossbeam-deque v0.8.5
5992024-12-20T21:16:58.060Z Downloaded supports-color v3.0.1
6002024-12-20T21:16:58.071Z Downloaded thiserror-no-std v2.0.2
6012024-12-20T21:16:58.076Z Downloaded stringmetrics v2.2.2
6022024-12-20T21:16:58.076Z Downloaded derive_builder_core v0.20.2
6032024-12-20T21:16:58.076Z Downloaded proc-macro-error v1.0.4
6042024-12-20T21:16:58.076Z Downloaded thiserror-impl-no-std v2.0.2
6052024-12-20T21:16:58.076Z Downloaded ena v0.14.3
6062024-12-20T21:16:58.076Z Downloaded thiserror v2.0.3
6072024-12-20T21:16:58.080Z Downloaded subtle v2.6.1
6082024-12-20T21:16:58.083Z Downloaded defmt v0.3.8
6092024-12-20T21:16:58.085Z Downloaded unicode-ident v1.0.13
6102024-12-20T21:16:58.088Z Downloaded typenum v1.17.0
6112024-12-20T21:16:58.090Z Downloaded vte v0.11.1
6122024-12-20T21:16:58.093Z Downloaded schemars v0.8.21
6132024-12-20T21:16:58.103Z Downloaded xz2 v0.1.7
6142024-12-20T21:16:58.106Z Downloaded async-std v1.13.0
6152024-12-20T21:16:58.125Z Downloaded crc32fast v1.4.2
6162024-12-20T21:16:58.128Z Downloaded gimli v0.31.1
6172024-12-20T21:16:58.133Z Downloaded proc-macro2 v1.0.89
6182024-12-20T21:16:58.138Z Downloaded postcard v1.0.10
6192024-12-20T21:16:58.142Z Downloaded tungstenite v0.23.0
6202024-12-20T21:16:58.149Z Downloaded yoke v0.7.4
6212024-12-20T21:16:58.150Z Downloaded crossbeam-utils v0.8.20
6222024-12-20T21:16:58.153Z Downloaded crossbeam-epoch v0.9.18
6232024-12-20T21:16:58.153Z Downloaded tokio-postgres v0.7.12
6242024-12-20T21:16:58.156Z Downloaded unicode-bidi v0.3.17
6252024-12-20T21:16:58.157Z Downloaded reqwest v0.12.9
6262024-12-20T21:16:58.164Z Downloaded yasna v0.5.2
6272024-12-20T21:16:58.169Z Downloaded yansi v1.0.1
6282024-12-20T21:16:58.174Z Downloaded quick-xml v0.33.0
6292024-12-20T21:16:58.178Z Downloaded const-oid v0.9.6
6302024-12-20T21:16:58.178Z Downloaded p384 v0.13.0
6312024-12-20T21:16:58.183Z Downloaded samael v0.0.17
6322024-12-20T21:16:58.188Z Downloaded icu_normalizer v1.5.0
6332024-12-20T21:16:58.192Z Downloaded icu_normalizer_data v1.5.0
6342024-12-20T21:16:58.196Z Downloaded russh-keys v0.45.0
6352024-12-20T21:16:58.201Z Downloaded smoltcp v0.9.1
6362024-12-20T21:16:58.207Z Downloaded icu_provider v1.5.0
6372024-12-20T21:16:58.210Z Downloaded radix_trie v0.2.1
6382024-12-20T21:16:58.216Z Downloaded tungstenite v0.24.0
6392024-12-20T21:16:58.218Z Downloaded tabled v0.15.0
6402024-12-20T21:16:58.234Z Downloaded icu_properties v1.5.1
6412024-12-20T21:16:58.237Z Downloaded minimal-lexical v0.2.1
6422024-12-20T21:16:58.240Z Downloaded pest v2.7.14
6432024-12-20T21:16:58.247Z Downloaded zerocopy v0.7.35
6442024-12-20T21:16:58.262Z Downloaded mio v1.0.2
6452024-12-20T21:16:58.267Z Downloaded itertools v0.10.5
6462024-12-20T21:16:58.273Z Downloaded num-bigint v0.4.6
6472024-12-20T21:16:58.278Z Downloaded unicode-normalization v0.1.24
6482024-12-20T21:16:58.282Z Downloaded trybuild v1.0.101
6492024-12-20T21:16:58.285Z Downloaded tungstenite v0.21.0
6502024-12-20T21:16:58.291Z Downloaded vcpkg v0.2.15
6512024-12-20T21:16:58.326Z Downloaded criterion v0.5.1
6522024-12-20T21:16:58.332Z Downloaded idna v0.3.0
6532024-12-20T21:16:58.339Z Downloaded typed-path v0.9.3
6542024-12-20T21:16:58.345Z Downloaded smoltcp v0.11.0
6552024-12-20T21:16:58.357Z Downloaded libm v0.2.8
6562024-12-20T21:16:58.365Z Downloaded ssh-key v0.6.6
6572024-12-20T21:16:58.371Z Downloaded clap_builder v4.5.21
6582024-12-20T21:16:58.377Z Downloaded itertools v0.12.1
6592024-12-20T21:16:58.384Z Downloaded hickory-proto v0.24.1
6602024-12-20T21:16:58.400Z Downloaded zerocopy v0.8.10
6612024-12-20T21:16:58.423Z Downloaded salty v0.3.0
6622024-12-20T21:16:58.429Z Downloaded idna v0.5.0
6632024-12-20T21:16:58.436Z Downloaded regex-syntax v0.8.5
6642024-12-20T21:16:58.444Z Downloaded itertools v0.13.0
6652024-12-20T21:16:58.451Z Downloaded rustls v0.23.19
6662024-12-20T21:16:58.463Z Downloaded nix v0.28.0
6672024-12-20T21:16:58.473Z Downloaded nix v0.29.0
6682024-12-20T21:16:58.485Z Downloaded chrono-tz v0.10.0
6692024-12-20T21:16:58.492Z Downloaded diesel v2.2.6
6702024-12-20T21:16:58.511Z Downloaded object v0.36.5
6712024-12-20T21:16:58.521Z Downloaded regex-syntax v0.6.29
6722024-12-20T21:16:58.529Z Downloaded bstr v1.10.0
6732024-12-20T21:16:58.539Z Downloaded openapiv3 v2.0.0
6742024-12-20T21:16:58.551Z Downloaded petname v2.0.2
6752024-12-20T21:16:58.556Z Downloaded rustix v0.38.37
6762024-12-20T21:16:58.578Z Downloaded icu_properties_data v1.5.0
6772024-12-20T21:16:58.587Z Downloaded object v0.30.4
6782024-12-20T21:16:58.597Z Downloaded dropshot v0.12.0
6792024-12-20T21:16:58.617Z Downloaded rustls v0.21.12
6802024-12-20T21:16:58.628Z Downloaded polar-core v0.27.3
6812024-12-20T21:16:58.635Z Downloaded openssl v0.10.66
6822024-12-20T21:16:58.645Z Downloaded webpki-roots v0.26.6
6832024-12-20T21:16:58.648Z Downloaded typify-impl v0.2.0
6842024-12-20T21:16:58.662Z Downloaded dropshot v0.13.0
6852024-12-20T21:16:58.684Z Downloaded rustls v0.22.4
6862024-12-20T21:16:58.695Z Downloaded curve25519-dalek v4.1.3
6872024-12-20T21:16:58.702Z Downloaded quinn-proto v0.11.8
6882024-12-20T21:16:58.711Z Downloaded syn v2.0.87
6892024-12-20T21:16:58.721Z Downloaded nix v0.27.1
6902024-12-20T21:16:58.731Z Downloaded ratatui v0.28.1
6912024-12-20T21:16:58.750Z Downloaded bzip2-sys v0.1.11+1.0.8
6922024-12-20T21:16:58.761Z Downloaded zerocopy-derive v0.6.6
6932024-12-20T21:16:58.770Z Downloaded idna v0.4.0
6942024-12-20T21:16:58.776Z Downloaded rayon v1.10.0
6952024-12-20T21:16:58.784Z Downloaded sled v0.34.7
6962024-12-20T21:16:58.794Z Downloaded idna v0.2.3
6972024-12-20T21:16:58.802Z Downloaded trust-dns-proto v0.22.0
6982024-12-20T21:16:58.813Z Downloaded rustyline v14.0.0
6992024-12-20T21:16:58.819Z Downloaded regex-automata v0.4.8
7002024-12-20T21:16:58.835Z Downloaded idna v1.0.3
7012024-12-20T21:16:58.839Z Downloaded syn v1.0.109
7022024-12-20T21:16:58.849Z Downloaded lalrpop v0.19.12
7032024-12-20T21:16:58.860Z Downloaded libc v0.2.162
7042024-12-20T21:16:58.887Z Downloaded regex v1.11.1
7052024-12-20T21:16:58.899Z Downloaded regress v0.10.1
7062024-12-20T21:16:58.908Z Downloaded regress v0.9.1
7072024-12-20T21:16:58.916Z Downloaded unicode-width v0.1.14
7082024-12-20T21:16:58.922Z Downloaded unicode-width v0.2.0
7092024-12-20T21:16:58.930Z Downloaded darling_core v0.20.10
7102024-12-20T21:16:58.933Z Downloaded der v0.7.9
7112024-12-20T21:16:58.939Z Downloaded csv v1.3.0
7122024-12-20T21:16:58.959Z Downloaded petgraph v0.6.5
7132024-12-20T21:16:58.975Z Downloaded tokio v1.40.0
7142024-12-20T21:16:59.011Z Downloaded lzma-sys v0.1.20
7152024-12-20T21:16:59.039Z Downloaded sha3 v0.10.8
7162024-12-20T21:16:59.043Z Downloaded libz-sys v1.1.20
7172024-12-20T21:16:59.064Z Downloaded time v0.3.36
7182024-12-20T21:16:59.070Z Downloaded plotters v0.3.7
7192024-12-20T21:16:59.082Z Downloaded num v0.4.3
7202024-12-20T21:16:59.087Z Downloaded defmt-macros v0.3.9
7212024-12-20T21:16:59.087Z Downloaded slog v2.7.0
7222024-12-20T21:16:59.087Z Downloaded winnow v0.5.40
7232024-12-20T21:16:59.093Z Downloaded publicsuffix v2.2.3
7242024-12-20T21:16:59.098Z Downloaded libxml v0.3.3
7252024-12-20T21:16:59.102Z Downloaded num-derive v0.4.2
7262024-12-20T21:16:59.107Z Downloaded miniz_oxide v0.8.0
7272024-12-20T21:16:59.111Z Downloaded crossterm v0.28.1
7282024-12-20T21:16:59.114Z Downloaded crossbeam-channel v0.5.13
7292024-12-20T21:16:59.118Z Downloaded tough v0.19.0
7302024-12-20T21:16:59.125Z Downloaded chrono v0.4.38
7312024-12-20T21:16:59.132Z Downloaded bitvec v1.0.1
7322024-12-20T21:16:59.147Z Downloaded pathdiff v0.2.2
7332024-12-20T21:16:59.151Z Downloaded sync-ptr v0.1.1
7342024-12-20T21:16:59.151Z Downloaded rust-argon2 v2.1.0
7352024-12-20T21:16:59.151Z Downloaded rand_distr v0.4.3
7362024-12-20T21:16:59.154Z Downloaded quinn v0.11.5
7372024-12-20T21:16:59.158Z Downloaded litemap v0.7.3
7382024-12-20T21:16:59.163Z Downloaded polling v3.7.3
7392024-12-20T21:16:59.164Z Downloaded pbkdf2 v0.11.0
7402024-12-20T21:16:59.167Z Downloaded aws-lc-rs v1.10.0
7412024-12-20T21:16:59.172Z Downloaded subprocess v0.2.9
7422024-12-20T21:16:59.176Z Downloaded usdt-attr-macro v0.5.0
7432024-12-20T21:16:59.176Z Downloaded scheduled-thread-pool v0.2.7
7442024-12-20T21:16:59.179Z Downloaded httpmock v0.8.0-alpha.1
7452024-12-20T21:16:59.198Z Downloaded quote v1.0.37
7462024-12-20T21:16:59.204Z Downloaded diff v0.1.13
7472024-12-20T21:16:59.204Z Downloaded diesel_derives v2.2.3
7482024-12-20T21:16:59.209Z Downloaded winnow v0.6.20
7492024-12-20T21:16:59.213Z Downloaded vte_generate_state_changes v0.1.2
7502024-12-20T21:16:59.217Z Downloaded linked-hash-map v0.5.6
7512024-12-20T21:16:59.217Z Downloaded tinytemplate v1.2.1
7522024-12-20T21:16:59.217Z Downloaded pem-rfc7468 v0.7.0
7532024-12-20T21:16:59.220Z Downloaded libtest-mimic v0.7.3
7542024-12-20T21:16:59.221Z Downloaded zerocopy-derive v0.8.10
7552024-12-20T21:16:59.227Z Downloaded url v2.5.3
7562024-12-20T21:16:59.231Z Downloaded tokio-util v0.7.12
7572024-12-20T21:16:59.236Z Downloaded serde_json v1.0.132
7582024-12-20T21:16:59.242Z Downloaded icu_locid v1.5.0
7592024-12-20T21:16:59.246Z Downloaded event-listener v2.5.3
7602024-12-20T21:16:59.250Z Downloaded encoding_rs v0.8.34
7612024-12-20T21:16:59.275Z Downloaded derive-where v1.2.7
7622024-12-20T21:16:59.278Z Downloaded mockall v0.13.0
7632024-12-20T21:16:59.281Z Downloaded dsl_auto_type v0.1.2
7642024-12-20T21:16:59.281Z Downloaded zerovec v0.10.4
7652024-12-20T21:16:59.286Z Downloaded russh v0.45.0
7662024-12-20T21:16:59.292Z Downloaded rusqlite v0.32.1
7672024-12-20T21:16:59.297Z Downloaded maybe-uninit v2.0.0
7682024-12-20T21:16:59.301Z Downloaded rfc6979 v0.4.0
7692024-12-20T21:16:59.301Z Downloaded rand_seeder v0.3.0
7702024-12-20T21:16:59.301Z Downloaded parking_lot v0.11.2
7712024-12-20T21:16:59.305Z Downloaded ipnet v2.10.1
7722024-12-20T21:16:59.308Z Downloaded ron v0.7.1
7732024-12-20T21:16:59.312Z Downloaded uuid v1.11.0
7742024-12-20T21:16:59.315Z Downloaded steno v0.4.1
7752024-12-20T21:16:59.319Z Downloaded p521 v0.13.3
7762024-12-20T21:16:59.322Z Downloaded tracing v0.1.40
7772024-12-20T21:16:59.325Z Downloaded mime v0.3.17
7782024-12-20T21:16:59.328Z Downloaded libgit2-sys v0.17.0+1.8.1
7792024-12-20T21:16:59.382Z Downloaded sha2 v0.10.8
7802024-12-20T21:16:59.386Z Downloaded nom v7.1.3
7812024-12-20T21:16:59.390Z Downloaded aho-corasick v1.1.3
7822024-12-20T21:16:59.395Z Downloaded signature v2.2.0
7832024-12-20T21:16:59.398Z Downloaded rstest v0.23.0
7842024-12-20T21:16:59.402Z Downloaded tokio-rustls v0.25.0
7852024-12-20T21:16:59.405Z Downloaded slog-term v2.9.1
7862024-12-20T21:16:59.405Z Downloaded phf v0.11.2
7872024-12-20T21:16:59.411Z Downloaded difflib v0.4.0
7882024-12-20T21:16:59.411Z Downloaded defmt-parser v0.3.4
7892024-12-20T21:16:59.411Z Downloaded goblin v0.8.2
7902024-12-20T21:16:59.415Z Downloaded num-bigint-dig v0.8.4
7912024-12-20T21:16:59.420Z Downloaded nu-ansi-term v0.50.1
7922024-12-20T21:16:59.423Z Downloaded memmap2 v0.9.5
7932024-12-20T21:16:59.423Z Downloaded linear-map v1.2.0
7942024-12-20T21:16:59.430Z Downloaded toml_edit v0.19.15
7952024-12-20T21:16:59.440Z Downloaded futures-util v0.3.31
7962024-12-20T21:16:59.452Z Downloaded signal-hook-registry v1.4.2
7972024-12-20T21:16:59.455Z Downloaded usdt-impl v0.5.0
7982024-12-20T21:16:59.456Z Downloaded ssh-cipher v0.2.0
7992024-12-20T21:16:59.456Z Downloaded spki v0.7.3
8002024-12-20T21:16:59.459Z Downloaded smallvec v0.6.14
8012024-12-20T21:16:59.459Z Downloaded rpassword v7.3.1
8022024-12-20T21:16:59.459Z Downloaded multimap v0.10.0
8032024-12-20T21:16:59.459Z Downloaded guppy v0.17.8
8042024-12-20T21:16:59.465Z Downloaded cpufeatures v0.2.14
8052024-12-20T21:16:59.469Z Downloaded sct v0.7.1
8062024-12-20T21:16:59.472Z Downloaded parking_lot_core v0.9.10
8072024-12-20T21:16:59.472Z Downloaded openssl-sys v0.9.103
8082024-12-20T21:16:59.477Z Downloaded der_derive v0.7.3
8092024-12-20T21:16:59.482Z Downloaded icu_locid_transform v1.5.0
8102024-12-20T21:16:59.485Z Downloaded unicode-properties v0.1.3
8112024-12-20T21:16:59.485Z Downloaded once_cell v1.20.2
8122024-12-20T21:16:59.490Z Downloaded stable_deref_trait v1.2.0
8132024-12-20T21:16:59.490Z Downloaded spin v0.5.2
8142024-12-20T21:16:59.490Z Downloaded slog-stdlog v4.1.1
8152024-12-20T21:16:59.493Z Downloaded similar-asserts v1.6.0
8162024-12-20T21:16:59.493Z Downloaded scrypt v0.11.0
8172024-12-20T21:16:59.493Z Downloaded rustc_version v0.4.1
8182024-12-20T21:16:59.497Z Downloaded rustc_version v0.1.7
8192024-12-20T21:16:59.497Z Downloaded relative-path v1.9.3
8202024-12-20T21:16:59.497Z Downloaded aes v0.8.4
8212024-12-20T21:16:59.501Z Downloaded signal-hook-tokio v0.3.1
8222024-12-20T21:16:59.501Z Downloaded cookie v0.18.1
8232024-12-20T21:16:59.505Z Downloaded serde_derive v1.0.215
8242024-12-20T21:16:59.508Z Downloaded indicatif v0.17.9
8252024-12-20T21:16:59.512Z Downloaded zone_cfg_derive v0.3.0
8262024-12-20T21:16:59.512Z Downloaded try-lock v0.2.5
8272024-12-20T21:16:59.512Z Downloaded quick-error v1.2.3
8282024-12-20T21:16:59.512Z Downloaded proc-macro-error-attr v1.0.4
8292024-12-20T21:16:59.516Z Downloaded peg v0.8.4
8302024-12-20T21:16:59.516Z Downloaded pbkdf2 v0.12.2
8312024-12-20T21:16:59.519Z Downloaded cipher v0.4.4
8322024-12-20T21:16:59.519Z Downloaded whoami v1.5.2
8332024-12-20T21:16:59.523Z Downloaded kv-log-macro v1.0.7
8342024-12-20T21:16:59.523Z Downloaded kstat-rs v0.2.4
8352024-12-20T21:16:59.526Z Downloaded indoc v2.0.5
8362024-12-20T21:16:59.526Z Downloaded tokio-tungstenite v0.24.0
8372024-12-20T21:16:59.530Z Downloaded pretty_assertions v1.4.1
8382024-12-20T21:16:59.530Z Downloaded scroll v0.12.0
8392024-12-20T21:16:59.535Z Downloaded tracing-core v0.1.32
8402024-12-20T21:16:59.539Z Downloaded colorchoice v1.0.2
8412024-12-20T21:16:59.539Z Downloaded target-lexicon v0.12.16
8422024-12-20T21:16:59.539Z Downloaded strum_macros v0.26.4
8432024-12-20T21:16:59.543Z Downloaded papergrid v0.11.0
8442024-12-20T21:16:59.547Z Downloaded hashbrown v0.13.2
8452024-12-20T21:16:59.552Z Downloaded flate2 v1.0.34
8462024-12-20T21:16:59.555Z Downloaded pkcs8 v0.10.2
8472024-12-20T21:16:59.558Z Downloaded num-complex v0.4.6
8482024-12-20T21:16:59.562Z Downloaded clang-sys v1.8.1
8492024-12-20T21:16:59.562Z Downloaded rustls-native-certs v0.7.3
8502024-12-20T21:16:59.565Z Downloaded colored v2.1.0
8512024-12-20T21:16:59.566Z Downloaded unicode-truncate v1.1.0
8522024-12-20T21:16:59.569Z Downloaded rustc-hash v1.1.0
8532024-12-20T21:16:59.569Z Downloaded strum_macros v0.25.3
8542024-12-20T21:16:59.574Z Downloaded indexmap v1.9.3
8552024-12-20T21:16:59.574Z Downloaded env_logger v0.10.2
8562024-12-20T21:16:59.577Z Downloaded enum-as-inner v0.6.1
8572024-12-20T21:16:59.577Z Downloaded crc-any v2.5.0
8582024-12-20T21:16:59.580Z Downloaded serde_yaml v0.9.34+deprecated
8592024-12-20T21:16:59.584Z Downloaded cc v1.1.30
8602024-12-20T21:16:59.587Z Downloaded bumpalo v3.16.0
8612024-12-20T21:16:59.590Z Downloaded unicase v2.7.0
8622024-12-20T21:16:59.593Z Downloaded backtrace v0.3.74
8632024-12-20T21:16:59.597Z Downloaded hickory-resolver v0.24.1
8642024-12-20T21:16:59.605Z Downloaded predicates-core v1.0.8
8652024-12-20T21:16:59.609Z Downloaded http v1.1.0
8662024-12-20T21:16:59.609Z Downloaded libefi-sys v0.1.0
8672024-12-20T21:16:59.609Z Downloaded ecdsa v0.16.9
8682024-12-20T21:16:59.609Z Downloaded prettyplease v0.2.25
8692024-12-20T21:16:59.612Z Downloaded percent-encoding v2.3.1
8702024-12-20T21:16:59.617Z Downloaded num_cpus v1.16.0
8712024-12-20T21:16:59.617Z Downloaded des v0.8.1
8722024-12-20T21:16:59.622Z Downloaded ucd-trie v0.1.7
8732024-12-20T21:16:59.623Z Downloaded textwrap v0.16.1
8742024-12-20T21:16:59.623Z Downloaded base64 v0.22.1
8752024-12-20T21:16:59.627Z Downloaded base64 v0.13.1
8762024-12-20T21:16:59.630Z Downloaded hickory-server v0.24.1
8772024-12-20T21:16:59.633Z Downloaded heapless v0.8.0
8782024-12-20T21:16:59.637Z Downloaded ed25519 v2.2.3
8792024-12-20T21:16:59.641Z Downloaded crypto-common v0.1.6
8802024-12-20T21:16:59.641Z Downloaded headers v0.4.0
8812024-12-20T21:16:59.646Z Downloaded anyhow v1.0.93
8822024-12-20T21:16:59.650Z Downloaded zerovec-derive v0.10.3
8832024-12-20T21:16:59.650Z Downloaded utf8parse v0.2.2
8842024-12-20T21:16:59.655Z Downloaded utf8_iter v1.0.4
8852024-12-20T21:16:59.655Z Downloaded utf16_iter v1.0.5
8862024-12-20T21:16:59.656Z Downloaded structmeta-derive v0.3.0
8872024-12-20T21:16:59.656Z Downloaded structmeta-derive v0.2.0
8882024-12-20T21:16:59.660Z Downloaded sec1 v0.7.3
8892024-12-20T21:16:59.660Z Downloaded flume v0.11.1
8902024-12-20T21:16:59.660Z Downloaded serde_urlencoded v0.7.1
8912024-12-20T21:16:59.663Z Downloaded serde_tokenstream v0.2.2
8922024-12-20T21:16:59.664Z Downloaded serde_repr v0.1.19
8932024-12-20T21:16:59.669Z Downloaded serde_plain v1.0.2
8942024-12-20T21:16:59.669Z Downloaded bitflags v2.6.0
8952024-12-20T21:16:59.675Z Downloaded rustls-pemfile v1.0.4
8962024-12-20T21:16:59.675Z Downloaded async-task v4.7.1
8972024-12-20T21:16:59.678Z Downloaded async-io v2.3.4
8982024-12-20T21:16:59.678Z Downloaded assert_cmd v2.0.16
8992024-12-20T21:16:59.678Z Downloaded ahash v0.8.11
9002024-12-20T21:16:59.680Z Downloaded serde-big-array v0.5.1
9012024-12-20T21:16:59.683Z Downloaded camino v1.1.9
9022024-12-20T21:16:59.686Z Downloaded async-lock v3.4.0
9032024-12-20T21:16:59.688Z Downloaded hashlink v0.9.1
9042024-12-20T21:16:59.688Z Downloaded base64ct v1.6.0
9052024-12-20T21:16:59.690Z Downloaded autocfg v1.4.0
9062024-12-20T21:16:59.693Z Downloaded async-process v2.3.0
9072024-12-20T21:16:59.696Z Downloaded globset v0.4.15
9082024-12-20T21:16:59.696Z Downloaded getrandom v0.2.15
9092024-12-20T21:16:59.699Z Downloaded blake2b_simd v1.0.2
9102024-12-20T21:16:59.703Z Downloaded hyper-rustls v0.27.3
9112024-12-20T21:16:59.703Z Downloaded hyper-rustls v0.26.0
9122024-12-20T21:16:59.707Z Downloaded httparse v1.9.5
9132024-12-20T21:16:59.707Z Downloaded bzip2 v0.4.4
9142024-12-20T21:16:59.711Z Downloaded futures-channel v0.3.31
9152024-12-20T21:16:59.711Z Downloaded funty v2.0.0
9162024-12-20T21:16:59.715Z Downloaded fs_extra v1.3.0
9172024-12-20T21:16:59.715Z Downloaded filetime v0.2.25
9182024-12-20T21:16:59.715Z Downloaded hex v0.4.3
9192024-12-20T21:16:59.719Z Downloaded hash32 v0.2.1
9202024-12-20T21:16:59.719Z Downloaded errno v0.3.9
9212024-12-20T21:16:59.723Z Downloaded bcrypt-pbkdf v0.10.0
9222024-12-20T21:16:59.723Z Downloaded base16ct v0.2.0
9232024-12-20T21:16:59.723Z Downloaded approx v0.5.1
9242024-12-20T21:16:59.723Z Downloaded http-body-util v0.1.2
9252024-12-20T21:16:59.725Z Downloaded hostname v0.3.1
9262024-12-20T21:16:59.727Z Downloaded heck v0.3.3
9272024-12-20T21:16:59.727Z Downloaded gethostname v0.5.0
9282024-12-20T21:16:59.730Z Downloaded futures-sink v0.3.31
9292024-12-20T21:16:59.730Z Downloaded float-ord v0.3.2
9302024-12-20T21:16:59.730Z Downloaded atomic-waker v1.1.2
9312024-12-20T21:16:59.734Z Downloaded async-stream v0.3.6
9322024-12-20T21:16:59.734Z Downloaded async-channel v1.9.0
9332024-12-20T21:16:59.738Z Downloaded bitflags v1.3.2
9342024-12-20T21:16:59.738Z Downloaded async-global-executor v2.4.1
9352024-12-20T21:16:59.743Z Downloaded anstyle-query v1.1.1
9362024-12-20T21:16:59.743Z Downloaded glob v0.3.1
9372024-12-20T21:16:59.743Z Downloaded futures-core v0.3.31
9382024-12-20T21:16:59.747Z Downloaded foreign-types-macros v0.2.3
9392024-12-20T21:16:59.747Z Downloaded flagset v0.4.6
9402024-12-20T21:16:59.747Z Downloaded futures-executor v0.3.31
9412024-12-20T21:16:59.747Z Downloaded fragile v2.0.0
9422024-12-20T21:16:59.750Z Downloaded foreign-types v0.5.0
9432024-12-20T21:16:59.750Z Downloaded foldhash v0.1.3
9442024-12-20T21:16:59.750Z Downloaded float-cmp v0.9.0
9452024-12-20T21:16:59.753Z Downloaded ff v0.13.0
9462024-12-20T21:16:59.753Z Downloaded fastrand v2.1.1
9472024-12-20T21:16:59.756Z Downloaded fallible-streaming-iterator v0.1.9
9482024-12-20T21:16:59.756Z Downloaded form_urlencoded v1.2.1
9492024-12-20T21:16:59.756Z Downloaded fnv v1.0.7
9502024-12-20T21:16:59.760Z Downloaded fixedbitset v0.4.2
9512024-12-20T21:16:59.764Z Downloaded bit-set v0.5.3
9522024-12-20T21:16:59.764Z Downloaded bb8 v0.8.5
9532024-12-20T21:16:59.764Z Downloaded ascii-canvas v3.0.0
9542024-12-20T21:16:59.797Z Downloaded ring v0.17.8
9552024-12-20T21:16:59.937Z Downloaded ring v0.16.20
9562024-12-20T21:17:00.015Z Downloaded libsqlite3-sys v0.30.1
9572024-12-20T21:17:00.252Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T21:17:00.720Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T21:17:10.482Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T21:17:14.396Z Startup: Caching catalogs ... Done
9612024-12-20T21:17:25.254ZPlanning: Solver setup ... Done (9.878s)
9622024-12-20T21:17:25.385ZPlanning: Running solver ... Done (0.131s)
9632024-12-20T21:17:25.492ZPlanning: Finding local manifests ... Done (0.005s)
9642024-12-20T21:17:25.520ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T21:17:25.754ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T21:17:25.847ZPlanning: Package planning ... Done (0.098s)
9672024-12-20T21:17:26.075ZPlanning: Merging actions ... Done (0.228s)
9682024-12-20T21:17:26.271ZPlanning: Checking for conflicting actions ... Done (0.196s)
9692024-12-20T21:17:28.511ZPlanning: Consolidating action changes ... Done (2.239s)
9702024-12-20T21:17:28.969ZPlanning: Evaluating mediators ... Done (0.458s)
9712024-12-20T21:17:29.049ZPlanning: Planning completed in 14.56 seconds
9722024-12-20T21:17:29.074Z Packages to install: 4
9732024-12-20T21:17:29.074Z Packages to update: 1
9742024-12-20T21:17:29.078Z Mediators to change: 2
9752024-12-20T21:17:29.078Z Services to change: 1
9762024-12-20T21:17:29.078Z Estimated space available: 155.37 GB
9772024-12-20T21:17:29.078ZEstimated space to be consumed: 1.62 GB
9782024-12-20T21:17:29.078Z Create boot environment: No
9792024-12-20T21:17:29.078ZCreate backup boot environment: Yes
9802024-12-20T21:17:29.079Z Rebuild boot archive: No
9812024-12-20T21:17:29.079Z
9822024-12-20T21:17:29.079ZChanged mediators:
9832024-12-20T21:17:29.079Z mediator clang:
9842024-12-20T21:17:29.079Z version: None -> 15 (system default)
9852024-12-20T21:17:29.079Z
9862024-12-20T21:17:29.079Z mediator llvm:
9872024-12-20T21:17:29.079Z version: 14 (system default) -> 15 (system default)
9882024-12-20T21:17:29.079Z
9892024-12-20T21:17:29.080ZChanged packages:
9902024-12-20T21:17:29.080Zhelios-dev
9912024-12-20T21:17:29.080Z developer/build-essential
9922024-12-20T21:17:29.080Z None -> 11-2.0
9932024-12-20T21:17:29.080Z library/libxmlsec1
9942024-12-20T21:17:29.080Z None -> 1.2.35-2.0
9952024-12-20T21:17:29.080Z ooce/developer/clang-15
9962024-12-20T21:17:29.080Z None -> 15.0.7-2.0
9972024-12-20T21:17:29.080Z ooce/developer/llvm-15
9982024-12-20T21:17:29.080Z None -> 15.0.7-2.0
9992024-12-20T21:17:29.080Z package/pkg
10002024-12-20T21:17:29.080Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T21:17:29.080Z
10022024-12-20T21:17:29.080ZServices:
10032024-12-20T21:17:29.080Z restart_fmri:
10042024-12-20T21:17:29.080Z svc:/system/update-man-index:default
10052024-12-20T21:17:29.080Z
10062024-12-20T21:17:29.080ZEditable files to change:
10072024-12-20T21:17:29.080Z Update:
10082024-12-20T21:17:29.080Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T21:17:29.153Z
10102024-12-20T21:17:29.153ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T21:17:35.396ZDownload: 212/4281 items 1.3/220.6MB 0% complete (310k/s)
10122024-12-20T21:17:40.396ZDownload: 412/4281 items 16.5/220.6MB 7% complete (1.6M/s)
10132024-12-20T21:17:45.465ZDownload: 736/4281 items 18.1/220.6MB 8% complete (1.8M/s)
10142024-12-20T21:17:50.478ZDownload: 1090/4281 items 19.8/220.6MB 8% complete (340k/s)
10152024-12-20T21:17:55.486ZDownload: 1502/4281 items 116.7/220.6MB 52% complete (9.9M/s)
10162024-12-20T21:18:00.768ZDownload: 2220/4281 items 118.6/220.6MB 53% complete (9.9M/s)
10172024-12-20T21:18:06.183ZDownload: 2224/4281 items 118.6/220.6MB 53% complete (9.3M/s)
10182024-12-20T21:18:11.187ZDownload: 3102/4281 items 156.5/220.6MB 70% complete (3.7M/s)
10192024-12-20T21:18:32.525ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
10202024-12-20T21:18:37.528ZDownload: 4003/4281 items 219.0/220.6MB 99% complete (3.1M/s)
10212024-12-20T21:18:40.902ZDownload: Completed 220.60 MB in 71.73 seconds (3.1M/s)
10222024-12-20T21:18:42.991Z Actions: 1/5063 actions (Removing old actions)
10232024-12-20T21:18:43.014Z Actions: 194/5063 actions (Installing new actions)
10242024-12-20T21:18:47.657Z Actions: 4226/5063 actions (Updating modified actions)
10252024-12-20T21:18:47.987Z Actions: Completed 5063 actions in 4.99 seconds.
10262024-12-20T21:18:48.406Z Done (0.412s)
10272024-12-20T21:18:48.409Z Done (0.000s)
10282024-12-20T21:18:48.992Z Done (0.584s)
10292024-12-20T21:18:53.405Z Done (4.188s)
10302024-12-20T21:18:53.491Z Done (0.018s)
10312024-12-20T21:18:53.493Z Done (0.000s)
10322024-12-20T21:18:53.663Z Done (0.000s)
10332024-12-20T21:18:54.356ZPlanning: Evaluating mediator changes ... Done
10342024-12-20T21:18:54.519ZPlanning: Checking for conflicting actions ... Done
10352024-12-20T21:18:54.524ZPlanning: Consolidating action changes ... Done
10362024-12-20T21:18:54.788ZPlanning: Evaluating mediators ... Done
10372024-12-20T21:18:54.791ZPlanning: Planning completed in 0.43 seconds
10382024-12-20T21:18:54.829Z Mediators to change: 2
10392024-12-20T21:18:54.829Z Create boot environment: No
10402024-12-20T21:18:54.832ZCreate backup boot environment: No
10412024-12-20T21:18:54.913Z Done
10422024-12-20T21:18:54.913Z Done
10432024-12-20T21:18:55.272Z Done
10442024-12-20T21:18:58.829Z Done
10452024-12-20T21:18:58.920Z Done
10462024-12-20T21:18:58.922Z Done
10472024-12-20T21:18:59.038Z Done
10482024-12-20T21:18:59.644ZPlanning: Evaluating mediator changes ... Done
10492024-12-20T21:18:59.647ZPlanning: Merging actions ... Done
10502024-12-20T21:18:59.838ZPlanning: Checking for conflicting actions ... Done
10512024-12-20T21:18:59.840ZPlanning: Consolidating action changes ... Done
10522024-12-20T21:19:00.105ZPlanning: Evaluating mediators ... Done
10532024-12-20T21:19:00.160ZPlanning: Planning completed in 0.76 seconds
10542024-12-20T21:19:00.200Z Packages to change: 1
10552024-12-20T21:19:00.206Z Mediators to change: 1
10562024-12-20T21:19:00.206Z Services to change: 1
10572024-12-20T21:19:00.206Z Create boot environment: No
10582024-12-20T21:19:00.206ZCreate backup boot environment: Yes
10592024-12-20T21:19:02.481Z Actions: 1/6 actions (Updating modified actions)
10602024-12-20T21:19:02.484Z Actions: Completed 6 actions in 0.00 seconds.
10612024-12-20T21:19:02.484Z Done
10622024-12-20T21:19:02.484Z Done
10632024-12-20T21:19:02.600Z Done
10642024-12-20T21:19:06.168Z Done
10652024-12-20T21:19:06.257Z Done
10662024-12-20T21:19:06.259Z Done
10672024-12-20T21:19:06.393Z Done
10682024-12-20T21:19:06.832ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10692024-12-20T21:19:06.832Zclang system 15 system
10702024-12-20T21:19:06.832Zcsh system system illumos
10712024-12-20T21:19:06.832Zctags system system illumos
10722024-12-20T21:19:06.832Zgcc vendor 12 vendor
10732024-12-20T21:19:06.832Zgcc system 10 system
10742024-12-20T21:19:06.833Zgcc system 7 system
10752024-12-20T21:19:06.833Zgo system 1.20 system
10762024-12-20T21:19:06.833Zgo system 1.19 system
10772024-12-20T21:19:06.833Zllvm system 15 system
10782024-12-20T21:19:06.833Zllvm system 14 system
10792024-12-20T21:19:06.833Zmariadb system 10.6 system
10802024-12-20T21:19:06.833Zmta vendor vendor dma
10812024-12-20T21:19:06.833Zopenjdk system 17 system
10822024-12-20T21:19:06.833Zopenjdk system 11 system
10832024-12-20T21:19:06.833Zopenjdk system 1.8 system
10842024-12-20T21:19:06.833Zopenssl vendor 3 vendor
10852024-12-20T21:19:06.833Zperl system 5.36 system
10862024-12-20T21:19:06.833Zpostgresql system 15 system
10872024-12-20T21:19:06.833Zpostgresql system 13 system
10882024-12-20T21:19:06.833Zpython vendor 3 vendor
10892024-12-20T21:19:06.833Zpython system 2 system
10902024-12-20T21:19:06.833Zpython3 system 3.11 system
10912024-12-20T21:19:06.833Zruby system 3.0 system
10922024-12-20T21:19:06.833Zwords vendor vendor american-english
10932024-12-20T21:19:06.833Zwords system system australian-english
10942024-12-20T21:19:06.833Zwords system system british-english
10952024-12-20T21:19:06.833Zwords system system canadian-english
10962024-12-20T21:19:06.833Zwords system system french
10972024-12-20T21:19:06.833Zwords system system italian
10982024-12-20T21:19:06.833Zwords system system ngerman
10992024-12-20T21:19:06.833Zwords system system ogerman
11002024-12-20T21:19:06.833Zwords system system spanish
11012024-12-20T21:19:07.167ZPUBLISHER TYPE STATUS P LOCATION
11022024-12-20T21:19:07.167Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11032024-12-20T21:19:09.919ZFMRI IFO
11042024-12-20T21:19:09.919Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11052024-12-20T21:19:09.919Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11062024-12-20T21:19:09.919Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11072024-12-20T21:19:09.919Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11082024-12-20T21:19:09.919Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11092024-12-20T21:19:09.920Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11102024-12-20T21:19:09.920Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11112024-12-20T21:19:09.920Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11122024-12-20T21:19:09.920Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11132024-12-20T21:19:09.920Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11142024-12-20T21:19:09.920Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11152024-12-20T21:19:09.920Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11162024-12-20T21:19:09.920Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11172024-12-20T21:19:09.920Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11182024-12-20T21:19:09.920Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11192024-12-20T21:19:10.956Z Downloading crates ...
11202024-12-20T21:19:11.047Z Downloaded cargo_toml v0.20.5
11212024-12-20T21:19:11.181Z Compiling proc-macro2 v1.0.89
11222024-12-20T21:19:11.181Z Compiling unicode-ident v1.0.13
11232024-12-20T21:19:11.181Z Compiling serde v1.0.215
11242024-12-20T21:19:11.184Z Compiling version_check v0.9.5
11252024-12-20T21:19:11.184Z Compiling memchr v2.7.4
11262024-12-20T21:19:11.184Z Compiling thiserror v1.0.69
11272024-12-20T21:19:11.184Z Compiling libc v0.2.162
11282024-12-20T21:19:11.184Z Compiling itoa v1.0.11
11292024-12-20T21:19:11.426Z Compiling ucd-trie v0.1.7
11302024-12-20T21:19:11.443Z Compiling ryu v1.0.18
11312024-12-20T21:19:11.872Z Compiling once_cell v1.20.2
11322024-12-20T21:19:12.021Z Compiling byteorder v1.5.0
11332024-12-20T21:19:12.033Z Compiling rustix v0.38.37
11342024-12-20T21:19:12.261Z Compiling serde_json v1.0.132
11352024-12-20T21:19:12.469Z Compiling bitflags v2.6.0
11362024-12-20T21:19:12.595Z Compiling usdt-impl v0.5.0
11372024-12-20T21:19:12.645Z Compiling proc-macro-error-attr v1.0.4
11382024-12-20T21:19:12.886Z Compiling syn v1.0.109
11392024-12-20T21:19:12.899Z Compiling proc-macro-error v1.0.4
11402024-12-20T21:19:12.940Z Compiling quote v1.0.37
11412024-12-20T21:19:12.983Z Compiling hashbrown v0.15.1
11422024-12-20T21:19:13.039Z Compiling camino v1.1.9
11432024-12-20T21:19:13.156Z Compiling plain v0.2.3
11442024-12-20T21:19:13.301Z Compiling syn v2.0.87
11452024-12-20T21:19:13.483Z Compiling errno v0.3.9
11462024-12-20T21:19:13.673Z Compiling thread-id v4.2.2
11472024-12-20T21:19:13.675Z Compiling utf8parse v0.2.2
11482024-12-20T21:19:13.699Z Compiling log v0.4.22
11492024-12-20T21:19:13.739Z Compiling equivalent v1.0.1
11502024-12-20T21:19:13.825Z Compiling anstyle-parse v0.2.5
11512024-12-20T21:19:14.074Z Compiling colorchoice v1.0.2
11522024-12-20T21:19:14.150Z Compiling indexmap v2.6.0
11532024-12-20T21:19:14.206Z Compiling anstyle v1.0.10
11542024-12-20T21:19:14.220Z Compiling semver v1.0.23
11552024-12-20T21:19:14.343Z Compiling unicode-width v0.1.14
11562024-12-20T21:19:14.668Z Compiling winnow v0.6.20
11572024-12-20T21:19:14.722Z Compiling anstyle-query v1.1.1
11582024-12-20T21:19:14.737Z Compiling pretty-hex v0.4.1
11592024-12-20T21:19:14.869Z Compiling is_terminal_polyfill v1.70.1
11602024-12-20T21:19:14.871Z Compiling autocfg v1.4.0
11612024-12-20T21:19:14.991Z Compiling anstream v0.6.15
11622024-12-20T21:19:15.538Z Compiling anyhow v1.0.93
11632024-12-20T21:19:15.662Z Compiling bytecount v0.6.8
11642024-12-20T21:19:15.753Z Compiling fastrand v2.1.1
11652024-12-20T21:19:15.877Z Compiling terminal_size v0.4.0
11662024-12-20T21:19:16.046Z Compiling fs-err v2.11.0
11672024-12-20T21:19:16.083Z Compiling cfg-if v1.0.0
11682024-12-20T21:19:16.172Z Compiling clap_lex v0.7.2
11692024-12-20T21:19:16.188Z Compiling strsim v0.11.1
11702024-12-20T21:19:16.344Z Compiling fnv v1.0.7
11712024-12-20T21:19:16.357Z Compiling heck v0.5.0
11722024-12-20T21:19:16.479Z Compiling heck v0.4.1
11732024-12-20T21:19:16.757Z Compiling clap_builder v4.5.21
11742024-12-20T21:19:16.898Z Compiling papergrid v0.11.0
11752024-12-20T21:19:17.110Z Compiling tempfile v3.13.0
11762024-12-20T21:19:17.371Z Compiling memmap v0.7.0
11772024-12-20T21:19:17.451Z Compiling smawk v0.3.2
11782024-12-20T21:19:17.805Z Compiling unicode-linebreak v0.1.5
11792024-12-20T21:19:18.165Z Compiling textwrap v0.16.1
11802024-12-20T21:19:18.555Z Compiling swrite v0.1.0
11812024-12-20T21:19:19.519Z Compiling tabled_derive v0.7.0
11822024-12-20T21:19:21.092Z Compiling tabled v0.15.0
11832024-12-20T21:19:22.348Z Compiling serde_derive v1.0.215
11842024-12-20T21:19:22.348Z Compiling thiserror-impl v1.0.69
11852024-12-20T21:19:22.351Z Compiling zerocopy-derive v0.7.35
11862024-12-20T21:19:22.351Z Compiling scroll_derive v0.12.0
11872024-12-20T21:19:22.478Z Compiling clap_derive v4.5.18
11882024-12-20T21:19:23.525Z Compiling scroll v0.12.0
11892024-12-20T21:19:24.015Z Compiling goblin v0.8.2
11902024-12-20T21:19:24.071Z Compiling zerocopy v0.7.35
11912024-12-20T21:19:25.098Z Compiling pest v2.7.14
11922024-12-20T21:19:26.420Z Compiling clap v4.5.21
11932024-12-20T21:19:27.359Z Compiling pest_meta v2.7.14
11942024-12-20T21:19:28.218Z Compiling pest_generator v2.7.14
11952024-12-20T21:19:30.050Z Compiling pest_derive v2.7.14
11962024-12-20T21:19:30.719Z Compiling dtrace-parser v0.2.0
11972024-12-20T21:19:32.499Z Compiling serde_tokenstream v0.2.2
11982024-12-20T21:19:32.545Z Compiling serde_spanned v0.6.8
11992024-12-20T21:19:32.545Z Compiling toml_datetime v0.6.8
12002024-12-20T21:19:32.886Z Compiling toml_edit v0.22.22
12012024-12-20T21:19:32.949Z Compiling cargo-platform v0.1.8
12022024-12-20T21:19:33.046Z Compiling macaddr v1.0.1
12032024-12-20T21:19:33.149Z Compiling camino-tempfile v1.1.1
12042024-12-20T21:19:34.001Z Compiling dof v0.3.0
12052024-12-20T21:19:34.060Z Compiling cargo_metadata v0.18.1
12062024-12-20T21:19:35.684Z Compiling toml v0.8.19
12072024-12-20T21:19:35.720Z Compiling usdt-macro v0.5.0
12082024-12-20T21:19:35.722Z Compiling usdt-attr-macro v0.5.0
12092024-12-20T21:19:36.555Z Compiling cargo_toml v0.20.5
12102024-12-20T21:19:37.136Z Compiling usdt v0.5.0
12112024-12-20T21:19:40.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12122024-12-20T21:19:44.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
12132024-12-20T21:19:44.206Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12142024-12-20T21:19:45.049Z Compiling serde v1.0.215
12152024-12-20T21:19:45.052Z Compiling lock_api v0.4.12
12162024-12-20T21:19:45.052Z Compiling scopeguard v1.2.0
12172024-12-20T21:19:45.052Z Compiling value-bag v1.9.0
12182024-12-20T21:19:45.052Z Compiling typenum v1.17.0
12192024-12-20T21:19:45.052Z Compiling generic-array v0.14.7
12202024-12-20T21:19:45.204Z Compiling syn v2.0.87
12212024-12-20T21:19:45.218Z Compiling getrandom v0.2.15
12222024-12-20T21:19:45.322Z Compiling subtle v2.6.1
12232024-12-20T21:19:45.486Z Compiling rand_core v0.6.4
12242024-12-20T21:19:45.654Z Compiling log v0.4.22
12252024-12-20T21:19:45.681Z Compiling shlex v1.3.0
12262024-12-20T21:19:45.724Z Compiling jobserver v0.1.32
12272024-12-20T21:19:45.783Z Compiling smallvec v1.13.2
12282024-12-20T21:19:46.021Z Compiling const-oid v0.9.6
12292024-12-20T21:19:46.051Z Compiling spin v0.9.8
12302024-12-20T21:19:46.080Z Compiling cc v1.1.30
12312024-12-20T21:19:46.186Z Compiling pin-project-lite v0.2.14
12322024-12-20T21:19:46.367Z Compiling rustix v0.38.37
12332024-12-20T21:19:46.440Z Compiling parking_lot_core v0.9.10
12342024-12-20T21:19:46.521Z Compiling futures-core v0.3.31
12352024-12-20T21:19:46.665Z Compiling signal-hook-registry v1.4.2
12362024-12-20T21:19:46.771Z Compiling mio v1.0.2
12372024-12-20T21:19:47.270Z Compiling parking_lot v0.12.3
12382024-12-20T21:19:47.502Z Compiling aho-corasick v1.1.3
12392024-12-20T21:19:47.564Z Compiling regex-syntax v0.8.5
12402024-12-20T21:19:47.879Z Compiling cpufeatures v0.2.14
12412024-12-20T21:19:47.943Z Compiling lazy_static v1.5.0
12422024-12-20T21:19:48.007Z Compiling futures-sink v0.3.31
12432024-12-20T21:19:48.027Z Compiling stable_deref_trait v1.2.0
12442024-12-20T21:19:48.110Z Compiling either v1.13.0
12452024-12-20T21:19:48.159Z Compiling glob v0.3.1
12462024-12-20T21:19:48.209Z Compiling socket2 v0.5.7
12472024-12-20T21:19:48.237Z Compiling slab v0.4.9
12482024-12-20T21:19:48.491Z Compiling prettyplease v0.2.25
12492024-12-20T21:19:48.637Z Compiling minimal-lexical v0.2.1
12502024-12-20T21:19:49.131Z Compiling clang-sys v1.8.1
12512024-12-20T21:19:49.144Z Compiling nom v7.1.3
12522024-12-20T21:19:49.147Z Compiling libloading v0.8.5
12532024-12-20T21:19:49.178Z Compiling bindgen v0.69.5
12542024-12-20T21:19:49.581Z Compiling serde_json v1.0.132
12552024-12-20T21:19:49.829Z Compiling home v0.5.9
12562024-12-20T21:19:49.950Z Compiling itertools v0.10.5
12572024-12-20T21:19:50.105Z Compiling futures-channel v0.3.31
12582024-12-20T21:19:50.394Z Compiling lazycell v1.3.0
12592024-12-20T21:19:50.523Z Compiling foldhash v0.1.3
12602024-12-20T21:19:50.564Z Compiling futures-task v0.3.31
12612024-12-20T21:19:50.843Z Compiling rustc-hash v1.1.0
12622024-12-20T21:19:50.861Z Compiling allocator-api2 v0.2.18
12632024-12-20T21:19:50.993Z Compiling futures-io v0.3.31
12642024-12-20T21:19:51.307Z Compiling regex-automata v0.4.8
12652024-12-20T21:19:51.673Z Compiling pin-utils v0.1.0
12662024-12-20T21:19:51.772Z Compiling hashbrown v0.15.1
12672024-12-20T21:19:52.812Z Compiling synstructure v0.13.1
12682024-12-20T21:19:53.090Z Compiling cexpr v0.6.0
12692024-12-20T21:19:53.111Z Compiling cmake v0.1.51
12702024-12-20T21:19:54.159Z Compiling pkg-config v0.3.31
12712024-12-20T21:19:54.281Z Compiling fs_extra v1.3.0
12722024-12-20T21:19:54.520Z Compiling dunce v1.0.5
12732024-12-20T21:19:54.655Z Compiling tinyvec_macros v0.1.1
12742024-12-20T21:19:54.749Z Compiling libm v0.2.8
12752024-12-20T21:19:54.866Z Compiling tinyvec v1.8.0
12762024-12-20T21:19:54.894Z Compiling num-traits v0.2.19
12772024-12-20T21:19:55.386Z Compiling ring v0.17.8
12782024-12-20T21:19:55.691Z Compiling base64ct v1.6.0
12792024-12-20T21:19:56.187Z Compiling writeable v0.5.5
12802024-12-20T21:19:56.292Z Compiling litemap v0.7.3
12812024-12-20T21:19:56.401Z Compiling unicode-normalization v0.1.24
12822024-12-20T21:19:56.522Z Compiling paste v1.0.15
12832024-12-20T21:19:56.541Z Compiling unicode-bidi v0.3.17
12842024-12-20T21:19:56.795Z Compiling regex v1.11.1
12852024-12-20T21:19:57.099Z Compiling pem-rfc7468 v0.7.0
12862024-12-20T21:19:57.812Z Compiling aws-lc-rs v1.10.0
12872024-12-20T21:19:57.862Z Compiling flagset v0.4.6
12882024-12-20T21:19:57.970Z Compiling httparse v1.9.5
12892024-12-20T21:19:58.263Z Compiling tracing-core v0.1.32
12902024-12-20T21:19:58.801Z Compiling crossbeam-utils v0.8.20
12912024-12-20T21:19:59.219Z Compiling percent-encoding v2.3.1
12922024-12-20T21:19:59.381Z Compiling icu_locid_transform_data v1.5.0
12932024-12-20T21:19:59.442Z Compiling rustls-pki-types v1.10.0
12942024-12-20T21:19:59.588Z Compiling untrusted v0.7.1
12952024-12-20T21:19:59.649Z Compiling time-core v0.1.2
12962024-12-20T21:19:59.668Z Compiling serde_derive v1.0.215
12972024-12-20T21:19:59.754Z Compiling zeroize_derive v1.4.2
12982024-12-20T21:19:59.828Z Compiling zerocopy-derive v0.7.35
12992024-12-20T21:20:00.186Z Compiling tokio-macros v2.4.0
13002024-12-20T21:20:00.568Z Compiling zerofrom-derive v0.1.4
13012024-12-20T21:20:01.377Z Compiling zeroize v1.8.1
13022024-12-20T21:20:01.805Z Compiling yoke-derive v0.7.4
13032024-12-20T21:20:01.915Z Compiling thiserror-impl v1.0.69
13042024-12-20T21:20:02.268Z Compiling zerocopy v0.7.35
13052024-12-20T21:20:02.744Z Compiling futures-macro v0.3.31
13062024-12-20T21:20:03.057Z Compiling crypto-common v0.1.6
13072024-12-20T21:20:03.301Z Compiling block-buffer v0.10.4
13082024-12-20T21:20:03.572Z Compiling digest v0.10.7
13092024-12-20T21:20:03.850Z Compiling zerovec-derive v0.10.3
13102024-12-20T21:20:04.083Z Compiling hmac v0.12.1
13112024-12-20T21:20:04.287Z Compiling block-padding v0.3.3
13122024-12-20T21:20:04.359Z Compiling displaydoc v0.2.5
13132024-12-20T21:20:04.494Z Compiling inout v0.1.3
13142024-12-20T21:20:04.692Z Compiling futures-util v0.3.31
13152024-12-20T21:20:04.778Z Compiling cipher v0.4.4
13162024-12-20T21:20:04.860Z Compiling zerofrom v0.1.4
13172024-12-20T21:20:04.939Z Compiling sha2 v0.10.8
13182024-12-20T21:20:05.406Z Compiling yoke v0.7.4
13192024-12-20T21:20:05.442Z Compiling ppv-lite86 v0.2.20
13202024-12-20T21:20:05.442Z Compiling thiserror v1.0.69
13212024-12-20T21:20:05.467Z Compiling der_derive v0.7.3
13222024-12-20T21:20:05.504Z Compiling icu_provider_macros v1.5.0
13232024-12-20T21:20:06.007Z Compiling tracing-attributes v0.1.27
13242024-12-20T21:20:06.122Z Compiling rand_chacha v0.3.1
13252024-12-20T21:20:06.639Z Compiling zerovec v0.10.4
13262024-12-20T21:20:06.693Z Compiling rand v0.8.5
13272024-12-20T21:20:08.034Z Compiling der v0.7.9
13282024-12-20T21:20:08.518Z Compiling pest v2.7.14
13292024-12-20T21:20:08.552Z Compiling tinystr v0.7.6
13302024-12-20T21:20:08.842Z Compiling icu_collections v1.5.0
13312024-12-20T21:20:08.952Z Compiling icu_locid v1.5.0
13322024-12-20T21:20:08.991Z Compiling salsa20 v0.10.2
13332024-12-20T21:20:09.216Z Compiling pbkdf2 v0.12.2
13342024-12-20T21:20:09.393Z Compiling mirai-annotations v1.12.0
13352024-12-20T21:20:09.580Z Compiling untrusted v0.9.0
13362024-12-20T21:20:09.746Z Compiling num-conv v0.1.0
13372024-12-20T21:20:09.910Z Compiling tracing v0.1.40
13382024-12-20T21:20:10.025Z Compiling icu_properties_data v1.5.0
13392024-12-20T21:20:10.234Z Compiling icu_provider v1.5.0
13402024-12-20T21:20:10.281Z Compiling spki v0.7.3
13412024-12-20T21:20:10.406Z Compiling powerfmt v0.2.0
13422024-12-20T21:20:10.670Z Compiling vcpkg v0.2.15
13432024-12-20T21:20:10.820Z Compiling deranged v0.3.11
13442024-12-20T21:20:10.947Z Compiling icu_locid_transform v1.5.0
13452024-12-20T21:20:11.337Z Compiling pest_meta v2.7.14
13462024-12-20T21:20:11.432Z Compiling time-macros v0.2.18
13472024-12-20T21:20:11.650Z Compiling scrypt v0.11.0
13482024-12-20T21:20:12.244Z Compiling icu_properties v1.5.1
13492024-12-20T21:20:12.795Z Compiling aes v0.8.4
13502024-12-20T21:20:12.937Z Compiling openssl-sys v0.9.103
13512024-12-20T21:20:13.718Z Compiling cbc v0.1.2
13522024-12-20T21:20:13.961Z Compiling bitflags v2.6.0
13532024-12-20T21:20:14.061Z Compiling bytes v1.8.0
13542024-12-20T21:20:14.751Z Compiling indexmap v2.6.0
13552024-12-20T21:20:15.361Z Compiling tokio v1.40.0
13562024-12-20T21:20:15.382Z Compiling http v1.1.0
13572024-12-20T21:20:15.618Z Compiling semver v1.0.23
13582024-12-20T21:20:16.248Z Compiling rustc_version v0.4.1
13592024-12-20T21:20:16.422Z Compiling scroll_derive v0.12.0
13602024-12-20T21:20:17.079Z Compiling utf16_iter v1.0.5
13612024-12-20T21:20:17.196Z Compiling utf8_iter v1.0.4
13622024-12-20T21:20:17.281Z Compiling num_threads v0.1.7
13632024-12-20T21:20:17.412Z Compiling atomic-waker v1.1.2
13642024-12-20T21:20:17.431Z Compiling icu_normalizer_data v1.5.0
13652024-12-20T21:20:17.454Z Compiling write16 v1.0.0
13662024-12-20T21:20:17.534Z Compiling time v0.3.36
13672024-12-20T21:20:17.576Z Compiling icu_normalizer v1.5.0
13682024-12-20T21:20:17.595Z Compiling http-body v1.0.1
13692024-12-20T21:20:17.823Z Compiling pkcs5 v0.7.1
13702024-12-20T21:20:17.883Z Compiling pest_generator v2.7.14
13712024-12-20T21:20:17.903Z Compiling scroll v0.12.0
13722024-12-20T21:20:17.932Z Compiling form_urlencoded v1.2.1
13732024-12-20T21:20:18.263Z Compiling try-lock v0.2.5
13742024-12-20T21:20:18.416Z Compiling which v4.4.2
13752024-12-20T21:20:18.456Z Compiling slog v2.7.0
13762024-12-20T21:20:19.059Z Compiling goblin v0.8.2
13772024-12-20T21:20:19.098Z Compiling pkcs8 v0.10.2
13782024-12-20T21:20:19.578Z Compiling idna_adapter v1.2.0
13792024-12-20T21:20:19.797Z Compiling want v0.3.1
13802024-12-20T21:20:19.817Z Compiling httpdate v1.0.3
13812024-12-20T21:20:19.867Z Compiling idna v1.0.3
13822024-12-20T21:20:19.886Z Compiling pest_derive v2.7.14
13832024-12-20T21:20:20.273Z Compiling uuid v1.11.0
13842024-12-20T21:20:20.703Z Compiling dtrace-parser v0.2.0
13852024-12-20T21:20:20.903Z Compiling toml_datetime v0.6.8
13862024-12-20T21:20:21.476Z Compiling serde_tokenstream v0.2.2
13872024-12-20T21:20:21.757Z Compiling serde_spanned v0.6.8
13882024-12-20T21:20:21.809Z Compiling iana-time-zone v0.1.61
13892024-12-20T21:20:21.995Z Compiling base64 v0.22.1
13902024-12-20T21:20:22.103Z Compiling foreign-types-shared v0.1.1
13912024-12-20T21:20:22.217Z Compiling rustversion v1.0.17
13922024-12-20T21:20:22.277Z Compiling adler2 v2.0.0
13932024-12-20T21:20:22.487Z Compiling openssl v0.10.66
13942024-12-20T21:20:22.737Z Compiling match_cfg v0.1.0
13952024-12-20T21:20:22.832Z Compiling tower-service v0.3.3
13962024-12-20T21:20:22.852Z Compiling hostname v0.3.1
13972024-12-20T21:20:22.912Z Compiling miniz_oxide v0.8.0
13982024-12-20T21:20:22.929Z Compiling foreign-types v0.3.2
13992024-12-20T21:20:22.966Z Compiling chrono v0.4.38
14002024-12-20T21:20:23.013Z Compiling url v2.5.3
14012024-12-20T21:20:23.097Z Compiling async-trait v0.1.83
14022024-12-20T21:20:24.437Z Compiling tokio-util v0.7.12
14032024-12-20T21:20:24.440Z Compiling openssl-macros v0.1.1
14042024-12-20T21:20:25.081Z Compiling dof v0.3.0
14052024-12-20T21:20:25.230Z Compiling dirs-sys-next v0.1.2
14062024-12-20T21:20:25.853Z Compiling h2 v0.4.6
14072024-12-20T21:20:25.873Z Compiling usdt-impl v0.5.0
14082024-12-20T21:20:25.892Z Compiling rustls v0.22.4
14092024-12-20T21:20:26.141Z Compiling siphasher v0.3.11
14102024-12-20T21:20:26.565Z Compiling syn v1.0.109
14112024-12-20T21:20:26.710Z Compiling native-tls v0.2.12
14122024-12-20T21:20:27.032Z Compiling data-encoding v2.6.0
14132024-12-20T21:20:27.203Z Compiling rustls v0.23.19
14142024-12-20T21:20:27.449Z Compiling dirs-next v2.0.0
14152024-12-20T21:20:27.639Z Compiling http-body-util v0.1.2
14162024-12-20T21:20:28.190Z Compiling crossbeam-epoch v0.9.18
14172024-12-20T21:20:28.890Z Compiling heapless v0.7.17
14182024-12-20T21:20:28.973Z Compiling signature v2.2.0
14192024-12-20T21:20:29.275Z Compiling sha1 v0.10.6
14202024-12-20T21:20:29.302Z Compiling bzip2-sys v0.1.11+1.0.8
14212024-12-20T21:20:29.461Z Compiling serde_derive_internals v0.29.1
14222024-12-20T21:20:29.493Z Compiling thread_local v1.1.8
14232024-12-20T21:20:29.686Z Compiling cookie v0.18.1
14242024-12-20T21:20:29.798Z Compiling multer v3.1.0
14252024-12-20T21:20:29.971Z Compiling encoding_rs v0.8.34
14262024-12-20T21:20:30.038Z Compiling signal-hook v0.3.17
14272024-12-20T21:20:30.079Z Compiling ipnet v2.10.1
14282024-12-20T21:20:30.290Z Compiling mime v0.3.17
14292024-12-20T21:20:30.933Z Compiling unicode-properties v0.1.3
14302024-12-20T21:20:30.954Z Compiling slog-async v2.8.0
14312024-12-20T21:20:31.344Z Compiling rayon-core v1.12.1
14322024-12-20T21:20:31.379Z Compiling openssl-probe v0.1.5
14332024-12-20T21:20:31.524Z Compiling schemars v0.8.21
14342024-12-20T21:20:31.633Z Compiling gimli v0.31.1
14352024-12-20T21:20:31.835Z Compiling toml_edit v0.22.22
14362024-12-20T21:20:31.893Z Compiling stringprep v0.1.5
14372024-12-20T21:20:32.277Z Compiling schemars_derive v0.8.21
14382024-12-20T21:20:33.132Z Compiling hyper v1.5.0
14392024-12-20T21:20:35.614Z Compiling hyper-util v0.1.10
14402024-12-20T21:20:36.176Z Compiling usdt-attr-macro v0.5.0
14412024-12-20T21:20:36.479Z Compiling addr2line v0.24.2
14422024-12-20T21:20:36.823Z Compiling usdt-macro v0.5.0
14432024-12-20T21:20:37.071Z Compiling crossbeam-deque v0.8.5
14442024-12-20T21:20:37.193Z Compiling term v0.7.0
14452024-12-20T21:20:37.391Z Compiling slog-json v2.6.1
14462024-12-20T21:20:37.774Z Compiling serde_urlencoded v0.7.1
14472024-12-20T21:20:37.871Z Compiling crossbeam-channel v0.5.13
14482024-12-20T21:20:38.317Z Compiling curve25519-dalek v4.1.3
14492024-12-20T21:20:38.334Z Compiling futures-executor v0.3.31
14502024-12-20T21:20:38.702Z Compiling enum-as-inner v0.6.1
14512024-12-20T21:20:38.727Z Compiling md-5 v0.10.6
14522024-12-20T21:20:38.913Z Compiling rustls-pemfile v2.2.0
14532024-12-20T21:20:38.943Z Compiling async-stream-impl v0.3.6
14542024-12-20T21:20:38.992Z Compiling num-integer v0.1.46
14552024-12-20T21:20:39.008Z Compiling idna v0.3.0
14562024-12-20T21:20:39.246Z Compiling idna v0.4.0
14572024-12-20T21:20:39.773Z Compiling hash32 v0.2.1
14582024-12-20T21:20:39.844Z Compiling ff v0.13.0
14592024-12-20T21:20:40.076Z Compiling is-terminal v0.4.13
14602024-12-20T21:20:40.126Z Compiling dropshot v0.12.0
14612024-12-20T21:20:40.164Z Compiling object v0.36.5
14622024-12-20T21:20:40.200Z Compiling utf-8 v0.7.6
14632024-12-20T21:20:40.305Z Compiling anyhow v1.0.93
14642024-12-20T21:20:40.414Z Compiling linked-hash-map v0.5.6
14652024-12-20T21:20:40.529Z Compiling base16ct v0.2.0
14662024-12-20T21:20:40.679Z Compiling portable-atomic v1.9.0
14672024-12-20T21:20:40.766Z Compiling fallible-iterator v0.2.0
14682024-12-20T21:20:40.838Z Compiling dyn-clone v1.0.17
14692024-12-20T21:20:40.894Z Compiling take_mut v0.2.2
14702024-12-20T21:20:40.937Z Compiling rustc-demangle v0.1.24
14712024-12-20T21:20:41.045Z Compiling psl-types v2.0.11
14722024-12-20T21:20:41.060Z Compiling quick-error v1.2.3
14732024-12-20T21:20:41.201Z Compiling smoltcp v0.9.1
14742024-12-20T21:20:41.247Z Compiling num-bigint-dig v0.8.4
14752024-12-20T21:20:41.501Z Compiling postgres-protocol v0.6.7
14762024-12-20T21:20:41.612Z Compiling publicsuffix v2.2.3
14772024-12-20T21:20:41.860Z Compiling resolv-conf v0.7.0
14782024-12-20T21:20:42.376Z Compiling lru-cache v0.1.2
14792024-12-20T21:20:42.578Z Compiling sec1 v0.7.3
14802024-12-20T21:20:42.790Z Compiling tungstenite v0.24.0
14812024-12-20T21:20:42.913Z Compiling async-stream v0.3.6
14822024-12-20T21:20:43.099Z Compiling slog-term v2.9.1
14832024-12-20T21:20:43.172Z Compiling usdt v0.5.0
14842024-12-20T21:20:43.208Z Compiling hickory-proto v0.24.1
14852024-12-20T21:20:44.382Z Compiling group v0.13.0
14862024-12-20T21:20:44.716Z Compiling num-iter v0.1.45
14872024-12-20T21:20:44.912Z Compiling futures v0.3.31
14882024-12-20T21:20:44.992Z Compiling slog-bunyan v2.5.0
14892024-12-20T21:20:45.724Z Compiling toml v0.8.19
14902024-12-20T21:20:46.474Z Compiling tokio-native-tls v0.3.1
14912024-12-20T21:20:46.762Z Compiling camino v1.1.9
14922024-12-20T21:20:46.880Z Compiling phf_shared v0.11.2
14932024-12-20T21:20:47.263Z Compiling dropshot_endpoint v0.12.0
14942024-12-20T21:20:47.359Z Compiling terminal_size v0.4.0
14952024-12-20T21:20:47.545Z Compiling waitgroup v0.1.2
14962024-12-20T21:20:47.581Z Compiling backtrace v0.3.74
14972024-12-20T21:20:47.751Z Compiling openapiv3 v2.0.0
14982024-12-20T21:20:47.783Z Compiling serde_path_to_error v0.1.16
14992024-12-20T21:20:48.379Z Compiling hkdf v0.12.4
15002024-12-20T21:20:48.624Z Compiling crypto-bigint v0.5.5
15012024-12-20T21:20:48.643Z Compiling webpki-roots v0.26.6
15022024-12-20T21:20:48.856Z Compiling zerocopy-derive v0.6.6
15032024-12-20T21:20:51.183Z Compiling curve25519-dalek-derive v0.1.1
15042024-12-20T21:20:51.390Z Compiling idna v0.5.0
15052024-12-20T21:20:51.744Z Compiling hubpack_derive v0.1.1
15062024-12-20T21:20:51.996Z Compiling hostname v0.4.0
15072024-12-20T21:20:52.259Z Compiling fs-err v2.11.0
15082024-12-20T21:20:52.279Z Compiling crc32fast v1.4.2
15092024-12-20T21:20:52.821Z Compiling ahash v0.8.11
15102024-12-20T21:20:52.852Z Compiling debug-ignore v1.0.5
15112024-12-20T21:20:52.852Z Compiling bitflags v1.3.2
15122024-12-20T21:20:52.852Z Compiling winnow v0.5.40
15132024-12-20T21:20:52.852Z Compiling managed v0.8.0
15142024-12-20T21:20:52.949Z Compiling clap_builder v4.5.21
15152024-12-20T21:20:53.042Z Compiling strum_macros v0.25.3
15162024-12-20T21:20:53.885Z Compiling hubpack v0.1.2
15172024-12-20T21:20:54.377Z Compiling console v0.15.8
15182024-12-20T21:20:54.936Z Compiling flate2 v1.0.34
15192024-12-20T21:20:55.380Z Compiling cookie_store v0.21.0
15202024-12-20T21:20:55.926Z Compiling elliptic-curve v0.13.8
15212024-12-20T21:20:55.999Z Compiling zerocopy v0.6.6
15222024-12-20T21:20:56.689Z Compiling toml_edit v0.19.15
15232024-12-20T21:20:56.817Z Compiling hickory-resolver v0.24.1
15242024-12-20T21:20:57.028Z Compiling phf v0.11.2
15252024-12-20T21:20:57.329Z Compiling signal-hook-mio v0.2.4
15262024-12-20T21:20:57.365Z Compiling hyper-tls v0.6.0
15272024-12-20T21:20:57.498Z Compiling rayon v1.10.0
15282024-12-20T21:20:57.768Z Compiling bzip2 v0.4.4
15292024-12-20T21:20:58.187Z Compiling tokio-tungstenite v0.24.0
15302024-12-20T21:20:58.763Z Compiling postgres-types v0.2.8
15312024-12-20T21:21:00.948Z Compiling ed25519 v2.2.3
15322024-12-20T21:21:01.718Z Compiling phf_shared v0.10.0
15332024-12-20T21:21:02.128Z Compiling tokio-stream v0.1.16
15342024-12-20T21:21:02.393Z Compiling pkcs1 v0.7.5
15352024-12-20T21:21:02.413Z Compiling serde-big-array v0.5.1
15362024-12-20T21:21:02.654Z Compiling clap_derive v4.5.18
15372024-12-20T21:21:02.845Z Compiling rfc6979 v0.4.0
15382024-12-20T21:21:03.047Z Compiling serde_repr v0.1.19
15392024-12-20T21:21:03.243Z Compiling derive-where v1.2.7
15402024-12-20T21:21:03.393Z Compiling float-cmp v0.9.0
15412024-12-20T21:21:03.633Z Compiling bstr v1.10.0
15422024-12-20T21:21:03.679Z Compiling sync_wrapper v1.0.1
15432024-12-20T21:21:03.884Z Compiling static_assertions v1.1.0
15442024-12-20T21:21:03.989Z Compiling unicode-width v0.2.0
15452024-12-20T21:21:04.284Z Compiling predicates-core v1.0.8
15462024-12-20T21:21:04.540Z Compiling bit-vec v0.6.3
15472024-12-20T21:21:04.669Z Compiling whoami v1.5.2
15482024-12-20T21:21:04.865Z Compiling new_debug_unreachable v1.0.6
15492024-12-20T21:21:04.963Z Compiling precomputed-hash v0.1.1
15502024-12-20T21:21:05.011Z Compiling number_prefix v0.4.0
15512024-12-20T21:21:05.082Z Compiling unicode-segmentation v1.12.0
15522024-12-20T21:21:05.233Z Compiling fixedbitset v0.4.2
15532024-12-20T21:21:05.317Z Compiling difflib v0.4.0
15542024-12-20T21:21:05.469Z Compiling normalize-line-endings v0.3.0
15552024-12-20T21:21:05.601Z Compiling petgraph v0.6.5
15562024-12-20T21:21:05.722Z Compiling predicates v3.1.2
15572024-12-20T21:21:05.970Z Compiling similar v2.6.0
15582024-12-20T21:21:06.872Z Compiling indicatif v0.17.9
15592024-12-20T21:21:07.016Z Compiling string_cache v0.8.7
15602024-12-20T21:21:07.488Z Compiling tokio-postgres v0.7.12
15612024-12-20T21:21:07.561Z Compiling bit-set v0.5.3
15622024-12-20T21:21:07.864Z Compiling clap v4.5.21
15632024-12-20T21:21:07.913Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15642024-12-20T21:21:07.989Z Compiling ecdsa v0.16.9
15652024-12-20T21:21:08.461Z Compiling rsa v0.9.6
15662024-12-20T21:21:08.870Z Compiling ed25519-dalek v2.1.1
15672024-12-20T21:21:09.176Z Compiling toml v0.7.8
15682024-12-20T21:21:09.823Z Compiling zip v0.6.6
15692024-12-20T21:21:10.182Z Compiling crossterm v0.28.1
15702024-12-20T21:21:11.853Z Compiling hex v0.4.3
15712024-12-20T21:21:12.028Z Compiling x509-cert v0.2.5
15722024-12-20T21:21:12.357Z Compiling unicode-xid v0.2.6
15732024-12-20T21:21:12.471Z Compiling peg-runtime v0.8.3
15742024-12-20T21:21:12.534Z Compiling lalrpop-util v0.19.12
15752024-12-20T21:21:12.901Z Compiling strum_macros v0.26.4
15762024-12-20T21:21:13.172Z Compiling xattr v1.3.1
15772024-12-20T21:21:13.360Z Compiling filetime v0.2.25
15782024-12-20T21:21:13.663Z Compiling tar v0.4.42
15792024-12-20T21:21:17.417Z Compiling strum v0.26.3
15802024-12-20T21:21:21.467Z Compiling aws-lc-sys v0.22.0
15812024-12-20T21:21:49.562Z Compiling rustls-webpki v0.102.8
15822024-12-20T21:21:52.851Z Compiling tokio-rustls v0.25.0
15832024-12-20T21:21:54.545Z Compiling tokio-rustls v0.26.0
15842024-12-20T21:21:54.934Z Compiling hyper-rustls v0.27.3
15852024-12-20T21:21:55.191Z Compiling reqwest v0.12.9
15862024-12-20T21:21:56.474Z Compiling qorb v0.2.1
15872024-12-20T21:22:01.288Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15882024-12-20T21:22:01.526Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15892024-12-20T21:22:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15902024-12-20T21:22:07.491Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15912024-12-20T21:22:07.533ZDec 20 21:22:05.848 INFO Starting download, target: Clickhouse
15922024-12-20T21:22:07.533ZDec 20 21:22:05.848 INFO Starting download, target: DendriteOpenapi
15932024-12-20T21:22:07.533ZDec 20 21:22:05.848 INFO Starting download, target: Cockroach
15942024-12-20T21:22:07.533ZDec 20 21:22:05.848 INFO Starting download, target: Console
15952024-12-20T21:22:07.533ZDec 20 21:22:05.848 INFO Starting download, target: DendriteStub
15962024-12-20T21:22:07.536ZDec 20 21:22:05.848 INFO Starting download, target: MaghemiteMgd
15972024-12-20T21:22:07.536ZDec 20 21:22:05.848 INFO Starting download, target: TransceiverControl
15982024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15992024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16002024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16012024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16022024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16032024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16042024-12-20T21:22:07.536ZDec 20 21:22:05.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16052024-12-20T21:22:07.831ZDec 20 21:22:06.076 INFO Download complete, target: DendriteOpenapi
16062024-12-20T21:22:08.075ZDec 20 21:22:06.316 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16072024-12-20T21:22:08.186ZDec 20 21:22:06.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16082024-12-20T21:22:08.412ZDec 20 21:22:06.704 INFO Download complete, target: Console
16092024-12-20T21:22:08.478ZDec 20 21:22:06.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16102024-12-20T21:22:08.653ZDec 20 21:22:06.966 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16112024-12-20T21:22:08.673ZDec 20 21:22:06.987 INFO Download complete, target: TransceiverControl
16122024-12-20T21:22:09.166ZDec 20 21:22:07.480 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16132024-12-20T21:22:09.166ZDec 20 21:22:07.481 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16142024-12-20T21:22:09.453ZDec 20 21:22:07.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16152024-12-20T21:22:11.308ZDec 20 21:22:09.622 INFO Download complete, target: DendriteStub
16162024-12-20T21:22:11.653ZDec 20 21:22:09.967 INFO Download complete, target: MaghemiteMgd
16172024-12-20T21:22:16.818ZDec 20 21:22:15.131 INFO Checking that binary works, target: Cockroach
16182024-12-20T21:22:16.982ZDec 20 21:22:15.295 INFO Download complete, target: Cockroach
16192024-12-20T21:22:22.180ZDec 20 21:22:20.492 INFO Checking that binary works, target: Clickhouse
16202024-12-20T21:22:22.309ZDec 20 21:22:20.614 INFO Download complete, target: Clickhouse
16212024-12-20T21:22:22.313ZAll prerequisites installed successfully
16222024-12-20T21:22:22.313Z
16232024-12-20T21:22:22.313Zreal 5:21.516720855
16242024-12-20T21:22:22.313Zuser 16:28.596574128
16252024-12-20T21:22:22.314Zsys 3:10.159022815
16262024-12-20T21:22:22.314Ztrap 0.507319624
16272024-12-20T21:22:22.314Ztflt 1.592589690
16282024-12-20T21:22:22.314Zdflt 2.207859282
16292024-12-20T21:22:22.314Zkflt 0.028279550
16302024-12-20T21:22:22.314Zlock 32:21.418554769
16312024-12-20T21:22:22.314Zslp 1:02:47.618670074
16322024-12-20T21:22:22.314Zlat 55.422720080
16332024-12-20T21:22:22.314Zstop 2:07.481255359
16342024-12-20T21:22:22.317Z+ source ./tools/include/force-git-over-https.sh
16352024-12-20T21:22:22.317Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16362024-12-20T21:22:22.317Z++ (( i = 0 ))
16372024-12-20T21:22:22.317Z++ (( i < 5 ))
16382024-12-20T21:22:22.317Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16392024-12-20T21:22:22.317Z++ (( i++ ))
16402024-12-20T21:22:22.317Z++ (( i < 5 ))
16412024-12-20T21:22:22.317Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16422024-12-20T21:22:22.319Z++ (( i++ ))
16432024-12-20T21:22:22.319Z++ (( i < 5 ))
16442024-12-20T21:22:22.319Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16452024-12-20T21:22:22.322Z++ (( i++ ))
16462024-12-20T21:22:22.322Z++ (( i < 5 ))
16472024-12-20T21:22:22.322Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16482024-12-20T21:22:22.324Z++ (( i++ ))
16492024-12-20T21:22:22.324Z++ (( i < 5 ))
16502024-12-20T21:22:22.324Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16512024-12-20T21:22:22.327Z++ (( i++ ))
16522024-12-20T21:22:22.327Z++ (( i < 5 ))
16532024-12-20T21:22:22.327Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16542024-12-20T21:22:22.327Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16552024-12-20T21:22:22.330Z+ rc=0
16562024-12-20T21:22:22.330Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16572024-12-20T21:22:54.159Z+ case $rc in
16582024-12-20T21:22:54.159Z+ pfexec zfs create -p rpool/images/build/host
16592024-12-20T21:22:54.445Z+ pfexec zfs create -p rpool/images/build/recovery
16602024-12-20T21:22:54.523Z+ cargo xtask releng --output-dir /work
16612024-12-20T21:22:55.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16622024-12-20T21:22:55.062Z Running `target/debug/xtask releng --output-dir /work`
16632024-12-20T21:22:55.970Z Compiling proc-macro2 v1.0.89
16642024-12-20T21:22:55.970Z Compiling unicode-ident v1.0.13
16652024-12-20T21:22:55.970Z Compiling libc v0.2.162
16662024-12-20T21:22:55.973Z Compiling serde v1.0.215
16672024-12-20T21:22:55.973Z Compiling autocfg v1.4.0
16682024-12-20T21:22:55.973Z Compiling version_check v0.9.5
16692024-12-20T21:22:55.973Z Compiling cfg-if v1.0.0
16702024-12-20T21:22:56.210Z Compiling memchr v2.7.4
16712024-12-20T21:22:56.229Z Compiling typenum v1.17.0
16722024-12-20T21:22:56.312Z Compiling shlex v1.3.0
16732024-12-20T21:22:56.730Z Compiling value-bag v1.9.0
16742024-12-20T21:22:56.738Z Compiling generic-array v0.14.7
16752024-12-20T21:22:56.820Z Compiling scopeguard v1.2.0
16762024-12-20T21:22:57.019Z Compiling lock_api v0.4.12
16772024-12-20T21:22:57.053Z Compiling rustix v0.38.37
16782024-12-20T21:22:57.137Z Compiling parking_lot_core v0.9.10
16792024-12-20T21:22:57.347Z Compiling log v0.4.22
16802024-12-20T21:22:57.629Z Compiling serde_json v1.0.132
16812024-12-20T21:22:57.733Z Compiling libm v0.2.8
16822024-12-20T21:22:57.948Z Compiling quote v1.0.37
16832024-12-20T21:22:58.070Z Compiling num-traits v0.2.19
16842024-12-20T21:22:58.130Z Compiling thiserror v1.0.69
16852024-12-20T21:22:58.186Z Compiling once_cell v1.20.2
16862024-12-20T21:22:58.363Z Compiling syn v2.0.87
16872024-12-20T21:22:58.482Z Compiling jobserver v0.1.32
16882024-12-20T21:22:58.555Z Compiling getrandom v0.2.15
16892024-12-20T21:22:58.597Z Compiling spin v0.9.8
16902024-12-20T21:22:58.632Z Compiling itoa v1.0.11
16912024-12-20T21:22:58.864Z Compiling cc v1.1.30
16922024-12-20T21:22:58.864Z Compiling aho-corasick v1.1.3
16932024-12-20T21:22:58.915Z Compiling regex-syntax v0.8.5
16942024-12-20T21:22:59.120Z Compiling slab v0.4.9
16952024-12-20T21:22:59.221Z Compiling errno v0.3.9
16962024-12-20T21:22:59.828Z Compiling byteorder v1.5.0
16972024-12-20T21:23:00.379Z Compiling lazy_static v1.5.0
16982024-12-20T21:23:00.415Z Compiling rand_core v0.6.4
16992024-12-20T21:23:00.515Z Compiling glob v0.3.1
17002024-12-20T21:23:00.666Z Compiling either v1.13.0
17012024-12-20T21:23:00.864Z Compiling prettyplease v0.2.25
17022024-12-20T21:23:01.188Z Compiling subtle v2.6.1
17032024-12-20T21:23:01.404Z Compiling minimal-lexical v0.2.1
17042024-12-20T21:23:01.428Z Compiling clang-sys v1.8.1
17052024-12-20T21:23:01.630Z Compiling libloading v0.8.5
17062024-12-20T21:23:01.894Z Compiling nom v7.1.3
17072024-12-20T21:23:02.167Z Compiling bindgen v0.69.5
17082024-12-20T21:23:02.462Z Compiling home v0.5.9
17092024-12-20T21:23:02.644Z Compiling itertools v0.10.5
17102024-12-20T21:23:02.691Z Compiling regex-automata v0.4.8
17112024-12-20T21:23:03.479Z Compiling rustc-hash v1.1.0
17122024-12-20T21:23:03.666Z Compiling lazycell v1.3.0
17132024-12-20T21:23:04.277Z Compiling cmake v0.1.51
17142024-12-20T21:23:05.259Z Compiling pkg-config v0.3.31
17152024-12-20T21:23:05.308Z Compiling dunce v1.0.5
17162024-12-20T21:23:05.502Z Compiling cexpr v0.6.0
17172024-12-20T21:23:05.523Z Compiling fs_extra v1.3.0
17182024-12-20T21:23:05.730Z Compiling smallvec v1.13.2
17192024-12-20T21:23:05.779Z Compiling semver v1.0.23
17202024-12-20T21:23:06.113Z Compiling synstructure v0.13.1
17212024-12-20T21:23:06.381Z Compiling ring v0.17.8
17222024-12-20T21:23:06.976Z Compiling ryu v1.0.18
17232024-12-20T21:23:07.224Z Compiling paste v1.0.15
17242024-12-20T21:23:07.467Z Compiling const-oid v0.9.6
17252024-12-20T21:23:07.631Z Compiling aws-lc-rs v1.10.0
17262024-12-20T21:23:07.822Z Compiling httparse v1.9.5
17272024-12-20T21:23:08.315Z Compiling pin-project-lite v0.2.14
17282024-12-20T21:23:08.486Z Compiling heck v0.5.0
17292024-12-20T21:23:08.969Z Compiling regex v1.11.1
17302024-12-20T21:23:09.035Z Compiling allocator-api2 v0.2.18
17312024-12-20T21:23:09.374Z Compiling futures-core v0.3.31
17322024-12-20T21:23:09.814Z Compiling signal-hook-registry v1.4.2
17332024-12-20T21:23:09.969Z Compiling crossbeam-utils v0.8.20
17342024-12-20T21:23:10.261Z Compiling time-core v0.1.2
17352024-12-20T21:23:10.480Z Compiling num-conv v0.1.0
17362024-12-20T21:23:10.806Z Compiling time-macros v0.2.18
17372024-12-20T21:23:10.872Z Compiling parking_lot v0.12.3
17382024-12-20T21:23:11.318Z Compiling mio v1.0.2
17392024-12-20T21:23:11.594Z Compiling vcpkg v0.2.15
17402024-12-20T21:23:11.836Z Compiling schemars v0.8.21
17412024-12-20T21:23:11.935Z Compiling serde_derive v1.0.215
17422024-12-20T21:23:12.392Z Compiling zeroize_derive v1.4.2
17432024-12-20T21:23:13.020Z Compiling zerocopy-derive v0.7.35
17442024-12-20T21:23:13.128Z Compiling tokio-macros v2.4.0
17452024-12-20T21:23:13.551Z Compiling thiserror-impl v1.0.69
17462024-12-20T21:23:13.599Z Compiling zerofrom-derive v0.1.4
17472024-12-20T21:23:13.971Z Compiling zeroize v1.8.1
17482024-12-20T21:23:14.467Z Compiling yoke-derive v0.7.4
17492024-12-20T21:23:14.505Z Compiling futures-macro v0.3.31
17502024-12-20T21:23:14.531Z Compiling zerovec-derive v0.10.3
17512024-12-20T21:23:15.231Z Compiling displaydoc v0.2.5
17522024-12-20T21:23:16.390Z Compiling zerocopy v0.7.35
17532024-12-20T21:23:16.878Z Compiling crypto-common v0.1.6
17542024-12-20T21:23:17.013Z Compiling icu_provider_macros v1.5.0
17552024-12-20T21:23:17.138Z Compiling tracing-attributes v0.1.27
17562024-12-20T21:23:17.252Z Compiling block-buffer v0.10.4
17572024-12-20T21:23:17.512Z Compiling digest v0.10.7
17582024-12-20T21:23:17.566Z Compiling der_derive v0.7.3
17592024-12-20T21:23:18.136Z Compiling openssl-sys v0.9.103
17602024-12-20T21:23:18.245Z Compiling fnv v1.0.7
17612024-12-20T21:23:19.061Z Compiling serde_derive_internals v0.29.1
17622024-12-20T21:23:19.280Z Compiling socket2 v0.5.7
17632024-12-20T21:23:20.168Z Compiling ahash v0.8.11
17642024-12-20T21:23:21.564Z Compiling schemars_derive v0.8.21
17652024-12-20T21:23:21.640Z Compiling foldhash v0.1.3
17662024-12-20T21:23:21.815Z Compiling futures-sink v0.3.31
17672024-12-20T21:23:21.958Z Compiling cpufeatures v0.2.14
17682024-12-20T21:23:22.043Z Compiling equivalent v1.0.1
17692024-12-20T21:23:22.186Z Compiling hashbrown v0.15.1
17702024-12-20T21:23:22.579Z Compiling slog v2.7.0
17712024-12-20T21:23:22.683Z Compiling stable_deref_trait v1.2.0
17722024-12-20T21:23:23.793Z Compiling futures-channel v0.3.31
17732024-12-20T21:23:23.985Z Compiling zerofrom v0.1.4
17742024-12-20T21:23:24.129Z Compiling scroll_derive v0.12.0
17752024-12-20T21:23:24.238Z Compiling pin-utils v0.1.0
17762024-12-20T21:23:24.403Z Compiling futures-task v0.3.31
17772024-12-20T21:23:24.428Z Compiling futures-io v0.3.31
17782024-12-20T21:23:24.428Z Compiling openssl v0.10.66
17792024-12-20T21:23:24.747Z Compiling ucd-trie v0.1.7
17802024-12-20T21:23:24.799Z Compiling futures-util v0.3.31
17812024-12-20T21:23:24.852Z Compiling yoke v0.7.4
17822024-12-20T21:23:25.294Z Compiling pest v2.7.14
17832024-12-20T21:23:25.326Z Compiling hmac v0.12.1
17842024-12-20T21:23:25.636Z Compiling tinyvec_macros v0.1.1
17852024-12-20T21:23:25.696Z Compiling zerovec v0.10.4
17862024-12-20T21:23:25.800Z Compiling tinyvec v1.8.0
17872024-12-20T21:23:26.380Z Compiling bitflags v2.6.0
17882024-12-20T21:23:26.956Z Compiling bytes v1.8.0
17892024-12-20T21:23:29.029Z Compiling tokio v1.40.0
17902024-12-20T21:23:29.167Z Compiling serde_tokenstream v0.2.2
17912024-12-20T21:23:29.853Z Compiling indexmap v2.6.0
17922024-12-20T21:23:31.572Z Compiling which v4.4.2
17932024-12-20T21:23:32.258Z Compiling http v1.1.0
17942024-12-20T21:23:32.504Z Compiling rustc_version v0.4.1
17952024-12-20T21:23:32.769Z Compiling pest_meta v2.7.14
17962024-12-20T21:23:34.219Z Compiling uuid v1.11.0
17972024-12-20T21:23:34.875Z Compiling block-padding v0.3.3
17982024-12-20T21:23:35.127Z Compiling openssl-macros v0.1.1
17992024-12-20T21:23:35.168Z Compiling rustls v0.23.19
18002024-12-20T21:23:35.600Z Compiling native-tls v0.2.12
18012024-12-20T21:23:36.057Z Compiling iana-time-zone v0.1.61
18022024-12-20T21:23:36.448Z Compiling chrono v0.4.38
18032024-12-20T21:23:36.547Z Compiling inout v0.1.3
18042024-12-20T21:23:36.868Z Compiling pest_generator v2.7.14
18052024-12-20T21:23:37.574Z Compiling unicode-normalization v0.1.24
18062024-12-20T21:23:38.325Z Compiling cipher v0.4.4
18072024-12-20T21:23:38.903Z Compiling tinystr v0.7.6
18082024-12-20T21:23:38.945Z Compiling pest_derive v2.7.14
18092024-12-20T21:23:39.131Z Compiling sha2 v0.10.8
18102024-12-20T21:23:39.620Z Compiling async-trait v0.1.83
18112024-12-20T21:23:39.861Z Compiling cookie v0.18.1
18122024-12-20T21:23:39.979Z Compiling usdt-impl v0.5.0
18132024-12-20T21:23:40.128Z Compiling writeable v0.5.5
18142024-12-20T21:23:40.403Z Compiling litemap v0.7.3
18152024-12-20T21:23:40.861Z Compiling unicode-bidi v0.3.17
18162024-12-20T21:23:42.024Z Compiling base64ct v1.6.0
18172024-12-20T21:23:42.230Z Compiling icu_locid v1.5.0
18182024-12-20T21:23:42.687Z Compiling pem-rfc7468 v0.7.0
18192024-12-20T21:23:44.092Z Compiling scroll v0.12.0
18202024-12-20T21:23:44.840Z Compiling ppv-lite86 v0.2.20
18212024-12-20T21:23:45.818Z Compiling tracing-core v0.1.32
18222024-12-20T21:23:45.897Z Compiling dyn-clone v1.0.17
18232024-12-20T21:23:46.139Z Compiling untrusted v0.7.1
18242024-12-20T21:23:46.301Z Compiling flagset v0.4.6
18252024-12-20T21:23:46.534Z Compiling percent-encoding v2.3.1
18262024-12-20T21:23:46.839Z Compiling aws-lc-sys v0.22.0
18272024-12-20T21:23:46.966Z Compiling rustls-pki-types v1.10.0
18282024-12-20T21:23:48.192Z Compiling syn v1.0.109
18292024-12-20T21:23:48.852Z Compiling camino v1.1.9
18302024-12-20T21:23:48.873Z Compiling plain v0.2.3
18312024-12-20T21:23:49.043Z Compiling goblin v0.8.2
18322024-12-20T21:23:49.867Z Compiling tracing v0.1.40
18332024-12-20T21:23:50.785Z Compiling der v0.7.9
18342024-12-20T21:23:51.427Z Compiling rand_chacha v0.3.1
18352024-12-20T21:23:53.594Z Compiling icu_provider v1.5.0
18362024-12-20T21:23:54.016Z Compiling tokio-util v0.7.12
18372024-12-20T21:23:56.382Z Compiling icu_locid_transform_data v1.5.0
18382024-12-20T21:23:56.418Z Compiling mirai-annotations v1.12.0
18392024-12-20T21:23:56.520Z Compiling rayon-core v1.12.1
18402024-12-20T21:23:56.548Z Compiling rustls v0.22.4
18412024-12-20T21:23:56.759Z Compiling pretty-hex v0.4.1
18422024-12-20T21:23:56.885Z Compiling untrusted v0.9.0
18432024-12-20T21:23:56.915Z Compiling powerfmt v0.2.0
18442024-12-20T21:23:57.010Z Compiling dof v0.3.0
18452024-12-20T21:23:57.307Z Compiling deranged v0.3.11
18462024-12-20T21:23:57.531Z Compiling icu_locid_transform v1.5.0
18472024-12-20T21:23:59.283Z Compiling spki v0.7.3
18482024-12-20T21:23:59.780Z Compiling rand v0.8.5
18492024-12-20T21:24:00.400Z Compiling dtrace-parser v0.2.0
18502024-12-20T21:24:01.722Z Compiling salsa20 v0.10.2
18512024-12-20T21:24:01.972Z Compiling icu_collections v1.5.0
18522024-12-20T21:24:02.604Z Compiling pbkdf2 v0.12.2
18532024-12-20T21:24:03.828Z Compiling bzip2-sys v0.1.11+1.0.8
18542024-12-20T21:24:04.468Z Compiling thread-id v4.2.2
18552024-12-20T21:24:04.658Z Compiling num_threads v0.1.7
18562024-12-20T21:24:04.782Z Compiling atomic-waker v1.1.2
18572024-12-20T21:24:04.860Z Compiling icu_properties_data v1.5.0
18582024-12-20T21:24:05.747Z Compiling time v0.3.36
18592024-12-20T21:24:05.840Z Compiling icu_properties v1.5.1
18602024-12-20T21:24:11.365Z Compiling scrypt v0.11.0
18612024-12-20T21:24:11.387Z Compiling form_urlencoded v1.2.1
18622024-12-20T21:24:11.969Z Compiling aes v0.8.4
18632024-12-20T21:24:12.013Z Compiling cbc v0.1.2
18642024-12-20T21:24:12.403Z Compiling http-body v1.0.1
18652024-12-20T21:24:12.769Z Compiling multer v3.1.0
18662024-12-20T21:24:12.869Z Compiling utf16_iter v1.0.5
18672024-12-20T21:24:13.007Z Compiling utf8_iter v1.0.4
18682024-12-20T21:24:13.136Z Compiling slog-async v2.8.0
18692024-12-20T21:24:13.304Z Compiling icu_normalizer_data v1.5.0
18702024-12-20T21:24:13.444Z Compiling try-lock v0.2.5
18712024-12-20T21:24:13.603Z Compiling write16 v1.0.0
18722024-12-20T21:24:13.967Z Compiling want v0.3.1
18732024-12-20T21:24:14.022Z Compiling icu_normalizer v1.5.0
18742024-12-20T21:24:14.381Z Compiling pkcs5 v0.7.1
18752024-12-20T21:24:18.041Z Compiling h2 v0.4.6
18762024-12-20T21:24:19.535Z Compiling heapless v0.7.17
18772024-12-20T21:24:19.818Z Compiling zerocopy-derive v0.6.6
18782024-12-20T21:24:20.188Z Compiling httpdate v1.0.3
18792024-12-20T21:24:20.348Z Compiling anyhow v1.0.93
18802024-12-20T21:24:20.955Z Compiling base64 v0.22.1
18812024-12-20T21:24:20.984Z Compiling num-bigint-dig v0.8.4
18822024-12-20T21:24:21.737Z Compiling signal-hook v0.3.17
18832024-12-20T21:24:23.002Z Compiling pkcs8 v0.10.2
18842024-12-20T21:24:23.804Z Compiling idna_adapter v1.2.0
18852024-12-20T21:24:24.267Z Compiling usdt-macro v0.5.0
18862024-12-20T21:24:24.716Z Compiling usdt-attr-macro v0.5.0
18872024-12-20T21:24:26.540Z Compiling async-stream-impl v0.3.6
18882024-12-20T21:24:26.577Z Compiling hyper v1.5.0
18892024-12-20T21:24:27.361Z Compiling strsim v0.11.1
18902024-12-20T21:24:28.099Z Compiling tower-service v0.3.3
18912024-12-20T21:24:28.239Z Compiling rustversion v1.0.17
18922024-12-20T21:24:29.769Z Compiling hyper-util v0.1.10
18932024-12-20T21:24:29.958Z Compiling idna v1.0.3
18942024-12-20T21:24:36.637Z Compiling curve25519-dalek v4.1.3
18952024-12-20T21:24:37.161Z Compiling openapiv3 v2.0.0
18962024-12-20T21:24:37.418Z Compiling serde_spanned v0.6.8
18972024-12-20T21:24:37.724Z Compiling toml_datetime v0.6.8
18982024-12-20T21:24:37.990Z Compiling enum-as-inner v0.6.1
18992024-12-20T21:24:38.713Z Compiling dropshot v0.12.0
19002024-12-20T21:24:38.936Z Compiling match_cfg v0.1.0
19012024-12-20T21:24:39.103Z Compiling portable-atomic v1.9.0
19022024-12-20T21:24:39.787Z Compiling heck v0.4.1
19032024-12-20T21:24:40.161Z Compiling adler2 v2.0.0
19042024-12-20T21:24:40.241Z Compiling foreign-types-shared v0.1.1
19052024-12-20T21:24:40.362Z Compiling smoltcp v0.9.1
19062024-12-20T21:24:40.364Z Compiling foreign-types v0.3.2
19072024-12-20T21:24:40.516Z Compiling miniz_oxide v0.8.0
19082024-12-20T21:24:41.164Z Compiling hostname v0.3.1
19092024-12-20T21:24:42.611Z Compiling url v2.5.3
19102024-12-20T21:24:50.254Z Compiling http-body-util v0.1.2
19112024-12-20T21:24:50.929Z Compiling clap_derive v4.5.18
19122024-12-20T21:24:51.628Z Compiling dirs-sys-next v0.1.2
19132024-12-20T21:24:52.355Z Compiling encoding_rs v0.8.34
19142024-12-20T21:24:54.059Z Compiling mime v0.3.17
19152024-12-20T21:24:55.251Z Compiling data-encoding v2.6.0
19162024-12-20T21:24:56.689Z Compiling siphasher v0.3.11
19172024-12-20T21:24:57.108Z Compiling dirs-next v2.0.0
19182024-12-20T21:25:03.893Z Compiling hubpack_derive v0.1.1
19192024-12-20T21:25:04.289Z Compiling rustls-webpki v0.102.8
19202024-12-20T21:25:04.751Z Compiling serde_urlencoded v0.7.1
19212024-12-20T21:25:05.197Z Compiling crossbeam-epoch v0.9.18
19222024-12-20T21:25:05.378Z Compiling hashbrown v0.14.5
19232024-12-20T21:25:05.807Z Compiling rustls-pemfile v2.2.0
19242024-12-20T21:25:05.933Z Compiling dropshot_endpoint v0.12.0
19252024-12-20T21:25:06.554Z Compiling sha1 v0.10.6
19262024-12-20T21:25:06.814Z Compiling signature v2.2.0
19272024-12-20T21:25:06.981Z Compiling curve25519-dalek-derive v0.1.1
19282024-12-20T21:25:07.079Z Compiling thread_local v1.1.8
19292024-12-20T21:25:07.100Z Compiling fs-err v2.11.0
19302024-12-20T21:25:07.553Z Compiling utf8parse v0.2.2
19312024-12-20T21:25:07.735Z Compiling anstyle v1.0.10
19322024-12-20T21:25:08.188Z Compiling unicode-properties v0.1.3
19332024-12-20T21:25:08.356Z Compiling gimli v0.31.1
19342024-12-20T21:25:08.568Z Compiling ipnet v2.10.1
19352024-12-20T21:25:09.667Z Compiling openssl-probe v0.1.5
19362024-12-20T21:25:10.848Z Compiling winnow v0.6.20
19372024-12-20T21:25:12.659Z Compiling stringprep v0.1.5
19382024-12-20T21:25:13.063Z Compiling addr2line v0.24.2
19392024-12-20T21:25:13.083Z Compiling anstyle-parse v0.2.5
19402024-12-20T21:25:13.422Z Compiling regress v0.10.1
19412024-12-20T21:25:13.665Z Compiling crossbeam-deque v0.8.5
19422024-12-20T21:25:14.460Z Compiling toml_edit v0.22.22
19432024-12-20T21:25:14.831Z Compiling term v0.7.0
19442024-12-20T21:25:16.179Z Compiling slog-json v2.6.1
19452024-12-20T21:25:17.339Z Compiling crossbeam-channel v0.5.13
19462024-12-20T21:25:18.839Z Compiling idna v0.3.0
19472024-12-20T21:25:19.553Z Compiling idna v0.4.0
19482024-12-20T21:25:21.794Z Compiling futures-executor v0.3.31
19492024-12-20T21:25:22.191Z Compiling num-integer v0.1.46
19502024-12-20T21:25:22.412Z Compiling md-5 v0.10.6
19512024-12-20T21:25:22.439Z Compiling ff v0.13.0
19522024-12-20T21:25:22.668Z Compiling hash32 v0.2.1
19532024-12-20T21:25:22.671Z Compiling memmap v0.7.0
19542024-12-20T21:25:22.710Z Compiling is-terminal v0.4.13
19552024-12-20T21:25:22.846Z Compiling object v0.36.5
19562024-12-20T21:25:22.902Z Compiling base16ct v0.2.0
19572024-12-20T21:25:23.001Z Compiling psl-types v2.0.11
19582024-12-20T21:25:23.038Z Compiling fallible-iterator v0.2.0
19592024-12-20T21:25:23.206Z Compiling quick-error v1.2.3
19602024-12-20T21:25:23.209Z Compiling anstyle-query v1.1.1
19612024-12-20T21:25:23.363Z Compiling rustc-demangle v0.1.24
19622024-12-20T21:25:23.388Z Compiling is_terminal_polyfill v1.70.1
19632024-12-20T21:25:23.534Z Compiling take_mut v0.2.2
19642024-12-20T21:25:23.710Z Compiling utf-8 v0.7.6
19652024-12-20T21:25:23.786Z Compiling linked-hash-map v0.5.6
19662024-12-20T21:25:24.023Z Compiling colorchoice v1.0.2
19672024-12-20T21:25:24.199Z Compiling anstream v0.6.15
19682024-12-20T21:25:24.265Z Compiling lru-cache v0.1.2
19692024-12-20T21:25:24.408Z Compiling publicsuffix v2.2.3
19702024-12-20T21:25:24.475Z Compiling tungstenite v0.24.0
19712024-12-20T21:25:24.737Z Compiling postgres-protocol v0.6.7
19722024-12-20T21:25:25.931Z Compiling resolv-conf v0.7.0
19732024-12-20T21:25:26.246Z Compiling sec1 v0.7.3
19742024-12-20T21:25:26.604Z Compiling usdt v0.5.0
19752024-12-20T21:25:26.825Z Compiling slog-term v2.9.1
19762024-12-20T21:25:27.062Z Compiling num-iter v0.1.45
19772024-12-20T21:25:27.270Z Compiling group v0.13.0
19782024-12-20T21:25:27.400Z Compiling futures v0.3.31
19792024-12-20T21:25:27.712Z Compiling tokio-rustls v0.26.0
19802024-12-20T21:25:27.944Z Compiling hickory-proto v0.24.1
19812024-12-20T21:25:28.652Z Compiling tokio-rustls v0.25.0
19822024-12-20T21:25:29.068Z Compiling toml v0.8.19
19832024-12-20T21:25:30.042Z Compiling typify-impl v0.2.0
19842024-12-20T21:25:30.195Z Compiling backtrace v0.3.74
19852024-12-20T21:25:30.705Z Compiling slog-bunyan v2.5.0
19862024-12-20T21:25:30.832Z Compiling tokio-native-tls v0.3.1
19872024-12-20T21:25:31.024Z Compiling phf_shared v0.11.2
19882024-12-20T21:25:31.165Z Compiling strum_macros v0.25.3
19892024-12-20T21:25:31.424Z Compiling async-stream v0.3.6
19902024-12-20T21:25:31.706Z Compiling waitgroup v0.1.2
19912024-12-20T21:25:31.925Z Compiling webpki-roots v0.26.6
19922024-12-20T21:25:32.155Z Compiling idna v0.5.0
19932024-12-20T21:25:33.120Z Compiling terminal_size v0.4.0
19942024-12-20T21:25:33.354Z Compiling serde_path_to_error v0.1.16
19952024-12-20T21:25:34.187Z Compiling hkdf v0.12.4
19962024-12-20T21:25:34.352Z Compiling crypto-bigint v0.5.5
19972024-12-20T21:25:34.420Z Compiling derive-where v1.2.7
19982024-12-20T21:25:34.769Z Compiling serde_repr v0.1.19
19992024-12-20T21:25:36.007Z Compiling hostname v0.4.0
20002024-12-20T21:25:36.028Z Compiling crc32fast v1.4.2
20012024-12-20T21:25:36.407Z Compiling managed v0.8.0
20022024-12-20T21:25:36.918Z Compiling debug-ignore v1.0.5
20032024-12-20T21:25:37.100Z Compiling winnow v0.5.40
20042024-12-20T21:25:37.770Z Compiling clap_lex v0.7.2
20052024-12-20T21:25:37.809Z Compiling unicode-width v0.1.14
20062024-12-20T21:25:37.809Z Compiling bitflags v1.3.2
20072024-12-20T21:25:37.954Z Compiling clap_builder v4.5.21
20082024-12-20T21:25:38.069Z Compiling console v0.15.8
20092024-12-20T21:25:38.257Z Compiling elliptic-curve v0.13.8
20102024-12-20T21:25:40.631Z Compiling toml_edit v0.19.15
20112024-12-20T21:25:40.881Z Compiling flate2 v1.0.34
20122024-12-20T21:25:41.828Z Compiling hickory-resolver v0.24.1
20132024-12-20T21:25:41.853Z Compiling typify-macro v0.2.0
20142024-12-20T21:25:45.304Z Compiling cookie_store v0.21.0
20152024-12-20T21:25:46.349Z Compiling hyper-rustls v0.27.3
20162024-12-20T21:25:47.700Z Compiling phf v0.11.2
20172024-12-20T21:25:48.010Z Compiling hyper-tls v0.6.0
20182024-12-20T21:25:48.414Z Compiling signal-hook-mio v0.2.4
20192024-12-20T21:25:48.501Z Compiling rayon v1.10.0
20202024-12-20T21:25:48.583Z Compiling bzip2 v0.4.4
20212024-12-20T21:25:48.899Z Compiling tokio-tungstenite v0.24.0
20222024-12-20T21:25:48.982Z Compiling postgres-types v0.2.8
20232024-12-20T21:25:49.631Z Compiling ed25519 v2.2.3
20242024-12-20T21:25:49.725Z Compiling hubpack v0.1.2
20252024-12-20T21:25:50.069Z Compiling phf_shared v0.10.0
20262024-12-20T21:25:50.176Z Compiling pkcs1 v0.7.5
20272024-12-20T21:25:50.472Z Compiling zerocopy v0.6.6
20282024-12-20T21:25:50.499Z Compiling tokio-stream v0.1.16
20292024-12-20T21:25:51.532Z Compiling serde-big-array v0.5.1
20302024-12-20T21:25:51.535Z Compiling rfc6979 v0.4.0
20312024-12-20T21:25:51.666Z Compiling float-cmp v0.9.0
20322024-12-20T21:25:51.926Z Compiling sync_wrapper v1.0.1
20332024-12-20T21:25:52.180Z Compiling bstr v1.10.0
20342024-12-20T21:25:52.648Z Compiling static_assertions v1.1.0
20352024-12-20T21:25:52.764Z Compiling whoami v1.5.2
20362024-12-20T21:25:53.303Z Compiling precomputed-hash v0.1.1
20372024-12-20T21:25:53.412Z Compiling predicates-core v1.0.8
20382024-12-20T21:25:53.436Z Compiling number_prefix v0.4.0
20392024-12-20T21:25:53.610Z Compiling difflib v0.4.0
20402024-12-20T21:25:53.723Z Compiling fixedbitset v0.4.2
20412024-12-20T21:25:53.818Z Compiling unicode-segmentation v1.12.0
20422024-12-20T21:25:53.906Z Compiling bit-vec v0.6.3
20432024-12-20T21:25:54.288Z Compiling normalize-line-endings v0.3.0
20442024-12-20T21:25:54.354Z Compiling new_debug_unreachable v1.0.6
20452024-12-20T21:25:54.429Z Compiling unicode-width v0.2.0
20462024-12-20T21:25:54.467Z Compiling string_cache v0.8.7
20472024-12-20T21:25:54.662Z Compiling similar v2.6.0
20482024-12-20T21:25:54.876Z Compiling predicates v3.1.2
20492024-12-20T21:25:54.998Z Compiling indicatif v0.17.9
20502024-12-20T21:25:55.953Z Compiling bit-set v0.5.3
20512024-12-20T21:25:56.300Z Compiling petgraph v0.6.5
20522024-12-20T21:25:56.625Z Compiling tokio-postgres v0.7.12
20532024-12-20T21:25:56.830Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20542024-12-20T21:25:57.042Z Compiling reqwest v0.12.9
20552024-12-20T21:26:01.318Z Compiling ecdsa v0.16.9
20562024-12-20T21:26:02.143Z Compiling qorb v0.2.1
20572024-12-20T21:26:02.565Z Compiling rsa v0.9.6
20582024-12-20T21:26:02.586Z Compiling ed25519-dalek v2.1.1
20592024-12-20T21:26:03.235Z Compiling zip v0.6.6
20602024-12-20T21:26:03.767Z Compiling crossterm v0.28.1
20612024-12-20T21:26:03.965Z Compiling toml v0.7.8
20622024-12-20T21:26:04.172Z Compiling clap v4.5.21
20632024-12-20T21:26:07.236Z Compiling x509-cert v0.2.5
20642024-12-20T21:26:07.594Z Compiling hex v0.4.3
20652024-12-20T21:26:10.602Z Compiling radium v0.7.0
20662024-12-20T21:26:10.954Z Compiling lalrpop-util v0.19.12
20672024-12-20T21:26:10.993Z Compiling peg-runtime v0.8.3
20682024-12-20T21:26:11.509Z Compiling unicode-xid v0.2.6
20692024-12-20T21:26:13.483Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20702024-12-20T21:26:30.323Z Compiling ident_case v1.0.1
20712024-12-20T21:26:30.512Z Compiling maybe-uninit v2.0.0
20722024-12-20T21:26:30.991Z Compiling tap v1.0.1
20732024-12-20T21:26:35.213Z Compiling wyz v0.5.1
20742024-12-20T21:26:35.803Z Compiling darling_core v0.20.10
20752024-12-20T21:26:42.004Z Compiling typify v0.2.0
20762024-12-20T21:26:45.745Z Compiling unsafe-libyaml v0.2.11
20772024-12-20T21:26:45.782Z Compiling funty v2.0.0
20782024-12-20T21:26:46.783Z Compiling packed_struct v0.10.1
20792024-12-20T21:26:47.580Z Compiling serde_yaml v0.9.34+deprecated
20802024-12-20T21:26:47.749Z Compiling bitvec v1.0.1
20812024-12-20T21:26:51.763Z Compiling progenitor-impl v0.8.0
20822024-12-20T21:26:52.350Z Compiling darling_macro v0.20.10
20832024-12-20T21:26:54.168Z Compiling packed_struct_codegen v0.10.1
20842024-12-20T21:26:56.678Z Compiling structmeta-derive v0.3.0
20852024-12-20T21:26:57.006Z Compiling indexmap v1.9.3
20862024-12-20T21:26:58.481Z Compiling fastrand v2.1.1
20872024-12-20T21:26:58.654Z Compiling nodrop v0.1.14
20882024-12-20T21:26:58.675Z Compiling crc-catalog v2.4.0
20892024-12-20T21:26:58.842Z Compiling newtype-uuid v1.1.3
20902024-12-20T21:26:59.170Z Compiling tempfile v3.13.0
20912024-12-20T21:26:59.192Z Compiling crc v3.2.1
20922024-12-20T21:26:59.330Z Compiling structmeta v0.3.0
20932024-12-20T21:27:00.607Z Compiling array-init v0.0.4
20942024-12-20T21:27:00.939Z Compiling progenitor-macro v0.8.0
20952024-12-20T21:27:07.150Z Compiling smallvec v0.6.14
20962024-12-20T21:27:07.686Z Compiling darling v0.20.10
20972024-12-20T21:27:13.529Z Compiling progenitor-client v0.8.0
20982024-12-20T21:27:15.671Z Compiling pin-project-internal v1.1.6
20992024-12-20T21:27:15.867Z Compiling dropshot v0.13.0
21002024-12-20T21:27:16.441Z Compiling base64 v0.21.7
21012024-12-20T21:27:17.599Z Compiling hashbrown v0.12.3
21022024-12-20T21:27:18.915Z Compiling bitfield v0.14.0
21032024-12-20T21:27:19.152Z Compiling termcolor v1.4.1
21042024-12-20T21:27:20.204Z Compiling same-file v1.0.6
21052024-12-20T21:27:23.168Z Compiling walkdir v2.5.0
21062024-12-20T21:27:25.197Z Compiling env_logger v0.10.2
21072024-12-20T21:27:27.316Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21082024-12-20T21:27:28.325Z Compiling pin-project v1.1.6
21092024-12-20T21:27:28.478Z Compiling ron v0.8.1
21102024-12-20T21:27:35.539Z Compiling progenitor v0.8.0
21112024-12-20T21:27:36.500Z Compiling serde_with_macros v3.11.0
21122024-12-20T21:27:36.735Z Compiling serde-hex v0.1.0
21132024-12-20T21:27:38.355Z Compiling parse-display-derive v0.10.0
21142024-12-20T21:27:39.093Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21152024-12-20T21:27:39.878Z Compiling strum_macros v0.26.4
21162024-12-20T21:27:42.065Z Compiling snafu-derive v0.8.5
21172024-12-20T21:27:42.388Z Compiling hashbrown v0.13.2
21182024-12-20T21:27:42.733Z Compiling ipnetwork v0.20.0
21192024-12-20T21:27:43.817Z Compiling xattr v1.3.1
21202024-12-20T21:27:44.140Z Compiling dropshot_endpoint v0.13.0
21212024-12-20T21:27:44.391Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21222024-12-20T21:27:44.410Z Compiling blake3 v1.5.4
21232024-12-20T21:27:44.660Z Compiling ring v0.16.20
21242024-12-20T21:27:45.052Z Compiling filetime v0.2.25
21252024-12-20T21:27:45.144Z Compiling instant v0.1.13
21262024-12-20T21:27:45.334Z Compiling zip v2.1.3
21272024-12-20T21:27:45.665Z Compiling crc-any v2.5.0
21282024-12-20T21:27:45.832Z Compiling lockfree-object-pool v0.1.6
21292024-12-20T21:27:46.152Z Compiling bumpalo v3.16.0
21302024-12-20T21:27:46.620Z Compiling buf-list v1.0.3
21312024-12-20T21:27:46.758Z Compiling simd-adler32 v0.3.7
21322024-12-20T21:27:46.825Z Compiling snafu v0.8.5
21332024-12-20T21:27:46.854Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21342024-12-20T21:27:47.249Z Compiling zopfli v0.8.1
21352024-12-20T21:27:48.101Z Compiling backoff v0.4.0
21362024-12-20T21:27:48.135Z Compiling tar v0.4.42
21372024-12-20T21:27:48.484Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21382024-12-20T21:27:49.368Z Compiling strum v0.26.3
21392024-12-20T21:27:49.583Z Compiling object v0.30.4
21402024-12-20T21:27:51.557Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21412024-12-20T21:27:53.804Z Compiling parse-display v0.10.0
21422024-12-20T21:27:53.912Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21432024-12-20T21:27:54.520Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21442024-12-20T21:27:55.229Z Compiling serde_with v3.11.0
21452024-12-20T21:27:55.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21462024-12-20T21:27:56.106Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21472024-12-20T21:27:56.465Z Compiling camino-tempfile v1.1.1
21482024-12-20T21:27:57.272Z Compiling globset v0.4.15
21492024-12-20T21:27:59.591Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21502024-12-20T21:28:00.117Z Compiling regress v0.9.1
21512024-12-20T21:28:01.034Z Compiling pem v3.0.4
21522024-12-20T21:28:01.883Z Compiling olpc-cjson v0.1.4
21532024-12-20T21:28:02.235Z Compiling macaddr v1.0.1
21542024-12-20T21:28:02.492Z Compiling serde_plain v1.0.2
21552024-12-20T21:28:02.652Z Compiling async-recursion v1.1.1
21562024-12-20T21:28:02.888Z Compiling memmap2 v0.9.5
21572024-12-20T21:28:03.026Z Compiling typed-path v0.9.3
21582024-12-20T21:28:03.487Z Compiling spin v0.5.2
21592024-12-20T21:28:03.775Z Compiling path-slash v0.1.5
21602024-12-20T21:28:04.038Z Compiling arrayref v0.3.9
21612024-12-20T21:28:04.110Z Compiling arrayvec v0.7.6
21622024-12-20T21:28:04.163Z Compiling constant_time_eq v0.3.1
21632024-12-20T21:28:04.361Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21642024-12-20T21:28:04.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21652024-12-20T21:28:07.383Z Compiling tough v0.19.0
21662024-12-20T21:28:11.298Z Compiling itertools v0.13.0
21672024-12-20T21:28:12.367Z Compiling cargo-platform v0.1.8
21682024-12-20T21:28:12.583Z Compiling topological-sort v0.2.2
21692024-12-20T21:28:12.868Z Compiling parse-size v1.1.0
21702024-12-20T21:28:13.186Z Compiling omicron-zone-package v0.11.1
21712024-12-20T21:28:13.452Z Compiling cargo_metadata v0.18.1
21722024-12-20T21:28:14.940Z Compiling shell-words v1.1.0
21732024-12-20T21:28:18.261Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21742024-12-20T21:28:31.963Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21752024-12-20T21:28:46.859Z Finished `release` profile [optimized] target(s) in 5m 51s
21762024-12-20T21:28:47.020Z Running `target/release/omicron-releng --output-dir /work`
21772024-12-20T21:28:47.067ZDec 20 21:28:45.293 DEBG changing working directory to /work/oxidecomputer/omicron
21782024-12-20T21:28:47.560ZDec 20 21:28:45.396 DEBG running: git rev-parse HEAD
21792024-12-20T21:28:47.582ZDec 20 21:28:45.403 DEBG process exited with exit status: 0 (6.657005ms)
21802024-12-20T21:28:47.582ZDec 20 21:28:45.403 INFO version: 12.0.0-0.ci+git5ecbe5f8c69
21812024-12-20T21:28:47.582ZDec 20 21:28:45.444 INFO cloning helios to /work/oxidecomputer/helios
21822024-12-20T21:28:47.582ZDec 20 21:28:45.444 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21832024-12-20T21:28:47.582ZCloning into '/work/oxidecomputer/helios'...
21842024-12-20T21:28:47.688ZDec 20 21:28:45.916 DEBG process exited with exit status: 0 (471.78338ms)
21852024-12-20T21:28:47.688ZDec 20 21:28:45.916 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21862024-12-20T21:28:47.695Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21872024-12-20T21:28:47.695Z# branch.head master
21882024-12-20T21:28:47.695Z# branch.upstream origin/master
21892024-12-20T21:28:47.695Z# branch.ab +0 -0
21902024-12-20T21:28:47.697ZDec 20 21:28:45.924 DEBG process exited with exit status: 0 (7.755319ms)
21912024-12-20T21:28:47.697ZDec 20 21:28:45.924 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21922024-12-20T21:28:48.565ZDec 20 21:28:46.793 DEBG process exited with exit status: 0 (869.113066ms)
21932024-12-20T21:28:48.565ZDec 20 21:28:46.793 DEBG running: zfs list rpool/images/build/host
21942024-12-20T21:28:48.572ZNAME USED AVAIL REFER MOUNTPOINT
21952024-12-20T21:28:48.572Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21962024-12-20T21:28:48.574ZDec 20 21:28:46.801 DEBG process exited with exit status: 0 (7.534303ms)
21972024-12-20T21:28:48.574ZDec 20 21:28:46.801 DEBG running: zfs list rpool/images/build/recovery
21982024-12-20T21:28:48.579ZNAME USED AVAIL REFER MOUNTPOINT
21992024-12-20T21:28:48.579Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22002024-12-20T21:28:48.582ZDec 20 21:28:46.807 DEBG process exited with exit status: 0 (6.6333ms)
22012024-12-20T21:28:48.582ZDec 20 21:28:46.808 INFO [hubris-production] running task
22022024-12-20T21:28:48.582ZDec 20 21:28:46.808 INFO [hubris-staging] running task
22032024-12-20T21:28:48.582ZDec 20 21:28:46.809 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22042024-12-20T21:28:48.584ZDec 20 21:28:46.812 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
22052024-12-20T21:28:48.649Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22062024-12-20T21:28:49.054Z[ omicron-package] Blocking waiting for file lock on package cache
22072024-12-20T21:28:49.653Z[ omicron-package] Blocking waiting for file lock on package cache
22082024-12-20T21:28:49.931Z[ omicron-package] Blocking waiting for file lock on package cache
22092024-12-20T21:28:50.444ZDec 20 21:28:48.672 INFO [hubris-production] task succeeded (1.863841237s)
22102024-12-20T21:28:50.817Z[ omicron-package] Compiling zerocopy v0.8.10
22112024-12-20T21:28:50.821Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22122024-12-20T21:28:50.821Z[ omicron-package] Compiling itertools v0.13.0
22132024-12-20T21:28:50.821Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22142024-12-20T21:28:50.821Z[ omicron-package] Compiling heapless v0.8.0
22152024-12-20T21:28:50.821Z[ omicron-package] Compiling hash32 v0.3.1
22162024-12-20T21:28:50.821Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172024-12-20T21:28:50.821Z[ omicron-package] Compiling smoltcp v0.11.0
22182024-12-20T21:28:51.710Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22192024-12-20T21:28:52.282Z[ omicron-package] Compiling num_enum_derive v0.5.11
22202024-12-20T21:28:52.773Z[ omicron-package] Compiling cobs v0.2.3
22212024-12-20T21:28:52.924Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22222024-12-20T21:28:53.281Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-20T21:28:53.432Z[ omicron-package] Compiling postcard v1.0.10
22242024-12-20T21:28:53.969Z[ omicron-package] Compiling proc-macro-error v1.0.4
22252024-12-20T21:28:54.086Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22262024-12-20T21:28:54.408Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22272024-12-20T21:28:54.896Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-20T21:28:55.845Z[ omicron-package] Compiling tabwriter v1.4.0
22292024-12-20T21:28:56.226Z[ omicron-package] Compiling foreign-types v0.5.0
22302024-12-20T21:28:56.331Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22312024-12-20T21:28:56.758Z[ omicron-package] Compiling num_enum v0.5.11
22322024-12-20T21:28:56.873Z[ omicron-package] Compiling cstr-argument v0.1.2
22332024-12-20T21:28:57.109Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22342024-12-20T21:28:57.287Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22352024-12-20T21:28:57.484Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22362024-12-20T21:28:57.694Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22372024-12-20T21:28:57.908Z[ omicron-package] Compiling pretty-hex v0.2.1
22382024-12-20T21:28:57.908Z[ omicron-package] Compiling thiserror v2.0.3
22392024-12-20T21:28:58.462Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22402024-12-20T21:28:58.633Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22412024-12-20T21:28:58.986Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422024-12-20T21:28:59.089Z[ omicron-package] Compiling colored v2.1.0
22432024-12-20T21:28:59.499Z[ omicron-package] Compiling thiserror-impl v2.0.3
22442024-12-20T21:29:00.110Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22452024-12-20T21:29:00.200Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22462024-12-20T21:29:01.279Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22472024-12-20T21:29:01.572Z[ omicron-package] Compiling sigpipe v0.1.3
22482024-12-20T21:29:01.657ZDec 20 21:28:59.882 INFO [hubris-staging] task succeeded (13.073572969s)
22492024-12-20T21:29:01.902Z[ omicron-package] Compiling num-derive v0.4.2
22502024-12-20T21:29:02.504Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22512024-12-20T21:29:03.280Z[ omicron-package] Compiling libefi-sys v0.1.0
22522024-12-20T21:29:03.312Z[ omicron-package] Compiling zone v0.3.0
22532024-12-20T21:29:04.204Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22542024-12-20T21:29:04.266Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22552024-12-20T21:29:05.198Z[ omicron-package] Compiling smf v0.2.3
22562024-12-20T21:29:05.425Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22572024-12-20T21:29:05.856Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22582024-12-20T21:29:05.978Z[ omicron-package] Compiling bitfield-struct v0.6.2
22592024-12-20T21:29:08.473Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-20T21:29:08.689Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-20T21:29:08.854Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22622024-12-20T21:29:09.036Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22632024-12-20T21:29:09.112Z[ omicron-package] Compiling gethostname v0.5.0
22642024-12-20T21:29:09.257Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22652024-12-20T21:29:09.433Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22662024-12-20T21:29:09.995Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22672024-12-20T21:29:12.443Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22682024-12-20T21:29:13.843Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22692024-12-20T21:29:15.339Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22702024-12-20T21:29:18.075Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22712024-12-20T21:29:18.740Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22722024-12-20T21:29:20.551Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22732024-12-20T21:29:30.890Z[ helios-setup] Dec 20 21:29:29.109 INFO helios repository root is: /work/oxidecomputer/helios
22742024-12-20T21:29:30.892Z[ helios-setup] Dec 20 21:29:29.111 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
22752024-12-20T21:29:30.892Z[ helios-setup] Dec 20 21:29:29.111 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22762024-12-20T21:29:30.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22772024-12-20T21:29:36.918Z[ helios-setup] Dec 20 21:29:35.136 INFO clone ok!, project: amd-firmware
22782024-12-20T21:29:36.921Z[ helios-setup] Dec 20 21:29:35.136 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
22792024-12-20T21:29:36.921Z[ helios-setup] Dec 20 21:29:35.136 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22802024-12-20T21:29:36.924Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22812024-12-20T21:29:37.422Z[ helios-setup] Dec 20 21:29:35.640 INFO clone ok!, project: bootserver
22822024-12-20T21:29:37.425Z[ helios-setup] Dec 20 21:29:35.640 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
22832024-12-20T21:29:37.425Z[ helios-setup] Dec 20 21:29:35.640 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22842024-12-20T21:29:37.428Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22852024-12-20T21:29:38.285Z[ helios-setup] Dec 20 21:29:36.502 INFO clone ok!, project: chelsio-t6-roms
22862024-12-20T21:29:38.288Z[ helios-setup] Dec 20 21:29:36.502 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
22872024-12-20T21:29:38.288Z[ helios-setup] Dec 20 21:29:36.502 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22882024-12-20T21:29:38.301Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22892024-12-20T21:29:38.886Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.28s
22902024-12-20T21:29:39.071Z[ helios-setup] Dec 20 21:29:37.288 INFO clone ok!, project: pilot
22912024-12-20T21:29:39.074Z[ helios-setup] Dec 20 21:29:37.288 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22922024-12-20T21:29:39.074Z[ helios-setup] Dec 20 21:29:37.288 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22932024-12-20T21:29:39.074Z[ helios-setup] Dec 20 21:29:37.288 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22942024-12-20T21:29:39.074Z[ helios-setup] Dec 20 21:29:37.288 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
22952024-12-20T21:29:39.074Z[ helios-setup] Dec 20 21:29:37.288 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22962024-12-20T21:29:39.077Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22972024-12-20T21:29:39.143Z[ omicron-package]
22982024-12-20T21:29:39.145Z[ omicron-package] real 50.504574208
22992024-12-20T21:29:39.146Z[ omicron-package] user 2:56.690061916
23002024-12-20T21:29:39.146Z[ omicron-package] sys 26.489384732
23012024-12-20T21:29:39.146Z[ omicron-package] trap 0.300361326
23022024-12-20T21:29:39.146Z[ omicron-package] tflt 0.563731244
23032024-12-20T21:29:39.146Z[ omicron-package] dflt 0.893155236
23042024-12-20T21:29:39.146Z[ omicron-package] kflt 0.000040031
23052024-12-20T21:29:39.146Z[ omicron-package] lock 6:06.606144297
23062024-12-20T21:29:39.146Z[ omicron-package] slp 10:10.040046937
23072024-12-20T21:29:39.146ZDec 20 21:29:37.361 INFO [omicron-package] process exited with exit status: 0 (50.549365707s)
23082024-12-20T21:29:39.146Z[ omicron-package] lat 1:39.824644721
23092024-12-20T21:29:39.146Z[ omicron-package] stop 1:03.979556884
23102024-12-20T21:29:39.146ZDec 20 21:29:37.362 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
23112024-12-20T21:29:39.219ZDec 20 21:29:37.436 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23122024-12-20T21:29:39.232Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23132024-12-20T21:29:39.234Z[ host-target] Created new build target 'host' and set it as active
23142024-12-20T21:29:39.234ZDec 20 21:29:37.451 INFO [host-target] process exited with exit status: 0 (88.912749ms)
23152024-12-20T21:29:39.234ZDec 20 21:29:37.451 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23162024-12-20T21:29:39.239Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23172024-12-20T21:29:39.239Z[ recovery-target] Created new build target 'recovery' and set it as active
23182024-12-20T21:29:39.242ZDec 20 21:29:37.459 INFO [recovery-target] process exited with exit status: 0 (22.457017ms)
23192024-12-20T21:29:39.249Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23202024-12-20T21:29:39.545Z[ helios-setup] Dec 20 21:29:37.762 INFO clone ok!, project: phbl
23212024-12-20T21:29:39.548Z[ helios-setup] Dec 20 21:29:37.762 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
23222024-12-20T21:29:39.548Z[ helios-setup] Dec 20 21:29:37.762 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23232024-12-20T21:29:39.551Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23242024-12-20T21:29:40.114Z[ helios-setup] Dec 20 21:29:38.331 INFO clone ok!, project: pinprick
23252024-12-20T21:29:40.117Z[ helios-setup] Dec 20 21:29:38.331 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
23262024-12-20T21:29:40.117Z[ helios-setup] Dec 20 21:29:38.331 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23272024-12-20T21:29:40.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23282024-12-20T21:29:40.459Z[ host-package] Compiling convert_case v0.4.0
23292024-12-20T21:29:40.462Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23302024-12-20T21:29:40.462Z[ host-package] Compiling newline-converter v0.3.0
23312024-12-20T21:29:40.462Z[ host-package] Compiling password-hash v0.5.0
23322024-12-20T21:29:40.462Z[ host-package] Compiling progenitor-client v0.8.0
23332024-12-20T21:29:40.462Z[ host-package] Compiling blake2 v0.10.6
23342024-12-20T21:29:40.462Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23352024-12-20T21:29:40.604Z[ helios-setup] Dec 20 21:29:38.820 INFO clone ok!, project: image-builder
23362024-12-20T21:29:40.606Z[ helios-setup] Dec 20 21:29:38.821 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
23372024-12-20T21:29:40.606Z[ helios-setup] Dec 20 21:29:38.821 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
23382024-12-20T21:29:40.609Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23392024-12-20T21:29:40.659Z[ host-package] Compiling atomicwrites v0.4.4
23402024-12-20T21:29:40.806Z[ host-package] Compiling expectorate v1.1.0
23412024-12-20T21:29:40.843Z[ host-package] Compiling cancel-safe-futures v0.1.5
23422024-12-20T21:29:41.022Z[ host-package] Compiling owo-colors v4.1.0
23432024-12-20T21:29:41.152Z[ host-package] Compiling progenitor v0.8.0
23442024-12-20T21:29:41.195Z[ host-package] Compiling argon2 v0.5.3
23452024-12-20T21:29:41.250Z[ host-package] Compiling num-rational v0.4.2
23462024-12-20T21:29:41.318Z[ host-package] Compiling derive_more v0.99.18
23472024-12-20T21:29:41.408Z[ host-package] Compiling num-complex v0.4.6
23482024-12-20T21:29:41.659Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23492024-12-20T21:29:41.694Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23502024-12-20T21:29:41.929Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23512024-12-20T21:29:42.166Z[ host-package] Compiling libsw v3.3.1
23522024-12-20T21:29:42.544Z[ host-package] Compiling num v0.4.3
23532024-12-20T21:29:42.566Z[ host-package] Compiling float-ord v0.3.2
23542024-12-20T21:29:42.678Z[ host-package] Compiling indent_write v2.2.0
23552024-12-20T21:29:42.753Z[ host-package] Compiling swrite v0.1.0
23562024-12-20T21:29:42.777Z[ host-package] Compiling linear-map v1.2.0
23572024-12-20T21:29:42.799Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23582024-12-20T21:29:42.914Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23592024-12-20T21:29:42.935Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23602024-12-20T21:29:43.228Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23612024-12-20T21:29:43.671Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23622024-12-20T21:29:43.723Z[ host-package] Compiling highway v1.2.0
23632024-12-20T21:29:44.373Z[ host-package] Compiling semver v0.1.20
23642024-12-20T21:29:44.981Z[ host-package] Compiling rustc_version v0.1.7
23652024-12-20T21:29:45.292Z[ host-package] Compiling newtype-uuid v1.1.3
23662024-12-20T21:29:45.453Z[ host-package] Compiling newtype_derive v0.1.6
23672024-12-20T21:29:45.677Z[ host-package] Compiling dropshot v0.13.0
23682024-12-20T21:29:45.761Z[ host-package] Compiling ipnetwork v0.20.0
23692024-12-20T21:29:45.897Z[ host-package] Compiling instant v0.1.13
23702024-12-20T21:29:46.095Z[ host-package] Compiling humantime v2.1.0
23712024-12-20T21:29:46.607Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23722024-12-20T21:29:47.043Z[ host-package] Compiling backoff v0.4.0
23732024-12-20T21:29:47.491Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23742024-12-20T21:29:48.200Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23752024-12-20T21:29:49.700Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23762024-12-20T21:29:49.716Z[ helios-setup] Dec 20 21:29:47.930 INFO clone ok!, project: amd-host-image-builder
23772024-12-20T21:29:49.718Z[ helios-setup] Dec 20 21:29:47.931 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23782024-12-20T21:29:50.800Z[ helios-setup] Dec 20 21:29:49.014 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23792024-12-20T21:29:51.332Z[ helios-setup] Dec 20 21:29:49.546 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23802024-12-20T21:29:51.332Z[ helios-setup] Dec 20 21:29:49.546 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23812024-12-20T21:29:51.376Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23822024-12-20T21:29:51.900Z[ helios-setup] Dec 20 21:29:50.113 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23832024-12-20T21:29:51.934Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23842024-12-20T21:29:52.225Z[ host-package] Compiling parse-display v0.10.0
23852024-12-20T21:29:52.424Z[ helios-setup] Dec 20 21:29:50.638 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23862024-12-20T21:29:52.426Z[ helios-setup] Dec 20 21:29:50.638 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23872024-12-20T21:29:52.909Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882024-12-20T21:29:52.954Z[ helios-setup] Dec 20 21:29:51.168 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23892024-12-20T21:29:52.959Z[ host-package] Compiling serde_with v3.11.0
23902024-12-20T21:29:53.141Z[ host-package] Compiling strum v0.26.3
23912024-12-20T21:29:53.384Z[ host-package] Compiling regress v0.9.1
23922024-12-20T21:29:53.502Z[ helios-setup] Dec 20 21:29:51.716 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23932024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23942024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23952024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO ok!
23962024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23972024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23982024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO ok!
23992024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24002024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24012024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO ok!
24022024-12-20T21:29:53.504Z[ helios-setup] Dec 20 21:29:51.716 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24032024-12-20T21:29:53.505Z[ helios-setup] Dec 20 21:29:51.716 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24042024-12-20T21:29:53.782Z[ helios-setup] Dec 20 21:29:51.996 INFO E| Downloading crates ...
24052024-12-20T21:29:53.935Z[ helios-setup] Dec 20 21:29:52.149 INFO E| Downloaded block-buffer v0.10.3
24062024-12-20T21:29:53.946Z[ helios-setup] Dec 20 21:29:52.160 INFO E| Downloaded generic-array v0.14.6
24072024-12-20T21:29:53.949Z[ helios-setup] Dec 20 21:29:52.163 INFO E| Downloaded typenum v1.15.0
24082024-12-20T21:29:53.959Z[ helios-setup] Dec 20 21:29:52.173 INFO E| Downloaded flate2 v1.0.25
24092024-12-20T21:29:53.966Z[ helios-setup] Dec 20 21:29:52.180 INFO E| Downloaded unicode-width v0.1.10
24102024-12-20T21:29:53.969Z[ helios-setup] Dec 20 21:29:52.183 INFO E| Downloaded miniz_oxide v0.6.2
24112024-12-20T21:29:53.972Z[ helios-setup] Dec 20 21:29:52.186 INFO E| Downloaded bytes v1.2.1
24122024-12-20T21:29:53.978Z[ helios-setup] Dec 20 21:29:52.192 INFO E| Downloaded cpufeatures v0.2.5
24132024-12-20T21:29:53.980Z[ helios-setup] Dec 20 21:29:52.193 INFO E| Downloaded sha2 v0.10.5
24142024-12-20T21:29:53.983Z[ helios-setup] Dec 20 21:29:52.197 INFO E| Downloaded digest v0.10.3
24152024-12-20T21:29:53.985Z[ helios-setup] Dec 20 21:29:52.199 INFO E| Downloaded anyhow v1.0.62
24162024-12-20T21:29:54.055Z[ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling typenum v1.15.0
24172024-12-20T21:29:54.056Z[ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling version_check v0.9.4
24182024-12-20T21:29:54.056Z[ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling cfg-if v1.0.0
24192024-12-20T21:29:54.058Z[ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling crc32fast v1.3.2
24202024-12-20T21:29:54.058Z[ helios-setup] Dec 20 21:29:52.269 INFO E| Compiling anyhow v1.0.62
24212024-12-20T21:29:54.058Z[ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling adler v1.0.2
24222024-12-20T21:29:54.058Z[ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling unicode-width v0.1.10
24232024-12-20T21:29:54.058Z[ helios-setup] Dec 20 21:29:52.270 INFO E| Compiling cpufeatures v0.2.5
24242024-12-20T21:29:54.954Z[ helios-setup] Dec 20 21:29:53.168 INFO E| Compiling miniz_oxide v0.6.2
24252024-12-20T21:29:54.974Z[ helios-setup] Dec 20 21:29:53.186 INFO E| Compiling bytes v1.2.1
24262024-12-20T21:29:55.070Z[ helios-setup] Dec 20 21:29:53.283 INFO E| Compiling bitflags v1.3.2
24272024-12-20T21:29:55.206Z[ helios-setup] Dec 20 21:29:53.420 INFO E| Compiling generic-array v0.14.6
24282024-12-20T21:29:55.530Z[ helios-setup] Dec 20 21:29:53.743 INFO E| Compiling getopts v0.2.21
24292024-12-20T21:29:56.876Z[ helios-setup] Dec 20 21:29:55.089 INFO E| Compiling flate2 v1.0.25
24302024-12-20T21:29:58.261Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24312024-12-20T21:29:59.717Z[ host-package] Compiling macaddr v1.0.1
24322024-12-20T21:30:00.249Z[ helios-setup] Dec 20 21:29:58.461 INFO E| Compiling block-buffer v0.10.3
24332024-12-20T21:30:00.249Z[ helios-setup] Dec 20 21:29:58.461 INFO E| Compiling crypto-common v0.1.6
24342024-12-20T21:30:00.251Z[ host-package] Compiling slog-dtrace v0.3.0
24352024-12-20T21:30:00.506Z[ helios-setup] Dec 20 21:29:58.719 INFO E| Compiling digest v0.10.3
24362024-12-20T21:30:00.643Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24372024-12-20T21:30:00.716Z[ host-package] Compiling steno v0.4.1
24382024-12-20T21:30:00.858Z[ helios-setup] Dec 20 21:29:59.070 INFO E| Compiling sha2 v0.10.5
24392024-12-20T21:30:01.106Z[ host-package] Compiling prettyplease v0.2.25
24402024-12-20T21:30:01.372Z[ helios-setup] Dec 20 21:29:59.584 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24412024-12-20T21:30:02.882Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422024-12-20T21:30:03.008Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24432024-12-20T21:30:04.587Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24442024-12-20T21:30:06.691Z[ helios-setup] Dec 20 21:30:04.902 INFO E| Finished `release` profile [optimized] target(s) in 13.10s
24452024-12-20T21:30:06.705Z[ helios-setup] Dec 20 21:30:04.916 INFO building project "bootserver" ok (13 seconds)
24462024-12-20T21:30:06.705Z[ helios-setup] Dec 20 21:30:04.917 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24472024-12-20T21:30:06.705Z[ helios-setup] Dec 20 21:30:04.917 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24482024-12-20T21:30:06.724Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24492024-12-20T21:30:07.014Z[ helios-setup] Dec 20 21:30:05.225 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24502024-12-20T21:30:08.069Z[ host-package] Compiling half v2.4.1
24512024-12-20T21:30:08.297Z[ helios-setup] Dec 20 21:30:06.507 INFO E| From https://github.com/oxidecomputer/progenitor
24522024-12-20T21:30:08.297Z[ helios-setup] Dec 20 21:30:06.507 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24532024-12-20T21:30:08.338Z[ helios-setup] Dec 20 21:30:06.548 INFO E| * [new tag] v0.1.1 -> v0.1.1
24542024-12-20T21:30:08.338Z[ helios-setup] Dec 20 21:30:06.548 INFO E| * [new tag] v0.2.0 -> v0.2.0
24552024-12-20T21:30:08.461Z[ helios-setup] Dec 20 21:30:06.672 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24562024-12-20T21:30:08.842Z[ host-package] Compiling ciborium-io v0.2.2
24572024-12-20T21:30:08.958Z[ helios-setup] Dec 20 21:30:07.168 INFO E| From https://github.com/jclulow/hiercmd
24582024-12-20T21:30:08.958Z[ helios-setup] Dec 20 21:30:07.168 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24592024-12-20T21:30:08.978Z[ helios-setup] Dec 20 21:30:07.189 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24602024-12-20T21:30:09.019Z[ host-package] Compiling ciborium-ll v0.2.2
24612024-12-20T21:30:09.548Z[ helios-setup] Dec 20 21:30:07.759 INFO E| From https://github.com/jclulow/network-interface
24622024-12-20T21:30:09.548Z[ helios-setup] Dec 20 21:30:07.759 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24632024-12-20T21:30:09.567Z[ host-package] Compiling tungstenite v0.21.0
24642024-12-20T21:30:09.591Z[ helios-setup] Dec 20 21:30:07.801 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24652024-12-20T21:30:10.082Z[ helios-setup] Dec 20 21:30:08.292 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24662024-12-20T21:30:10.082Z[ helios-setup] Dec 20 21:30:08.292 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24672024-12-20T21:30:10.117Z[ helios-setup] Dec 20 21:30:08.327 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24682024-12-20T21:30:10.965Z[ helios-setup] Dec 20 21:30:09.174 INFO E| From https://github.com/oxidecomputer/facade
24692024-12-20T21:30:10.965Z[ helios-setup] Dec 20 21:30:09.175 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24702024-12-20T21:30:11.009Z[ helios-setup] Dec 20 21:30:09.219 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24712024-12-20T21:30:12.019Z[ helios-setup] Dec 20 21:30:10.229 INFO E| From https://github.com/oxidecomputer/dropshot
24722024-12-20T21:30:12.019Z[ helios-setup] Dec 20 21:30:10.229 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24732024-12-20T21:30:12.055Z[ helios-setup] Dec 20 21:30:10.264 INFO E| * [new tag] v0.3.0 -> v0.3.0
24742024-12-20T21:30:12.055Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.4.0 -> v0.4.0
24752024-12-20T21:30:12.057Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.5.0 -> v0.5.0
24762024-12-20T21:30:12.057Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.5.1 -> v0.5.1
24772024-12-20T21:30:12.057Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.6.0 -> v0.6.0
24782024-12-20T21:30:12.057Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.7.0 -> v0.7.0
24792024-12-20T21:30:12.058Z[ helios-setup] Dec 20 21:30:10.265 INFO E| * [new tag] v0.8.0 -> v0.8.0
24802024-12-20T21:30:12.058Z[ helios-setup] Dec 20 21:30:10.266 INFO E| * [new tag] v0.9.0 -> v0.9.0
24812024-12-20T21:30:12.104Z[ helios-setup] Dec 20 21:30:10.314 INFO E| Updating crates.io index
24822024-12-20T21:30:12.232Z[ helios-setup] Dec 20 21:30:10.442 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24832024-12-20T21:30:12.452Z[ host-package] Compiling tokio-tungstenite v0.21.0
24842024-12-20T21:30:13.103Z[ helios-setup] Dec 20 21:30:11.313 INFO E| From https://github.com/oxidecomputer/typify
24852024-12-20T21:30:13.103Z[ helios-setup] Dec 20 21:30:11.313 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24862024-12-20T21:30:13.136Z[ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.10 -> v0.0.10
24872024-12-20T21:30:13.136Z[ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.11 -> v0.0.11
24882024-12-20T21:30:13.136Z[ helios-setup] Dec 20 21:30:11.345 INFO E| * [new tag] v0.0.4 -> v0.0.4
24892024-12-20T21:30:13.138Z[ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.5 -> v0.0.5
24902024-12-20T21:30:13.138Z[ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.7 -> v0.0.7
24912024-12-20T21:30:13.138Z[ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.8 -> v0.0.8
24922024-12-20T21:30:13.138Z[ helios-setup] Dec 20 21:30:11.346 INFO E| * [new tag] v0.0.9 -> v0.0.9
24932024-12-20T21:30:13.172Z[ host-package] Compiling ciborium v0.2.2
24942024-12-20T21:30:13.460Z[ helios-setup] Dec 20 21:30:11.670 INFO E| Downloading crates ...
24952024-12-20T21:30:13.654Z[ helios-setup] Dec 20 21:30:11.863 INFO E| Downloaded async-stream-impl v0.3.5
24962024-12-20T21:30:13.656Z[ helios-setup] Dec 20 21:30:11.866 INFO E| Downloaded autocfg v1.1.0
24972024-12-20T21:30:13.660Z[ helios-setup] Dec 20 21:30:11.870 INFO E| Downloaded byteorder v1.4.3
24982024-12-20T21:30:13.665Z[ helios-setup] Dec 20 21:30:11.874 INFO E| Downloaded serde_spanned v0.6.1
24992024-12-20T21:30:13.668Z[ helios-setup] Dec 20 21:30:11.876 INFO E| Downloaded try-lock v0.2.4
25002024-12-20T21:30:13.670Z[ helios-setup] Dec 20 21:30:11.878 INFO E| Downloaded anyhow v1.0.68
25012024-12-20T21:30:13.676Z[ helios-setup] Dec 20 21:30:11.886 INFO E| Downloaded base64 v0.21.0
25022024-12-20T21:30:13.702Z[ helios-setup] Dec 20 21:30:11.911 INFO E| Downloaded want v0.3.0
25032024-12-20T21:30:13.704Z[ helios-setup] Dec 20 21:30:11.913 INFO E| Downloaded const-random-macro v0.1.15
25042024-12-20T21:30:13.707Z[ helios-setup] Dec 20 21:30:11.914 INFO E| Downloaded concolor-override v1.0.0
25052024-12-20T21:30:13.707Z[ helios-setup] Dec 20 21:30:11.915 INFO E| Downloaded cc v1.0.78
25062024-12-20T21:30:13.712Z[ helios-setup] Dec 20 21:30:11.921 INFO E| Downloaded either v1.8.0
25072024-12-20T21:30:13.714Z[ helios-setup] Dec 20 21:30:11.924 INFO E| Downloaded sha1 v0.10.5
25082024-12-20T21:30:13.717Z[ helios-setup] Dec 20 21:30:11.927 INFO E| Downloaded schemars_derive v0.8.12
25092024-12-20T21:30:13.721Z[ helios-setup] Dec 20 21:30:11.931 INFO E| Downloaded slog-bunyan v2.4.0
25102024-12-20T21:30:13.724Z[ helios-setup] Dec 20 21:30:11.933 INFO E| Downloaded scopeguard v1.1.0
25112024-12-20T21:30:13.727Z[ helios-setup] Dec 20 21:30:11.935 INFO E| Downloaded slog-async v2.7.0
25122024-12-20T21:30:13.737Z[ helios-setup] Dec 20 21:30:11.940 INFO E| Downloaded toml_datetime v0.6.1
25132024-12-20T21:30:13.740Z[ helios-setup] Dec 20 21:30:11.943 INFO E| Downloaded utf8parse v0.2.1
25142024-12-20T21:30:13.740Z[ helios-setup] Dec 20 21:30:11.945 INFO E| Downloaded thiserror-impl v1.0.38
25152024-12-20T21:30:13.740Z[ helios-setup] Dec 20 21:30:11.948 INFO E| Downloaded fastrand v1.9.0
25162024-12-20T21:30:13.743Z[ helios-setup] Dec 20 21:30:11.950 INFO E| Downloaded dyn-clone v1.0.11
25172024-12-20T21:30:13.745Z[ helios-setup] Dec 20 21:30:11.954 INFO E| Downloaded tokio-macros v2.0.0
25182024-12-20T21:30:13.747Z[ helios-setup] Dec 20 21:30:11.956 INFO E| Downloaded walkdir v2.3.3
25192024-12-20T21:30:13.751Z[ helios-setup] Dec 20 21:30:11.959 INFO E| Downloaded ryu v1.0.13
25202024-12-20T21:30:13.756Z[ helios-setup] Dec 20 21:30:11.966 INFO E| Downloaded thiserror v1.0.38
25212024-12-20T21:30:13.765Z[ helios-setup] Dec 20 21:30:11.974 INFO E| Downloaded slab v0.4.7
25222024-12-20T21:30:13.768Z[ helios-setup] Dec 20 21:30:11.977 INFO E| Downloaded semver v1.0.17
25232024-12-20T21:30:13.772Z[ helios-setup] Dec 20 21:30:11.982 INFO E| Downloaded tokio-rustls v0.24.0
25242024-12-20T21:30:13.777Z[ helios-setup] Dec 20 21:30:11.986 INFO E| Downloaded tokio-tungstenite v0.18.0
25252024-12-20T21:30:13.781Z[ helios-setup] Dec 20 21:30:11.991 INFO E| Downloaded smartstring v1.0.1
25262024-12-20T21:30:13.786Z[ helios-setup] Dec 20 21:30:11.996 INFO E| Downloaded num-integer v0.1.45
25272024-12-20T21:30:13.790Z[ helios-setup] Dec 20 21:30:11.999 INFO E| Downloaded is-terminal v0.4.7
25282024-12-20T21:30:13.794Z[ helios-setup] Dec 20 21:30:12.002 INFO E| Downloaded schemars v0.8.12
25292024-12-20T21:30:13.816Z[ helios-setup] Dec 20 21:30:12.025 INFO E| Downloaded uuid v1.3.0
25302024-12-20T21:30:13.822Z[ helios-setup] Dec 20 21:30:12.032 INFO E| Downloaded tinyvec v1.6.0
25312024-12-20T21:30:13.829Z[ helios-setup] Dec 20 21:30:12.038 INFO E| Downloaded unicode-ident v1.0.8
25322024-12-20T21:30:13.835Z[ helios-setup] Dec 20 21:30:12.044 INFO E| Downloaded url v2.3.1
25332024-12-20T21:30:13.840Z[ helios-setup] Dec 20 21:30:12.050 INFO E| Downloaded tungstenite v0.18.0
25342024-12-20T21:30:13.846Z[ helios-setup] Dec 20 21:30:12.056 INFO E| Downloaded unsafe-libyaml v0.2.8
25352024-12-20T21:30:13.854Z[ helios-setup] Dec 20 21:30:12.063 INFO E| Downloaded quote v1.0.36
25362024-12-20T21:30:13.858Z[ helios-setup] Dec 20 21:30:12.068 INFO E| Downloaded unicode-linebreak v0.1.4
25372024-12-20T21:30:13.865Z[ helios-setup] Dec 20 21:30:12.073 INFO E| Downloaded toml_edit v0.19.8
25382024-12-20T21:30:13.896Z[ helios-setup] Dec 20 21:30:12.102 INFO E| Downloaded tokio-util v0.7.7
25392024-12-20T21:30:13.901Z[ helios-setup] Dec 20 21:30:12.111 INFO E| Downloaded unicode-normalization v0.1.22
25402024-12-20T21:30:13.907Z[ helios-setup] Dec 20 21:30:12.116 INFO E| Downloaded futures v0.3.28
25412024-12-20T21:30:13.916Z[ helios-setup] Dec 20 21:30:12.125 INFO E| Downloaded winnow v0.4.1
25422024-12-20T21:30:13.931Z[ helios-setup] Dec 20 21:30:12.140 INFO E| Downloaded serde_json v1.0.95
25432024-12-20T21:30:13.960Z[ helios-setup] Dec 20 21:30:12.169 INFO E| Downloaded memchr v2.5.0
25442024-12-20T21:30:13.967Z[ helios-setup] Dec 20 21:30:12.176 INFO E| Downloaded mio v0.8.5
25452024-12-20T21:30:13.977Z[ helios-setup] Dec 20 21:30:12.187 INFO E| Downloaded http v0.2.9
25462024-12-20T21:30:14.008Z[ helios-setup] Dec 20 21:30:12.217 INFO E| Downloaded rustls v0.21.0
25472024-12-20T21:30:14.024Z[ helios-setup] Dec 20 21:30:12.233 INFO E| Downloaded rustix v0.37.3
25482024-12-20T21:30:14.059Z[ helios-setup] Dec 20 21:30:12.269 INFO E| Downloaded syn v1.0.107
25492024-12-20T21:30:14.078Z[ helios-setup] Dec 20 21:30:12.287 INFO E| Downloaded futures-util v0.3.28
25502024-12-20T21:30:14.100Z[ helios-setup] Dec 20 21:30:12.309 INFO E| Downloaded syn v2.0.72
25512024-12-20T21:30:14.119Z[ helios-setup] Dec 20 21:30:12.329 INFO E| Downloaded reqwest v0.11.16
25522024-12-20T21:30:14.134Z[ helios-setup] Dec 20 21:30:12.342 INFO E| Downloaded rayon v1.6.1
25532024-12-20T21:30:14.169Z[ helios-setup] Dec 20 21:30:12.378 INFO E| Downloaded h2 v0.3.16
25542024-12-20T21:30:14.180Z[ helios-setup] Dec 20 21:30:12.390 INFO E| Downloaded git2 v0.16.1
25552024-12-20T21:30:14.194Z[ helios-setup] Dec 20 21:30:12.404 INFO E| Downloaded hyper v0.14.25
25562024-12-20T21:30:14.208Z[ helios-setup] Dec 20 21:30:12.418 INFO E| Downloaded regress v0.5.0
25572024-12-20T21:30:14.223Z[ helios-setup] Dec 20 21:30:12.430 INFO E| Downloaded regex v1.7.3
25582024-12-20T21:30:14.234Z[ helios-setup] Dec 20 21:30:12.444 INFO E| Downloaded clap_builder v4.2.1
25592024-12-20T21:30:14.245Z[ helios-setup] Dec 20 21:30:12.454 INFO E| Downloaded chrono v0.4.24
25602024-12-20T21:30:14.257Z[ helios-setup] Dec 20 21:30:12.466 INFO E| Downloaded pest v2.5.7
25612024-12-20T21:30:14.265Z[ helios-setup] Dec 20 21:30:12.474 INFO E| Downloaded rayon-core v1.10.2
25622024-12-20T21:30:14.271Z[ helios-setup] Dec 20 21:30:12.480 INFO E| Downloaded proc-macro2 v1.0.86
25632024-12-20T21:30:14.275Z[ helios-setup] Dec 20 21:30:12.485 INFO E| Downloaded crossbeam-channel v0.5.6
25642024-12-20T21:30:14.282Z[ helios-setup] Dec 20 21:30:12.492 INFO E| Downloaded rhai_codegen v1.5.0
25652024-12-20T21:30:14.296Z[ helios-setup] Dec 20 21:30:12.505 INFO E| Downloaded rhai v1.14.0
25662024-12-20T21:30:14.317Z[ helios-setup] Dec 20 21:30:12.525 INFO E| Downloaded parking_lot v0.12.1
25672024-12-20T21:30:14.320Z[ helios-setup] Dec 20 21:30:12.529 INFO E| Downloaded openapiv3 v1.0.2
25682024-12-20T21:30:14.341Z[ helios-setup] Dec 20 21:30:12.550 INFO E| Downloaded num-traits v0.2.15
25692024-12-20T21:30:14.344Z[ helios-setup] Dec 20 21:30:12.554 INFO E| Downloaded ipnet v2.7.2
25702024-12-20T21:30:14.347Z[ helios-setup] Dec 20 21:30:12.556 INFO E| Downloaded io-lifetimes v1.0.10
25712024-12-20T21:30:14.352Z[ helios-setup] Dec 20 21:30:12.560 INFO E| Downloaded serde v1.0.204
25722024-12-20T21:30:14.356Z[ helios-setup] Dec 20 21:30:12.566 INFO E| Downloaded clap v4.2.1
25732024-12-20T21:30:14.370Z[ helios-setup] Dec 20 21:30:12.579 INFO E| Downloaded pin-project-lite v0.2.9
25742024-12-20T21:30:14.377Z[ helios-setup] Dec 20 21:30:12.586 INFO E| Downloaded tokio v1.27.0
25752024-12-20T21:30:14.434Z[ helios-setup] Dec 20 21:30:12.642 INFO E| Downloaded parking_lot_core v0.9.6
25762024-12-20T21:30:14.436Z[ helios-setup] Dec 20 21:30:12.645 INFO E| Downloaded once_cell v1.17.0
25772024-12-20T21:30:14.439Z[ helios-setup] Dec 20 21:30:12.649 INFO E| Downloaded lock_api v0.4.9
25782024-12-20T21:30:14.442Z[ helios-setup] Dec 20 21:30:12.651 INFO E| Downloaded tracing v0.1.37
25792024-12-20T21:30:14.448Z[ helios-setup] Dec 20 21:30:12.658 INFO E| Downloaded log v0.4.17
25802024-12-20T21:30:14.452Z[ helios-setup] Dec 20 21:30:12.661 INFO E| Downloaded httparse v1.8.0
25812024-12-20T21:30:14.455Z[ helios-setup] Dec 20 21:30:12.665 INFO E| Downloaded memoffset v0.7.1
25822024-12-20T21:30:14.460Z[ helios-setup] Dec 20 21:30:12.667 INFO E| Downloaded getrandom v0.2.8
25832024-12-20T21:30:14.463Z[ helios-setup] Dec 20 21:30:12.671 INFO E| Downloaded tracing-core v0.1.30
25842024-12-20T21:30:14.466Z[ helios-setup] Dec 20 21:30:12.676 INFO E| Downloaded rustls-webpki v0.100.1
25852024-12-20T21:30:14.479Z[ helios-setup] Dec 20 21:30:12.685 INFO E| Downloaded crossbeam-epoch v0.9.13
25862024-12-20T21:30:14.485Z[ helios-setup] Dec 20 21:30:12.690 INFO E| Downloaded toml v0.5.11
25872024-12-20T21:30:14.491Z[ helios-setup] Dec 20 21:30:12.694 INFO E| Downloaded serde_yaml v0.9.21
25882024-12-20T21:30:14.494Z[ helios-setup] Dec 20 21:30:12.700 INFO E| Downloaded futures-channel v0.3.28
25892024-12-20T21:30:14.499Z[ helios-setup] Dec 20 21:30:12.704 INFO E| Downloaded textwrap v0.16.0
25902024-12-20T21:30:14.501Z[ helios-setup] Dec 20 21:30:12.708 INFO E| Downloaded socket2 v0.4.9
25912024-12-20T21:30:14.505Z[ helios-setup] Dec 20 21:30:12.711 INFO E| Downloaded libc v0.2.139
25922024-12-20T21:30:14.549Z[ helios-setup] Dec 20 21:30:12.758 INFO E| Downloaded unicode-bidi v0.3.13
25932024-12-20T21:30:14.552Z[ helios-setup] Dec 20 21:30:12.762 INFO E| Downloaded ucd-trie v0.1.5
25942024-12-20T21:30:14.555Z[ helios-setup] Dec 20 21:30:12.764 INFO E| Downloaded typenum v1.16.0
25952024-12-20T21:30:14.559Z[ helios-setup] Dec 20 21:30:12.769 INFO E| Downloaded toml v0.7.3
25962024-12-20T21:30:14.564Z[ helios-setup] Dec 20 21:30:12.774 INFO E| Downloaded smallvec v1.10.0
25972024-12-20T21:30:14.570Z[ helios-setup] Dec 20 21:30:12.777 INFO E| Downloaded serde_derive v1.0.204
25982024-12-20T21:30:14.573Z[ helios-setup] Dec 20 21:30:12.782 INFO E| Downloaded rustfmt-wrapper v0.2.0
25992024-12-20T21:30:14.576Z[ helios-setup] Dec 20 21:30:12.784 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26002024-12-20T21:30:14.578Z[ helios-setup] Dec 20 21:30:12.787 INFO E| Downloaded proc-macro-crate v1.2.1
26012024-12-20T21:30:14.581Z[ helios-setup] Dec 20 21:30:12.789 INFO E| Downloaded ppv-lite86 v0.2.17
26022024-12-20T21:30:14.583Z[ helios-setup] Dec 20 21:30:12.791 INFO E| Downloaded pkg-config v0.3.26
26032024-12-20T21:30:14.586Z[ helios-setup] Dec 20 21:30:12.794 INFO E| Downloaded percent-encoding v2.2.0
26042024-12-20T21:30:14.589Z[ helios-setup] Dec 20 21:30:12.795 INFO E| Downloaded paste v1.0.12
26052024-12-20T21:30:14.592Z[ helios-setup] Dec 20 21:30:12.800 INFO E| Downloaded num_enum_derive v0.5.7
26062024-12-20T21:30:14.594Z[ helios-setup] Dec 20 21:30:12.802 INFO E| Downloaded num_enum v0.5.7
26072024-12-20T21:30:14.599Z[ helios-setup] Dec 20 21:30:12.808 INFO E| Downloaded num_cpus v1.15.0
26082024-12-20T21:30:14.603Z[ helios-setup] Dec 20 21:30:12.813 INFO E| Downloaded jobserver v0.1.26
26092024-12-20T21:30:14.606Z[ helios-setup] Dec 20 21:30:12.816 INFO E| Downloaded lazy_static v1.4.0
26102024-12-20T21:30:14.609Z[ helios-setup] Dec 20 21:30:12.817 INFO E| Downloaded http-body v0.4.5
26112024-12-20T21:30:14.652Z[ helios-setup] Dec 20 21:30:12.820 INFO E| Downloaded itoa v1.0.6
26122024-12-20T21:30:14.652Z[ helios-setup] Dec 20 21:30:12.831 INFO E| Downloaded iana-time-zone v0.1.56
26132024-12-20T21:30:14.652Z[ helios-setup] Dec 20 21:30:12.834 INFO E| Downloaded futures-macro v0.3.28
26142024-12-20T21:30:14.652Z[ helios-setup] Dec 20 21:30:12.836 INFO E| Downloaded futures-executor v0.3.28
26152024-12-20T21:30:14.652Z[ helios-setup] Dec 20 21:30:12.838 INFO E| Downloaded futures-core v0.3.28
26162024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded form_urlencoded v1.1.0
26172024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded errno v0.3.1
26182024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded crossbeam-utils v0.8.14
26192024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded time v0.1.45
26202024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded tempfile v3.5.0
26212024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded home v0.5.4
26222024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded httpdate v1.0.2
26232024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded futures-task v0.3.28
26242024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded futures-io v0.3.28
26252024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded signal-hook-registry v1.4.0
26262024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded serde_path_to_error v0.1.11
26272024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded serde_derive_internals v0.26.0
26282024-12-20T21:30:14.655Z[ helios-setup] Dec 20 21:30:12.862 INFO E| Downloaded semver-parser v0.10.2
26292024-12-20T21:30:14.657Z[ helios-setup] Dec 20 21:30:12.865 INFO E| Downloaded sct v0.7.0
26302024-12-20T21:30:14.660Z[ helios-setup] Dec 20 21:30:12.870 INFO E| Downloaded rustls-pemfile v1.0.2
26312024-12-20T21:30:14.664Z[ helios-setup] Dec 20 21:30:12.873 INFO E| Downloaded project-root v0.2.2
26322024-12-20T21:30:14.666Z[ helios-setup] Dec 20 21:30:12.874 INFO E| Downloaded terminal_size v0.2.6
26332024-12-20T21:30:14.668Z[ helios-setup] Dec 20 21:30:12.876 INFO E| Downloaded concolor-query v0.3.3
26342024-12-20T21:30:14.671Z[ helios-setup] Dec 20 21:30:12.878 INFO E| Downloaded strsim v0.10.0
26352024-12-20T21:30:14.673Z[ helios-setup] Dec 20 21:30:12.882 INFO E| Downloaded smawk v0.3.1
26362024-12-20T21:30:14.676Z[ helios-setup] Dec 20 21:30:12.884 INFO E| Downloaded serde_tokenstream v0.2.0
26372024-12-20T21:30:14.682Z[ helios-setup] Dec 20 21:30:12.890 INFO E| Downloaded futures-sink v0.3.28
26382024-12-20T21:30:14.684Z[ helios-setup] Dec 20 21:30:12.891 INFO E| Downloaded clap_lex v0.4.1
26392024-12-20T21:30:14.684Z[ helios-setup] Dec 20 21:30:12.893 INFO E| Downloaded sha2 v0.10.6
26402024-12-20T21:30:14.687Z[ helios-setup] Dec 20 21:30:12.896 INFO E| Downloaded crossbeam-deque v0.8.2
26412024-12-20T21:30:14.693Z[ helios-setup] Dec 20 21:30:12.898 INFO E| Downloaded const-random v0.1.15
26422024-12-20T21:30:14.693Z[ helios-setup] Dec 20 21:30:12.900 INFO E| Downloaded digest v0.10.6
26432024-12-20T21:30:14.696Z[ helios-setup] Dec 20 21:30:12.903 INFO E| Downloaded cargo-lock v8.0.3
26442024-12-20T21:30:14.699Z[ helios-setup] Dec 20 21:30:12.907 INFO E| Downloaded camino v1.1.4
26452024-12-20T21:30:14.702Z[ helios-setup] Dec 20 21:30:12.910 INFO E| Downloaded tower-service v0.3.2
26462024-12-20T21:30:14.704Z[ helios-setup] Dec 20 21:30:12.912 INFO E| Downloaded toolchain_find v0.2.0
26472024-12-20T21:30:14.704Z[ helios-setup] Dec 20 21:30:12.913 INFO E| Downloaded semver v0.11.0
26482024-12-20T21:30:14.707Z[ helios-setup] Dec 20 21:30:12.916 INFO E| Downloaded clap_derive v4.2.0
26492024-12-20T21:30:14.711Z[ helios-setup] Dec 20 21:30:12.921 INFO E| Downloaded bytes v1.4.0
26502024-12-20T21:30:14.717Z[ helios-setup] Dec 20 21:30:12.927 INFO E| Downloaded encoding_rs v0.8.32
26512024-12-20T21:30:14.750Z[ helios-setup] Dec 20 21:30:12.959 INFO E| Downloaded ahash v0.7.6
26522024-12-20T21:30:14.754Z[ helios-setup] Dec 20 21:30:12.963 INFO E| Downloaded built v0.6.0
26532024-12-20T21:30:14.756Z[ helios-setup] Dec 20 21:30:12.965 INFO E| Downloaded bincode v1.3.3
26542024-12-20T21:30:14.759Z[ helios-setup] Dec 20 21:30:12.969 INFO E| Downloaded async-trait v0.1.68
26552024-12-20T21:30:14.764Z[ helios-setup] Dec 20 21:30:12.974 INFO E| Downloaded anstyle-parse v0.1.1
26562024-12-20T21:30:14.767Z[ helios-setup] Dec 20 21:30:12.977 INFO E| Downloaded anstyle v0.3.5
26572024-12-20T21:30:14.771Z[ helios-setup] Dec 20 21:30:12.979 INFO E| Downloaded anstream v0.2.6
26582024-12-20T21:30:14.773Z[ helios-setup] Dec 20 21:30:12.982 INFO E| Downloaded async-stream v0.3.5
26592024-12-20T21:30:14.776Z[ helios-setup] Dec 20 21:30:12.984 INFO E| Downloaded aho-corasick v0.7.20
26602024-12-20T21:30:14.781Z[ helios-setup] Dec 20 21:30:12.991 INFO E| Downloaded ahash v0.8.3
26612024-12-20T21:30:14.798Z[ helios-setup] Dec 20 21:30:13.007 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26622024-12-20T21:30:15.012Z[ helios-setup] Dec 20 21:30:13.221 INFO E| Downloaded libz-sys v1.1.8
26632024-12-20T21:30:15.062Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26642024-12-20T21:30:15.387Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling proc-macro2 v1.0.86
26652024-12-20T21:30:15.387Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling libc v0.2.139
26662024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling unicode-ident v1.0.8
26672024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling autocfg v1.1.0
26682024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling cfg-if v1.0.0
26692024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling version_check v0.9.4
26702024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling serde v1.0.204
26712024-12-20T21:30:15.391Z[ helios-setup] Dec 20 21:30:13.596 INFO E| Compiling syn v1.0.107
26722024-12-20T21:30:16.013Z[ helios-setup] Dec 20 21:30:14.222 INFO E| Compiling memchr v2.5.0
26732024-12-20T21:30:16.347Z[ helios-setup] Dec 20 21:30:14.556 INFO E| Compiling once_cell v1.17.0
26742024-12-20T21:30:17.351Z[ helios-setup] Dec 20 21:30:15.560 INFO E| Compiling log v0.4.17
26752024-12-20T21:30:17.406Z[ helios-setup] Dec 20 21:30:15.615 INFO E| Compiling thiserror v1.0.38
26762024-12-20T21:30:17.654Z[ helios-setup] Dec 20 21:30:15.862 INFO E| Compiling itoa v1.0.6
26772024-12-20T21:30:18.103Z[ helios-setup] Dec 20 21:30:16.311 INFO E| Compiling serde_json v1.0.95
26782024-12-20T21:30:19.028Z[ helios-setup] Dec 20 21:30:17.236 INFO E| Compiling indexmap v1.9.3
26792024-12-20T21:30:19.322Z[ helios-setup] Dec 20 21:30:17.530 INFO E| Compiling getrandom v0.2.8
26802024-12-20T21:30:19.431Z[ helios-setup] Dec 20 21:30:17.639 INFO E| Compiling scopeguard v1.1.0
26812024-12-20T21:30:19.948Z[ helios-setup] Dec 20 21:30:18.157 INFO E| Compiling quote v1.0.36
26822024-12-20T21:30:20.045Z[ helios-setup] Dec 20 21:30:18.253 INFO E| Compiling jobserver v0.1.26
26832024-12-20T21:30:20.163Z[ helios-setup] Dec 20 21:30:18.371 INFO E| Compiling pin-project-lite v0.2.9
26842024-12-20T21:30:20.303Z[ helios-setup] Dec 20 21:30:18.512 INFO E| Compiling num-integer v0.1.45
26852024-12-20T21:30:20.402Z[ helios-setup] Dec 20 21:30:18.610 INFO E| Compiling futures-core v0.3.28
26862024-12-20T21:30:20.653Z[ helios-setup] Dec 20 21:30:18.861 INFO E| Compiling bytes v1.4.0
26872024-12-20T21:30:20.904Z[ helios-setup] Dec 20 21:30:19.112 INFO E| Compiling cc v1.0.78
26882024-12-20T21:30:20.963Z[ helios-setup] Dec 20 21:30:19.171 INFO E| Compiling syn v2.0.72
26892024-12-20T21:30:21.634Z[ helios-setup] Dec 20 21:30:19.841 INFO E| Compiling ryu v1.0.13
26902024-12-20T21:30:22.423Z[ helios-setup] Dec 20 21:30:20.604 INFO E| Compiling lock_api v0.4.9
26912024-12-20T21:30:22.958Z[ helios-setup] Dec 20 21:30:21.166 INFO E| Compiling bitflags v1.3.2
26922024-12-20T21:30:23.063Z[ helios-setup] Dec 20 21:30:21.270 INFO E| Compiling typenum v1.16.0
26932024-12-20T21:30:23.130Z[ helios-setup] Dec 20 21:30:21.337 INFO E| Compiling parking_lot_core v0.9.6
26942024-12-20T21:30:23.893Z[ helios-setup] Dec 20 21:30:22.101 INFO E| Compiling num_cpus v1.15.0
26952024-12-20T21:30:24.038Z[ helios-setup] Dec 20 21:30:22.245 INFO E| Compiling generic-array v0.14.6
26962024-12-20T21:30:24.218Z[ helios-setup] Dec 20 21:30:22.426 INFO E| Compiling slab v0.4.7
26972024-12-20T21:30:24.305Z[ helios-setup] Dec 20 21:30:22.512 INFO E| Compiling futures-task v0.3.28
26982024-12-20T21:30:24.488Z[ helios-setup] Dec 20 21:30:22.695 INFO E| Compiling futures-sink v0.3.28
26992024-12-20T21:30:24.797Z[ helios-setup] Dec 20 21:30:23.004 INFO E| Compiling futures-channel v0.3.28
27002024-12-20T21:30:25.087Z[ helios-setup] Dec 20 21:30:23.294 INFO E| Compiling tokio v1.27.0
27012024-12-20T21:30:25.543Z[ helios-setup] Dec 20 21:30:23.750 INFO E| Compiling schemars v0.8.12
27022024-12-20T21:30:25.697Z[ helios-setup] Dec 20 21:30:23.904 INFO E| Compiling futures-util v0.3.28
27032024-12-20T21:30:26.261Z[ host-package] Compiling fastrand v2.1.1
27042024-12-20T21:30:26.609Z[ helios-setup] Dec 20 21:30:24.816 INFO E| Compiling mio v0.8.5
27052024-12-20T21:30:26.683Z[ helios-setup] Dec 20 21:30:24.890 INFO E| Compiling signal-hook-registry v1.4.0
27062024-12-20T21:30:26.767Z[ helios-setup] Dec 20 21:30:24.973 INFO E| Compiling socket2 v0.4.9
27072024-12-20T21:30:27.061Z[ helios-setup] Dec 20 21:30:25.267 INFO E| Compiling ahash v0.7.6
27082024-12-20T21:30:27.136Z[ helios-setup] Dec 20 21:30:25.342 INFO E| Compiling num-traits v0.2.15
27092024-12-20T21:30:27.226Z[ host-package] Compiling display-error-chain v0.2.2
27102024-12-20T21:30:27.350Z[ host-package] Compiling same-file v1.0.6
27112024-12-20T21:30:27.854Z[ host-package] Compiling walkdir v2.5.0
27122024-12-20T21:30:27.963Z[ helios-setup] Dec 20 21:30:26.169 INFO E| Compiling futures-io v0.3.28
27132024-12-20T21:30:27.965Z[ host-package] Compiling tempfile v3.13.0
27142024-12-20T21:30:28.153Z[ helios-setup] Dec 20 21:30:26.359 INFO E| Compiling pin-utils v0.1.0
27152024-12-20T21:30:28.443Z[ host-package] Compiling blake3 v1.5.4
27162024-12-20T21:30:28.757Z[ helios-setup] Dec 20 21:30:26.963 INFO E| Compiling crunchy v0.2.2
27172024-12-20T21:30:29.011Z[ helios-setup] Dec 20 21:30:27.217 INFO E| Compiling io-lifetimes v1.0.10
27182024-12-20T21:30:29.059Z[ host-package] Compiling ring v0.16.20
27192024-12-20T21:30:29.274Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27202024-12-20T21:30:29.582Z[ host-package] Compiling xattr v1.3.1
27212024-12-20T21:30:29.760Z[ host-package] Compiling filetime v0.2.25
27222024-12-20T21:30:29.906Z[ helios-setup] Dec 20 21:30:28.112 INFO E| Compiling ahash v0.8.3
27232024-12-20T21:30:30.336Z[ host-package] Compiling memmap2 v0.9.5
27242024-12-20T21:30:30.456Z[ helios-setup] Dec 20 21:30:28.662 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27252024-12-20T21:30:30.492Z[ host-package] Compiling keccak v0.1.5
27262024-12-20T21:30:30.580Z[ helios-setup] Dec 20 21:30:28.785 INFO E| Compiling rustix v0.37.3
27272024-12-20T21:30:30.675Z[ helios-setup] Dec 20 21:30:28.881 INFO E| Compiling tiny-keccak v2.0.2
27282024-12-20T21:30:31.275Z[ host-package] Compiling arrayref v0.3.9
27292024-12-20T21:30:31.386Z[ helios-setup] Dec 20 21:30:29.591 INFO E| Compiling hashbrown v0.12.3
27302024-12-20T21:30:31.594Z[ host-package] Compiling arrayvec v0.7.6
27312024-12-20T21:30:31.933Z[ helios-setup] Dec 20 21:30:30.138 INFO E| Compiling crypto-common v0.1.6
27322024-12-20T21:30:31.935Z[ helios-setup] Dec 20 21:30:30.139 INFO E| Compiling block-buffer v0.10.3
27332024-12-20T21:30:32.318Z[ host-package] Compiling constant_time_eq v0.3.1
27342024-12-20T21:30:32.535Z[ helios-setup] Dec 20 21:30:30.739 INFO E| Compiling errno v0.3.1
27352024-12-20T21:30:32.568Z[ host-package] Compiling spin v0.5.2
27362024-12-20T21:30:32.944Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27372024-12-20T21:30:32.957Z[ helios-setup] Dec 20 21:30:31.162 INFO E| Compiling pkg-config v0.3.26
27382024-12-20T21:30:33.001Z[ helios-setup] Dec 20 21:30:31.206 INFO E| Compiling crossbeam-utils v0.8.14
27392024-12-20T21:30:33.030Z[ host-package] Compiling sha3 v0.10.8
27402024-12-20T21:30:33.091Z[ helios-setup] Dec 20 21:30:31.296 INFO E| Compiling slog v2.7.0
27412024-12-20T21:30:33.094Z[ host-package] Compiling tar v0.4.42
27422024-12-20T21:30:33.320Z[ helios-setup] Dec 20 21:30:31.525 INFO E| Compiling fnv v1.0.7
27432024-12-20T21:30:33.789Z[ helios-setup] Dec 20 21:30:31.995 INFO E| Compiling serde_derive_internals v0.26.0
27442024-12-20T21:30:33.924Z[ helios-setup] Dec 20 21:30:32.129 INFO E| Compiling http v0.2.9
27452024-12-20T21:30:34.618Z[ host-package] Compiling camino-tempfile v1.1.1
27462024-12-20T21:30:34.894Z[ host-package] Compiling toolchain_find v0.4.0
27472024-12-20T21:30:35.357Z[ host-package] Compiling const_format_proc_macros v0.2.33
27482024-12-20T21:30:36.391Z[ host-package] Compiling maplit v1.0.2
27492024-12-20T21:30:36.650Z[ helios-setup] Dec 20 21:30:34.855 INFO E| Compiling digest v0.10.6
27502024-12-20T21:30:36.863Z[ host-package] Compiling topological-sort v0.2.2
27512024-12-20T21:30:36.934Z[ host-package] Compiling crunchy v0.2.2
27522024-12-20T21:30:37.385Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27532024-12-20T21:30:37.518Z[ host-package] Compiling tiny-keccak v2.0.2
27542024-12-20T21:30:37.641Z[ helios-setup] Dec 20 21:30:35.845 INFO E| Compiling aho-corasick v0.7.20
27552024-12-20T21:30:37.870Z[ helios-setup] Dec 20 21:30:36.074 INFO E| Compiling httparse v1.8.0
27562024-12-20T21:30:37.938Z[ helios-setup] Dec 20 21:30:36.142 INFO E| Compiling tinyvec_macros v0.1.1
27572024-12-20T21:30:38.198Z[ helios-setup] Dec 20 21:30:36.402 INFO E| Compiling heck v0.4.1
27582024-12-20T21:30:38.325Z[ host-package] Compiling dsl_auto_type v0.1.2
27592024-12-20T21:30:38.637Z[ host-package] Compiling omicron-zone-package v0.11.1
27602024-12-20T21:30:39.029Z[ host-package] Compiling const_format v0.2.33
27612024-12-20T21:30:39.085Z[ helios-setup] Dec 20 21:30:37.289 INFO E| Compiling anyhow v1.0.68
27622024-12-20T21:30:39.128Z[ helios-setup] Dec 20 21:30:37.332 INFO E| Compiling unicode-width v0.1.10
27632024-12-20T21:30:39.217Z[ host-package] Compiling phf_generator v0.11.2
27642024-12-20T21:30:39.535Z[ helios-setup] Dec 20 21:30:37.738 INFO E| Compiling percent-encoding v2.2.0
27652024-12-20T21:30:39.749Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27662024-12-20T21:30:39.888Z[ helios-setup] Dec 20 21:30:38.092 INFO E| Compiling regex-syntax v0.6.29
27672024-12-20T21:30:40.311Z[ helios-setup] Dec 20 21:30:38.515 INFO E| Compiling cpufeatures v0.2.5
27682024-12-20T21:30:40.382Z[ host-package] Compiling secrecy v0.8.0
27692024-12-20T21:30:40.629Z[ helios-setup] Dec 20 21:30:38.773 INFO E| Compiling form_urlencoded v1.1.0
27702024-12-20T21:30:40.830Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27712024-12-20T21:30:40.830Z[ helios-setup] Dec 20 21:30:39.034 INFO E| Compiling const-random-macro v0.1.15
27722024-12-20T21:30:41.361Z[ host-package] Compiling arc-swap v1.7.1
27732024-12-20T21:30:41.473Z[ helios-setup] Dec 20 21:30:39.676 INFO E| Compiling tinyvec v1.6.0
27742024-12-20T21:30:41.601Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27752024-12-20T21:30:41.675Z[ host-package] Compiling diesel_derives v2.2.3
27762024-12-20T21:30:41.961Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772024-12-20T21:30:42.156Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27782024-12-20T21:30:42.159Z[ host-package] Compiling r2d2 v0.8.10
27792024-12-20T21:30:42.488Z[ helios-setup] Dec 20 21:30:40.691 INFO E| Compiling hashbrown v0.13.2
27802024-12-20T21:30:42.886Z[ helios-setup] Dec 20 21:30:41.089 INFO E| Compiling chrono v0.4.24
27812024-12-20T21:30:42.915Z[ host-package] Compiling slog-scope v4.4.0
27822024-12-20T21:30:43.042Z[ host-package] Compiling phf_codegen v0.11.2
27832024-12-20T21:30:43.183Z[ helios-setup] Dec 20 21:30:41.379 INFO E| Compiling thiserror-impl v1.0.38
27842024-12-20T21:30:43.867Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27852024-12-20T21:30:44.280Z[ host-package] Compiling ascii-canvas v3.0.0
27862024-12-20T21:30:44.439Z[ helios-setup] Dec 20 21:30:42.642 INFO E| Compiling schemars_derive v0.8.12
27872024-12-20T21:30:44.470Z[ helios-setup] Dec 20 21:30:42.673 INFO E| Compiling serde_derive v1.0.204
27882024-12-20T21:30:44.643Z[ host-package] Compiling universal-hash v0.5.1
27892024-12-20T21:30:44.994Z[ helios-setup] Dec 20 21:30:43.197 INFO E| Compiling tokio-macros v2.0.0
27902024-12-20T21:30:45.112Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27912024-12-20T21:30:45.298Z[ host-package] Compiling parse-zoneinfo v0.3.1
27922024-12-20T21:30:45.645Z[ helios-setup] Dec 20 21:30:43.848 INFO E| Compiling futures-macro v0.3.28
27932024-12-20T21:30:46.764Z[ helios-setup] Dec 20 21:30:44.967 INFO E| Compiling libz-sys v1.1.8
27942024-12-20T21:30:47.587Z[ helios-setup] Dec 20 21:30:45.789 INFO E| Compiling regex v1.7.3
27952024-12-20T21:30:48.120Z[ host-package] Compiling ena v0.14.3
27962024-12-20T21:30:49.004Z[ host-package] Compiling opaque-debug v0.3.1
27972024-12-20T21:30:49.281Z[ host-package] Compiling regex-syntax v0.6.29
27982024-12-20T21:30:49.314Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27992024-12-20T21:30:50.216Z[ host-package] Compiling diff v0.1.13
28002024-12-20T21:30:50.400Z[ helios-setup] Dec 20 21:30:48.602 INFO E| Compiling uuid v1.3.0
28012024-12-20T21:30:50.518Z[ helios-setup] Dec 20 21:30:48.720 INFO E| Compiling dyn-clone v1.0.11
28022024-12-20T21:30:51.051Z[ helios-setup] Dec 20 21:30:49.252 INFO E| Compiling unicode-normalization v0.1.22
28032024-12-20T21:30:51.311Z[ helios-setup] Dec 20 21:30:49.512 INFO E| Compiling regress v0.5.0
28042024-12-20T21:30:51.355Z[ host-package] Compiling thiserror-no-std v2.0.2
28052024-12-20T21:30:51.358Z[ helios-setup] Dec 20 21:30:49.558 INFO E| Compiling const-random v0.1.15
28062024-12-20T21:30:51.622Z[ host-package] Compiling poly1305 v0.8.0
28072024-12-20T21:30:53.121Z[ helios-setup] Dec 20 21:30:51.322 INFO E| Compiling getopts v0.2.21
28082024-12-20T21:30:53.704Z[ helios-setup] Dec 20 21:30:51.905 INFO E| Compiling tracing-core v0.1.30
28092024-12-20T21:30:54.120Z[ helios-setup] Dec 20 21:30:52.321 INFO E| Compiling memoffset v0.7.1
28102024-12-20T21:30:54.462Z[ host-package] Compiling chrono-tz-build v0.4.0
28112024-12-20T21:30:54.492Z[ helios-setup] Dec 20 21:30:52.693 INFO E| Compiling time-core v0.1.2
28122024-12-20T21:30:54.964Z[ helios-setup] Dec 20 21:30:53.165 INFO E| Compiling powerfmt v0.2.0
28132024-12-20T21:30:55.674Z[ helios-setup] Dec 20 21:30:53.874 INFO E| Compiling unicode-bidi v0.3.13
28142024-12-20T21:30:57.110Z[ helios-setup] Dec 20 21:30:55.310 INFO E| Compiling num-conv v0.1.0
28152024-12-20T21:30:57.176Z[ helios-setup] Dec 20 21:30:55.376 INFO E| Compiling ucd-trie v0.1.5
28162024-12-20T21:30:57.286Z[ host-package] Compiling lalrpop v0.19.12
28172024-12-20T21:30:57.996Z[ helios-setup] Dec 20 21:30:56.196 INFO E| Compiling time-macros v0.2.18
28182024-12-20T21:30:58.238Z[ helios-setup] Dec 20 21:30:56.437 INFO E| Compiling pest v2.5.7
28192024-12-20T21:31:00.118Z[ host-package] Compiling slog-stdlog v4.1.1
28202024-12-20T21:31:00.550Z[ helios-setup] Dec 20 21:30:58.748 INFO E| Compiling idna v0.3.0
28212024-12-20T21:31:03.141Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28222024-12-20T21:31:04.681Z[ helios-setup] Dec 20 21:31:02.879 INFO E| Compiling deranged v0.3.11
28232024-12-20T21:31:04.720Z[ host-package] Compiling diesel v2.2.6
28242024-12-20T21:31:04.815Z[ helios-setup] Dec 20 21:31:03.014 INFO E| Compiling tracing v0.1.37
28252024-12-20T21:31:05.735Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28262024-12-20T21:31:07.061Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28272024-12-20T21:31:07.601Z[ helios-setup] Dec 20 21:31:05.798 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28282024-12-20T21:31:07.850Z[ helios-setup] Dec 20 21:31:06.047 INFO E| Compiling time v0.1.45
28292024-12-20T21:31:07.958Z[ host-package] Compiling chacha20 v0.9.1
28302024-12-20T21:31:08.400Z[ helios-setup] Dec 20 21:31:06.597 INFO E| Compiling crossbeam-epoch v0.9.13
28312024-12-20T21:31:08.711Z[ helios-setup] Dec 20 21:31:06.908 INFO E| Compiling semver v1.0.17
28322024-12-20T21:31:09.115Z[ helios-setup] Dec 20 21:31:07.313 INFO E| Compiling num_threads v0.1.6
28332024-12-20T21:31:09.131Z[ host-package] Compiling aead v0.5.2
28342024-12-20T21:31:09.919Z[ helios-setup] Dec 20 21:31:08.115 INFO E| Compiling iana-time-zone v0.1.56
28352024-12-20T21:31:09.960Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28362024-12-20T21:31:10.448Z[ helios-setup] Dec 20 21:31:08.646 INFO E| Compiling time v0.3.36
28372024-12-20T21:31:10.925Z[ helios-setup] Dec 20 21:31:09.123 INFO E| Compiling url v2.3.1
28382024-12-20T21:31:11.234Z[ helios-setup] Dec 20 21:31:09.431 INFO E| Compiling semver-parser v0.10.2
28392024-12-20T21:31:11.536Z[ host-package] Compiling ref-cast v1.0.23
28402024-12-20T21:31:12.626Z[ helios-setup] Dec 20 21:31:10.816 INFO E| Compiling smallvec v1.10.0
28412024-12-20T21:31:12.640Z[ host-package] Compiling vte v0.11.1
28422024-12-20T21:31:13.262Z[ helios-setup] Dec 20 21:31:11.459 INFO E| Compiling toml v0.5.11
28432024-12-20T21:31:14.816Z[ helios-setup] Dec 20 21:31:12.994 INFO E| Compiling parking_lot v0.12.1
28442024-12-20T21:31:15.837Z[ host-package] Compiling chacha20poly1305 v0.10.1
28452024-12-20T21:31:16.427Z[ host-package] Compiling slog-envlogger v2.2.0
28462024-12-20T21:31:17.248Z[ host-package] Compiling chrono-tz v0.10.0
28472024-12-20T21:31:18.409Z[ helios-setup] Dec 20 21:31:16.604 INFO E| Compiling serde_tokenstream v0.2.0
28482024-12-20T21:31:18.519Z[ host-package] Compiling vsss-rs v3.3.4
28492024-12-20T21:31:20.492Z[ helios-setup] Dec 20 21:31:18.687 INFO E| Compiling crossbeam-channel v0.5.6
28502024-12-20T21:31:21.378Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28512024-12-20T21:31:22.354Z[ host-package] Compiling derive_builder_core v0.20.2
28522024-12-20T21:31:23.087Z[ helios-setup] Dec 20 21:31:21.282 INFO E| Compiling dirs-sys-next v0.1.2
28532024-12-20T21:31:23.864Z[ helios-setup] Dec 20 21:31:22.059 INFO E| Compiling crc32fast v1.3.2
28542024-12-20T21:31:24.882Z[ helios-setup] Dec 20 21:31:23.075 INFO E| Compiling try-lock v0.2.4
28552024-12-20T21:31:25.174Z[ helios-setup] Dec 20 21:31:23.367 INFO E| Compiling same-file v1.0.6
28562024-12-20T21:31:25.764Z[ helios-setup] Dec 20 21:31:23.958 INFO E| Compiling walkdir v2.3.3
28572024-12-20T21:31:26.145Z[ helios-setup] Dec 20 21:31:24.338 INFO E| Compiling want v0.3.0
28582024-12-20T21:31:26.788Z[ host-package] Compiling headers-core v0.3.0
28592024-12-20T21:31:26.983Z[ helios-setup] Dec 20 21:31:25.171 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28602024-12-20T21:31:27.343Z[ helios-setup] Dec 20 21:31:25.537 INFO E| Compiling dirs-next v2.0.0
28612024-12-20T21:31:27.477Z[ host-package] Compiling fxhash v0.2.1
28622024-12-20T21:31:28.095Z[ host-package] Compiling libxml v0.3.3
28632024-12-20T21:31:28.465Z[ host-package] Compiling ref-cast-impl v1.0.23
28642024-12-20T21:31:28.778Z[ helios-setup] Dec 20 21:31:26.972 INFO E| Compiling proc-macro-crate v1.2.1
28652024-12-20T21:31:28.970Z[ host-package] Compiling bytecount v0.6.8
28662024-12-20T21:31:29.969Z[ host-package] Compiling papergrid v0.11.0
28672024-12-20T21:31:30.826Z[ helios-setup] Dec 20 21:31:29.019 INFO E| Compiling semver v0.11.0
28682024-12-20T21:31:33.737Z[ helios-setup] Dec 20 21:31:31.929 INFO E| Compiling tokio-util v0.7.7
28692024-12-20T21:31:34.778Z[ helios-setup] Dec 20 21:31:32.970 INFO E| Compiling futures-executor v0.3.28
28702024-12-20T21:31:36.549Z[ helios-setup] Dec 20 21:31:34.741 INFO E| Compiling h2 v0.3.16
28712024-12-20T21:31:37.518Z[ helios-setup] Dec 20 21:31:35.709 INFO E| Compiling http-body v0.4.5
28722024-12-20T21:31:38.333Z[ helios-setup] Dec 20 21:31:36.524 INFO E| Compiling ring v0.16.20
28732024-12-20T21:31:38.899Z[ helios-setup] Dec 20 21:31:37.090 INFO E| Compiling rand_core v0.6.4
28742024-12-20T21:31:40.104Z[ helios-setup] Dec 20 21:31:38.295 INFO E| Compiling thread_local v1.1.7
28752024-12-20T21:31:41.292Z[ helios-setup] Dec 20 21:31:39.482 INFO E| Compiling httpdate v1.0.2
28762024-12-20T21:31:42.557Z[ helios-setup] Dec 20 21:31:40.747 INFO E| Compiling lazy_static v1.4.0
28772024-12-20T21:31:42.632Z[ helios-setup] Dec 20 21:31:40.822 INFO E| Compiling tower-service v0.3.2
28782024-12-20T21:31:42.733Z[ helios-setup] Dec 20 21:31:40.923 INFO E| Compiling utf8parse v0.2.1
28792024-12-20T21:31:42.850Z[ helios-setup] Dec 20 21:31:41.040 INFO E| Compiling ppv-lite86 v0.2.17
28802024-12-20T21:31:43.251Z[ helios-setup] Dec 20 21:31:41.441 INFO E| Compiling rayon-core v1.10.2
28812024-12-20T21:31:44.229Z[ helios-setup] Dec 20 21:31:42.419 INFO E| Compiling adler v1.0.2
28822024-12-20T21:31:44.562Z[ helios-setup] Dec 20 21:31:42.752 INFO E| Compiling fastrand v1.9.0
28832024-12-20T21:31:44.917Z[ helios-setup] Dec 20 21:31:43.107 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28842024-12-20T21:31:45.055Z[ helios-setup] Dec 20 21:31:43.245 INFO E| Compiling base64 v0.21.0
28852024-12-20T21:31:45.947Z[ helios-setup] Dec 20 21:31:44.137 INFO E| Compiling home v0.5.4
28862024-12-20T21:31:46.800Z[ helios-setup] Dec 20 21:31:44.989 INFO E| Compiling toolchain_find v0.2.0
28872024-12-20T21:31:47.640Z[ helios-setup] Dec 20 21:31:45.829 INFO E| Compiling tempfile v3.5.0
28882024-12-20T21:31:47.795Z[ helios-setup] Dec 20 21:31:45.984 INFO E| Compiling miniz_oxide v0.6.2
28892024-12-20T21:31:48.750Z[ helios-setup] Dec 20 21:31:46.939 INFO E| Compiling hyper v0.14.25
28902024-12-20T21:31:49.083Z[ host-package] Compiling polar-core v0.27.3
28912024-12-20T21:31:49.212Z[ helios-setup] Dec 20 21:31:47.401 INFO E| Compiling rand_chacha v0.3.1
28922024-12-20T21:31:52.519Z[ helios-setup] Dec 20 21:31:50.707 INFO E| Compiling anstyle-parse v0.1.1
28932024-12-20T21:31:57.331Z[ host-package] Compiling headers v0.4.0
28942024-12-20T21:31:57.610Z[ host-package] Compiling derive_builder_macro v0.20.2
28952024-12-20T21:32:02.168Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28962024-12-20T21:32:02.839Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28972024-12-20T21:32:03.670Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28982024-12-20T21:32:04.154Z[ helios-setup] Dec 20 21:32:02.339 INFO E| Compiling futures v0.3.28
28992024-12-20T21:32:04.355Z[ host-package] Compiling tabled_derive v0.7.0
29002024-12-20T21:32:04.380Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29012024-12-20T21:32:04.556Z[ helios-setup] Dec 20 21:32:02.741 INFO E| Compiling crossbeam-deque v0.8.2
29022024-12-20T21:32:05.817Z[ helios-setup] Dec 20 21:32:04.003 INFO E| Compiling cargo-lock v8.0.3
29032024-12-20T21:32:08.489Z[ host-package] Compiling itertools v0.12.1
29042024-12-20T21:32:09.019Z[ host-package] Compiling fd-lock v4.0.2
29052024-12-20T21:32:09.852Z[ host-package] Compiling peg-macros v0.8.4
29062024-12-20T21:32:10.096Z[ helios-setup] Dec 20 21:32:08.280 INFO E| Compiling num_enum_derive v0.5.7
29072024-12-20T21:32:11.389Z[ helios-setup] Dec 20 21:32:09.573 INFO E| Compiling term v0.7.0
29082024-12-20T21:32:12.902Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092024-12-20T21:32:14.180Z[ helios-setup] Dec 20 21:32:12.362 INFO E| Compiling serde_urlencoded v0.7.1
29102024-12-20T21:32:14.410Z[ helios-setup] Dec 20 21:32:12.594 INFO E| Compiling sha2 v0.10.6
29112024-12-20T21:32:14.835Z[ helios-setup] Dec 20 21:32:13.018 INFO E| Compiling sha1 v0.10.5
29122024-12-20T21:32:15.377Z[ host-package] Compiling strum_macros v0.24.3
29132024-12-20T21:32:15.447Z[ host-package] Compiling kstat-rs v0.2.4
29142024-12-20T21:32:15.801Z[ host-package] Compiling samael v0.0.17
29152024-12-20T21:32:15.844Z[ helios-setup] Dec 20 21:32:14.015 INFO E| Compiling is-terminal v0.4.7
29162024-12-20T21:32:16.048Z[ helios-setup] Dec 20 21:32:14.231 INFO E| Compiling atty v0.2.14
29172024-12-20T21:32:16.604Z[ helios-setup] Dec 20 21:32:14.787 INFO E| Compiling concolor-override v1.0.0
29182024-12-20T21:32:16.777Z[ helios-setup] Dec 20 21:32:14.960 INFO E| Compiling anstyle v0.3.5
29192024-12-20T21:32:16.781Z[ host-package] Compiling unicase v2.7.0
29202024-12-20T21:32:17.397Z[ helios-setup] Dec 20 21:32:15.579 INFO E| Compiling concolor-query v0.3.3
29212024-12-20T21:32:17.421Z[ host-package] Compiling indoc v1.0.9
29222024-12-20T21:32:17.680Z[ host-package] Compiling nu-ansi-term v0.50.1
29232024-12-20T21:32:18.189Z[ helios-setup] Dec 20 21:32:16.372 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29242024-12-20T21:32:18.924Z[ host-package] Compiling reedline v0.35.0
29252024-12-20T21:32:20.012Z[ host-package] Compiling peg v0.8.4
29262024-12-20T21:32:20.423Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29272024-12-20T21:32:21.266Z[ helios-setup] Dec 20 21:32:19.448 INFO E| Compiling anstream v0.2.6
29282024-12-20T21:32:22.482Z[ helios-setup] Dec 20 21:32:20.662 INFO E| Compiling slog-term v2.9.0
29292024-12-20T21:32:22.663Z[ helios-setup] Dec 20 21:32:20.844 INFO E| Compiling num_enum v0.5.7
29302024-12-20T21:32:22.752Z[ helios-setup] Dec 20 21:32:20.934 INFO E| Compiling flate2 v1.0.25
29312024-12-20T21:32:23.095Z[ helios-setup] Dec 20 21:32:21.276 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29322024-12-20T21:32:23.664Z[ host-package] Compiling tabled v0.15.0
29332024-12-20T21:32:23.784Z[ helios-setup] Dec 20 21:32:21.965 INFO E| Compiling rand v0.8.5
29342024-12-20T21:32:24.235Z[ helios-setup] Dec 20 21:32:22.416 INFO E| Compiling rustfmt-wrapper v0.2.0
29352024-12-20T21:32:25.370Z[ helios-setup] Dec 20 21:32:23.551 INFO E| Compiling openapiv3 v1.0.2
29362024-12-20T21:32:27.469Z[ helios-setup] Dec 20 21:32:25.650 INFO E| Compiling encoding_rs v0.8.32
29372024-12-20T21:32:28.232Z[ helios-setup] Dec 20 21:32:26.413 INFO E| Compiling either v1.8.0
29382024-12-20T21:32:28.948Z[ helios-setup] Dec 20 21:32:27.128 INFO E| Compiling untrusted v0.7.1
29392024-12-20T21:32:29.452Z[ helios-setup] Dec 20 21:32:27.632 INFO E| Compiling strsim v0.10.0
29402024-12-20T21:32:32.937Z[ helios-setup] Dec 20 21:32:31.116 INFO E| Compiling mime v0.3.17
29412024-12-20T21:32:34.221Z[ helios-setup] Dec 20 21:32:32.399 INFO E| Compiling utf-8 v0.7.6
29422024-12-20T21:32:34.498Z[ helios-setup] Dec 20 21:32:32.677 INFO E| Compiling clap_lex v0.4.1
29432024-12-20T21:32:35.133Z[ helios-setup] Dec 20 21:32:33.311 INFO E| Compiling spin v0.5.2
29442024-12-20T21:32:35.208Z[ helios-setup] Dec 20 21:32:33.387 INFO E| Compiling byteorder v1.4.3
29452024-12-20T21:32:35.714Z[ helios-setup] Dec 20 21:32:33.892 INFO E| Compiling project-root v0.2.2
29462024-12-20T21:32:36.008Z[ helios-setup] Dec 20 21:32:34.187 INFO E| Compiling ipnet v2.7.2
29472024-12-20T21:32:36.216Z[ host-package] Compiling derive_builder v0.20.2
29482024-12-20T21:32:36.522Z[ helios-setup] Dec 20 21:32:34.701 INFO E| Compiling base64 v0.13.1
29492024-12-20T21:32:36.649Z[ helios-setup] Dec 20 21:32:34.827 INFO E| Compiling unsafe-libyaml v0.2.8
29502024-12-20T21:32:36.820Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29512024-12-20T21:32:38.185Z[ helios-setup] Dec 20 21:32:36.363 INFO E| Compiling tungstenite v0.18.0
29522024-12-20T21:32:38.882Z[ helios-setup] Dec 20 21:32:37.060 INFO E| Compiling reqwest v0.11.16
29532024-12-20T21:32:39.048Z[ helios-setup] Dec 20 21:32:37.224 INFO E| Compiling clap_builder v4.2.1
29542024-12-20T21:32:40.404Z[ helios-setup] Dec 20 21:32:38.582 INFO E| Compiling serde_yaml v0.9.21
29552024-12-20T21:32:41.658Z[ helios-setup] Dec 20 21:32:39.835 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29562024-12-20T21:32:48.191Z[ helios-setup] Dec 20 21:32:46.367 INFO E| Compiling rayon v1.6.1
29572024-12-20T21:32:49.418Z[ helios-setup] Dec 20 21:32:47.593 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29582024-12-20T21:32:49.474Z[ helios-setup] Dec 20 21:32:47.649 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29592024-12-20T21:32:52.765Z[ helios-setup] Dec 20 21:32:50.940 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29602024-12-20T21:32:54.151Z[ helios-setup] Dec 20 21:32:52.326 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29612024-12-20T21:32:54.705Z[ helios-setup] Dec 20 21:32:52.853 INFO E| Compiling clap_derive v4.2.0
29622024-12-20T21:32:56.549Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29632024-12-20T21:32:58.901Z[ helios-setup] Dec 20 21:32:57.074 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29642024-12-20T21:33:00.282Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29652024-12-20T21:33:03.647Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29662024-12-20T21:33:04.399Z[ host-package] Compiling bcs v0.1.6
29672024-12-20T21:33:04.463Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29682024-12-20T21:33:04.619Z[ helios-setup] Dec 20 21:33:02.791 INFO E| Compiling clap v4.2.1
29692024-12-20T21:33:05.259Z[ helios-setup] Dec 20 21:33:03.431 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29702024-12-20T21:33:06.728Z[ host-package] Compiling oso-derive v0.27.3
29712024-12-20T21:33:07.798Z[ host-package] Compiling libz-sys v1.1.20
29722024-12-20T21:33:08.974Z[ host-package] Compiling quick-xml v0.33.0
29732024-12-20T21:33:09.349Z[ host-package] Compiling diesel-dtrace v0.4.2
29742024-12-20T21:33:10.398Z[ host-package] Compiling parking_lot_core v0.8.6
29752024-12-20T21:33:17.760Z[ host-package] Compiling oso v0.27.3
29762024-12-20T21:33:18.275Z[ helios-setup] Dec 20 21:33:16.444 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29772024-12-20T21:33:21.641Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29782024-12-20T21:33:21.665Z[ helios-setup] Dec 20 21:33:19.834 INFO E| Compiling tokio-tungstenite v0.18.0
29792024-12-20T21:33:23.121Z[ helios-setup] Dec 20 21:33:21.289 INFO E| Compiling smartstring v1.0.1
29802024-12-20T21:33:23.994Z[ helios-setup] Dec 20 21:33:22.162 INFO E| Compiling rustls v0.21.0
29812024-12-20T21:33:24.604Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29822024-12-20T21:33:26.218Z[ helios-setup] Dec 20 21:33:24.386 INFO E| Compiling toml_datetime v0.6.1
29832024-12-20T21:33:27.636Z[ helios-setup] Dec 20 21:33:25.804 INFO E| Compiling serde_spanned v0.6.1
29842024-12-20T21:33:28.097Z[ helios-setup] Dec 20 21:33:26.264 INFO E| Compiling match_cfg v0.1.0
29852024-12-20T21:33:28.225Z[ helios-setup] Dec 20 21:33:26.392 INFO E| Compiling paste v1.0.12
29862024-12-20T21:33:29.369Z[ helios-setup] Dec 20 21:33:27.536 INFO E| Compiling static_assertions v1.1.0
29872024-12-20T21:33:29.992Z[ helios-setup] Dec 20 21:33:28.158 INFO E| Compiling camino v1.1.4
29882024-12-20T21:33:31.675Z[ helios-setup] Dec 20 21:33:29.841 INFO E| Compiling winnow v0.4.1
29892024-12-20T21:33:32.962Z[ helios-setup] Dec 20 21:33:31.129 INFO E| Compiling slog-async v2.7.0
29902024-12-20T21:33:34.742Z[ helios-setup] Dec 20 21:33:32.908 INFO E| Compiling async-trait v0.1.68
29912024-12-20T21:33:35.220Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29922024-12-20T21:33:38.163Z[ helios-setup] Dec 20 21:33:36.328 INFO E| Compiling hostname v0.3.1
29932024-12-20T21:33:39.072Z[ helios-setup] Dec 20 21:33:37.237 INFO E| Compiling toml_edit v0.19.8
29942024-12-20T21:33:39.129Z[ helios-setup] Dec 20 21:33:37.294 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29952024-12-20T21:33:40.569Z[ helios-setup] Dec 20 21:33:38.734 INFO E| Compiling slog-json v2.6.1
29962024-12-20T21:33:41.007Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29972024-12-20T21:33:41.748Z[ helios-setup] Dec 20 21:33:39.912 INFO E| Compiling unicode-linebreak v0.1.4
29982024-12-20T21:33:41.993Z[ host-package] Compiling bb8 v0.8.5
29992024-12-20T21:33:43.638Z[ host-package] Compiling async-bb8-diesel v0.2.1
30002024-12-20T21:33:45.931Z[ helios-setup] Dec 20 21:33:44.094 INFO E| Compiling async-stream-impl v0.3.5
30012024-12-20T21:33:46.726Z[ helios-setup] Dec 20 21:33:44.889 INFO E| Compiling rhai_codegen v1.5.0
30022024-12-20T21:33:47.315Z[ helios-setup] Dec 20 21:33:45.475 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30032024-12-20T21:33:48.221Z[ helios-setup] Dec 20 21:33:46.384 INFO E| Compiling take_mut v0.2.2
30042024-12-20T21:33:48.881Z[ helios-setup] Dec 20 21:33:47.043 INFO E| Compiling async-stream v0.3.5
30052024-12-20T21:33:48.971Z[ host-package] Compiling nibble_vec v0.1.0
30062024-12-20T21:33:49.749Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30072024-12-20T21:33:50.613Z[ helios-setup] Dec 20 21:33:48.775 INFO E| Compiling toml v0.7.3
30082024-12-20T21:33:50.924Z[ host-package] Compiling atty v0.2.14
30092024-12-20T21:33:51.668Z[ host-package] Compiling salty v0.3.0
30102024-12-20T21:33:51.674Z[ helios-setup] Dec 20 21:33:49.835 INFO E| Compiling rhai v1.14.0
30112024-12-20T21:33:51.964Z[ host-package] Compiling endian-type v0.1.2
30122024-12-20T21:33:52.758Z[ host-package] Compiling radix_trie v0.2.1
30132024-12-20T21:33:54.154Z[ helios-setup] Dec 20 21:33:52.316 INFO E| Compiling slog-bunyan v2.4.0
30142024-12-20T21:33:55.851Z[ host-package] Compiling parking_lot v0.11.2
30152024-12-20T21:33:58.285Z[ helios-setup] Dec 20 21:33:56.446 INFO E| Compiling rustls-pemfile v1.0.2
30162024-12-20T21:33:58.350Z[ helios-setup] Dec 20 21:33:56.511 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30172024-12-20T21:33:59.485Z[ helios-setup] Dec 20 21:33:57.645 INFO E| Compiling bincode v1.3.3
30182024-12-20T21:34:00.001Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30192024-12-20T21:34:01.159Z[ helios-setup] Dec 20 21:33:59.319 INFO E| Compiling serde_path_to_error v0.1.11
30202024-12-20T21:34:01.810Z[ helios-setup] Dec 20 21:33:59.970 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30212024-12-20T21:34:02.640Z[ helios-setup] Dec 20 21:34:00.800 INFO E| Compiling terminal_size v0.2.6
30222024-12-20T21:34:03.086Z[ helios-setup] Dec 20 21:34:01.246 INFO E| Compiling smawk v0.3.1
30232024-12-20T21:34:03.674Z[ helios-setup] Dec 20 21:34:01.833 INFO E| Compiling textwrap v0.16.0
30242024-12-20T21:34:13.602Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30252024-12-20T21:34:15.697Z[ helios-setup] Dec 20 21:34:13.854 INFO E| Compiling rustls-webpki v0.100.1
30262024-12-20T21:34:15.736Z[ helios-setup] Dec 20 21:34:13.893 INFO E| Compiling sct v0.7.0
30272024-12-20T21:34:21.615Z[ helios-setup] Dec 20 21:34:19.771 INFO E| Compiling git2 v0.16.1
30282024-12-20T21:34:22.423Z[ host-package] Compiling sled v0.34.7
30292024-12-20T21:34:24.060Z[ helios-setup] Dec 20 21:34:22.215 INFO E| Compiling tokio-rustls v0.24.0
30302024-12-20T21:34:29.765Z[ helios-setup] Dec 20 21:34:27.919 INFO E| Compiling built v0.6.0
30312024-12-20T21:34:33.124Z[ helios-setup] Dec 20 21:34:31.277 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30322024-12-20T21:34:36.131Z[ helios-setup] Dec 20 21:34:34.284 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30332024-12-20T21:34:37.732Z[ helios-setup] Dec 20 21:34:35.884 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30342024-12-20T21:34:44.653Z[ host-package] Compiling mime_guess v2.0.5
30352024-12-20T21:34:47.058Z[ host-package] Compiling hickory-client v0.24.1
30362024-12-20T21:34:50.216Z[ helios-setup] Dec 20 21:34:48.365 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30372024-12-20T21:34:57.977Z[ helios-setup] Dec 20 21:34:56.125 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30382024-12-20T21:34:58.466Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30392024-12-20T21:34:58.543Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30402024-12-20T21:35:00.106Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30412024-12-20T21:35:00.202Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30422024-12-20T21:35:00.537Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30432024-12-20T21:35:02.070Z[ host-package] Compiling hickory-server v0.24.1
30442024-12-20T21:35:04.218Z[ host-package] Compiling primeorder v0.13.6
30452024-12-20T21:35:05.820Z[ host-package] Compiling vergen v8.3.2
30462024-12-20T21:35:06.493Z[ host-package] Compiling castaway v0.2.3
30472024-12-20T21:35:07.081Z[ host-package] Compiling env_filter v0.1.2
30482024-12-20T21:35:08.718Z[ host-package] Compiling cargo-platform v0.1.8
30492024-12-20T21:35:09.895Z[ host-package] Compiling nanorand v0.7.0
30502024-12-20T21:35:09.895Z[ host-package] Compiling memoffset v0.9.1
30512024-12-20T21:35:11.080Z[ host-package] Compiling flume v0.11.1
30522024-12-20T21:35:11.254Z[ host-package] Compiling cargo_metadata v0.18.1
30532024-12-20T21:35:13.037Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30542024-12-20T21:35:16.091Z[ host-package] Compiling env_logger v0.11.5
30552024-12-20T21:35:18.046Z[ host-package] Compiling compact_str v0.8.0
30562024-12-20T21:35:18.581Z[ host-package] Compiling p384 v0.13.0
30572024-12-20T21:35:22.908Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30582024-12-20T21:35:25.117Z[ host-package] Compiling git2 v0.19.0
30592024-12-20T21:35:26.256Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30602024-12-20T21:35:31.643Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30612024-12-20T21:35:32.628Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30622024-12-20T21:35:34.415Z[ host-package] Compiling unicode-truncate v1.1.0
30632024-12-20T21:35:35.098Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30642024-12-20T21:35:39.123Z[ host-package] Compiling lru v0.12.5
30652024-12-20T21:35:39.448Z[ host-package] Compiling rand_seeder v0.3.0
30662024-12-20T21:35:39.700Z[ host-package] Compiling libsqlite3-sys v0.30.1
30672024-12-20T21:35:39.934Z[ host-package] Compiling lzma-sys v0.1.20
30682024-12-20T21:35:40.069Z[ host-package] Compiling instability v0.3.2
30692024-12-20T21:35:40.373Z[ host-package] Compiling http-range v0.1.5
30702024-12-20T21:35:40.897Z[ host-package] Compiling cassowary v0.3.0
30712024-12-20T21:35:40.975Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30722024-12-20T21:35:41.115Z[ host-package] Compiling rustls v0.21.12
30732024-12-20T21:35:41.195Z[ host-package] Compiling cfg_aliases v0.2.1
30742024-12-20T21:35:41.447Z[ host-package] Compiling nix v0.29.0
30752024-12-20T21:35:41.510Z[ helios-setup] Dec 20 21:35:39.648 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30762024-12-20T21:35:41.532Z[ host-package] Compiling ratatui v0.28.1
30772024-12-20T21:35:41.701Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782024-12-20T21:35:42.455Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30792024-12-20T21:35:43.878Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30802024-12-20T21:35:44.005Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30812024-12-20T21:35:44.719Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30822024-12-20T21:35:44.723Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30832024-12-20T21:35:44.956Z[ host-package] Compiling sct v0.7.1
30842024-12-20T21:35:45.066Z[ host-package] Compiling rustls-webpki v0.101.7
30852024-12-20T21:35:45.449Z[ host-package] Compiling heck v0.3.3
30862024-12-20T21:35:45.941Z[ host-package] Compiling csv-core v0.1.11
30872024-12-20T21:35:46.987Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30882024-12-20T21:35:47.343Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30892024-12-20T21:35:47.717Z[ host-package] Compiling glob v0.3.1
30902024-12-20T21:35:48.884Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30912024-12-20T21:35:49.508Z[ host-package] Compiling csv v1.3.0
30922024-12-20T21:35:49.559Z[ host-package] Compiling zone_cfg_derive v0.1.2
30932024-12-20T21:35:50.069Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30942024-12-20T21:35:51.129Z[ host-package] Compiling nix v0.27.1
30952024-12-20T21:35:52.022Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30962024-12-20T21:35:53.589Z[ host-package] Compiling hyper-staticfile v0.10.1
30972024-12-20T21:35:57.852Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30982024-12-20T21:36:08.174Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30992024-12-20T21:36:13.152Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31002024-12-20T21:36:14.813Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31012024-12-20T21:36:15.889Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31022024-12-20T21:36:17.390Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31032024-12-20T21:36:25.414Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31042024-12-20T21:36:26.141Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31052024-12-20T21:36:27.180Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31062024-12-20T21:36:28.081Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31072024-12-20T21:36:30.541Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31082024-12-20T21:36:31.865Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31092024-12-20T21:36:32.243Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31102024-12-20T21:36:33.414Z[ host-package] Compiling hashlink v0.9.1
31112024-12-20T21:36:35.427Z[ host-package] Compiling tungstenite v0.23.0
31122024-12-20T21:36:37.187Z[ host-package] Compiling fallible-iterator v0.3.0
31132024-12-20T21:36:38.871Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31142024-12-20T21:36:39.422Z[ host-package] Compiling base64 v0.13.1
31152024-12-20T21:36:40.539Z[ host-package] Compiling ron v0.7.1
31162024-12-20T21:36:40.665Z[ host-package] Compiling rusqlite v0.32.1
31172024-12-20T21:36:43.210Z[ host-package] Compiling tokio-tungstenite v0.23.1
31182024-12-20T21:36:44.081Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31192024-12-20T21:36:44.832Z[ helios-setup] Dec 20 21:36:42.956 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s
31202024-12-20T21:36:44.847Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31212024-12-20T21:36:44.990Z[ helios-setup] Dec 20 21:36:43.115 INFO building project "pilot" ok (398 seconds)
31222024-12-20T21:36:44.994Z[ helios-setup] Dec 20 21:36:43.115 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31232024-12-20T21:36:44.994Z[ helios-setup] Dec 20 21:36:43.115 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31242024-12-20T21:36:45.423Z[ helios-setup] Dec 20 21:36:43.548 INFO E| Downloading crates ...
31252024-12-20T21:36:45.523Z[ helios-setup] Dec 20 21:36:43.647 INFO E| Downloaded miniz_oxide v0.7.2
31262024-12-20T21:36:45.600Z[ helios-setup] Dec 20 21:36:43.724 INFO E| Compiling adler v1.0.2
31272024-12-20T21:36:45.781Z[ helios-setup] Dec 20 21:36:43.906 INFO E| Compiling miniz_oxide v0.7.2
31282024-12-20T21:36:46.668Z[ host-package] Compiling xz2 v0.1.7
31292024-12-20T21:36:47.340Z[ host-package] Compiling tokio-rustls v0.24.1
31302024-12-20T21:36:47.938Z[ host-package] Compiling zone v0.1.8
31312024-12-20T21:36:48.413Z[ helios-setup] Dec 20 21:36:46.537 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31322024-12-20T21:36:49.364Z[ helios-setup] Dec 20 21:36:47.487 INFO E| Finished `release` profile [optimized] target(s) in 4.27s
31332024-12-20T21:36:49.375Z[ helios-setup] Dec 20 21:36:47.499 INFO building project "pinprick" ok (4 seconds)
31342024-12-20T21:36:49.375Z[ helios-setup] Dec 20 21:36:47.499 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31352024-12-20T21:36:49.375Z[ helios-setup] Dec 20 21:36:47.499 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31362024-12-20T21:36:49.659Z[ helios-setup] Dec 20 21:36:47.782 INFO E| Blocking waiting for file lock on package cache
31372024-12-20T21:36:51.626Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31382024-12-20T21:36:57.628Z[ helios-setup] Dec 20 21:36:55.750 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31392024-12-20T21:36:58.043Z[ helios-setup] Dec 20 21:36:56.164 INFO E| From https://github.com/jclulow/rust-jmclib
31402024-12-20T21:36:58.043Z[ helios-setup] Dec 20 21:36:56.164 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31412024-12-20T21:36:58.064Z[ helios-setup] Dec 20 21:36:56.186 INFO E| Updating crates.io index
31422024-12-20T21:36:58.210Z[ helios-setup] Dec 20 21:36:56.331 INFO E| Blocking waiting for file lock on package cache
31432024-12-20T21:36:58.281Z[ helios-setup] Dec 20 21:36:56.403 INFO E| Blocking waiting for file lock on package cache
31442024-12-20T21:36:58.311Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31452024-12-20T21:37:02.489Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31462024-12-20T21:37:04.517Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472024-12-20T21:37:04.610Z[ helios-setup] Dec 20 21:37:02.730 INFO E| Downloading crates ...
31482024-12-20T21:37:04.680Z[ helios-setup] Dec 20 21:37:02.800 INFO E| Downloaded bitflags v2.3.3
31492024-12-20T21:37:04.685Z[ helios-setup] Dec 20 21:37:02.805 INFO E| Downloaded block-buffer v0.9.0
31502024-12-20T21:37:04.687Z[ helios-setup] Dec 20 21:37:02.806 INFO E| Downloaded md-5 v0.9.1
31512024-12-20T21:37:04.691Z[ helios-setup] Dec 20 21:37:02.809 INFO E| Downloaded digest v0.9.0
31522024-12-20T21:37:04.693Z[ helios-setup] Dec 20 21:37:02.811 INFO E| Downloaded cpufeatures v0.2.9
31532024-12-20T21:37:04.693Z[ helios-setup] Dec 20 21:37:02.813 INFO E| Downloaded getrandom v0.2.10
31542024-12-20T21:37:04.698Z[ helios-setup] Dec 20 21:37:02.818 INFO E| Downloaded libdevinfo-sys v1.0.0
31552024-12-20T21:37:04.713Z[ helios-setup] Dec 20 21:37:02.833 INFO E| Downloaded fastrand v2.0.0
31562024-12-20T21:37:04.718Z[ helios-setup] Dec 20 21:37:02.839 INFO E| Downloaded sha-1 v0.9.8
31572024-12-20T21:37:04.721Z[ helios-setup] Dec 20 21:37:02.841 INFO E| Downloaded serde_derive v1.0.193
31582024-12-20T21:37:04.727Z[ helios-setup] Dec 20 21:37:02.847 INFO E| Downloaded quote v1.0.31
31592024-12-20T21:37:04.731Z[ helios-setup] Dec 20 21:37:02.852 INFO E| Downloaded unicode-ident v1.0.11
31602024-12-20T21:37:04.735Z[ helios-setup] Dec 20 21:37:02.855 INFO E| Downloaded once_cell v1.18.0
31612024-12-20T21:37:04.739Z[ helios-setup] Dec 20 21:37:02.860 INFO E| Downloaded uuid v0.8.2
31622024-12-20T21:37:04.744Z[ helios-setup] Dec 20 21:37:02.865 INFO E| Downloaded anyhow v1.0.72
31632024-12-20T21:37:04.750Z[ helios-setup] Dec 20 21:37:02.870 INFO E| Downloaded proc-macro2 v1.0.66
31642024-12-20T21:37:04.754Z[ helios-setup] Dec 20 21:37:02.875 INFO E| Downloaded serde v1.0.193
31652024-12-20T21:37:04.760Z[ helios-setup] Dec 20 21:37:02.880 INFO E| Downloaded tempfile v3.7.0
31662024-12-20T21:37:04.767Z[ helios-setup] Dec 20 21:37:02.887 INFO E| Downloaded serde_json v1.0.103
31672024-12-20T21:37:04.813Z[ helios-setup] Dec 20 21:37:02.933 INFO E| Downloaded syn v2.0.32
31682024-12-20T21:37:04.860Z[ helios-setup] Dec 20 21:37:02.980 INFO E| Downloaded rustix v0.38.4
31692024-12-20T21:37:05.012Z[ helios-setup] Dec 20 21:37:03.132 INFO E| Downloaded libc v0.2.147
31702024-12-20T21:37:05.187Z[ helios-setup] Dec 20 21:37:03.307 INFO E| Compiling libc v0.2.147
31712024-12-20T21:37:05.187Z[ helios-setup] Dec 20 21:37:03.307 INFO E| Compiling proc-macro2 v1.0.66
31722024-12-20T21:37:05.194Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling cfg-if v1.0.0
31732024-12-20T21:37:05.194Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling unicode-ident v1.0.11
31742024-12-20T21:37:05.194Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling version_check v0.9.4
31752024-12-20T21:37:05.194Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling typenum v1.16.0
31762024-12-20T21:37:05.194Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling serde v1.0.193
31772024-12-20T21:37:05.195Z[ helios-setup] Dec 20 21:37:03.308 INFO E| Compiling time-core v0.1.2
31782024-12-20T21:37:05.308Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31792024-12-20T21:37:06.015Z[ helios-setup] Dec 20 21:37:04.135 INFO E| Compiling slog v2.7.0
31802024-12-20T21:37:06.015Z[ helios-setup] Dec 20 21:37:04.135 INFO E| Compiling powerfmt v0.2.0
31812024-12-20T21:37:06.188Z[ helios-setup] Dec 20 21:37:04.308 INFO E| Compiling itoa v1.0.9
31822024-12-20T21:37:06.497Z[ helios-setup] Dec 20 21:37:04.617 INFO E| Compiling rustix v0.38.4
31832024-12-20T21:37:06.639Z[ helios-setup] Dec 20 21:37:04.759 INFO E| Compiling num-conv v0.1.0
31842024-12-20T21:37:06.879Z[ helios-setup] Dec 20 21:37:04.999 INFO E| Compiling deranged v0.3.11
31852024-12-20T21:37:06.994Z[ helios-setup] Dec 20 21:37:05.113 INFO E| Compiling once_cell v1.18.0
31862024-12-20T21:37:07.127Z[ helios-setup] Dec 20 21:37:05.247 INFO E| Compiling time-macros v0.2.18
31872024-12-20T21:37:07.444Z[ helios-setup] Dec 20 21:37:05.563 INFO E| Compiling generic-array v0.14.7
31882024-12-20T21:37:07.691Z[ helios-setup] Dec 20 21:37:05.811 INFO E| Compiling bitflags v2.3.3
31892024-12-20T21:37:07.869Z[ helios-setup] Dec 20 21:37:05.989 INFO E| Compiling quote v1.0.31
31902024-12-20T21:37:08.789Z[ helios-setup] Dec 20 21:37:06.909 INFO E| Compiling syn v2.0.32
31912024-12-20T21:37:08.898Z[ helios-setup] Dec 20 21:37:07.018 INFO E| Compiling num_threads v0.1.6
31922024-12-20T21:37:09.081Z[ helios-setup] Dec 20 21:37:07.201 INFO E| Compiling thread_local v1.1.7
31932024-12-20T21:37:09.459Z[ helios-setup] Dec 20 21:37:07.578 INFO E| Compiling opaque-debug v0.3.0
31942024-12-20T21:37:09.560Z[ helios-setup] Dec 20 21:37:07.679 INFO E| Compiling serde_json v1.0.103
31952024-12-20T21:37:09.681Z[ host-package] Compiling rustls-pemfile v1.0.4
31962024-12-20T21:37:10.248Z[ helios-setup] Dec 20 21:37:08.367 INFO E| Compiling fastrand v2.0.0
31972024-12-20T21:37:10.789Z[ helios-setup] Dec 20 21:37:08.908 INFO E| Compiling dirs-sys-next v0.1.2
31982024-12-20T21:37:10.977Z[ helios-setup] Dec 20 21:37:09.096 INFO E| Compiling errno v0.3.1
31992024-12-20T21:37:11.025Z[ helios-setup] Dec 20 21:37:09.139 INFO E| Compiling atty v0.2.14
32002024-12-20T21:37:11.323Z[ helios-setup] Dec 20 21:37:09.442 INFO E| Compiling dirs-next v2.0.0
32012024-12-20T21:37:11.379Z[ helios-setup] Dec 20 21:37:09.497 INFO E| Compiling anyhow v1.0.72
32022024-12-20T21:37:11.586Z[ helios-setup] Dec 20 21:37:09.705 INFO E| Compiling term v0.7.0
32032024-12-20T21:37:11.632Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32042024-12-20T21:37:11.720Z[ helios-setup] Dec 20 21:37:09.839 INFO E| Compiling getrandom v0.2.10
32052024-12-20T21:37:12.294Z[ helios-setup] Dec 20 21:37:10.413 INFO E| Compiling unicode-width v0.1.10
32062024-12-20T21:37:12.396Z[ helios-setup] Dec 20 21:37:10.515 INFO E| Compiling ryu v1.0.15
32072024-12-20T21:37:12.458Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32082024-12-20T21:37:12.754Z[ helios-setup] Dec 20 21:37:10.872 INFO E| Compiling same-file v1.0.6
32092024-12-20T21:37:12.831Z[ helios-setup] Dec 20 21:37:10.950 INFO E| Compiling block-buffer v0.9.0
32102024-12-20T21:37:12.952Z[ helios-setup] Dec 20 21:37:11.071 INFO E| Compiling digest v0.9.0
32112024-12-20T21:37:13.078Z[ helios-setup] Dec 20 21:37:11.196 INFO E| Compiling cpufeatures v0.2.9
32122024-12-20T21:37:13.103Z[ helios-setup] Dec 20 21:37:11.222 INFO E| Compiling time v0.3.36
32132024-12-20T21:37:13.173Z[ helios-setup] Dec 20 21:37:11.291 INFO E| Compiling walkdir v2.3.3
32142024-12-20T21:37:13.349Z[ helios-setup] Dec 20 21:37:11.467 INFO E| Compiling md-5 v0.9.1
32152024-12-20T21:37:13.491Z[ helios-setup] Dec 20 21:37:11.609 INFO E| Compiling sha-1 v0.9.8
32162024-12-20T21:37:14.137Z[ helios-setup] Dec 20 21:37:12.255 INFO E| Compiling getopts v0.2.21
32172024-12-20T21:37:14.845Z[ helios-setup] Dec 20 21:37:12.964 INFO E| Compiling tempfile v3.7.0
32182024-12-20T21:37:15.107Z[ helios-setup] Dec 20 21:37:13.225 INFO E| Compiling libdevinfo-sys v1.0.0
32192024-12-20T21:37:15.267Z[ helios-setup] Dec 20 21:37:13.385 INFO E| Compiling glob v0.3.1
32202024-12-20T21:37:16.987Z[ helios-setup] Dec 20 21:37:15.103 INFO E| Compiling slog-term v2.9.0
32212024-12-20T21:37:17.686Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222024-12-20T21:37:19.571Z[ helios-setup] Dec 20 21:37:17.688 INFO E| Compiling serde_derive v1.0.193
32232024-12-20T21:37:20.285Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32242024-12-20T21:37:22.658Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32252024-12-20T21:37:22.890Z[ host-package] Compiling signal-hook-tokio v0.3.1
32262024-12-20T21:37:23.017Z[ host-package] Compiling twox-hash v1.6.3
32272024-12-20T21:37:23.194Z[ host-package] Compiling yasna v0.5.2
32282024-12-20T21:37:24.285Z[ host-package] Compiling is_ci v1.2.0
32292024-12-20T21:37:24.624Z[ host-package] Compiling unicode-linebreak v0.1.5
32302024-12-20T21:37:25.379Z[ host-package] Compiling smawk v0.3.2
32312024-12-20T21:37:25.763Z[ host-package] Compiling textwrap v0.16.1
32322024-12-20T21:37:26.845Z[ host-package] Compiling rcgen v0.12.1
32332024-12-20T21:37:26.912Z[ host-package] Compiling supports-color v3.0.1
32342024-12-20T21:37:28.489Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32352024-12-20T21:37:29.599Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362024-12-20T21:37:34.264Z[ helios-setup] Dec 20 21:37:32.378 INFO E| Compiling toml v0.5.11
32372024-12-20T21:37:34.264Z[ helios-setup] Dec 20 21:37:32.378 INFO E| Compiling uuid v0.8.2
32382024-12-20T21:37:36.518Z[ helios-setup] Dec 20 21:37:34.632 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32392024-12-20T21:37:39.984Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32402024-12-20T21:37:40.277Z[ helios-setup] Dec 20 21:37:38.390 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32412024-12-20T21:37:41.258Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422024-12-20T21:37:44.574Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432024-12-20T21:37:53.031Z[ helios-setup] Dec 20 21:37:51.141 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
32442024-12-20T21:37:53.072Z[ helios-setup] Dec 20 21:37:51.182 INFO building project "image-builder" ok (63 seconds)
32452024-12-20T21:37:53.074Z[ helios-setup] Dec 20 21:37:51.182 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32462024-12-20T21:37:53.074Z[ helios-setup] Dec 20 21:37:51.182 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32472024-12-20T21:37:53.082Z[ helios-setup] Dec 20 21:37:51.192 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32482024-12-20T21:37:53.530Z[ helios-setup] Dec 20 21:37:51.640 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32492024-12-20T21:37:53.530Z[ helios-setup] Dec 20 21:37:51.640 INFO E| info: downloading component 'cargo'
32502024-12-20T21:37:54.881Z[ helios-setup] Dec 20 21:37:52.990 INFO E| info: downloading component 'clippy'
32512024-12-20T21:37:55.154Z[ helios-setup] Dec 20 21:37:53.263 INFO E| info: downloading component 'rust-docs'
32522024-12-20T21:37:56.364Z[ helios-setup] Dec 20 21:37:54.473 INFO E| info: downloading component 'rust-src'
32532024-12-20T21:37:56.559Z[ helios-setup] Dec 20 21:37:54.669 INFO E| info: downloading component 'rust-std'
32542024-12-20T21:37:58.643Z[ helios-setup] Dec 20 21:37:56.752 INFO E| info: downloading component 'rustc'
32552024-12-20T21:38:02.583Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562024-12-20T21:38:04.317Z[ helios-setup] Dec 20 21:38:02.352 INFO E| info: downloading component 'rustfmt'
32572024-12-20T21:38:04.709Z[ helios-setup] Dec 20 21:38:02.731 INFO E| info: installing component 'cargo'
32582024-12-20T21:38:05.869Z[ helios-setup] Dec 20 21:38:03.976 INFO E| info: installing component 'clippy'
32592024-12-20T21:38:06.345Z[ helios-setup] Dec 20 21:38:04.452 INFO E| info: installing component 'rust-docs'
32602024-12-20T21:38:07.730Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32612024-12-20T21:38:13.141Z[ helios-setup] Dec 20 21:38:11.246 INFO E| info: installing component 'rust-src'
32622024-12-20T21:38:13.645Z[ helios-setup] Dec 20 21:38:11.751 INFO E| info: installing component 'rust-std'
32632024-12-20T21:38:16.107Z[ helios-setup] Dec 20 21:38:14.212 INFO E| info: installing component 'rustc'
32642024-12-20T21:38:21.407Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32652024-12-20T21:38:22.197Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32662024-12-20T21:38:22.298Z[ helios-setup] Dec 20 21:38:20.401 INFO E| info: installing component 'rustfmt'
32672024-12-20T21:38:23.126Z[ helios-setup] Dec 20 21:38:21.228 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32682024-12-20T21:38:23.751Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32692024-12-20T21:38:23.886Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32702024-12-20T21:38:24.072Z[ helios-setup] Dec 20 21:38:22.175 INFO E| From https://github.com/oxidecomputer/amd-apcb
32712024-12-20T21:38:24.072Z[ helios-setup] Dec 20 21:38:22.175 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32722024-12-20T21:38:24.075Z[ helios-setup] Dec 20 21:38:22.175 INFO E| * [new tag] v0.4.3 -> v0.4.3
32732024-12-20T21:38:24.085Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32742024-12-20T21:38:24.104Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.3 -> v0.1.3
32752024-12-20T21:38:24.104Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.4 -> v0.1.4
32762024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.1.5 -> v0.1.5
32772024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.2.0 -> v0.2.0
32782024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.0 -> v0.3.0
32792024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.1 -> v0.3.1
32802024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.207 INFO E| * [new tag] v0.3.2 -> v0.3.2
32812024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.3.3 -> v0.3.3
32822024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.0 -> v0.4.0
32832024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.1 -> v0.4.1
32842024-12-20T21:38:24.108Z[ helios-setup] Dec 20 21:38:22.208 INFO E| * [new tag] v0.4.2 -> v0.4.2
32852024-12-20T21:38:24.144Z[ helios-setup] Dec 20 21:38:22.247 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32862024-12-20T21:38:25.086Z[ helios-setup] Dec 20 21:38:23.189 INFO E| From https://github.com/oxidecomputer/amd-efs
32872024-12-20T21:38:25.086Z[ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] empty -> origin/empty
32882024-12-20T21:38:25.086Z[ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] issue-99 -> origin/issue-99
32892024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] main -> origin/main
32902024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.189 INFO E| * [new branch] review -> origin/review
32912024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.189 INFO E| * [new ref] -> origin/HEAD
32922024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.0 -> v0.2.0
32932024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.1 -> v0.2.1
32942024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.2 -> v0.2.2
32952024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.3 -> v0.2.3
32962024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.4 -> v0.2.4
32972024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.190 INFO E| * [new tag] v0.2.5 -> v0.2.5
32982024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.2.6 -> v0.2.6
32992024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.2.7 -> v0.2.7
33002024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.3.0 -> v0.3.0
33012024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.3.1 -> v0.3.1
33022024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.0 -> v0.4.0
33032024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.1 -> v0.4.1
33042024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.2 -> v0.4.2
33052024-12-20T21:38:25.089Z[ helios-setup] Dec 20 21:38:23.191 INFO E| * [new tag] v0.4.3 -> v0.4.3
33062024-12-20T21:38:25.113Z[ helios-setup] Dec 20 21:38:23.215 INFO E| Updating crates.io index
33072024-12-20T21:38:25.506Z[ helios-setup] Dec 20 21:38:23.609 INFO E| Downloading crates ...
33082024-12-20T21:38:25.690Z[ helios-setup] Dec 20 21:38:23.793 INFO E| Downloaded unic-ucd-version v0.9.0
33092024-12-20T21:38:25.692Z[ helios-setup] Dec 20 21:38:23.795 INFO E| Downloaded unic-common v0.9.0
33102024-12-20T21:38:25.695Z[ helios-setup] Dec 20 21:38:23.796 INFO E| Downloaded strum v0.23.0
33112024-12-20T21:38:25.695Z[ helios-setup] Dec 20 21:38:23.798 INFO E| Downloaded scroll_derive v0.10.5
33122024-12-20T21:38:25.697Z[ helios-setup] Dec 20 21:38:23.799 INFO E| Downloaded memoffset v0.5.6
33132024-12-20T21:38:25.700Z[ helios-setup] Dec 20 21:38:23.801 INFO E| Downloaded four-cc v0.3.0
33142024-12-20T21:38:25.702Z[ helios-setup] Dec 20 21:38:23.803 INFO E| Downloaded unic-char-property v0.9.0
33152024-12-20T21:38:25.704Z[ helios-setup] Dec 20 21:38:23.805 INFO E| Downloaded fletcher v0.1.0
33162024-12-20T21:38:25.704Z[ helios-setup] Dec 20 21:38:23.807 INFO E| Downloaded cfg-if v0.1.10
33172024-12-20T21:38:25.706Z[ helios-setup] Dec 20 21:38:23.808 INFO E| Downloaded bytesize v1.3.0
33182024-12-20T21:38:25.730Z[ helios-setup] Dec 20 21:38:23.833 INFO E| Downloaded vec_map v0.8.2
33192024-12-20T21:38:25.733Z[ helios-setup] Dec 20 21:38:23.835 INFO E| Downloaded unic-char-range v0.9.0
33202024-12-20T21:38:25.735Z[ helios-setup] Dec 20 21:38:23.837 INFO E| Downloaded thiserror v1.0.64
33212024-12-20T21:38:25.742Z[ helios-setup] Dec 20 21:38:23.845 INFO E| Downloaded unic-ucd-ident v0.9.0
33222024-12-20T21:38:25.744Z[ helios-setup] Dec 20 21:38:23.848 INFO E| Downloaded strsim v0.8.0
33232024-12-20T21:38:25.747Z[ helios-setup] Dec 20 21:38:23.849 INFO E| Downloaded rustc_version v0.2.3
33242024-12-20T21:38:25.749Z[ helios-setup] Dec 20 21:38:23.851 INFO E| Downloaded pre-proc-macro v0.2.1
33252024-12-20T21:38:25.751Z[ helios-setup] Dec 20 21:38:23.854 INFO E| Downloaded scroll v0.10.2
33262024-12-20T21:38:25.755Z[ helios-setup] Dec 20 21:38:23.857 INFO E| Downloaded serde_derive v1.0.210
33272024-12-20T21:38:25.764Z[ helios-setup] Dec 20 21:38:23.861 INFO E| Downloaded modular-bitfield v0.11.2
33282024-12-20T21:38:25.775Z[ helios-setup] Dec 20 21:38:23.878 INFO E| Downloaded structopt v0.3.26
33292024-12-20T21:38:25.786Z[ helios-setup] Dec 20 21:38:23.889 INFO E| Downloaded pest_meta v2.7.13
33302024-12-20T21:38:25.789Z[ helios-setup] Dec 20 21:38:23.892 INFO E| Downloaded parse_int v0.6.0
33312024-12-20T21:38:25.792Z[ helios-setup] Dec 20 21:38:23.893 INFO E| Downloaded once_cell v1.20.1
33322024-12-20T21:38:25.795Z[ helios-setup] Dec 20 21:38:23.898 INFO E| Downloaded thiserror-impl v1.0.64
33332024-12-20T21:38:25.797Z[ helios-setup] Dec 20 21:38:23.900 INFO E| Downloaded serde v1.0.210
33342024-12-20T21:38:25.802Z[ helios-setup] Dec 20 21:38:23.905 INFO E| Downloaded ansi_term v0.12.1
33352024-12-20T21:38:25.805Z[ helios-setup] Dec 20 21:38:23.908 INFO E| Downloaded pest_derive v2.7.13
33362024-12-20T21:38:25.808Z[ helios-setup] Dec 20 21:38:23.911 INFO E| Downloaded modular-bitfield-impl v0.11.2
33372024-12-20T21:38:25.810Z[ helios-setup] Dec 20 21:38:23.913 INFO E| Downloaded textwrap v0.11.0
33382024-12-20T21:38:25.814Z[ helios-setup] Dec 20 21:38:23.917 INFO E| Downloaded strum_macros v0.23.1
33392024-12-20T21:38:25.816Z[ helios-setup] Dec 20 21:38:23.919 INFO E| Downloaded structopt-derive v0.4.18
33402024-12-20T21:38:25.819Z[ helios-setup] Dec 20 21:38:23.921 INFO E| Downloaded semver-parser v0.7.0
33412024-12-20T21:38:25.821Z[ helios-setup] Dec 20 21:38:23.922 INFO E| Downloaded semver v0.9.0
33422024-12-20T21:38:25.823Z[ helios-setup] Dec 20 21:38:23.925 INFO E| Downloaded proc-macro-crate v0.1.5
33432024-12-20T21:38:25.826Z[ helios-setup] Dec 20 21:38:23.927 INFO E| Downloaded pest v2.7.13
33442024-12-20T21:38:25.831Z[ helios-setup] Dec 20 21:38:23.934 INFO E| Downloaded goblin v0.4.3
33452024-12-20T21:38:25.839Z[ helios-setup] Dec 20 21:38:23.942 INFO E| Downloaded clap v2.34.0
33462024-12-20T21:38:25.850Z[ helios-setup] Dec 20 21:38:23.953 INFO E| Downloaded syn v2.0.79
33472024-12-20T21:38:25.867Z[ helios-setup] Dec 20 21:38:23.970 INFO E| Downloaded serde_json v1.0.128
33482024-12-20T21:38:25.879Z[ helios-setup] Dec 20 21:38:23.982 INFO E| Downloaded pre v0.2.1
33492024-12-20T21:38:25.881Z[ helios-setup] Dec 20 21:38:23.983 INFO E| Downloaded pest_generator v2.7.13
33502024-12-20T21:38:25.909Z[ helios-setup] Dec 20 21:38:24.012 INFO E| Downloaded libc v0.2.159
33512024-12-20T21:38:26.054Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling proc-macro2 v1.0.86
33522024-12-20T21:38:26.054Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling unicode-ident v1.0.13
33532024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling syn v1.0.109
33542024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling version_check v0.9.5
33552024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling memchr v2.7.4
33562024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling semver-parser v0.7.0
33572024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling thiserror v1.0.64
33582024-12-20T21:38:26.057Z[ helios-setup] Dec 20 21:38:24.157 INFO E| Compiling autocfg v1.4.0
33592024-12-20T21:38:26.571Z[ helios-setup] Dec 20 21:38:24.673 INFO E| Compiling semver v0.9.0
33602024-12-20T21:38:27.198Z[ helios-setup] Dec 20 21:38:25.300 INFO E| Compiling serde v1.0.210
33612024-12-20T21:38:27.289Z[ helios-setup] Dec 20 21:38:25.391 INFO E| Compiling proc-macro-error-attr v1.0.4
33622024-12-20T21:38:27.614Z[ helios-setup] Dec 20 21:38:25.715 INFO E| Compiling rustc_version v0.2.3
33632024-12-20T21:38:27.697Z[ helios-setup] Dec 20 21:38:25.798 INFO E| Compiling proc-macro-error v1.0.4
33642024-12-20T21:38:28.084Z[ helios-setup] Dec 20 21:38:26.187 INFO E| Compiling serde_json v1.0.128
33652024-12-20T21:38:28.129Z[ helios-setup] Dec 20 21:38:26.231 INFO E| Compiling num-traits v0.2.19
33662024-12-20T21:38:28.460Z[ helios-setup] Dec 20 21:38:26.562 INFO E| Compiling schemars v0.8.21
33672024-12-20T21:38:28.668Z[ helios-setup] Dec 20 21:38:26.770 INFO E| Compiling itoa v1.0.11
33682024-12-20T21:38:28.670Z[ helios-setup] Dec 20 21:38:26.770 INFO E| Compiling ryu v1.0.18
33692024-12-20T21:38:28.870Z[ helios-setup] Dec 20 21:38:26.972 INFO E| Compiling unicode-segmentation v1.12.0
33702024-12-20T21:38:29.126Z[ helios-setup] Dec 20 21:38:27.228 INFO E| Compiling quote v1.0.37
33712024-12-20T21:38:29.300Z[ helios-setup] Dec 20 21:38:27.402 INFO E| Compiling pre-proc-macro v0.2.1
33722024-12-20T21:38:29.417Z[ helios-setup] Dec 20 21:38:27.519 INFO E| Compiling memoffset v0.5.6
33732024-12-20T21:38:29.454Z[ helios-setup] Dec 20 21:38:27.556 INFO E| Compiling ucd-trie v0.1.7
33742024-12-20T21:38:30.203Z[ helios-setup] Dec 20 21:38:28.304 INFO E| Compiling syn v2.0.79
33752024-12-20T21:38:30.350Z[ helios-setup] Dec 20 21:38:28.452 INFO E| Compiling paste v1.0.15
33762024-12-20T21:38:30.425Z[ helios-setup] Dec 20 21:38:28.527 INFO E| Compiling lazy_static v1.5.0
33772024-12-20T21:38:30.792Z[ helios-setup] Dec 20 21:38:28.889 INFO E| Compiling heck v0.3.3
33782024-12-20T21:38:31.147Z[ helios-setup] Dec 20 21:38:29.249 INFO E| Compiling libc v0.2.159
33792024-12-20T21:38:31.169Z[ helios-setup] Dec 20 21:38:29.271 INFO E| Compiling rustversion v1.0.17
33802024-12-20T21:38:31.321Z[ helios-setup] Dec 20 21:38:29.423 INFO E| Compiling dyn-clone v1.0.17
33812024-12-20T21:38:31.750Z[ helios-setup] Dec 20 21:38:29.852 INFO E| Compiling pre v0.2.1
33822024-12-20T21:38:32.366Z[ helios-setup] Dec 20 21:38:30.467 INFO E| Compiling once_cell v1.20.1
33832024-12-20T21:38:32.541Z[ helios-setup] Dec 20 21:38:30.642 INFO E| Compiling byteorder v1.5.0
33842024-12-20T21:38:32.569Z[ helios-setup] Dec 20 21:38:30.670 INFO E| Compiling cfg-if v0.1.10
33852024-12-20T21:38:32.680Z[ helios-setup] Dec 20 21:38:30.781 INFO E| Compiling static_assertions v1.1.0
33862024-12-20T21:38:33.523Z[ helios-setup] Dec 20 21:38:31.624 INFO E| Compiling unicode-width v0.1.14
33872024-12-20T21:38:33.944Z[ host-package] Compiling fatfs v0.3.6
33882024-12-20T21:38:34.552Z[ helios-setup] Dec 20 21:38:32.653 INFO E| Compiling atty v0.2.14
33892024-12-20T21:38:34.758Z[ helios-setup] Dec 20 21:38:32.859 INFO E| Compiling textwrap v0.11.0
33902024-12-20T21:38:34.834Z[ helios-setup] Dec 20 21:38:32.935 INFO E| Compiling bitflags v1.3.2
33912024-12-20T21:38:35.059Z[ helios-setup] Dec 20 21:38:33.160 INFO E| Compiling unic-common v0.9.0
33922024-12-20T21:38:35.602Z[ helios-setup] Dec 20 21:38:33.703 INFO E| Compiling strum v0.23.0
33932024-12-20T21:38:35.753Z[ helios-setup] Dec 20 21:38:33.853 INFO E| Compiling fletcher v0.1.0
33942024-12-20T21:38:35.853Z[ helios-setup] Dec 20 21:38:33.954 INFO E| Compiling vec_map v0.8.2
33952024-12-20T21:38:35.960Z[ helios-setup] Dec 20 21:38:34.061 INFO E| Compiling parse_int v0.6.0
33962024-12-20T21:38:36.045Z[ helios-setup] Dec 20 21:38:34.146 INFO E| Compiling strsim v0.8.0
33972024-12-20T21:38:36.064Z[ helios-setup] Dec 20 21:38:34.164 INFO E| Compiling ansi_term v0.12.1
33982024-12-20T21:38:36.164Z[ helios-setup] Dec 20 21:38:34.264 INFO E| Compiling unic-char-range v0.9.0
33992024-12-20T21:38:36.416Z[ helios-setup] Dec 20 21:38:34.516 INFO E| Compiling unic-char-property v0.9.0
34002024-12-20T21:38:36.496Z[ helios-setup] Dec 20 21:38:34.596 INFO E| Compiling unic-ucd-version v0.9.0
34012024-12-20T21:38:36.574Z[ helios-setup] Dec 20 21:38:34.674 INFO E| Compiling plain v0.2.3
34022024-12-20T21:38:36.645Z[ helios-setup] Dec 20 21:38:34.745 INFO E| Compiling clap v2.34.0
34032024-12-20T21:38:36.717Z[ helios-setup] Dec 20 21:38:34.817 INFO E| Compiling log v0.4.22
34042024-12-20T21:38:36.911Z[ helios-setup] Dec 20 21:38:35.011 INFO E| Compiling unic-ucd-ident v0.9.0
34052024-12-20T21:38:37.368Z[ helios-setup] Dec 20 21:38:35.468 INFO E| Compiling bytesize v1.3.0
34062024-12-20T21:38:37.754Z[ host-package] Compiling rtoolbox v0.0.2
34072024-12-20T21:38:38.626Z[ host-package] Compiling subprocess v0.2.9
34082024-12-20T21:38:39.214Z[ host-package] Compiling assert_matches v1.5.0
34092024-12-20T21:38:39.242Z[ helios-setup] Dec 20 21:38:37.342 INFO E| Compiling serde_derive_internals v0.29.1
34102024-12-20T21:38:41.254Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34112024-12-20T21:38:41.532Z[ helios-setup] Dec 20 21:38:39.632 INFO E| Compiling toml v0.5.11
34122024-12-20T21:38:43.435Z[ host-package] Compiling rpassword v7.3.1
34132024-12-20T21:38:44.278Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34142024-12-20T21:38:45.080Z[ helios-setup] Dec 20 21:38:43.179 INFO E| Compiling proc-macro-crate v0.1.5
34152024-12-20T21:38:45.500Z[ helios-setup] Dec 20 21:38:43.598 INFO E| Compiling thiserror-impl v1.0.64
34162024-12-20T21:38:45.885Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34172024-12-20T21:38:46.026Z[ helios-setup] Dec 20 21:38:44.124 INFO E| Compiling serde_derive v1.0.210
34182024-12-20T21:38:46.104Z[ helios-setup] Dec 20 21:38:44.202 INFO E| Compiling schemars_derive v0.8.21
34192024-12-20T21:38:46.679Z[ helios-setup] Dec 20 21:38:44.777 INFO E| Compiling zerocopy-derive v0.6.6
34202024-12-20T21:38:47.136Z[ helios-setup] Dec 20 21:38:45.234 INFO E| Compiling num-derive v0.4.2
34212024-12-20T21:38:50.650Z[ helios-setup] Dec 20 21:38:48.747 INFO E| Compiling zerocopy v0.6.6
34222024-12-20T21:38:51.038Z[ helios-setup] Dec 20 21:38:49.135 INFO E| Compiling pest v2.7.13
34232024-12-20T21:38:51.219Z[ helios-setup] Dec 20 21:38:49.316 INFO E| Compiling modular-bitfield-impl v0.11.2
34242024-12-20T21:38:51.782Z[ helios-setup] Dec 20 21:38:49.879 INFO E| Compiling scroll_derive v0.10.5
34252024-12-20T21:38:52.258Z[ helios-setup] Dec 20 21:38:50.355 INFO E| Compiling strum_macros v0.23.1
34262024-12-20T21:38:52.577Z[ helios-setup] Dec 20 21:38:50.674 INFO E| Compiling structopt-derive v0.4.18
34272024-12-20T21:38:54.755Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34282024-12-20T21:38:55.212Z[ helios-setup] Dec 20 21:38:53.309 INFO E| Compiling scroll v0.10.2
34292024-12-20T21:38:56.554Z[ host-package] Compiling tui-tree-widget v0.22.0
34302024-12-20T21:38:56.859Z[ helios-setup] Dec 20 21:38:54.917 INFO E| Compiling pest_meta v2.7.13
34312024-12-20T21:38:57.474Z[ helios-setup] Dec 20 21:38:55.570 INFO E| Compiling modular-bitfield v0.11.2
34322024-12-20T21:38:57.605Z[ helios-setup] Dec 20 21:38:55.701 INFO E| Compiling goblin v0.4.3
34332024-12-20T21:38:57.922Z[ helios-setup] Dec 20 21:38:56.018 INFO E| Compiling structopt v0.3.26
34342024-12-20T21:38:58.049Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352024-12-20T21:38:58.958Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34362024-12-20T21:38:59.326Z[ helios-setup] Dec 20 21:38:57.422 INFO E| Compiling pest_generator v2.7.13
34372024-12-20T21:38:59.329Z[ host-package] Compiling uzers v0.12.1
34382024-12-20T21:39:04.234Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34392024-12-20T21:39:04.561Z[ helios-setup] Dec 20 21:39:02.656 INFO E| Compiling pest_derive v2.7.13
34402024-12-20T21:39:09.801Z[ helios-setup] Dec 20 21:39:07.894 INFO E| Compiling json5 v0.4.1
34412024-12-20T21:39:15.242Z[ helios-setup] Dec 20 21:39:13.334 INFO E| Compiling four-cc v0.3.0
34422024-12-20T21:39:15.242Z[ helios-setup] Dec 20 21:39:13.334 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34432024-12-20T21:39:15.469Z[ helios-setup] Dec 20 21:39:13.559 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34442024-12-20T21:39:16.812Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34452024-12-20T21:39:19.759Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34462024-12-20T21:39:47.696Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34472024-12-20T21:39:56.705Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34482024-12-20T21:39:59.512Z[ helios-setup] Dec 20 21:39:57.594 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34492024-12-20T21:39:59.935Z[ host-package] Compiling multimap v0.10.0
34502024-12-20T21:40:18.506Z[ helios-setup] Dec 20 21:40:16.538 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34512024-12-20T21:41:14.731Z[ helios-setup] Dec 20 21:41:12.798 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 51s
34522024-12-20T21:41:14.768Z[ helios-setup] Dec 20 21:41:12.835 INFO building project "amd-host-image-builder" ok (201 seconds)
34532024-12-20T21:41:14.771Z[ helios-setup] rm -f helios-build
34542024-12-20T21:41:14.773Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34552024-12-20T21:41:14.777Z[ helios-setup]
34562024-12-20T21:41:14.779Z[ helios-setup] Setup complete! ./helios-build is now available.
34572024-12-20T21:41:14.781Z[ helios-setup]
34582024-12-20T21:41:14.781Z[ helios-setup]
34592024-12-20T21:41:14.782Z[ helios-setup] real 12:26.033475250
34602024-12-20T21:41:14.782Z[ helios-setup] user 28:54.474820573
34612024-12-20T21:41:14.782Z[ helios-setup] sys 3:35.522522169
34622024-12-20T21:41:14.782Z[ helios-setup] trap 1.618239949
34632024-12-20T21:41:14.782Z[ helios-setup] tflt 6.143621842
34642024-12-20T21:41:14.782Z[ helios-setup] dflt 40.996510058
34652024-12-20T21:41:14.782Z[ helios-setup] kflt 0.010159484
34662024-12-20T21:41:14.782Z[ helios-setup] lock 2:09:22.138541191
34672024-12-20T21:41:14.782Z[ helios-setup] slp 3:48:07.166027284
34682024-12-20T21:41:14.782Z[ helios-setup] lat 33:14.517195072
34692024-12-20T21:41:14.782Z[ helios-setup] stop 4:31.525296308
34702024-12-20T21:41:14.784ZDec 20 21:41:12.848 INFO [helios-setup] process exited with exit status: 0 (746.039427872s)
34712024-12-20T21:41:14.784ZDec 20 21:41:12.848 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34722024-12-20T21:41:14.825Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34732024-12-20T21:41:15.207Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34742024-12-20T21:41:15.207Z[ phbl-toolchain] info: downloading component 'cargo'
34752024-12-20T21:41:17.246Z[ phbl-toolchain] info: downloading component 'clippy'
34762024-12-20T21:41:17.586Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34772024-12-20T21:41:22.482Z[ phbl-toolchain] info: downloading component 'miri'
34782024-12-20T21:41:22.668Z[ phbl-toolchain] info: downloading component 'rust-docs'
34792024-12-20T21:41:24.023Z[ phbl-toolchain] info: downloading component 'rust-src'
34802024-12-20T21:41:24.261Z[ phbl-toolchain] info: downloading component 'rust-std'
34812024-12-20T21:41:26.307Z[ phbl-toolchain] info: downloading component 'rustc'
34822024-12-20T21:41:36.257Z[ phbl-toolchain] info: downloading component 'rustfmt'
34832024-12-20T21:41:36.512Z[ phbl-toolchain] info: installing component 'cargo'
34842024-12-20T21:41:37.785Z[ phbl-toolchain] info: installing component 'clippy'
34852024-12-20T21:41:38.243Z[ phbl-toolchain] info: installing component 'llvm-tools'
34862024-12-20T21:41:43.969Z[ phbl-toolchain] info: installing component 'miri'
34872024-12-20T21:41:44.279Z[ phbl-toolchain] info: installing component 'rust-docs'
34882024-12-20T21:41:52.711Z[ phbl-toolchain] info: installing component 'rust-src'
34892024-12-20T21:41:53.420Z[ phbl-toolchain] info: installing component 'rust-std'
34902024-12-20T21:41:55.922Z[ phbl-toolchain] info: installing component 'rustc'
34912024-12-20T21:42:04.794Z[ phbl-toolchain] info: installing component 'rustfmt'
34922024-12-20T21:42:05.567Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34932024-12-20T21:42:05.570ZDec 20 21:42:03.624 INFO [phbl-toolchain] process exited with exit status: 0 (50.775551874s)
34942024-12-20T21:42:35.500Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34952024-12-20T21:42:39.278Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962024-12-20T21:49:20.602Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 40s
34972024-12-20T21:50:28.054ZDec 20 21:50:26.000 INFO [host-package] process exited with exit status: 0 (1248.549073217s)
34982024-12-20T21:50:28.057ZDec 20 21:50:26.000 INFO [host-stamp] running task
34992024-12-20T21:50:28.057ZDec 20 21:50:26.001 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35002024-12-20T21:50:28.064ZDec 20 21:50:26.010 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+git5ecbe5f8c69
35012024-12-20T21:50:28.071ZDec 20 21:50:26.017 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+git5ecbe5f8c69
35022024-12-20T21:50:28.077Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35032024-12-20T21:50:28.079ZDec 20 21:50:26.025 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+git5ecbe5f8c69
35042024-12-20T21:50:28.087Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-20T21:50:28.089ZDec 20 21:50:26.036 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+git5ecbe5f8c69
35062024-12-20T21:50:28.096Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35072024-12-20T21:50:28.099Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-20T21:50:28.099Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-20T21:50:28.099ZDec 20 21:50:26.045 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+git5ecbe5f8c69
35102024-12-20T21:50:28.110Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-20T21:50:28.110ZDec 20 21:50:26.056 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+git5ecbe5f8c69
35122024-12-20T21:50:28.127Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-20T21:50:28.127ZDec 20 21:50:26.071 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+git5ecbe5f8c69
35142024-12-20T21:50:28.140Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35152024-12-20T21:50:28.143Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-20T21:50:28.143ZDec 20 21:50:26.087 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+git5ecbe5f8c69
35172024-12-20T21:50:28.181Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-20T21:50:28.184ZDec 20 21:50:26.103 INFO [stamp-overlay] process exited with exit status: 0 (86.339574ms)
35192024-12-20T21:50:28.184ZDec 20 21:50:26.103 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (47.571564ms)
35202024-12-20T21:50:28.184Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35212024-12-20T21:50:28.184ZDec 20 21:50:26.116 INFO [stamp-oxlog] process exited with exit status: 0 (44.191637ms)
35222024-12-20T21:50:28.184Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35232024-12-20T21:50:28.251Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35242024-12-20T21:50:28.255ZDec 20 21:50:26.201 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.515706ms)
35252024-12-20T21:50:28.314Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35262024-12-20T21:50:28.317ZDec 20 21:50:26.263 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.90742ms)
35272024-12-20T21:50:28.495Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35282024-12-20T21:50:28.498ZDec 20 21:50:26.444 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (408.076449ms)
35292024-12-20T21:50:29.315Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35302024-12-20T21:50:29.380Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35312024-12-20T21:50:29.384ZDec 20 21:50:27.329 INFO [stamp-propolis-server] process exited with exit status: 0 (1.284370728s)
35322024-12-20T21:50:31.614Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35332024-12-20T21:50:39.050Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35342024-12-20T21:50:39.104ZDec 20 21:50:36.950 INFO [stamp-switch-asic] process exited with exit status: 0 (10.939544179s)
35352024-12-20T21:50:39.104ZDec 20 21:50:36.950 INFO [host-stamp] task succeeded (10.949810127s)
35362024-12-20T21:50:39.104ZDec 20 21:50:36.950 INFO [host-proto] running task
35372024-12-20T21:50:39.451ZDec 20 21:50:37.371 INFO [host-proto] task succeeded (420.969452ms)
35382024-12-20T21:50:39.451ZDec 20 21:50:37.371 INFO [host-profile] running task
35392024-12-20T21:50:39.465ZDec 20 21:50:37.371 INFO [host-profile] task succeeded (355.6µs)
35402024-12-20T21:50:39.465ZDec 20 21:50:37.372 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/.tmpUUBaUa/proto/host/root -N 'ci 5ecbe5f/${os_short_commit} 2024-12-20 21:28' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35412024-12-20T21:50:39.465Z[ host-image] Dec 20 21:50:37.391 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35422024-12-20T21:50:39.465Z[ host-image] Dec 20 21:50:37.391 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35432024-12-20T21:50:39.468Z[ host-image] Dec 20 21:50:37.406 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUUBaUa/proto/host/root"
35442024-12-20T21:50:39.468Z[ host-image] Dec 20 21:50:37.406 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35452024-12-20T21:50:39.468Z[ host-image] Dec 20 21:50:37.406 INFO image builder template: ramdisk-01-os...
35462024-12-20T21:50:39.468Z[ host-image] Dec 20 21:50:37.406 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/.tmpUUBaUa/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
35472024-12-20T21:50:39.487Z[ host-image] Dec 20 21:50:37.427 INFO O| Dec 20 21:50:37.427 INFO CREATE DATASET: rpool/images/build/host/output
35482024-12-20T21:50:39.644Z[ host-image] Dec 20 21:50:37.584 INFO O| Dec 20 21:50:37.584 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-20T21:50:39.647Z[ host-image] Dec 20 21:50:37.589 INFO O| Dec 20 21:50:37.589 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-20T21:50:39.876Z[ host-image] Dec 20 21:50:37.817 INFO O| Dec 20 21:50:37.817 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35512024-12-20T21:50:39.951Z[ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35522024-12-20T21:50:39.951Z[ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-20T21:50:39.954Z[ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-20T21:50:39.954Z[ host-image] Dec 20 21:50:37.893 INFO O| Dec 20 21:50:37.893 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-20T21:50:39.963Z[ host-image] Dec 20 21:50:37.906 INFO O| Dec 20 21:50:37.906 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35562024-12-20T21:50:40.215Z[ host-image] Dec 20 21:50:38.152 INFO O| Dec 20 21:50:38.152 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-20T21:50:40.234Z[ host-image] Dec 20 21:50:38.168 INFO O| Dec 20 21:50:38.168 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35582024-12-20T21:50:40.765Z[ host-image] Dec 20 21:50:38.709 INFO O| Dec 20 21:50:38.708 INFO O| Caching catalogs ... Done
35592024-12-20T21:50:40.892Z[ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 0 (pkg_image_create) COMPLETE
35602024-12-20T21:50:40.892Z[ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-20T21:50:40.895Z[ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO skip step because feature "repo_redist" is not enabled
35622024-12-20T21:50:40.895Z[ host-image] Dec 20 21:50:38.835 INFO O| Dec 20 21:50:38.835 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-20T21:50:40.909Z[ host-image] Dec 20 21:50:38.852 INFO O| Dec 20 21:50:38.852 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"]
35642024-12-20T21:50:41.478Z[ host-image] Dec 20 21:50:39.419 INFO O| Dec 20 21:50:39.419 INFO STEP 2 (pkg_set_publisher) COMPLETE
35652024-12-20T21:50:41.478Z[ host-image] Dec 20 21:50:39.419 INFO O| Dec 20 21:50:39.419 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-20T21:50:41.495Z[ host-image] Dec 20 21:50:39.436 INFO O| Dec 20 21:50:39.436 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"]
35672024-12-20T21:50:42.040Z[ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 3 (pkg_set_publisher) COMPLETE
35682024-12-20T21:50:42.040Z[ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-20T21:50:42.043Z[ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO skip step because feature "repo_redist" is not enabled
35702024-12-20T21:50:42.043Z[ host-image] Dec 20 21:50:39.983 INFO O| Dec 20 21:50:39.983 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-12-20T21:50:42.615Z[ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO variant opensolaris.zone is already global
35722024-12-20T21:50:42.615Z[ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO STEP 5 (pkg_change_variant) COMPLETE
35732024-12-20T21:50:42.626Z[ host-image] Dec 20 21:50:40.552 INFO O| Dec 20 21:50:40.552 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35742024-12-20T21:50:43.225Z[ host-image] Dec 20 21:50:41.165 INFO O| Dec 20 21:50:41.165 INFO variant opensolaris.imagetype is full; changing to partial
35752024-12-20T21:50:43.225Z[ host-image] Dec 20 21:50:41.165 INFO O| Dec 20 21:50:41.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35762024-12-20T21:50:51.174Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.84s
35772024-12-20T21:50:51.546Z[ host-image] Dec 20 21:50:49.485 INFO O| Dec 20 21:50:49.485 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35782024-12-20T21:50:52.473ZDec 20 21:50:50.414 INFO [recovery-package] process exited with exit status: 0 (24.41343859s)
35792024-12-20T21:50:52.476ZDec 20 21:50:50.414 INFO [recovery-stamp] running task
35802024-12-20T21:50:52.476ZDec 20 21:50:50.415 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35812024-12-20T21:50:52.476ZDec 20 21:50:50.415 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+git5ecbe5f8c69
35822024-12-20T21:50:52.494ZDec 20 21:50:50.435 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5ecbe5f8c69
35832024-12-20T21:50:52.503Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35842024-12-20T21:50:52.515Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35852024-12-20T21:50:52.602Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35862024-12-20T21:50:52.607ZDec 20 21:50:50.547 INFO [stamp-installinator] process exited with exit status: 0 (112.117351ms)
35872024-12-20T21:50:52.635Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35882024-12-20T21:50:52.638ZDec 20 21:50:50.578 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.252286ms)
35892024-12-20T21:50:52.638ZDec 20 21:50:50.578 INFO [recovery-stamp] task succeeded (163.717425ms)
35902024-12-20T21:50:52.638ZDec 20 21:50:50.578 INFO [recovery-proto] running task
35912024-12-20T21:50:52.638ZDec 20 21:50:50.578 INFO [tuf-stamp] running task
35922024-12-20T21:50:52.640ZDec 20 21:50:50.579 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+git5ecbe5f8c69
35932024-12-20T21:50:52.656ZDec 20 21:50:50.597 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+git5ecbe5f8c69
35942024-12-20T21:50:52.675Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-20T21:50:52.679ZDec 20 21:50:50.614 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+git5ecbe5f8c69
35962024-12-20T21:50:52.687Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-20T21:50:52.689ZDec 20 21:50:50.628 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+git5ecbe5f8c69
35982024-12-20T21:50:52.703Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-20T21:50:52.707ZDec 20 21:50:50.643 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+git5ecbe5f8c69
36002024-12-20T21:50:52.713Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-20T21:50:52.725ZDec 20 21:50:50.666 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+git5ecbe5f8c69
36022024-12-20T21:50:52.755Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-20T21:50:52.766ZDec 20 21:50:50.696 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+git5ecbe5f8c69
36042024-12-20T21:50:52.811ZDec 20 21:50:50.752 INFO [recovery-proto] task succeeded (173.422832ms)
36052024-12-20T21:50:52.813ZDec 20 21:50:50.752 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/.tmpUUBaUa/proto/recovery/root -N 'recovery 5ecbe5f/${os_short_commit} 2024-12-20 21:28' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36062024-12-20T21:50:52.904Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-20T21:50:52.945ZDec 20 21:50:50.886 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+git5ecbe5f8c69
36082024-12-20T21:50:53.034Z[ recovery-image] Dec 20 21:50:50.956 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36092024-12-20T21:50:53.062Z[ recovery-image] Dec 20 21:50:50.956 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36102024-12-20T21:50:53.066Z[ recovery-image] Dec 20 21:50:50.973 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUUBaUa/proto/recovery/root"
36112024-12-20T21:50:53.066Z[ recovery-image] Dec 20 21:50:50.973 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36122024-12-20T21:50:53.066Z[ recovery-image] Dec 20 21:50:50.974 INFO image builder template: ramdisk-01-os...
36132024-12-20T21:50:53.066Z[ recovery-image] Dec 20 21:50:50.974 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/.tmpUUBaUa/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
36142024-12-20T21:50:53.066Z[ recovery-image] Dec 20 21:50:51.004 INFO O| Dec 20 21:50:51.003 INFO CREATE DATASET: rpool/images/build/recovery/output
36152024-12-20T21:50:53.066Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-20T21:50:53.066ZDec 20 21:50:51.005 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+git5ecbe5f8c69
36172024-12-20T21:50:53.202Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-20T21:50:53.309ZDec 20 21:50:51.250 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+git5ecbe5f8c69
36192024-12-20T21:50:53.312Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36202024-12-20T21:50:53.312ZDec 20 21:50:51.251 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+git5ecbe5f8c69
36212024-12-20T21:50:53.400Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36222024-12-20T21:50:53.400Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36232024-12-20T21:50:53.403Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36242024-12-20T21:50:53.413Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
36252024-12-20T21:50:53.433ZDec 20 21:50:51.374 INFO [stamp-ntp] process exited with exit status: 0 (707.490572ms)
36262024-12-20T21:50:53.461Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36272024-12-20T21:50:53.490Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36282024-12-20T21:50:53.495Z[ recovery-image] Dec 20 21:50:51.436 INFO O| Dec 20 21:50:51.436 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36292024-12-20T21:50:53.501Z[ recovery-image] Dec 20 21:50:51.442 INFO O| Dec 20 21:50:51.442 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36302024-12-20T21:50:53.593ZDec 20 21:50:51.533 INFO [stamp-probe] process exited with exit status: 0 (282.342599ms)
36312024-12-20T21:50:54.059Z[ recovery-image] Dec 20 21:50:51.995 INFO O| Dec 20 21:50:51.995 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36322024-12-20T21:50:54.161Z[ recovery-image] Dec 20 21:50:52.101 INFO O| Dec 20 21:50:52.101 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36332024-12-20T21:50:54.164Z[ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36342024-12-20T21:50:54.164Z[ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-20T21:50:54.164Z[ recovery-image] Dec 20 21:50:52.102 INFO O| Dec 20 21:50:52.102 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-20T21:50:54.204Z[ recovery-image] Dec 20 21:50:52.144 INFO O| Dec 20 21:50:52.144 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36372024-12-20T21:50:54.424Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36382024-12-20T21:50:54.460Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36392024-12-20T21:50:54.463ZDec 20 21:50:52.404 INFO [stamp-external-dns] process exited with exit status: 0 (1.807026934s)
36402024-12-20T21:50:54.466ZDec 20 21:50:52.407 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.520921194s)
36412024-12-20T21:50:54.505Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36422024-12-20T21:50:54.528ZDec 20 21:50:52.469 INFO [stamp-internal-dns] process exited with exit status: 0 (1.855151111s)
36432024-12-20T21:50:54.683Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36442024-12-20T21:50:54.687ZDec 20 21:50:52.627 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.930737562s)
36452024-12-20T21:50:54.704Z[ recovery-image] Dec 20 21:50:52.644 INFO O| Dec 20 21:50:52.644 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-20T21:50:54.719Z[ recovery-image] Dec 20 21:50:52.658 INFO O| Dec 20 21:50:52.658 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36472024-12-20T21:50:55.403Z[ recovery-image] Dec 20 21:50:53.168 INFO O| Dec 20 21:50:53.168 INFO O| Caching catalogs ... Done
36482024-12-20T21:50:55.408Z[ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 0 (pkg_image_create) COMPLETE
36492024-12-20T21:50:55.408Z[ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-20T21:50:55.408Z[ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO skip step because feature "repo_redist" is not enabled
36512024-12-20T21:50:55.408Z[ recovery-image] Dec 20 21:50:53.280 INFO O| Dec 20 21:50:53.280 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-20T21:50:55.408Z[ recovery-image] Dec 20 21:50:53.295 INFO O| Dec 20 21:50:53.295 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-20T21:50:55.484Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36542024-12-20T21:50:55.488ZDec 20 21:50:53.429 INFO [stamp-oximeter] process exited with exit status: 0 (2.28618107s)
36552024-12-20T21:50:55.851Z[ recovery-image] Dec 20 21:50:53.791 INFO O| Dec 20 21:50:53.791 INFO STEP 2 (pkg_set_publisher) COMPLETE
36562024-12-20T21:50:55.851Z[ recovery-image] Dec 20 21:50:53.791 INFO O| Dec 20 21:50:53.791 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-12-20T21:50:55.866Z[ recovery-image] Dec 20 21:50:53.806 INFO O| Dec 20 21:50:53.806 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"]
36582024-12-20T21:50:56.301Z[ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 3 (pkg_set_publisher) COMPLETE
36592024-12-20T21:50:56.301Z[ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-20T21:50:56.303Z[ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO skip step because feature "repo_redist" is not enabled
36612024-12-20T21:50:56.303Z[ recovery-image] Dec 20 21:50:54.241 INFO O| Dec 20 21:50:54.241 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-12-20T21:50:56.749Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36632024-12-20T21:50:56.752ZDec 20 21:50:54.692 INFO [stamp-nexus] process exited with exit status: 0 (4.049343595s)
36642024-12-20T21:50:56.765Z[ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO variant opensolaris.zone is already global
36652024-12-20T21:50:56.765Z[ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO STEP 5 (pkg_change_variant) COMPLETE
36662024-12-20T21:50:56.765Z[ recovery-image] Dec 20 21:50:54.705 INFO O| Dec 20 21:50:54.705 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-12-20T21:50:57.220Z[ recovery-image] Dec 20 21:50:55.160 INFO O| Dec 20 21:50:55.160 INFO variant opensolaris.imagetype is full; changing to partial
36682024-12-20T21:50:57.220Z[ recovery-image] Dec 20 21:50:55.160 INFO O| Dec 20 21:50:55.160 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36692024-12-20T21:50:57.547Z[ host-image] Dec 20 21:50:55.484 INFO O| Dec 20 21:50:55.484 INFO O| Startup: Caching catalogs ... Done
36702024-12-20T21:50:57.625Z[ host-image] Dec 20 21:50:55.564 INFO O| Dec 20 21:50:55.564 INFO O| Planning: Planning completed in 0.00 seconds
36712024-12-20T21:50:57.627Z[ host-image] Dec 20 21:50:55.565 INFO O| Dec 20 21:50:55.565 INFO O| Planning: Consolidating action changes ... Done
36722024-12-20T21:50:57.627Z[ host-image] Dec 20 21:50:55.565 INFO O| Dec 20 21:50:55.565 INFO O| Planning: Evaluating mediators ... Done
36732024-12-20T21:50:57.627Z[ host-image] Dec 20 21:50:55.566 INFO O| Dec 20 21:50:55.566 INFO O| Planning: Planning completed in 0.00 seconds
36742024-12-20T21:50:57.627Z[ host-image] Dec 20 21:50:55.566 INFO O| Dec 20 21:50:55.566 INFO O| Variants/Facets to change: 1
36752024-12-20T21:50:57.651Z[ host-image] Dec 20 21:50:55.589 INFO O| Dec 20 21:50:55.589 INFO O| Done
36762024-12-20T21:50:57.651Z[ host-image] Dec 20 21:50:55.589 INFO O| Dec 20 21:50:55.589 INFO O| Done
36772024-12-20T21:50:57.715Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36782024-12-20T21:50:57.880Z[verify-libraries] Compiling home v0.5.9
36792024-12-20T21:50:57.905Z[verify-libraries] Compiling cfg_aliases v0.1.1
36802024-12-20T21:50:57.930Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36812024-12-20T21:50:57.930Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36822024-12-20T21:50:57.930Z[verify-libraries] Compiling unicode_categories v0.1.1
36832024-12-20T21:50:57.941Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36842024-12-20T21:50:57.945Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852024-12-20T21:50:58.221Z[verify-libraries] Compiling nix v0.28.0
36862024-12-20T21:50:58.350Z[verify-libraries] Compiling polyval v0.6.2
36872024-12-20T21:50:58.519Z[verify-libraries] Compiling sqlformat v0.2.6
36882024-12-20T21:50:58.536Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36892024-12-20T21:50:58.549ZDec 20 21:50:56.488 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.860859691s)
36902024-12-20T21:50:58.752Z[ host-image] Dec 20 21:50:56.691 INFO O| Dec 20 21:50:56.691 INFO O| Done
36912024-12-20T21:50:58.759Z[verify-libraries] Compiling ctr v0.9.2
36922024-12-20T21:50:58.988Z[ host-image] Dec 20 21:50:56.927 INFO O| Dec 20 21:50:56.927 INFO O| Done
36932024-12-20T21:50:58.991Z[ host-image] Dec 20 21:50:56.929 INFO O| Dec 20 21:50:56.929 INFO O| Done
36942024-12-20T21:50:58.991Z[ host-image] Dec 20 21:50:56.929 INFO O| Dec 20 21:50:56.929 INFO O| Done
36952024-12-20T21:50:58.994Z[ host-image] Dec 20 21:50:56.931 INFO O| Dec 20 21:50:56.931 INFO O| Done
36962024-12-20T21:50:59.239Z[verify-libraries] Compiling ghash v0.5.1
36972024-12-20T21:50:59.336Z[verify-libraries] Compiling ssh-encoding v0.2.0
36982024-12-20T21:50:59.503Z[verify-libraries] Compiling aes-gcm v0.10.3
36992024-12-20T21:50:59.859Z[verify-libraries] Compiling sqlparser v0.45.0
37002024-12-20T21:50:59.931Z[ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO STEP 6 (pkg_change_variant) COMPLETE
37012024-12-20T21:50:59.931Z[ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37022024-12-20T21:50:59.934Z[ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.869 INFO skip step because feature "debug_variant" is not enabled
37032024-12-20T21:50:59.934Z[ host-image] Dec 20 21:50:57.870 INFO O| Dec 20 21:50:57.870 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37042024-12-20T21:51:00.095Z[verify-libraries] Compiling blowfish v0.9.1
37052024-12-20T21:51:00.593Z[ host-image] Dec 20 21:50:58.532 INFO O| Dec 20 21:50:58.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37062024-12-20T21:51:00.832Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37072024-12-20T21:51:01.159Z[verify-libraries] Compiling ssh-cipher v0.2.0
37082024-12-20T21:51:01.531Z[verify-libraries] Compiling password-hash v0.4.2
37092024-12-20T21:51:02.433Z[ host-image] Dec 20 21:51:00.371 INFO O| Dec 20 21:51:00.371 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37102024-12-20T21:51:02.436Z[ host-image] Dec 20 21:51:00.373 INFO O| Dec 20 21:51:00.373 INFO O| Planning: Planning completed in 0.00 seconds
37112024-12-20T21:51:02.436Z[ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Consolidating action changes ... Done
37122024-12-20T21:51:02.436Z[ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Evaluating mediators ... Done
37132024-12-20T21:51:02.436Z[ host-image] Dec 20 21:51:00.374 INFO O| Dec 20 21:51:00.374 INFO O| Planning: Planning completed in 0.00 seconds
37142024-12-20T21:51:02.439Z[ host-image] Dec 20 21:51:00.375 INFO O| Dec 20 21:51:00.375 INFO O| Variants/Facets to change: 1
37152024-12-20T21:51:02.575Z[ host-image] Dec 20 21:51:00.513 INFO O| Dec 20 21:51:00.513 INFO O| Done
37162024-12-20T21:51:02.575Z[ host-image] Dec 20 21:51:00.514 INFO O| Dec 20 21:51:00.513 INFO O| Done
37172024-12-20T21:51:03.672Z[ host-image] Dec 20 21:51:01.611 INFO O| Dec 20 21:51:01.610 INFO O| Done
37182024-12-20T21:51:03.759Z[ host-image] Dec 20 21:51:01.697 INFO O| Dec 20 21:51:01.697 INFO O| Done
37192024-12-20T21:51:03.762Z[ host-image] Dec 20 21:51:01.699 INFO O| Dec 20 21:51:01.699 INFO O| Done
37202024-12-20T21:51:03.762Z[ host-image] Dec 20 21:51:01.699 INFO O| Dec 20 21:51:01.699 INFO O| Done
37212024-12-20T21:51:03.765Z[ host-image] Dec 20 21:51:01.701 INFO O| Dec 20 21:51:01.701 INFO O| Done
37222024-12-20T21:51:03.872Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 8 (pkg_change_facet) COMPLETE
37232024-12-20T21:51:03.873Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-20T21:51:03.873Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO skip step because feature "recovery" is not enabled
37252024-12-20T21:51:03.873Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-20T21:51:03.875Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO skip step because feature "recovery" is not enabled
37272024-12-20T21:51:03.876Z[ host-image] Dec 20 21:51:01.811 INFO O| Dec 20 21:51:01.811 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37282024-12-20T21:51:03.892Z[ host-image] Dec 20 21:51:01.830 INFO O| Dec 20 21:51:01.830 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"]
37292024-12-20T21:51:04.477Z[verify-libraries] Compiling rustyline v14.0.0
37302024-12-20T21:51:05.372Z[ host-image] Dec 20 21:51:03.310 INFO O| Dec 20 21:51:03.310 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37312024-12-20T21:51:06.251Z[verify-libraries] Compiling matches v0.1.10
37322024-12-20T21:51:06.271Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37332024-12-20T21:51:06.308ZDec 20 21:51:04.245 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.66614218s)
37342024-12-20T21:51:06.379Z[verify-libraries] Compiling idna v0.2.3
37352024-12-20T21:51:07.083Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37362024-12-20T21:51:07.126ZDec 20 21:51:05.064 INFO [stamp-clickhouse] process exited with exit status: 0 (13.978166141s)
37372024-12-20T21:51:07.126ZDec 20 21:51:05.064 INFO [tuf-stamp] task succeeded (14.485604991s)
37382024-12-20T21:51:07.786Z[verify-libraries] Compiling pbkdf2 v0.11.0
37392024-12-20T21:51:08.003Z[verify-libraries] Compiling ssh-key v0.6.6
37402024-12-20T21:51:08.364Z[verify-libraries] Compiling p256 v0.13.2
37412024-12-20T21:51:10.871Z[verify-libraries] Compiling p521 v0.13.3
37422024-12-20T21:51:10.964Z[verify-libraries] Compiling enum-as-inner v0.5.1
37432024-12-20T21:51:12.008Z[ recovery-image] Dec 20 21:51:09.944 INFO O| Dec 20 21:51:09.944 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37442024-12-20T21:51:12.258Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37452024-12-20T21:51:13.073Z[verify-libraries] Compiling md5 v0.7.0
37462024-12-20T21:51:13.597Z[verify-libraries] Compiling russh-keys v0.45.0
37472024-12-20T21:51:14.006Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37482024-12-20T21:51:20.504Z[ recovery-image] Dec 20 21:51:18.438 INFO O| Dec 20 21:51:18.438 INFO O| Startup: Caching catalogs ... Done
37492024-12-20T21:51:20.614Z[ recovery-image] Dec 20 21:51:18.545 INFO O| Dec 20 21:51:18.545 INFO O| Planning: Planning completed in 0.00 seconds
37502024-12-20T21:51:20.677Z[ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.545 INFO O| Planning: Consolidating action changes ... Done
37512024-12-20T21:51:20.677Z[ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Planning: Evaluating mediators ... Done
37522024-12-20T21:51:20.677Z[ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Planning: Planning completed in 0.00 seconds
37532024-12-20T21:51:20.677Z[ recovery-image] Dec 20 21:51:18.546 INFO O| Dec 20 21:51:18.546 INFO O| Variants/Facets to change: 1
37542024-12-20T21:51:20.714Z[ recovery-image] Dec 20 21:51:18.640 INFO O| Dec 20 21:51:18.640 INFO O| Done
37552024-12-20T21:51:20.714Z[ recovery-image] Dec 20 21:51:18.640 INFO O| Dec 20 21:51:18.640 INFO O| Done
37562024-12-20T21:51:21.700Z[ recovery-image] Dec 20 21:51:19.627 INFO O| Dec 20 21:51:19.627 INFO O| Done
37572024-12-20T21:51:21.789Z[ recovery-image] Dec 20 21:51:19.718 INFO O| Dec 20 21:51:19.718 INFO O| Done
37582024-12-20T21:51:21.795Z[ recovery-image] Dec 20 21:51:19.720 INFO O| Dec 20 21:51:19.720 INFO O| Done
37592024-12-20T21:51:21.795Z[ recovery-image] Dec 20 21:51:19.720 INFO O| Dec 20 21:51:19.720 INFO O| Done
37602024-12-20T21:51:21.795Z[ recovery-image] Dec 20 21:51:19.722 INFO O| Dec 20 21:51:19.722 INFO O| Done
37612024-12-20T21:51:22.658Z[ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.591 INFO STEP 6 (pkg_change_variant) COMPLETE
37622024-12-20T21:51:22.658Z[ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-20T21:51:22.664Z[ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO skip step because feature "debug_variant" is not enabled
37642024-12-20T21:51:22.664Z[ recovery-image] Dec 20 21:51:20.592 INFO O| Dec 20 21:51:20.592 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-12-20T21:51:22.835Z[verify-libraries] Compiling num-bigint v0.4.6
37662024-12-20T21:51:23.331Z[ recovery-image] Dec 20 21:51:21.263 INFO O| Dec 20 21:51:21.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37672024-12-20T21:51:24.476Z[ recovery-image] Dec 20 21:51:22.410 INFO O| Dec 20 21:51:22.410 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37682024-12-20T21:51:24.481Z[ recovery-image] Dec 20 21:51:22.412 INFO O| Dec 20 21:51:22.412 INFO O| Planning: Planning completed in 0.00 seconds
37692024-12-20T21:51:24.481Z[ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Consolidating action changes ... Done
37702024-12-20T21:51:24.481Z[ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Evaluating mediators ... Done
37712024-12-20T21:51:24.481Z[ recovery-image] Dec 20 21:51:22.413 INFO O| Dec 20 21:51:22.413 INFO O| Planning: Planning completed in 0.00 seconds
37722024-12-20T21:51:24.481Z[ recovery-image] Dec 20 21:51:22.414 INFO O| Dec 20 21:51:22.414 INFO O| Variants/Facets to change: 1
37732024-12-20T21:51:24.613Z[ recovery-image] Dec 20 21:51:22.547 INFO O| Dec 20 21:51:22.546 INFO O| Done
37742024-12-20T21:51:24.613Z[ recovery-image] Dec 20 21:51:22.547 INFO O| Dec 20 21:51:22.547 INFO O| Done
37752024-12-20T21:51:25.513Z[ recovery-image] Dec 20 21:51:23.446 INFO O| Dec 20 21:51:23.446 INFO O| Done
37762024-12-20T21:51:25.593Z[ recovery-image] Dec 20 21:51:23.526 INFO O| Dec 20 21:51:23.526 INFO O| Done
37772024-12-20T21:51:25.610Z[ recovery-image] Dec 20 21:51:23.541 INFO O| Dec 20 21:51:23.541 INFO O| Done
37782024-12-20T21:51:25.610Z[ recovery-image] Dec 20 21:51:23.541 INFO O| Dec 20 21:51:23.541 INFO O| Done
37792024-12-20T21:51:25.614Z[ recovery-image] Dec 20 21:51:23.543 INFO O| Dec 20 21:51:23.543 INFO O| Done
37802024-12-20T21:51:25.738Z[ recovery-image] Dec 20 21:51:23.671 INFO O| Dec 20 21:51:23.671 INFO STEP 8 (pkg_change_facet) COMPLETE
37812024-12-20T21:51:25.738Z[ recovery-image] Dec 20 21:51:23.671 INFO O| Dec 20 21:51:23.671 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37822024-12-20T21:51:26.426Z[ recovery-image] Dec 20 21:51:24.360 INFO O| Dec 20 21:51:24.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37832024-12-20T21:51:27.539Z[ recovery-image] Dec 20 21:51:25.472 INFO O| Dec 20 21:51:25.472 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37842024-12-20T21:51:27.542Z[ recovery-image] Dec 20 21:51:25.474 INFO O| Dec 20 21:51:25.474 INFO O| Planning: Planning completed in 0.00 seconds
37852024-12-20T21:51:27.542Z[ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Consolidating action changes ... Done
37862024-12-20T21:51:27.542Z[ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Evaluating mediators ... Done
37872024-12-20T21:51:27.545Z[ recovery-image] Dec 20 21:51:25.475 INFO O| Dec 20 21:51:25.475 INFO O| Planning: Planning completed in 0.00 seconds
37882024-12-20T21:51:27.545Z[ recovery-image] Dec 20 21:51:25.476 INFO O| Dec 20 21:51:25.476 INFO O| Variants/Facets to change: 1
37892024-12-20T21:51:27.709Z[ recovery-image] Dec 20 21:51:25.641 INFO O| Dec 20 21:51:25.641 INFO O| Done
37902024-12-20T21:51:27.709Z[ recovery-image] Dec 20 21:51:25.641 INFO O| Dec 20 21:51:25.641 INFO O| Done
37912024-12-20T21:51:28.531Z[ recovery-image] Dec 20 21:51:26.464 INFO O| Dec 20 21:51:26.463 INFO O| Done
37922024-12-20T21:51:28.637Z[ recovery-image] Dec 20 21:51:26.568 INFO O| Dec 20 21:51:26.568 INFO O| Done
37932024-12-20T21:51:28.641Z[ recovery-image] Dec 20 21:51:26.569 INFO O| Dec 20 21:51:26.569 INFO O| Done
37942024-12-20T21:51:28.641Z[ recovery-image] Dec 20 21:51:26.569 INFO O| Dec 20 21:51:26.569 INFO O| Done
37952024-12-20T21:51:28.641Z[ recovery-image] Dec 20 21:51:26.571 INFO O| Dec 20 21:51:26.571 INFO O| Done
37962024-12-20T21:51:28.740Z[ recovery-image] Dec 20 21:51:26.668 INFO O| Dec 20 21:51:26.668 INFO STEP 9 (pkg_change_facet) COMPLETE
37972024-12-20T21:51:28.740Z[ recovery-image] Dec 20 21:51:26.668 INFO O| Dec 20 21:51:26.668 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-12-20T21:51:29.433Z[ recovery-image] Dec 20 21:51:27.364 INFO O| Dec 20 21:51:27.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37992024-12-20T21:51:30.314Z[verify-libraries] Compiling des v0.8.1
38002024-12-20T21:51:30.488Z[ recovery-image] Dec 20 21:51:28.418 INFO O| Dec 20 21:51:28.418 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38012024-12-20T21:51:30.492Z[ recovery-image] Dec 20 21:51:28.420 INFO O| Dec 20 21:51:28.420 INFO O| Planning: Planning completed in 0.00 seconds
38022024-12-20T21:51:30.492Z[ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Consolidating action changes ... Done
38032024-12-20T21:51:30.492Z[ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Evaluating mediators ... Done
38042024-12-20T21:51:30.492Z[ recovery-image] Dec 20 21:51:28.421 INFO O| Dec 20 21:51:28.421 INFO O| Planning: Planning completed in 0.00 seconds
38052024-12-20T21:51:30.492Z[ recovery-image] Dec 20 21:51:28.422 INFO O| Dec 20 21:51:28.422 INFO O| Variants/Facets to change: 1
38062024-12-20T21:51:30.590Z[ recovery-image] Dec 20 21:51:28.515 INFO O| Dec 20 21:51:28.514 INFO O| Done
38072024-12-20T21:51:30.590Z[ recovery-image] Dec 20 21:51:28.515 INFO O| Dec 20 21:51:28.515 INFO O| Done
38082024-12-20T21:51:30.965Z[verify-libraries] Compiling hex-literal v0.4.1
38092024-12-20T21:51:31.340Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38102024-12-20T21:51:31.427Z[ recovery-image] Dec 20 21:51:29.358 INFO O| Dec 20 21:51:29.358 INFO O| Done
38112024-12-20T21:51:31.517Z[ recovery-image] Dec 20 21:51:29.449 INFO O| Dec 20 21:51:29.449 INFO O| Done
38122024-12-20T21:51:31.522Z[ recovery-image] Dec 20 21:51:29.450 INFO O| Dec 20 21:51:29.450 INFO O| Done
38132024-12-20T21:51:31.523Z[ recovery-image] Dec 20 21:51:29.450 INFO O| Dec 20 21:51:29.450 INFO O| Done
38142024-12-20T21:51:31.523Z[ recovery-image] Dec 20 21:51:29.452 INFO O| Dec 20 21:51:29.451 INFO O| Done
38152024-12-20T21:51:31.610Z[ recovery-image] Dec 20 21:51:29.542 INFO O| Dec 20 21:51:29.542 INFO STEP 10 (pkg_change_facet) COMPLETE
38162024-12-20T21:51:31.610Z[ recovery-image] Dec 20 21:51:29.542 INFO O| Dec 20 21:51:29.542 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-12-20T21:51:31.629Z[ recovery-image] Dec 20 21:51:29.561 INFO O| Dec 20 21:51:29.561 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"]
38182024-12-20T21:51:32.688Z[ recovery-image] Dec 20 21:51:30.619 INFO O| Dec 20 21:51:30.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38192024-12-20T21:51:32.731Z[verify-libraries] Compiling dhcproto v0.12.0
38202024-12-20T21:51:33.157Z[verify-libraries] Compiling russh v0.45.0
38212024-12-20T21:51:37.922Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38222024-12-20T21:51:40.763Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38232024-12-20T21:51:44.067Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38242024-12-20T21:51:53.622Z[verify-libraries] Compiling petname v2.0.2
38252024-12-20T21:51:54.918Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38262024-12-20T21:51:55.667Z[verify-libraries] Compiling internet-checksum v0.2.1
38272024-12-20T21:51:56.498Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38282024-12-20T21:52:05.307Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38292024-12-20T21:52:05.307Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38302024-12-20T21:52:09.694Z[ host-image] Dec 20 21:52:07.617 INFO O| Dec 20 21:52:07.617 INFO O| Planning: Solver setup ... Done
38312024-12-20T21:52:09.896Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38322024-12-20T21:52:17.035Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38332024-12-20T21:52:38.329Z[ recovery-image] Dec 20 21:52:36.246 INFO O| Dec 20 21:52:36.246 INFO O| Planning: Solver setup ... Done
38342024-12-20T21:52:42.250Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38352024-12-20T21:52:44.498Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38362024-12-20T21:52:51.597Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38372024-12-20T21:53:21.053Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38382024-12-20T21:53:21.700Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38392024-12-20T21:53:22.289Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38402024-12-20T21:53:22.868Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38412024-12-20T21:53:23.456Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38422024-12-20T21:53:23.930Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38432024-12-20T21:53:24.273Z[verify-libraries] Compiling sync-ptr v0.1.1
38442024-12-20T21:53:24.678Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38452024-12-20T21:53:32.013Z[ host-image] Dec 20 21:53:29.919 INFO O| Dec 20 21:53:29.919 INFO O| Planning: Running solver ... Done
38462024-12-20T21:53:32.522Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38472024-12-20T21:53:32.723Z[ host-image] Dec 20 21:53:30.628 INFO O| Dec 20 21:53:30.628 INFO O| Planning: Finding local manifests ... Done
38482024-12-20T21:53:32.740Z[ host-image] Dec 20 21:53:30.646 INFO O| Dec 20 21:53:30.646 INFO O| Planning: Fetching manifests: 0/124 0% complete
38492024-12-20T21:53:34.552Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38502024-12-20T21:53:37.298Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38512024-12-20T21:53:40.342Z[ host-image] Dec 20 21:53:38.246 INFO O| Dec 20 21:53:38.246 INFO O| Planning: Fetching manifests: 124/124 100% complete
38522024-12-20T21:53:41.646Z[ host-image] Dec 20 21:53:39.550 INFO O| Dec 20 21:53:39.549 INFO O| Planning: Package planning ... Done
38532024-12-20T21:53:43.142Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38542024-12-20T21:53:43.305Z[ host-image] Dec 20 21:53:41.209 INFO O| Dec 20 21:53:41.209 INFO O| Planning: Merging actions ... Done
38552024-12-20T21:53:43.790Z[ host-image] Dec 20 21:53:41.693 INFO O| Dec 20 21:53:41.693 INFO O| Planning: Checking for conflicting actions ... Done
38562024-12-20T21:53:44.127Z[ host-image] Dec 20 21:53:42.030 INFO O| Dec 20 21:53:42.030 INFO O| Planning: Consolidating action changes ... Done
38572024-12-20T21:53:45.056Z[ host-image] Dec 20 21:53:42.959 INFO O| Dec 20 21:53:42.959 INFO O| Planning: Evaluating mediators ... Done
38582024-12-20T21:53:48.616Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38592024-12-20T21:53:51.671Z[ host-image] Dec 20 21:53:49.572 INFO O| Dec 20 21:53:49.572 INFO O| Planning: Planning completed in 166.26 seconds
38602024-12-20T21:53:51.688Z[ host-image] Dec 20 21:53:49.589 INFO O| Dec 20 21:53:49.589 INFO O| Packages to install: 124
38612024-12-20T21:53:51.690Z[ host-image] Dec 20 21:53:49.590 INFO O| Dec 20 21:53:49.589 INFO O| Mediators to change: 4
38622024-12-20T21:53:51.690Z[ host-image] Dec 20 21:53:49.590 INFO O| Dec 20 21:53:49.589 INFO O| Services to change: 6
38632024-12-20T21:53:51.888Z[ host-image] Dec 20 21:53:49.790 INFO O| Dec 20 21:53:49.790 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38642024-12-20T21:53:56.926Z[ host-image] Dec 20 21:53:54.827 INFO O| Dec 20 21:53:54.826 INFO O| Download: 713/22788 items 4.5/199.7MB 2% complete (995k/s)
38652024-12-20T21:53:57.998Z[ recovery-image] Dec 20 21:53:55.898 INFO O| Dec 20 21:53:55.898 INFO O| Planning: Running solver ... Done
38662024-12-20T21:53:58.592Z[ recovery-image] Dec 20 21:53:56.492 INFO O| Dec 20 21:53:56.492 INFO O| Planning: Finding local manifests ... Done
38672024-12-20T21:53:58.611Z[ recovery-image] Dec 20 21:53:56.510 INFO O| Dec 20 21:53:56.510 INFO O| Planning: Fetching manifests: 0/124 0% complete
38682024-12-20T21:54:02.500Z[ host-image] Dec 20 21:54:00.399 INFO O| Dec 20 21:54:00.399 INFO O| Download: 1021/22788 items 6.7/199.7MB 3% complete (934k/s)
38692024-12-20T21:54:03.807Z[ recovery-image] Dec 20 21:54:01.706 INFO O| Dec 20 21:54:01.706 INFO O| Planning: Fetching manifests: 124/124 100% complete
38702024-12-20T21:54:05.202Z[ recovery-image] Dec 20 21:54:02.725 INFO O| Dec 20 21:54:02.725 INFO O| Planning: Package planning ... Done
38712024-12-20T21:54:05.701Z[ recovery-image] Dec 20 21:54:03.600 INFO O| Dec 20 21:54:03.600 INFO O| Planning: Merging actions ... Done
38722024-12-20T21:54:05.883Z[ recovery-image] Dec 20 21:54:03.782 INFO O| Dec 20 21:54:03.782 INFO O| Planning: Checking for conflicting actions ... Done
38732024-12-20T21:54:06.024Z[ recovery-image] Dec 20 21:54:03.923 INFO O| Dec 20 21:54:03.923 INFO O| Planning: Consolidating action changes ... Done
38742024-12-20T21:54:06.367Z[ recovery-image] Dec 20 21:54:04.265 INFO O| Dec 20 21:54:04.265 INFO O| Planning: Evaluating mediators ... Done
38752024-12-20T21:54:07.503Z[ host-image] Dec 20 21:54:05.401 INFO O| Dec 20 21:54:05.401 INFO O| Download: 1401/22788 items 8.4/199.7MB 4% complete (316k/s)
38762024-12-20T21:54:12.278Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38772024-12-20T21:54:12.311Z[ recovery-image] Dec 20 21:54:10.208 INFO O| Dec 20 21:54:10.208 INFO O| Planning: Planning completed in 159.59 seconds
38782024-12-20T21:54:12.321Z[ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Packages to install: 124
38792024-12-20T21:54:12.321Z[ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Mediators to change: 4
38802024-12-20T21:54:12.321Z[ recovery-image] Dec 20 21:54:10.216 INFO O| Dec 20 21:54:10.216 INFO O| Services to change: 5
38812024-12-20T21:54:12.403Z[ recovery-image] Dec 20 21:54:10.300 INFO O| Dec 20 21:54:10.300 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38822024-12-20T21:54:13.305Z[ host-image] Dec 20 21:54:11.202 INFO O| Dec 20 21:54:11.202 INFO O| Download: 1632/22788 items 10.1/199.7MB 5% complete (367k/s)
38832024-12-20T21:54:17.406Z[ recovery-image] Dec 20 21:54:15.302 INFO O| Dec 20 21:54:15.302 INFO O| Download: 670/15862 items 5.8/176.4MB 3% complete (1.2M/s)
38842024-12-20T21:54:19.027Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38852024-12-20T21:54:19.661Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38862024-12-20T21:54:22.002Z[verify-libraries] Compiling termios v0.3.3
38872024-12-20T21:54:22.341Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38882024-12-20T21:54:22.428Z[ recovery-image] Dec 20 21:54:20.323 INFO O| Dec 20 21:54:20.322 INFO O| Download: 1099/15862 items 9.2/176.4MB 5% complete (1.1M/s)
38892024-12-20T21:54:22.938Z[ host-image] Dec 20 21:54:20.833 INFO O| Dec 20 21:54:20.833 INFO O| Download: 1640/22788 items 10.5/199.7MB 5% complete (360k/s)
38902024-12-20T21:54:27.974Z[ host-image] Dec 20 21:54:25.867 INFO O| Dec 20 21:54:25.867 INFO O| Download: 1778/22788 items 12.0/199.7MB 6% complete (159k/s)
38912024-12-20T21:54:29.758Z[ recovery-image] Dec 20 21:54:27.651 INFO O| Dec 20 21:54:27.651 INFO O| Download: 1162/15862 items 10.1/176.4MB 5% complete (846k/s)
38922024-12-20T21:54:32.977Z[ host-image] Dec 20 21:54:30.870 INFO O| Dec 20 21:54:30.870 INFO O| Download: 1893/22788 items 19.9/199.7MB 9% complete (890k/s)
38932024-12-20T21:54:34.811Z[ recovery-image] Dec 20 21:54:32.703 INFO O| Dec 20 21:54:32.703 INFO O| Download: 1309/15862 items 19.9/176.4MB 11% complete (974k/s)
38942024-12-20T21:54:38.593Z[ host-image] Dec 20 21:54:36.484 INFO O| Dec 20 21:54:36.484 INFO O| Download: 2086/22788 items 23.2/199.7MB 11% complete (1.2M/s)
38952024-12-20T21:54:39.982Z[ recovery-image] Dec 20 21:54:37.873 INFO O| Dec 20 21:54:37.873 INFO O| Download: 1322/15862 items 20.3/176.4MB 11% complete (1.1M/s)
38962024-12-20T21:54:43.728Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38972024-12-20T21:54:45.104Z[ recovery-image] Dec 20 21:54:42.994 INFO O| Dec 20 21:54:42.994 INFO O| Download: 1544/15862 items 22.5/176.4MB 12% complete (353k/s)
38982024-12-20T21:54:48.536Z[ host-image] Dec 20 21:54:46.426 INFO O| Dec 20 21:54:46.425 INFO O| Download: 2092/22788 items 23.4/199.7MB 11% complete (1.2M/s)
38992024-12-20T21:54:50.262Z[ recovery-image] Dec 20 21:54:48.151 INFO O| Dec 20 21:54:48.150 INFO O| Download: 1647/15862 items 25.6/176.4MB 14% complete (562k/s)
39002024-12-20T21:54:54.236Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-20T21:54:55.263Z[ recovery-image] Dec 20 21:54:53.151 INFO O| Dec 20 21:54:53.151 INFO O| Download: 2030/15862 items 30.6/176.4MB 17% complete (810k/s)
39022024-12-20T21:55:00.463Z[ recovery-image] Dec 20 21:54:58.350 INFO O| Dec 20 21:54:58.350 INFO O| Download: 2675/15862 items 33.1/176.4MB 18% complete (801k/s)
39032024-12-20T21:55:01.337Z[ host-image] Dec 20 21:54:59.223 INFO O| Dec 20 21:54:59.223 INFO O| Download: 2097/22788 items 23.5/199.7MB 11% complete
39042024-12-20T21:55:05.466Z[ recovery-image] Dec 20 21:55:03.352 INFO O| Dec 20 21:55:03.352 INFO O| Download: 2847/15862 items 35.7/176.4MB 20% complete (490k/s)
39052024-12-20T21:55:08.716Z[ host-image] Dec 20 21:55:06.601 INFO O| Dec 20 21:55:06.601 INFO O| Download: 2230/22788 items 24.4/199.7MB 12% complete (499k/s)
39062024-12-20T21:55:10.562Z[ recovery-image] Dec 20 21:55:08.359 INFO O| Dec 20 21:55:08.359 INFO O| Download: 3450/15862 items 38.2/176.4MB 21% complete (526k/s)
39072024-12-20T21:55:13.941Z[ host-image] Dec 20 21:55:11.824 INFO O| Dec 20 21:55:11.824 INFO O| Download: 2322/22788 items 27.3/199.7MB 13% complete (302k/s)
39082024-12-20T21:55:15.850Z[ recovery-image] Dec 20 21:55:13.734 INFO O| Dec 20 21:55:13.734 INFO O| Download: 3751/15862 items 41.9/176.4MB 23% complete (760k/s)
39092024-12-20T21:55:19.640Z[ host-image] Dec 20 21:55:17.521 INFO O| Dec 20 21:55:17.521 INFO O| Download: 2335/22788 items 27.5/199.7MB 13% complete (412k/s)
39102024-12-20T21:55:21.136Z[ recovery-image] Dec 20 21:55:19.018 INFO O| Dec 20 21:55:19.018 INFO O| Download: 4181/15862 items 42.7/176.4MB 24% complete (461k/s)
39112024-12-20T21:55:25.660Z[ host-image] Dec 20 21:55:23.541 INFO O| Dec 20 21:55:23.541 INFO O| Download: 2446/22788 items 28.2/199.7MB 14% complete (172k/s)
39122024-12-20T21:55:26.149Z[ recovery-image] Dec 20 21:55:24.031 INFO O| Dec 20 21:55:24.030 INFO O| Download: 4766/15862 items 43.0/176.4MB 24% complete (106k/s)
39132024-12-20T21:55:31.263Z[ recovery-image] Dec 20 21:55:29.143 INFO O| Dec 20 21:55:29.143 INFO O| Download: 4807/15862 items 43.0/176.4MB 24% complete (34.9k/s)
39142024-12-20T21:55:36.265Z[ recovery-image] Dec 20 21:55:34.144 INFO O| Dec 20 21:55:34.144 INFO O| Download: 5481/15862 items 43.4/176.4MB 24% complete (42.1k/s)
39152024-12-20T21:55:42.957Z[ recovery-image] Dec 20 21:55:40.834 INFO O| Dec 20 21:55:40.834 INFO O| Download: 5656/15862 items 44.5/176.4MB 25% complete (144k/s)
39162024-12-20T21:55:44.881Z[ host-image] Dec 20 21:55:42.758 INFO O| Dec 20 21:55:42.758 INFO O| Download: 2454/22788 items 28.2/199.7MB 14% complete
39172024-12-20T21:55:49.884Z[ host-image] Dec 20 21:55:47.760 INFO O| Dec 20 21:55:47.760 INFO O| Download: 3378/22788 items 34.2/199.7MB 17% complete (1.2M/s)
39182024-12-20T21:55:49.992Z[ recovery-image] Dec 20 21:55:47.868 INFO O| Dec 20 21:55:47.868 INFO O| Download: 5680/15862 items 45.1/176.4MB 25% complete (151k/s)
39192024-12-20T21:55:54.898Z[ host-image] Dec 20 21:55:52.773 INFO O| Dec 20 21:55:52.772 INFO O| Download: 3694/22788 items 39.1/199.7MB 19% complete (1016k/s)
39202024-12-20T21:55:55.861Z[ recovery-image] Dec 20 21:55:53.736 INFO O| Dec 20 21:55:53.736 INFO O| Download: 5906/15862 items 53.0/176.4MB 30% complete (832k/s)
39212024-12-20T21:55:59.936Z[ host-image] Dec 20 21:55:57.810 INFO O| Dec 20 21:55:57.810 INFO O| Download: 4488/22788 items 41.8/199.7MB 20% complete (769k/s)
39222024-12-20T21:56:00.864Z[ recovery-image] Dec 20 21:55:58.738 INFO O| Dec 20 21:55:58.738 INFO O| Download: 6003/15862 items 54.1/176.4MB 30% complete (896k/s)
39232024-12-20T21:56:04.940Z[ host-image] Dec 20 21:56:02.813 INFO O| Dec 20 21:56:02.813 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (518k/s)
39242024-12-20T21:56:06.440Z[ recovery-image] Dec 20 21:56:04.311 INFO O| Dec 20 21:56:04.310 INFO O| Download: 6180/15862 items 61.9/176.4MB 35% complete (876k/s)
39252024-12-20T21:56:09.948Z[ host-image] Dec 20 21:56:07.818 INFO O| Dec 20 21:56:07.818 INFO O| Download: 5128/22788 items 45.9/199.7MB 23% complete (425k/s)
39262024-12-20T21:56:11.560Z[ recovery-image] Dec 20 21:56:09.384 INFO O| Dec 20 21:56:09.384 INFO O| Download: 6752/15862 items 64.8/176.4MB 36% complete (1.1M/s)
39272024-12-20T21:56:15.006Z[ host-image] Dec 20 21:56:12.876 INFO O| Dec 20 21:56:12.876 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (408k/s)
39282024-12-20T21:56:16.903Z[ recovery-image] Dec 20 21:56:14.773 INFO O| Dec 20 21:56:14.773 INFO O| Download: 7203/15862 items 73.3/176.4MB 41% complete (1.3M/s)
39292024-12-20T21:56:20.011Z[ host-image] Dec 20 21:56:17.878 INFO O| Dec 20 21:56:17.878 INFO O| Download: 6750/22788 items 47.8/199.7MB 23% complete (131k/s)
39302024-12-20T21:56:21.909Z[ recovery-image] Dec 20 21:56:19.778 INFO O| Dec 20 21:56:19.778 INFO O| Download: 7353/15862 items 73.4/176.4MB 41% complete (841k/s)
39312024-12-20T21:56:25.738Z[ host-image] Dec 20 21:56:23.606 INFO O| Dec 20 21:56:23.605 INFO O| Download: 6860/22788 items 49.0/199.7MB 24% complete (260k/s)
39322024-12-20T21:56:26.914Z[ recovery-image] Dec 20 21:56:24.782 INFO O| Dec 20 21:56:24.782 INFO O| Download: 7748/15862 items 74.8/176.4MB 42% complete (123k/s)
39332024-12-20T21:56:30.759Z[ host-image] Dec 20 21:56:28.627 INFO O| Dec 20 21:56:28.627 INFO O| Download: 7322/22788 items 57.4/199.7MB 28% complete (1013k/s)
39342024-12-20T21:56:32.266Z[ recovery-image] Dec 20 21:56:30.133 INFO O| Dec 20 21:56:30.133 INFO O| Download: 7921/15862 items 77.4/176.4MB 43% complete (382k/s)
39352024-12-20T21:56:35.774Z[ host-image] Dec 20 21:56:33.640 INFO O| Dec 20 21:56:33.640 INFO O| Download: 8009/22788 items 60.3/199.7MB 30% complete (1.1M/s)
39362024-12-20T21:56:37.269Z[ recovery-image] Dec 20 21:56:35.135 INFO O| Dec 20 21:56:35.135 INFO O| Download: 8455/15862 items 79.8/176.4MB 45% complete (510k/s)
39372024-12-20T21:56:40.256Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39382024-12-20T21:56:41.283Z[ host-image] Dec 20 21:56:39.145 INFO O| Dec 20 21:56:39.145 INFO O| Download: 8285/22788 items 66.8/199.7MB 33% complete (877k/s)
39392024-12-20T21:56:43.413Z[ recovery-image] Dec 20 21:56:41.277 INFO O| Dec 20 21:56:41.277 INFO O| Download: 8769/15862 items 84.3/176.4MB 47% complete (779k/s)
39402024-12-20T21:56:46.304Z[ host-image] Dec 20 21:56:44.167 INFO O| Dec 20 21:56:44.167 INFO O| Download: 8361/22788 items 69.0/199.7MB 34% complete (931k/s)
39412024-12-20T21:56:48.469Z[ recovery-image] Dec 20 21:56:46.333 INFO O| Dec 20 21:56:46.333 INFO O| Download: 8838/15862 items 91.9/176.4MB 52% complete (1.2M/s)
39422024-12-20T21:56:51.306Z[ host-image] Dec 20 21:56:49.169 INFO O| Dec 20 21:56:49.169 INFO O| Download: 9094/22788 items 75.3/199.7MB 37% complete (824k/s)
39432024-12-20T21:56:53.478Z[ recovery-image] Dec 20 21:56:51.340 INFO O| Dec 20 21:56:51.340 INFO O| Download: 9239/15862 items 92.8/176.4MB 52% complete (880k/s)
39442024-12-20T21:56:56.317Z[ host-image] Dec 20 21:56:54.177 INFO O| Dec 20 21:56:54.177 INFO O| Download: 9563/22788 items 83.3/199.7MB 41% complete (1.4M/s)
39452024-12-20T21:56:58.497Z[ recovery-image] Dec 20 21:56:56.359 INFO O| Dec 20 21:56:56.359 INFO O| Download: 10005/15862 items 93.2/176.4MB 52% complete (135k/s)
39462024-12-20T21:57:01.330Z[ host-image] Dec 20 21:56:59.190 INFO O| Dec 20 21:56:59.189 INFO O| Download: 10372/22788 items 87.8/199.7MB 43% complete (1.3M/s)
39472024-12-20T21:57:03.483Z[ recovery-image] Dec 20 21:57:01.343 INFO O| Dec 20 21:57:01.343 INFO O| Download: 10699/15862 items 93.5/176.4MB 53% complete (74.5k/s)
39482024-12-20T21:57:06.473Z[ host-image] Dec 20 21:57:04.333 INFO O| Dec 20 21:57:04.332 INFO O| Download: 10412/22788 items 88.0/199.7MB 44% complete (1.1M/s)
39492024-12-20T21:57:08.484Z[ recovery-image] Dec 20 21:57:06.343 INFO O| Dec 20 21:57:06.343 INFO O| Download: 11059/15862 items 95.8/176.4MB 54% complete (228k/s)
39502024-12-20T21:57:12.755Z[ host-image] Dec 20 21:57:10.613 INFO O| Dec 20 21:57:10.613 INFO O| Download: 10414/22788 items 88.0/199.7MB 44% complete (1.1M/s)
39512024-12-20T21:57:13.599Z[ recovery-image] Dec 20 21:57:11.457 INFO O| Dec 20 21:57:11.456 INFO O| Download: 11400/15862 items 107.0/176.4MB 60% complete (1.3M/s)
39522024-12-20T21:57:15.186Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532024-12-20T21:57:17.769Z[ host-image] Dec 20 21:57:15.626 INFO O| Dec 20 21:57:15.626 INFO O| Download: 11083/22788 items 91.8/199.7MB 45% complete (763k/s)
39542024-12-20T21:57:18.623Z[ recovery-image] Dec 20 21:57:16.479 INFO O| Dec 20 21:57:16.479 INFO O| Download: 11815/15862 items 126.3/176.4MB 71% complete (2.9M/s)
39552024-12-20T21:57:23.009Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39562024-12-20T21:57:23.235Z[ host-image] Dec 20 21:57:21.090 INFO O| Dec 20 21:57:21.090 INFO O| Download: 11230/22788 items 94.0/199.7MB 47% complete (661k/s)
39572024-12-20T21:57:23.629Z[ recovery-image] Dec 20 21:57:21.485 INFO O| Dec 20 21:57:21.485 INFO O| Download: 12138/15862 items 140.5/176.4MB 79% complete (3.5M/s)
39582024-12-20T21:57:26.382Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39592024-12-20T21:57:27.841Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39602024-12-20T21:57:28.252Z[ host-image] Dec 20 21:57:26.107 INFO O| Dec 20 21:57:26.107 INFO O| Download: 11534/22788 items 96.3/199.7MB 48% complete (460k/s)
39612024-12-20T21:57:28.638Z[ recovery-image] Dec 20 21:57:26.492 INFO O| Dec 20 21:57:26.492 INFO O| Download: 12968/15862 items 143.7/176.4MB 81% complete (1.9M/s)
39622024-12-20T21:57:33.253Z[ host-image] Dec 20 21:57:31.107 INFO O| Dec 20 21:57:31.107 INFO O| Download: 11980/22788 items 98.2/199.7MB 49% complete (451k/s)
39632024-12-20T21:57:33.644Z[ recovery-image] Dec 20 21:57:31.497 INFO O| Dec 20 21:57:31.497 INFO O| Download: 13660/15862 items 147.3/176.4MB 83% complete (697k/s)
39642024-12-20T21:57:38.415Z[ host-image] Dec 20 21:57:36.267 INFO O| Dec 20 21:57:36.267 INFO O| Download: 12179/22788 items 108.4/199.7MB 54% complete (1.2M/s)
39652024-12-20T21:57:38.650Z[ recovery-image] Dec 20 21:57:36.500 INFO O| Dec 20 21:57:36.500 INFO O| Download: 14214/15862 items 149.1/176.4MB 84% complete (552k/s)
39662024-12-20T21:57:44.159Z[ host-image] Dec 20 21:57:42.010 INFO O| Dec 20 21:57:42.010 INFO O| Download: 12208/22788 items 109.1/199.7MB 54% complete (1.2M/s)
39672024-12-20T21:57:44.700Z[ recovery-image] Dec 20 21:57:42.550 INFO O| Dec 20 21:57:42.550 INFO O| Download: 14670/15862 items 150.6/176.4MB 85% complete (532k/s)
39682024-12-20T21:57:49.191Z[ host-image] Dec 20 21:57:47.041 INFO O| Dec 20 21:57:47.041 INFO O| Download: 12313/22788 items 109.5/199.7MB 54% complete (119k/s)
39692024-12-20T21:57:49.953Z[ recovery-image] Dec 20 21:57:47.803 INFO O| Dec 20 21:57:47.803 INFO O| Download: 14766/15862 items 156.4/176.4MB 88% complete (698k/s)
39702024-12-20T21:57:54.365Z[ host-image] Dec 20 21:57:52.214 INFO O| Dec 20 21:57:52.214 INFO O| Download: 13335/22788 items 110.0/199.7MB 55% complete (95.1k/s)
39712024-12-20T21:57:54.965Z[ recovery-image] Dec 20 21:57:52.814 INFO O| Dec 20 21:57:52.814 INFO O| Download: 15003/15862 items 157.7/176.4MB 89% complete (915k/s)
39722024-12-20T21:57:59.366Z[ host-image] Dec 20 21:57:57.214 INFO O| Dec 20 21:57:57.214 INFO O| Download: 14059/22788 items 110.4/199.7MB 55% complete (86.8k/s)
39732024-12-20T21:57:59.966Z[ recovery-image] Dec 20 21:57:57.814 INFO O| Dec 20 21:57:57.814 INFO O| Download: 15398/15862 items 165.3/176.4MB 93% complete (835k/s)
39742024-12-20T21:58:04.509Z[ host-image] Dec 20 21:58:02.353 INFO O| Dec 20 21:58:02.353 INFO O| Download: 14424/22788 items 111.7/199.7MB 55% complete (162k/s)
39752024-12-20T21:58:05.091Z[ recovery-image] Dec 20 21:58:02.937 INFO O| Dec 20 21:58:02.937 INFO O| Download: 15573/15862 items 169.2/176.4MB 95% complete (1.2M/s)
39762024-12-20T21:58:09.509Z[ host-image] Dec 20 21:58:07.355 INFO O| Dec 20 21:58:07.355 INFO O| Download: 14667/22788 items 117.0/199.7MB 58% complete (679k/s)
39772024-12-20T21:58:10.104Z[ recovery-image] Dec 20 21:58:07.950 INFO O| Dec 20 21:58:07.950 INFO O| Download: 15665/15862 items 170.4/176.4MB 96% complete (856k/s)
39782024-12-20T21:58:14.510Z[ host-image] Dec 20 21:58:12.355 INFO O| Dec 20 21:58:12.355 INFO O| Download: 15446/22788 items 123.2/199.7MB 61% complete (1.1M/s)
39792024-12-20T21:58:15.389Z[ recovery-image] Dec 20 21:58:13.234 INFO O| Dec 20 21:58:13.234 INFO O| Download: 15853/15862 items 175.9/176.4MB 99% complete (684k/s)
39802024-12-20T21:58:15.430Z[ recovery-image] Dec 20 21:58:13.275 INFO O| Dec 20 21:58:13.275 INFO O| Download: Completed 176.38 MB in 242.98 seconds (741k/s)
39812024-12-20T21:58:16.330Z[ recovery-image] Dec 20 21:58:14.174 INFO O| Dec 20 21:58:14.174 INFO O| Actions: 1/25028 actions (Installing new actions)
39822024-12-20T21:58:19.514Z[ host-image] Dec 20 21:58:17.358 INFO O| Dec 20 21:58:17.357 INFO O| Download: 15818/22788 items 127.9/199.7MB 64% complete (1.0M/s)
39832024-12-20T21:58:21.331Z[ recovery-image] Dec 20 21:58:19.174 INFO O| Dec 20 21:58:19.174 INFO O| Actions: 9622/25028 actions (Installing new actions)
39842024-12-20T21:58:24.515Z[ host-image] Dec 20 21:58:22.358 INFO O| Dec 20 21:58:22.357 INFO O| Download: 16650/22788 items 148.0/199.7MB 74% complete (2.5M/s)
39852024-12-20T21:58:26.332Z[ recovery-image] Dec 20 21:58:24.174 INFO O| Dec 20 21:58:24.174 INFO O| Actions: 15887/25028 actions (Installing new actions)
39862024-12-20T21:58:29.537Z[ host-image] Dec 20 21:58:27.379 INFO O| Dec 20 21:58:27.379 INFO O| Download: 17458/22788 items 149.5/199.7MB 74% complete (2.2M/s)
39872024-12-20T21:58:30.825Z[ recovery-image] Dec 20 21:58:28.666 INFO O| Dec 20 21:58:28.666 INFO O| Actions: Completed 25028 actions in 14.49 seconds.
39882024-12-20T21:58:31.483Z[ recovery-image] Dec 20 21:58:29.324 INFO O| Dec 20 21:58:29.324 INFO O| Done
39892024-12-20T21:58:31.486Z[ recovery-image] Dec 20 21:58:29.324 INFO O| Dec 20 21:58:29.324 INFO O| Done
39902024-12-20T21:58:33.305Z[ recovery-image] Dec 20 21:58:31.145 INFO O| Dec 20 21:58:31.145 INFO O| Done
39912024-12-20T21:58:34.610Z[ host-image] Dec 20 21:58:32.450 INFO O| Dec 20 21:58:32.450 INFO O| Download: 17918/22788 items 158.2/199.7MB 79% complete (734k/s)
39922024-12-20T21:58:35.136Z[ recovery-image] Dec 20 21:58:32.977 INFO O| Dec 20 21:58:32.977 INFO O| Done
39932024-12-20T21:58:35.158Z[ recovery-image] Dec 20 21:58:32.998 INFO O| Dec 20 21:58:32.998 INFO O| Done
39942024-12-20T21:58:39.615Z[ host-image] Dec 20 21:58:37.454 INFO O| Dec 20 21:58:37.454 INFO O| Download: 18604/22788 items 164.5/199.7MB 82% complete (1.5M/s)
39952024-12-20T21:58:39.976Z[ recovery-image] Dec 20 21:58:37.813 INFO O| Dec 20 21:58:37.812 INFO O| Done
39962024-12-20T21:58:40.702Z[ recovery-image] Dec 20 21:58:38.539 INFO O| Dec 20 21:58:38.539 INFO O| Done
39972024-12-20T21:58:41.212Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 11 (pkg_install) COMPLETE
39982024-12-20T21:58:41.212Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39992024-12-20T21:58:41.212Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO skip step because feature "recovery" is enabled
40002024-12-20T21:58:41.215Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40012024-12-20T21:58:41.215Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO skip step because feature "omicron1" is not enabled
40022024-12-20T21:58:41.215Z[ recovery-image] Dec 20 21:58:39.051 INFO O| Dec 20 21:58:39.051 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40032024-12-20T21:58:41.231Z[ recovery-image] Dec 20 21:58:39.070 INFO O| Dec 20 21:58:39.070 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40042024-12-20T21:58:42.241Z[ recovery-image] Dec 20 21:58:40.079 INFO O| Dec 20 21:58:40.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40052024-12-20T21:58:44.616Z[ host-image] Dec 20 21:58:42.454 INFO O| Dec 20 21:58:42.454 INFO O| Download: 19424/22788 items 168.2/199.7MB 84% complete (1016k/s)
40062024-12-20T21:58:46.839Z[ recovery-image] Dec 20 21:58:44.676 INFO O| Dec 20 21:58:44.676 INFO O| Planning: Solver setup ... Done
40072024-12-20T21:58:46.845Z[ recovery-image] Dec 20 21:58:44.683 INFO O| Dec 20 21:58:44.683 INFO O| Planning: Running solver ... Done
40082024-12-20T21:58:46.928Z[ recovery-image] Dec 20 21:58:44.766 INFO O| Dec 20 21:58:44.766 INFO O| Planning: Finding local manifests ... Done
40092024-12-20T21:58:46.931Z[ recovery-image] Dec 20 21:58:44.767 INFO O| Dec 20 21:58:44.767 INFO O| Planning: Fetching manifests: 0/1 0% complete
40102024-12-20T21:58:47.095Z[ recovery-image] Dec 20 21:58:44.933 INFO O| Dec 20 21:58:44.932 INFO O| Planning: Fetching manifests: 1/1 100% complete
40112024-12-20T21:58:47.126Z[ recovery-image] Dec 20 21:58:44.963 INFO O| Dec 20 21:58:44.963 INFO O| Planning: Package planning ... Done
40122024-12-20T21:58:47.128Z[ recovery-image] Dec 20 21:58:44.964 INFO O| Dec 20 21:58:44.964 INFO O| Planning: Merging actions ... Done
40132024-12-20T21:58:47.183Z[ recovery-image] Dec 20 21:58:45.021 INFO O| Dec 20 21:58:45.021 INFO O| Planning: Checking for conflicting actions ... Done
40142024-12-20T21:58:47.186Z[ recovery-image] Dec 20 21:58:45.022 INFO O| Dec 20 21:58:45.022 INFO O| Planning: Consolidating action changes ... Done
40152024-12-20T21:58:47.454Z[ recovery-image] Dec 20 21:58:45.291 INFO O| Dec 20 21:58:45.291 INFO O| Planning: Evaluating mediators ... Done
40162024-12-20T21:58:47.456Z[ recovery-image] Dec 20 21:58:45.292 INFO O| Dec 20 21:58:45.292 INFO O| Planning: Planning completed in 5.21 seconds
40172024-12-20T21:58:47.460Z[ recovery-image] Dec 20 21:58:45.297 INFO O| Dec 20 21:58:45.295 INFO O| Packages to install: 1
40182024-12-20T21:58:47.485Z[ recovery-image] Dec 20 21:58:45.323 INFO O| Dec 20 21:58:45.323 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40192024-12-20T21:58:48.402Z[ recovery-image] Dec 20 21:58:46.239 INFO O| Dec 20 21:58:46.239 INFO O| Download: Completed 9.99 MB in 0.92 seconds (10.9M/s)
40202024-12-20T21:58:48.570Z[ recovery-image] Dec 20 21:58:46.408 INFO O| Dec 20 21:58:46.407 INFO O| Actions: 1/22 actions (Installing new actions)
40212024-12-20T21:58:48.940Z[ recovery-image] Dec 20 21:58:46.778 INFO O| Dec 20 21:58:46.777 INFO O| Actions: Completed 22 actions in 0.37 seconds.
40222024-12-20T21:58:49.345Z[ recovery-image] Dec 20 21:58:47.182 INFO O| Dec 20 21:58:47.182 INFO O| Done
40232024-12-20T21:58:49.345Z[ recovery-image] Dec 20 21:58:47.182 INFO O| Dec 20 21:58:47.182 INFO O| Done
40242024-12-20T21:58:49.993Z[ host-image] Dec 20 21:58:47.575 INFO O| Dec 20 21:58:47.575 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (693k/s)
40252024-12-20T21:58:50.592Z[ recovery-image] Dec 20 21:58:48.429 INFO O| Dec 20 21:58:48.429 INFO O| Done
40262024-12-20T21:58:52.405Z[ recovery-image] Dec 20 21:58:50.241 INFO O| Dec 20 21:58:50.241 INFO O| Done
40272024-12-20T21:58:52.451Z[ recovery-image] Dec 20 21:58:50.287 INFO O| Dec 20 21:58:50.287 INFO O| Done
40282024-12-20T21:58:52.451Z[ recovery-image] Dec 20 21:58:50.287 INFO O| Dec 20 21:58:50.287 INFO O| Done
40292024-12-20T21:58:52.466Z[ recovery-image] Dec 20 21:58:50.302 INFO O| Dec 20 21:58:50.302 INFO O| Done
40302024-12-20T21:58:52.628Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 14 (pkg_install) COMPLETE
40312024-12-20T21:58:52.628Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40322024-12-20T21:58:52.628Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "mfg" is not enabled
40332024-12-20T21:58:52.631Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40342024-12-20T21:58:52.631Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "compliance" is not enabled
40352024-12-20T21:58:52.631Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40362024-12-20T21:58:52.631Z[ recovery-image] Dec 20 21:58:50.464 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "stress" is not enabled
40372024-12-20T21:58:52.632Z[ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40382024-12-20T21:58:52.632Z[ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO skip step because feature "nfs" is not enabled
40392024-12-20T21:58:52.632Z[ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.464 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40402024-12-20T21:58:52.632Z[ recovery-image] Dec 20 21:58:50.465 INFO O| Dec 20 21:58:50.465 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40412024-12-20T21:58:52.812Z[ recovery-image] Dec 20 21:58:50.648 INFO O| Dec 20 21:58:50.648 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40422024-12-20T21:58:52.951Z[ recovery-image] Dec 20 21:58:50.787 INFO O| Dec 20 21:58:50.787 INFO completed processing gimlet/ramdisk-01-os
40432024-12-20T21:58:52.954Z[ recovery-image] Dec 20 21:58:50.790 INFO image builder template: ramdisk-02-trim...
40442024-12-20T21:58:52.954Z[ recovery-image] Dec 20 21:58:50.790 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/.tmpUUBaUa/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
40452024-12-20T21:58:52.991Z[ recovery-image] Dec 20 21:58:50.828 INFO O| Dec 20 21:58:50.828 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40462024-12-20T21:58:53.009Z[ recovery-image] Dec 20 21:58:50.845 INFO O| Dec 20 21:58:50.845 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40472024-12-20T21:58:53.124Z[ recovery-image] Dec 20 21:58:50.960 INFO O| Dec 20 21:58:50.960 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40482024-12-20T21:58:53.198Z[ recovery-image] Dec 20 21:58:51.034 INFO O| Dec 20 21:58:51.034 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40492024-12-20T21:58:53.200Z[ recovery-image] Dec 20 21:58:51.035 INFO O| Dec 20 21:58:51.035 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40502024-12-20T21:58:53.208Z[ recovery-image] Dec 20 21:58:51.044 INFO O| Dec 20 21:58:51.044 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40512024-12-20T21:58:53.233Z[ recovery-image] Dec 20 21:58:51.070 INFO O| Dec 20 21:58:51.070 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40522024-12-20T21:58:53.243Z[ recovery-image] Dec 20 21:58:51.079 INFO O| Dec 20 21:58:51.079 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40532024-12-20T21:58:53.840Z[ recovery-image] Dec 20 21:58:51.676 INFO O| Dec 20 21:58:51.676 INFO rolled back to input snapshot; work may begin
40542024-12-20T21:58:53.840Z[ recovery-image] Dec 20 21:58:51.676 INFO O| Dec 20 21:58:51.676 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40552024-12-20T21:58:53.849Z[ recovery-image] Dec 20 21:58:51.686 INFO O| Dec 20 21:58:51.685 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-20T21:58:53.868Z[ recovery-image] Dec 20 21:58:51.704 INFO O| Dec 20 21:58:51.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40572024-12-20T21:58:53.949Z[ recovery-image] Dec 20 21:58:51.785 INFO O| Dec 20 21:58:51.785 INFO STEP 0 (remove_files) COMPLETE
40582024-12-20T21:58:53.949Z[ recovery-image] Dec 20 21:58:51.785 INFO O| Dec 20 21:58:51.785 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-20T21:58:53.969Z[ recovery-image] Dec 20 21:58:51.805 INFO O| Dec 20 21:58:51.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40602024-12-20T21:58:53.972Z[ recovery-image] Dec 20 21:58:51.808 INFO O| Dec 20 21:58:51.808 INFO STEP 1 (remove_files) COMPLETE
40612024-12-20T21:58:53.972Z[ recovery-image] Dec 20 21:58:51.808 INFO O| Dec 20 21:58:51.808 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-20T21:58:53.990Z[ recovery-image] Dec 20 21:58:51.827 INFO O| Dec 20 21:58:51.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40632024-12-20T21:58:54.010Z[ recovery-image] Dec 20 21:58:51.846 INFO O| Dec 20 21:58:51.846 INFO STEP 2 (remove_files) COMPLETE
40642024-12-20T21:58:54.010Z[ recovery-image] Dec 20 21:58:51.846 INFO O| Dec 20 21:58:51.846 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-20T21:58:54.029Z[ recovery-image] Dec 20 21:58:51.864 INFO O| Dec 20 21:58:51.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40662024-12-20T21:58:54.031Z[ recovery-image] Dec 20 21:58:51.867 INFO O| Dec 20 21:58:51.866 INFO STEP 3 (remove_files) COMPLETE
40672024-12-20T21:58:54.031Z[ recovery-image] Dec 20 21:58:51.867 INFO O| Dec 20 21:58:51.867 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-20T21:58:54.092Z[ recovery-image] Dec 20 21:58:51.927 INFO O| Dec 20 21:58:51.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40692024-12-20T21:58:54.099Z[ recovery-image] Dec 20 21:58:51.935 INFO O| Dec 20 21:58:51.934 INFO STEP 4 (remove_files) COMPLETE
40702024-12-20T21:58:54.099Z[ recovery-image] Dec 20 21:58:51.935 INFO O| Dec 20 21:58:51.935 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-20T21:58:54.119Z[ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40722024-12-20T21:58:54.123Z[ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO STEP 5 (remove_files) COMPLETE
40732024-12-20T21:58:54.123Z[ recovery-image] Dec 20 21:58:51.954 INFO O| Dec 20 21:58:51.954 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-20T21:58:54.136Z[ recovery-image] Dec 20 21:58:51.973 INFO O| Dec 20 21:58:51.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40752024-12-20T21:58:54.153Z[ recovery-image] Dec 20 21:58:51.989 INFO O| Dec 20 21:58:51.989 INFO STEP 6 (remove_files) COMPLETE
40762024-12-20T21:58:54.153Z[ recovery-image] Dec 20 21:58:51.989 INFO O| Dec 20 21:58:51.989 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-20T21:58:54.154Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled
40782024-12-20T21:58:54.157Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-12-20T21:58:54.157Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled
40802024-12-20T21:58:54.157Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-20T21:58:54.157Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.989 INFO skip step because feature "recovery" is enabled
40822024-12-20T21:58:54.157Z[ recovery-image] Dec 20 21:58:51.990 INFO O| Dec 20 21:58:51.990 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-20T21:58:54.174Z[ recovery-image] Dec 20 21:58:52.010 INFO O| Dec 20 21:58:52.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40842024-12-20T21:58:54.180Z[ recovery-image] Dec 20 21:58:52.016 INFO O| Dec 20 21:58:52.016 INFO STEP 10 (remove_files) COMPLETE
40852024-12-20T21:58:54.180Z[ recovery-image] Dec 20 21:58:52.016 INFO O| Dec 20 21:58:52.016 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-20T21:58:54.207Z[ recovery-image] Dec 20 21:58:52.043 INFO O| Dec 20 21:58:52.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40872024-12-20T21:58:54.210Z[ recovery-image] Dec 20 21:58:52.045 INFO O| Dec 20 21:58:52.045 INFO STEP 11 (remove_files) COMPLETE
40882024-12-20T21:58:54.210Z[ recovery-image] Dec 20 21:58:52.045 INFO O| Dec 20 21:58:52.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-20T21:58:54.268Z[ recovery-image] Dec 20 21:58:52.104 INFO O| Dec 20 21:58:52.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40902024-12-20T21:58:54.271Z[ recovery-image] Dec 20 21:58:52.107 INFO O| Dec 20 21:58:52.107 INFO STEP 12 (remove_files) COMPLETE
40912024-12-20T21:58:54.271Z[ recovery-image] Dec 20 21:58:52.107 INFO O| Dec 20 21:58:52.107 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-20T21:58:54.297Z[ recovery-image] Dec 20 21:58:52.129 INFO O| Dec 20 21:58:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40932024-12-20T21:58:54.358Z[ recovery-image] Dec 20 21:58:52.194 INFO O| Dec 20 21:58:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40942024-12-20T21:58:54.465Z[ recovery-image] Dec 20 21:58:52.301 INFO O| Dec 20 21:58:52.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40952024-12-20T21:58:54.467Z[ recovery-image] Dec 20 21:58:52.303 INFO O| Dec 20 21:58:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40962024-12-20T21:58:54.474Z[ recovery-image] Dec 20 21:58:52.310 INFO O| Dec 20 21:58:52.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40972024-12-20T21:58:54.756Z[ host-image] Dec 20 21:58:52.592 INFO O| Dec 20 21:58:52.591 INFO O| Download: 20583/22788 items 172.3/199.7MB 86% complete (416k/s)
40982024-12-20T21:58:54.762Z[ recovery-image] Dec 20 21:58:52.598 INFO O| Dec 20 21:58:52.598 INFO STEP 13 (remove_files) COMPLETE
40992024-12-20T21:58:54.763Z[ recovery-image] Dec 20 21:58:52.598 INFO O| Dec 20 21:58:52.598 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-20T21:58:54.824Z[ recovery-image] Dec 20 21:58:52.660 INFO O| Dec 20 21:58:52.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41012024-12-20T21:58:54.826Z[ recovery-image] Dec 20 21:58:52.663 INFO O| Dec 20 21:58:52.662 INFO STEP 14 (remove_files) COMPLETE
41022024-12-20T21:58:54.829Z[ recovery-image] Dec 20 21:58:52.663 INFO O| Dec 20 21:58:52.662 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-20T21:58:54.847Z[ recovery-image] Dec 20 21:58:52.683 INFO O| Dec 20 21:58:52.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41042024-12-20T21:58:54.858Z[ recovery-image] Dec 20 21:58:52.694 INFO O| Dec 20 21:58:52.694 INFO STEP 15 (remove_files) COMPLETE
41052024-12-20T21:58:54.858Z[ recovery-image] Dec 20 21:58:52.694 INFO O| Dec 20 21:58:52.694 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-20T21:58:54.879Z[ recovery-image] Dec 20 21:58:52.715 INFO O| Dec 20 21:58:52.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41072024-12-20T21:58:54.882Z[ recovery-image] Dec 20 21:58:52.716 INFO O| Dec 20 21:58:52.716 INFO STEP 16 (remove_files) COMPLETE
41082024-12-20T21:58:54.882Z[ recovery-image] Dec 20 21:58:52.716 INFO O| Dec 20 21:58:52.716 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-20T21:58:54.899Z[ recovery-image] Dec 20 21:58:52.735 INFO O| Dec 20 21:58:52.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41102024-12-20T21:58:54.901Z[ recovery-image] Dec 20 21:58:52.738 INFO O| Dec 20 21:58:52.738 INFO STEP 17 (remove_files) COMPLETE
41112024-12-20T21:58:54.904Z[ recovery-image] Dec 20 21:58:52.738 INFO O| Dec 20 21:58:52.738 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-20T21:58:54.921Z[ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41132024-12-20T21:58:54.921Z[ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO STEP 18 (remove_files) COMPLETE
41142024-12-20T21:58:54.921Z[ recovery-image] Dec 20 21:58:52.757 INFO O| Dec 20 21:58:52.757 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-20T21:58:54.940Z[ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41162024-12-20T21:58:54.940Z[ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO STEP 19 (remove_files) COMPLETE
41172024-12-20T21:58:54.943Z[ recovery-image] Dec 20 21:58:52.776 INFO O| Dec 20 21:58:52.776 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-20T21:58:54.958Z[ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41192024-12-20T21:58:54.958Z[ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO STEP 20 (remove_files) COMPLETE
41202024-12-20T21:58:54.960Z[ recovery-image] Dec 20 21:58:52.794 INFO O| Dec 20 21:58:52.794 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-20T21:58:54.977Z[ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41222024-12-20T21:58:54.977Z[ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO STEP 21 (remove_files) COMPLETE
41232024-12-20T21:58:54.977Z[ recovery-image] Dec 20 21:58:52.813 INFO O| Dec 20 21:58:52.813 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-20T21:58:54.995Z[ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41252024-12-20T21:58:54.995Z[ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO STEP 22 (remove_files) COMPLETE
41262024-12-20T21:58:54.995Z[ recovery-image] Dec 20 21:58:52.831 INFO O| Dec 20 21:58:52.831 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-20T21:58:55.014Z[ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41282024-12-20T21:58:55.014Z[ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO STEP 23 (remove_files) COMPLETE
41292024-12-20T21:58:55.014Z[ recovery-image] Dec 20 21:58:52.850 INFO O| Dec 20 21:58:52.850 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-20T21:58:55.032Z[ recovery-image] Dec 20 21:58:52.868 INFO O| Dec 20 21:58:52.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41312024-12-20T21:58:55.033Z[ recovery-image] Dec 20 21:58:52.869 INFO O| Dec 20 21:58:52.868 INFO STEP 24 (remove_files) COMPLETE
41322024-12-20T21:58:55.035Z[ recovery-image] Dec 20 21:58:52.869 INFO O| Dec 20 21:58:52.869 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-20T21:58:55.050Z[ recovery-image] Dec 20 21:58:52.886 INFO O| Dec 20 21:58:52.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41342024-12-20T21:58:55.051Z[ recovery-image] Dec 20 21:58:52.887 INFO O| Dec 20 21:58:52.887 INFO STEP 25 (remove_files) COMPLETE
41352024-12-20T21:58:55.051Z[ recovery-image] Dec 20 21:58:52.887 INFO O| Dec 20 21:58:52.887 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-20T21:58:55.069Z[ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41372024-12-20T21:58:55.069Z[ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO STEP 26 (remove_files) COMPLETE
41382024-12-20T21:58:55.072Z[ recovery-image] Dec 20 21:58:52.905 INFO O| Dec 20 21:58:52.905 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-20T21:58:55.087Z[ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41402024-12-20T21:58:55.087Z[ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO STEP 27 (remove_files) COMPLETE
41412024-12-20T21:58:55.087Z[ recovery-image] Dec 20 21:58:52.923 INFO O| Dec 20 21:58:52.923 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-20T21:58:55.113Z[ recovery-image] Dec 20 21:58:52.948 INFO O| Dec 20 21:58:52.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41432024-12-20T21:58:55.116Z[ recovery-image] Dec 20 21:58:52.948 INFO O| Dec 20 21:58:52.948 INFO STEP 28 (remove_files) COMPLETE
41442024-12-20T21:58:55.116Z[ recovery-image] Dec 20 21:58:52.949 INFO O| Dec 20 21:58:52.948 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-20T21:58:55.131Z[ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41462024-12-20T21:58:55.135Z[ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO STEP 29 (remove_files) COMPLETE
41472024-12-20T21:58:55.135Z[ recovery-image] Dec 20 21:58:52.967 INFO O| Dec 20 21:58:52.967 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-20T21:58:55.149Z[ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41492024-12-20T21:58:55.152Z[ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO STEP 30 (remove_files) COMPLETE
41502024-12-20T21:58:55.152Z[ recovery-image] Dec 20 21:58:52.985 INFO O| Dec 20 21:58:52.985 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-20T21:58:55.169Z[ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41522024-12-20T21:58:55.172Z[ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO STEP 31 (remove_files) COMPLETE
41532024-12-20T21:58:55.172Z[ recovery-image] Dec 20 21:58:53.005 INFO O| Dec 20 21:58:53.005 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-20T21:58:55.189Z[ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41552024-12-20T21:58:55.192Z[ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO STEP 32 (remove_files) COMPLETE
41562024-12-20T21:58:55.192Z[ recovery-image] Dec 20 21:58:53.025 INFO O| Dec 20 21:58:53.025 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-20T21:58:55.208Z[ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41582024-12-20T21:58:55.211Z[ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.044 INFO STEP 33 (remove_files) COMPLETE
41592024-12-20T21:58:55.211Z[ recovery-image] Dec 20 21:58:53.044 INFO O| Dec 20 21:58:53.044 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-20T21:58:55.226Z[ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41612024-12-20T21:58:55.226Z[ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.062 INFO STEP 34 (remove_files) COMPLETE
41622024-12-20T21:58:55.228Z[ recovery-image] Dec 20 21:58:53.062 INFO O| Dec 20 21:58:53.062 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-20T21:58:55.244Z[ recovery-image] Dec 20 21:58:53.079 INFO O| Dec 20 21:58:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41642024-12-20T21:58:55.246Z[ recovery-image] Dec 20 21:58:53.080 INFO O| Dec 20 21:58:53.080 INFO STEP 35 (remove_files) COMPLETE
41652024-12-20T21:58:55.246Z[ recovery-image] Dec 20 21:58:53.080 INFO O| Dec 20 21:58:53.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-20T21:58:55.263Z[ recovery-image] Dec 20 21:58:53.098 INFO O| Dec 20 21:58:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41672024-12-20T21:58:55.263Z[ recovery-image] Dec 20 21:58:53.099 INFO O| Dec 20 21:58:53.099 INFO STEP 36 (remove_files) COMPLETE
41682024-12-20T21:58:55.279Z[ recovery-image] Dec 20 21:58:53.099 INFO O| Dec 20 21:58:53.099 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-20T21:58:55.282Z[ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41702024-12-20T21:58:55.282Z[ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO STEP 37 (remove_files) COMPLETE
41712024-12-20T21:58:55.282Z[ recovery-image] Dec 20 21:58:53.118 INFO O| Dec 20 21:58:53.118 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-20T21:58:55.327Z[ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41732024-12-20T21:58:55.327Z[ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO STEP 38 (remove_files) COMPLETE
41742024-12-20T21:58:55.327Z[ recovery-image] Dec 20 21:58:53.163 INFO O| Dec 20 21:58:53.163 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-20T21:58:55.346Z[ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41762024-12-20T21:58:55.346Z[ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO STEP 39 (remove_files) COMPLETE
41772024-12-20T21:58:55.350Z[ recovery-image] Dec 20 21:58:53.182 INFO O| Dec 20 21:58:53.182 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-20T21:58:55.364Z[ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41792024-12-20T21:58:55.364Z[ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO STEP 40 (remove_files) COMPLETE
41802024-12-20T21:58:55.367Z[ recovery-image] Dec 20 21:58:53.200 INFO O| Dec 20 21:58:53.200 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-20T21:58:55.402Z[ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41822024-12-20T21:58:55.402Z[ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO STEP 41 (remove_files) COMPLETE
41832024-12-20T21:58:55.402Z[ recovery-image] Dec 20 21:58:53.236 INFO O| Dec 20 21:58:53.236 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-20T21:58:55.419Z[ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41852024-12-20T21:58:55.419Z[ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO STEP 42 (remove_files) COMPLETE
41862024-12-20T21:58:55.422Z[ recovery-image] Dec 20 21:58:53.255 INFO O| Dec 20 21:58:53.255 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-20T21:58:55.439Z[ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41882024-12-20T21:58:55.439Z[ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO STEP 43 (remove_files) COMPLETE
41892024-12-20T21:58:55.442Z[ recovery-image] Dec 20 21:58:53.275 INFO O| Dec 20 21:58:53.275 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-20T21:58:55.459Z[ recovery-image] Dec 20 21:58:53.294 INFO O| Dec 20 21:58:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41912024-12-20T21:58:55.459Z[ recovery-image] Dec 20 21:58:53.295 INFO O| Dec 20 21:58:53.295 INFO STEP 44 (remove_files) COMPLETE
41922024-12-20T21:58:55.459Z[ recovery-image] Dec 20 21:58:53.295 INFO O| Dec 20 21:58:53.295 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-20T21:58:55.478Z[ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41942024-12-20T21:58:55.478Z[ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO STEP 45 (remove_files) COMPLETE
41952024-12-20T21:58:55.478Z[ recovery-image] Dec 20 21:58:53.314 INFO O| Dec 20 21:58:53.314 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-20T21:58:55.499Z[ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41972024-12-20T21:58:55.499Z[ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.334 INFO STEP 46 (remove_files) COMPLETE
41982024-12-20T21:58:55.499Z[ recovery-image] Dec 20 21:58:53.334 INFO O| Dec 20 21:58:53.334 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-20T21:58:55.559Z[ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42002024-12-20T21:58:55.559Z[ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.395 INFO STEP 47 (remove_files) COMPLETE
42012024-12-20T21:58:55.562Z[ recovery-image] Dec 20 21:58:53.395 INFO O| Dec 20 21:58:53.395 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-20T21:58:55.578Z[ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42032024-12-20T21:58:55.578Z[ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.414 INFO STEP 48 (remove_files) COMPLETE
42042024-12-20T21:58:55.578Z[ recovery-image] Dec 20 21:58:53.414 INFO O| Dec 20 21:58:53.414 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-20T21:58:55.596Z[ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42062024-12-20T21:58:55.596Z[ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO STEP 49 (remove_files) COMPLETE
42072024-12-20T21:58:55.596Z[ recovery-image] Dec 20 21:58:53.432 INFO O| Dec 20 21:58:53.432 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-20T21:58:55.618Z[ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42092024-12-20T21:58:55.618Z[ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO STEP 50 (remove_files) COMPLETE
42102024-12-20T21:58:55.618Z[ recovery-image] Dec 20 21:58:53.450 INFO O| Dec 20 21:58:53.450 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-20T21:58:55.635Z[ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42122024-12-20T21:58:55.635Z[ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO STEP 51 (remove_files) COMPLETE
42132024-12-20T21:58:55.638Z[ recovery-image] Dec 20 21:58:53.470 INFO O| Dec 20 21:58:53.470 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-20T21:58:55.673Z[ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42152024-12-20T21:58:55.673Z[ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO STEP 52 (remove_files) COMPLETE
42162024-12-20T21:58:55.673Z[ recovery-image] Dec 20 21:58:53.509 INFO O| Dec 20 21:58:53.509 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-20T21:58:55.693Z[ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42182024-12-20T21:58:55.693Z[ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.529 INFO STEP 53 (remove_files) COMPLETE
42192024-12-20T21:58:55.693Z[ recovery-image] Dec 20 21:58:53.529 INFO O| Dec 20 21:58:53.529 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-20T21:58:55.711Z[ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42212024-12-20T21:58:55.711Z[ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO STEP 54 (remove_files) COMPLETE
42222024-12-20T21:58:55.714Z[ recovery-image] Dec 20 21:58:53.547 INFO O| Dec 20 21:58:53.547 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-20T21:58:55.731Z[ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42242024-12-20T21:58:55.731Z[ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO STEP 55 (remove_files) COMPLETE
42252024-12-20T21:58:55.734Z[ recovery-image] Dec 20 21:58:53.565 INFO O| Dec 20 21:58:53.565 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-20T21:58:55.746Z[ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42272024-12-20T21:58:55.746Z[ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO STEP 56 (remove_files) COMPLETE
42282024-12-20T21:58:55.746Z[ recovery-image] Dec 20 21:58:53.582 INFO O| Dec 20 21:58:53.582 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-20T21:58:55.780Z[ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42302024-12-20T21:58:55.780Z[ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO STEP 57 (remove_files) COMPLETE
42312024-12-20T21:58:55.780Z[ recovery-image] Dec 20 21:58:53.615 INFO O| Dec 20 21:58:53.615 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-20T21:58:55.798Z[ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.633 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42332024-12-20T21:58:55.798Z[ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42342024-12-20T21:58:55.798Z[ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42352024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42362024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.634 INFO O| Dec 20 21:58:53.634 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42372024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42382024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO ok!
42392024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO STEP 58 (ensure_file) COMPLETE
42402024-12-20T21:58:55.801Z[ recovery-image] Dec 20 21:58:53.635 INFO O| Dec 20 21:58:53.635 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-20T21:58:55.817Z[ recovery-image] Dec 20 21:58:53.652 INFO O| Dec 20 21:58:53.652 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42422024-12-20T21:58:55.817Z[ recovery-image] Dec 20 21:58:53.652 INFO O| Dec 20 21:58:53.652 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42432024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42442024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42452024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42462024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42472024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO ok!
42482024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO STEP 59 (ensure_file) COMPLETE
42492024-12-20T21:58:55.819Z[ recovery-image] Dec 20 21:58:53.653 INFO O| Dec 20 21:58:53.653 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-20T21:58:55.869Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42512024-12-20T21:58:55.869Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42522024-12-20T21:58:55.871Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42532024-12-20T21:58:55.871Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO ok!
42542024-12-20T21:58:55.871Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO STEP 60 (ensure_file) COMPLETE
42552024-12-20T21:58:55.871Z[ recovery-image] Dec 20 21:58:53.704 INFO O| Dec 20 21:58:53.704 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-20T21:58:55.887Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42572024-12-20T21:58:55.887Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42582024-12-20T21:58:55.890Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42592024-12-20T21:58:55.890Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO ok!
42602024-12-20T21:58:55.890Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO STEP 61 (ensure_file) COMPLETE
42612024-12-20T21:58:55.890Z[ recovery-image] Dec 20 21:58:53.723 INFO O| Dec 20 21:58:53.723 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-20T21:58:55.905Z[ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42632024-12-20T21:58:55.905Z[ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42642024-12-20T21:58:55.908Z[ recovery-image] Dec 20 21:58:53.741 INFO O| Dec 20 21:58:53.741 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42652024-12-20T21:58:55.908Z[ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42662024-12-20T21:58:55.908Z[ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO ok!
42672024-12-20T21:58:55.908Z[ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO STEP 62 (ensure_file) COMPLETE
42682024-12-20T21:58:55.908Z[ recovery-image] Dec 20 21:58:53.742 INFO O| Dec 20 21:58:53.742 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42692024-12-20T21:58:55.924Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42702024-12-20T21:58:55.924Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42712024-12-20T21:58:55.924Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42722024-12-20T21:58:55.927Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42732024-12-20T21:58:55.927Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO ok!
42742024-12-20T21:58:55.927Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO STEP 63 (ensure_file) COMPLETE
42752024-12-20T21:58:55.927Z[ recovery-image] Dec 20 21:58:53.760 INFO O| Dec 20 21:58:53.760 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762024-12-20T21:58:55.953Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42772024-12-20T21:58:55.953Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42782024-12-20T21:58:55.956Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42792024-12-20T21:58:55.956Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO ok!
42802024-12-20T21:58:55.956Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO STEP 64 (assemble_files) COMPLETE
42812024-12-20T21:58:55.956Z[ recovery-image] Dec 20 21:58:53.789 INFO O| Dec 20 21:58:53.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822024-12-20T21:58:55.973Z[ recovery-image] Dec 20 21:58:53.808 INFO O| Dec 20 21:58:53.808 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42832024-12-20T21:58:55.973Z[ recovery-image] Dec 20 21:58:53.808 INFO O| Dec 20 21:58:53.808 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42842024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.808 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42852024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42862024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO ok!
42872024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 65 (ensure_file) COMPLETE
42882024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892024-12-20T21:58:55.975Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled
42902024-12-20T21:58:55.976Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912024-12-20T21:58:55.976Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled
42922024-12-20T21:58:55.976Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-20T21:58:55.976Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO skip step because feature "omicron1" is not enabled
42942024-12-20T21:58:55.976Z[ recovery-image] Dec 20 21:58:53.809 INFO O| Dec 20 21:58:53.809 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952024-12-20T21:58:55.999Z[ recovery-image] Dec 20 21:58:53.834 INFO O| Dec 20 21:58:53.834 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42962024-12-20T21:58:55.999Z[ recovery-image] Dec 20 21:58:53.834 INFO O| Dec 20 21:58:53.834 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42972024-12-20T21:58:58.516Z[ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.350 INFO STEP 69 (pack_tar) COMPLETE
42982024-12-20T21:58:58.516Z[ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.351 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42992024-12-20T21:58:58.516Z[ recovery-image] Dec 20 21:58:56.351 INFO O| Dec 20 21:58:56.351 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43002024-12-20T21:58:59.086Z[ recovery-image] Dec 20 21:58:56.921 INFO O| Dec 20 21:58:56.921 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43012024-12-20T21:58:59.207Z[ recovery-image] Dec 20 21:58:57.042 INFO O| Dec 20 21:58:57.042 INFO completed processing gimlet/ramdisk-02-trim
43022024-12-20T21:58:59.211Z[ recovery-image] Dec 20 21:58:57.046 INFO image builder template: ramdisk-03-recovery-trim...
43032024-12-20T21:58:59.214Z[ recovery-image] Dec 20 21:58:57.046 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/.tmpUUBaUa/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
43042024-12-20T21:58:59.423Z[ recovery-image] Dec 20 21:58:57.257 INFO O| Dec 20 21:58:57.257 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43052024-12-20T21:58:59.441Z[ recovery-image] Dec 20 21:58:57.276 INFO O| Dec 20 21:58:57.276 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43062024-12-20T21:58:59.565Z[ recovery-image] Dec 20 21:58:57.400 INFO O| Dec 20 21:58:57.400 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43072024-12-20T21:58:59.724Z[ recovery-image] Dec 20 21:58:57.559 INFO O| Dec 20 21:58:57.559 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43082024-12-20T21:58:59.726Z[ recovery-image] Dec 20 21:58:57.559 INFO O| Dec 20 21:58:57.559 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43092024-12-20T21:58:59.745Z[ recovery-image] Dec 20 21:58:57.579 INFO O| Dec 20 21:58:57.579 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43102024-12-20T21:58:59.765Z[ recovery-image] Dec 20 21:58:57.600 INFO O| Dec 20 21:58:57.600 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43112024-12-20T21:58:59.782Z[ recovery-image] Dec 20 21:58:57.617 INFO O| Dec 20 21:58:57.616 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43122024-12-20T21:58:59.876Z[ host-image] Dec 20 21:58:57.672 INFO O| Dec 20 21:58:57.672 INFO O| Download: 20921/22788 items 178.6/199.7MB 89% complete (848k/s)
43132024-12-20T21:59:00.160Z[ recovery-image] Dec 20 21:58:57.994 INFO O| Dec 20 21:58:57.994 INFO rolled back to input snapshot; work may begin
43142024-12-20T21:59:00.161Z[ recovery-image] Dec 20 21:58:57.995 INFO O| Dec 20 21:58:57.994 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43152024-12-20T21:59:00.182Z[ recovery-image] Dec 20 21:58:58.016 INFO O| Dec 20 21:58:58.016 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-20T21:59:00.213Z[ recovery-image] Dec 20 21:58:58.048 INFO O| Dec 20 21:58:58.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43172024-12-20T21:59:00.238Z[ recovery-image] Dec 20 21:58:58.072 INFO O| Dec 20 21:58:58.071 INFO STEP 0 (remove_files) COMPLETE
43182024-12-20T21:59:00.238Z[ recovery-image] Dec 20 21:58:58.072 INFO O| Dec 20 21:58:58.072 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-20T21:59:00.283Z[ recovery-image] Dec 20 21:58:58.118 INFO O| Dec 20 21:58:58.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43202024-12-20T21:59:00.431Z[ recovery-image] Dec 20 21:58:58.266 INFO O| Dec 20 21:58:58.266 INFO STEP 1 (remove_files) COMPLETE
43212024-12-20T21:59:00.431Z[ recovery-image] Dec 20 21:58:58.266 INFO O| Dec 20 21:58:58.266 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-20T21:59:00.488Z[ recovery-image] Dec 20 21:58:58.322 INFO O| Dec 20 21:58:58.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43232024-12-20T21:59:00.552Z[ recovery-image] Dec 20 21:58:58.386 INFO O| Dec 20 21:58:58.386 INFO STEP 2 (remove_files) COMPLETE
43242024-12-20T21:59:00.552Z[ recovery-image] Dec 20 21:58:58.387 INFO O| Dec 20 21:58:58.386 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-20T21:59:00.611Z[ recovery-image] Dec 20 21:58:58.446 INFO O| Dec 20 21:58:58.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43262024-12-20T21:59:00.739Z[ recovery-image] Dec 20 21:58:58.573 INFO O| Dec 20 21:58:58.573 INFO STEP 3 (remove_files) COMPLETE
43272024-12-20T21:59:00.739Z[ recovery-image] Dec 20 21:58:58.573 INFO O| Dec 20 21:58:58.573 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-20T21:59:00.759Z[ recovery-image] Dec 20 21:58:58.593 INFO O| Dec 20 21:58:58.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43292024-12-20T21:59:00.813Z[ recovery-image] Dec 20 21:58:58.647 INFO O| Dec 20 21:58:58.647 INFO STEP 4 (remove_files) COMPLETE
43302024-12-20T21:59:00.813Z[ recovery-image] Dec 20 21:58:58.648 INFO O| Dec 20 21:58:58.647 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-20T21:59:00.833Z[ recovery-image] Dec 20 21:58:58.667 INFO O| Dec 20 21:58:58.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43322024-12-20T21:59:00.910Z[ recovery-image] Dec 20 21:58:58.744 INFO O| Dec 20 21:58:58.744 INFO STEP 5 (remove_files) COMPLETE
43332024-12-20T21:59:00.910Z[ recovery-image] Dec 20 21:58:58.744 INFO O| Dec 20 21:58:58.744 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-20T21:59:00.966Z[ recovery-image] Dec 20 21:58:58.800 INFO O| Dec 20 21:58:58.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43352024-12-20T21:59:00.971Z[ recovery-image] Dec 20 21:58:58.806 INFO O| Dec 20 21:58:58.806 INFO STEP 6 (remove_files) COMPLETE
43362024-12-20T21:59:00.971Z[ recovery-image] Dec 20 21:58:58.806 INFO O| Dec 20 21:58:58.806 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-20T21:59:00.996Z[ recovery-image] Dec 20 21:58:58.830 INFO O| Dec 20 21:58:58.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43382024-12-20T21:59:00.998Z[ recovery-image] Dec 20 21:58:58.833 INFO O| Dec 20 21:58:58.833 INFO STEP 7 (remove_files) COMPLETE
43392024-12-20T21:59:00.998Z[ recovery-image] Dec 20 21:58:58.833 INFO O| Dec 20 21:58:58.833 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-20T21:59:01.042Z[ recovery-image] Dec 20 21:58:58.875 INFO O| Dec 20 21:58:58.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43412024-12-20T21:59:01.108Z[ recovery-image] Dec 20 21:58:58.942 INFO O| Dec 20 21:58:58.942 INFO STEP 8 (remove_files) COMPLETE
43422024-12-20T21:59:01.108Z[ recovery-image] Dec 20 21:58:58.942 INFO O| Dec 20 21:58:58.942 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-20T21:59:01.162Z[ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43442024-12-20T21:59:01.168Z[ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO STEP 9 (remove_files) COMPLETE
43452024-12-20T21:59:01.168Z[ recovery-image] Dec 20 21:58:58.997 INFO O| Dec 20 21:58:58.997 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-20T21:59:01.198Z[ recovery-image] Dec 20 21:58:59.033 INFO O| Dec 20 21:58:59.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43472024-12-20T21:59:01.207Z[ recovery-image] Dec 20 21:58:59.042 INFO O| Dec 20 21:58:59.042 INFO STEP 10 (remove_files) COMPLETE
43482024-12-20T21:59:01.207Z[ recovery-image] Dec 20 21:58:59.042 INFO O| Dec 20 21:58:59.042 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-20T21:59:01.245Z[ recovery-image] Dec 20 21:58:59.080 INFO O| Dec 20 21:58:59.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43502024-12-20T21:59:01.376Z[ recovery-image] Dec 20 21:58:59.211 INFO O| Dec 20 21:58:59.211 INFO STEP 11 (remove_files) COMPLETE
43512024-12-20T21:59:01.376Z[ recovery-image] Dec 20 21:58:59.211 INFO O| Dec 20 21:58:59.211 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-20T21:59:01.433Z[ recovery-image] Dec 20 21:58:59.267 INFO O| Dec 20 21:58:59.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43532024-12-20T21:59:01.460Z[ recovery-image] Dec 20 21:58:59.293 INFO O| Dec 20 21:58:59.293 INFO STEP 12 (remove_files) COMPLETE
43542024-12-20T21:59:01.460Z[ recovery-image] Dec 20 21:58:59.293 INFO O| Dec 20 21:58:59.293 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-20T21:59:01.491Z[ recovery-image] Dec 20 21:58:59.326 INFO O| Dec 20 21:58:59.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43562024-12-20T21:59:01.547Z[ recovery-image] Dec 20 21:58:59.382 INFO O| Dec 20 21:58:59.381 INFO STEP 13 (remove_files) COMPLETE
43572024-12-20T21:59:01.547Z[ recovery-image] Dec 20 21:58:59.382 INFO O| Dec 20 21:58:59.381 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-20T21:59:01.629Z[ recovery-image] Dec 20 21:58:59.464 INFO O| Dec 20 21:58:59.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43592024-12-20T21:59:01.643Z[ recovery-image] Dec 20 21:58:59.478 INFO O| Dec 20 21:58:59.478 INFO STEP 14 (remove_files) COMPLETE
43602024-12-20T21:59:01.643Z[ recovery-image] Dec 20 21:58:59.478 INFO O| Dec 20 21:58:59.478 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-20T21:59:01.663Z[ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43622024-12-20T21:59:01.667Z[ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.498 INFO STEP 15 (remove_files) COMPLETE
43632024-12-20T21:59:01.667Z[ recovery-image] Dec 20 21:58:59.498 INFO O| Dec 20 21:58:59.498 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-20T21:59:01.688Z[ recovery-image] Dec 20 21:58:59.523 INFO O| Dec 20 21:58:59.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43652024-12-20T21:59:01.707Z[ recovery-image] Dec 20 21:58:59.541 INFO O| Dec 20 21:58:59.541 INFO STEP 16 (remove_files) COMPLETE
43662024-12-20T21:59:01.707Z[ recovery-image] Dec 20 21:58:59.541 INFO O| Dec 20 21:58:59.541 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-20T21:59:01.768Z[ recovery-image] Dec 20 21:58:59.602 INFO O| Dec 20 21:58:59.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43682024-12-20T21:59:01.768Z[ recovery-image] Dec 20 21:58:59.603 INFO O| Dec 20 21:58:59.602 INFO STEP 17 (remove_files) COMPLETE
43692024-12-20T21:59:01.771Z[ recovery-image] Dec 20 21:58:59.603 INFO O| Dec 20 21:58:59.603 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-20T21:59:01.804Z[ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43712024-12-20T21:59:01.804Z[ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO STEP 18 (remove_files) COMPLETE
43722024-12-20T21:59:01.804Z[ recovery-image] Dec 20 21:58:59.638 INFO O| Dec 20 21:58:59.638 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-20T21:59:01.822Z[ recovery-image] Dec 20 21:58:59.656 INFO O| Dec 20 21:58:59.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43742024-12-20T21:59:02.069Z[ recovery-image] Dec 20 21:58:59.903 INFO O| Dec 20 21:58:59.903 INFO STEP 19 (remove_files) COMPLETE
43752024-12-20T21:59:02.069Z[ recovery-image] Dec 20 21:58:59.903 INFO O| Dec 20 21:58:59.903 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-20T21:59:02.107Z[ recovery-image] Dec 20 21:58:59.942 INFO O| Dec 20 21:58:59.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43772024-12-20T21:59:02.144Z[ recovery-image] Dec 20 21:58:59.978 INFO O| Dec 20 21:58:59.978 INFO STEP 20 (remove_files) COMPLETE
43782024-12-20T21:59:02.144Z[ recovery-image] Dec 20 21:58:59.978 INFO O| Dec 20 21:58:59.978 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-20T21:59:02.180Z[ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43802024-12-20T21:59:02.180Z[ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO STEP 21 (remove_files) COMPLETE
43812024-12-20T21:59:02.180Z[ recovery-image] Dec 20 21:59:00.014 INFO O| Dec 20 21:59:00.014 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-20T21:59:02.199Z[ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43832024-12-20T21:59:02.202Z[ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.034 INFO STEP 22 (remove_files) COMPLETE
43842024-12-20T21:59:02.202Z[ recovery-image] Dec 20 21:59:00.034 INFO O| Dec 20 21:59:00.034 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-20T21:59:02.219Z[ recovery-image] Dec 20 21:59:00.053 INFO O| Dec 20 21:59:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43862024-12-20T21:59:02.219Z[ recovery-image] Dec 20 21:59:00.053 INFO O| Dec 20 21:59:00.053 INFO STEP 23 (remove_files) COMPLETE
43872024-12-20T21:59:02.219Z[ recovery-image] Dec 20 21:59:00.054 INFO O| Dec 20 21:59:00.053 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-20T21:59:02.239Z[ recovery-image] Dec 20 21:59:00.073 INFO O| Dec 20 21:59:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43892024-12-20T21:59:02.260Z[ recovery-image] Dec 20 21:59:00.094 INFO O| Dec 20 21:59:00.094 INFO STEP 24 (remove_files) COMPLETE
43902024-12-20T21:59:02.260Z[ recovery-image] Dec 20 21:59:00.094 INFO O| Dec 20 21:59:00.094 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-20T21:59:02.299Z[ recovery-image] Dec 20 21:59:00.134 INFO O| Dec 20 21:59:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43922024-12-20T21:59:02.306Z[ recovery-image] Dec 20 21:59:00.141 INFO O| Dec 20 21:59:00.141 INFO STEP 25 (remove_files) COMPLETE
43932024-12-20T21:59:02.307Z[ recovery-image] Dec 20 21:59:00.141 INFO O| Dec 20 21:59:00.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-20T21:59:02.327Z[ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43952024-12-20T21:59:02.327Z[ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO STEP 26 (remove_files) COMPLETE
43962024-12-20T21:59:02.327Z[ recovery-image] Dec 20 21:59:00.161 INFO O| Dec 20 21:59:00.161 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-20T21:59:02.360Z[ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43982024-12-20T21:59:02.360Z[ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO STEP 27 (remove_files) COMPLETE
43992024-12-20T21:59:02.360Z[ recovery-image] Dec 20 21:59:00.194 INFO O| Dec 20 21:59:00.194 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-20T21:59:02.411Z[ recovery-image] Dec 20 21:59:00.245 INFO O| Dec 20 21:59:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44012024-12-20T21:59:02.430Z[ recovery-image] Dec 20 21:59:00.264 INFO O| Dec 20 21:59:00.264 INFO STEP 28 (remove_files) COMPLETE
44022024-12-20T21:59:02.430Z[ recovery-image] Dec 20 21:59:00.264 INFO O| Dec 20 21:59:00.264 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-20T21:59:02.488Z[ recovery-image] Dec 20 21:59:00.323 INFO O| Dec 20 21:59:00.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44042024-12-20T21:59:02.495Z[ recovery-image] Dec 20 21:59:00.329 INFO O| Dec 20 21:59:00.329 INFO STEP 29 (remove_files) COMPLETE
44052024-12-20T21:59:02.495Z[ recovery-image] Dec 20 21:59:00.329 INFO O| Dec 20 21:59:00.329 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-20T21:59:02.538Z[ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44072024-12-20T21:59:02.538Z[ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO STEP 30 (remove_files) COMPLETE
44082024-12-20T21:59:02.538Z[ recovery-image] Dec 20 21:59:00.371 INFO O| Dec 20 21:59:00.371 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-20T21:59:02.556Z[ recovery-image] Dec 20 21:59:00.390 INFO O| Dec 20 21:59:00.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44102024-12-20T21:59:02.559Z[ recovery-image] Dec 20 21:59:00.390 INFO O| Dec 20 21:59:00.390 INFO STEP 31 (remove_files) COMPLETE
44112024-12-20T21:59:02.559Z[ recovery-image] Dec 20 21:59:00.391 INFO O| Dec 20 21:59:00.390 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-20T21:59:02.602Z[ recovery-image] Dec 20 21:59:00.435 INFO O| Dec 20 21:59:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44132024-12-20T21:59:02.602Z[ recovery-image] Dec 20 21:59:00.436 INFO O| Dec 20 21:59:00.436 INFO STEP 32 (remove_files) COMPLETE
44142024-12-20T21:59:02.602Z[ recovery-image] Dec 20 21:59:00.436 INFO O| Dec 20 21:59:00.436 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-20T21:59:02.619Z[ recovery-image] Dec 20 21:59:00.454 INFO O| Dec 20 21:59:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44162024-12-20T21:59:02.624Z[ recovery-image] Dec 20 21:59:00.458 INFO O| Dec 20 21:59:00.458 INFO STEP 33 (remove_files) COMPLETE
44172024-12-20T21:59:02.624Z[ recovery-image] Dec 20 21:59:00.458 INFO O| Dec 20 21:59:00.458 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-20T21:59:02.657Z[ recovery-image] Dec 20 21:59:00.491 INFO O| Dec 20 21:59:00.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44192024-12-20T21:59:02.660Z[ recovery-image] Dec 20 21:59:00.493 INFO O| Dec 20 21:59:00.493 INFO STEP 34 (remove_files) COMPLETE
44202024-12-20T21:59:02.660Z[ recovery-image] Dec 20 21:59:00.493 INFO O| Dec 20 21:59:00.493 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-20T21:59:02.712Z[ recovery-image] Dec 20 21:59:00.546 INFO O| Dec 20 21:59:00.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44222024-12-20T21:59:02.737Z[ recovery-image] Dec 20 21:59:00.570 INFO O| Dec 20 21:59:00.570 INFO STEP 35 (remove_files) COMPLETE
44232024-12-20T21:59:02.737Z[ recovery-image] Dec 20 21:59:00.570 INFO O| Dec 20 21:59:00.570 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-20T21:59:02.794Z[ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44252024-12-20T21:59:02.794Z[ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO STEP 36 (remove_files) COMPLETE
44262024-12-20T21:59:02.796Z[ recovery-image] Dec 20 21:59:00.628 INFO O| Dec 20 21:59:00.628 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-20T21:59:02.827Z[ recovery-image] Dec 20 21:59:00.661 INFO O| Dec 20 21:59:00.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44282024-12-20T21:59:02.841Z[ recovery-image] Dec 20 21:59:00.676 INFO O| Dec 20 21:59:00.676 INFO STEP 37 (remove_files) COMPLETE
44292024-12-20T21:59:02.841Z[ recovery-image] Dec 20 21:59:00.676 INFO O| Dec 20 21:59:00.676 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-20T21:59:02.861Z[ recovery-image] Dec 20 21:59:00.695 INFO O| Dec 20 21:59:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44312024-12-20T21:59:02.864Z[ recovery-image] Dec 20 21:59:00.696 INFO O| Dec 20 21:59:00.696 INFO STEP 38 (remove_files) COMPLETE
44322024-12-20T21:59:02.864Z[ recovery-image] Dec 20 21:59:00.696 INFO O| Dec 20 21:59:00.696 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-20T21:59:02.886Z[ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44342024-12-20T21:59:02.886Z[ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO STEP 39 (remove_files) COMPLETE
44352024-12-20T21:59:02.888Z[ recovery-image] Dec 20 21:59:00.720 INFO O| Dec 20 21:59:00.720 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-20T21:59:02.924Z[ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44372024-12-20T21:59:02.925Z[ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO STEP 40 (remove_files) COMPLETE
44382024-12-20T21:59:02.925Z[ recovery-image] Dec 20 21:59:00.759 INFO O| Dec 20 21:59:00.759 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-20T21:59:02.944Z[ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44402024-12-20T21:59:02.944Z[ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO STEP 41 (remove_files) COMPLETE
44412024-12-20T21:59:02.946Z[ recovery-image] Dec 20 21:59:00.778 INFO O| Dec 20 21:59:00.778 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-20T21:59:02.964Z[ recovery-image] Dec 20 21:59:00.798 INFO O| Dec 20 21:59:00.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44432024-12-20T21:59:02.967Z[ recovery-image] Dec 20 21:59:00.799 INFO O| Dec 20 21:59:00.799 INFO STEP 42 (remove_files) COMPLETE
44442024-12-20T21:59:02.967Z[ recovery-image] Dec 20 21:59:00.799 INFO O| Dec 20 21:59:00.799 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-20T21:59:02.984Z[ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44462024-12-20T21:59:02.987Z[ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO STEP 43 (remove_files) COMPLETE
44472024-12-20T21:59:02.987Z[ recovery-image] Dec 20 21:59:00.818 INFO O| Dec 20 21:59:00.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-20T21:59:03.003Z[ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44492024-12-20T21:59:03.005Z[ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO STEP 44 (remove_files) COMPLETE
44502024-12-20T21:59:03.005Z[ recovery-image] Dec 20 21:59:00.837 INFO O| Dec 20 21:59:00.837 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-20T21:59:03.021Z[ recovery-image] Dec 20 21:59:00.855 INFO O| Dec 20 21:59:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44522024-12-20T21:59:03.030Z[ recovery-image] Dec 20 21:59:00.864 INFO O| Dec 20 21:59:00.864 INFO STEP 45 (remove_files) COMPLETE
44532024-12-20T21:59:03.030Z[ recovery-image] Dec 20 21:59:00.864 INFO O| Dec 20 21:59:00.864 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-20T21:59:03.086Z[ recovery-image] Dec 20 21:59:00.920 INFO O| Dec 20 21:59:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44552024-12-20T21:59:03.112Z[ recovery-image] Dec 20 21:59:00.944 INFO O| Dec 20 21:59:00.944 INFO STEP 46 (remove_files) COMPLETE
44562024-12-20T21:59:03.112Z[ recovery-image] Dec 20 21:59:00.944 INFO O| Dec 20 21:59:00.944 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-20T21:59:03.166Z[ recovery-image] Dec 20 21:59:01.000 INFO O| Dec 20 21:59:00.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44582024-12-20T21:59:03.176Z[ recovery-image] Dec 20 21:59:01.010 INFO O| Dec 20 21:59:01.010 INFO STEP 47 (remove_files) COMPLETE
44592024-12-20T21:59:03.176Z[ recovery-image] Dec 20 21:59:01.010 INFO O| Dec 20 21:59:01.010 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-20T21:59:03.208Z[ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44612024-12-20T21:59:03.208Z[ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO STEP 48 (remove_files) COMPLETE
44622024-12-20T21:59:03.208Z[ recovery-image] Dec 20 21:59:01.042 INFO O| Dec 20 21:59:01.042 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-20T21:59:03.227Z[ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44642024-12-20T21:59:03.227Z[ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO STEP 49 (remove_files) COMPLETE
44652024-12-20T21:59:03.227Z[ recovery-image] Dec 20 21:59:01.060 INFO O| Dec 20 21:59:01.060 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-20T21:59:03.245Z[ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44672024-12-20T21:59:03.245Z[ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO STEP 50 (remove_files) COMPLETE
44682024-12-20T21:59:03.247Z[ recovery-image] Dec 20 21:59:01.079 INFO O| Dec 20 21:59:01.079 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-20T21:59:03.264Z[ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44702024-12-20T21:59:03.265Z[ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.099 INFO STEP 51 (remove_files) COMPLETE
44712024-12-20T21:59:03.265Z[ recovery-image] Dec 20 21:59:01.099 INFO O| Dec 20 21:59:01.099 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-20T21:59:03.282Z[ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44732024-12-20T21:59:03.282Z[ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO STEP 52 (remove_files) COMPLETE
44742024-12-20T21:59:03.282Z[ recovery-image] Dec 20 21:59:01.116 INFO O| Dec 20 21:59:01.116 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-20T21:59:03.301Z[ recovery-image] Dec 20 21:59:01.135 INFO O| Dec 20 21:59:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44762024-12-20T21:59:03.301Z[ recovery-image] Dec 20 21:59:01.136 INFO O| Dec 20 21:59:01.136 INFO STEP 53 (remove_files) COMPLETE
44772024-12-20T21:59:03.301Z[ recovery-image] Dec 20 21:59:01.136 INFO O| Dec 20 21:59:01.136 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-20T21:59:03.319Z[ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44792024-12-20T21:59:03.319Z[ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO STEP 54 (remove_files) COMPLETE
44802024-12-20T21:59:03.322Z[ recovery-image] Dec 20 21:59:01.153 INFO O| Dec 20 21:59:01.153 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-20T21:59:03.359Z[ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44822024-12-20T21:59:03.359Z[ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO STEP 55 (remove_files) COMPLETE
44832024-12-20T21:59:03.359Z[ recovery-image] Dec 20 21:59:01.193 INFO O| Dec 20 21:59:01.193 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-20T21:59:03.406Z[ recovery-image] Dec 20 21:59:01.240 INFO O| Dec 20 21:59:01.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44852024-12-20T21:59:03.431Z[ recovery-image] Dec 20 21:59:01.264 INFO O| Dec 20 21:59:01.264 INFO STEP 56 (remove_files) COMPLETE
44862024-12-20T21:59:03.433Z[ recovery-image] Dec 20 21:59:01.264 INFO O| Dec 20 21:59:01.264 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-20T21:59:03.450Z[ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44882024-12-20T21:59:03.450Z[ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.284 INFO STEP 57 (remove_files) COMPLETE
44892024-12-20T21:59:03.450Z[ recovery-image] Dec 20 21:59:01.284 INFO O| Dec 20 21:59:01.284 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-20T21:59:03.469Z[ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44912024-12-20T21:59:03.469Z[ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO STEP 58 (remove_files) COMPLETE
44922024-12-20T21:59:03.469Z[ recovery-image] Dec 20 21:59:01.302 INFO O| Dec 20 21:59:01.302 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-20T21:59:03.487Z[ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44942024-12-20T21:59:03.487Z[ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.321 INFO STEP 59 (remove_files) COMPLETE
44952024-12-20T21:59:03.487Z[ recovery-image] Dec 20 21:59:01.321 INFO O| Dec 20 21:59:01.321 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-20T21:59:03.505Z[ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44972024-12-20T21:59:03.505Z[ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO STEP 60 (remove_files) COMPLETE
44982024-12-20T21:59:03.505Z[ recovery-image] Dec 20 21:59:01.339 INFO O| Dec 20 21:59:01.339 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-20T21:59:03.526Z[ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45002024-12-20T21:59:03.526Z[ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO STEP 61 (remove_files) COMPLETE
45012024-12-20T21:59:03.526Z[ recovery-image] Dec 20 21:59:01.360 INFO O| Dec 20 21:59:01.360 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-20T21:59:03.564Z[ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45032024-12-20T21:59:03.564Z[ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO STEP 62 (remove_files) COMPLETE
45042024-12-20T21:59:03.568Z[ recovery-image] Dec 20 21:59:01.398 INFO O| Dec 20 21:59:01.398 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-20T21:59:03.591Z[ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45062024-12-20T21:59:03.591Z[ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO STEP 63 (remove_files) COMPLETE
45072024-12-20T21:59:03.591Z[ recovery-image] Dec 20 21:59:01.424 INFO O| Dec 20 21:59:01.424 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-20T21:59:03.635Z[ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45092024-12-20T21:59:03.637Z[ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO STEP 64 (remove_files) COMPLETE
45102024-12-20T21:59:03.637Z[ recovery-image] Dec 20 21:59:01.469 INFO O| Dec 20 21:59:01.469 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-20T21:59:03.690Z[ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45122024-12-20T21:59:03.690Z[ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO STEP 65 (remove_files) COMPLETE
45132024-12-20T21:59:03.692Z[ recovery-image] Dec 20 21:59:01.524 INFO O| Dec 20 21:59:01.524 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-20T21:59:03.709Z[ recovery-image] Dec 20 21:59:01.543 INFO O| Dec 20 21:59:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45152024-12-20T21:59:03.712Z[ recovery-image] Dec 20 21:59:01.543 INFO O| Dec 20 21:59:01.543 INFO STEP 66 (remove_files) COMPLETE
45162024-12-20T21:59:03.712Z[ recovery-image] Dec 20 21:59:01.544 INFO O| Dec 20 21:59:01.543 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-20T21:59:03.729Z[ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45182024-12-20T21:59:03.730Z[ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO STEP 67 (remove_files) COMPLETE
45192024-12-20T21:59:03.730Z[ recovery-image] Dec 20 21:59:01.563 INFO O| Dec 20 21:59:01.563 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-20T21:59:03.758Z[ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45212024-12-20T21:59:03.758Z[ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO STEP 68 (remove_files) COMPLETE
45222024-12-20T21:59:03.758Z[ recovery-image] Dec 20 21:59:01.591 INFO O| Dec 20 21:59:01.591 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-20T21:59:03.815Z[ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45242024-12-20T21:59:03.815Z[ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO STEP 69 (remove_files) COMPLETE
45252024-12-20T21:59:03.815Z[ recovery-image] Dec 20 21:59:01.649 INFO O| Dec 20 21:59:01.649 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-20T21:59:03.835Z[ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45272024-12-20T21:59:03.835Z[ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO STEP 70 (remove_files) COMPLETE
45282024-12-20T21:59:03.838Z[ recovery-image] Dec 20 21:59:01.669 INFO O| Dec 20 21:59:01.669 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-20T21:59:03.855Z[ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45302024-12-20T21:59:03.855Z[ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.689 INFO STEP 71 (remove_files) COMPLETE
45312024-12-20T21:59:03.855Z[ recovery-image] Dec 20 21:59:01.689 INFO O| Dec 20 21:59:01.689 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-20T21:59:03.873Z[ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45332024-12-20T21:59:03.873Z[ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO STEP 72 (remove_files) COMPLETE
45342024-12-20T21:59:03.873Z[ recovery-image] Dec 20 21:59:01.707 INFO O| Dec 20 21:59:01.707 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-20T21:59:03.892Z[ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45362024-12-20T21:59:03.892Z[ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO STEP 73 (remove_files) COMPLETE
45372024-12-20T21:59:03.895Z[ recovery-image] Dec 20 21:59:01.726 INFO O| Dec 20 21:59:01.726 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-20T21:59:03.924Z[ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45392024-12-20T21:59:03.924Z[ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.758 INFO STEP 74 (remove_files) COMPLETE
45402024-12-20T21:59:03.924Z[ recovery-image] Dec 20 21:59:01.758 INFO O| Dec 20 21:59:01.758 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-20T21:59:03.943Z[ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45422024-12-20T21:59:03.943Z[ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO STEP 75 (remove_files) COMPLETE
45432024-12-20T21:59:03.946Z[ recovery-image] Dec 20 21:59:01.776 INFO O| Dec 20 21:59:01.776 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-20T21:59:03.961Z[ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45452024-12-20T21:59:03.964Z[ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO STEP 76 (remove_files) COMPLETE
45462024-12-20T21:59:03.964Z[ recovery-image] Dec 20 21:59:01.795 INFO O| Dec 20 21:59:01.795 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-20T21:59:03.979Z[ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45482024-12-20T21:59:03.979Z[ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO STEP 77 (remove_files) COMPLETE
45492024-12-20T21:59:03.982Z[ recovery-image] Dec 20 21:59:01.813 INFO O| Dec 20 21:59:01.813 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-20T21:59:03.999Z[ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45512024-12-20T21:59:03.999Z[ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO STEP 78 (remove_files) COMPLETE
45522024-12-20T21:59:04.002Z[ recovery-image] Dec 20 21:59:01.833 INFO O| Dec 20 21:59:01.833 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-20T21:59:04.049Z[ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45542024-12-20T21:59:04.049Z[ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO STEP 79 (remove_files) COMPLETE
45552024-12-20T21:59:04.049Z[ recovery-image] Dec 20 21:59:01.881 INFO O| Dec 20 21:59:01.881 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-20T21:59:04.067Z[ recovery-image] Dec 20 21:59:01.901 INFO O| Dec 20 21:59:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45572024-12-20T21:59:04.070Z[ recovery-image] Dec 20 21:59:01.902 INFO O| Dec 20 21:59:01.901 INFO STEP 80 (remove_files) COMPLETE
45582024-12-20T21:59:04.070Z[ recovery-image] Dec 20 21:59:01.902 INFO O| Dec 20 21:59:01.901 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-20T21:59:04.108Z[ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45602024-12-20T21:59:04.108Z[ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO STEP 81 (remove_files) COMPLETE
45612024-12-20T21:59:04.111Z[ recovery-image] Dec 20 21:59:01.942 INFO O| Dec 20 21:59:01.942 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-20T21:59:04.127Z[ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45632024-12-20T21:59:04.130Z[ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO STEP 82 (remove_files) COMPLETE
45642024-12-20T21:59:04.130Z[ recovery-image] Dec 20 21:59:01.961 INFO O| Dec 20 21:59:01.961 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-20T21:59:04.146Z[ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45662024-12-20T21:59:04.148Z[ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO STEP 83 (remove_files) COMPLETE
45672024-12-20T21:59:04.148Z[ recovery-image] Dec 20 21:59:01.980 INFO O| Dec 20 21:59:01.980 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-20T21:59:04.164Z[ recovery-image] Dec 20 21:59:01.998 INFO O| Dec 20 21:59:01.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45692024-12-20T21:59:04.167Z[ recovery-image] Dec 20 21:59:01.998 INFO O| Dec 20 21:59:01.998 INFO STEP 84 (remove_files) COMPLETE
45702024-12-20T21:59:04.167Z[ recovery-image] Dec 20 21:59:01.999 INFO O| Dec 20 21:59:01.998 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-20T21:59:04.184Z[ recovery-image] Dec 20 21:59:02.018 INFO O| Dec 20 21:59:02.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45722024-12-20T21:59:04.187Z[ recovery-image] Dec 20 21:59:02.019 INFO O| Dec 20 21:59:02.019 INFO STEP 85 (remove_files) COMPLETE
45732024-12-20T21:59:04.187Z[ recovery-image] Dec 20 21:59:02.019 INFO O| Dec 20 21:59:02.019 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-20T21:59:04.204Z[ recovery-image] Dec 20 21:59:02.038 INFO O| Dec 20 21:59:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45752024-12-20T21:59:04.215Z[ recovery-image] Dec 20 21:59:02.049 INFO O| Dec 20 21:59:02.049 INFO STEP 86 (remove_files) COMPLETE
45762024-12-20T21:59:04.215Z[ recovery-image] Dec 20 21:59:02.049 INFO O| Dec 20 21:59:02.049 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-20T21:59:04.248Z[ recovery-image] Dec 20 21:59:02.081 INFO O| Dec 20 21:59:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45782024-12-20T21:59:04.248Z[ recovery-image] Dec 20 21:59:02.082 INFO O| Dec 20 21:59:02.082 INFO STEP 87 (remove_files) COMPLETE
45792024-12-20T21:59:04.248Z[ recovery-image] Dec 20 21:59:02.082 INFO O| Dec 20 21:59:02.082 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-20T21:59:04.267Z[ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45812024-12-20T21:59:04.267Z[ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.101 INFO STEP 88 (remove_files) COMPLETE
45822024-12-20T21:59:04.270Z[ recovery-image] Dec 20 21:59:02.101 INFO O| Dec 20 21:59:02.101 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-20T21:59:04.310Z[ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45842024-12-20T21:59:04.310Z[ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.144 INFO STEP 89 (remove_files) COMPLETE
45852024-12-20T21:59:04.310Z[ recovery-image] Dec 20 21:59:02.144 INFO O| Dec 20 21:59:02.144 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-20T21:59:04.328Z[ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45872024-12-20T21:59:04.328Z[ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO STEP 90 (remove_files) COMPLETE
45882024-12-20T21:59:04.328Z[ recovery-image] Dec 20 21:59:02.162 INFO O| Dec 20 21:59:02.162 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-20T21:59:04.348Z[ recovery-image] Dec 20 21:59:02.181 INFO O| Dec 20 21:59:02.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45902024-12-20T21:59:04.348Z[ recovery-image] Dec 20 21:59:02.182 INFO O| Dec 20 21:59:02.182 INFO STEP 91 (remove_files) COMPLETE
45912024-12-20T21:59:04.348Z[ recovery-image] Dec 20 21:59:02.182 INFO O| Dec 20 21:59:02.182 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-20T21:59:04.395Z[ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45932024-12-20T21:59:04.398Z[ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO STEP 92 (remove_files) COMPLETE
45942024-12-20T21:59:04.398Z[ recovery-image] Dec 20 21:59:02.229 INFO O| Dec 20 21:59:02.229 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-20T21:59:04.430Z[ recovery-image] Dec 20 21:59:02.263 INFO O| Dec 20 21:59:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45962024-12-20T21:59:04.430Z[ recovery-image] Dec 20 21:59:02.264 INFO O| Dec 20 21:59:02.263 INFO STEP 93 (remove_files) COMPLETE
45972024-12-20T21:59:04.430Z[ recovery-image] Dec 20 21:59:02.264 INFO O| Dec 20 21:59:02.264 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-20T21:59:04.451Z[ recovery-image] Dec 20 21:59:02.285 INFO O| Dec 20 21:59:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45992024-12-20T21:59:04.466Z[ recovery-image] Dec 20 21:59:02.300 INFO O| Dec 20 21:59:02.300 INFO STEP 94 (remove_files) COMPLETE
46002024-12-20T21:59:04.466Z[ recovery-image] Dec 20 21:59:02.300 INFO O| Dec 20 21:59:02.300 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-20T21:59:04.520Z[ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46022024-12-20T21:59:04.523Z[ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO STEP 95 (remove_files) COMPLETE
46032024-12-20T21:59:04.523Z[ recovery-image] Dec 20 21:59:02.354 INFO O| Dec 20 21:59:02.354 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-20T21:59:04.551Z[ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46052024-12-20T21:59:04.551Z[ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO STEP 96 (remove_files) COMPLETE
46062024-12-20T21:59:04.551Z[ recovery-image] Dec 20 21:59:02.385 INFO O| Dec 20 21:59:02.385 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-20T21:59:04.582Z[ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46082024-12-20T21:59:04.582Z[ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO STEP 97 (remove_files) COMPLETE
46092024-12-20T21:59:04.582Z[ recovery-image] Dec 20 21:59:02.416 INFO O| Dec 20 21:59:02.416 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-20T21:59:04.623Z[ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46112024-12-20T21:59:04.623Z[ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO STEP 98 (remove_files) COMPLETE
46122024-12-20T21:59:04.623Z[ recovery-image] Dec 20 21:59:02.457 INFO O| Dec 20 21:59:02.457 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-20T21:59:04.645Z[ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46142024-12-20T21:59:04.645Z[ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO STEP 99 (remove_files) COMPLETE
46152024-12-20T21:59:04.647Z[ recovery-image] Dec 20 21:59:02.478 INFO O| Dec 20 21:59:02.478 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-20T21:59:04.667Z[ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46172024-12-20T21:59:04.667Z[ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.501 INFO STEP 100 (remove_files) COMPLETE
46182024-12-20T21:59:04.667Z[ recovery-image] Dec 20 21:59:02.501 INFO O| Dec 20 21:59:02.501 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-20T21:59:04.701Z[ recovery-image] Dec 20 21:59:02.535 INFO O| Dec 20 21:59:02.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46202024-12-20T21:59:04.710Z[ recovery-image] Dec 20 21:59:02.542 INFO O| Dec 20 21:59:02.542 INFO STEP 101 (remove_files) COMPLETE
46212024-12-20T21:59:04.710Z[ recovery-image] Dec 20 21:59:02.542 INFO O| Dec 20 21:59:02.542 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-20T21:59:04.743Z[ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46232024-12-20T21:59:04.743Z[ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO STEP 102 (remove_files) COMPLETE
46242024-12-20T21:59:04.746Z[ recovery-image] Dec 20 21:59:02.576 INFO O| Dec 20 21:59:02.576 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-20T21:59:04.760Z[ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46262024-12-20T21:59:04.760Z[ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO STEP 103 (remove_files) COMPLETE
46272024-12-20T21:59:04.763Z[ recovery-image] Dec 20 21:59:02.594 INFO O| Dec 20 21:59:02.594 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-20T21:59:04.817Z[ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46292024-12-20T21:59:04.817Z[ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO STEP 104 (remove_files) COMPLETE
46302024-12-20T21:59:04.820Z[ recovery-image] Dec 20 21:59:02.651 INFO O| Dec 20 21:59:02.651 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-20T21:59:04.841Z[ host-image] Dec 20 21:59:02.675 INFO O| Dec 20 21:59:02.675 INFO O| Download: 21003/22788 items 179.1/199.7MB 89% complete (738k/s)
46322024-12-20T21:59:04.846Z[ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46332024-12-20T21:59:04.849Z[ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO STEP 105 (remove_files) COMPLETE
46342024-12-20T21:59:04.849Z[ recovery-image] Dec 20 21:59:02.680 INFO O| Dec 20 21:59:02.680 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-20T21:59:04.866Z[ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46362024-12-20T21:59:04.866Z[ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO STEP 106 (remove_files) COMPLETE
46372024-12-20T21:59:04.869Z[ recovery-image] Dec 20 21:59:02.700 INFO O| Dec 20 21:59:02.700 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-20T21:59:04.885Z[ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46392024-12-20T21:59:04.885Z[ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO STEP 107 (remove_files) COMPLETE
46402024-12-20T21:59:04.885Z[ recovery-image] Dec 20 21:59:02.718 INFO O| Dec 20 21:59:02.718 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-20T21:59:04.913Z[ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46422024-12-20T21:59:04.913Z[ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO STEP 108 (remove_files) COMPLETE
46432024-12-20T21:59:04.913Z[ recovery-image] Dec 20 21:59:02.747 INFO O| Dec 20 21:59:02.747 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-20T21:59:04.973Z[ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46452024-12-20T21:59:04.974Z[ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO STEP 109 (remove_files) COMPLETE
46462024-12-20T21:59:04.976Z[ recovery-image] Dec 20 21:59:02.807 INFO O| Dec 20 21:59:02.807 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-20T21:59:05.026Z[ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46482024-12-20T21:59:05.026Z[ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO STEP 110 (remove_files) COMPLETE
46492024-12-20T21:59:05.037Z[ recovery-image] Dec 20 21:59:02.860 INFO O| Dec 20 21:59:02.860 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-20T21:59:05.086Z[ recovery-image] Dec 20 21:59:02.919 INFO O| Dec 20 21:59:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46512024-12-20T21:59:05.088Z[ recovery-image] Dec 20 21:59:02.922 INFO O| Dec 20 21:59:02.922 INFO STEP 111 (remove_files) COMPLETE
46522024-12-20T21:59:05.088Z[ recovery-image] Dec 20 21:59:02.922 INFO O| Dec 20 21:59:02.922 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-20T21:59:05.135Z[ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46542024-12-20T21:59:05.138Z[ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO STEP 112 (remove_files) COMPLETE
46552024-12-20T21:59:05.138Z[ recovery-image] Dec 20 21:59:02.969 INFO O| Dec 20 21:59:02.969 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-20T21:59:05.173Z[ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46572024-12-20T21:59:05.174Z[ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO STEP 113 (remove_files) COMPLETE
46582024-12-20T21:59:05.176Z[ recovery-image] Dec 20 21:59:03.007 INFO O| Dec 20 21:59:03.007 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-20T21:59:05.216Z[ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46602024-12-20T21:59:05.216Z[ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO STEP 114 (remove_files) COMPLETE
46612024-12-20T21:59:05.216Z[ recovery-image] Dec 20 21:59:03.050 INFO O| Dec 20 21:59:03.050 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-20T21:59:05.235Z[ recovery-image] Dec 20 21:59:03.068 INFO O| Dec 20 21:59:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46632024-12-20T21:59:05.235Z[ recovery-image] Dec 20 21:59:03.069 INFO O| Dec 20 21:59:03.068 INFO STEP 115 (remove_files) COMPLETE
46642024-12-20T21:59:05.235Z[ recovery-image] Dec 20 21:59:03.069 INFO O| Dec 20 21:59:03.069 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-20T21:59:05.254Z[ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46662024-12-20T21:59:05.254Z[ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO STEP 116 (remove_files) COMPLETE
46672024-12-20T21:59:05.256Z[ recovery-image] Dec 20 21:59:03.087 INFO O| Dec 20 21:59:03.087 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-20T21:59:05.274Z[ recovery-image] Dec 20 21:59:03.107 INFO O| Dec 20 21:59:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46692024-12-20T21:59:05.288Z[ recovery-image] Dec 20 21:59:03.122 INFO O| Dec 20 21:59:03.122 INFO STEP 117 (remove_files) COMPLETE
46702024-12-20T21:59:05.291Z[ recovery-image] Dec 20 21:59:03.122 INFO O| Dec 20 21:59:03.122 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-20T21:59:05.316Z[ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46722024-12-20T21:59:05.320Z[ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO STEP 118 (remove_files) COMPLETE
46732024-12-20T21:59:05.320Z[ recovery-image] Dec 20 21:59:03.150 INFO O| Dec 20 21:59:03.150 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-20T21:59:05.335Z[ recovery-image] Dec 20 21:59:03.169 INFO O| Dec 20 21:59:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46752024-12-20T21:59:05.337Z[ recovery-image] Dec 20 21:59:03.170 INFO O| Dec 20 21:59:03.170 INFO STEP 119 (remove_files) COMPLETE
46762024-12-20T21:59:05.337Z[ recovery-image] Dec 20 21:59:03.170 INFO O| Dec 20 21:59:03.170 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-20T21:59:05.462Z[ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46782024-12-20T21:59:05.466Z[ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO STEP 120 (remove_files) COMPLETE
46792024-12-20T21:59:05.466Z[ recovery-image] Dec 20 21:59:03.296 INFO O| Dec 20 21:59:03.296 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-20T21:59:05.505Z[ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46812024-12-20T21:59:05.508Z[ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO STEP 121 (remove_files) COMPLETE
46822024-12-20T21:59:05.508Z[ recovery-image] Dec 20 21:59:03.339 INFO O| Dec 20 21:59:03.339 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-20T21:59:05.525Z[ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46842024-12-20T21:59:05.527Z[ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO STEP 122 (remove_files) COMPLETE
46852024-12-20T21:59:05.527Z[ recovery-image] Dec 20 21:59:03.358 INFO O| Dec 20 21:59:03.358 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-20T21:59:05.546Z[ recovery-image] Dec 20 21:59:03.378 INFO O| Dec 20 21:59:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46872024-12-20T21:59:05.549Z[ recovery-image] Dec 20 21:59:03.379 INFO O| Dec 20 21:59:03.379 INFO STEP 123 (remove_files) COMPLETE
46882024-12-20T21:59:05.549Z[ recovery-image] Dec 20 21:59:03.379 INFO O| Dec 20 21:59:03.379 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-20T21:59:05.565Z[ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46902024-12-20T21:59:05.567Z[ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO STEP 124 (remove_files) COMPLETE
46912024-12-20T21:59:05.567Z[ recovery-image] Dec 20 21:59:03.398 INFO O| Dec 20 21:59:03.398 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-20T21:59:05.584Z[ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46932024-12-20T21:59:05.587Z[ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO STEP 125 (remove_files) COMPLETE
46942024-12-20T21:59:05.587Z[ recovery-image] Dec 20 21:59:03.418 INFO O| Dec 20 21:59:03.418 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-20T21:59:05.607Z[ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46962024-12-20T21:59:05.610Z[ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO STEP 126 (remove_files) COMPLETE
46972024-12-20T21:59:05.610Z[ recovery-image] Dec 20 21:59:03.441 INFO O| Dec 20 21:59:03.441 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-20T21:59:05.628Z[ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46992024-12-20T21:59:05.631Z[ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO STEP 127 (remove_files) COMPLETE
47002024-12-20T21:59:05.631Z[ recovery-image] Dec 20 21:59:03.461 INFO O| Dec 20 21:59:03.461 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-20T21:59:05.646Z[ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47022024-12-20T21:59:05.649Z[ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO STEP 128 (remove_files) COMPLETE
47032024-12-20T21:59:05.649Z[ recovery-image] Dec 20 21:59:03.480 INFO O| Dec 20 21:59:03.480 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-20T21:59:05.664Z[ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47052024-12-20T21:59:05.667Z[ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO STEP 129 (remove_files) COMPLETE
47062024-12-20T21:59:05.667Z[ recovery-image] Dec 20 21:59:03.498 INFO O| Dec 20 21:59:03.498 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-20T21:59:05.682Z[ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47082024-12-20T21:59:05.682Z[ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO STEP 130 (remove_files) COMPLETE
47092024-12-20T21:59:05.685Z[ recovery-image] Dec 20 21:59:03.516 INFO O| Dec 20 21:59:03.516 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-20T21:59:05.699Z[ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47112024-12-20T21:59:05.713Z[ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO STEP 131 (remove_files) COMPLETE
47122024-12-20T21:59:05.713Z[ recovery-image] Dec 20 21:59:03.533 INFO O| Dec 20 21:59:03.533 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-20T21:59:05.718Z[ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47142024-12-20T21:59:05.720Z[ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.552 INFO STEP 132 (remove_files) COMPLETE
47152024-12-20T21:59:05.720Z[ recovery-image] Dec 20 21:59:03.552 INFO O| Dec 20 21:59:03.552 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-20T21:59:05.737Z[ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47172024-12-20T21:59:05.740Z[ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO STEP 133 (remove_files) COMPLETE
47182024-12-20T21:59:05.740Z[ recovery-image] Dec 20 21:59:03.571 INFO O| Dec 20 21:59:03.571 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-20T21:59:05.757Z[ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47202024-12-20T21:59:05.760Z[ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO STEP 134 (remove_files) COMPLETE
47212024-12-20T21:59:05.760Z[ recovery-image] Dec 20 21:59:03.591 INFO O| Dec 20 21:59:03.591 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-20T21:59:05.778Z[ recovery-image] Dec 20 21:59:03.611 INFO O| Dec 20 21:59:03.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47232024-12-20T21:59:05.780Z[ recovery-image] Dec 20 21:59:03.612 INFO O| Dec 20 21:59:03.611 INFO STEP 135 (remove_files) COMPLETE
47242024-12-20T21:59:05.781Z[ recovery-image] Dec 20 21:59:03.612 INFO O| Dec 20 21:59:03.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-20T21:59:05.799Z[ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47262024-12-20T21:59:05.802Z[ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO STEP 136 (remove_files) COMPLETE
47272024-12-20T21:59:05.802Z[ recovery-image] Dec 20 21:59:03.633 INFO O| Dec 20 21:59:03.633 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-20T21:59:05.820Z[ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47292024-12-20T21:59:05.822Z[ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.654 INFO STEP 137 (remove_files) COMPLETE
47302024-12-20T21:59:05.822Z[ recovery-image] Dec 20 21:59:03.654 INFO O| Dec 20 21:59:03.654 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-20T21:59:05.839Z[ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47322024-12-20T21:59:05.842Z[ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO STEP 138 (remove_files) COMPLETE
47332024-12-20T21:59:05.842Z[ recovery-image] Dec 20 21:59:03.673 INFO O| Dec 20 21:59:03.673 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-20T21:59:05.860Z[ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47352024-12-20T21:59:05.863Z[ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO STEP 139 (remove_files) COMPLETE
47362024-12-20T21:59:05.863Z[ recovery-image] Dec 20 21:59:03.694 INFO O| Dec 20 21:59:03.694 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-20T21:59:05.881Z[ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47382024-12-20T21:59:05.886Z[ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.715 INFO STEP 140 (remove_files) COMPLETE
47392024-12-20T21:59:05.886Z[ recovery-image] Dec 20 21:59:03.715 INFO O| Dec 20 21:59:03.715 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-20T21:59:05.901Z[ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47412024-12-20T21:59:05.904Z[ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.735 INFO STEP 141 (remove_files) COMPLETE
47422024-12-20T21:59:05.904Z[ recovery-image] Dec 20 21:59:03.735 INFO O| Dec 20 21:59:03.735 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-20T21:59:05.921Z[ recovery-image] Dec 20 21:59:03.754 INFO O| Dec 20 21:59:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47442024-12-20T21:59:05.932Z[ recovery-image] Dec 20 21:59:03.765 INFO O| Dec 20 21:59:03.765 INFO STEP 142 (remove_files) COMPLETE
47452024-12-20T21:59:05.932Z[ recovery-image] Dec 20 21:59:03.765 INFO O| Dec 20 21:59:03.765 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-20T21:59:05.984Z[ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47472024-12-20T21:59:05.984Z[ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO STEP 143 (remove_files) COMPLETE
47482024-12-20T21:59:05.987Z[ recovery-image] Dec 20 21:59:03.818 INFO O| Dec 20 21:59:03.818 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-20T21:59:06.022Z[ recovery-image] Dec 20 21:59:03.855 INFO O| Dec 20 21:59:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47502024-12-20T21:59:06.022Z[ recovery-image] Dec 20 21:59:03.855 INFO O| Dec 20 21:59:03.855 INFO STEP 144 (remove_files) COMPLETE
47512024-12-20T21:59:06.024Z[ recovery-image] Dec 20 21:59:03.856 INFO O| Dec 20 21:59:03.855 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-20T21:59:06.041Z[ recovery-image] Dec 20 21:59:03.874 INFO O| Dec 20 21:59:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47532024-12-20T21:59:06.041Z[ recovery-image] Dec 20 21:59:03.874 INFO O| Dec 20 21:59:03.874 INFO STEP 145 (remove_files) COMPLETE
47542024-12-20T21:59:06.044Z[ recovery-image] Dec 20 21:59:03.875 INFO O| Dec 20 21:59:03.875 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-20T21:59:06.061Z[ recovery-image] Dec 20 21:59:03.892 INFO O| Dec 20 21:59:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47562024-12-20T21:59:06.061Z[ recovery-image] Dec 20 21:59:03.892 INFO O| Dec 20 21:59:03.892 INFO STEP 146 (remove_files) COMPLETE
47572024-12-20T21:59:06.066Z[ recovery-image] Dec 20 21:59:03.893 INFO O| Dec 20 21:59:03.892 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-20T21:59:06.091Z[ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47592024-12-20T21:59:06.091Z[ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO STEP 147 (remove_files) COMPLETE
47602024-12-20T21:59:06.091Z[ recovery-image] Dec 20 21:59:03.924 INFO O| Dec 20 21:59:03.924 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-20T21:59:06.128Z[ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47622024-12-20T21:59:06.128Z[ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO STEP 148 (remove_files) COMPLETE
47632024-12-20T21:59:06.128Z[ recovery-image] Dec 20 21:59:03.960 INFO O| Dec 20 21:59:03.960 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-20T21:59:06.215Z[ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47652024-12-20T21:59:06.218Z[ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO STEP 149 (remove_files) COMPLETE
47662024-12-20T21:59:06.218Z[ recovery-image] Dec 20 21:59:04.049 INFO O| Dec 20 21:59:04.049 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-20T21:59:06.235Z[ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47682024-12-20T21:59:06.235Z[ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.069 INFO STEP 150 (remove_files) COMPLETE
47692024-12-20T21:59:06.237Z[ recovery-image] Dec 20 21:59:04.069 INFO O| Dec 20 21:59:04.069 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-20T21:59:06.254Z[ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47712024-12-20T21:59:06.254Z[ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO STEP 151 (remove_files) COMPLETE
47722024-12-20T21:59:06.257Z[ recovery-image] Dec 20 21:59:04.088 INFO O| Dec 20 21:59:04.088 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-20T21:59:06.272Z[ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47742024-12-20T21:59:06.274Z[ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO STEP 152 (remove_files) COMPLETE
47752024-12-20T21:59:06.275Z[ recovery-image] Dec 20 21:59:04.105 INFO O| Dec 20 21:59:04.105 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-20T21:59:06.290Z[ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47772024-12-20T21:59:06.290Z[ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO STEP 153 (remove_files) COMPLETE
47782024-12-20T21:59:06.290Z[ recovery-image] Dec 20 21:59:04.123 INFO O| Dec 20 21:59:04.123 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-20T21:59:06.307Z[ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47802024-12-20T21:59:06.308Z[ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO STEP 154 (remove_files) COMPLETE
47812024-12-20T21:59:06.308Z[ recovery-image] Dec 20 21:59:04.141 INFO O| Dec 20 21:59:04.141 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-20T21:59:06.336Z[ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47832024-12-20T21:59:06.336Z[ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO STEP 155 (remove_files) COMPLETE
47842024-12-20T21:59:06.336Z[ recovery-image] Dec 20 21:59:04.169 INFO O| Dec 20 21:59:04.169 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-20T21:59:06.370Z[ recovery-image] Dec 20 21:59:04.204 INFO O| Dec 20 21:59:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47862024-12-20T21:59:06.373Z[ recovery-image] Dec 20 21:59:04.205 INFO O| Dec 20 21:59:04.205 INFO STEP 156 (remove_files) COMPLETE
47872024-12-20T21:59:06.373Z[ recovery-image] Dec 20 21:59:04.205 INFO O| Dec 20 21:59:04.205 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-20T21:59:06.415Z[ recovery-image] Dec 20 21:59:04.248 INFO O| Dec 20 21:59:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47892024-12-20T21:59:06.418Z[ recovery-image] Dec 20 21:59:04.250 INFO O| Dec 20 21:59:04.250 INFO STEP 157 (remove_files) COMPLETE
47902024-12-20T21:59:06.418Z[ recovery-image] Dec 20 21:59:04.250 INFO O| Dec 20 21:59:04.250 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-20T21:59:06.479Z[ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47922024-12-20T21:59:06.479Z[ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO STEP 158 (remove_files) COMPLETE
47932024-12-20T21:59:06.480Z[ recovery-image] Dec 20 21:59:04.313 INFO O| Dec 20 21:59:04.313 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-20T21:59:06.510Z[ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47952024-12-20T21:59:06.513Z[ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.344 INFO STEP 159 (remove_files) COMPLETE
47962024-12-20T21:59:06.513Z[ recovery-image] Dec 20 21:59:04.344 INFO O| Dec 20 21:59:04.344 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-20T21:59:06.536Z[ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47982024-12-20T21:59:06.544Z[ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO STEP 160 (remove_files) COMPLETE
47992024-12-20T21:59:06.544Z[ recovery-image] Dec 20 21:59:04.369 INFO O| Dec 20 21:59:04.369 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-20T21:59:06.555Z[ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48012024-12-20T21:59:06.564Z[ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.389 INFO STEP 161 (remove_files) COMPLETE
48022024-12-20T21:59:06.564Z[ recovery-image] Dec 20 21:59:04.389 INFO O| Dec 20 21:59:04.389 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-20T21:59:06.592Z[ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48042024-12-20T21:59:06.592Z[ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO STEP 162 (remove_files) COMPLETE
48052024-12-20T21:59:06.592Z[ recovery-image] Dec 20 21:59:04.425 INFO O| Dec 20 21:59:04.425 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-20T21:59:06.611Z[ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48072024-12-20T21:59:06.611Z[ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO STEP 163 (remove_files) COMPLETE
48082024-12-20T21:59:06.611Z[ recovery-image] Dec 20 21:59:04.444 INFO O| Dec 20 21:59:04.444 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-20T21:59:06.649Z[ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48102024-12-20T21:59:06.649Z[ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO STEP 164 (remove_files) COMPLETE
48112024-12-20T21:59:06.649Z[ recovery-image] Dec 20 21:59:04.482 INFO O| Dec 20 21:59:04.482 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-20T21:59:06.715Z[ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48132024-12-20T21:59:06.715Z[ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO STEP 165 (remove_files) COMPLETE
48142024-12-20T21:59:06.718Z[ recovery-image] Dec 20 21:59:04.548 INFO O| Dec 20 21:59:04.548 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-20T21:59:06.775Z[ recovery-image] Dec 20 21:59:04.609 INFO O| Dec 20 21:59:04.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48162024-12-20T21:59:06.790Z[ recovery-image] Dec 20 21:59:04.623 INFO O| Dec 20 21:59:04.623 INFO STEP 166 (remove_files) COMPLETE
48172024-12-20T21:59:06.790Z[ recovery-image] Dec 20 21:59:04.623 INFO O| Dec 20 21:59:04.623 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-20T21:59:06.828Z[ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48192024-12-20T21:59:06.828Z[ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO STEP 167 (remove_files) COMPLETE
48202024-12-20T21:59:06.828Z[ recovery-image] Dec 20 21:59:04.661 INFO O| Dec 20 21:59:04.661 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-20T21:59:06.853Z[ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48222024-12-20T21:59:06.853Z[ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO STEP 168 (remove_files) COMPLETE
48232024-12-20T21:59:06.856Z[ recovery-image] Dec 20 21:59:04.687 INFO O| Dec 20 21:59:04.687 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-20T21:59:06.873Z[ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48252024-12-20T21:59:06.873Z[ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.707 INFO STEP 169 (remove_files) COMPLETE
48262024-12-20T21:59:06.876Z[ recovery-image] Dec 20 21:59:04.707 INFO O| Dec 20 21:59:04.707 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-20T21:59:06.892Z[ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48282024-12-20T21:59:06.896Z[ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO STEP 170 (remove_files) COMPLETE
48292024-12-20T21:59:06.896Z[ recovery-image] Dec 20 21:59:04.726 INFO O| Dec 20 21:59:04.726 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-20T21:59:06.929Z[ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48312024-12-20T21:59:06.929Z[ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO STEP 171 (remove_files) COMPLETE
48322024-12-20T21:59:06.929Z[ recovery-image] Dec 20 21:59:04.762 INFO O| Dec 20 21:59:04.762 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-20T21:59:06.966Z[ recovery-image] Dec 20 21:59:04.799 INFO O| Dec 20 21:59:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48342024-12-20T21:59:06.969Z[ recovery-image] Dec 20 21:59:04.799 INFO O| Dec 20 21:59:04.799 INFO STEP 172 (remove_files) COMPLETE
48352024-12-20T21:59:06.969Z[ recovery-image] Dec 20 21:59:04.800 INFO O| Dec 20 21:59:04.800 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-20T21:59:07.038Z[ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48372024-12-20T21:59:07.038Z[ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO STEP 173 (remove_files) COMPLETE
48382024-12-20T21:59:07.038Z[ recovery-image] Dec 20 21:59:04.871 INFO O| Dec 20 21:59:04.871 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-20T21:59:07.072Z[ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48402024-12-20T21:59:07.075Z[ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO STEP 174 (remove_files) COMPLETE
48412024-12-20T21:59:07.075Z[ recovery-image] Dec 20 21:59:04.905 INFO O| Dec 20 21:59:04.905 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-20T21:59:07.106Z[ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48432024-12-20T21:59:07.109Z[ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO STEP 175 (remove_files) COMPLETE
48442024-12-20T21:59:07.109Z[ recovery-image] Dec 20 21:59:04.939 INFO O| Dec 20 21:59:04.939 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-20T21:59:07.127Z[ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48462024-12-20T21:59:07.130Z[ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.961 INFO STEP 176 (remove_files) COMPLETE
48472024-12-20T21:59:07.130Z[ recovery-image] Dec 20 21:59:04.961 INFO O| Dec 20 21:59:04.961 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-20T21:59:07.148Z[ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48492024-12-20T21:59:07.151Z[ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO STEP 177 (remove_files) COMPLETE
48502024-12-20T21:59:07.151Z[ recovery-image] Dec 20 21:59:04.982 INFO O| Dec 20 21:59:04.982 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-20T21:59:07.205Z[ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48522024-12-20T21:59:07.205Z[ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO STEP 178 (remove_files) COMPLETE
48532024-12-20T21:59:07.205Z[ recovery-image] Dec 20 21:59:05.038 INFO O| Dec 20 21:59:05.038 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-20T21:59:07.228Z[ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48552024-12-20T21:59:07.228Z[ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO STEP 179 (remove_files) COMPLETE
48562024-12-20T21:59:07.230Z[ recovery-image] Dec 20 21:59:05.061 INFO O| Dec 20 21:59:05.061 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-20T21:59:07.250Z[ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48582024-12-20T21:59:07.250Z[ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO STEP 180 (remove_files) COMPLETE
48592024-12-20T21:59:07.250Z[ recovery-image] Dec 20 21:59:05.083 INFO O| Dec 20 21:59:05.083 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-20T21:59:07.270Z[ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48612024-12-20T21:59:07.270Z[ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO STEP 181 (remove_files) COMPLETE
48622024-12-20T21:59:07.270Z[ recovery-image] Dec 20 21:59:05.103 INFO O| Dec 20 21:59:05.103 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-20T21:59:07.291Z[ recovery-image] Dec 20 21:59:05.124 INFO O| Dec 20 21:59:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48642024-12-20T21:59:07.291Z[ recovery-image] Dec 20 21:59:05.125 INFO O| Dec 20 21:59:05.125 INFO STEP 182 (remove_files) COMPLETE
48652024-12-20T21:59:07.291Z[ recovery-image] Dec 20 21:59:05.125 INFO O| Dec 20 21:59:05.125 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-20T21:59:07.311Z[ recovery-image] Dec 20 21:59:05.144 INFO O| Dec 20 21:59:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48672024-12-20T21:59:07.311Z[ recovery-image] Dec 20 21:59:05.144 INFO O| Dec 20 21:59:05.144 INFO STEP 183 (remove_files) COMPLETE
48682024-12-20T21:59:07.317Z[ recovery-image] Dec 20 21:59:05.145 INFO O| Dec 20 21:59:05.144 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-20T21:59:07.333Z[ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48702024-12-20T21:59:07.333Z[ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO STEP 184 (remove_files) COMPLETE
48712024-12-20T21:59:07.336Z[ recovery-image] Dec 20 21:59:05.164 INFO O| Dec 20 21:59:05.164 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-20T21:59:07.367Z[ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48732024-12-20T21:59:07.367Z[ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO STEP 185 (remove_files) COMPLETE
48742024-12-20T21:59:07.367Z[ recovery-image] Dec 20 21:59:05.200 INFO O| Dec 20 21:59:05.200 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-20T21:59:07.415Z[ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48762024-12-20T21:59:07.415Z[ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO STEP 186 (remove_files) COMPLETE
48772024-12-20T21:59:07.419Z[ recovery-image] Dec 20 21:59:05.248 INFO O| Dec 20 21:59:05.248 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-20T21:59:07.463Z[ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48792024-12-20T21:59:07.463Z[ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO STEP 187 (remove_files) COMPLETE
48802024-12-20T21:59:07.465Z[ recovery-image] Dec 20 21:59:05.296 INFO O| Dec 20 21:59:05.296 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-20T21:59:07.517Z[ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48822024-12-20T21:59:07.518Z[ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO STEP 188 (remove_files) COMPLETE
48832024-12-20T21:59:07.518Z[ recovery-image] Dec 20 21:59:05.350 INFO O| Dec 20 21:59:05.350 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-20T21:59:07.539Z[ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48852024-12-20T21:59:07.539Z[ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO STEP 189 (remove_files) COMPLETE
48862024-12-20T21:59:07.539Z[ recovery-image] Dec 20 21:59:05.372 INFO O| Dec 20 21:59:05.372 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-20T21:59:07.577Z[ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48882024-12-20T21:59:07.608Z[ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO STEP 190 (remove_files) COMPLETE
48892024-12-20T21:59:07.608Z[ recovery-image] Dec 20 21:59:05.405 INFO O| Dec 20 21:59:05.405 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-20T21:59:07.619Z[ recovery-image] Dec 20 21:59:05.427 INFO O| Dec 20 21:59:05.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48912024-12-20T21:59:07.619Z[ recovery-image] Dec 20 21:59:05.428 INFO O| Dec 20 21:59:05.427 INFO STEP 191 (remove_files) COMPLETE
48922024-12-20T21:59:07.619Z[ recovery-image] Dec 20 21:59:05.428 INFO O| Dec 20 21:59:05.428 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-20T21:59:07.623Z[ recovery-image] Dec 20 21:59:05.447 INFO O| Dec 20 21:59:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48942024-12-20T21:59:07.623Z[ recovery-image] Dec 20 21:59:05.448 INFO O| Dec 20 21:59:05.448 INFO STEP 192 (remove_files) COMPLETE
48952024-12-20T21:59:07.623Z[ recovery-image] Dec 20 21:59:05.448 INFO O| Dec 20 21:59:05.448 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-20T21:59:07.647Z[ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48972024-12-20T21:59:07.647Z[ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO STEP 193 (remove_files) COMPLETE
48982024-12-20T21:59:07.650Z[ recovery-image] Dec 20 21:59:05.480 INFO O| Dec 20 21:59:05.480 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-20T21:59:07.700Z[ recovery-image] Dec 20 21:59:05.531 INFO O| Dec 20 21:59:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49002024-12-20T21:59:07.700Z[ recovery-image] Dec 20 21:59:05.532 INFO O| Dec 20 21:59:05.532 INFO STEP 194 (remove_files) COMPLETE
49012024-12-20T21:59:07.700Z[ recovery-image] Dec 20 21:59:05.532 INFO O| Dec 20 21:59:05.532 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-20T21:59:07.723Z[ recovery-image] Dec 20 21:59:05.554 INFO O| Dec 20 21:59:05.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49032024-12-20T21:59:07.723Z[ recovery-image] Dec 20 21:59:05.555 INFO O| Dec 20 21:59:05.554 INFO STEP 195 (remove_files) COMPLETE
49042024-12-20T21:59:07.723Z[ recovery-image] Dec 20 21:59:05.555 INFO O| Dec 20 21:59:05.554 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-20T21:59:07.743Z[ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49062024-12-20T21:59:07.743Z[ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.577 INFO STEP 196 (remove_files) COMPLETE
49072024-12-20T21:59:07.743Z[ recovery-image] Dec 20 21:59:05.577 INFO O| Dec 20 21:59:05.577 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-20T21:59:07.764Z[ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49092024-12-20T21:59:07.764Z[ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO STEP 197 (remove_files) COMPLETE
49102024-12-20T21:59:07.764Z[ recovery-image] Dec 20 21:59:05.596 INFO O| Dec 20 21:59:05.596 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-20T21:59:07.781Z[ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49122024-12-20T21:59:07.781Z[ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.615 INFO STEP 198 (remove_files) COMPLETE
49132024-12-20T21:59:07.785Z[ recovery-image] Dec 20 21:59:05.615 INFO O| Dec 20 21:59:05.615 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-20T21:59:07.801Z[ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49152024-12-20T21:59:07.801Z[ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO STEP 199 (remove_files) COMPLETE
49162024-12-20T21:59:07.801Z[ recovery-image] Dec 20 21:59:05.633 INFO O| Dec 20 21:59:05.633 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-20T21:59:07.819Z[ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49182024-12-20T21:59:07.819Z[ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO STEP 200 (remove_files) COMPLETE
49192024-12-20T21:59:07.819Z[ recovery-image] Dec 20 21:59:05.652 INFO O| Dec 20 21:59:05.652 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-20T21:59:07.841Z[ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49212024-12-20T21:59:07.841Z[ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO STEP 201 (remove_files) COMPLETE
49222024-12-20T21:59:07.841Z[ recovery-image] Dec 20 21:59:05.671 INFO O| Dec 20 21:59:05.671 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-20T21:59:07.892Z[ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49242024-12-20T21:59:07.892Z[ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.726 INFO STEP 202 (remove_files) COMPLETE
49252024-12-20T21:59:07.892Z[ recovery-image] Dec 20 21:59:05.726 INFO O| Dec 20 21:59:05.726 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-20T21:59:07.952Z[ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49272024-12-20T21:59:07.952Z[ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO STEP 203 (remove_files) COMPLETE
49282024-12-20T21:59:07.952Z[ recovery-image] Dec 20 21:59:05.785 INFO O| Dec 20 21:59:05.785 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-20T21:59:07.969Z[ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49302024-12-20T21:59:07.969Z[ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO STEP 204 (remove_files) COMPLETE
49312024-12-20T21:59:07.969Z[ recovery-image] Dec 20 21:59:05.802 INFO O| Dec 20 21:59:05.802 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-20T21:59:07.986Z[ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49332024-12-20T21:59:07.986Z[ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO STEP 205 (remove_files) COMPLETE
49342024-12-20T21:59:07.986Z[ recovery-image] Dec 20 21:59:05.819 INFO O| Dec 20 21:59:05.819 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-20T21:59:08.003Z[ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49362024-12-20T21:59:08.003Z[ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO STEP 206 (remove_files) COMPLETE
49372024-12-20T21:59:08.003Z[ recovery-image] Dec 20 21:59:05.836 INFO O| Dec 20 21:59:05.836 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-20T21:59:08.022Z[ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49392024-12-20T21:59:08.022Z[ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO STEP 207 (remove_files) COMPLETE
49402024-12-20T21:59:08.022Z[ recovery-image] Dec 20 21:59:05.855 INFO O| Dec 20 21:59:05.855 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-20T21:59:08.040Z[ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49422024-12-20T21:59:08.040Z[ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO STEP 208 (remove_files) COMPLETE
49432024-12-20T21:59:08.040Z[ recovery-image] Dec 20 21:59:05.873 INFO O| Dec 20 21:59:05.873 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-20T21:59:08.059Z[ recovery-image] Dec 20 21:59:05.892 INFO O| Dec 20 21:59:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49452024-12-20T21:59:08.072Z[ recovery-image] Dec 20 21:59:05.899 INFO O| Dec 20 21:59:05.899 INFO STEP 209 (remove_files) COMPLETE
49462024-12-20T21:59:08.076Z[ recovery-image] Dec 20 21:59:05.899 INFO O| Dec 20 21:59:05.899 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-20T21:59:08.099Z[ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49482024-12-20T21:59:08.099Z[ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO STEP 210 (remove_files) COMPLETE
49492024-12-20T21:59:08.099Z[ recovery-image] Dec 20 21:59:05.931 INFO O| Dec 20 21:59:05.931 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-20T21:59:08.154Z[ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49512024-12-20T21:59:08.154Z[ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO STEP 211 (remove_files) COMPLETE
49522024-12-20T21:59:08.154Z[ recovery-image] Dec 20 21:59:05.987 INFO O| Dec 20 21:59:05.987 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-20T21:59:08.173Z[ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49542024-12-20T21:59:08.176Z[ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO STEP 212 (remove_files) COMPLETE
49552024-12-20T21:59:08.176Z[ recovery-image] Dec 20 21:59:06.006 INFO O| Dec 20 21:59:06.006 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-20T21:59:08.192Z[ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49572024-12-20T21:59:08.192Z[ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO STEP 213 (remove_files) COMPLETE
49582024-12-20T21:59:08.192Z[ recovery-image] Dec 20 21:59:06.025 INFO O| Dec 20 21:59:06.025 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-20T21:59:08.210Z[ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49602024-12-20T21:59:08.210Z[ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO STEP 214 (remove_files) COMPLETE
49612024-12-20T21:59:08.210Z[ recovery-image] Dec 20 21:59:06.043 INFO O| Dec 20 21:59:06.043 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-20T21:59:08.227Z[ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49632024-12-20T21:59:08.227Z[ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO STEP 215 (remove_files) COMPLETE
49642024-12-20T21:59:08.231Z[ recovery-image] Dec 20 21:59:06.060 INFO O| Dec 20 21:59:06.060 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-20T21:59:08.245Z[ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49662024-12-20T21:59:08.245Z[ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO STEP 216 (remove_files) COMPLETE
49672024-12-20T21:59:08.245Z[ recovery-image] Dec 20 21:59:06.078 INFO O| Dec 20 21:59:06.078 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-20T21:59:08.262Z[ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49692024-12-20T21:59:08.262Z[ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO STEP 217 (remove_files) COMPLETE
49702024-12-20T21:59:08.262Z[ recovery-image] Dec 20 21:59:06.095 INFO O| Dec 20 21:59:06.095 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-20T21:59:08.304Z[ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49722024-12-20T21:59:08.304Z[ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO STEP 218 (remove_files) COMPLETE
49732024-12-20T21:59:08.308Z[ recovery-image] Dec 20 21:59:06.134 INFO O| Dec 20 21:59:06.134 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-20T21:59:08.340Z[ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49752024-12-20T21:59:08.340Z[ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO STEP 219 (remove_files) COMPLETE
49762024-12-20T21:59:08.340Z[ recovery-image] Dec 20 21:59:06.172 INFO O| Dec 20 21:59:06.172 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-20T21:59:08.362Z[ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49782024-12-20T21:59:08.362Z[ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO STEP 220 (remove_files) COMPLETE
49792024-12-20T21:59:08.362Z[ recovery-image] Dec 20 21:59:06.195 INFO O| Dec 20 21:59:06.195 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-20T21:59:08.391Z[ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49812024-12-20T21:59:08.391Z[ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO STEP 221 (remove_files) COMPLETE
49822024-12-20T21:59:08.391Z[ recovery-image] Dec 20 21:59:06.224 INFO O| Dec 20 21:59:06.224 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-20T21:59:08.412Z[ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49842024-12-20T21:59:08.412Z[ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.246 INFO STEP 222 (remove_files) COMPLETE
49852024-12-20T21:59:08.412Z[ recovery-image] Dec 20 21:59:06.246 INFO O| Dec 20 21:59:06.246 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-20T21:59:08.432Z[ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49872024-12-20T21:59:08.432Z[ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO STEP 223 (remove_files) COMPLETE
49882024-12-20T21:59:08.432Z[ recovery-image] Dec 20 21:59:06.265 INFO O| Dec 20 21:59:06.265 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-20T21:59:08.453Z[ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49902024-12-20T21:59:08.453Z[ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO STEP 224 (remove_files) COMPLETE
49912024-12-20T21:59:08.453Z[ recovery-image] Dec 20 21:59:06.286 INFO O| Dec 20 21:59:06.286 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-20T21:59:08.490Z[ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49932024-12-20T21:59:08.490Z[ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO STEP 225 (remove_files) COMPLETE
49942024-12-20T21:59:08.494Z[ recovery-image] Dec 20 21:59:06.323 INFO O| Dec 20 21:59:06.323 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-20T21:59:08.512Z[ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49962024-12-20T21:59:08.512Z[ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.345 INFO STEP 226 (remove_files) COMPLETE
49972024-12-20T21:59:08.512Z[ recovery-image] Dec 20 21:59:06.345 INFO O| Dec 20 21:59:06.345 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-20T21:59:08.532Z[ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49992024-12-20T21:59:08.532Z[ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO STEP 227 (remove_files) COMPLETE
50002024-12-20T21:59:08.532Z[ recovery-image] Dec 20 21:59:06.365 INFO O| Dec 20 21:59:06.365 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-20T21:59:08.552Z[ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50022024-12-20T21:59:08.554Z[ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO STEP 228 (remove_files) COMPLETE
50032024-12-20T21:59:08.554Z[ recovery-image] Dec 20 21:59:06.385 INFO O| Dec 20 21:59:06.385 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-20T21:59:08.587Z[ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50052024-12-20T21:59:08.587Z[ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO STEP 229 (remove_files) COMPLETE
50062024-12-20T21:59:08.587Z[ recovery-image] Dec 20 21:59:06.420 INFO O| Dec 20 21:59:06.420 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-20T21:59:08.608Z[ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50082024-12-20T21:59:08.608Z[ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO STEP 230 (remove_files) COMPLETE
50092024-12-20T21:59:08.608Z[ recovery-image] Dec 20 21:59:06.441 INFO O| Dec 20 21:59:06.441 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-20T21:59:08.628Z[ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50112024-12-20T21:59:08.628Z[ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO STEP 231 (remove_files) COMPLETE
50122024-12-20T21:59:08.628Z[ recovery-image] Dec 20 21:59:06.461 INFO O| Dec 20 21:59:06.461 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-20T21:59:08.648Z[ recovery-image] Dec 20 21:59:06.481 INFO O| Dec 20 21:59:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50142024-12-20T21:59:08.649Z[ recovery-image] Dec 20 21:59:06.482 INFO O| Dec 20 21:59:06.482 INFO STEP 232 (remove_files) COMPLETE
50152024-12-20T21:59:08.651Z[ recovery-image] Dec 20 21:59:06.482 INFO O| Dec 20 21:59:06.482 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-20T21:59:08.687Z[ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50172024-12-20T21:59:08.687Z[ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO STEP 233 (remove_files) COMPLETE
50182024-12-20T21:59:08.690Z[ recovery-image] Dec 20 21:59:06.520 INFO O| Dec 20 21:59:06.520 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-20T21:59:08.708Z[ recovery-image] Dec 20 21:59:06.541 INFO O| Dec 20 21:59:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50202024-12-20T21:59:08.708Z[ recovery-image] Dec 20 21:59:06.542 INFO O| Dec 20 21:59:06.541 INFO STEP 234 (remove_files) COMPLETE
50212024-12-20T21:59:08.708Z[ recovery-image] Dec 20 21:59:06.542 INFO O| Dec 20 21:59:06.541 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-20T21:59:08.728Z[ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50232024-12-20T21:59:08.728Z[ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO STEP 235 (remove_files) COMPLETE
50242024-12-20T21:59:08.728Z[ recovery-image] Dec 20 21:59:06.561 INFO O| Dec 20 21:59:06.561 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-20T21:59:08.750Z[ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50262024-12-20T21:59:08.750Z[ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.583 INFO STEP 236 (remove_files) COMPLETE
50272024-12-20T21:59:08.750Z[ recovery-image] Dec 20 21:59:06.583 INFO O| Dec 20 21:59:06.583 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-20T21:59:08.770Z[ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50292024-12-20T21:59:08.770Z[ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO STEP 237 (remove_files) COMPLETE
50302024-12-20T21:59:08.770Z[ recovery-image] Dec 20 21:59:06.603 INFO O| Dec 20 21:59:06.603 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-20T21:59:08.791Z[ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50322024-12-20T21:59:08.791Z[ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO STEP 238 (remove_files) COMPLETE
50332024-12-20T21:59:08.791Z[ recovery-image] Dec 20 21:59:06.624 INFO O| Dec 20 21:59:06.624 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-20T21:59:08.827Z[ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50352024-12-20T21:59:08.827Z[ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO STEP 239 (remove_files) COMPLETE
50362024-12-20T21:59:08.827Z[ recovery-image] Dec 20 21:59:06.660 INFO O| Dec 20 21:59:06.660 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-20T21:59:08.848Z[ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50382024-12-20T21:59:08.848Z[ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO STEP 240 (remove_files) COMPLETE
50392024-12-20T21:59:08.848Z[ recovery-image] Dec 20 21:59:06.681 INFO O| Dec 20 21:59:06.681 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-20T21:59:08.867Z[ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50412024-12-20T21:59:08.867Z[ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO STEP 241 (remove_files) COMPLETE
50422024-12-20T21:59:08.867Z[ recovery-image] Dec 20 21:59:06.700 INFO O| Dec 20 21:59:06.700 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-20T21:59:08.887Z[ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50442024-12-20T21:59:08.887Z[ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.720 INFO STEP 242 (remove_files) COMPLETE
50452024-12-20T21:59:08.887Z[ recovery-image] Dec 20 21:59:06.720 INFO O| Dec 20 21:59:06.720 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-20T21:59:08.906Z[ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50472024-12-20T21:59:08.906Z[ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.739 INFO STEP 243 (remove_files) COMPLETE
50482024-12-20T21:59:08.906Z[ recovery-image] Dec 20 21:59:06.739 INFO O| Dec 20 21:59:06.739 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-20T21:59:08.926Z[ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50502024-12-20T21:59:08.926Z[ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO STEP 244 (remove_files) COMPLETE
50512024-12-20T21:59:08.926Z[ recovery-image] Dec 20 21:59:06.757 INFO O| Dec 20 21:59:06.757 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-20T21:59:08.943Z[ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50532024-12-20T21:59:08.943Z[ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO STEP 245 (remove_files) COMPLETE
50542024-12-20T21:59:08.946Z[ recovery-image] Dec 20 21:59:06.776 INFO O| Dec 20 21:59:06.776 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-20T21:59:08.963Z[ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50562024-12-20T21:59:08.963Z[ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.796 INFO STEP 246 (remove_files) COMPLETE
50572024-12-20T21:59:08.963Z[ recovery-image] Dec 20 21:59:06.796 INFO O| Dec 20 21:59:06.796 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-20T21:59:08.982Z[ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50592024-12-20T21:59:08.982Z[ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO STEP 247 (remove_files) COMPLETE
50602024-12-20T21:59:08.985Z[ recovery-image] Dec 20 21:59:06.815 INFO O| Dec 20 21:59:06.815 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-20T21:59:09.009Z[ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50622024-12-20T21:59:09.010Z[ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO STEP 248 (remove_files) COMPLETE
50632024-12-20T21:59:09.010Z[ recovery-image] Dec 20 21:59:06.835 INFO O| Dec 20 21:59:06.835 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-20T21:59:09.022Z[ recovery-image] Dec 20 21:59:06.854 INFO O| Dec 20 21:59:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50652024-12-20T21:59:09.022Z[ recovery-image] Dec 20 21:59:06.855 INFO O| Dec 20 21:59:06.855 INFO STEP 249 (remove_files) COMPLETE
50662024-12-20T21:59:09.022Z[ recovery-image] Dec 20 21:59:06.855 INFO O| Dec 20 21:59:06.855 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-20T21:59:09.044Z[ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50682024-12-20T21:59:09.044Z[ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO STEP 250 (remove_files) COMPLETE
50692024-12-20T21:59:09.044Z[ recovery-image] Dec 20 21:59:06.875 INFO O| Dec 20 21:59:06.875 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-20T21:59:09.061Z[ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50712024-12-20T21:59:09.061Z[ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO STEP 251 (remove_files) COMPLETE
50722024-12-20T21:59:09.061Z[ recovery-image] Dec 20 21:59:06.893 INFO O| Dec 20 21:59:06.893 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-20T21:59:09.080Z[ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50742024-12-20T21:59:09.080Z[ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO STEP 252 (remove_files) COMPLETE
50752024-12-20T21:59:09.080Z[ recovery-image] Dec 20 21:59:06.913 INFO O| Dec 20 21:59:06.913 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-20T21:59:09.100Z[ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50772024-12-20T21:59:09.100Z[ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO STEP 253 (remove_files) COMPLETE
50782024-12-20T21:59:09.103Z[ recovery-image] Dec 20 21:59:06.932 INFO O| Dec 20 21:59:06.932 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-20T21:59:09.118Z[ recovery-image] Dec 20 21:59:06.950 INFO O| Dec 20 21:59:06.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50802024-12-20T21:59:09.118Z[ recovery-image] Dec 20 21:59:06.951 INFO O| Dec 20 21:59:06.951 INFO STEP 254 (remove_files) COMPLETE
50812024-12-20T21:59:09.118Z[ recovery-image] Dec 20 21:59:06.951 INFO O| Dec 20 21:59:06.951 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-20T21:59:09.136Z[ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50832024-12-20T21:59:09.136Z[ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO STEP 255 (remove_files) COMPLETE
50842024-12-20T21:59:09.136Z[ recovery-image] Dec 20 21:59:06.969 INFO O| Dec 20 21:59:06.969 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-20T21:59:09.159Z[ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50862024-12-20T21:59:09.159Z[ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO STEP 256 (remove_files) COMPLETE
50872024-12-20T21:59:09.159Z[ recovery-image] Dec 20 21:59:06.992 INFO O| Dec 20 21:59:06.992 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-20T21:59:09.181Z[ recovery-image] Dec 20 21:59:07.013 INFO O| Dec 20 21:59:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50892024-12-20T21:59:09.181Z[ recovery-image] Dec 20 21:59:07.014 INFO O| Dec 20 21:59:07.014 INFO STEP 257 (remove_files) COMPLETE
50902024-12-20T21:59:09.183Z[ recovery-image] Dec 20 21:59:07.014 INFO O| Dec 20 21:59:07.014 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-20T21:59:09.199Z[ recovery-image] Dec 20 21:59:07.032 INFO O| Dec 20 21:59:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50922024-12-20T21:59:09.220Z[ recovery-image] Dec 20 21:59:07.053 INFO O| Dec 20 21:59:07.053 INFO STEP 258 (remove_files) COMPLETE
50932024-12-20T21:59:09.220Z[ recovery-image] Dec 20 21:59:07.053 INFO O| Dec 20 21:59:07.053 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-20T21:59:09.276Z[ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50952024-12-20T21:59:09.276Z[ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO STEP 259 (remove_files) COMPLETE
50962024-12-20T21:59:09.276Z[ recovery-image] Dec 20 21:59:07.109 INFO O| Dec 20 21:59:07.109 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-20T21:59:09.330Z[ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50982024-12-20T21:59:09.330Z[ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO STEP 260 (remove_files) COMPLETE
50992024-12-20T21:59:09.330Z[ recovery-image] Dec 20 21:59:07.162 INFO O| Dec 20 21:59:07.162 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-20T21:59:09.353Z[ recovery-image] Dec 20 21:59:07.185 INFO O| Dec 20 21:59:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51012024-12-20T21:59:09.356Z[ recovery-image] Dec 20 21:59:07.186 INFO O| Dec 20 21:59:07.185 INFO STEP 261 (remove_files) COMPLETE
51022024-12-20T21:59:09.356Z[ recovery-image] Dec 20 21:59:07.186 INFO O| Dec 20 21:59:07.185 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-20T21:59:09.379Z[ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51042024-12-20T21:59:09.379Z[ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO STEP 262 (remove_files) COMPLETE
51052024-12-20T21:59:09.379Z[ recovery-image] Dec 20 21:59:07.212 INFO O| Dec 20 21:59:07.212 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-20T21:59:09.400Z[ recovery-image] Dec 20 21:59:07.232 INFO O| Dec 20 21:59:07.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51072024-12-20T21:59:09.400Z[ recovery-image] Dec 20 21:59:07.233 INFO O| Dec 20 21:59:07.232 INFO STEP 263 (remove_files) COMPLETE
51082024-12-20T21:59:09.402Z[ recovery-image] Dec 20 21:59:07.233 INFO O| Dec 20 21:59:07.233 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-20T21:59:09.420Z[ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51102024-12-20T21:59:09.420Z[ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.253 INFO STEP 264 (remove_files) COMPLETE
51112024-12-20T21:59:09.420Z[ recovery-image] Dec 20 21:59:07.253 INFO O| Dec 20 21:59:07.253 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-20T21:59:09.440Z[ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51132024-12-20T21:59:09.440Z[ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.273 INFO STEP 265 (remove_files) COMPLETE
51142024-12-20T21:59:09.442Z[ recovery-image] Dec 20 21:59:07.273 INFO O| Dec 20 21:59:07.273 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-20T21:59:09.459Z[ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51162024-12-20T21:59:09.459Z[ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO STEP 266 (remove_files) COMPLETE
51172024-12-20T21:59:09.459Z[ recovery-image] Dec 20 21:59:07.292 INFO O| Dec 20 21:59:07.292 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-20T21:59:09.480Z[ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51192024-12-20T21:59:09.480Z[ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO STEP 267 (remove_files) COMPLETE
51202024-12-20T21:59:09.480Z[ recovery-image] Dec 20 21:59:07.312 INFO O| Dec 20 21:59:07.312 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-20T21:59:09.521Z[ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51222024-12-20T21:59:09.521Z[ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO STEP 268 (remove_files) COMPLETE
51232024-12-20T21:59:09.521Z[ recovery-image] Dec 20 21:59:07.354 INFO O| Dec 20 21:59:07.354 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-20T21:59:09.542Z[ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51252024-12-20T21:59:09.543Z[ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO STEP 269 (remove_files) COMPLETE
51262024-12-20T21:59:09.543Z[ recovery-image] Dec 20 21:59:07.375 INFO O| Dec 20 21:59:07.375 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-20T21:59:09.562Z[ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51282024-12-20T21:59:09.562Z[ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.395 INFO STEP 270 (remove_files) COMPLETE
51292024-12-20T21:59:09.562Z[ recovery-image] Dec 20 21:59:07.395 INFO O| Dec 20 21:59:07.395 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-20T21:59:09.580Z[ recovery-image] Dec 20 21:59:07.412 INFO O| Dec 20 21:59:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51312024-12-20T21:59:09.580Z[ recovery-image] Dec 20 21:59:07.413 INFO O| Dec 20 21:59:07.413 INFO STEP 271 (remove_files) COMPLETE
51322024-12-20T21:59:09.580Z[ recovery-image] Dec 20 21:59:07.413 INFO O| Dec 20 21:59:07.413 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-20T21:59:09.599Z[ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51342024-12-20T21:59:09.599Z[ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO STEP 272 (remove_files) COMPLETE
51352024-12-20T21:59:09.599Z[ recovery-image] Dec 20 21:59:07.431 INFO O| Dec 20 21:59:07.431 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-20T21:59:09.618Z[ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51372024-12-20T21:59:09.618Z[ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO STEP 273 (remove_files) COMPLETE
51382024-12-20T21:59:09.618Z[ recovery-image] Dec 20 21:59:07.451 INFO O| Dec 20 21:59:07.451 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-20T21:59:09.638Z[ recovery-image] Dec 20 21:59:07.470 INFO O| Dec 20 21:59:07.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51402024-12-20T21:59:09.638Z[ recovery-image] Dec 20 21:59:07.470 INFO O| Dec 20 21:59:07.470 INFO STEP 274 (remove_files) COMPLETE
51412024-12-20T21:59:09.638Z[ recovery-image] Dec 20 21:59:07.471 INFO O| Dec 20 21:59:07.470 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-20T21:59:09.659Z[ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51432024-12-20T21:59:09.662Z[ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO STEP 275 (remove_files) COMPLETE
51442024-12-20T21:59:09.662Z[ recovery-image] Dec 20 21:59:07.492 INFO O| Dec 20 21:59:07.492 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-20T21:59:09.686Z[ recovery-image] Dec 20 21:59:07.518 INFO O| Dec 20 21:59:07.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51462024-12-20T21:59:09.686Z[ recovery-image] Dec 20 21:59:07.518 INFO O| Dec 20 21:59:07.518 INFO STEP 276 (remove_files) COMPLETE
51472024-12-20T21:59:09.688Z[ recovery-image] Dec 20 21:59:07.519 INFO O| Dec 20 21:59:07.518 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-20T21:59:09.711Z[ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51492024-12-20T21:59:09.711Z[ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO STEP 277 (remove_files) COMPLETE
51502024-12-20T21:59:09.711Z[ recovery-image] Dec 20 21:59:07.544 INFO O| Dec 20 21:59:07.544 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-20T21:59:09.780Z[ recovery-image] Dec 20 21:59:07.612 INFO O| Dec 20 21:59:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51522024-12-20T21:59:09.780Z[ recovery-image] Dec 20 21:59:07.613 INFO O| Dec 20 21:59:07.613 INFO STEP 278 (remove_files) COMPLETE
51532024-12-20T21:59:09.780Z[ recovery-image] Dec 20 21:59:07.613 INFO O| Dec 20 21:59:07.613 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-20T21:59:09.844Z[ host-image] Dec 20 21:59:07.676 INFO O| Dec 20 21:59:07.676 INFO O| Download: 21819/22788 items 188.1/199.7MB 94% complete (884k/s)
51552024-12-20T21:59:09.846Z[ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51562024-12-20T21:59:09.846Z[ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO STEP 279 (remove_files) COMPLETE
51572024-12-20T21:59:09.847Z[ recovery-image] Dec 20 21:59:07.677 INFO O| Dec 20 21:59:07.677 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-20T21:59:09.865Z[ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51592024-12-20T21:59:09.865Z[ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO STEP 280 (remove_files) COMPLETE
51602024-12-20T21:59:09.869Z[ recovery-image] Dec 20 21:59:07.698 INFO O| Dec 20 21:59:07.698 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-20T21:59:09.884Z[ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51622024-12-20T21:59:09.884Z[ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.717 INFO STEP 281 (remove_files) COMPLETE
51632024-12-20T21:59:09.884Z[ recovery-image] Dec 20 21:59:07.717 INFO O| Dec 20 21:59:07.717 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-20T21:59:09.903Z[ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51652024-12-20T21:59:09.903Z[ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO STEP 282 (remove_files) COMPLETE
51662024-12-20T21:59:09.903Z[ recovery-image] Dec 20 21:59:07.735 INFO O| Dec 20 21:59:07.735 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-20T21:59:09.922Z[ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51682024-12-20T21:59:09.922Z[ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO STEP 283 (remove_files) COMPLETE
51692024-12-20T21:59:09.924Z[ recovery-image] Dec 20 21:59:07.754 INFO O| Dec 20 21:59:07.754 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-20T21:59:09.941Z[ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51712024-12-20T21:59:09.941Z[ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO STEP 284 (remove_files) COMPLETE
51722024-12-20T21:59:09.941Z[ recovery-image] Dec 20 21:59:07.774 INFO O| Dec 20 21:59:07.774 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-20T21:59:09.962Z[ recovery-image] Dec 20 21:59:07.795 INFO O| Dec 20 21:59:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51742024-12-20T21:59:09.986Z[ recovery-image] Dec 20 21:59:07.818 INFO O| Dec 20 21:59:07.818 INFO STEP 285 (remove_files) COMPLETE
51752024-12-20T21:59:09.986Z[ recovery-image] Dec 20 21:59:07.818 INFO O| Dec 20 21:59:07.818 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-20T21:59:10.018Z[ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51772024-12-20T21:59:10.018Z[ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO STEP 286 (remove_files) COMPLETE
51782024-12-20T21:59:10.018Z[ recovery-image] Dec 20 21:59:07.850 INFO O| Dec 20 21:59:07.850 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-20T21:59:10.117Z[ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51802024-12-20T21:59:10.117Z[ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO STEP 287 (remove_files) COMPLETE
51812024-12-20T21:59:10.120Z[ recovery-image] Dec 20 21:59:07.950 INFO O| Dec 20 21:59:07.950 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-20T21:59:10.139Z[ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51832024-12-20T21:59:10.139Z[ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO STEP 288 (remove_files) COMPLETE
51842024-12-20T21:59:10.139Z[ recovery-image] Dec 20 21:59:07.971 INFO O| Dec 20 21:59:07.971 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-20T21:59:10.159Z[ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51862024-12-20T21:59:10.161Z[ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.992 INFO STEP 289 (remove_files) COMPLETE
51872024-12-20T21:59:10.161Z[ recovery-image] Dec 20 21:59:07.992 INFO O| Dec 20 21:59:07.992 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-20T21:59:10.180Z[ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51892024-12-20T21:59:10.180Z[ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO STEP 290 (remove_files) COMPLETE
51902024-12-20T21:59:10.183Z[ recovery-image] Dec 20 21:59:08.013 INFO O| Dec 20 21:59:08.013 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-20T21:59:10.201Z[ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51922024-12-20T21:59:10.201Z[ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO STEP 291 (remove_files) COMPLETE
51932024-12-20T21:59:10.201Z[ recovery-image] Dec 20 21:59:08.033 INFO O| Dec 20 21:59:08.033 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-20T21:59:10.221Z[ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51952024-12-20T21:59:10.221Z[ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO STEP 292 (remove_files) COMPLETE
51962024-12-20T21:59:10.221Z[ recovery-image] Dec 20 21:59:08.053 INFO O| Dec 20 21:59:08.053 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-20T21:59:10.240Z[ recovery-image] Dec 20 21:59:08.072 INFO O| Dec 20 21:59:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51982024-12-20T21:59:10.240Z[ recovery-image] Dec 20 21:59:08.073 INFO O| Dec 20 21:59:08.073 INFO STEP 293 (remove_files) COMPLETE
51992024-12-20T21:59:10.240Z[ recovery-image] Dec 20 21:59:08.073 INFO O| Dec 20 21:59:08.073 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-20T21:59:10.302Z[ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52012024-12-20T21:59:10.302Z[ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO STEP 294 (remove_files) COMPLETE
52022024-12-20T21:59:10.304Z[ recovery-image] Dec 20 21:59:08.132 INFO O| Dec 20 21:59:08.132 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-20T21:59:10.337Z[ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52042024-12-20T21:59:10.337Z[ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO STEP 295 (remove_files) COMPLETE
52052024-12-20T21:59:10.337Z[ recovery-image] Dec 20 21:59:08.169 INFO O| Dec 20 21:59:08.169 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-20T21:59:10.358Z[ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52072024-12-20T21:59:10.358Z[ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO STEP 296 (remove_files) COMPLETE
52082024-12-20T21:59:10.358Z[ recovery-image] Dec 20 21:59:08.190 INFO O| Dec 20 21:59:08.190 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-20T21:59:10.438Z[ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52102024-12-20T21:59:10.438Z[ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO STEP 297 (remove_files) COMPLETE
52112024-12-20T21:59:10.438Z[ recovery-image] Dec 20 21:59:08.271 INFO O| Dec 20 21:59:08.271 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-20T21:59:10.460Z[ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52132024-12-20T21:59:10.460Z[ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.292 INFO STEP 298 (remove_files) COMPLETE
52142024-12-20T21:59:10.460Z[ recovery-image] Dec 20 21:59:08.292 INFO O| Dec 20 21:59:08.292 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-20T21:59:10.478Z[ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52162024-12-20T21:59:10.478Z[ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO STEP 299 (remove_files) COMPLETE
52172024-12-20T21:59:10.479Z[ recovery-image] Dec 20 21:59:08.311 INFO O| Dec 20 21:59:08.311 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-20T21:59:10.499Z[ recovery-image] Dec 20 21:59:08.331 INFO O| Dec 20 21:59:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52192024-12-20T21:59:10.499Z[ recovery-image] Dec 20 21:59:08.331 INFO O| Dec 20 21:59:08.331 INFO STEP 300 (remove_files) COMPLETE
52202024-12-20T21:59:10.499Z[ recovery-image] Dec 20 21:59:08.332 INFO O| Dec 20 21:59:08.331 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-20T21:59:10.518Z[ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52222024-12-20T21:59:10.518Z[ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO STEP 301 (remove_files) COMPLETE
52232024-12-20T21:59:10.518Z[ recovery-image] Dec 20 21:59:08.350 INFO O| Dec 20 21:59:08.350 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-20T21:59:10.545Z[ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52252024-12-20T21:59:10.545Z[ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO STEP 302 (remove_files) COMPLETE
52262024-12-20T21:59:10.545Z[ recovery-image] Dec 20 21:59:08.377 INFO O| Dec 20 21:59:08.377 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-20T21:59:10.619Z[ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52282024-12-20T21:59:10.619Z[ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO STEP 303 (remove_files) COMPLETE
52292024-12-20T21:59:10.619Z[ recovery-image] Dec 20 21:59:08.451 INFO O| Dec 20 21:59:08.451 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-20T21:59:10.654Z[ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52312024-12-20T21:59:10.654Z[ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO STEP 304 (remove_files) COMPLETE
52322024-12-20T21:59:10.654Z[ recovery-image] Dec 20 21:59:08.486 INFO O| Dec 20 21:59:08.486 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-20T21:59:10.712Z[ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52342024-12-20T21:59:10.712Z[ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO STEP 305 (remove_files) COMPLETE
52352024-12-20T21:59:10.715Z[ recovery-image] Dec 20 21:59:08.545 INFO O| Dec 20 21:59:08.545 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-20T21:59:10.734Z[ recovery-image] Dec 20 21:59:08.566 INFO O| Dec 20 21:59:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52372024-12-20T21:59:10.734Z[ recovery-image] Dec 20 21:59:08.566 INFO O| Dec 20 21:59:08.566 INFO STEP 306 (remove_files) COMPLETE
52382024-12-20T21:59:10.737Z[ recovery-image] Dec 20 21:59:08.567 INFO O| Dec 20 21:59:08.566 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-20T21:59:10.755Z[ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52402024-12-20T21:59:10.755Z[ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.588 INFO STEP 307 (remove_files) COMPLETE
52412024-12-20T21:59:10.758Z[ recovery-image] Dec 20 21:59:08.588 INFO O| Dec 20 21:59:08.588 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-20T21:59:10.793Z[ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52432024-12-20T21:59:10.793Z[ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO STEP 308 (remove_files) COMPLETE
52442024-12-20T21:59:10.793Z[ recovery-image] Dec 20 21:59:08.625 INFO O| Dec 20 21:59:08.625 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-20T21:59:10.815Z[ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52462024-12-20T21:59:10.815Z[ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO STEP 309 (remove_files) COMPLETE
52472024-12-20T21:59:10.815Z[ recovery-image] Dec 20 21:59:08.647 INFO O| Dec 20 21:59:08.647 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-20T21:59:10.834Z[ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52492024-12-20T21:59:10.834Z[ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO STEP 310 (remove_files) COMPLETE
52502024-12-20T21:59:10.834Z[ recovery-image] Dec 20 21:59:08.667 INFO O| Dec 20 21:59:08.667 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-20T21:59:10.851Z[ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52522024-12-20T21:59:10.851Z[ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO STEP 311 (remove_files) COMPLETE
52532024-12-20T21:59:10.851Z[ recovery-image] Dec 20 21:59:08.684 INFO O| Dec 20 21:59:08.684 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-20T21:59:10.869Z[ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52552024-12-20T21:59:10.869Z[ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO STEP 312 (remove_files) COMPLETE
52562024-12-20T21:59:10.872Z[ recovery-image] Dec 20 21:59:08.701 INFO O| Dec 20 21:59:08.701 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-20T21:59:10.896Z[ recovery-image] Dec 20 21:59:08.728 INFO O| Dec 20 21:59:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52582024-12-20T21:59:10.899Z[ recovery-image] Dec 20 21:59:08.728 INFO O| Dec 20 21:59:08.728 INFO STEP 313 (remove_files) COMPLETE
52592024-12-20T21:59:10.899Z[ recovery-image] Dec 20 21:59:08.729 INFO O| Dec 20 21:59:08.729 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-20T21:59:10.918Z[ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52612024-12-20T21:59:10.918Z[ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO STEP 314 (remove_files) COMPLETE
52622024-12-20T21:59:10.918Z[ recovery-image] Dec 20 21:59:08.750 INFO O| Dec 20 21:59:08.750 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-20T21:59:10.935Z[ recovery-image] Dec 20 21:59:08.767 INFO O| Dec 20 21:59:08.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52642024-12-20T21:59:10.935Z[ recovery-image] Dec 20 21:59:08.768 INFO O| Dec 20 21:59:08.768 INFO STEP 315 (remove_files) COMPLETE
52652024-12-20T21:59:10.938Z[ recovery-image] Dec 20 21:59:08.768 INFO O| Dec 20 21:59:08.768 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-20T21:59:10.954Z[ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52672024-12-20T21:59:10.954Z[ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO STEP 316 (remove_files) COMPLETE
52682024-12-20T21:59:10.954Z[ recovery-image] Dec 20 21:59:08.787 INFO O| Dec 20 21:59:08.787 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-20T21:59:10.973Z[ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52702024-12-20T21:59:10.976Z[ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.806 INFO STEP 317 (remove_files) COMPLETE
52712024-12-20T21:59:10.976Z[ recovery-image] Dec 20 21:59:08.806 INFO O| Dec 20 21:59:08.806 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-20T21:59:10.991Z[ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52732024-12-20T21:59:10.992Z[ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO STEP 318 (remove_files) COMPLETE
52742024-12-20T21:59:10.992Z[ recovery-image] Dec 20 21:59:08.824 INFO O| Dec 20 21:59:08.824 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-20T21:59:11.026Z[ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52762024-12-20T21:59:11.026Z[ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO STEP 319 (remove_files) COMPLETE
52772024-12-20T21:59:11.026Z[ recovery-image] Dec 20 21:59:08.858 INFO O| Dec 20 21:59:08.858 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-20T21:59:11.047Z[ recovery-image] Dec 20 21:59:08.880 INFO O| Dec 20 21:59:08.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52792024-12-20T21:59:11.061Z[ recovery-image] Dec 20 21:59:08.894 INFO O| Dec 20 21:59:08.894 INFO STEP 320 (remove_files) COMPLETE
52802024-12-20T21:59:11.061Z[ recovery-image] Dec 20 21:59:08.894 INFO O| Dec 20 21:59:08.894 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-20T21:59:11.084Z[ recovery-image] Dec 20 21:59:08.913 INFO O| Dec 20 21:59:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52822024-12-20T21:59:11.084Z[ recovery-image] Dec 20 21:59:08.914 INFO O| Dec 20 21:59:08.913 INFO STEP 321 (remove_files) COMPLETE
52832024-12-20T21:59:11.086Z[ recovery-image] Dec 20 21:59:08.914 INFO O| Dec 20 21:59:08.913 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-20T21:59:11.100Z[ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52852024-12-20T21:59:11.101Z[ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO STEP 322 (remove_files) COMPLETE
52862024-12-20T21:59:11.101Z[ recovery-image] Dec 20 21:59:08.933 INFO O| Dec 20 21:59:08.933 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-20T21:59:11.121Z[ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52882024-12-20T21:59:11.121Z[ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO STEP 323 (remove_files) COMPLETE
52892024-12-20T21:59:11.121Z[ recovery-image] Dec 20 21:59:08.953 INFO O| Dec 20 21:59:08.953 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-20T21:59:11.141Z[ recovery-image] Dec 20 21:59:08.973 INFO O| Dec 20 21:59:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52912024-12-20T21:59:11.141Z[ recovery-image] Dec 20 21:59:08.974 INFO O| Dec 20 21:59:08.974 INFO STEP 324 (remove_files) COMPLETE
52922024-12-20T21:59:11.141Z[ recovery-image] Dec 20 21:59:08.974 INFO O| Dec 20 21:59:08.974 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-20T21:59:11.177Z[ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52942024-12-20T21:59:11.177Z[ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.010 INFO STEP 325 (remove_files) COMPLETE
52952024-12-20T21:59:11.177Z[ recovery-image] Dec 20 21:59:09.010 INFO O| Dec 20 21:59:09.010 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-20T21:59:11.210Z[ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52972024-12-20T21:59:11.210Z[ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO STEP 326 (remove_files) COMPLETE
52982024-12-20T21:59:11.210Z[ recovery-image] Dec 20 21:59:09.042 INFO O| Dec 20 21:59:09.042 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-20T21:59:11.245Z[ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53002024-12-20T21:59:11.248Z[ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO STEP 327 (remove_files) COMPLETE
53012024-12-20T21:59:11.248Z[ recovery-image] Dec 20 21:59:09.077 INFO O| Dec 20 21:59:09.077 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-20T21:59:11.264Z[ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53032024-12-20T21:59:11.264Z[ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO STEP 328 (remove_files) COMPLETE
53042024-12-20T21:59:11.264Z[ recovery-image] Dec 20 21:59:09.096 INFO O| Dec 20 21:59:09.096 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-20T21:59:11.284Z[ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53062024-12-20T21:59:11.284Z[ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO STEP 329 (remove_files) COMPLETE
53072024-12-20T21:59:11.284Z[ recovery-image] Dec 20 21:59:09.116 INFO O| Dec 20 21:59:09.116 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-20T21:59:11.303Z[ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53092024-12-20T21:59:11.303Z[ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO STEP 330 (remove_files) COMPLETE
53102024-12-20T21:59:11.303Z[ recovery-image] Dec 20 21:59:09.135 INFO O| Dec 20 21:59:09.135 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-20T21:59:11.324Z[ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53122024-12-20T21:59:11.324Z[ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO STEP 331 (remove_files) COMPLETE
53132024-12-20T21:59:11.324Z[ recovery-image] Dec 20 21:59:09.156 INFO O| Dec 20 21:59:09.156 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-20T21:59:11.362Z[ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53152024-12-20T21:59:11.362Z[ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO STEP 332 (remove_files) COMPLETE
53162024-12-20T21:59:11.362Z[ recovery-image] Dec 20 21:59:09.194 INFO O| Dec 20 21:59:09.194 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-20T21:59:11.393Z[ recovery-image] Dec 20 21:59:09.225 INFO O| Dec 20 21:59:09.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53182024-12-20T21:59:11.416Z[ recovery-image] Dec 20 21:59:09.249 INFO O| Dec 20 21:59:09.249 INFO STEP 333 (remove_files) COMPLETE
53192024-12-20T21:59:11.416Z[ recovery-image] Dec 20 21:59:09.249 INFO O| Dec 20 21:59:09.249 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-20T21:59:11.477Z[ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53212024-12-20T21:59:11.478Z[ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO STEP 334 (remove_files) COMPLETE
53222024-12-20T21:59:11.478Z[ recovery-image] Dec 20 21:59:09.310 INFO O| Dec 20 21:59:09.310 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-20T21:59:11.498Z[ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53242024-12-20T21:59:11.498Z[ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO STEP 335 (remove_files) COMPLETE
53252024-12-20T21:59:11.498Z[ recovery-image] Dec 20 21:59:09.330 INFO O| Dec 20 21:59:09.330 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-20T21:59:11.517Z[ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53272024-12-20T21:59:11.517Z[ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO STEP 336 (remove_files) COMPLETE
53282024-12-20T21:59:11.517Z[ recovery-image] Dec 20 21:59:09.349 INFO O| Dec 20 21:59:09.349 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-20T21:59:11.536Z[ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53302024-12-20T21:59:11.536Z[ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO STEP 337 (remove_files) COMPLETE
53312024-12-20T21:59:11.536Z[ recovery-image] Dec 20 21:59:09.368 INFO O| Dec 20 21:59:09.368 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-20T21:59:11.565Z[ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53332024-12-20T21:59:11.565Z[ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO STEP 338 (remove_files) COMPLETE
53342024-12-20T21:59:11.565Z[ recovery-image] Dec 20 21:59:09.397 INFO O| Dec 20 21:59:09.397 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-20T21:59:11.583Z[ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53362024-12-20T21:59:11.583Z[ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO STEP 339 (remove_files) COMPLETE
53372024-12-20T21:59:11.583Z[ recovery-image] Dec 20 21:59:09.415 INFO O| Dec 20 21:59:09.415 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-20T21:59:11.611Z[ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53392024-12-20T21:59:11.611Z[ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO STEP 340 (remove_files) COMPLETE
53402024-12-20T21:59:11.611Z[ recovery-image] Dec 20 21:59:09.443 INFO O| Dec 20 21:59:09.443 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-20T21:59:11.630Z[ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53422024-12-20T21:59:11.630Z[ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.463 INFO STEP 341 (remove_files) COMPLETE
53432024-12-20T21:59:11.633Z[ recovery-image] Dec 20 21:59:09.463 INFO O| Dec 20 21:59:09.463 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-20T21:59:11.649Z[ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53452024-12-20T21:59:11.649Z[ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO STEP 342 (remove_files) COMPLETE
53462024-12-20T21:59:11.658Z[ recovery-image] Dec 20 21:59:09.481 INFO O| Dec 20 21:59:09.481 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-20T21:59:11.698Z[ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53482024-12-20T21:59:11.698Z[ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO STEP 343 (remove_files) COMPLETE
53492024-12-20T21:59:11.702Z[ recovery-image] Dec 20 21:59:09.523 INFO O| Dec 20 21:59:09.523 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-20T21:59:11.712Z[ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53512024-12-20T21:59:11.712Z[ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO STEP 344 (remove_files) COMPLETE
53522024-12-20T21:59:11.714Z[ recovery-image] Dec 20 21:59:09.544 INFO O| Dec 20 21:59:09.544 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-20T21:59:11.730Z[ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53542024-12-20T21:59:11.733Z[ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO STEP 345 (remove_files) COMPLETE
53552024-12-20T21:59:11.733Z[ recovery-image] Dec 20 21:59:09.563 INFO O| Dec 20 21:59:09.563 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-20T21:59:11.756Z[ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53572024-12-20T21:59:11.756Z[ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO STEP 346 (remove_files) COMPLETE
53582024-12-20T21:59:11.756Z[ recovery-image] Dec 20 21:59:09.588 INFO O| Dec 20 21:59:09.588 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-20T21:59:11.775Z[ recovery-image] Dec 20 21:59:09.607 INFO O| Dec 20 21:59:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53602024-12-20T21:59:11.775Z[ recovery-image] Dec 20 21:59:09.608 INFO O| Dec 20 21:59:09.608 INFO STEP 347 (remove_files) COMPLETE
53612024-12-20T21:59:11.778Z[ recovery-image] Dec 20 21:59:09.608 INFO O| Dec 20 21:59:09.608 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-20T21:59:11.794Z[ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53632024-12-20T21:59:11.794Z[ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO STEP 348 (remove_files) COMPLETE
53642024-12-20T21:59:11.797Z[ recovery-image] Dec 20 21:59:09.626 INFO O| Dec 20 21:59:09.626 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-20T21:59:11.811Z[ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53662024-12-20T21:59:11.811Z[ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO STEP 349 (remove_files) COMPLETE
53672024-12-20T21:59:11.811Z[ recovery-image] Dec 20 21:59:09.644 INFO O| Dec 20 21:59:09.644 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-20T21:59:11.863Z[ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53692024-12-20T21:59:11.863Z[ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO STEP 350 (remove_files) COMPLETE
53702024-12-20T21:59:11.863Z[ recovery-image] Dec 20 21:59:09.695 INFO O| Dec 20 21:59:09.695 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-20T21:59:11.882Z[ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53722024-12-20T21:59:11.882Z[ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO STEP 351 (remove_files) COMPLETE
53732024-12-20T21:59:11.883Z[ recovery-image] Dec 20 21:59:09.715 INFO O| Dec 20 21:59:09.715 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-20T21:59:11.902Z[ recovery-image] Dec 20 21:59:09.733 INFO O| Dec 20 21:59:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53752024-12-20T21:59:11.902Z[ recovery-image] Dec 20 21:59:09.734 INFO O| Dec 20 21:59:09.733 INFO STEP 352 (remove_files) COMPLETE
53762024-12-20T21:59:11.902Z[ recovery-image] Dec 20 21:59:09.734 INFO O| Dec 20 21:59:09.733 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-20T21:59:11.920Z[ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53782024-12-20T21:59:11.920Z[ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO STEP 353 (remove_files) COMPLETE
53792024-12-20T21:59:11.920Z[ recovery-image] Dec 20 21:59:09.752 INFO O| Dec 20 21:59:09.752 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-20T21:59:11.937Z[ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53812024-12-20T21:59:11.937Z[ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO STEP 354 (remove_files) COMPLETE
53822024-12-20T21:59:11.937Z[ recovery-image] Dec 20 21:59:09.769 INFO O| Dec 20 21:59:09.769 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-20T21:59:11.954Z[ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53842024-12-20T21:59:11.954Z[ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO STEP 355 (remove_files) COMPLETE
53852024-12-20T21:59:11.957Z[ recovery-image] Dec 20 21:59:09.786 INFO O| Dec 20 21:59:09.786 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-20T21:59:11.972Z[ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53872024-12-20T21:59:11.972Z[ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO STEP 356 (remove_files) COMPLETE
53882024-12-20T21:59:11.972Z[ recovery-image] Dec 20 21:59:09.804 INFO O| Dec 20 21:59:09.804 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-20T21:59:12.002Z[ recovery-image] Dec 20 21:59:09.834 INFO O| Dec 20 21:59:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53902024-12-20T21:59:12.005Z[ recovery-image] Dec 20 21:59:09.834 INFO O| Dec 20 21:59:09.834 INFO STEP 357 (remove_files) COMPLETE
53912024-12-20T21:59:12.005Z[ recovery-image] Dec 20 21:59:09.835 INFO O| Dec 20 21:59:09.834 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-20T21:59:12.034Z[ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53932024-12-20T21:59:12.034Z[ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO STEP 358 (remove_files) COMPLETE
53942024-12-20T21:59:12.034Z[ recovery-image] Dec 20 21:59:09.866 INFO O| Dec 20 21:59:09.866 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-20T21:59:12.054Z[ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53962024-12-20T21:59:12.054Z[ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO STEP 359 (remove_files) COMPLETE
53972024-12-20T21:59:12.054Z[ recovery-image] Dec 20 21:59:09.886 INFO O| Dec 20 21:59:09.886 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-20T21:59:12.073Z[ recovery-image] Dec 20 21:59:09.905 INFO O| Dec 20 21:59:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53992024-12-20T21:59:12.073Z[ recovery-image] Dec 20 21:59:09.906 INFO O| Dec 20 21:59:09.906 INFO STEP 360 (remove_files) COMPLETE
54002024-12-20T21:59:12.073Z[ recovery-image] Dec 20 21:59:09.906 INFO O| Dec 20 21:59:09.906 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-20T21:59:12.094Z[ recovery-image] Dec 20 21:59:09.926 INFO O| Dec 20 21:59:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54022024-12-20T21:59:12.097Z[ recovery-image] Dec 20 21:59:09.926 INFO O| Dec 20 21:59:09.926 INFO STEP 361 (remove_files) COMPLETE
54032024-12-20T21:59:12.097Z[ recovery-image] Dec 20 21:59:09.927 INFO O| Dec 20 21:59:09.927 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-20T21:59:12.115Z[ recovery-image] Dec 20 21:59:09.948 INFO O| Dec 20 21:59:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54052024-12-20T21:59:12.129Z[ recovery-image] Dec 20 21:59:09.960 INFO O| Dec 20 21:59:09.960 INFO STEP 362 (remove_files) COMPLETE
54062024-12-20T21:59:12.129Z[ recovery-image] Dec 20 21:59:09.960 INFO O| Dec 20 21:59:09.960 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-20T21:59:12.149Z[ recovery-image] Dec 20 21:59:09.981 INFO O| Dec 20 21:59:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54082024-12-20T21:59:12.152Z[ recovery-image] Dec 20 21:59:09.981 INFO O| Dec 20 21:59:09.981 INFO STEP 363 (remove_files) COMPLETE
54092024-12-20T21:59:12.152Z[ recovery-image] Dec 20 21:59:09.982 INFO O| Dec 20 21:59:09.981 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-20T21:59:12.168Z[ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54112024-12-20T21:59:12.170Z[ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO STEP 364 (remove_files) COMPLETE
54122024-12-20T21:59:12.170Z[ recovery-image] Dec 20 21:59:10.000 INFO O| Dec 20 21:59:10.000 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-20T21:59:12.186Z[ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54142024-12-20T21:59:12.189Z[ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.019 INFO STEP 365 (remove_files) COMPLETE
54152024-12-20T21:59:12.189Z[ recovery-image] Dec 20 21:59:10.019 INFO O| Dec 20 21:59:10.019 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-20T21:59:12.207Z[ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54172024-12-20T21:59:12.212Z[ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO STEP 366 (remove_files) COMPLETE
54182024-12-20T21:59:12.212Z[ recovery-image] Dec 20 21:59:10.037 INFO O| Dec 20 21:59:10.037 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-20T21:59:12.224Z[ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54202024-12-20T21:59:12.226Z[ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO STEP 367 (remove_files) COMPLETE
54212024-12-20T21:59:12.226Z[ recovery-image] Dec 20 21:59:10.056 INFO O| Dec 20 21:59:10.056 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-20T21:59:12.242Z[ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54232024-12-20T21:59:12.244Z[ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO STEP 368 (remove_files) COMPLETE
54242024-12-20T21:59:12.244Z[ recovery-image] Dec 20 21:59:10.074 INFO O| Dec 20 21:59:10.074 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-20T21:59:12.260Z[ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54262024-12-20T21:59:12.260Z[ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO STEP 369 (remove_files) COMPLETE
54272024-12-20T21:59:12.262Z[ recovery-image] Dec 20 21:59:10.092 INFO O| Dec 20 21:59:10.092 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-20T21:59:12.318Z[ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54292024-12-20T21:59:12.318Z[ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO STEP 370 (remove_files) COMPLETE
54302024-12-20T21:59:12.318Z[ recovery-image] Dec 20 21:59:10.150 INFO O| Dec 20 21:59:10.150 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-20T21:59:12.336Z[ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54322024-12-20T21:59:12.336Z[ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO STEP 371 (remove_files) COMPLETE
54332024-12-20T21:59:12.338Z[ recovery-image] Dec 20 21:59:10.168 INFO O| Dec 20 21:59:10.168 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-20T21:59:12.367Z[ recovery-image] Dec 20 21:59:10.199 INFO O| Dec 20 21:59:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54352024-12-20T21:59:12.370Z[ recovery-image] Dec 20 21:59:10.200 INFO O| Dec 20 21:59:10.200 INFO STEP 372 (remove_files) COMPLETE
54362024-12-20T21:59:12.370Z[ recovery-image] Dec 20 21:59:10.200 INFO O| Dec 20 21:59:10.200 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-20T21:59:12.387Z[ recovery-image] Dec 20 21:59:10.219 INFO O| Dec 20 21:59:10.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54382024-12-20T21:59:12.390Z[ recovery-image] Dec 20 21:59:10.220 INFO O| Dec 20 21:59:10.219 INFO STEP 373 (remove_files) COMPLETE
54392024-12-20T21:59:12.390Z[ recovery-image] Dec 20 21:59:10.220 INFO O| Dec 20 21:59:10.220 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-20T21:59:12.406Z[ recovery-image] Dec 20 21:59:10.238 INFO O| Dec 20 21:59:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54412024-12-20T21:59:12.408Z[ recovery-image] Dec 20 21:59:10.238 INFO O| Dec 20 21:59:10.238 INFO STEP 374 (remove_files) COMPLETE
54422024-12-20T21:59:12.408Z[ recovery-image] Dec 20 21:59:10.239 INFO O| Dec 20 21:59:10.238 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-20T21:59:12.426Z[ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54442024-12-20T21:59:12.428Z[ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO STEP 375 (remove_files) COMPLETE
54452024-12-20T21:59:12.428Z[ recovery-image] Dec 20 21:59:10.258 INFO O| Dec 20 21:59:10.258 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-20T21:59:12.445Z[ recovery-image] Dec 20 21:59:10.277 INFO O| Dec 20 21:59:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54472024-12-20T21:59:12.448Z[ recovery-image] Dec 20 21:59:10.278 INFO O| Dec 20 21:59:10.277 INFO STEP 376 (remove_files) COMPLETE
54482024-12-20T21:59:12.448Z[ recovery-image] Dec 20 21:59:10.278 INFO O| Dec 20 21:59:10.278 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-20T21:59:12.507Z[ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54502024-12-20T21:59:12.507Z[ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO STEP 377 (remove_files) COMPLETE
54512024-12-20T21:59:12.507Z[ recovery-image] Dec 20 21:59:10.339 INFO O| Dec 20 21:59:10.339 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-20T21:59:12.528Z[ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54532024-12-20T21:59:12.528Z[ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO STEP 378 (remove_files) COMPLETE
54542024-12-20T21:59:12.528Z[ recovery-image] Dec 20 21:59:10.360 INFO O| Dec 20 21:59:10.360 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-20T21:59:12.556Z[ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54562024-12-20T21:59:12.556Z[ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO STEP 379 (remove_files) COMPLETE
54572024-12-20T21:59:12.559Z[ recovery-image] Dec 20 21:59:10.388 INFO O| Dec 20 21:59:10.388 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-20T21:59:12.614Z[ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54592024-12-20T21:59:12.614Z[ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO STEP 380 (remove_files) COMPLETE
54602024-12-20T21:59:12.614Z[ recovery-image] Dec 20 21:59:10.446 INFO O| Dec 20 21:59:10.446 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-20T21:59:12.645Z[ recovery-image] Dec 20 21:59:10.477 INFO O| Dec 20 21:59:10.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54622024-12-20T21:59:12.648Z[ recovery-image] Dec 20 21:59:10.478 INFO O| Dec 20 21:59:10.477 INFO STEP 381 (remove_files) COMPLETE
54632024-12-20T21:59:12.648Z[ recovery-image] Dec 20 21:59:10.478 INFO O| Dec 20 21:59:10.478 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-20T21:59:12.696Z[ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54652024-12-20T21:59:12.699Z[ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO STEP 382 (remove_files) COMPLETE
54662024-12-20T21:59:12.699Z[ recovery-image] Dec 20 21:59:10.528 INFO O| Dec 20 21:59:10.528 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-20T21:59:12.728Z[ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54682024-12-20T21:59:12.728Z[ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO STEP 383 (remove_files) COMPLETE
54692024-12-20T21:59:12.728Z[ recovery-image] Dec 20 21:59:10.560 INFO O| Dec 20 21:59:10.560 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-20T21:59:12.747Z[ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54712024-12-20T21:59:12.747Z[ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO STEP 384 (remove_files) COMPLETE
54722024-12-20T21:59:12.747Z[ recovery-image] Dec 20 21:59:10.579 INFO O| Dec 20 21:59:10.579 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-20T21:59:12.766Z[ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54742024-12-20T21:59:12.766Z[ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO STEP 385 (remove_files) COMPLETE
54752024-12-20T21:59:12.768Z[ recovery-image] Dec 20 21:59:10.598 INFO O| Dec 20 21:59:10.598 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-20T21:59:12.801Z[ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54772024-12-20T21:59:12.801Z[ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO STEP 386 (remove_files) COMPLETE
54782024-12-20T21:59:12.801Z[ recovery-image] Dec 20 21:59:10.633 INFO O| Dec 20 21:59:10.633 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-20T21:59:12.835Z[ recovery-image] Dec 20 21:59:10.667 INFO O| Dec 20 21:59:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54802024-12-20T21:59:12.835Z[ recovery-image] Dec 20 21:59:10.667 INFO O| Dec 20 21:59:10.667 INFO STEP 387 (remove_files) COMPLETE
54812024-12-20T21:59:12.838Z[ recovery-image] Dec 20 21:59:10.668 INFO O| Dec 20 21:59:10.667 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-20T21:59:12.862Z[ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54832024-12-20T21:59:12.864Z[ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO STEP 388 (remove_files) COMPLETE
54842024-12-20T21:59:12.864Z[ recovery-image] Dec 20 21:59:10.694 INFO O| Dec 20 21:59:10.694 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-20T21:59:12.882Z[ recovery-image] Dec 20 21:59:10.714 INFO O| Dec 20 21:59:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54862024-12-20T21:59:12.885Z[ recovery-image] Dec 20 21:59:10.715 INFO O| Dec 20 21:59:10.714 INFO STEP 389 (remove_files) COMPLETE
54872024-12-20T21:59:12.885Z[ recovery-image] Dec 20 21:59:10.715 INFO O| Dec 20 21:59:10.715 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-20T21:59:12.902Z[ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54892024-12-20T21:59:12.905Z[ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO STEP 390 (remove_files) COMPLETE
54902024-12-20T21:59:12.905Z[ recovery-image] Dec 20 21:59:10.734 INFO O| Dec 20 21:59:10.734 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-20T21:59:12.922Z[ recovery-image] Dec 20 21:59:10.754 INFO O| Dec 20 21:59:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54922024-12-20T21:59:12.925Z[ recovery-image] Dec 20 21:59:10.754 INFO O| Dec 20 21:59:10.754 INFO STEP 391 (remove_files) COMPLETE
54932024-12-20T21:59:12.925Z[ recovery-image] Dec 20 21:59:10.755 INFO O| Dec 20 21:59:10.754 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-20T21:59:12.944Z[ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54952024-12-20T21:59:12.944Z[ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO STEP 392 (remove_files) COMPLETE
54962024-12-20T21:59:12.944Z[ recovery-image] Dec 20 21:59:10.776 INFO O| Dec 20 21:59:10.776 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-20T21:59:13.002Z[ recovery-image] Dec 20 21:59:10.833 INFO O| Dec 20 21:59:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54982024-12-20T21:59:13.002Z[ recovery-image] Dec 20 21:59:10.834 INFO O| Dec 20 21:59:10.833 INFO STEP 393 (remove_files) COMPLETE
54992024-12-20T21:59:13.002Z[ recovery-image] Dec 20 21:59:10.834 INFO O| Dec 20 21:59:10.834 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-20T21:59:13.063Z[ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55012024-12-20T21:59:13.063Z[ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO STEP 394 (remove_files) COMPLETE
55022024-12-20T21:59:13.065Z[ recovery-image] Dec 20 21:59:10.895 INFO O| Dec 20 21:59:10.895 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-20T21:59:13.084Z[ recovery-image] Dec 20 21:59:10.916 INFO O| Dec 20 21:59:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55042024-12-20T21:59:13.085Z[ recovery-image] Dec 20 21:59:10.917 INFO O| Dec 20 21:59:10.917 INFO STEP 395 (remove_files) COMPLETE
55052024-12-20T21:59:13.085Z[ recovery-image] Dec 20 21:59:10.917 INFO O| Dec 20 21:59:10.917 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-20T21:59:13.104Z[ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55072024-12-20T21:59:13.104Z[ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO STEP 396 (remove_files) COMPLETE
55082024-12-20T21:59:13.104Z[ recovery-image] Dec 20 21:59:10.936 INFO O| Dec 20 21:59:10.936 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-20T21:59:13.124Z[ recovery-image] Dec 20 21:59:10.956 INFO O| Dec 20 21:59:10.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55102024-12-20T21:59:13.124Z[ recovery-image] Dec 20 21:59:10.957 INFO O| Dec 20 21:59:10.956 INFO STEP 397 (remove_files) COMPLETE
55112024-12-20T21:59:13.124Z[ recovery-image] Dec 20 21:59:10.957 INFO O| Dec 20 21:59:10.956 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-20T21:59:13.145Z[ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55132024-12-20T21:59:13.145Z[ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO STEP 398 (remove_files) COMPLETE
55142024-12-20T21:59:13.145Z[ recovery-image] Dec 20 21:59:10.977 INFO O| Dec 20 21:59:10.977 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-20T21:59:13.166Z[ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55162024-12-20T21:59:13.166Z[ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO STEP 399 (remove_files) COMPLETE
55172024-12-20T21:59:13.166Z[ recovery-image] Dec 20 21:59:10.998 INFO O| Dec 20 21:59:10.998 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-20T21:59:13.188Z[ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55192024-12-20T21:59:13.188Z[ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO STEP 400 (remove_files) COMPLETE
55202024-12-20T21:59:13.188Z[ recovery-image] Dec 20 21:59:11.020 INFO O| Dec 20 21:59:11.020 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-20T21:59:13.210Z[ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55222024-12-20T21:59:13.210Z[ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.042 INFO STEP 401 (remove_files) COMPLETE
55232024-12-20T21:59:13.210Z[ recovery-image] Dec 20 21:59:11.042 INFO O| Dec 20 21:59:11.042 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-20T21:59:13.231Z[ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55252024-12-20T21:59:13.231Z[ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO STEP 402 (remove_files) COMPLETE
55262024-12-20T21:59:13.231Z[ recovery-image] Dec 20 21:59:11.062 INFO O| Dec 20 21:59:11.062 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-20T21:59:13.249Z[ recovery-image] Dec 20 21:59:11.081 INFO O| Dec 20 21:59:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55282024-12-20T21:59:13.254Z[ recovery-image] Dec 20 21:59:11.086 INFO O| Dec 20 21:59:11.086 INFO STEP 403 (remove_files) COMPLETE
55292024-12-20T21:59:13.254Z[ recovery-image] Dec 20 21:59:11.086 INFO O| Dec 20 21:59:11.086 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-20T21:59:13.288Z[ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55312024-12-20T21:59:13.288Z[ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO STEP 404 (remove_files) COMPLETE
55322024-12-20T21:59:13.288Z[ recovery-image] Dec 20 21:59:11.120 INFO O| Dec 20 21:59:11.120 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-20T21:59:13.312Z[ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55342024-12-20T21:59:13.312Z[ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO STEP 405 (remove_files) COMPLETE
55352024-12-20T21:59:13.312Z[ recovery-image] Dec 20 21:59:11.144 INFO O| Dec 20 21:59:11.144 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-20T21:59:13.335Z[ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55372024-12-20T21:59:13.338Z[ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO STEP 406 (remove_files) COMPLETE
55382024-12-20T21:59:13.338Z[ recovery-image] Dec 20 21:59:11.167 INFO O| Dec 20 21:59:11.167 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-20T21:59:13.369Z[ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55402024-12-20T21:59:13.369Z[ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO STEP 407 (remove_files) COMPLETE
55412024-12-20T21:59:13.371Z[ recovery-image] Dec 20 21:59:11.201 INFO O| Dec 20 21:59:11.201 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-20T21:59:13.418Z[ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55432024-12-20T21:59:13.418Z[ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO STEP 408 (remove_files) COMPLETE
55442024-12-20T21:59:13.418Z[ recovery-image] Dec 20 21:59:11.250 INFO O| Dec 20 21:59:11.250 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-20T21:59:13.438Z[ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55462024-12-20T21:59:13.438Z[ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO STEP 409 (remove_files) COMPLETE
55472024-12-20T21:59:13.438Z[ recovery-image] Dec 20 21:59:11.270 INFO O| Dec 20 21:59:11.270 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-20T21:59:13.459Z[ recovery-image] Dec 20 21:59:11.290 INFO O| Dec 20 21:59:11.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55492024-12-20T21:59:13.459Z[ recovery-image] Dec 20 21:59:11.291 INFO O| Dec 20 21:59:11.291 INFO STEP 410 (remove_files) COMPLETE
55502024-12-20T21:59:13.459Z[ recovery-image] Dec 20 21:59:11.291 INFO O| Dec 20 21:59:11.291 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-20T21:59:13.479Z[ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55522024-12-20T21:59:13.479Z[ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO STEP 411 (remove_files) COMPLETE
55532024-12-20T21:59:13.479Z[ recovery-image] Dec 20 21:59:11.310 INFO O| Dec 20 21:59:11.310 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-20T21:59:13.498Z[ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55552024-12-20T21:59:13.501Z[ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO STEP 412 (remove_files) COMPLETE
55562024-12-20T21:59:13.501Z[ recovery-image] Dec 20 21:59:11.330 INFO O| Dec 20 21:59:11.330 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-20T21:59:13.518Z[ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55582024-12-20T21:59:13.518Z[ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO STEP 413 (remove_files) COMPLETE
55592024-12-20T21:59:13.518Z[ recovery-image] Dec 20 21:59:11.349 INFO O| Dec 20 21:59:11.349 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-20T21:59:13.539Z[ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55612024-12-20T21:59:13.542Z[ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO STEP 414 (remove_files) COMPLETE
55622024-12-20T21:59:13.542Z[ recovery-image] Dec 20 21:59:11.371 INFO O| Dec 20 21:59:11.371 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-20T21:59:13.559Z[ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55642024-12-20T21:59:13.562Z[ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO STEP 415 (remove_files) COMPLETE
55652024-12-20T21:59:13.562Z[ recovery-image] Dec 20 21:59:11.391 INFO O| Dec 20 21:59:11.391 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-20T21:59:13.579Z[ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55672024-12-20T21:59:13.579Z[ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO STEP 416 (remove_files) COMPLETE
55682024-12-20T21:59:13.579Z[ recovery-image] Dec 20 21:59:11.410 INFO O| Dec 20 21:59:11.410 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-20T21:59:13.616Z[ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55702024-12-20T21:59:13.616Z[ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.440 INFO STEP 417 (remove_files) COMPLETE
55712024-12-20T21:59:13.619Z[ recovery-image] Dec 20 21:59:11.440 INFO O| Dec 20 21:59:11.440 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-20T21:59:13.627Z[ recovery-image] Dec 20 21:59:11.456 INFO O| Dec 20 21:59:11.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55732024-12-20T21:59:13.631Z[ recovery-image] Dec 20 21:59:11.457 INFO O| Dec 20 21:59:11.456 INFO STEP 418 (remove_files) COMPLETE
55742024-12-20T21:59:13.631Z[ recovery-image] Dec 20 21:59:11.457 INFO O| Dec 20 21:59:11.456 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-20T21:59:13.642Z[ recovery-image] Dec 20 21:59:11.473 INFO O| Dec 20 21:59:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55762024-12-20T21:59:13.642Z[ recovery-image] Dec 20 21:59:11.474 INFO O| Dec 20 21:59:11.474 INFO STEP 419 (remove_files) COMPLETE
55772024-12-20T21:59:13.645Z[ recovery-image] Dec 20 21:59:11.474 INFO O| Dec 20 21:59:11.474 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-20T21:59:13.674Z[ recovery-image] Dec 20 21:59:11.490 INFO O| Dec 20 21:59:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55792024-12-20T21:59:13.674Z[ recovery-image] Dec 20 21:59:11.491 INFO O| Dec 20 21:59:11.490 INFO STEP 420 (remove_files) COMPLETE
55802024-12-20T21:59:13.674Z[ recovery-image] Dec 20 21:59:11.491 INFO O| Dec 20 21:59:11.491 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-20T21:59:13.676Z[ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55822024-12-20T21:59:13.676Z[ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO STEP 421 (remove_files) COMPLETE
55832024-12-20T21:59:13.676Z[ recovery-image] Dec 20 21:59:11.507 INFO O| Dec 20 21:59:11.507 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-20T21:59:13.692Z[ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55852024-12-20T21:59:13.692Z[ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO STEP 422 (remove_files) COMPLETE
55862024-12-20T21:59:13.692Z[ recovery-image] Dec 20 21:59:11.523 INFO O| Dec 20 21:59:11.523 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-20T21:59:13.709Z[ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55882024-12-20T21:59:13.709Z[ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO STEP 423 (remove_files) COMPLETE
55892024-12-20T21:59:13.709Z[ recovery-image] Dec 20 21:59:11.540 INFO O| Dec 20 21:59:11.540 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-20T21:59:13.733Z[ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55912024-12-20T21:59:13.733Z[ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO STEP 424 (remove_files) COMPLETE
55922024-12-20T21:59:13.736Z[ recovery-image] Dec 20 21:59:11.557 INFO O| Dec 20 21:59:11.557 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-20T21:59:13.742Z[ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55942024-12-20T21:59:13.742Z[ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO STEP 425 (remove_files) COMPLETE
55952024-12-20T21:59:13.745Z[ recovery-image] Dec 20 21:59:11.574 INFO O| Dec 20 21:59:11.574 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-20T21:59:13.759Z[ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55972024-12-20T21:59:13.759Z[ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO STEP 426 (remove_files) COMPLETE
55982024-12-20T21:59:13.762Z[ recovery-image] Dec 20 21:59:11.591 INFO O| Dec 20 21:59:11.591 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-20T21:59:13.778Z[ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56002024-12-20T21:59:13.778Z[ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO STEP 427 (remove_files) COMPLETE
56012024-12-20T21:59:13.780Z[ recovery-image] Dec 20 21:59:11.608 INFO O| Dec 20 21:59:11.608 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-20T21:59:13.795Z[ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56032024-12-20T21:59:13.795Z[ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.627 INFO STEP 428 (remove_files) COMPLETE
56042024-12-20T21:59:13.795Z[ recovery-image] Dec 20 21:59:11.627 INFO O| Dec 20 21:59:11.627 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-20T21:59:13.872Z[ recovery-image] Dec 20 21:59:11.703 INFO O| Dec 20 21:59:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56062024-12-20T21:59:13.893Z[ recovery-image] Dec 20 21:59:11.724 INFO O| Dec 20 21:59:11.724 INFO STEP 429 (remove_files) COMPLETE
56072024-12-20T21:59:13.893Z[ recovery-image] Dec 20 21:59:11.724 INFO O| Dec 20 21:59:11.724 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-20T21:59:13.911Z[ recovery-image] Dec 20 21:59:11.742 INFO O| Dec 20 21:59:11.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56092024-12-20T21:59:13.913Z[ recovery-image] Dec 20 21:59:11.743 INFO O| Dec 20 21:59:11.743 INFO STEP 430 (remove_files) COMPLETE
56102024-12-20T21:59:13.913Z[ recovery-image] Dec 20 21:59:11.743 INFO O| Dec 20 21:59:11.743 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-20T21:59:13.928Z[ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56122024-12-20T21:59:13.928Z[ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.760 INFO STEP 431 (remove_files) COMPLETE
56132024-12-20T21:59:13.930Z[ recovery-image] Dec 20 21:59:11.760 INFO O| Dec 20 21:59:11.760 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-20T21:59:13.946Z[ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56152024-12-20T21:59:13.946Z[ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.778 INFO STEP 432 (remove_files) COMPLETE
56162024-12-20T21:59:13.949Z[ recovery-image] Dec 20 21:59:11.778 INFO O| Dec 20 21:59:11.778 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-20T21:59:13.963Z[ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56182024-12-20T21:59:13.966Z[ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO STEP 433 (remove_files) COMPLETE
56192024-12-20T21:59:13.966Z[ recovery-image] Dec 20 21:59:11.795 INFO O| Dec 20 21:59:11.795 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-20T21:59:13.981Z[ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56212024-12-20T21:59:13.981Z[ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO STEP 434 (remove_files) COMPLETE
56222024-12-20T21:59:13.984Z[ recovery-image] Dec 20 21:59:11.813 INFO O| Dec 20 21:59:11.813 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-20T21:59:13.998Z[ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56242024-12-20T21:59:13.998Z[ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO STEP 435 (remove_files) COMPLETE
56252024-12-20T21:59:14.002Z[ recovery-image] Dec 20 21:59:11.830 INFO O| Dec 20 21:59:11.830 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-20T21:59:14.016Z[ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56272024-12-20T21:59:14.018Z[ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.848 INFO STEP 436 (remove_files) COMPLETE
56282024-12-20T21:59:14.018Z[ recovery-image] Dec 20 21:59:11.848 INFO O| Dec 20 21:59:11.848 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-20T21:59:14.037Z[ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56302024-12-20T21:59:14.040Z[ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO STEP 437 (remove_files) COMPLETE
56312024-12-20T21:59:14.040Z[ recovery-image] Dec 20 21:59:11.869 INFO O| Dec 20 21:59:11.869 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-20T21:59:14.055Z[ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56332024-12-20T21:59:14.058Z[ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO STEP 438 (remove_files) COMPLETE
56342024-12-20T21:59:14.058Z[ recovery-image] Dec 20 21:59:11.887 INFO O| Dec 20 21:59:11.887 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-20T21:59:14.073Z[ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56362024-12-20T21:59:14.076Z[ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO STEP 439 (remove_files) COMPLETE
56372024-12-20T21:59:14.076Z[ recovery-image] Dec 20 21:59:11.905 INFO O| Dec 20 21:59:11.905 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-20T21:59:14.098Z[ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56392024-12-20T21:59:14.098Z[ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO STEP 440 (remove_files) COMPLETE
56402024-12-20T21:59:14.111Z[ recovery-image] Dec 20 21:59:11.929 INFO O| Dec 20 21:59:11.929 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-20T21:59:14.137Z[ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56422024-12-20T21:59:14.137Z[ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO STEP 441 (remove_files) COMPLETE
56432024-12-20T21:59:14.139Z[ recovery-image] Dec 20 21:59:11.969 INFO O| Dec 20 21:59:11.969 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-20T21:59:14.177Z[ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56452024-12-20T21:59:14.177Z[ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO STEP 442 (remove_files) COMPLETE
56462024-12-20T21:59:14.180Z[ recovery-image] Dec 20 21:59:12.009 INFO O| Dec 20 21:59:12.009 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-20T21:59:14.195Z[ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56482024-12-20T21:59:14.195Z[ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.027 INFO STEP 443 (remove_files) COMPLETE
56492024-12-20T21:59:14.197Z[ recovery-image] Dec 20 21:59:12.027 INFO O| Dec 20 21:59:12.027 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-20T21:59:14.212Z[ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56512024-12-20T21:59:14.214Z[ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.044 INFO STEP 444 (remove_files) COMPLETE
56522024-12-20T21:59:14.215Z[ recovery-image] Dec 20 21:59:12.044 INFO O| Dec 20 21:59:12.044 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-20T21:59:14.230Z[ recovery-image] Dec 20 21:59:12.061 INFO O| Dec 20 21:59:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56542024-12-20T21:59:14.240Z[ recovery-image] Dec 20 21:59:12.072 INFO O| Dec 20 21:59:12.072 INFO STEP 445 (remove_files) COMPLETE
56552024-12-20T21:59:14.240Z[ recovery-image] Dec 20 21:59:12.072 INFO O| Dec 20 21:59:12.072 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-20T21:59:14.300Z[ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56572024-12-20T21:59:14.303Z[ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO STEP 446 (remove_files) COMPLETE
56582024-12-20T21:59:14.303Z[ recovery-image] Dec 20 21:59:12.132 INFO O| Dec 20 21:59:12.132 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-20T21:59:14.328Z[ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56602024-12-20T21:59:14.328Z[ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO STEP 447 (remove_files) COMPLETE
56612024-12-20T21:59:14.328Z[ recovery-image] Dec 20 21:59:12.160 INFO O| Dec 20 21:59:12.160 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-20T21:59:14.360Z[ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56632024-12-20T21:59:14.360Z[ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO STEP 448 (remove_files) COMPLETE
56642024-12-20T21:59:14.360Z[ recovery-image] Dec 20 21:59:12.192 INFO O| Dec 20 21:59:12.192 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-20T21:59:14.395Z[ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56662024-12-20T21:59:14.398Z[ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO STEP 449 (remove_files) COMPLETE
56672024-12-20T21:59:14.398Z[ recovery-image] Dec 20 21:59:12.227 INFO O| Dec 20 21:59:12.227 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-20T21:59:14.413Z[ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56692024-12-20T21:59:14.416Z[ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO STEP 450 (remove_files) COMPLETE
56702024-12-20T21:59:14.416Z[ recovery-image] Dec 20 21:59:12.245 INFO O| Dec 20 21:59:12.245 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-20T21:59:14.431Z[ recovery-image] Dec 20 21:59:12.262 INFO O| Dec 20 21:59:12.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56722024-12-20T21:59:14.431Z[ recovery-image] Dec 20 21:59:12.262 INFO O| Dec 20 21:59:12.262 INFO STEP 451 (remove_files) COMPLETE
56732024-12-20T21:59:14.433Z[ recovery-image] Dec 20 21:59:12.263 INFO O| Dec 20 21:59:12.262 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-20T21:59:14.448Z[ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56752024-12-20T21:59:14.451Z[ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO STEP 452 (remove_files) COMPLETE
56762024-12-20T21:59:14.451Z[ recovery-image] Dec 20 21:59:12.279 INFO O| Dec 20 21:59:12.279 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-20T21:59:14.464Z[ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56782024-12-20T21:59:14.464Z[ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.296 INFO STEP 453 (remove_files) COMPLETE
56792024-12-20T21:59:14.467Z[ recovery-image] Dec 20 21:59:12.296 INFO O| Dec 20 21:59:12.296 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-20T21:59:14.486Z[ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56812024-12-20T21:59:14.486Z[ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO STEP 454 (remove_files) COMPLETE
56822024-12-20T21:59:14.486Z[ recovery-image] Dec 20 21:59:12.317 INFO O| Dec 20 21:59:12.317 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-20T21:59:14.522Z[ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56842024-12-20T21:59:14.522Z[ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO STEP 455 (remove_files) COMPLETE
56852024-12-20T21:59:14.522Z[ recovery-image] Dec 20 21:59:12.352 INFO O| Dec 20 21:59:12.352 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-20T21:59:14.538Z[ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56872024-12-20T21:59:14.538Z[ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO STEP 456 (remove_files) COMPLETE
56882024-12-20T21:59:14.538Z[ recovery-image] Dec 20 21:59:12.369 INFO O| Dec 20 21:59:12.369 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-20T21:59:14.556Z[ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56902024-12-20T21:59:14.556Z[ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO STEP 457 (remove_files) COMPLETE
56912024-12-20T21:59:14.556Z[ recovery-image] Dec 20 21:59:12.385 INFO O| Dec 20 21:59:12.385 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-20T21:59:14.569Z[ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56932024-12-20T21:59:14.569Z[ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO STEP 458 (remove_files) COMPLETE
56942024-12-20T21:59:14.569Z[ recovery-image] Dec 20 21:59:12.401 INFO O| Dec 20 21:59:12.401 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-20T21:59:14.585Z[ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56962024-12-20T21:59:14.585Z[ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.417 INFO STEP 459 (remove_files) COMPLETE
56972024-12-20T21:59:14.585Z[ recovery-image] Dec 20 21:59:12.417 INFO O| Dec 20 21:59:12.417 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-20T21:59:14.601Z[ recovery-image] Dec 20 21:59:12.432 INFO O| Dec 20 21:59:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56992024-12-20T21:59:14.625Z[ recovery-image] Dec 20 21:59:12.457 INFO O| Dec 20 21:59:12.457 INFO STEP 460 (remove_files) COMPLETE
57002024-12-20T21:59:14.625Z[ recovery-image] Dec 20 21:59:12.457 INFO O| Dec 20 21:59:12.457 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-20T21:59:14.703Z[ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57022024-12-20T21:59:14.703Z[ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO STEP 461 (remove_files) COMPLETE
57032024-12-20T21:59:14.703Z[ recovery-image] Dec 20 21:59:12.535 INFO O| Dec 20 21:59:12.535 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-20T21:59:14.725Z[ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57052024-12-20T21:59:14.725Z[ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO STEP 462 (remove_files) COMPLETE
57062024-12-20T21:59:14.725Z[ recovery-image] Dec 20 21:59:12.556 INFO O| Dec 20 21:59:12.556 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-20T21:59:14.743Z[ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57082024-12-20T21:59:14.743Z[ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO STEP 463 (remove_files) COMPLETE
57092024-12-20T21:59:14.746Z[ recovery-image] Dec 20 21:59:12.575 INFO O| Dec 20 21:59:12.575 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-20T21:59:14.761Z[ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57112024-12-20T21:59:14.761Z[ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO STEP 464 (remove_files) COMPLETE
57122024-12-20T21:59:14.764Z[ recovery-image] Dec 20 21:59:12.593 INFO O| Dec 20 21:59:12.593 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-20T21:59:14.780Z[ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57142024-12-20T21:59:14.780Z[ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO STEP 465 (remove_files) COMPLETE
57152024-12-20T21:59:14.780Z[ recovery-image] Dec 20 21:59:12.612 INFO O| Dec 20 21:59:12.612 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-20T21:59:14.801Z[ recovery-image] Dec 20 21:59:12.633 INFO O| Dec 20 21:59:12.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57172024-12-20T21:59:14.818Z[ recovery-image] Dec 20 21:59:12.650 INFO O| Dec 20 21:59:12.650 INFO STEP 466 (remove_files) COMPLETE
57182024-12-20T21:59:14.818Z[ recovery-image] Dec 20 21:59:12.650 INFO O| Dec 20 21:59:12.650 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-20T21:59:14.851Z[ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57202024-12-20T21:59:14.851Z[ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO STEP 467 (remove_files) COMPLETE
57212024-12-20T21:59:14.851Z[ recovery-image] Dec 20 21:59:12.683 INFO O| Dec 20 21:59:12.683 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-20T21:59:14.908Z[ recovery-image] Dec 20 21:59:12.739 INFO O| Dec 20 21:59:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57232024-12-20T21:59:14.908Z[ recovery-image] Dec 20 21:59:12.740 INFO O| Dec 20 21:59:12.739 INFO STEP 468 (remove_files) COMPLETE
57242024-12-20T21:59:14.908Z[ recovery-image] Dec 20 21:59:12.740 INFO O| Dec 20 21:59:12.740 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-20T21:59:14.927Z[ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57262024-12-20T21:59:14.928Z[ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO STEP 469 (remove_files) COMPLETE
57272024-12-20T21:59:14.928Z[ recovery-image] Dec 20 21:59:12.759 INFO O| Dec 20 21:59:12.759 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-20T21:59:14.948Z[ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57292024-12-20T21:59:14.948Z[ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO STEP 470 (remove_files) COMPLETE
57302024-12-20T21:59:14.948Z[ recovery-image] Dec 20 21:59:12.779 INFO O| Dec 20 21:59:12.779 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-20T21:59:14.968Z[ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57322024-12-20T21:59:14.969Z[ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO STEP 471 (remove_files) COMPLETE
57332024-12-20T21:59:14.971Z[ recovery-image] Dec 20 21:59:12.800 INFO O| Dec 20 21:59:12.800 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-20T21:59:15.000Z[ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57352024-12-20T21:59:15.000Z[ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.832 INFO STEP 472 (remove_files) COMPLETE
57362024-12-20T21:59:15.000Z[ recovery-image] Dec 20 21:59:12.832 INFO O| Dec 20 21:59:12.832 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-20T21:59:15.019Z[ recovery-image] Dec 20 21:59:12.850 INFO O| Dec 20 21:59:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57382024-12-20T21:59:15.019Z[ recovery-image] Dec 20 21:59:12.850 INFO O| Dec 20 21:59:12.850 INFO STEP 473 (remove_files) COMPLETE
57392024-12-20T21:59:15.019Z[ recovery-image] Dec 20 21:59:12.851 INFO O| Dec 20 21:59:12.850 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-20T21:59:15.038Z[ host-image] Dec 20 21:59:12.869 INFO O| Dec 20 21:59:12.869 INFO O| Download: 22002/22788 items 192.0/199.7MB 96% complete (1.3M/s)
57412024-12-20T21:59:15.046Z[ recovery-image] Dec 20 21:59:12.878 INFO O| Dec 20 21:59:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57422024-12-20T21:59:15.046Z[ recovery-image] Dec 20 21:59:12.878 INFO O| Dec 20 21:59:12.878 INFO STEP 474 (remove_files) COMPLETE
57432024-12-20T21:59:15.050Z[ recovery-image] Dec 20 21:59:12.881 INFO O| Dec 20 21:59:12.878 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-20T21:59:15.104Z[ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57452024-12-20T21:59:15.104Z[ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.933 INFO STEP 475 (remove_files) COMPLETE
57462024-12-20T21:59:15.106Z[ recovery-image] Dec 20 21:59:12.933 INFO O| Dec 20 21:59:12.933 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-20T21:59:15.124Z[ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57482024-12-20T21:59:15.124Z[ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO STEP 476 (remove_files) COMPLETE
57492024-12-20T21:59:15.126Z[ recovery-image] Dec 20 21:59:12.955 INFO O| Dec 20 21:59:12.955 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-20T21:59:15.194Z[ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57512024-12-20T21:59:15.194Z[ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO STEP 477 (remove_files) COMPLETE
57522024-12-20T21:59:15.197Z[ recovery-image] Dec 20 21:59:13.026 INFO O| Dec 20 21:59:13.026 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-20T21:59:15.217Z[ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57542024-12-20T21:59:15.217Z[ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO STEP 478 (remove_files) COMPLETE
57552024-12-20T21:59:15.217Z[ recovery-image] Dec 20 21:59:13.048 INFO O| Dec 20 21:59:13.048 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-20T21:59:15.260Z[ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57572024-12-20T21:59:15.260Z[ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.092 INFO STEP 479 (remove_files) COMPLETE
57582024-12-20T21:59:15.263Z[ recovery-image] Dec 20 21:59:13.092 INFO O| Dec 20 21:59:13.092 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-20T21:59:15.280Z[ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57602024-12-20T21:59:15.280Z[ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO STEP 480 (remove_files) COMPLETE
57612024-12-20T21:59:15.280Z[ recovery-image] Dec 20 21:59:13.111 INFO O| Dec 20 21:59:13.111 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-20T21:59:15.300Z[ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57632024-12-20T21:59:15.300Z[ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO STEP 481 (remove_files) COMPLETE
57642024-12-20T21:59:15.304Z[ recovery-image] Dec 20 21:59:13.131 INFO O| Dec 20 21:59:13.131 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-20T21:59:15.326Z[ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57662024-12-20T21:59:15.327Z[ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO STEP 482 (remove_files) COMPLETE
57672024-12-20T21:59:15.327Z[ recovery-image] Dec 20 21:59:13.158 INFO O| Dec 20 21:59:13.158 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-20T21:59:15.348Z[ recovery-image] Dec 20 21:59:13.179 INFO O| Dec 20 21:59:13.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57692024-12-20T21:59:15.350Z[ recovery-image] Dec 20 21:59:13.179 INFO O| Dec 20 21:59:13.179 INFO STEP 483 (remove_files) COMPLETE
57702024-12-20T21:59:15.350Z[ recovery-image] Dec 20 21:59:13.180 INFO O| Dec 20 21:59:13.179 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-20T21:59:15.367Z[ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57722024-12-20T21:59:15.370Z[ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO STEP 484 (remove_files) COMPLETE
57732024-12-20T21:59:15.370Z[ recovery-image] Dec 20 21:59:13.199 INFO O| Dec 20 21:59:13.199 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-20T21:59:15.387Z[ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57752024-12-20T21:59:15.387Z[ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO STEP 485 (remove_files) COMPLETE
57762024-12-20T21:59:15.387Z[ recovery-image] Dec 20 21:59:13.218 INFO O| Dec 20 21:59:13.218 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-20T21:59:15.440Z[ recovery-image] Dec 20 21:59:13.271 INFO O| Dec 20 21:59:13.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57782024-12-20T21:59:15.440Z[ recovery-image] Dec 20 21:59:13.272 INFO O| Dec 20 21:59:13.271 INFO STEP 486 (remove_files) COMPLETE
57792024-12-20T21:59:15.443Z[ recovery-image] Dec 20 21:59:13.272 INFO O| Dec 20 21:59:13.271 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-20T21:59:15.458Z[ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57812024-12-20T21:59:15.458Z[ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO STEP 487 (remove_files) COMPLETE
57822024-12-20T21:59:15.458Z[ recovery-image] Dec 20 21:59:13.289 INFO O| Dec 20 21:59:13.289 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-20T21:59:15.477Z[ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57842024-12-20T21:59:15.477Z[ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.309 INFO STEP 488 (remove_files) COMPLETE
57852024-12-20T21:59:15.477Z[ recovery-image] Dec 20 21:59:13.309 INFO O| Dec 20 21:59:13.309 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-20T21:59:15.537Z[ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57872024-12-20T21:59:15.537Z[ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO STEP 489 (remove_files) COMPLETE
57882024-12-20T21:59:15.537Z[ recovery-image] Dec 20 21:59:13.365 INFO O| Dec 20 21:59:13.365 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-20T21:59:15.618Z[ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57902024-12-20T21:59:15.618Z[ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO STEP 490 (remove_files) COMPLETE
57912024-12-20T21:59:15.619Z[ recovery-image] Dec 20 21:59:13.449 INFO O| Dec 20 21:59:13.449 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-20T21:59:15.676Z[ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57932024-12-20T21:59:15.676Z[ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO STEP 491 (remove_files) COMPLETE
57942024-12-20T21:59:15.676Z[ recovery-image] Dec 20 21:59:13.507 INFO O| Dec 20 21:59:13.507 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-20T21:59:15.692Z[ recovery-image] Dec 20 21:59:13.523 INFO O| Dec 20 21:59:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57962024-12-20T21:59:15.692Z[ recovery-image] Dec 20 21:59:13.524 INFO O| Dec 20 21:59:13.524 INFO STEP 492 (remove_files) COMPLETE
57972024-12-20T21:59:15.692Z[ recovery-image] Dec 20 21:59:13.524 INFO O| Dec 20 21:59:13.524 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-20T21:59:15.708Z[ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57992024-12-20T21:59:15.708Z[ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO STEP 493 (remove_files) COMPLETE
58002024-12-20T21:59:15.708Z[ recovery-image] Dec 20 21:59:13.539 INFO O| Dec 20 21:59:13.539 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-20T21:59:15.725Z[ recovery-image] Dec 20 21:59:13.555 INFO O| Dec 20 21:59:13.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58022024-12-20T21:59:15.725Z[ recovery-image] Dec 20 21:59:13.556 INFO O| Dec 20 21:59:13.555 INFO STEP 494 (remove_files) COMPLETE
58032024-12-20T21:59:15.725Z[ recovery-image] Dec 20 21:59:13.556 INFO O| Dec 20 21:59:13.556 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-20T21:59:15.740Z[ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58052024-12-20T21:59:15.740Z[ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO STEP 495 (remove_files) COMPLETE
58062024-12-20T21:59:15.743Z[ recovery-image] Dec 20 21:59:13.571 INFO O| Dec 20 21:59:13.571 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-20T21:59:15.759Z[ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58082024-12-20T21:59:15.759Z[ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO STEP 496 (remove_files) COMPLETE
58092024-12-20T21:59:15.759Z[ recovery-image] Dec 20 21:59:13.590 INFO O| Dec 20 21:59:13.590 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-20T21:59:15.774Z[ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58112024-12-20T21:59:15.775Z[ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO STEP 497 (remove_files) COMPLETE
58122024-12-20T21:59:15.775Z[ recovery-image] Dec 20 21:59:13.606 INFO O| Dec 20 21:59:13.606 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-20T21:59:15.797Z[ recovery-image] Dec 20 21:59:13.625 INFO O| Dec 20 21:59:13.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58142024-12-20T21:59:15.799Z[ recovery-image] Dec 20 21:59:13.629 INFO O| Dec 20 21:59:13.629 INFO STEP 498 (remove_files) COMPLETE
58152024-12-20T21:59:15.799Z[ recovery-image] Dec 20 21:59:13.629 INFO O| Dec 20 21:59:13.629 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-20T21:59:15.846Z[ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58172024-12-20T21:59:15.846Z[ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO STEP 499 (remove_files) COMPLETE
58182024-12-20T21:59:15.846Z[ recovery-image] Dec 20 21:59:13.677 INFO O| Dec 20 21:59:13.677 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-20T21:59:15.866Z[ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58202024-12-20T21:59:15.866Z[ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO STEP 500 (remove_files) COMPLETE
58212024-12-20T21:59:15.866Z[ recovery-image] Dec 20 21:59:13.697 INFO O| Dec 20 21:59:13.697 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-20T21:59:15.885Z[ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58232024-12-20T21:59:15.885Z[ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO STEP 501 (remove_files) COMPLETE
58242024-12-20T21:59:15.885Z[ recovery-image] Dec 20 21:59:13.717 INFO O| Dec 20 21:59:13.717 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-20T21:59:15.905Z[ recovery-image] Dec 20 21:59:13.736 INFO O| Dec 20 21:59:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58262024-12-20T21:59:15.905Z[ recovery-image] Dec 20 21:59:13.736 INFO O| Dec 20 21:59:13.736 INFO STEP 502 (remove_files) COMPLETE
58272024-12-20T21:59:15.905Z[ recovery-image] Dec 20 21:59:13.737 INFO O| Dec 20 21:59:13.736 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-20T21:59:15.925Z[ recovery-image] Dec 20 21:59:13.756 INFO O| Dec 20 21:59:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58292024-12-20T21:59:15.925Z[ recovery-image] Dec 20 21:59:13.757 INFO O| Dec 20 21:59:13.756 INFO STEP 503 (remove_files) COMPLETE
58302024-12-20T21:59:15.925Z[ recovery-image] Dec 20 21:59:13.757 INFO O| Dec 20 21:59:13.757 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-20T21:59:15.945Z[ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58322024-12-20T21:59:15.945Z[ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO STEP 504 (remove_files) COMPLETE
58332024-12-20T21:59:15.945Z[ recovery-image] Dec 20 21:59:13.776 INFO O| Dec 20 21:59:13.776 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-20T21:59:16.007Z[ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58352024-12-20T21:59:16.007Z[ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO STEP 505 (remove_files) COMPLETE
58362024-12-20T21:59:16.007Z[ recovery-image] Dec 20 21:59:13.838 INFO O| Dec 20 21:59:13.838 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-20T21:59:16.064Z[ recovery-image] Dec 20 21:59:13.895 INFO O| Dec 20 21:59:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58382024-12-20T21:59:16.064Z[ recovery-image] Dec 20 21:59:13.895 INFO O| Dec 20 21:59:13.895 INFO STEP 506 (remove_files) COMPLETE
58392024-12-20T21:59:16.067Z[ recovery-image] Dec 20 21:59:13.896 INFO O| Dec 20 21:59:13.895 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-20T21:59:16.100Z[ recovery-image] Dec 20 21:59:13.931 INFO O| Dec 20 21:59:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58412024-12-20T21:59:16.103Z[ recovery-image] Dec 20 21:59:13.931 INFO O| Dec 20 21:59:13.931 INFO STEP 507 (remove_files) COMPLETE
58422024-12-20T21:59:16.103Z[ recovery-image] Dec 20 21:59:13.932 INFO O| Dec 20 21:59:13.931 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-20T21:59:16.139Z[ recovery-image] Dec 20 21:59:13.970 INFO O| Dec 20 21:59:13.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58442024-12-20T21:59:16.139Z[ recovery-image] Dec 20 21:59:13.971 INFO O| Dec 20 21:59:13.970 INFO STEP 508 (remove_files) COMPLETE
58452024-12-20T21:59:16.139Z[ recovery-image] Dec 20 21:59:13.971 INFO O| Dec 20 21:59:13.970 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-20T21:59:16.157Z[ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58472024-12-20T21:59:16.157Z[ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO STEP 509 (remove_files) COMPLETE
58482024-12-20T21:59:16.160Z[ recovery-image] Dec 20 21:59:13.988 INFO O| Dec 20 21:59:13.988 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-20T21:59:16.178Z[ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58502024-12-20T21:59:16.178Z[ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO STEP 510 (remove_files) COMPLETE
58512024-12-20T21:59:16.178Z[ recovery-image] Dec 20 21:59:14.007 INFO O| Dec 20 21:59:14.007 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-20T21:59:16.194Z[ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58532024-12-20T21:59:16.194Z[ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO STEP 511 (remove_files) COMPLETE
58542024-12-20T21:59:16.194Z[ recovery-image] Dec 20 21:59:14.025 INFO O| Dec 20 21:59:14.025 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-20T21:59:16.227Z[ recovery-image] Dec 20 21:59:14.058 INFO O| Dec 20 21:59:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58562024-12-20T21:59:16.251Z[ recovery-image] Dec 20 21:59:14.081 INFO O| Dec 20 21:59:14.081 INFO STEP 512 (remove_files) COMPLETE
58572024-12-20T21:59:16.252Z[ recovery-image] Dec 20 21:59:14.081 INFO O| Dec 20 21:59:14.081 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-20T21:59:16.320Z[ recovery-image] Dec 20 21:59:14.151 INFO O| Dec 20 21:59:14.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58592024-12-20T21:59:16.320Z[ recovery-image] Dec 20 21:59:14.151 INFO O| Dec 20 21:59:14.151 INFO STEP 513 (remove_files) COMPLETE
58602024-12-20T21:59:16.320Z[ recovery-image] Dec 20 21:59:14.152 INFO O| Dec 20 21:59:14.151 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-20T21:59:16.339Z[ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58622024-12-20T21:59:16.339Z[ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO STEP 514 (remove_files) COMPLETE
58632024-12-20T21:59:16.339Z[ recovery-image] Dec 20 21:59:14.170 INFO O| Dec 20 21:59:14.170 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-20T21:59:16.361Z[ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58652024-12-20T21:59:16.361Z[ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO STEP 515 (remove_files) COMPLETE
58662024-12-20T21:59:16.361Z[ recovery-image] Dec 20 21:59:14.192 INFO O| Dec 20 21:59:14.192 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-20T21:59:16.380Z[ recovery-image] Dec 20 21:59:14.211 INFO O| Dec 20 21:59:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58682024-12-20T21:59:16.380Z[ recovery-image] Dec 20 21:59:14.211 INFO O| Dec 20 21:59:14.211 INFO STEP 516 (remove_files) COMPLETE
58692024-12-20T21:59:16.380Z[ recovery-image] Dec 20 21:59:14.212 INFO O| Dec 20 21:59:14.211 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-20T21:59:16.416Z[ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58712024-12-20T21:59:16.416Z[ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO STEP 517 (remove_files) COMPLETE
58722024-12-20T21:59:16.416Z[ recovery-image] Dec 20 21:59:14.247 INFO O| Dec 20 21:59:14.247 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-20T21:59:16.436Z[ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58742024-12-20T21:59:16.437Z[ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO STEP 518 (remove_files) COMPLETE
58752024-12-20T21:59:16.437Z[ recovery-image] Dec 20 21:59:14.268 INFO O| Dec 20 21:59:14.268 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-20T21:59:16.456Z[ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58772024-12-20T21:59:16.456Z[ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO STEP 519 (remove_files) COMPLETE
58782024-12-20T21:59:16.459Z[ recovery-image] Dec 20 21:59:14.287 INFO O| Dec 20 21:59:14.287 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-20T21:59:16.475Z[ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58802024-12-20T21:59:16.475Z[ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO STEP 520 (remove_files) COMPLETE
58812024-12-20T21:59:16.475Z[ recovery-image] Dec 20 21:59:14.306 INFO O| Dec 20 21:59:14.306 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-20T21:59:16.493Z[ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58832024-12-20T21:59:16.494Z[ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO STEP 521 (remove_files) COMPLETE
58842024-12-20T21:59:16.494Z[ recovery-image] Dec 20 21:59:14.325 INFO O| Dec 20 21:59:14.325 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-20T21:59:16.514Z[ recovery-image] Dec 20 21:59:14.345 INFO O| Dec 20 21:59:14.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58862024-12-20T21:59:16.520Z[ recovery-image] Dec 20 21:59:14.352 INFO O| Dec 20 21:59:14.352 INFO STEP 522 (remove_files) COMPLETE
58872024-12-20T21:59:16.523Z[ recovery-image] Dec 20 21:59:14.352 INFO O| Dec 20 21:59:14.352 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-20T21:59:16.578Z[ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58892024-12-20T21:59:16.578Z[ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO STEP 523 (remove_files) COMPLETE
58902024-12-20T21:59:16.581Z[ recovery-image] Dec 20 21:59:14.408 INFO O| Dec 20 21:59:14.408 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-20T21:59:16.643Z[ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58922024-12-20T21:59:16.643Z[ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO STEP 524 (remove_files) COMPLETE
58932024-12-20T21:59:16.643Z[ recovery-image] Dec 20 21:59:14.474 INFO O| Dec 20 21:59:14.474 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-20T21:59:16.663Z[ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58952024-12-20T21:59:16.663Z[ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO STEP 525 (remove_files) COMPLETE
58962024-12-20T21:59:16.663Z[ recovery-image] Dec 20 21:59:14.494 INFO O| Dec 20 21:59:14.494 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-20T21:59:16.683Z[ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58982024-12-20T21:59:16.683Z[ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO STEP 526 (remove_files) COMPLETE
58992024-12-20T21:59:16.683Z[ recovery-image] Dec 20 21:59:14.514 INFO O| Dec 20 21:59:14.514 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-20T21:59:16.704Z[ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59012024-12-20T21:59:16.704Z[ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO STEP 527 (remove_files) COMPLETE
59022024-12-20T21:59:16.707Z[ recovery-image] Dec 20 21:59:14.535 INFO O| Dec 20 21:59:14.535 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-20T21:59:16.731Z[ recovery-image] Dec 20 21:59:14.562 INFO O| Dec 20 21:59:14.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59042024-12-20T21:59:16.756Z[ recovery-image] Dec 20 21:59:14.587 INFO O| Dec 20 21:59:14.587 INFO STEP 528 (remove_files) COMPLETE
59052024-12-20T21:59:16.756Z[ recovery-image] Dec 20 21:59:14.587 INFO O| Dec 20 21:59:14.587 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-20T21:59:16.778Z[ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59072024-12-20T21:59:16.781Z[ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO STEP 529 (remove_files) COMPLETE
59082024-12-20T21:59:16.781Z[ recovery-image] Dec 20 21:59:14.609 INFO O| Dec 20 21:59:14.609 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-20T21:59:16.799Z[ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59102024-12-20T21:59:16.801Z[ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO STEP 530 (remove_files) COMPLETE
59112024-12-20T21:59:16.801Z[ recovery-image] Dec 20 21:59:14.630 INFO O| Dec 20 21:59:14.630 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-20T21:59:16.818Z[ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59132024-12-20T21:59:16.818Z[ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO STEP 531 (remove_files) COMPLETE
59142024-12-20T21:59:16.821Z[ recovery-image] Dec 20 21:59:14.649 INFO O| Dec 20 21:59:14.649 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-20T21:59:16.837Z[ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59162024-12-20T21:59:16.837Z[ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.669 INFO STEP 532 (remove_files) COMPLETE
59172024-12-20T21:59:16.837Z[ recovery-image] Dec 20 21:59:14.669 INFO O| Dec 20 21:59:14.669 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-20T21:59:16.858Z[ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59192024-12-20T21:59:16.858Z[ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO STEP 533 (remove_files) COMPLETE
59202024-12-20T21:59:16.858Z[ recovery-image] Dec 20 21:59:14.689 INFO O| Dec 20 21:59:14.689 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-20T21:59:16.879Z[ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59222024-12-20T21:59:16.879Z[ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO STEP 534 (remove_files) COMPLETE
59232024-12-20T21:59:16.879Z[ recovery-image] Dec 20 21:59:14.710 INFO O| Dec 20 21:59:14.710 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-20T21:59:16.899Z[ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59252024-12-20T21:59:16.899Z[ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO STEP 535 (remove_files) COMPLETE
59262024-12-20T21:59:16.899Z[ recovery-image] Dec 20 21:59:14.730 INFO O| Dec 20 21:59:14.730 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-20T21:59:16.918Z[ recovery-image] Dec 20 21:59:14.749 INFO O| Dec 20 21:59:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59282024-12-20T21:59:16.940Z[ recovery-image] Dec 20 21:59:14.771 INFO O| Dec 20 21:59:14.771 INFO STEP 536 (remove_files) COMPLETE
59292024-12-20T21:59:16.940Z[ recovery-image] Dec 20 21:59:14.771 INFO O| Dec 20 21:59:14.771 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-20T21:59:16.960Z[ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59312024-12-20T21:59:16.960Z[ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO STEP 537 (remove_files) COMPLETE
59322024-12-20T21:59:16.964Z[ recovery-image] Dec 20 21:59:14.791 INFO O| Dec 20 21:59:14.791 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-20T21:59:16.979Z[ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59342024-12-20T21:59:16.980Z[ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.811 INFO STEP 538 (remove_files) COMPLETE
59352024-12-20T21:59:16.980Z[ recovery-image] Dec 20 21:59:14.811 INFO O| Dec 20 21:59:14.811 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-20T21:59:17.015Z[ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59372024-12-20T21:59:17.018Z[ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO STEP 539 (remove_files) COMPLETE
59382024-12-20T21:59:17.018Z[ recovery-image] Dec 20 21:59:14.846 INFO O| Dec 20 21:59:14.846 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-20T21:59:17.037Z[ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59402024-12-20T21:59:17.037Z[ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.868 INFO STEP 540 (remove_files) COMPLETE
59412024-12-20T21:59:17.037Z[ recovery-image] Dec 20 21:59:14.868 INFO O| Dec 20 21:59:14.868 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-20T21:59:17.096Z[ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59432024-12-20T21:59:17.096Z[ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO STEP 541 (remove_files) COMPLETE
59442024-12-20T21:59:17.099Z[ recovery-image] Dec 20 21:59:14.927 INFO O| Dec 20 21:59:14.927 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-20T21:59:17.116Z[ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59462024-12-20T21:59:17.116Z[ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO STEP 542 (remove_files) COMPLETE
59472024-12-20T21:59:17.116Z[ recovery-image] Dec 20 21:59:14.947 INFO O| Dec 20 21:59:14.947 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-20T21:59:17.135Z[ recovery-image] Dec 20 21:59:14.966 INFO O| Dec 20 21:59:14.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59492024-12-20T21:59:17.135Z[ recovery-image] Dec 20 21:59:14.966 INFO O| Dec 20 21:59:14.966 INFO STEP 543 (remove_files) COMPLETE
59502024-12-20T21:59:17.138Z[ recovery-image] Dec 20 21:59:14.967 INFO O| Dec 20 21:59:14.966 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-20T21:59:17.155Z[ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59522024-12-20T21:59:17.155Z[ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO STEP 544 (remove_files) COMPLETE
59532024-12-20T21:59:17.155Z[ recovery-image] Dec 20 21:59:14.986 INFO O| Dec 20 21:59:14.986 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-20T21:59:17.188Z[ recovery-image] Dec 20 21:59:15.019 INFO O| Dec 20 21:59:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59552024-12-20T21:59:17.191Z[ recovery-image] Dec 20 21:59:15.020 INFO O| Dec 20 21:59:15.019 INFO STEP 545 (remove_files) COMPLETE
59562024-12-20T21:59:17.191Z[ recovery-image] Dec 20 21:59:15.020 INFO O| Dec 20 21:59:15.020 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-20T21:59:17.209Z[ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59582024-12-20T21:59:17.212Z[ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO STEP 546 (remove_files) COMPLETE
59592024-12-20T21:59:17.212Z[ recovery-image] Dec 20 21:59:15.040 INFO O| Dec 20 21:59:15.040 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-20T21:59:17.228Z[ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59612024-12-20T21:59:17.230Z[ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO STEP 547 (remove_files) COMPLETE
59622024-12-20T21:59:17.230Z[ recovery-image] Dec 20 21:59:15.059 INFO O| Dec 20 21:59:15.059 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-20T21:59:17.246Z[ recovery-image] Dec 20 21:59:15.077 INFO O| Dec 20 21:59:15.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59642024-12-20T21:59:17.250Z[ recovery-image] Dec 20 21:59:15.078 INFO O| Dec 20 21:59:15.078 INFO STEP 548 (remove_files) COMPLETE
59652024-12-20T21:59:17.250Z[ recovery-image] Dec 20 21:59:15.078 INFO O| Dec 20 21:59:15.078 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-20T21:59:17.265Z[ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59672024-12-20T21:59:17.267Z[ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO STEP 549 (remove_files) COMPLETE
59682024-12-20T21:59:17.267Z[ recovery-image] Dec 20 21:59:15.096 INFO O| Dec 20 21:59:15.096 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-20T21:59:17.301Z[ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59702024-12-20T21:59:17.301Z[ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO STEP 550 (remove_files) COMPLETE
59712024-12-20T21:59:17.301Z[ recovery-image] Dec 20 21:59:15.132 INFO O| Dec 20 21:59:15.132 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-20T21:59:17.322Z[ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59732024-12-20T21:59:17.322Z[ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO STEP 551 (remove_files) COMPLETE
59742024-12-20T21:59:17.322Z[ recovery-image] Dec 20 21:59:15.153 INFO O| Dec 20 21:59:15.153 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-20T21:59:17.344Z[ recovery-image] Dec 20 21:59:15.175 INFO O| Dec 20 21:59:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59762024-12-20T21:59:17.347Z[ recovery-image] Dec 20 21:59:15.175 INFO O| Dec 20 21:59:15.175 INFO STEP 552 (remove_files) COMPLETE
59772024-12-20T21:59:17.347Z[ recovery-image] Dec 20 21:59:15.176 INFO O| Dec 20 21:59:15.175 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-20T21:59:17.410Z[ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59792024-12-20T21:59:17.412Z[ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO STEP 553 (remove_files) COMPLETE
59802024-12-20T21:59:17.412Z[ recovery-image] Dec 20 21:59:15.241 INFO O| Dec 20 21:59:15.241 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-20T21:59:17.431Z[ recovery-image] Dec 20 21:59:15.262 INFO O| Dec 20 21:59:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59822024-12-20T21:59:17.434Z[ recovery-image] Dec 20 21:59:15.263 INFO O| Dec 20 21:59:15.263 INFO STEP 554 (remove_files) COMPLETE
59832024-12-20T21:59:17.435Z[ recovery-image] Dec 20 21:59:15.263 INFO O| Dec 20 21:59:15.263 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-20T21:59:17.452Z[ recovery-image] Dec 20 21:59:15.281 INFO O| Dec 20 21:59:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59852024-12-20T21:59:17.473Z[ recovery-image] Dec 20 21:59:15.304 INFO O| Dec 20 21:59:15.304 INFO STEP 555 (remove_files) COMPLETE
59862024-12-20T21:59:17.473Z[ recovery-image] Dec 20 21:59:15.304 INFO O| Dec 20 21:59:15.304 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-20T21:59:17.493Z[ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59882024-12-20T21:59:17.496Z[ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO STEP 556 (remove_files) COMPLETE
59892024-12-20T21:59:17.496Z[ recovery-image] Dec 20 21:59:15.324 INFO O| Dec 20 21:59:15.324 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-20T21:59:17.511Z[ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59912024-12-20T21:59:17.511Z[ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO STEP 557 (remove_files) COMPLETE
59922024-12-20T21:59:17.511Z[ recovery-image] Dec 20 21:59:15.342 INFO O| Dec 20 21:59:15.342 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-20T21:59:17.530Z[ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59942024-12-20T21:59:17.530Z[ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.361 INFO STEP 558 (remove_files) COMPLETE
59952024-12-20T21:59:17.530Z[ recovery-image] Dec 20 21:59:15.361 INFO O| Dec 20 21:59:15.361 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-20T21:59:17.551Z[ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59972024-12-20T21:59:17.554Z[ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO STEP 559 (remove_files) COMPLETE
59982024-12-20T21:59:17.554Z[ recovery-image] Dec 20 21:59:15.382 INFO O| Dec 20 21:59:15.382 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-20T21:59:17.652Z[ recovery-image] Dec 20 21:59:15.483 INFO O| Dec 20 21:59:15.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60002024-12-20T21:59:17.653Z[ recovery-image] Dec 20 21:59:15.484 INFO O| Dec 20 21:59:15.484 INFO STEP 560 (remove_files) COMPLETE
60012024-12-20T21:59:17.653Z[ recovery-image] Dec 20 21:59:15.484 INFO O| Dec 20 21:59:15.484 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-20T21:59:17.681Z[ recovery-image] Dec 20 21:59:15.512 INFO O| Dec 20 21:59:15.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60032024-12-20T21:59:17.710Z[ recovery-image] Dec 20 21:59:15.541 INFO O| Dec 20 21:59:15.541 INFO STEP 561 (remove_files) COMPLETE
60042024-12-20T21:59:17.711Z[ recovery-image] Dec 20 21:59:15.541 INFO O| Dec 20 21:59:15.541 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-20T21:59:17.734Z[ recovery-image] Dec 20 21:59:15.565 INFO O| Dec 20 21:59:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60062024-12-20T21:59:17.737Z[ recovery-image] Dec 20 21:59:15.565 INFO O| Dec 20 21:59:15.565 INFO STEP 562 (remove_files) COMPLETE
60072024-12-20T21:59:17.737Z[ recovery-image] Dec 20 21:59:15.566 INFO O| Dec 20 21:59:15.565 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-20T21:59:17.758Z[ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60092024-12-20T21:59:17.758Z[ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO STEP 563 (remove_files) COMPLETE
60102024-12-20T21:59:17.760Z[ recovery-image] Dec 20 21:59:15.589 INFO O| Dec 20 21:59:15.589 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-20T21:59:17.778Z[ recovery-image] Dec 20 21:59:15.609 INFO O| Dec 20 21:59:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60122024-12-20T21:59:17.778Z[ recovery-image] Dec 20 21:59:15.610 INFO O| Dec 20 21:59:15.609 INFO STEP 564 (remove_files) COMPLETE
60132024-12-20T21:59:17.781Z[ recovery-image] Dec 20 21:59:15.610 INFO O| Dec 20 21:59:15.610 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-20T21:59:17.800Z[ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60152024-12-20T21:59:17.800Z[ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO STEP 565 (remove_files) COMPLETE
60162024-12-20T21:59:17.800Z[ recovery-image] Dec 20 21:59:15.630 INFO O| Dec 20 21:59:15.630 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-20T21:59:17.818Z[ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60182024-12-20T21:59:17.820Z[ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.649 INFO STEP 566 (remove_files) COMPLETE
60192024-12-20T21:59:17.820Z[ recovery-image] Dec 20 21:59:15.649 INFO O| Dec 20 21:59:15.649 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-20T21:59:17.838Z[ recovery-image] Dec 20 21:59:15.669 INFO O| Dec 20 21:59:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60212024-12-20T21:59:17.838Z[ recovery-image] Dec 20 21:59:15.669 INFO O| Dec 20 21:59:15.669 INFO STEP 567 (remove_files) COMPLETE
60222024-12-20T21:59:17.838Z[ recovery-image] Dec 20 21:59:15.670 INFO O| Dec 20 21:59:15.669 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-20T21:59:17.867Z[ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60242024-12-20T21:59:17.867Z[ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO STEP 568 (remove_files) COMPLETE
60252024-12-20T21:59:17.869Z[ recovery-image] Dec 20 21:59:15.698 INFO O| Dec 20 21:59:15.698 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-20T21:59:17.887Z[ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60272024-12-20T21:59:17.887Z[ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO STEP 569 (remove_files) COMPLETE
60282024-12-20T21:59:17.887Z[ recovery-image] Dec 20 21:59:15.718 INFO O| Dec 20 21:59:15.718 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-20T21:59:17.906Z[ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60302024-12-20T21:59:17.906Z[ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO STEP 570 (remove_files) COMPLETE
60312024-12-20T21:59:17.909Z[ recovery-image] Dec 20 21:59:15.737 INFO O| Dec 20 21:59:15.737 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-20T21:59:17.926Z[ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60332024-12-20T21:59:17.926Z[ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO STEP 571 (remove_files) COMPLETE
60342024-12-20T21:59:17.926Z[ recovery-image] Dec 20 21:59:15.756 INFO O| Dec 20 21:59:15.756 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-20T21:59:17.944Z[ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60362024-12-20T21:59:17.944Z[ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO STEP 572 (remove_files) COMPLETE
60372024-12-20T21:59:17.944Z[ recovery-image] Dec 20 21:59:15.774 INFO O| Dec 20 21:59:15.774 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-20T21:59:18.015Z[ recovery-image] Dec 20 21:59:15.846 INFO O| Dec 20 21:59:15.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60392024-12-20T21:59:18.016Z[ recovery-image] Dec 20 21:59:15.846 INFO O| Dec 20 21:59:15.846 INFO STEP 573 (remove_files) COMPLETE
60402024-12-20T21:59:18.016Z[ recovery-image] Dec 20 21:59:15.847 INFO O| Dec 20 21:59:15.846 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-20T21:59:18.034Z[ recovery-image] Dec 20 21:59:15.865 INFO O| Dec 20 21:59:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60422024-12-20T21:59:18.035Z[ recovery-image] Dec 20 21:59:15.866 INFO O| Dec 20 21:59:15.866 INFO STEP 574 (remove_files) COMPLETE
60432024-12-20T21:59:18.035Z[ recovery-image] Dec 20 21:59:15.866 INFO O| Dec 20 21:59:15.866 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-20T21:59:18.103Z[ recovery-image] Dec 20 21:59:15.933 INFO O| Dec 20 21:59:15.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60452024-12-20T21:59:18.103Z[ recovery-image] Dec 20 21:59:15.934 INFO O| Dec 20 21:59:15.934 INFO STEP 575 (remove_files) COMPLETE
60462024-12-20T21:59:18.106Z[ recovery-image] Dec 20 21:59:15.934 INFO O| Dec 20 21:59:15.934 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-20T21:59:18.121Z[ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60482024-12-20T21:59:18.121Z[ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO STEP 576 (remove_files) COMPLETE
60492024-12-20T21:59:18.124Z[ recovery-image] Dec 20 21:59:15.952 INFO O| Dec 20 21:59:15.952 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-20T21:59:18.162Z[ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60512024-12-20T21:59:18.162Z[ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO STEP 577 (remove_files) COMPLETE
60522024-12-20T21:59:18.166Z[ recovery-image] Dec 20 21:59:15.993 INFO O| Dec 20 21:59:15.993 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-20T21:59:18.202Z[ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60542024-12-20T21:59:18.202Z[ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO STEP 578 (remove_files) COMPLETE
60552024-12-20T21:59:18.204Z[ recovery-image] Dec 20 21:59:16.032 INFO O| Dec 20 21:59:16.032 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-20T21:59:18.264Z[ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60572024-12-20T21:59:18.265Z[ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO STEP 579 (remove_files) COMPLETE
60582024-12-20T21:59:18.265Z[ recovery-image] Dec 20 21:59:16.095 INFO O| Dec 20 21:59:16.095 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-20T21:59:18.283Z[ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60602024-12-20T21:59:18.283Z[ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO STEP 580 (remove_files) COMPLETE
60612024-12-20T21:59:18.283Z[ recovery-image] Dec 20 21:59:16.114 INFO O| Dec 20 21:59:16.114 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-20T21:59:18.336Z[ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60632024-12-20T21:59:18.339Z[ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO STEP 581 (remove_files) COMPLETE
60642024-12-20T21:59:18.339Z[ recovery-image] Dec 20 21:59:16.167 INFO O| Dec 20 21:59:16.167 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-20T21:59:18.355Z[ recovery-image] Dec 20 21:59:16.186 INFO O| Dec 20 21:59:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60662024-12-20T21:59:18.357Z[ recovery-image] Dec 20 21:59:16.187 INFO O| Dec 20 21:59:16.187 INFO STEP 582 (remove_files) COMPLETE
60672024-12-20T21:59:18.357Z[ recovery-image] Dec 20 21:59:16.187 INFO O| Dec 20 21:59:16.187 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-20T21:59:18.392Z[ recovery-image] Dec 20 21:59:16.223 INFO O| Dec 20 21:59:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60692024-12-20T21:59:18.395Z[ recovery-image] Dec 20 21:59:16.223 INFO O| Dec 20 21:59:16.223 INFO STEP 583 (remove_files) COMPLETE
60702024-12-20T21:59:18.395Z[ recovery-image] Dec 20 21:59:16.224 INFO O| Dec 20 21:59:16.224 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-20T21:59:18.412Z[ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60722024-12-20T21:59:18.415Z[ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO STEP 584 (remove_files) COMPLETE
60732024-12-20T21:59:18.415Z[ recovery-image] Dec 20 21:59:16.243 INFO O| Dec 20 21:59:16.243 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-20T21:59:18.431Z[ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60752024-12-20T21:59:18.431Z[ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.262 INFO STEP 585 (remove_files) COMPLETE
60762024-12-20T21:59:18.434Z[ recovery-image] Dec 20 21:59:16.262 INFO O| Dec 20 21:59:16.262 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-20T21:59:18.453Z[ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60782024-12-20T21:59:18.453Z[ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO STEP 586 (remove_files) COMPLETE
60792024-12-20T21:59:18.453Z[ recovery-image] Dec 20 21:59:16.284 INFO O| Dec 20 21:59:16.284 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-20T21:59:18.479Z[ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60812024-12-20T21:59:18.479Z[ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.310 INFO STEP 587 (remove_files) COMPLETE
60822024-12-20T21:59:18.479Z[ recovery-image] Dec 20 21:59:16.310 INFO O| Dec 20 21:59:16.310 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-20T21:59:18.501Z[ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60842024-12-20T21:59:18.501Z[ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO STEP 588 (remove_files) COMPLETE
60852024-12-20T21:59:18.504Z[ recovery-image] Dec 20 21:59:16.332 INFO O| Dec 20 21:59:16.332 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-20T21:59:18.536Z[ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60872024-12-20T21:59:18.536Z[ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO STEP 589 (remove_files) COMPLETE
60882024-12-20T21:59:18.536Z[ recovery-image] Dec 20 21:59:16.367 INFO O| Dec 20 21:59:16.367 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-20T21:59:18.556Z[ recovery-image] Dec 20 21:59:16.386 INFO O| Dec 20 21:59:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60902024-12-20T21:59:18.556Z[ recovery-image] Dec 20 21:59:16.387 INFO O| Dec 20 21:59:16.386 INFO STEP 590 (remove_files) COMPLETE
60912024-12-20T21:59:18.556Z[ recovery-image] Dec 20 21:59:16.387 INFO O| Dec 20 21:59:16.386 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-20T21:59:18.574Z[ recovery-image] Dec 20 21:59:16.405 INFO O| Dec 20 21:59:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60932024-12-20T21:59:18.596Z[ recovery-image] Dec 20 21:59:16.427 INFO O| Dec 20 21:59:16.427 INFO STEP 591 (remove_files) COMPLETE
60942024-12-20T21:59:18.599Z[ recovery-image] Dec 20 21:59:16.427 INFO O| Dec 20 21:59:16.427 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-20T21:59:18.634Z[ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60962024-12-20T21:59:18.634Z[ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO STEP 592 (remove_files) COMPLETE
60972024-12-20T21:59:18.634Z[ recovery-image] Dec 20 21:59:16.465 INFO O| Dec 20 21:59:16.465 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-20T21:59:18.653Z[ recovery-image] Dec 20 21:59:16.483 INFO O| Dec 20 21:59:16.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60992024-12-20T21:59:18.653Z[ recovery-image] Dec 20 21:59:16.484 INFO O| Dec 20 21:59:16.483 INFO STEP 593 (remove_files) COMPLETE
61002024-12-20T21:59:18.653Z[ recovery-image] Dec 20 21:59:16.484 INFO O| Dec 20 21:59:16.483 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-20T21:59:18.672Z[ recovery-image] Dec 20 21:59:16.501 INFO O| Dec 20 21:59:16.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61022024-12-20T21:59:18.672Z[ recovery-image] Dec 20 21:59:16.502 INFO O| Dec 20 21:59:16.501 INFO STEP 594 (remove_files) COMPLETE
61032024-12-20T21:59:18.675Z[ recovery-image] Dec 20 21:59:16.502 INFO O| Dec 20 21:59:16.502 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-20T21:59:18.692Z[ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61052024-12-20T21:59:18.694Z[ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.523 INFO STEP 595 (remove_files) COMPLETE
61062024-12-20T21:59:18.694Z[ recovery-image] Dec 20 21:59:16.523 INFO O| Dec 20 21:59:16.523 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-20T21:59:18.713Z[ recovery-image] Dec 20 21:59:16.544 INFO O| Dec 20 21:59:16.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61082024-12-20T21:59:18.716Z[ recovery-image] Dec 20 21:59:16.544 INFO O| Dec 20 21:59:16.544 INFO STEP 596 (remove_files) COMPLETE
61092024-12-20T21:59:18.716Z[ recovery-image] Dec 20 21:59:16.545 INFO O| Dec 20 21:59:16.544 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-20T21:59:18.733Z[ recovery-image] Dec 20 21:59:16.563 INFO O| Dec 20 21:59:16.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61112024-12-20T21:59:18.735Z[ recovery-image] Dec 20 21:59:16.564 INFO O| Dec 20 21:59:16.564 INFO STEP 597 (remove_files) COMPLETE
61122024-12-20T21:59:18.735Z[ recovery-image] Dec 20 21:59:16.564 INFO O| Dec 20 21:59:16.564 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-20T21:59:18.752Z[ recovery-image] Dec 20 21:59:16.582 INFO O| Dec 20 21:59:16.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61142024-12-20T21:59:18.762Z[ recovery-image] Dec 20 21:59:16.583 INFO O| Dec 20 21:59:16.583 INFO STEP 598 (remove_files) COMPLETE
61152024-12-20T21:59:18.762Z[ recovery-image] Dec 20 21:59:16.583 INFO O| Dec 20 21:59:16.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-20T21:59:18.811Z[ recovery-image] Dec 20 21:59:16.641 INFO O| Dec 20 21:59:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61172024-12-20T21:59:18.813Z[ recovery-image] Dec 20 21:59:16.641 INFO O| Dec 20 21:59:16.641 INFO STEP 599 (remove_files) COMPLETE
61182024-12-20T21:59:18.813Z[ recovery-image] Dec 20 21:59:16.642 INFO O| Dec 20 21:59:16.641 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-20T21:59:18.863Z[ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61202024-12-20T21:59:18.863Z[ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.694 INFO STEP 600 (remove_files) COMPLETE
61212024-12-20T21:59:18.863Z[ recovery-image] Dec 20 21:59:16.694 INFO O| Dec 20 21:59:16.694 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-20T21:59:18.885Z[ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61232024-12-20T21:59:18.886Z[ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO STEP 601 (remove_files) COMPLETE
61242024-12-20T21:59:18.889Z[ recovery-image] Dec 20 21:59:16.716 INFO O| Dec 20 21:59:16.716 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-20T21:59:18.905Z[ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61262024-12-20T21:59:18.905Z[ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO STEP 602 (remove_files) COMPLETE
61272024-12-20T21:59:18.908Z[ recovery-image] Dec 20 21:59:16.736 INFO O| Dec 20 21:59:16.736 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-20T21:59:18.925Z[ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61292024-12-20T21:59:18.925Z[ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO STEP 603 (remove_files) COMPLETE
61302024-12-20T21:59:18.925Z[ recovery-image] Dec 20 21:59:16.755 INFO O| Dec 20 21:59:16.755 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-20T21:59:18.946Z[ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61322024-12-20T21:59:18.946Z[ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.777 INFO STEP 604 (remove_files) COMPLETE
61332024-12-20T21:59:18.946Z[ recovery-image] Dec 20 21:59:16.777 INFO O| Dec 20 21:59:16.777 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-20T21:59:18.987Z[ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61352024-12-20T21:59:18.987Z[ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO STEP 605 (remove_files) COMPLETE
61362024-12-20T21:59:18.987Z[ recovery-image] Dec 20 21:59:16.818 INFO O| Dec 20 21:59:16.818 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-20T21:59:19.047Z[ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61382024-12-20T21:59:19.047Z[ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO STEP 606 (remove_files) COMPLETE
61392024-12-20T21:59:19.047Z[ recovery-image] Dec 20 21:59:16.877 INFO O| Dec 20 21:59:16.877 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-20T21:59:19.067Z[ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61412024-12-20T21:59:19.070Z[ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO STEP 607 (remove_files) COMPLETE
61422024-12-20T21:59:19.070Z[ recovery-image] Dec 20 21:59:16.898 INFO O| Dec 20 21:59:16.898 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-20T21:59:19.092Z[ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61442024-12-20T21:59:19.092Z[ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO STEP 608 (remove_files) COMPLETE
61452024-12-20T21:59:19.092Z[ recovery-image] Dec 20 21:59:16.923 INFO O| Dec 20 21:59:16.923 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-20T21:59:19.112Z[ recovery-image] Dec 20 21:59:16.942 INFO O| Dec 20 21:59:16.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61472024-12-20T21:59:19.112Z[ recovery-image] Dec 20 21:59:16.942 INFO O| Dec 20 21:59:16.942 INFO STEP 609 (remove_files) COMPLETE
61482024-12-20T21:59:19.112Z[ recovery-image] Dec 20 21:59:16.943 INFO O| Dec 20 21:59:16.942 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-20T21:59:19.130Z[ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61502024-12-20T21:59:19.130Z[ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO STEP 610 (remove_files) COMPLETE
61512024-12-20T21:59:19.130Z[ recovery-image] Dec 20 21:59:16.961 INFO O| Dec 20 21:59:16.961 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-20T21:59:19.149Z[ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61532024-12-20T21:59:19.149Z[ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO STEP 611 (remove_files) COMPLETE
61542024-12-20T21:59:19.149Z[ recovery-image] Dec 20 21:59:16.979 INFO O| Dec 20 21:59:16.979 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-20T21:59:19.170Z[ recovery-image] Dec 20 21:59:17.000 INFO O| Dec 20 21:59:17.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61562024-12-20T21:59:19.170Z[ recovery-image] Dec 20 21:59:17.001 INFO O| Dec 20 21:59:17.000 INFO STEP 612 (remove_files) COMPLETE
61572024-12-20T21:59:19.170Z[ recovery-image] Dec 20 21:59:17.001 INFO O| Dec 20 21:59:17.001 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-20T21:59:19.190Z[ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61592024-12-20T21:59:19.190Z[ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO STEP 613 (remove_files) COMPLETE
61602024-12-20T21:59:19.190Z[ recovery-image] Dec 20 21:59:17.021 INFO O| Dec 20 21:59:17.021 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-20T21:59:19.210Z[ recovery-image] Dec 20 21:59:17.040 INFO O| Dec 20 21:59:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61622024-12-20T21:59:19.210Z[ recovery-image] Dec 20 21:59:17.040 INFO O| Dec 20 21:59:17.040 INFO STEP 614 (remove_files) COMPLETE
61632024-12-20T21:59:19.212Z[ recovery-image] Dec 20 21:59:17.041 INFO O| Dec 20 21:59:17.040 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-20T21:59:19.229Z[ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61652024-12-20T21:59:19.229Z[ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO STEP 615 (remove_files) COMPLETE
61662024-12-20T21:59:19.231Z[ recovery-image] Dec 20 21:59:17.059 INFO O| Dec 20 21:59:17.059 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-20T21:59:19.248Z[ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61682024-12-20T21:59:19.248Z[ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.079 INFO STEP 616 (remove_files) COMPLETE
61692024-12-20T21:59:19.248Z[ recovery-image] Dec 20 21:59:17.079 INFO O| Dec 20 21:59:17.079 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-20T21:59:19.266Z[ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61712024-12-20T21:59:19.266Z[ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.097 INFO STEP 617 (remove_files) COMPLETE
61722024-12-20T21:59:19.266Z[ recovery-image] Dec 20 21:59:17.097 INFO O| Dec 20 21:59:17.097 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-20T21:59:19.290Z[ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61742024-12-20T21:59:19.292Z[ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO STEP 618 (remove_files) COMPLETE
61752024-12-20T21:59:19.292Z[ recovery-image] Dec 20 21:59:17.120 INFO O| Dec 20 21:59:17.120 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-20T21:59:19.309Z[ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61772024-12-20T21:59:19.309Z[ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO STEP 619 (remove_files) COMPLETE
61782024-12-20T21:59:19.309Z[ recovery-image] Dec 20 21:59:17.140 INFO O| Dec 20 21:59:17.140 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-20T21:59:19.348Z[ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61802024-12-20T21:59:19.348Z[ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO STEP 620 (remove_files) COMPLETE
61812024-12-20T21:59:19.348Z[ recovery-image] Dec 20 21:59:17.178 INFO O| Dec 20 21:59:17.178 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-20T21:59:19.380Z[ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61832024-12-20T21:59:19.380Z[ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO STEP 621 (remove_files) COMPLETE
61842024-12-20T21:59:19.380Z[ recovery-image] Dec 20 21:59:17.211 INFO O| Dec 20 21:59:17.211 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-20T21:59:19.417Z[ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61862024-12-20T21:59:19.417Z[ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO STEP 622 (remove_files) COMPLETE
61872024-12-20T21:59:19.417Z[ recovery-image] Dec 20 21:59:17.248 INFO O| Dec 20 21:59:17.248 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-20T21:59:19.437Z[ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61892024-12-20T21:59:19.437Z[ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO STEP 623 (remove_files) COMPLETE
61902024-12-20T21:59:19.437Z[ recovery-image] Dec 20 21:59:17.267 INFO O| Dec 20 21:59:17.267 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-20T21:59:19.456Z[ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61922024-12-20T21:59:19.456Z[ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO STEP 624 (remove_files) COMPLETE
61932024-12-20T21:59:19.456Z[ recovery-image] Dec 20 21:59:17.287 INFO O| Dec 20 21:59:17.287 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-20T21:59:19.475Z[ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61952024-12-20T21:59:19.475Z[ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO STEP 625 (remove_files) COMPLETE
61962024-12-20T21:59:19.479Z[ recovery-image] Dec 20 21:59:17.305 INFO O| Dec 20 21:59:17.305 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-20T21:59:19.492Z[ recovery-image] Dec 20 21:59:17.322 INFO O| Dec 20 21:59:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61982024-12-20T21:59:19.492Z[ recovery-image] Dec 20 21:59:17.323 INFO O| Dec 20 21:59:17.322 INFO STEP 626 (remove_files) COMPLETE
61992024-12-20T21:59:19.495Z[ recovery-image] Dec 20 21:59:17.323 INFO O| Dec 20 21:59:17.322 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-20T21:59:19.509Z[ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62012024-12-20T21:59:19.509Z[ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.340 INFO STEP 627 (remove_files) COMPLETE
62022024-12-20T21:59:19.512Z[ recovery-image] Dec 20 21:59:17.340 INFO O| Dec 20 21:59:17.340 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-20T21:59:19.536Z[ recovery-image] Dec 20 21:59:17.366 INFO O| Dec 20 21:59:17.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62042024-12-20T21:59:19.538Z[ recovery-image] Dec 20 21:59:17.367 INFO O| Dec 20 21:59:17.366 INFO STEP 628 (remove_files) COMPLETE
62052024-12-20T21:59:19.538Z[ recovery-image] Dec 20 21:59:17.367 INFO O| Dec 20 21:59:17.367 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-20T21:59:19.569Z[ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62072024-12-20T21:59:19.572Z[ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO STEP 629 (remove_files) COMPLETE
62082024-12-20T21:59:19.572Z[ recovery-image] Dec 20 21:59:17.400 INFO O| Dec 20 21:59:17.400 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-20T21:59:19.590Z[ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62102024-12-20T21:59:19.593Z[ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.421 INFO STEP 630 (remove_files) COMPLETE
62112024-12-20T21:59:19.593Z[ recovery-image] Dec 20 21:59:17.421 INFO O| Dec 20 21:59:17.421 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-20T21:59:19.610Z[ recovery-image] Dec 20 21:59:17.440 INFO O| Dec 20 21:59:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62132024-12-20T21:59:19.615Z[ recovery-image] Dec 20 21:59:17.440 INFO O| Dec 20 21:59:17.440 INFO STEP 631 (remove_files) COMPLETE
62142024-12-20T21:59:19.615Z[ recovery-image] Dec 20 21:59:17.441 INFO O| Dec 20 21:59:17.440 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-20T21:59:19.626Z[ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62162024-12-20T21:59:19.629Z[ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO STEP 632 (remove_files) COMPLETE
62172024-12-20T21:59:19.629Z[ recovery-image] Dec 20 21:59:17.457 INFO O| Dec 20 21:59:17.457 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-20T21:59:19.646Z[ recovery-image] Dec 20 21:59:17.474 INFO O| Dec 20 21:59:17.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62192024-12-20T21:59:19.648Z[ recovery-image] Dec 20 21:59:17.475 INFO O| Dec 20 21:59:17.475 INFO STEP 633 (remove_files) COMPLETE
62202024-12-20T21:59:19.648Z[ recovery-image] Dec 20 21:59:17.475 INFO O| Dec 20 21:59:17.475 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-20T21:59:19.664Z[ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62222024-12-20T21:59:19.668Z[ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO STEP 634 (remove_files) COMPLETE
62232024-12-20T21:59:19.668Z[ recovery-image] Dec 20 21:59:17.494 INFO O| Dec 20 21:59:17.494 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-20T21:59:19.682Z[ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62252024-12-20T21:59:19.682Z[ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO STEP 635 (remove_files) COMPLETE
62262024-12-20T21:59:19.685Z[ recovery-image] Dec 20 21:59:17.513 INFO O| Dec 20 21:59:17.513 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-20T21:59:19.699Z[ recovery-image] Dec 20 21:59:17.530 INFO O| Dec 20 21:59:17.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62282024-12-20T21:59:19.705Z[ recovery-image] Dec 20 21:59:17.536 INFO O| Dec 20 21:59:17.536 INFO STEP 636 (remove_files) COMPLETE
62292024-12-20T21:59:19.705Z[ recovery-image] Dec 20 21:59:17.536 INFO O| Dec 20 21:59:17.536 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-20T21:59:19.723Z[ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62312024-12-20T21:59:19.726Z[ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO STEP 637 (remove_files) COMPLETE
62322024-12-20T21:59:19.726Z[ recovery-image] Dec 20 21:59:17.554 INFO O| Dec 20 21:59:17.554 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-20T21:59:19.742Z[ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62342024-12-20T21:59:19.745Z[ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.572 INFO STEP 638 (remove_files) COMPLETE
62352024-12-20T21:59:19.745Z[ recovery-image] Dec 20 21:59:17.572 INFO O| Dec 20 21:59:17.572 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-20T21:59:19.759Z[ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62372024-12-20T21:59:19.761Z[ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO STEP 639 (remove_files) COMPLETE
62382024-12-20T21:59:19.761Z[ recovery-image] Dec 20 21:59:17.589 INFO O| Dec 20 21:59:17.589 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-20T21:59:19.777Z[ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62402024-12-20T21:59:19.779Z[ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO STEP 640 (remove_files) COMPLETE
62412024-12-20T21:59:19.779Z[ recovery-image] Dec 20 21:59:17.606 INFO O| Dec 20 21:59:17.606 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-20T21:59:19.793Z[ recovery-image] Dec 20 21:59:17.623 INFO O| Dec 20 21:59:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62432024-12-20T21:59:19.795Z[ recovery-image] Dec 20 21:59:17.624 INFO O| Dec 20 21:59:17.623 INFO STEP 641 (remove_files) COMPLETE
62442024-12-20T21:59:19.795Z[ recovery-image] Dec 20 21:59:17.624 INFO O| Dec 20 21:59:17.624 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-20T21:59:19.811Z[ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62462024-12-20T21:59:19.814Z[ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.642 INFO STEP 642 (remove_files) COMPLETE
62472024-12-20T21:59:19.814Z[ recovery-image] Dec 20 21:59:17.642 INFO O| Dec 20 21:59:17.642 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-20T21:59:19.829Z[ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62492024-12-20T21:59:19.832Z[ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO STEP 643 (remove_files) COMPLETE
62502024-12-20T21:59:19.832Z[ recovery-image] Dec 20 21:59:17.659 INFO O| Dec 20 21:59:17.659 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-20T21:59:19.845Z[ recovery-image] Dec 20 21:59:17.675 INFO O| Dec 20 21:59:17.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62522024-12-20T21:59:19.847Z[ recovery-image] Dec 20 21:59:17.676 INFO O| Dec 20 21:59:17.676 INFO STEP 644 (remove_files) COMPLETE
62532024-12-20T21:59:19.847Z[ recovery-image] Dec 20 21:59:17.676 INFO O| Dec 20 21:59:17.676 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-20T21:59:19.862Z[ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62552024-12-20T21:59:19.865Z[ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO STEP 645 (remove_files) COMPLETE
62562024-12-20T21:59:19.865Z[ recovery-image] Dec 20 21:59:17.693 INFO O| Dec 20 21:59:17.693 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-20T21:59:19.897Z[ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62582024-12-20T21:59:19.900Z[ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.728 INFO STEP 646 (remove_files) COMPLETE
62592024-12-20T21:59:19.900Z[ recovery-image] Dec 20 21:59:17.728 INFO O| Dec 20 21:59:17.728 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-20T21:59:19.914Z[ recovery-image] Dec 20 21:59:17.745 INFO O| Dec 20 21:59:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62612024-12-20T21:59:19.939Z[ recovery-image] Dec 20 21:59:17.770 INFO O| Dec 20 21:59:17.770 INFO STEP 647 (remove_files) COMPLETE
62622024-12-20T21:59:19.939Z[ recovery-image] Dec 20 21:59:17.770 INFO O| Dec 20 21:59:17.770 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-20T21:59:19.997Z[ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62642024-12-20T21:59:19.997Z[ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO STEP 648 (remove_files) COMPLETE
62652024-12-20T21:59:19.999Z[ recovery-image] Dec 20 21:59:17.827 INFO O| Dec 20 21:59:17.827 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-20T21:59:20.014Z[ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62672024-12-20T21:59:20.014Z[ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO STEP 649 (remove_files) COMPLETE
62682024-12-20T21:59:20.014Z[ recovery-image] Dec 20 21:59:17.845 INFO O| Dec 20 21:59:17.845 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-20T21:59:20.031Z[ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62702024-12-20T21:59:20.031Z[ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO STEP 650 (remove_files) COMPLETE
62712024-12-20T21:59:20.034Z[ recovery-image] Dec 20 21:59:17.862 INFO O| Dec 20 21:59:17.862 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-20T21:59:20.123Z[ host-image] Dec 20 21:59:17.953 INFO O| Dec 20 21:59:17.953 INFO O| Download: 22785/22788 items 199.7/199.7MB 99% complete (1.2M/s)
62732024-12-20T21:59:20.134Z[ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62742024-12-20T21:59:20.134Z[ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO STEP 651 (remove_files) COMPLETE
62752024-12-20T21:59:20.137Z[ recovery-image] Dec 20 21:59:17.965 INFO O| Dec 20 21:59:17.965 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-20T21:59:20.242Z[ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62772024-12-20T21:59:20.242Z[ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO STEP 652 (remove_files) COMPLETE
62782024-12-20T21:59:20.242Z[ recovery-image] Dec 20 21:59:18.072 INFO O| Dec 20 21:59:18.072 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-20T21:59:20.259Z[ recovery-image] Dec 20 21:59:18.089 INFO O| Dec 20 21:59:18.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62802024-12-20T21:59:20.283Z[ recovery-image] Dec 20 21:59:18.113 INFO O| Dec 20 21:59:18.113 INFO STEP 653 (remove_files) COMPLETE
62812024-12-20T21:59:20.283Z[ recovery-image] Dec 20 21:59:18.113 INFO O| Dec 20 21:59:18.113 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-20T21:59:20.336Z[ recovery-image] Dec 20 21:59:18.165 INFO O| Dec 20 21:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62832024-12-20T21:59:20.336Z[ recovery-image] Dec 20 21:59:18.165 INFO O| Dec 20 21:59:18.165 INFO STEP 654 (remove_files) COMPLETE
62842024-12-20T21:59:20.339Z[ recovery-image] Dec 20 21:59:18.166 INFO O| Dec 20 21:59:18.165 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-20T21:59:20.355Z[ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62862024-12-20T21:59:20.355Z[ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.186 INFO STEP 655 (remove_files) COMPLETE
62872024-12-20T21:59:20.355Z[ recovery-image] Dec 20 21:59:18.186 INFO O| Dec 20 21:59:18.186 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-20T21:59:20.385Z[ recovery-image] Dec 20 21:59:18.215 INFO O| Dec 20 21:59:18.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62892024-12-20T21:59:20.388Z[ recovery-image] Dec 20 21:59:18.215 INFO O| Dec 20 21:59:18.215 INFO STEP 656 (remove_files) COMPLETE
62902024-12-20T21:59:20.388Z[ recovery-image] Dec 20 21:59:18.216 INFO O| Dec 20 21:59:18.215 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-20T21:59:20.405Z[ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62922024-12-20T21:59:20.408Z[ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO STEP 657 (remove_files) COMPLETE
62932024-12-20T21:59:20.408Z[ recovery-image] Dec 20 21:59:18.236 INFO O| Dec 20 21:59:18.236 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-20T21:59:20.424Z[ recovery-image] Dec 20 21:59:18.254 INFO O| Dec 20 21:59:18.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62952024-12-20T21:59:20.427Z[ recovery-image] Dec 20 21:59:18.255 INFO O| Dec 20 21:59:18.255 INFO STEP 658 (remove_files) COMPLETE
62962024-12-20T21:59:20.427Z[ recovery-image] Dec 20 21:59:18.255 INFO O| Dec 20 21:59:18.255 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-20T21:59:20.441Z[ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62982024-12-20T21:59:20.444Z[ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO STEP 659 (remove_files) COMPLETE
62992024-12-20T21:59:20.444Z[ recovery-image] Dec 20 21:59:18.272 INFO O| Dec 20 21:59:18.272 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-20T21:59:20.460Z[ recovery-image] Dec 20 21:59:18.290 INFO O| Dec 20 21:59:18.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63012024-12-20T21:59:20.462Z[ recovery-image] Dec 20 21:59:18.291 INFO O| Dec 20 21:59:18.291 INFO STEP 660 (remove_files) COMPLETE
63022024-12-20T21:59:20.462Z[ recovery-image] Dec 20 21:59:18.291 INFO O| Dec 20 21:59:18.291 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-20T21:59:20.480Z[ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63042024-12-20T21:59:20.483Z[ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO STEP 661 (remove_files) COMPLETE
63052024-12-20T21:59:20.483Z[ recovery-image] Dec 20 21:59:18.311 INFO O| Dec 20 21:59:18.311 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-20T21:59:20.501Z[ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63072024-12-20T21:59:20.503Z[ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO STEP 662 (remove_files) COMPLETE
63082024-12-20T21:59:20.503Z[ recovery-image] Dec 20 21:59:18.331 INFO O| Dec 20 21:59:18.331 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-20T21:59:20.520Z[ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63102024-12-20T21:59:20.522Z[ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.351 INFO STEP 663 (remove_files) COMPLETE
63112024-12-20T21:59:20.523Z[ recovery-image] Dec 20 21:59:18.351 INFO O| Dec 20 21:59:18.351 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-20T21:59:20.555Z[ recovery-image] Dec 20 21:59:18.385 INFO O| Dec 20 21:59:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63132024-12-20T21:59:20.558Z[ recovery-image] Dec 20 21:59:18.386 INFO O| Dec 20 21:59:18.386 INFO STEP 664 (remove_files) COMPLETE
63142024-12-20T21:59:20.558Z[ recovery-image] Dec 20 21:59:18.386 INFO O| Dec 20 21:59:18.386 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-20T21:59:20.576Z[ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63162024-12-20T21:59:20.576Z[ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO STEP 665 (remove_files) COMPLETE
63172024-12-20T21:59:20.576Z[ recovery-image] Dec 20 21:59:18.406 INFO O| Dec 20 21:59:18.406 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-20T21:59:20.596Z[ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63192024-12-20T21:59:20.596Z[ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO STEP 666 (remove_files) COMPLETE
63202024-12-20T21:59:20.596Z[ recovery-image] Dec 20 21:59:18.427 INFO O| Dec 20 21:59:18.427 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-20T21:59:20.617Z[ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63222024-12-20T21:59:20.617Z[ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO STEP 667 (remove_files) COMPLETE
63232024-12-20T21:59:20.617Z[ recovery-image] Dec 20 21:59:18.447 INFO O| Dec 20 21:59:18.447 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-20T21:59:20.637Z[ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63252024-12-20T21:59:20.637Z[ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO STEP 668 (remove_files) COMPLETE
63262024-12-20T21:59:20.637Z[ recovery-image] Dec 20 21:59:18.467 INFO O| Dec 20 21:59:18.467 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-20T21:59:20.671Z[ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63282024-12-20T21:59:20.671Z[ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO STEP 669 (remove_files) COMPLETE
63292024-12-20T21:59:20.671Z[ recovery-image] Dec 20 21:59:18.501 INFO O| Dec 20 21:59:18.501 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-20T21:59:20.734Z[ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63312024-12-20T21:59:20.734Z[ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO STEP 670 (remove_files) COMPLETE
63322024-12-20T21:59:20.737Z[ recovery-image] Dec 20 21:59:18.564 INFO O| Dec 20 21:59:18.564 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-20T21:59:20.753Z[ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63342024-12-20T21:59:20.753Z[ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.584 INFO STEP 671 (remove_files) COMPLETE
63352024-12-20T21:59:20.753Z[ recovery-image] Dec 20 21:59:18.584 INFO O| Dec 20 21:59:18.584 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-20T21:59:20.773Z[ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63372024-12-20T21:59:20.773Z[ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO STEP 672 (remove_files) COMPLETE
63382024-12-20T21:59:20.775Z[ recovery-image] Dec 20 21:59:18.603 INFO O| Dec 20 21:59:18.603 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-20T21:59:20.794Z[ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63402024-12-20T21:59:20.794Z[ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO STEP 673 (remove_files) COMPLETE
63412024-12-20T21:59:20.794Z[ recovery-image] Dec 20 21:59:18.623 INFO O| Dec 20 21:59:18.623 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-20T21:59:20.811Z[ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63432024-12-20T21:59:20.811Z[ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO STEP 674 (remove_files) COMPLETE
63442024-12-20T21:59:20.811Z[ recovery-image] Dec 20 21:59:18.641 INFO O| Dec 20 21:59:18.641 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-20T21:59:20.844Z[ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63462024-12-20T21:59:20.847Z[ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO STEP 675 (remove_files) COMPLETE
63472024-12-20T21:59:20.847Z[ recovery-image] Dec 20 21:59:18.675 INFO O| Dec 20 21:59:18.675 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-20T21:59:20.866Z[ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63492024-12-20T21:59:20.866Z[ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO STEP 676 (remove_files) COMPLETE
63502024-12-20T21:59:20.866Z[ recovery-image] Dec 20 21:59:18.696 INFO O| Dec 20 21:59:18.696 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-20T21:59:20.886Z[ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63522024-12-20T21:59:20.887Z[ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.717 INFO STEP 677 (remove_files) COMPLETE
63532024-12-20T21:59:20.887Z[ recovery-image] Dec 20 21:59:18.717 INFO O| Dec 20 21:59:18.717 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-20T21:59:20.904Z[ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63552024-12-20T21:59:20.904Z[ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO STEP 678 (remove_files) COMPLETE
63562024-12-20T21:59:20.904Z[ recovery-image] Dec 20 21:59:18.734 INFO O| Dec 20 21:59:18.734 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-20T21:59:20.947Z[ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63582024-12-20T21:59:20.947Z[ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO STEP 679 (remove_files) COMPLETE
63592024-12-20T21:59:20.947Z[ recovery-image] Dec 20 21:59:18.775 INFO O| Dec 20 21:59:18.775 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-20T21:59:20.964Z[ recovery-image] Dec 20 21:59:18.794 INFO O| Dec 20 21:59:18.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63612024-12-20T21:59:20.964Z[ recovery-image] Dec 20 21:59:18.795 INFO O| Dec 20 21:59:18.794 INFO STEP 680 (remove_files) COMPLETE
63622024-12-20T21:59:20.967Z[ recovery-image] Dec 20 21:59:18.795 INFO O| Dec 20 21:59:18.795 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-20T21:59:20.983Z[ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63642024-12-20T21:59:20.986Z[ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO STEP 681 (remove_files) COMPLETE
63652024-12-20T21:59:20.986Z[ recovery-image] Dec 20 21:59:18.814 INFO O| Dec 20 21:59:18.814 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-20T21:59:21.002Z[ recovery-image] Dec 20 21:59:18.832 INFO O| Dec 20 21:59:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63672024-12-20T21:59:21.002Z[ recovery-image] Dec 20 21:59:18.832 INFO O| Dec 20 21:59:18.832 INFO STEP 682 (remove_files) COMPLETE
63682024-12-20T21:59:21.005Z[ recovery-image] Dec 20 21:59:18.833 INFO O| Dec 20 21:59:18.832 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-20T21:59:21.028Z[ recovery-image] Dec 20 21:59:18.858 INFO O| Dec 20 21:59:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63702024-12-20T21:59:21.032Z[ recovery-image] Dec 20 21:59:18.858 INFO O| Dec 20 21:59:18.858 INFO STEP 683 (remove_files) COMPLETE
63712024-12-20T21:59:21.032Z[ recovery-image] Dec 20 21:59:18.859 INFO O| Dec 20 21:59:18.859 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-20T21:59:21.049Z[ recovery-image] Dec 20 21:59:18.879 INFO O| Dec 20 21:59:18.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63732024-12-20T21:59:21.052Z[ recovery-image] Dec 20 21:59:18.880 INFO O| Dec 20 21:59:18.880 INFO STEP 684 (remove_files) COMPLETE
63742024-12-20T21:59:21.052Z[ recovery-image] Dec 20 21:59:18.880 INFO O| Dec 20 21:59:18.880 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-20T21:59:21.068Z[ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63762024-12-20T21:59:21.071Z[ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO STEP 685 (remove_files) COMPLETE
63772024-12-20T21:59:21.071Z[ recovery-image] Dec 20 21:59:18.899 INFO O| Dec 20 21:59:18.899 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-20T21:59:21.088Z[ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63792024-12-20T21:59:21.088Z[ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO STEP 686 (remove_files) COMPLETE
63802024-12-20T21:59:21.088Z[ recovery-image] Dec 20 21:59:18.918 INFO O| Dec 20 21:59:18.918 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-20T21:59:21.107Z[ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63822024-12-20T21:59:21.107Z[ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.938 INFO STEP 687 (remove_files) COMPLETE
63832024-12-20T21:59:21.107Z[ recovery-image] Dec 20 21:59:18.938 INFO O| Dec 20 21:59:18.938 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-20T21:59:21.126Z[ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63852024-12-20T21:59:21.126Z[ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO STEP 688 (remove_files) COMPLETE
63862024-12-20T21:59:21.127Z[ recovery-image] Dec 20 21:59:18.957 INFO O| Dec 20 21:59:18.957 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-20T21:59:21.159Z[ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63882024-12-20T21:59:21.159Z[ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO STEP 689 (remove_files) COMPLETE
63892024-12-20T21:59:21.159Z[ recovery-image] Dec 20 21:59:18.989 INFO O| Dec 20 21:59:18.989 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-20T21:59:21.182Z[ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63912024-12-20T21:59:21.182Z[ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO STEP 690 (remove_files) COMPLETE
63922024-12-20T21:59:21.185Z[ recovery-image] Dec 20 21:59:19.012 INFO O| Dec 20 21:59:19.012 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-20T21:59:21.217Z[ recovery-image] Dec 20 21:59:19.048 INFO O| Dec 20 21:59:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63942024-12-20T21:59:21.238Z[ recovery-image] Dec 20 21:59:19.068 INFO O| Dec 20 21:59:19.068 INFO STEP 691 (remove_files) COMPLETE
63952024-12-20T21:59:21.238Z[ recovery-image] Dec 20 21:59:19.068 INFO O| Dec 20 21:59:19.068 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-20T21:59:21.272Z[ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63972024-12-20T21:59:21.272Z[ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO STEP 692 (remove_files) COMPLETE
63982024-12-20T21:59:21.272Z[ recovery-image] Dec 20 21:59:19.100 INFO O| Dec 20 21:59:19.100 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-20T21:59:21.290Z[ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64002024-12-20T21:59:21.290Z[ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO STEP 693 (remove_files) COMPLETE
64012024-12-20T21:59:21.293Z[ recovery-image] Dec 20 21:59:19.119 INFO O| Dec 20 21:59:19.119 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-20T21:59:21.308Z[ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64032024-12-20T21:59:21.308Z[ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO STEP 694 (remove_files) COMPLETE
64042024-12-20T21:59:21.310Z[ recovery-image] Dec 20 21:59:19.138 INFO O| Dec 20 21:59:19.138 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-20T21:59:21.335Z[ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64062024-12-20T21:59:21.335Z[ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO STEP 695 (remove_files) COMPLETE
64072024-12-20T21:59:21.338Z[ recovery-image] Dec 20 21:59:19.165 INFO O| Dec 20 21:59:19.165 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-20T21:59:21.375Z[ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64092024-12-20T21:59:21.375Z[ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO STEP 696 (remove_files) COMPLETE
64102024-12-20T21:59:21.377Z[ recovery-image] Dec 20 21:59:19.205 INFO O| Dec 20 21:59:19.205 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-20T21:59:21.412Z[ recovery-image] Dec 20 21:59:19.241 INFO O| Dec 20 21:59:19.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64122024-12-20T21:59:21.412Z[ recovery-image] Dec 20 21:59:19.241 INFO O| Dec 20 21:59:19.241 INFO STEP 697 (remove_files) COMPLETE
64132024-12-20T21:59:21.412Z[ recovery-image] Dec 20 21:59:19.242 INFO O| Dec 20 21:59:19.241 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-20T21:59:21.429Z[ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64152024-12-20T21:59:21.429Z[ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO STEP 698 (remove_files) COMPLETE
64162024-12-20T21:59:21.429Z[ recovery-image] Dec 20 21:59:19.259 INFO O| Dec 20 21:59:19.259 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-20T21:59:21.447Z[ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64182024-12-20T21:59:21.447Z[ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO STEP 699 (remove_files) COMPLETE
64192024-12-20T21:59:21.447Z[ recovery-image] Dec 20 21:59:19.277 INFO O| Dec 20 21:59:19.277 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-20T21:59:21.466Z[ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64212024-12-20T21:59:21.466Z[ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO STEP 700 (remove_files) COMPLETE
64222024-12-20T21:59:21.466Z[ recovery-image] Dec 20 21:59:19.295 INFO O| Dec 20 21:59:19.295 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-20T21:59:21.483Z[ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64242024-12-20T21:59:21.483Z[ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO STEP 701 (remove_files) COMPLETE
64252024-12-20T21:59:21.486Z[ recovery-image] Dec 20 21:59:19.313 INFO O| Dec 20 21:59:19.313 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-20T21:59:21.502Z[ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64272024-12-20T21:59:21.502Z[ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO STEP 702 (remove_files) COMPLETE
64282024-12-20T21:59:21.502Z[ recovery-image] Dec 20 21:59:19.332 INFO O| Dec 20 21:59:19.332 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-20T21:59:21.523Z[ recovery-image] Dec 20 21:59:19.353 INFO O| Dec 20 21:59:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64302024-12-20T21:59:21.523Z[ recovery-image] Dec 20 21:59:19.353 INFO O| Dec 20 21:59:19.353 INFO STEP 703 (remove_files) COMPLETE
64312024-12-20T21:59:21.526Z[ recovery-image] Dec 20 21:59:19.354 INFO O| Dec 20 21:59:19.353 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-20T21:59:21.564Z[ recovery-image] Dec 20 21:59:19.394 INFO O| Dec 20 21:59:19.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64332024-12-20T21:59:21.567Z[ recovery-image] Dec 20 21:59:19.395 INFO O| Dec 20 21:59:19.394 INFO STEP 704 (remove_files) COMPLETE
64342024-12-20T21:59:21.567Z[ recovery-image] Dec 20 21:59:19.395 INFO O| Dec 20 21:59:19.395 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-20T21:59:21.582Z[ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64362024-12-20T21:59:21.585Z[ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.413 INFO STEP 705 (remove_files) COMPLETE
64372024-12-20T21:59:21.585Z[ recovery-image] Dec 20 21:59:19.413 INFO O| Dec 20 21:59:19.413 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-20T21:59:21.599Z[ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64392024-12-20T21:59:21.603Z[ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.430 INFO STEP 706 (remove_files) COMPLETE
64402024-12-20T21:59:21.603Z[ recovery-image] Dec 20 21:59:19.430 INFO O| Dec 20 21:59:19.430 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-20T21:59:21.616Z[ recovery-image] Dec 20 21:59:19.446 INFO O| Dec 20 21:59:19.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64422024-12-20T21:59:21.619Z[ recovery-image] Dec 20 21:59:19.447 INFO O| Dec 20 21:59:19.447 INFO STEP 707 (remove_files) COMPLETE
64432024-12-20T21:59:21.619Z[ recovery-image] Dec 20 21:59:19.447 INFO O| Dec 20 21:59:19.447 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-20T21:59:21.634Z[ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64452024-12-20T21:59:21.636Z[ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO STEP 708 (remove_files) COMPLETE
64462024-12-20T21:59:21.636Z[ recovery-image] Dec 20 21:59:19.464 INFO O| Dec 20 21:59:19.464 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-20T21:59:21.652Z[ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64482024-12-20T21:59:21.655Z[ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO STEP 709 (remove_files) COMPLETE
64492024-12-20T21:59:21.655Z[ recovery-image] Dec 20 21:59:19.482 INFO O| Dec 20 21:59:19.482 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-20T21:59:21.709Z[ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64512024-12-20T21:59:21.712Z[ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO STEP 710 (remove_files) COMPLETE
64522024-12-20T21:59:21.712Z[ recovery-image] Dec 20 21:59:19.539 INFO O| Dec 20 21:59:19.539 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-20T21:59:21.744Z[ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64542024-12-20T21:59:21.748Z[ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO STEP 711 (remove_files) COMPLETE
64552024-12-20T21:59:21.748Z[ recovery-image] Dec 20 21:59:19.573 INFO O| Dec 20 21:59:19.573 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-20T21:59:21.787Z[ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64572024-12-20T21:59:21.787Z[ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO STEP 712 (remove_files) COMPLETE
64582024-12-20T21:59:21.790Z[ recovery-image] Dec 20 21:59:19.617 INFO O| Dec 20 21:59:19.617 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-20T21:59:21.854Z[ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64602024-12-20T21:59:21.856Z[ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO STEP 713 (remove_files) COMPLETE
64612024-12-20T21:59:21.856Z[ recovery-image] Dec 20 21:59:19.684 INFO O| Dec 20 21:59:19.684 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-20T21:59:21.875Z[ recovery-image] Dec 20 21:59:19.705 INFO O| Dec 20 21:59:19.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64632024-12-20T21:59:21.878Z[ recovery-image] Dec 20 21:59:19.706 INFO O| Dec 20 21:59:19.706 INFO STEP 714 (remove_files) COMPLETE
64642024-12-20T21:59:21.878Z[ recovery-image] Dec 20 21:59:19.706 INFO O| Dec 20 21:59:19.706 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-20T21:59:21.896Z[ recovery-image] Dec 20 21:59:19.726 INFO O| Dec 20 21:59:19.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64662024-12-20T21:59:21.899Z[ recovery-image] Dec 20 21:59:19.727 INFO O| Dec 20 21:59:19.726 INFO STEP 715 (remove_files) COMPLETE
64672024-12-20T21:59:21.899Z[ recovery-image] Dec 20 21:59:19.727 INFO O| Dec 20 21:59:19.727 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-20T21:59:21.915Z[ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64692024-12-20T21:59:21.915Z[ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO STEP 716 (remove_files) COMPLETE
64702024-12-20T21:59:21.918Z[ recovery-image] Dec 20 21:59:19.745 INFO O| Dec 20 21:59:19.745 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-20T21:59:21.951Z[ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64722024-12-20T21:59:21.951Z[ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO STEP 717 (remove_files) COMPLETE
64732024-12-20T21:59:21.954Z[ recovery-image] Dec 20 21:59:19.781 INFO O| Dec 20 21:59:19.781 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-20T21:59:21.998Z[ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64752024-12-20T21:59:21.999Z[ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO STEP 718 (remove_files) COMPLETE
64762024-12-20T21:59:21.999Z[ recovery-image] Dec 20 21:59:19.828 INFO O| Dec 20 21:59:19.828 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-20T21:59:22.002Z[ host-image] Dec 20 21:59:19.833 INFO O| Dec 20 21:59:19.833 INFO O| Download: Completed 199.66 MB in 330.04 seconds (617k/s)
64782024-12-20T21:59:22.057Z[ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64792024-12-20T21:59:22.057Z[ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.887 INFO STEP 719 (remove_files) COMPLETE
64802024-12-20T21:59:22.060Z[ recovery-image] Dec 20 21:59:19.887 INFO O| Dec 20 21:59:19.887 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-20T21:59:22.076Z[ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64822024-12-20T21:59:22.076Z[ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO STEP 720 (remove_files) COMPLETE
64832024-12-20T21:59:22.076Z[ recovery-image] Dec 20 21:59:19.906 INFO O| Dec 20 21:59:19.906 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-20T21:59:22.093Z[ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64852024-12-20T21:59:22.093Z[ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO STEP 721 (remove_files) COMPLETE
64862024-12-20T21:59:22.096Z[ recovery-image] Dec 20 21:59:19.923 INFO O| Dec 20 21:59:19.923 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-20T21:59:22.112Z[ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64882024-12-20T21:59:22.112Z[ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO STEP 722 (remove_files) COMPLETE
64892024-12-20T21:59:22.112Z[ recovery-image] Dec 20 21:59:19.941 INFO O| Dec 20 21:59:19.941 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-20T21:59:22.146Z[ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64912024-12-20T21:59:22.146Z[ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO STEP 723 (remove_files) COMPLETE
64922024-12-20T21:59:22.146Z[ recovery-image] Dec 20 21:59:19.975 INFO O| Dec 20 21:59:19.975 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-20T21:59:22.171Z[ recovery-image] Dec 20 21:59:20.001 INFO O| Dec 20 21:59:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64942024-12-20T21:59:22.174Z[ recovery-image] Dec 20 21:59:20.001 INFO O| Dec 20 21:59:20.001 INFO STEP 724 (remove_files) COMPLETE
64952024-12-20T21:59:22.174Z[ recovery-image] Dec 20 21:59:20.002 INFO O| Dec 20 21:59:20.001 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-20T21:59:22.193Z[ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64972024-12-20T21:59:22.195Z[ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO STEP 725 (remove_files) COMPLETE
64982024-12-20T21:59:22.195Z[ recovery-image] Dec 20 21:59:20.022 INFO O| Dec 20 21:59:20.022 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-20T21:59:22.211Z[ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65002024-12-20T21:59:22.215Z[ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO STEP 726 (remove_files) COMPLETE
65012024-12-20T21:59:22.215Z[ recovery-image] Dec 20 21:59:20.041 INFO O| Dec 20 21:59:20.041 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-20T21:59:22.245Z[ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65032024-12-20T21:59:22.245Z[ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO STEP 727 (remove_files) COMPLETE
65042024-12-20T21:59:22.245Z[ recovery-image] Dec 20 21:59:20.074 INFO O| Dec 20 21:59:20.074 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-20T21:59:22.284Z[ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65062024-12-20T21:59:22.284Z[ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO STEP 728 (remove_files) COMPLETE
65072024-12-20T21:59:22.284Z[ recovery-image] Dec 20 21:59:20.114 INFO O| Dec 20 21:59:20.114 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-20T21:59:22.320Z[ recovery-image] Dec 20 21:59:20.150 INFO O| Dec 20 21:59:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65092024-12-20T21:59:22.322Z[ recovery-image] Dec 20 21:59:20.151 INFO O| Dec 20 21:59:20.151 INFO STEP 729 (remove_files) COMPLETE
65102024-12-20T21:59:22.322Z[ recovery-image] Dec 20 21:59:20.151 INFO O| Dec 20 21:59:20.151 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-20T21:59:22.338Z[ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65122024-12-20T21:59:22.338Z[ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO STEP 730 (remove_files) COMPLETE
65132024-12-20T21:59:22.338Z[ recovery-image] Dec 20 21:59:20.168 INFO O| Dec 20 21:59:20.168 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-20T21:59:22.375Z[ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65152024-12-20T21:59:22.375Z[ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO STEP 731 (remove_files) COMPLETE
65162024-12-20T21:59:22.375Z[ recovery-image] Dec 20 21:59:20.205 INFO O| Dec 20 21:59:20.205 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-20T21:59:22.392Z[ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65182024-12-20T21:59:22.392Z[ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO STEP 732 (remove_files) COMPLETE
65192024-12-20T21:59:22.394Z[ recovery-image] Dec 20 21:59:20.222 INFO O| Dec 20 21:59:20.222 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-20T21:59:22.427Z[ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65212024-12-20T21:59:22.427Z[ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.257 INFO STEP 733 (remove_files) COMPLETE
65222024-12-20T21:59:22.429Z[ recovery-image] Dec 20 21:59:20.257 INFO O| Dec 20 21:59:20.257 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-20T21:59:22.469Z[ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65242024-12-20T21:59:22.471Z[ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO STEP 734 (remove_files) COMPLETE
65252024-12-20T21:59:22.471Z[ recovery-image] Dec 20 21:59:20.299 INFO O| Dec 20 21:59:20.299 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-20T21:59:22.489Z[ recovery-image] Dec 20 21:59:20.319 INFO O| Dec 20 21:59:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65272024-12-20T21:59:22.505Z[ recovery-image] Dec 20 21:59:20.335 INFO O| Dec 20 21:59:20.335 INFO STEP 735 (remove_files) COMPLETE
65282024-12-20T21:59:22.505Z[ recovery-image] Dec 20 21:59:20.335 INFO O| Dec 20 21:59:20.335 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-20T21:59:22.557Z[ recovery-image] Dec 20 21:59:20.387 INFO O| Dec 20 21:59:20.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65302024-12-20T21:59:22.558Z[ recovery-image] Dec 20 21:59:20.387 INFO O| Dec 20 21:59:20.387 INFO STEP 736 (remove_files) COMPLETE
65312024-12-20T21:59:22.560Z[ recovery-image] Dec 20 21:59:20.388 INFO O| Dec 20 21:59:20.387 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-20T21:59:22.576Z[ recovery-image] Dec 20 21:59:20.406 INFO O| Dec 20 21:59:20.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65332024-12-20T21:59:22.579Z[ recovery-image] Dec 20 21:59:20.406 INFO O| Dec 20 21:59:20.406 INFO STEP 737 (remove_files) COMPLETE
65342024-12-20T21:59:22.579Z[ recovery-image] Dec 20 21:59:20.407 INFO O| Dec 20 21:59:20.406 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-20T21:59:22.595Z[ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65362024-12-20T21:59:22.595Z[ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO STEP 738 (remove_files) COMPLETE
65372024-12-20T21:59:22.598Z[ recovery-image] Dec 20 21:59:20.425 INFO O| Dec 20 21:59:20.425 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-20T21:59:22.631Z[ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65392024-12-20T21:59:22.631Z[ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO STEP 739 (remove_files) COMPLETE
65402024-12-20T21:59:22.631Z[ recovery-image] Dec 20 21:59:20.461 INFO O| Dec 20 21:59:20.461 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-20T21:59:22.651Z[ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65422024-12-20T21:59:22.654Z[ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO STEP 740 (remove_files) COMPLETE
65432024-12-20T21:59:22.654Z[ recovery-image] Dec 20 21:59:20.481 INFO O| Dec 20 21:59:20.481 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-20T21:59:22.670Z[ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65452024-12-20T21:59:22.670Z[ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.500 INFO STEP 741 (remove_files) COMPLETE
65462024-12-20T21:59:22.670Z[ recovery-image] Dec 20 21:59:20.500 INFO O| Dec 20 21:59:20.500 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-20T21:59:22.703Z[ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65482024-12-20T21:59:22.703Z[ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO STEP 742 (remove_files) COMPLETE
65492024-12-20T21:59:22.703Z[ recovery-image] Dec 20 21:59:20.533 INFO O| Dec 20 21:59:20.533 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-20T21:59:22.744Z[ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65512024-12-20T21:59:22.744Z[ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO STEP 743 (remove_files) COMPLETE
65522024-12-20T21:59:22.751Z[ recovery-image] Dec 20 21:59:20.569 INFO O| Dec 20 21:59:20.569 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-20T21:59:22.797Z[ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65542024-12-20T21:59:22.799Z[ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO STEP 744 (remove_files) COMPLETE
65552024-12-20T21:59:22.799Z[ recovery-image] Dec 20 21:59:20.626 INFO O| Dec 20 21:59:20.626 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-20T21:59:22.816Z[ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65572024-12-20T21:59:22.816Z[ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO STEP 745 (remove_files) COMPLETE
65582024-12-20T21:59:22.816Z[ recovery-image] Dec 20 21:59:20.646 INFO O| Dec 20 21:59:20.646 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-20T21:59:22.871Z[ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65602024-12-20T21:59:22.871Z[ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO STEP 746 (remove_files) COMPLETE
65612024-12-20T21:59:22.871Z[ recovery-image] Dec 20 21:59:20.701 INFO O| Dec 20 21:59:20.701 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-20T21:59:22.891Z[ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65632024-12-20T21:59:22.891Z[ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO STEP 747 (remove_files) COMPLETE
65642024-12-20T21:59:22.891Z[ recovery-image] Dec 20 21:59:20.721 INFO O| Dec 20 21:59:20.721 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-20T21:59:22.908Z[ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65662024-12-20T21:59:22.908Z[ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO STEP 748 (remove_files) COMPLETE
65672024-12-20T21:59:22.908Z[ recovery-image] Dec 20 21:59:20.738 INFO O| Dec 20 21:59:20.738 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-20T21:59:22.925Z[ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65692024-12-20T21:59:22.925Z[ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO STEP 749 (remove_files) COMPLETE
65702024-12-20T21:59:22.928Z[ recovery-image] Dec 20 21:59:20.755 INFO O| Dec 20 21:59:20.755 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-20T21:59:22.973Z[ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65722024-12-20T21:59:22.973Z[ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO STEP 750 (remove_files) COMPLETE
65732024-12-20T21:59:22.973Z[ recovery-image] Dec 20 21:59:20.802 INFO O| Dec 20 21:59:20.802 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-20T21:59:23.009Z[ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65752024-12-20T21:59:23.009Z[ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO STEP 751 (remove_files) COMPLETE
65762024-12-20T21:59:23.009Z[ recovery-image] Dec 20 21:59:20.838 INFO O| Dec 20 21:59:20.838 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-20T21:59:23.043Z[ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65782024-12-20T21:59:23.043Z[ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO STEP 752 (remove_files) COMPLETE
65792024-12-20T21:59:23.047Z[ recovery-image] Dec 20 21:59:20.873 INFO O| Dec 20 21:59:20.873 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-20T21:59:23.067Z[ recovery-image] Dec 20 21:59:20.897 INFO O| Dec 20 21:59:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65812024-12-20T21:59:23.067Z[ recovery-image] Dec 20 21:59:20.897 INFO O| Dec 20 21:59:20.897 INFO STEP 753 (remove_files) COMPLETE
65822024-12-20T21:59:23.070Z[ recovery-image] Dec 20 21:59:20.898 INFO O| Dec 20 21:59:20.897 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-20T21:59:23.104Z[ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65842024-12-20T21:59:23.104Z[ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO STEP 754 (remove_files) COMPLETE
65852024-12-20T21:59:23.104Z[ recovery-image] Dec 20 21:59:20.934 INFO O| Dec 20 21:59:20.934 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-20T21:59:23.126Z[ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65872024-12-20T21:59:23.126Z[ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO STEP 755 (remove_files) COMPLETE
65882024-12-20T21:59:23.127Z[ recovery-image] Dec 20 21:59:20.956 INFO O| Dec 20 21:59:20.956 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-20T21:59:23.196Z[ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65902024-12-20T21:59:23.196Z[ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO STEP 756 (remove_files) COMPLETE
65912024-12-20T21:59:23.196Z[ recovery-image] Dec 20 21:59:21.026 INFO O| Dec 20 21:59:21.026 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-20T21:59:23.216Z[ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65932024-12-20T21:59:23.216Z[ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO STEP 757 (remove_files) COMPLETE
65942024-12-20T21:59:23.216Z[ recovery-image] Dec 20 21:59:21.046 INFO O| Dec 20 21:59:21.046 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-20T21:59:23.234Z[ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65962024-12-20T21:59:23.234Z[ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.064 INFO STEP 758 (remove_files) COMPLETE
65972024-12-20T21:59:23.234Z[ recovery-image] Dec 20 21:59:21.064 INFO O| Dec 20 21:59:21.064 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-20T21:59:23.252Z[ recovery-image] Dec 20 21:59:21.081 INFO O| Dec 20 21:59:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65992024-12-20T21:59:23.258Z[ recovery-image] Dec 20 21:59:21.085 INFO O| Dec 20 21:59:21.085 INFO STEP 759 (remove_files) COMPLETE
66002024-12-20T21:59:23.258Z[ recovery-image] Dec 20 21:59:21.085 INFO O| Dec 20 21:59:21.085 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-20T21:59:23.287Z[ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66022024-12-20T21:59:23.287Z[ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.117 INFO STEP 760 (remove_files) COMPLETE
66032024-12-20T21:59:23.287Z[ recovery-image] Dec 20 21:59:21.117 INFO O| Dec 20 21:59:21.117 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-20T21:59:23.306Z[ recovery-image] Dec 20 21:59:21.135 INFO O| Dec 20 21:59:21.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66052024-12-20T21:59:23.306Z[ recovery-image] Dec 20 21:59:21.136 INFO O| Dec 20 21:59:21.135 INFO STEP 761 (remove_files) COMPLETE
66062024-12-20T21:59:23.308Z[ recovery-image] Dec 20 21:59:21.136 INFO O| Dec 20 21:59:21.136 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-20T21:59:23.330Z[ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66082024-12-20T21:59:23.331Z[ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO STEP 762 (remove_files) COMPLETE
66092024-12-20T21:59:23.331Z[ recovery-image] Dec 20 21:59:21.160 INFO O| Dec 20 21:59:21.160 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-20T21:59:23.367Z[ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66112024-12-20T21:59:23.367Z[ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO STEP 763 (remove_files) COMPLETE
66122024-12-20T21:59:23.367Z[ recovery-image] Dec 20 21:59:21.197 INFO O| Dec 20 21:59:21.197 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-20T21:59:23.402Z[ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66142024-12-20T21:59:23.402Z[ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.232 INFO STEP 764 (remove_files) COMPLETE
66152024-12-20T21:59:23.402Z[ recovery-image] Dec 20 21:59:21.232 INFO O| Dec 20 21:59:21.232 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-20T21:59:23.431Z[ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66172024-12-20T21:59:23.431Z[ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO STEP 765 (remove_files) COMPLETE
66182024-12-20T21:59:23.431Z[ recovery-image] Dec 20 21:59:21.260 INFO O| Dec 20 21:59:21.260 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-20T21:59:23.451Z[ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66202024-12-20T21:59:23.451Z[ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO STEP 766 (remove_files) COMPLETE
66212024-12-20T21:59:23.451Z[ recovery-image] Dec 20 21:59:21.280 INFO O| Dec 20 21:59:21.280 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-20T21:59:23.469Z[ recovery-image] Dec 20 21:59:21.298 INFO O| Dec 20 21:59:21.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66232024-12-20T21:59:23.487Z[ recovery-image] Dec 20 21:59:21.316 INFO O| Dec 20 21:59:21.316 INFO STEP 767 (remove_files) COMPLETE
66242024-12-20T21:59:23.487Z[ recovery-image] Dec 20 21:59:21.316 INFO O| Dec 20 21:59:21.316 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-20T21:59:23.513Z[ host-image] Dec 20 21:59:21.342 INFO O| Dec 20 21:59:21.342 INFO O| Actions: 1/49485 actions (Installing new actions)
66262024-12-20T21:59:23.517Z[ recovery-image] Dec 20 21:59:21.347 INFO O| Dec 20 21:59:21.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66272024-12-20T21:59:23.518Z[ recovery-image] Dec 20 21:59:21.348 INFO O| Dec 20 21:59:21.348 INFO STEP 768 (remove_files) COMPLETE
66282024-12-20T21:59:23.520Z[ recovery-image] Dec 20 21:59:21.348 INFO O| Dec 20 21:59:21.348 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-20T21:59:23.536Z[ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66302024-12-20T21:59:23.536Z[ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO STEP 769 (remove_files) COMPLETE
66312024-12-20T21:59:23.536Z[ recovery-image] Dec 20 21:59:21.366 INFO O| Dec 20 21:59:21.366 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-20T21:59:23.554Z[ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66332024-12-20T21:59:23.554Z[ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO STEP 770 (remove_files) COMPLETE
66342024-12-20T21:59:23.554Z[ recovery-image] Dec 20 21:59:21.384 INFO O| Dec 20 21:59:21.384 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-20T21:59:23.638Z[ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66362024-12-20T21:59:23.638Z[ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO STEP 771 (remove_files) COMPLETE
66372024-12-20T21:59:23.638Z[ recovery-image] Dec 20 21:59:21.468 INFO O| Dec 20 21:59:21.468 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-20T21:59:23.663Z[ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66392024-12-20T21:59:23.663Z[ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO STEP 772 (remove_files) COMPLETE
66402024-12-20T21:59:23.663Z[ recovery-image] Dec 20 21:59:21.488 INFO O| Dec 20 21:59:21.488 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-20T21:59:23.704Z[ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66422024-12-20T21:59:23.704Z[ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO STEP 773 (remove_files) COMPLETE
66432024-12-20T21:59:23.704Z[ recovery-image] Dec 20 21:59:21.533 INFO O| Dec 20 21:59:21.533 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-20T21:59:23.750Z[ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66452024-12-20T21:59:23.750Z[ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO STEP 774 (remove_files) COMPLETE
66462024-12-20T21:59:23.750Z[ recovery-image] Dec 20 21:59:21.580 INFO O| Dec 20 21:59:21.580 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-20T21:59:23.795Z[ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66482024-12-20T21:59:23.795Z[ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.625 INFO STEP 775 (remove_files) COMPLETE
66492024-12-20T21:59:23.798Z[ recovery-image] Dec 20 21:59:21.625 INFO O| Dec 20 21:59:21.625 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-20T21:59:23.836Z[ recovery-image] Dec 20 21:59:21.665 INFO O| Dec 20 21:59:21.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66512024-12-20T21:59:23.836Z[ recovery-image] Dec 20 21:59:21.665 INFO O| Dec 20 21:59:21.665 INFO STEP 776 (remove_files) COMPLETE
66522024-12-20T21:59:23.836Z[ recovery-image] Dec 20 21:59:21.666 INFO O| Dec 20 21:59:21.665 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-20T21:59:23.854Z[ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66542024-12-20T21:59:23.854Z[ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO STEP 777 (remove_files) COMPLETE
66552024-12-20T21:59:23.854Z[ recovery-image] Dec 20 21:59:21.684 INFO O| Dec 20 21:59:21.684 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-20T21:59:23.873Z[ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66572024-12-20T21:59:23.873Z[ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO STEP 778 (remove_files) COMPLETE
66582024-12-20T21:59:23.876Z[ recovery-image] Dec 20 21:59:21.702 INFO O| Dec 20 21:59:21.702 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-20T21:59:23.892Z[ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66602024-12-20T21:59:23.892Z[ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO STEP 779 (remove_files) COMPLETE
66612024-12-20T21:59:23.892Z[ recovery-image] Dec 20 21:59:21.721 INFO O| Dec 20 21:59:21.721 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-20T21:59:23.931Z[ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66632024-12-20T21:59:23.931Z[ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO STEP 780 (remove_files) COMPLETE
66642024-12-20T21:59:23.933Z[ recovery-image] Dec 20 21:59:21.761 INFO O| Dec 20 21:59:21.761 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-20T21:59:23.980Z[ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66662024-12-20T21:59:23.983Z[ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO STEP 781 (remove_files) COMPLETE
66672024-12-20T21:59:23.983Z[ recovery-image] Dec 20 21:59:21.810 INFO O| Dec 20 21:59:21.810 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-20T21:59:24.018Z[ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66692024-12-20T21:59:24.018Z[ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.848 INFO STEP 782 (remove_files) COMPLETE
66702024-12-20T21:59:24.021Z[ recovery-image] Dec 20 21:59:21.848 INFO O| Dec 20 21:59:21.848 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-20T21:59:24.097Z[ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66722024-12-20T21:59:24.097Z[ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO STEP 783 (remove_files) COMPLETE
66732024-12-20T21:59:24.097Z[ recovery-image] Dec 20 21:59:21.927 INFO O| Dec 20 21:59:21.927 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-20T21:59:24.115Z[ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66752024-12-20T21:59:24.115Z[ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO STEP 784 (remove_files) COMPLETE
66762024-12-20T21:59:24.115Z[ recovery-image] Dec 20 21:59:21.944 INFO O| Dec 20 21:59:21.944 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-20T21:59:24.140Z[ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66782024-12-20T21:59:24.140Z[ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.969 INFO STEP 785 (remove_files) COMPLETE
66792024-12-20T21:59:24.140Z[ recovery-image] Dec 20 21:59:21.969 INFO O| Dec 20 21:59:21.969 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-20T21:59:24.186Z[ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66812024-12-20T21:59:24.186Z[ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO STEP 786 (remove_files) COMPLETE
66822024-12-20T21:59:24.186Z[ recovery-image] Dec 20 21:59:22.016 INFO O| Dec 20 21:59:22.016 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-20T21:59:24.206Z[ recovery-image] Dec 20 21:59:22.035 INFO O| Dec 20 21:59:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66842024-12-20T21:59:24.206Z[ recovery-image] Dec 20 21:59:22.035 INFO O| Dec 20 21:59:22.035 INFO STEP 787 (remove_files) COMPLETE
66852024-12-20T21:59:24.206Z[ recovery-image] Dec 20 21:59:22.036 INFO O| Dec 20 21:59:22.035 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-20T21:59:24.224Z[ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66872024-12-20T21:59:24.224Z[ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO STEP 788 (remove_files) COMPLETE
66882024-12-20T21:59:24.224Z[ recovery-image] Dec 20 21:59:22.053 INFO O| Dec 20 21:59:22.053 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-20T21:59:24.240Z[ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66902024-12-20T21:59:24.240Z[ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO STEP 789 (remove_files) COMPLETE
66912024-12-20T21:59:24.240Z[ recovery-image] Dec 20 21:59:22.070 INFO O| Dec 20 21:59:22.070 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-20T21:59:24.259Z[ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66932024-12-20T21:59:24.259Z[ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO STEP 790 (remove_files) COMPLETE
66942024-12-20T21:59:24.259Z[ recovery-image] Dec 20 21:59:22.089 INFO O| Dec 20 21:59:22.089 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-20T21:59:24.278Z[ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66962024-12-20T21:59:24.278Z[ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO STEP 791 (remove_files) COMPLETE
66972024-12-20T21:59:24.278Z[ recovery-image] Dec 20 21:59:22.108 INFO O| Dec 20 21:59:22.108 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-20T21:59:24.305Z[ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66992024-12-20T21:59:24.305Z[ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO STEP 792 (remove_files) COMPLETE
67002024-12-20T21:59:24.305Z[ recovery-image] Dec 20 21:59:22.134 INFO O| Dec 20 21:59:22.134 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-20T21:59:24.325Z[ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67022024-12-20T21:59:24.325Z[ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO STEP 793 (remove_files) COMPLETE
67032024-12-20T21:59:24.325Z[ recovery-image] Dec 20 21:59:22.154 INFO O| Dec 20 21:59:22.154 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-20T21:59:24.350Z[ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67052024-12-20T21:59:24.353Z[ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO STEP 794 (remove_files) COMPLETE
67062024-12-20T21:59:24.353Z[ recovery-image] Dec 20 21:59:22.180 INFO O| Dec 20 21:59:22.180 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-20T21:59:24.398Z[ recovery-image] Dec 20 21:59:22.227 INFO O| Dec 20 21:59:22.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67082024-12-20T21:59:24.401Z[ recovery-image] Dec 20 21:59:22.227 INFO O| Dec 20 21:59:22.227 INFO STEP 795 (remove_files) COMPLETE
67092024-12-20T21:59:24.401Z[ recovery-image] Dec 20 21:59:22.228 INFO O| Dec 20 21:59:22.227 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-20T21:59:24.420Z[ recovery-image] Dec 20 21:59:22.249 INFO O| Dec 20 21:59:22.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67112024-12-20T21:59:24.450Z[ recovery-image] Dec 20 21:59:22.280 INFO O| Dec 20 21:59:22.280 INFO STEP 796 (remove_files) COMPLETE
67122024-12-20T21:59:24.450Z[ recovery-image] Dec 20 21:59:22.280 INFO O| Dec 20 21:59:22.280 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-20T21:59:24.497Z[ recovery-image] Dec 20 21:59:22.326 INFO O| Dec 20 21:59:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67142024-12-20T21:59:24.529Z[ recovery-image] Dec 20 21:59:22.358 INFO O| Dec 20 21:59:22.358 INFO STEP 797 (remove_files) COMPLETE
67152024-12-20T21:59:24.529Z[ recovery-image] Dec 20 21:59:22.358 INFO O| Dec 20 21:59:22.358 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-20T21:59:24.572Z[ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67172024-12-20T21:59:24.573Z[ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO STEP 798 (remove_files) COMPLETE
67182024-12-20T21:59:24.573Z[ recovery-image] Dec 20 21:59:22.402 INFO O| Dec 20 21:59:22.402 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-20T21:59:24.618Z[ recovery-image] Dec 20 21:59:22.447 INFO O| Dec 20 21:59:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67202024-12-20T21:59:24.639Z[ recovery-image] Dec 20 21:59:22.468 INFO O| Dec 20 21:59:22.468 INFO STEP 799 (remove_files) COMPLETE
67212024-12-20T21:59:24.639Z[ recovery-image] Dec 20 21:59:22.468 INFO O| Dec 20 21:59:22.468 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-20T21:59:24.682Z[ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67232024-12-20T21:59:24.682Z[ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.512 INFO STEP 800 (remove_files) COMPLETE
67242024-12-20T21:59:24.686Z[ recovery-image] Dec 20 21:59:22.512 INFO O| Dec 20 21:59:22.512 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-20T21:59:24.715Z[ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67262024-12-20T21:59:24.715Z[ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO STEP 801 (remove_files) COMPLETE
67272024-12-20T21:59:24.715Z[ recovery-image] Dec 20 21:59:22.544 INFO O| Dec 20 21:59:22.544 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-20T21:59:24.786Z[ recovery-image] Dec 20 21:59:22.615 INFO O| Dec 20 21:59:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67292024-12-20T21:59:24.786Z[ recovery-image] Dec 20 21:59:22.616 INFO O| Dec 20 21:59:22.615 INFO STEP 802 (remove_files) COMPLETE
67302024-12-20T21:59:24.786Z[ recovery-image] Dec 20 21:59:22.616 INFO O| Dec 20 21:59:22.616 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-20T21:59:24.882Z[ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67322024-12-20T21:59:24.889Z[ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO STEP 803 (remove_files) COMPLETE
67332024-12-20T21:59:24.889Z[ recovery-image] Dec 20 21:59:22.709 INFO O| Dec 20 21:59:22.709 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-20T21:59:24.899Z[ recovery-image] Dec 20 21:59:22.728 INFO O| Dec 20 21:59:22.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67352024-12-20T21:59:24.899Z[ recovery-image] Dec 20 21:59:22.729 INFO O| Dec 20 21:59:22.729 INFO STEP 804 (remove_files) COMPLETE
67362024-12-20T21:59:24.902Z[ recovery-image] Dec 20 21:59:22.729 INFO O| Dec 20 21:59:22.729 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-20T21:59:24.944Z[ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67382024-12-20T21:59:24.947Z[ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO STEP 805 (remove_files) COMPLETE
67392024-12-20T21:59:24.947Z[ recovery-image] Dec 20 21:59:22.774 INFO O| Dec 20 21:59:22.774 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-20T21:59:24.965Z[ recovery-image] Dec 20 21:59:22.794 INFO O| Dec 20 21:59:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67412024-12-20T21:59:24.968Z[ recovery-image] Dec 20 21:59:22.795 INFO O| Dec 20 21:59:22.795 INFO STEP 806 (remove_files) COMPLETE
67422024-12-20T21:59:24.968Z[ recovery-image] Dec 20 21:59:22.795 INFO O| Dec 20 21:59:22.795 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-20T21:59:24.985Z[ recovery-image] Dec 20 21:59:22.814 INFO O| Dec 20 21:59:22.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67442024-12-20T21:59:24.988Z[ recovery-image] Dec 20 21:59:22.814 INFO O| Dec 20 21:59:22.814 INFO STEP 807 (remove_files) COMPLETE
67452024-12-20T21:59:24.988Z[ recovery-image] Dec 20 21:59:22.815 INFO O| Dec 20 21:59:22.814 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-20T21:59:25.003Z[ recovery-image] Dec 20 21:59:22.832 INFO O| Dec 20 21:59:22.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67472024-12-20T21:59:25.007Z[ recovery-image] Dec 20 21:59:22.832 INFO O| Dec 20 21:59:22.832 INFO STEP 808 (remove_files) COMPLETE
67482024-12-20T21:59:25.007Z[ recovery-image] Dec 20 21:59:22.833 INFO O| Dec 20 21:59:22.832 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-20T21:59:25.021Z[ recovery-image] Dec 20 21:59:22.850 INFO O| Dec 20 21:59:22.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67502024-12-20T21:59:25.024Z[ recovery-image] Dec 20 21:59:22.850 INFO O| Dec 20 21:59:22.850 INFO STEP 809 (remove_files) COMPLETE
67512024-12-20T21:59:25.024Z[ recovery-image] Dec 20 21:59:22.851 INFO O| Dec 20 21:59:22.850 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-20T21:59:25.040Z[ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67532024-12-20T21:59:25.040Z[ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO STEP 810 (remove_files) COMPLETE
67542024-12-20T21:59:25.040Z[ recovery-image] Dec 20 21:59:22.869 INFO O| Dec 20 21:59:22.869 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-20T21:59:25.074Z[ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67562024-12-20T21:59:25.074Z[ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.903 INFO STEP 811 (remove_files) COMPLETE
67572024-12-20T21:59:25.078Z[ recovery-image] Dec 20 21:59:22.903 INFO O| Dec 20 21:59:22.903 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-20T21:59:25.107Z[ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67592024-12-20T21:59:25.107Z[ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO STEP 812 (remove_files) COMPLETE
67602024-12-20T21:59:25.107Z[ recovery-image] Dec 20 21:59:22.936 INFO O| Dec 20 21:59:22.936 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-20T21:59:25.144Z[ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67622024-12-20T21:59:25.144Z[ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO STEP 813 (remove_files) COMPLETE
67632024-12-20T21:59:25.144Z[ recovery-image] Dec 20 21:59:22.973 INFO O| Dec 20 21:59:22.973 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-20T21:59:25.164Z[ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67652024-12-20T21:59:25.164Z[ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO STEP 814 (remove_files) COMPLETE
67662024-12-20T21:59:25.167Z[ recovery-image] Dec 20 21:59:22.993 INFO O| Dec 20 21:59:22.993 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-20T21:59:25.232Z[ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67682024-12-20T21:59:25.232Z[ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.061 INFO STEP 815 (remove_files) COMPLETE
67692024-12-20T21:59:25.232Z[ recovery-image] Dec 20 21:59:23.061 INFO O| Dec 20 21:59:23.061 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-20T21:59:25.251Z[ recovery-image] Dec 20 21:59:23.079 INFO O| Dec 20 21:59:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67712024-12-20T21:59:25.251Z[ recovery-image] Dec 20 21:59:23.079 INFO O| Dec 20 21:59:23.079 INFO STEP 816 (remove_files) COMPLETE
67722024-12-20T21:59:25.251Z[ recovery-image] Dec 20 21:59:23.080 INFO O| Dec 20 21:59:23.079 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-20T21:59:25.270Z[ recovery-image] Dec 20 21:59:23.099 INFO O| Dec 20 21:59:23.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67742024-12-20T21:59:25.270Z[ recovery-image] Dec 20 21:59:23.100 INFO O| Dec 20 21:59:23.099 INFO STEP 817 (remove_files) COMPLETE
67752024-12-20T21:59:25.270Z[ recovery-image] Dec 20 21:59:23.100 INFO O| Dec 20 21:59:23.100 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-20T21:59:25.317Z[ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67772024-12-20T21:59:25.317Z[ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO STEP 818 (remove_files) COMPLETE
67782024-12-20T21:59:25.320Z[ recovery-image] Dec 20 21:59:23.146 INFO O| Dec 20 21:59:23.146 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-20T21:59:25.344Z[ recovery-image] Dec 20 21:59:23.173 INFO O| Dec 20 21:59:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67802024-12-20T21:59:25.347Z[ recovery-image] Dec 20 21:59:23.174 INFO O| Dec 20 21:59:23.174 INFO STEP 819 (remove_files) COMPLETE
67812024-12-20T21:59:25.347Z[ recovery-image] Dec 20 21:59:23.174 INFO O| Dec 20 21:59:23.174 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-20T21:59:25.420Z[ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67832024-12-20T21:59:25.420Z[ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO STEP 820 (remove_files) COMPLETE
67842024-12-20T21:59:25.420Z[ recovery-image] Dec 20 21:59:23.249 INFO O| Dec 20 21:59:23.249 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-20T21:59:25.440Z[ recovery-image] Dec 20 21:59:23.269 INFO O| Dec 20 21:59:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67862024-12-20T21:59:25.441Z[ recovery-image] Dec 20 21:59:23.269 INFO O| Dec 20 21:59:23.269 INFO STEP 821 (remove_files) COMPLETE
67872024-12-20T21:59:25.441Z[ recovery-image] Dec 20 21:59:23.270 INFO O| Dec 20 21:59:23.269 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-20T21:59:25.458Z[ recovery-image] Dec 20 21:59:23.287 INFO O| Dec 20 21:59:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67892024-12-20T21:59:25.459Z[ recovery-image] Dec 20 21:59:23.287 INFO O| Dec 20 21:59:23.287 INFO STEP 822 (remove_files) COMPLETE
67902024-12-20T21:59:25.459Z[ recovery-image] Dec 20 21:59:23.288 INFO O| Dec 20 21:59:23.287 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-20T21:59:25.476Z[ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67922024-12-20T21:59:25.476Z[ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO STEP 823 (remove_files) COMPLETE
67932024-12-20T21:59:25.476Z[ recovery-image] Dec 20 21:59:23.306 INFO O| Dec 20 21:59:23.306 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-20T21:59:25.564Z[ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67952024-12-20T21:59:25.564Z[ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO STEP 824 (remove_files) COMPLETE
67962024-12-20T21:59:25.566Z[ recovery-image] Dec 20 21:59:23.393 INFO O| Dec 20 21:59:23.393 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-20T21:59:25.583Z[ recovery-image] Dec 20 21:59:23.411 INFO O| Dec 20 21:59:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67982024-12-20T21:59:25.583Z[ recovery-image] Dec 20 21:59:23.411 INFO O| Dec 20 21:59:23.411 INFO STEP 825 (remove_files) COMPLETE
67992024-12-20T21:59:25.583Z[ recovery-image] Dec 20 21:59:23.412 INFO O| Dec 20 21:59:23.411 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-20T21:59:25.627Z[ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68012024-12-20T21:59:25.627Z[ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO STEP 826 (remove_files) COMPLETE
68022024-12-20T21:59:25.630Z[ recovery-image] Dec 20 21:59:23.456 INFO O| Dec 20 21:59:23.456 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-20T21:59:25.682Z[ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68042024-12-20T21:59:25.682Z[ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO STEP 827 (remove_files) COMPLETE
68052024-12-20T21:59:25.682Z[ recovery-image] Dec 20 21:59:23.511 INFO O| Dec 20 21:59:23.511 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-20T21:59:25.703Z[ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68072024-12-20T21:59:25.703Z[ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO STEP 828 (remove_files) COMPLETE
68082024-12-20T21:59:25.703Z[ recovery-image] Dec 20 21:59:23.532 INFO O| Dec 20 21:59:23.532 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-20T21:59:25.747Z[ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68102024-12-20T21:59:25.747Z[ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO STEP 829 (remove_files) COMPLETE
68112024-12-20T21:59:25.747Z[ recovery-image] Dec 20 21:59:23.576 INFO O| Dec 20 21:59:23.576 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-20T21:59:25.787Z[ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68132024-12-20T21:59:25.787Z[ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO STEP 830 (remove_files) COMPLETE
68142024-12-20T21:59:25.790Z[ recovery-image] Dec 20 21:59:23.616 INFO O| Dec 20 21:59:23.616 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-20T21:59:25.806Z[ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68162024-12-20T21:59:25.806Z[ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO STEP 831 (remove_files) COMPLETE
68172024-12-20T21:59:25.806Z[ recovery-image] Dec 20 21:59:23.635 INFO O| Dec 20 21:59:23.635 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-20T21:59:25.837Z[ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68192024-12-20T21:59:25.837Z[ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO STEP 832 (remove_files) COMPLETE
68202024-12-20T21:59:25.837Z[ recovery-image] Dec 20 21:59:23.666 INFO O| Dec 20 21:59:23.666 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-20T21:59:25.857Z[ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68222024-12-20T21:59:25.857Z[ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO STEP 833 (remove_files) COMPLETE
68232024-12-20T21:59:25.857Z[ recovery-image] Dec 20 21:59:23.686 INFO O| Dec 20 21:59:23.686 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-20T21:59:25.903Z[ recovery-image] Dec 20 21:59:23.732 INFO O| Dec 20 21:59:23.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68252024-12-20T21:59:25.903Z[ recovery-image] Dec 20 21:59:23.733 INFO O| Dec 20 21:59:23.733 INFO STEP 834 (remove_files) COMPLETE
68262024-12-20T21:59:25.903Z[ recovery-image] Dec 20 21:59:23.733 INFO O| Dec 20 21:59:23.733 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-20T21:59:25.947Z[ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68282024-12-20T21:59:25.947Z[ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.777 INFO STEP 835 (remove_files) COMPLETE
68292024-12-20T21:59:25.950Z[ recovery-image] Dec 20 21:59:23.777 INFO O| Dec 20 21:59:23.777 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-20T21:59:25.983Z[ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68312024-12-20T21:59:25.983Z[ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO STEP 836 (remove_files) COMPLETE
68322024-12-20T21:59:25.983Z[ recovery-image] Dec 20 21:59:23.811 INFO O| Dec 20 21:59:23.811 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-20T21:59:26.054Z[ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68342024-12-20T21:59:26.054Z[ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO STEP 837 (remove_files) COMPLETE
68352024-12-20T21:59:26.054Z[ recovery-image] Dec 20 21:59:23.882 INFO O| Dec 20 21:59:23.882 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-20T21:59:26.129Z[ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68372024-12-20T21:59:26.129Z[ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.958 INFO STEP 838 (remove_files) COMPLETE
68382024-12-20T21:59:26.129Z[ recovery-image] Dec 20 21:59:23.958 INFO O| Dec 20 21:59:23.958 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-20T21:59:26.157Z[ recovery-image] Dec 20 21:59:23.986 INFO O| Dec 20 21:59:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68402024-12-20T21:59:26.161Z[ recovery-image] Dec 20 21:59:23.986 INFO O| Dec 20 21:59:23.986 INFO STEP 839 (remove_files) COMPLETE
68412024-12-20T21:59:26.161Z[ recovery-image] Dec 20 21:59:23.987 INFO O| Dec 20 21:59:23.986 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-20T21:59:26.178Z[ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68432024-12-20T21:59:26.178Z[ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO STEP 840 (remove_files) COMPLETE
68442024-12-20T21:59:26.181Z[ recovery-image] Dec 20 21:59:24.007 INFO O| Dec 20 21:59:24.007 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-20T21:59:26.198Z[ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68462024-12-20T21:59:26.201Z[ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO STEP 841 (remove_files) COMPLETE
68472024-12-20T21:59:26.201Z[ recovery-image] Dec 20 21:59:24.027 INFO O| Dec 20 21:59:24.027 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-20T21:59:26.231Z[ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68492024-12-20T21:59:26.231Z[ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO STEP 842 (remove_files) COMPLETE
68502024-12-20T21:59:26.231Z[ recovery-image] Dec 20 21:59:24.060 INFO O| Dec 20 21:59:24.060 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-20T21:59:26.268Z[ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68522024-12-20T21:59:26.268Z[ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO STEP 843 (remove_files) COMPLETE
68532024-12-20T21:59:26.268Z[ recovery-image] Dec 20 21:59:24.097 INFO O| Dec 20 21:59:24.097 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-20T21:59:26.288Z[ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68552024-12-20T21:59:26.288Z[ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO STEP 844 (remove_files) COMPLETE
68562024-12-20T21:59:26.288Z[ recovery-image] Dec 20 21:59:24.117 INFO O| Dec 20 21:59:24.117 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-20T21:59:26.307Z[ recovery-image] Dec 20 21:59:24.136 INFO O| Dec 20 21:59:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68582024-12-20T21:59:26.307Z[ recovery-image] Dec 20 21:59:24.137 INFO O| Dec 20 21:59:24.136 INFO STEP 845 (remove_files) COMPLETE
68592024-12-20T21:59:26.307Z[ recovery-image] Dec 20 21:59:24.137 INFO O| Dec 20 21:59:24.136 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-20T21:59:26.332Z[ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68612024-12-20T21:59:26.332Z[ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO STEP 846 (remove_files) COMPLETE
68622024-12-20T21:59:26.332Z[ recovery-image] Dec 20 21:59:24.161 INFO O| Dec 20 21:59:24.161 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-20T21:59:26.378Z[ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68642024-12-20T21:59:26.378Z[ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO STEP 847 (remove_files) COMPLETE
68652024-12-20T21:59:26.378Z[ recovery-image] Dec 20 21:59:24.207 INFO O| Dec 20 21:59:24.207 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-20T21:59:26.425Z[ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68672024-12-20T21:59:26.425Z[ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.253 INFO STEP 848 (remove_files) COMPLETE
68682024-12-20T21:59:26.425Z[ recovery-image] Dec 20 21:59:24.253 INFO O| Dec 20 21:59:24.253 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-20T21:59:26.443Z[ recovery-image] Dec 20 21:59:24.272 INFO O| Dec 20 21:59:24.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68702024-12-20T21:59:26.468Z[ recovery-image] Dec 20 21:59:24.297 INFO O| Dec 20 21:59:24.297 INFO STEP 849 (remove_files) COMPLETE
68712024-12-20T21:59:26.468Z[ recovery-image] Dec 20 21:59:24.297 INFO O| Dec 20 21:59:24.297 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-20T21:59:26.514Z[ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68732024-12-20T21:59:26.514Z[ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO STEP 850 (remove_files) COMPLETE
68742024-12-20T21:59:26.518Z[ recovery-image] Dec 20 21:59:24.343 INFO O| Dec 20 21:59:24.343 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-20T21:59:26.597Z[ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68762024-12-20T21:59:26.597Z[ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO STEP 851 (remove_files) COMPLETE
68772024-12-20T21:59:26.597Z[ recovery-image] Dec 20 21:59:24.426 INFO O| Dec 20 21:59:24.426 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-20T21:59:26.617Z[ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68792024-12-20T21:59:26.617Z[ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO STEP 852 (remove_files) COMPLETE
68802024-12-20T21:59:26.617Z[ recovery-image] Dec 20 21:59:24.444 INFO O| Dec 20 21:59:24.444 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-20T21:59:26.634Z[ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68822024-12-20T21:59:26.634Z[ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO STEP 853 (remove_files) COMPLETE
68832024-12-20T21:59:26.634Z[ recovery-image] Dec 20 21:59:24.463 INFO O| Dec 20 21:59:24.463 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-20T21:59:26.675Z[ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68852024-12-20T21:59:26.675Z[ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO STEP 854 (remove_files) COMPLETE
68862024-12-20T21:59:26.675Z[ recovery-image] Dec 20 21:59:24.503 INFO O| Dec 20 21:59:24.503 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-20T21:59:26.693Z[ recovery-image] Dec 20 21:59:24.521 INFO O| Dec 20 21:59:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68882024-12-20T21:59:26.693Z[ recovery-image] Dec 20 21:59:24.522 INFO O| Dec 20 21:59:24.522 INFO STEP 855 (remove_files) COMPLETE
68892024-12-20T21:59:26.693Z[ recovery-image] Dec 20 21:59:24.522 INFO O| Dec 20 21:59:24.522 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-20T21:59:26.711Z[ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68912024-12-20T21:59:26.711Z[ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO STEP 856 (remove_files) COMPLETE
68922024-12-20T21:59:26.711Z[ recovery-image] Dec 20 21:59:24.539 INFO O| Dec 20 21:59:24.539 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-20T21:59:26.758Z[ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68942024-12-20T21:59:26.761Z[ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO STEP 857 (remove_files) COMPLETE
68952024-12-20T21:59:26.761Z[ recovery-image] Dec 20 21:59:24.587 INFO O| Dec 20 21:59:24.587 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-20T21:59:26.779Z[ recovery-image] Dec 20 21:59:24.608 INFO O| Dec 20 21:59:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68972024-12-20T21:59:26.781Z[ recovery-image] Dec 20 21:59:24.609 INFO O| Dec 20 21:59:24.609 INFO STEP 858 (remove_files) COMPLETE
68982024-12-20T21:59:26.781Z[ recovery-image] Dec 20 21:59:24.609 INFO O| Dec 20 21:59:24.609 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-20T21:59:26.821Z[ recovery-image] Dec 20 21:59:24.650 INFO O| Dec 20 21:59:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69002024-12-20T21:59:26.824Z[ recovery-image] Dec 20 21:59:24.651 INFO O| Dec 20 21:59:24.650 INFO STEP 859 (remove_files) COMPLETE
69012024-12-20T21:59:26.824Z[ recovery-image] Dec 20 21:59:24.651 INFO O| Dec 20 21:59:24.651 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-20T21:59:26.840Z[ recovery-image] Dec 20 21:59:24.669 INFO O| Dec 20 21:59:24.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69032024-12-20T21:59:26.843Z[ recovery-image] Dec 20 21:59:24.669 INFO O| Dec 20 21:59:24.669 INFO STEP 860 (remove_files) COMPLETE
69042024-12-20T21:59:26.843Z[ recovery-image] Dec 20 21:59:24.670 INFO O| Dec 20 21:59:24.670 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-20T21:59:26.862Z[ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69062024-12-20T21:59:26.862Z[ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO STEP 861 (remove_files) COMPLETE
69072024-12-20T21:59:26.865Z[ recovery-image] Dec 20 21:59:24.691 INFO O| Dec 20 21:59:24.691 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-20T21:59:26.882Z[ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69092024-12-20T21:59:26.882Z[ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO STEP 862 (remove_files) COMPLETE
69102024-12-20T21:59:26.882Z[ recovery-image] Dec 20 21:59:24.711 INFO O| Dec 20 21:59:24.711 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-20T21:59:26.901Z[ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69122024-12-20T21:59:26.901Z[ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO STEP 863 (remove_files) COMPLETE
69132024-12-20T21:59:26.901Z[ recovery-image] Dec 20 21:59:24.730 INFO O| Dec 20 21:59:24.730 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-20T21:59:26.920Z[ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69152024-12-20T21:59:26.920Z[ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO STEP 864 (remove_files) COMPLETE
69162024-12-20T21:59:26.920Z[ recovery-image] Dec 20 21:59:24.749 INFO O| Dec 20 21:59:24.749 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-20T21:59:26.938Z[ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69182024-12-20T21:59:26.938Z[ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.767 INFO STEP 865 (remove_files) COMPLETE
69192024-12-20T21:59:26.940Z[ recovery-image] Dec 20 21:59:24.767 INFO O| Dec 20 21:59:24.767 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-20T21:59:26.956Z[ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69212024-12-20T21:59:26.956Z[ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO STEP 866 (remove_files) COMPLETE
69222024-12-20T21:59:26.956Z[ recovery-image] Dec 20 21:59:24.785 INFO O| Dec 20 21:59:24.785 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-20T21:59:26.974Z[ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69242024-12-20T21:59:26.974Z[ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO STEP 867 (remove_files) COMPLETE
69252024-12-20T21:59:26.976Z[ recovery-image] Dec 20 21:59:24.803 INFO O| Dec 20 21:59:24.803 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-20T21:59:26.991Z[ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69272024-12-20T21:59:26.991Z[ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO STEP 868 (remove_files) COMPLETE
69282024-12-20T21:59:26.994Z[ recovery-image] Dec 20 21:59:24.820 INFO O| Dec 20 21:59:24.820 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-20T21:59:27.009Z[ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69302024-12-20T21:59:27.009Z[ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.838 INFO STEP 869 (remove_files) COMPLETE
69312024-12-20T21:59:27.011Z[ recovery-image] Dec 20 21:59:24.838 INFO O| Dec 20 21:59:24.838 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-20T21:59:27.026Z[ recovery-image] Dec 20 21:59:24.855 INFO O| Dec 20 21:59:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69332024-12-20T21:59:27.026Z[ recovery-image] Dec 20 21:59:24.856 INFO O| Dec 20 21:59:24.856 INFO STEP 870 (remove_files) COMPLETE
69342024-12-20T21:59:27.029Z[ recovery-image] Dec 20 21:59:24.856 INFO O| Dec 20 21:59:24.856 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-20T21:59:27.045Z[ recovery-image] Dec 20 21:59:24.874 INFO O| Dec 20 21:59:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69362024-12-20T21:59:27.048Z[ recovery-image] Dec 20 21:59:24.875 INFO O| Dec 20 21:59:24.874 INFO STEP 871 (remove_files) COMPLETE
69372024-12-20T21:59:27.048Z[ recovery-image] Dec 20 21:59:24.875 INFO O| Dec 20 21:59:24.875 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-20T21:59:27.064Z[ recovery-image] Dec 20 21:59:24.893 INFO O| Dec 20 21:59:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69392024-12-20T21:59:27.067Z[ recovery-image] Dec 20 21:59:24.894 INFO O| Dec 20 21:59:24.894 INFO STEP 872 (remove_files) COMPLETE
69402024-12-20T21:59:27.067Z[ recovery-image] Dec 20 21:59:24.894 INFO O| Dec 20 21:59:24.894 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-20T21:59:27.081Z[ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69422024-12-20T21:59:27.084Z[ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO STEP 873 (remove_files) COMPLETE
69432024-12-20T21:59:27.084Z[ recovery-image] Dec 20 21:59:24.910 INFO O| Dec 20 21:59:24.910 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-20T21:59:27.101Z[ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69452024-12-20T21:59:27.104Z[ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO STEP 874 (remove_files) COMPLETE
69462024-12-20T21:59:27.104Z[ recovery-image] Dec 20 21:59:24.929 INFO O| Dec 20 21:59:24.929 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-20T21:59:27.143Z[ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69482024-12-20T21:59:27.143Z[ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO STEP 875 (remove_files) COMPLETE
69492024-12-20T21:59:27.143Z[ recovery-image] Dec 20 21:59:24.972 INFO O| Dec 20 21:59:24.972 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-20T21:59:27.162Z[ recovery-image] Dec 20 21:59:24.991 INFO O| Dec 20 21:59:24.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69512024-12-20T21:59:27.163Z[ recovery-image] Dec 20 21:59:24.992 INFO O| Dec 20 21:59:24.991 INFO STEP 876 (remove_files) COMPLETE
69522024-12-20T21:59:27.163Z[ recovery-image] Dec 20 21:59:24.992 INFO O| Dec 20 21:59:24.992 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-20T21:59:27.205Z[ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69542024-12-20T21:59:27.208Z[ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO STEP 877 (remove_files) COMPLETE
69552024-12-20T21:59:27.208Z[ recovery-image] Dec 20 21:59:25.034 INFO O| Dec 20 21:59:25.034 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-20T21:59:27.225Z[ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69572024-12-20T21:59:27.225Z[ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO STEP 878 (remove_files) COMPLETE
69582024-12-20T21:59:27.228Z[ recovery-image] Dec 20 21:59:25.054 INFO O| Dec 20 21:59:25.054 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-20T21:59:27.245Z[ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69602024-12-20T21:59:27.245Z[ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.074 INFO STEP 879 (remove_files) COMPLETE
69612024-12-20T21:59:27.245Z[ recovery-image] Dec 20 21:59:25.074 INFO O| Dec 20 21:59:25.074 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-20T21:59:27.322Z[ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69632024-12-20T21:59:27.322Z[ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.151 INFO STEP 880 (remove_files) COMPLETE
69642024-12-20T21:59:27.325Z[ recovery-image] Dec 20 21:59:25.151 INFO O| Dec 20 21:59:25.151 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-20T21:59:27.355Z[ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69662024-12-20T21:59:27.355Z[ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO STEP 881 (remove_files) COMPLETE
69672024-12-20T21:59:27.358Z[ recovery-image] Dec 20 21:59:25.184 INFO O| Dec 20 21:59:25.184 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-20T21:59:27.381Z[ recovery-image] Dec 20 21:59:25.210 INFO O| Dec 20 21:59:25.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69692024-12-20T21:59:27.384Z[ recovery-image] Dec 20 21:59:25.210 INFO O| Dec 20 21:59:25.210 INFO STEP 882 (remove_files) COMPLETE
69702024-12-20T21:59:27.384Z[ recovery-image] Dec 20 21:59:25.211 INFO O| Dec 20 21:59:25.211 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-20T21:59:27.428Z[ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69722024-12-20T21:59:27.428Z[ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO STEP 883 (remove_files) COMPLETE
69732024-12-20T21:59:27.431Z[ recovery-image] Dec 20 21:59:25.257 INFO O| Dec 20 21:59:25.257 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-20T21:59:27.447Z[ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69752024-12-20T21:59:27.447Z[ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.276 INFO STEP 884 (remove_files) COMPLETE
69762024-12-20T21:59:27.450Z[ recovery-image] Dec 20 21:59:25.276 INFO O| Dec 20 21:59:25.276 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-20T21:59:27.465Z[ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69782024-12-20T21:59:27.469Z[ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO STEP 885 (remove_files) COMPLETE
69792024-12-20T21:59:27.469Z[ recovery-image] Dec 20 21:59:25.294 INFO O| Dec 20 21:59:25.294 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-20T21:59:27.484Z[ recovery-image] Dec 20 21:59:25.312 INFO O| Dec 20 21:59:25.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69812024-12-20T21:59:27.486Z[ recovery-image] Dec 20 21:59:25.313 INFO O| Dec 20 21:59:25.312 INFO STEP 886 (remove_files) COMPLETE
69822024-12-20T21:59:27.486Z[ recovery-image] Dec 20 21:59:25.313 INFO O| Dec 20 21:59:25.313 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-20T21:59:27.501Z[ recovery-image] Dec 20 21:59:25.330 INFO O| Dec 20 21:59:25.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69842024-12-20T21:59:27.532Z[ recovery-image] Dec 20 21:59:25.361 INFO O| Dec 20 21:59:25.361 INFO STEP 887 (remove_files) COMPLETE
69852024-12-20T21:59:27.532Z[ recovery-image] Dec 20 21:59:25.361 INFO O| Dec 20 21:59:25.361 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-20T21:59:27.552Z[ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69872024-12-20T21:59:27.556Z[ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO STEP 888 (remove_files) COMPLETE
69882024-12-20T21:59:27.556Z[ recovery-image] Dec 20 21:59:25.381 INFO O| Dec 20 21:59:25.381 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-20T21:59:27.602Z[ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69902024-12-20T21:59:27.605Z[ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO STEP 889 (remove_files) COMPLETE
69912024-12-20T21:59:27.605Z[ recovery-image] Dec 20 21:59:25.431 INFO O| Dec 20 21:59:25.431 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-20T21:59:27.622Z[ recovery-image] Dec 20 21:59:25.450 INFO O| Dec 20 21:59:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69932024-12-20T21:59:27.624Z[ recovery-image] Dec 20 21:59:25.451 INFO O| Dec 20 21:59:25.450 INFO STEP 890 (remove_files) COMPLETE
69942024-12-20T21:59:27.624Z[ recovery-image] Dec 20 21:59:25.451 INFO O| Dec 20 21:59:25.451 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-20T21:59:27.642Z[ recovery-image] Dec 20 21:59:25.469 INFO O| Dec 20 21:59:25.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69962024-12-20T21:59:27.642Z[ recovery-image] Dec 20 21:59:25.469 INFO O| Dec 20 21:59:25.469 INFO STEP 891 (remove_files) COMPLETE
69972024-12-20T21:59:27.644Z[ recovery-image] Dec 20 21:59:25.470 INFO O| Dec 20 21:59:25.469 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-20T21:59:27.659Z[ recovery-image] Dec 20 21:59:25.487 INFO O| Dec 20 21:59:25.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69992024-12-20T21:59:27.659Z[ recovery-image] Dec 20 21:59:25.488 INFO O| Dec 20 21:59:25.487 INFO STEP 892 (remove_files) COMPLETE
70002024-12-20T21:59:27.659Z[ recovery-image] Dec 20 21:59:25.488 INFO O| Dec 20 21:59:25.488 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-20T21:59:27.685Z[ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70022024-12-20T21:59:27.686Z[ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO STEP 893 (remove_files) COMPLETE
70032024-12-20T21:59:27.686Z[ recovery-image] Dec 20 21:59:25.514 INFO O| Dec 20 21:59:25.514 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-20T21:59:27.704Z[ recovery-image] Dec 20 21:59:25.533 INFO O| Dec 20 21:59:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70052024-12-20T21:59:27.704Z[ recovery-image] Dec 20 21:59:25.533 INFO O| Dec 20 21:59:25.533 INFO STEP 894 (remove_files) COMPLETE
70062024-12-20T21:59:27.708Z[ recovery-image] Dec 20 21:59:25.534 INFO O| Dec 20 21:59:25.533 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-20T21:59:27.722Z[ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70082024-12-20T21:59:27.722Z[ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO STEP 895 (remove_files) COMPLETE
70092024-12-20T21:59:27.725Z[ recovery-image] Dec 20 21:59:25.551 INFO O| Dec 20 21:59:25.551 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-20T21:59:27.741Z[ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70112024-12-20T21:59:27.742Z[ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO STEP 896 (remove_files) COMPLETE
70122024-12-20T21:59:27.742Z[ recovery-image] Dec 20 21:59:25.570 INFO O| Dec 20 21:59:25.570 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-20T21:59:27.795Z[ recovery-image] Dec 20 21:59:25.623 INFO O| Dec 20 21:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70142024-12-20T21:59:27.795Z[ recovery-image] Dec 20 21:59:25.624 INFO O| Dec 20 21:59:25.623 INFO STEP 897 (remove_files) COMPLETE
70152024-12-20T21:59:27.798Z[ recovery-image] Dec 20 21:59:25.624 INFO O| Dec 20 21:59:25.623 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-20T21:59:27.815Z[ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70172024-12-20T21:59:27.815Z[ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO STEP 898 (remove_files) COMPLETE
70182024-12-20T21:59:27.818Z[ recovery-image] Dec 20 21:59:25.644 INFO O| Dec 20 21:59:25.644 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-20T21:59:27.851Z[ recovery-image] Dec 20 21:59:25.679 INFO O| Dec 20 21:59:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70202024-12-20T21:59:27.853Z[ recovery-image] Dec 20 21:59:25.680 INFO O| Dec 20 21:59:25.679 INFO STEP 899 (remove_files) COMPLETE
70212024-12-20T21:59:27.853Z[ recovery-image] Dec 20 21:59:25.680 INFO O| Dec 20 21:59:25.679 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-20T21:59:27.870Z[ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70232024-12-20T21:59:27.870Z[ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO STEP 900 (remove_files) COMPLETE
70242024-12-20T21:59:27.870Z[ recovery-image] Dec 20 21:59:25.699 INFO O| Dec 20 21:59:25.699 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-20T21:59:27.889Z[ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70262024-12-20T21:59:27.889Z[ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO STEP 901 (remove_files) COMPLETE
70272024-12-20T21:59:27.889Z[ recovery-image] Dec 20 21:59:25.718 INFO O| Dec 20 21:59:25.718 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-20T21:59:27.908Z[ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70292024-12-20T21:59:27.908Z[ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.737 INFO STEP 902 (remove_files) COMPLETE
70302024-12-20T21:59:27.911Z[ recovery-image] Dec 20 21:59:25.737 INFO O| Dec 20 21:59:25.737 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-20T21:59:27.926Z[ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70322024-12-20T21:59:27.926Z[ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO STEP 903 (remove_files) COMPLETE
70332024-12-20T21:59:27.926Z[ recovery-image] Dec 20 21:59:25.755 INFO O| Dec 20 21:59:25.755 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-20T21:59:27.945Z[ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70352024-12-20T21:59:27.945Z[ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO STEP 904 (remove_files) COMPLETE
70362024-12-20T21:59:27.948Z[ recovery-image] Dec 20 21:59:25.774 INFO O| Dec 20 21:59:25.774 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-20T21:59:27.963Z[ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70382024-12-20T21:59:27.963Z[ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.792 INFO STEP 905 (remove_files) COMPLETE
70392024-12-20T21:59:27.963Z[ recovery-image] Dec 20 21:59:25.792 INFO O| Dec 20 21:59:25.792 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-20T21:59:27.981Z[ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70412024-12-20T21:59:27.981Z[ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO STEP 906 (remove_files) COMPLETE
70422024-12-20T21:59:27.981Z[ recovery-image] Dec 20 21:59:25.810 INFO O| Dec 20 21:59:25.810 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-20T21:59:27.999Z[ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70442024-12-20T21:59:27.999Z[ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO STEP 907 (remove_files) COMPLETE
70452024-12-20T21:59:27.999Z[ recovery-image] Dec 20 21:59:25.828 INFO O| Dec 20 21:59:25.828 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-20T21:59:28.017Z[ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70472024-12-20T21:59:28.017Z[ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO STEP 908 (remove_files) COMPLETE
70482024-12-20T21:59:28.020Z[ recovery-image] Dec 20 21:59:25.846 INFO O| Dec 20 21:59:25.846 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-20T21:59:28.035Z[ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70502024-12-20T21:59:28.035Z[ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO STEP 909 (remove_files) COMPLETE
70512024-12-20T21:59:28.035Z[ recovery-image] Dec 20 21:59:25.864 INFO O| Dec 20 21:59:25.864 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-20T21:59:28.054Z[ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70532024-12-20T21:59:28.054Z[ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO STEP 910 (remove_files) COMPLETE
70542024-12-20T21:59:28.054Z[ recovery-image] Dec 20 21:59:25.882 INFO O| Dec 20 21:59:25.882 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-20T21:59:28.096Z[ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70562024-12-20T21:59:28.096Z[ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO STEP 911 (remove_files) COMPLETE
70572024-12-20T21:59:28.099Z[ recovery-image] Dec 20 21:59:25.925 INFO O| Dec 20 21:59:25.925 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-20T21:59:28.142Z[ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70592024-12-20T21:59:28.142Z[ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO STEP 912 (remove_files) COMPLETE
70602024-12-20T21:59:28.142Z[ recovery-image] Dec 20 21:59:25.970 INFO O| Dec 20 21:59:25.970 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-20T21:59:28.160Z[ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70622024-12-20T21:59:28.160Z[ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO STEP 913 (remove_files) COMPLETE
70632024-12-20T21:59:28.160Z[ recovery-image] Dec 20 21:59:25.989 INFO O| Dec 20 21:59:25.989 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-20T21:59:28.180Z[ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70652024-12-20T21:59:28.180Z[ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO STEP 914 (remove_files) COMPLETE
70662024-12-20T21:59:28.180Z[ recovery-image] Dec 20 21:59:26.007 INFO O| Dec 20 21:59:26.007 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-20T21:59:28.198Z[ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70682024-12-20T21:59:28.199Z[ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO STEP 915 (remove_files) COMPLETE
70692024-12-20T21:59:28.202Z[ recovery-image] Dec 20 21:59:26.026 INFO O| Dec 20 21:59:26.026 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-20T21:59:28.216Z[ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70712024-12-20T21:59:28.216Z[ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.045 INFO STEP 916 (remove_files) COMPLETE
70722024-12-20T21:59:28.216Z[ recovery-image] Dec 20 21:59:26.045 INFO O| Dec 20 21:59:26.045 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-20T21:59:28.259Z[ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70742024-12-20T21:59:28.259Z[ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.088 INFO STEP 917 (remove_files) COMPLETE
70752024-12-20T21:59:29.266Z[ recovery-image] Dec 20 21:59:26.088 INFO O| Dec 20 21:59:26.088 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70772024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO STEP 918 (remove_files) COMPLETE
70782024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.144 INFO O| Dec 20 21:59:26.144 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70802024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO STEP 919 (remove_files) COMPLETE
70812024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.173 INFO O| Dec 20 21:59:26.173 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70832024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO STEP 920 (remove_files) COMPLETE
70842024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.226 INFO O| Dec 20 21:59:26.226 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70862024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO STEP 921 (remove_files) COMPLETE
70872024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.246 INFO O| Dec 20 21:59:26.246 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70892024-12-20T21:59:29.271Z[ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO STEP 922 (remove_files) COMPLETE
70902024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.291 INFO O| Dec 20 21:59:26.291 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70922024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO STEP 923 (remove_files) COMPLETE
70932024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.321 INFO O| Dec 20 21:59:26.321 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70952024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO STEP 924 (remove_files) COMPLETE
70962024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.342 INFO O| Dec 20 21:59:26.342 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-20T21:59:29.272Z[ host-image] Dec 20 21:59:26.346 INFO O| Dec 20 21:59:26.346 INFO O| Actions: 9257/49485 actions (Installing new actions)
70982024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70992024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO STEP 925 (remove_files) COMPLETE
71002024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.360 INFO O| Dec 20 21:59:26.360 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71022024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO STEP 926 (remove_files) COMPLETE
71032024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.403 INFO O| Dec 20 21:59:26.403 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71052024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.424 INFO STEP 927 (remove_files) COMPLETE
71062024-12-20T21:59:29.272Z[ recovery-image] Dec 20 21:59:26.424 INFO O| Dec 20 21:59:26.424 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71082024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO STEP 928 (remove_files) COMPLETE
71092024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.464 INFO O| Dec 20 21:59:26.464 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71112024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.484 INFO STEP 929 (remove_files) COMPLETE
71122024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.484 INFO O| Dec 20 21:59:26.484 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71142024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO STEP 930 (remove_files) COMPLETE
71152024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.525 INFO O| Dec 20 21:59:26.525 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71172024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO STEP 931 (remove_files) COMPLETE
71182024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.606 INFO O| Dec 20 21:59:26.606 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71202024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO STEP 932 (remove_files) COMPLETE
71212024-12-20T21:59:29.273Z[ recovery-image] Dec 20 21:59:26.625 INFO O| Dec 20 21:59:26.625 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71232024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO STEP 933 (remove_files) COMPLETE
71242024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.644 INFO O| Dec 20 21:59:26.644 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71262024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO STEP 934 (remove_files) COMPLETE
71272024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.683 INFO O| Dec 20 21:59:26.683 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71292024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO STEP 935 (remove_files) COMPLETE
71302024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.702 INFO O| Dec 20 21:59:26.702 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71322024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.720 INFO STEP 936 (remove_files) COMPLETE
71332024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.720 INFO O| Dec 20 21:59:26.720 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71352024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO STEP 937 (remove_files) COMPLETE
71362024-12-20T21:59:29.274Z[ recovery-image] Dec 20 21:59:26.812 INFO O| Dec 20 21:59:26.812 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.872 INFO O| Dec 20 21:59:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71382024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.873 INFO O| Dec 20 21:59:26.872 INFO STEP 938 (remove_files) COMPLETE
71392024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.873 INFO O| Dec 20 21:59:26.872 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71412024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO STEP 939 (remove_files) COMPLETE
71422024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.897 INFO O| Dec 20 21:59:26.897 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.926 INFO O| Dec 20 21:59:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71442024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.926 INFO O| Dec 20 21:59:26.926 INFO STEP 940 (remove_files) COMPLETE
71452024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.927 INFO O| Dec 20 21:59:26.926 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71472024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.948 INFO STEP 941 (remove_files) COMPLETE
71482024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.948 INFO O| Dec 20 21:59:26.948 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.992 INFO O| Dec 20 21:59:26.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71502024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.992 INFO O| Dec 20 21:59:26.992 INFO STEP 942 (remove_files) COMPLETE
71512024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:26.993 INFO O| Dec 20 21:59:26.992 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-20T21:59:29.275Z[ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71532024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.013 INFO STEP 943 (remove_files) COMPLETE
71542024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.013 INFO O| Dec 20 21:59:27.013 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71562024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO STEP 944 (remove_files) COMPLETE
71572024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.053 INFO O| Dec 20 21:59:27.053 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71592024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO STEP 945 (remove_files) COMPLETE
71602024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.074 INFO O| Dec 20 21:59:27.074 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71622024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO STEP 946 (remove_files) COMPLETE
71632024-12-20T21:59:29.276Z[ recovery-image] Dec 20 21:59:27.096 INFO O| Dec 20 21:59:27.096 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-20T21:59:29.317Z[ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71652024-12-20T21:59:29.318Z[ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO STEP 947 (remove_files) COMPLETE
71662024-12-20T21:59:29.320Z[ recovery-image] Dec 20 21:59:27.146 INFO O| Dec 20 21:59:27.146 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-20T21:59:29.354Z[ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71682024-12-20T21:59:29.354Z[ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO STEP 948 (remove_files) COMPLETE
71692024-12-20T21:59:29.357Z[ recovery-image] Dec 20 21:59:27.182 INFO O| Dec 20 21:59:27.182 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-20T21:59:29.395Z[ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71712024-12-20T21:59:29.395Z[ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO STEP 949 (remove_files) COMPLETE
71722024-12-20T21:59:29.395Z[ recovery-image] Dec 20 21:59:27.223 INFO O| Dec 20 21:59:27.223 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-20T21:59:29.474Z[ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71742024-12-20T21:59:29.474Z[ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO STEP 950 (remove_files) COMPLETE
71752024-12-20T21:59:29.474Z[ recovery-image] Dec 20 21:59:27.302 INFO O| Dec 20 21:59:27.302 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-20T21:59:29.514Z[ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71772024-12-20T21:59:29.516Z[ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO STEP 951 (remove_files) COMPLETE
71782024-12-20T21:59:29.517Z[ recovery-image] Dec 20 21:59:27.342 INFO O| Dec 20 21:59:27.342 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-20T21:59:29.533Z[ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71802024-12-20T21:59:29.533Z[ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO STEP 952 (remove_files) COMPLETE
71812024-12-20T21:59:29.535Z[ recovery-image] Dec 20 21:59:27.361 INFO O| Dec 20 21:59:27.361 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-20T21:59:29.552Z[ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71832024-12-20T21:59:29.552Z[ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.381 INFO STEP 953 (remove_files) COMPLETE
71842024-12-20T21:59:29.552Z[ recovery-image] Dec 20 21:59:27.381 INFO O| Dec 20 21:59:27.381 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-20T21:59:29.575Z[ recovery-image] Dec 20 21:59:27.403 INFO O| Dec 20 21:59:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71862024-12-20T21:59:29.577Z[ recovery-image] Dec 20 21:59:27.403 INFO O| Dec 20 21:59:27.403 INFO STEP 954 (remove_files) COMPLETE
71872024-12-20T21:59:29.578Z[ recovery-image] Dec 20 21:59:27.404 INFO O| Dec 20 21:59:27.403 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-20T21:59:29.733Z[ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71892024-12-20T21:59:29.733Z[ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO STEP 955 (remove_files) COMPLETE
71902024-12-20T21:59:29.733Z[ recovery-image] Dec 20 21:59:27.561 INFO O| Dec 20 21:59:27.561 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-20T21:59:29.753Z[ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71922024-12-20T21:59:29.753Z[ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.581 INFO STEP 956 (remove_files) COMPLETE
71932024-12-20T21:59:29.753Z[ recovery-image] Dec 20 21:59:27.581 INFO O| Dec 20 21:59:27.581 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-20T21:59:29.772Z[ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71952024-12-20T21:59:29.772Z[ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO STEP 957 (remove_files) COMPLETE
71962024-12-20T21:59:29.772Z[ recovery-image] Dec 20 21:59:27.600 INFO O| Dec 20 21:59:27.600 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-20T21:59:29.790Z[ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71982024-12-20T21:59:29.790Z[ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO STEP 958 (remove_files) COMPLETE
71992024-12-20T21:59:29.792Z[ recovery-image] Dec 20 21:59:27.618 INFO O| Dec 20 21:59:27.618 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-20T21:59:29.810Z[ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72012024-12-20T21:59:29.810Z[ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO STEP 959 (remove_files) COMPLETE
72022024-12-20T21:59:29.810Z[ recovery-image] Dec 20 21:59:27.637 INFO O| Dec 20 21:59:27.637 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-20T21:59:29.827Z[ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72042024-12-20T21:59:29.827Z[ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO STEP 960 (remove_files) COMPLETE
72052024-12-20T21:59:29.827Z[ recovery-image] Dec 20 21:59:27.656 INFO O| Dec 20 21:59:27.656 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-20T21:59:29.864Z[ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72072024-12-20T21:59:29.864Z[ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO STEP 961 (remove_files) COMPLETE
72082024-12-20T21:59:29.867Z[ recovery-image] Dec 20 21:59:27.691 INFO O| Dec 20 21:59:27.691 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-20T21:59:29.884Z[ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72102024-12-20T21:59:29.884Z[ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO STEP 962 (remove_files) COMPLETE
72112024-12-20T21:59:29.884Z[ recovery-image] Dec 20 21:59:27.712 INFO O| Dec 20 21:59:27.712 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-20T21:59:29.915Z[ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72132024-12-20T21:59:29.915Z[ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO STEP 963 (remove_files) COMPLETE
72142024-12-20T21:59:29.915Z[ recovery-image] Dec 20 21:59:27.743 INFO O| Dec 20 21:59:27.743 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-20T21:59:29.935Z[ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72162024-12-20T21:59:29.935Z[ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO STEP 964 (remove_files) COMPLETE
72172024-12-20T21:59:29.938Z[ recovery-image] Dec 20 21:59:27.763 INFO O| Dec 20 21:59:27.763 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-20T21:59:29.953Z[ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72192024-12-20T21:59:29.953Z[ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.782 INFO STEP 965 (remove_files) COMPLETE
72202024-12-20T21:59:29.956Z[ recovery-image] Dec 20 21:59:27.782 INFO O| Dec 20 21:59:27.782 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-20T21:59:29.971Z[ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72222024-12-20T21:59:29.971Z[ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO STEP 966 (remove_files) COMPLETE
72232024-12-20T21:59:29.974Z[ recovery-image] Dec 20 21:59:27.799 INFO O| Dec 20 21:59:27.799 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-20T21:59:29.989Z[ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72252024-12-20T21:59:29.989Z[ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO STEP 967 (remove_files) COMPLETE
72262024-12-20T21:59:29.989Z[ recovery-image] Dec 20 21:59:27.817 INFO O| Dec 20 21:59:27.817 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-20T21:59:30.008Z[ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72282024-12-20T21:59:30.008Z[ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO STEP 968 (remove_files) COMPLETE
72292024-12-20T21:59:30.008Z[ recovery-image] Dec 20 21:59:27.835 INFO O| Dec 20 21:59:27.835 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-20T21:59:30.062Z[ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72312024-12-20T21:59:30.065Z[ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO STEP 969 (remove_files) COMPLETE
72322024-12-20T21:59:30.065Z[ recovery-image] Dec 20 21:59:27.891 INFO O| Dec 20 21:59:27.891 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-20T21:59:30.080Z[ recovery-image] Dec 20 21:59:27.908 INFO O| Dec 20 21:59:27.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72342024-12-20T21:59:30.083Z[ recovery-image] Dec 20 21:59:27.908 INFO O| Dec 20 21:59:27.908 INFO STEP 970 (remove_files) COMPLETE
72352024-12-20T21:59:30.083Z[ recovery-image] Dec 20 21:59:27.909 INFO O| Dec 20 21:59:27.908 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-20T21:59:30.096Z[ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72372024-12-20T21:59:30.099Z[ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.925 INFO STEP 971 (remove_files) COMPLETE
72382024-12-20T21:59:30.099Z[ recovery-image] Dec 20 21:59:27.925 INFO O| Dec 20 21:59:27.925 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-20T21:59:30.116Z[ recovery-image] Dec 20 21:59:27.944 INFO O| Dec 20 21:59:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72402024-12-20T21:59:30.116Z[ recovery-image] Dec 20 21:59:27.944 INFO O| Dec 20 21:59:27.944 INFO STEP 972 (remove_files) COMPLETE
72412024-12-20T21:59:30.119Z[ recovery-image] Dec 20 21:59:27.945 INFO O| Dec 20 21:59:27.945 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-20T21:59:30.135Z[ recovery-image] Dec 20 21:59:27.963 INFO O| Dec 20 21:59:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72432024-12-20T21:59:30.135Z[ recovery-image] Dec 20 21:59:27.963 INFO O| Dec 20 21:59:27.963 INFO STEP 973 (remove_files) COMPLETE
72442024-12-20T21:59:30.138Z[ recovery-image] Dec 20 21:59:27.964 INFO O| Dec 20 21:59:27.963 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-20T21:59:30.154Z[ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72462024-12-20T21:59:30.157Z[ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO STEP 974 (remove_files) COMPLETE
72472024-12-20T21:59:30.157Z[ recovery-image] Dec 20 21:59:27.982 INFO O| Dec 20 21:59:27.982 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-20T21:59:30.173Z[ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72492024-12-20T21:59:30.173Z[ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.002 INFO STEP 975 (remove_files) COMPLETE
72502024-12-20T21:59:30.174Z[ recovery-image] Dec 20 21:59:28.002 INFO O| Dec 20 21:59:28.002 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-20T21:59:30.261Z[ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72522024-12-20T21:59:30.261Z[ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO STEP 976 (remove_files) COMPLETE
72532024-12-20T21:59:30.263Z[ recovery-image] Dec 20 21:59:28.089 INFO O| Dec 20 21:59:28.089 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-20T21:59:30.281Z[ recovery-image] Dec 20 21:59:28.109 INFO O| Dec 20 21:59:28.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72552024-12-20T21:59:30.281Z[ recovery-image] Dec 20 21:59:28.109 INFO O| Dec 20 21:59:28.109 INFO STEP 977 (remove_files) COMPLETE
72562024-12-20T21:59:30.284Z[ recovery-image] Dec 20 21:59:28.110 INFO O| Dec 20 21:59:28.109 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-20T21:59:30.301Z[ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72582024-12-20T21:59:30.301Z[ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO STEP 978 (remove_files) COMPLETE
72592024-12-20T21:59:30.301Z[ recovery-image] Dec 20 21:59:28.129 INFO O| Dec 20 21:59:28.129 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-20T21:59:30.332Z[ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72612024-12-20T21:59:30.332Z[ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO STEP 979 (remove_files) COMPLETE
72622024-12-20T21:59:30.332Z[ recovery-image] Dec 20 21:59:28.160 INFO O| Dec 20 21:59:28.160 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-20T21:59:30.387Z[ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72642024-12-20T21:59:30.388Z[ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO STEP 980 (remove_files) COMPLETE
72652024-12-20T21:59:30.388Z[ recovery-image] Dec 20 21:59:28.216 INFO O| Dec 20 21:59:28.216 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-20T21:59:30.436Z[ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72672024-12-20T21:59:30.436Z[ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO STEP 981 (remove_files) COMPLETE
72682024-12-20T21:59:30.439Z[ recovery-image] Dec 20 21:59:28.264 INFO O| Dec 20 21:59:28.264 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-20T21:59:30.457Z[ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72702024-12-20T21:59:30.457Z[ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO STEP 982 (remove_files) COMPLETE
72712024-12-20T21:59:30.457Z[ recovery-image] Dec 20 21:59:28.285 INFO O| Dec 20 21:59:28.285 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-20T21:59:30.476Z[ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72732024-12-20T21:59:30.476Z[ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO STEP 983 (remove_files) COMPLETE
72742024-12-20T21:59:30.476Z[ recovery-image] Dec 20 21:59:28.303 INFO O| Dec 20 21:59:28.303 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-20T21:59:30.496Z[ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72762024-12-20T21:59:30.496Z[ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO STEP 984 (remove_files) COMPLETE
72772024-12-20T21:59:30.496Z[ recovery-image] Dec 20 21:59:28.323 INFO O| Dec 20 21:59:28.323 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-20T21:59:30.516Z[ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72792024-12-20T21:59:30.516Z[ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO STEP 985 (remove_files) COMPLETE
72802024-12-20T21:59:30.519Z[ recovery-image] Dec 20 21:59:28.344 INFO O| Dec 20 21:59:28.344 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-20T21:59:30.536Z[ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72822024-12-20T21:59:30.536Z[ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO STEP 986 (remove_files) COMPLETE
72832024-12-20T21:59:30.536Z[ recovery-image] Dec 20 21:59:28.364 INFO O| Dec 20 21:59:28.364 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-20T21:59:30.557Z[ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72852024-12-20T21:59:30.557Z[ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO STEP 987 (remove_files) COMPLETE
72862024-12-20T21:59:30.560Z[ recovery-image] Dec 20 21:59:28.384 INFO O| Dec 20 21:59:28.384 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-20T21:59:30.578Z[ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72882024-12-20T21:59:30.578Z[ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO STEP 988 (remove_files) COMPLETE
72892024-12-20T21:59:30.581Z[ recovery-image] Dec 20 21:59:28.407 INFO O| Dec 20 21:59:28.407 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-20T21:59:30.606Z[ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72912024-12-20T21:59:30.606Z[ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO STEP 989 (remove_files) COMPLETE
72922024-12-20T21:59:30.608Z[ recovery-image] Dec 20 21:59:28.434 INFO O| Dec 20 21:59:28.434 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-20T21:59:30.661Z[ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72942024-12-20T21:59:30.664Z[ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO STEP 990 (remove_files) COMPLETE
72952024-12-20T21:59:30.664Z[ recovery-image] Dec 20 21:59:28.489 INFO O| Dec 20 21:59:28.489 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-20T21:59:30.723Z[ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72972024-12-20T21:59:30.723Z[ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO STEP 991 (remove_files) COMPLETE
72982024-12-20T21:59:30.723Z[ recovery-image] Dec 20 21:59:28.551 INFO O| Dec 20 21:59:28.551 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-20T21:59:30.786Z[ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73002024-12-20T21:59:30.786Z[ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.614 INFO STEP 992 (remove_files) COMPLETE
73012024-12-20T21:59:30.786Z[ recovery-image] Dec 20 21:59:28.614 INFO O| Dec 20 21:59:28.614 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-20T21:59:30.822Z[ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73032024-12-20T21:59:30.824Z[ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.649 INFO STEP 993 (remove_files) COMPLETE
73042024-12-20T21:59:30.824Z[ recovery-image] Dec 20 21:59:28.649 INFO O| Dec 20 21:59:28.649 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-20T21:59:30.841Z[ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73062024-12-20T21:59:30.845Z[ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.670 INFO STEP 994 (remove_files) COMPLETE
73072024-12-20T21:59:30.845Z[ recovery-image] Dec 20 21:59:28.670 INFO O| Dec 20 21:59:28.670 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-20T21:59:30.863Z[ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73092024-12-20T21:59:30.866Z[ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO STEP 995 (remove_files) COMPLETE
73102024-12-20T21:59:30.866Z[ recovery-image] Dec 20 21:59:28.691 INFO O| Dec 20 21:59:28.691 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-20T21:59:30.882Z[ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73122024-12-20T21:59:30.885Z[ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO STEP 996 (remove_files) COMPLETE
73132024-12-20T21:59:30.885Z[ recovery-image] Dec 20 21:59:28.710 INFO O| Dec 20 21:59:28.710 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-20T21:59:30.924Z[ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73152024-12-20T21:59:30.928Z[ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO STEP 997 (remove_files) COMPLETE
73162024-12-20T21:59:30.928Z[ recovery-image] Dec 20 21:59:28.752 INFO O| Dec 20 21:59:28.752 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-20T21:59:30.945Z[ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73182024-12-20T21:59:30.945Z[ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO STEP 998 (remove_files) COMPLETE
73192024-12-20T21:59:30.947Z[ recovery-image] Dec 20 21:59:28.773 INFO O| Dec 20 21:59:28.773 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-20T21:59:30.965Z[ recovery-image] Dec 20 21:59:28.792 INFO O| Dec 20 21:59:28.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73212024-12-20T21:59:30.968Z[ recovery-image] Dec 20 21:59:28.793 INFO O| Dec 20 21:59:28.793 INFO STEP 999 (remove_files) COMPLETE
73222024-12-20T21:59:30.968Z[ recovery-image] Dec 20 21:59:28.793 INFO O| Dec 20 21:59:28.793 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-20T21:59:30.984Z[ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73242024-12-20T21:59:30.987Z[ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO STEP 1000 (remove_files) COMPLETE
73252024-12-20T21:59:30.987Z[ recovery-image] Dec 20 21:59:28.812 INFO O| Dec 20 21:59:28.812 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-20T21:59:31.020Z[ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73272024-12-20T21:59:31.020Z[ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO STEP 1001 (remove_files) COMPLETE
73282024-12-20T21:59:31.020Z[ recovery-image] Dec 20 21:59:28.848 INFO O| Dec 20 21:59:28.848 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-20T21:59:31.093Z[ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73302024-12-20T21:59:31.093Z[ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO STEP 1002 (remove_files) COMPLETE
73312024-12-20T21:59:31.096Z[ recovery-image] Dec 20 21:59:28.921 INFO O| Dec 20 21:59:28.921 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-20T21:59:31.175Z[ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73332024-12-20T21:59:31.175Z[ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO STEP 1003 (remove_files) COMPLETE
73342024-12-20T21:59:31.177Z[ recovery-image] Dec 20 21:59:29.003 INFO O| Dec 20 21:59:29.003 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-20T21:59:31.195Z[ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73362024-12-20T21:59:31.195Z[ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO STEP 1004 (remove_files) COMPLETE
73372024-12-20T21:59:31.195Z[ recovery-image] Dec 20 21:59:29.022 INFO O| Dec 20 21:59:29.022 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-20T21:59:31.235Z[ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73392024-12-20T21:59:31.235Z[ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO STEP 1005 (remove_files) COMPLETE
73402024-12-20T21:59:31.235Z[ recovery-image] Dec 20 21:59:29.061 INFO O| Dec 20 21:59:29.061 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-20T21:59:31.298Z[ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73422024-12-20T21:59:31.298Z[ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO STEP 1006 (remove_files) COMPLETE
73432024-12-20T21:59:31.298Z[ recovery-image] Dec 20 21:59:29.125 INFO O| Dec 20 21:59:29.125 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-20T21:59:31.321Z[ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73452024-12-20T21:59:31.321Z[ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.149 INFO STEP 1007 (remove_files) COMPLETE
73462024-12-20T21:59:31.321Z[ recovery-image] Dec 20 21:59:29.149 INFO O| Dec 20 21:59:29.149 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-20T21:59:31.353Z[ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73482024-12-20T21:59:31.354Z[ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO STEP 1008 (remove_files) COMPLETE
73492024-12-20T21:59:31.354Z[ recovery-image] Dec 20 21:59:29.180 INFO O| Dec 20 21:59:29.180 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-20T21:59:31.444Z[ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73512024-12-20T21:59:31.444Z[ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO STEP 1009 (remove_files) COMPLETE
73522024-12-20T21:59:31.444Z[ recovery-image] Dec 20 21:59:29.270 INFO O| Dec 20 21:59:29.270 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-20T21:59:31.515Z[ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73542024-12-20T21:59:31.515Z[ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO STEP 1010 (remove_files) COMPLETE
73552024-12-20T21:59:31.515Z[ recovery-image] Dec 20 21:59:29.343 INFO O| Dec 20 21:59:29.343 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-20T21:59:31.632Z[ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73572024-12-20T21:59:31.632Z[ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO STEP 1011 (remove_files) COMPLETE
73582024-12-20T21:59:31.635Z[ recovery-image] Dec 20 21:59:29.460 INFO O| Dec 20 21:59:29.460 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-20T21:59:31.652Z[ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73602024-12-20T21:59:31.657Z[ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO STEP 1012 (remove_files) COMPLETE
73612024-12-20T21:59:31.657Z[ recovery-image] Dec 20 21:59:29.480 INFO O| Dec 20 21:59:29.480 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-20T21:59:31.719Z[ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73632024-12-20T21:59:31.719Z[ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO STEP 1013 (remove_files) COMPLETE
73642024-12-20T21:59:31.719Z[ recovery-image] Dec 20 21:59:29.547 INFO O| Dec 20 21:59:29.547 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-20T21:59:31.740Z[ recovery-image] Dec 20 21:59:29.568 INFO O| Dec 20 21:59:29.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73662024-12-20T21:59:31.743Z[ recovery-image] Dec 20 21:59:29.568 INFO O| Dec 20 21:59:29.568 INFO STEP 1014 (remove_files) COMPLETE
73672024-12-20T21:59:31.743Z[ recovery-image] Dec 20 21:59:29.569 INFO O| Dec 20 21:59:29.568 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-20T21:59:31.788Z[ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73692024-12-20T21:59:31.788Z[ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO STEP 1015 (remove_files) COMPLETE
73702024-12-20T21:59:31.788Z[ recovery-image] Dec 20 21:59:29.616 INFO O| Dec 20 21:59:29.616 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-20T21:59:31.846Z[ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73722024-12-20T21:59:31.846Z[ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO STEP 1016 (remove_files) COMPLETE
73732024-12-20T21:59:31.846Z[ recovery-image] Dec 20 21:59:29.674 INFO O| Dec 20 21:59:29.674 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-20T21:59:31.945Z[ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73752024-12-20T21:59:31.949Z[ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO STEP 1017 (remove_files) COMPLETE
73762024-12-20T21:59:31.949Z[ recovery-image] Dec 20 21:59:29.773 INFO O| Dec 20 21:59:29.773 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-20T21:59:31.996Z[ recovery-image] Dec 20 21:59:29.822 INFO O| Dec 20 21:59:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73782024-12-20T21:59:31.996Z[ recovery-image] Dec 20 21:59:29.823 INFO O| Dec 20 21:59:29.823 INFO STEP 1018 (remove_files) COMPLETE
73792024-12-20T21:59:31.996Z[ recovery-image] Dec 20 21:59:29.823 INFO O| Dec 20 21:59:29.823 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-20T21:59:32.052Z[ recovery-image] Dec 20 21:59:29.880 INFO O| Dec 20 21:59:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73812024-12-20T21:59:32.055Z[ recovery-image] Dec 20 21:59:29.881 INFO O| Dec 20 21:59:29.880 INFO STEP 1019 (remove_files) COMPLETE
73822024-12-20T21:59:32.056Z[ recovery-image] Dec 20 21:59:29.881 INFO O| Dec 20 21:59:29.881 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-20T21:59:32.071Z[ recovery-image] Dec 20 21:59:29.899 INFO O| Dec 20 21:59:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73842024-12-20T21:59:32.074Z[ recovery-image] Dec 20 21:59:29.899 INFO O| Dec 20 21:59:29.899 INFO STEP 1020 (remove_files) COMPLETE
73852024-12-20T21:59:32.074Z[ recovery-image] Dec 20 21:59:29.900 INFO O| Dec 20 21:59:29.899 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-20T21:59:32.115Z[ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73872024-12-20T21:59:32.115Z[ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO STEP 1021 (remove_files) COMPLETE
73882024-12-20T21:59:32.115Z[ recovery-image] Dec 20 21:59:29.942 INFO O| Dec 20 21:59:29.942 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-20T21:59:32.160Z[ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73902024-12-20T21:59:32.160Z[ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO STEP 1022 (remove_files) COMPLETE
73912024-12-20T21:59:32.160Z[ recovery-image] Dec 20 21:59:29.987 INFO O| Dec 20 21:59:29.987 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-20T21:59:32.201Z[ recovery-image] Dec 20 21:59:30.028 INFO O| Dec 20 21:59:30.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73932024-12-20T21:59:32.201Z[ recovery-image] Dec 20 21:59:30.029 INFO O| Dec 20 21:59:30.028 INFO STEP 1023 (remove_files) COMPLETE
73942024-12-20T21:59:32.201Z[ recovery-image] Dec 20 21:59:30.029 INFO O| Dec 20 21:59:30.029 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-20T21:59:32.220Z[ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73962024-12-20T21:59:32.220Z[ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO STEP 1024 (remove_files) COMPLETE
73972024-12-20T21:59:32.220Z[ recovery-image] Dec 20 21:59:30.048 INFO O| Dec 20 21:59:30.048 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-20T21:59:32.249Z[ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73992024-12-20T21:59:32.250Z[ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO STEP 1025 (remove_files) COMPLETE
74002024-12-20T21:59:32.252Z[ recovery-image] Dec 20 21:59:30.077 INFO O| Dec 20 21:59:30.077 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-20T21:59:32.326Z[ recovery-image] Dec 20 21:59:30.150 INFO O| Dec 20 21:59:30.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74022024-12-20T21:59:32.330Z[ recovery-image] Dec 20 21:59:30.151 INFO O| Dec 20 21:59:30.150 INFO STEP 1026 (remove_files) COMPLETE
74032024-12-20T21:59:32.330Z[ recovery-image] Dec 20 21:59:30.151 INFO O| Dec 20 21:59:30.151 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-20T21:59:32.351Z[ recovery-image] Dec 20 21:59:30.178 INFO O| Dec 20 21:59:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74052024-12-20T21:59:32.351Z[ recovery-image] Dec 20 21:59:30.179 INFO O| Dec 20 21:59:30.178 INFO STEP 1027 (remove_files) COMPLETE
74062024-12-20T21:59:32.356Z[ recovery-image] Dec 20 21:59:30.179 INFO O| Dec 20 21:59:30.179 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-20T21:59:32.403Z[ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74082024-12-20T21:59:32.403Z[ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO STEP 1028 (remove_files) COMPLETE
74092024-12-20T21:59:32.403Z[ recovery-image] Dec 20 21:59:30.230 INFO O| Dec 20 21:59:30.230 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-20T21:59:32.472Z[ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74112024-12-20T21:59:32.472Z[ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO STEP 1029 (remove_files) COMPLETE
74122024-12-20T21:59:32.472Z[ recovery-image] Dec 20 21:59:30.300 INFO O| Dec 20 21:59:30.300 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-20T21:59:32.491Z[ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74142024-12-20T21:59:32.491Z[ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO STEP 1030 (remove_files) COMPLETE
74152024-12-20T21:59:32.491Z[ recovery-image] Dec 20 21:59:30.319 INFO O| Dec 20 21:59:30.319 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-20T21:59:32.532Z[ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74172024-12-20T21:59:32.532Z[ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO STEP 1031 (remove_files) COMPLETE
74182024-12-20T21:59:32.535Z[ recovery-image] Dec 20 21:59:30.360 INFO O| Dec 20 21:59:30.360 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-20T21:59:32.575Z[ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74202024-12-20T21:59:32.575Z[ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO STEP 1032 (remove_files) COMPLETE
74212024-12-20T21:59:32.575Z[ recovery-image] Dec 20 21:59:30.402 INFO O| Dec 20 21:59:30.402 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-20T21:59:32.664Z[ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74232024-12-20T21:59:32.664Z[ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO STEP 1033 (remove_files) COMPLETE
74242024-12-20T21:59:32.670Z[ recovery-image] Dec 20 21:59:30.489 INFO O| Dec 20 21:59:30.489 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-20T21:59:32.686Z[ recovery-image] Dec 20 21:59:30.512 INFO O| Dec 20 21:59:30.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74262024-12-20T21:59:32.692Z[ recovery-image] Dec 20 21:59:30.512 INFO O| Dec 20 21:59:30.512 INFO STEP 1034 (remove_files) COMPLETE
74272024-12-20T21:59:32.692Z[ recovery-image] Dec 20 21:59:30.513 INFO O| Dec 20 21:59:30.513 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-20T21:59:32.709Z[ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74292024-12-20T21:59:32.720Z[ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.533 INFO STEP 1035 (remove_files) COMPLETE
74302024-12-20T21:59:32.720Z[ recovery-image] Dec 20 21:59:30.533 INFO O| Dec 20 21:59:30.533 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-20T21:59:32.743Z[ recovery-image] Dec 20 21:59:30.561 INFO O| Dec 20 21:59:30.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74322024-12-20T21:59:32.764Z[ recovery-image] Dec 20 21:59:30.562 INFO O| Dec 20 21:59:30.562 INFO STEP 1036 (remove_files) COMPLETE
74332024-12-20T21:59:32.764Z[ recovery-image] Dec 20 21:59:30.562 INFO O| Dec 20 21:59:30.562 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-20T21:59:32.792Z[ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74352024-12-20T21:59:32.792Z[ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO STEP 1037 (remove_files) COMPLETE
74362024-12-20T21:59:32.792Z[ recovery-image] Dec 20 21:59:30.594 INFO O| Dec 20 21:59:30.594 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-20T21:59:32.804Z[ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74382024-12-20T21:59:32.804Z[ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO STEP 1038 (remove_files) COMPLETE
74392024-12-20T21:59:32.804Z[ recovery-image] Dec 20 21:59:30.623 INFO O| Dec 20 21:59:30.623 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-20T21:59:32.817Z[ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74412024-12-20T21:59:32.823Z[ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO STEP 1039 (remove_files) COMPLETE
74422024-12-20T21:59:32.823Z[ recovery-image] Dec 20 21:59:30.642 INFO O| Dec 20 21:59:30.642 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-20T21:59:32.841Z[ recovery-image] Dec 20 21:59:30.661 INFO O| Dec 20 21:59:30.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74442024-12-20T21:59:32.841Z[ recovery-image] Dec 20 21:59:30.662 INFO O| Dec 20 21:59:30.661 INFO STEP 1040 (remove_files) COMPLETE
74452024-12-20T21:59:32.841Z[ recovery-image] Dec 20 21:59:30.662 INFO O| Dec 20 21:59:30.662 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-20T21:59:32.890Z[ recovery-image] Dec 20 21:59:30.679 INFO O| Dec 20 21:59:30.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74472024-12-20T21:59:32.890Z[ recovery-image] Dec 20 21:59:30.680 INFO O| Dec 20 21:59:30.680 INFO STEP 1041 (remove_files) COMPLETE
74482024-12-20T21:59:32.890Z[ recovery-image] Dec 20 21:59:30.680 INFO O| Dec 20 21:59:30.680 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-20T21:59:32.891Z[ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74502024-12-20T21:59:32.891Z[ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO STEP 1042 (remove_files) COMPLETE
74512024-12-20T21:59:32.891Z[ recovery-image] Dec 20 21:59:30.698 INFO O| Dec 20 21:59:30.698 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-20T21:59:32.900Z[ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74532024-12-20T21:59:32.900Z[ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO STEP 1043 (remove_files) COMPLETE
74542024-12-20T21:59:32.900Z[ recovery-image] Dec 20 21:59:30.716 INFO O| Dec 20 21:59:30.716 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-20T21:59:32.913Z[ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74562024-12-20T21:59:32.914Z[ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO STEP 1044 (remove_files) COMPLETE
74572024-12-20T21:59:32.914Z[ recovery-image] Dec 20 21:59:30.735 INFO O| Dec 20 21:59:30.735 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-20T21:59:32.953Z[ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74592024-12-20T21:59:32.954Z[ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.779 INFO STEP 1045 (remove_files) COMPLETE
74602024-12-20T21:59:32.954Z[ recovery-image] Dec 20 21:59:30.779 INFO O| Dec 20 21:59:30.779 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-20T21:59:32.978Z[ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74622024-12-20T21:59:32.978Z[ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO STEP 1046 (remove_files) COMPLETE
74632024-12-20T21:59:32.978Z[ recovery-image] Dec 20 21:59:30.798 INFO O| Dec 20 21:59:30.798 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-20T21:59:33.012Z[ recovery-image] Dec 20 21:59:30.832 INFO O| Dec 20 21:59:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74652024-12-20T21:59:33.044Z[ recovery-image] Dec 20 21:59:30.856 INFO O| Dec 20 21:59:30.856 INFO STEP 1047 (remove_files) COMPLETE
74662024-12-20T21:59:33.045Z[ recovery-image] Dec 20 21:59:30.856 INFO O| Dec 20 21:59:30.856 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-20T21:59:33.063Z[ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74682024-12-20T21:59:33.063Z[ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO STEP 1048 (remove_files) COMPLETE
74692024-12-20T21:59:33.063Z[ recovery-image] Dec 20 21:59:30.887 INFO O| Dec 20 21:59:30.887 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-20T21:59:33.118Z[ recovery-image] Dec 20 21:59:30.940 INFO O| Dec 20 21:59:30.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74712024-12-20T21:59:33.118Z[ recovery-image] Dec 20 21:59:30.941 INFO O| Dec 20 21:59:30.941 INFO STEP 1049 (remove_files) COMPLETE
74722024-12-20T21:59:33.133Z[ recovery-image] Dec 20 21:59:30.941 INFO O| Dec 20 21:59:30.941 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-20T21:59:33.151Z[ recovery-image] Dec 20 21:59:30.959 INFO O| Dec 20 21:59:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74742024-12-20T21:59:33.151Z[ recovery-image] Dec 20 21:59:30.960 INFO O| Dec 20 21:59:30.959 INFO STEP 1050 (remove_files) COMPLETE
74752024-12-20T21:59:33.151Z[ recovery-image] Dec 20 21:59:30.960 INFO O| Dec 20 21:59:30.959 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-20T21:59:33.160Z[ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74772024-12-20T21:59:33.160Z[ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO STEP 1051 (remove_files) COMPLETE
74782024-12-20T21:59:33.160Z[ recovery-image] Dec 20 21:59:30.977 INFO O| Dec 20 21:59:30.977 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-20T21:59:33.182Z[ recovery-image] Dec 20 21:59:30.995 INFO O| Dec 20 21:59:30.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74802024-12-20T21:59:33.183Z[ recovery-image] Dec 20 21:59:30.995 INFO O| Dec 20 21:59:30.995 INFO STEP 1052 (remove_files) COMPLETE
74812024-12-20T21:59:33.183Z[ recovery-image] Dec 20 21:59:30.996 INFO O| Dec 20 21:59:30.995 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-20T21:59:33.253Z[ recovery-image] Dec 20 21:59:31.028 INFO O| Dec 20 21:59:31.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74832024-12-20T21:59:33.254Z[ recovery-image] Dec 20 21:59:31.029 INFO O| Dec 20 21:59:31.028 INFO STEP 1053 (remove_files) COMPLETE
74842024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.029 INFO O| Dec 20 21:59:31.028 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74862024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO STEP 1054 (remove_files) COMPLETE
74872024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.063 INFO O| Dec 20 21:59:31.063 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.090 INFO O| Dec 20 21:59:31.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74892024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.091 INFO O| Dec 20 21:59:31.090 INFO STEP 1055 (remove_files) COMPLETE
74902024-12-20T21:59:33.283Z[ recovery-image] Dec 20 21:59:31.091 INFO O| Dec 20 21:59:31.091 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-20T21:59:33.339Z[ recovery-image] Dec 20 21:59:31.109 INFO O| Dec 20 21:59:31.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74922024-12-20T21:59:33.339Z[ recovery-image] Dec 20 21:59:31.109 INFO O| Dec 20 21:59:31.109 INFO STEP 1056 (remove_files) COMPLETE
74932024-12-20T21:59:33.339Z[ recovery-image] Dec 20 21:59:31.110 INFO O| Dec 20 21:59:31.109 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-20T21:59:33.339Z[ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74952024-12-20T21:59:33.339Z[ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO STEP 1057 (remove_files) COMPLETE
74962024-12-20T21:59:33.340Z[ recovery-image] Dec 20 21:59:31.128 INFO O| Dec 20 21:59:31.128 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-20T21:59:33.381Z[ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74982024-12-20T21:59:33.382Z[ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO STEP 1058 (remove_files) COMPLETE
74992024-12-20T21:59:33.382Z[ recovery-image] Dec 20 21:59:31.174 INFO O| Dec 20 21:59:31.174 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-20T21:59:33.403Z[ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75012024-12-20T21:59:33.403Z[ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO STEP 1059 (remove_files) COMPLETE
75022024-12-20T21:59:33.403Z[ recovery-image] Dec 20 21:59:31.218 INFO O| Dec 20 21:59:31.218 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-20T21:59:33.487Z[ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75042024-12-20T21:59:33.487Z[ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO STEP 1060 (remove_files) COMPLETE
75052024-12-20T21:59:33.487Z[ recovery-image] Dec 20 21:59:31.283 INFO O| Dec 20 21:59:31.283 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-20T21:59:33.519Z[ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75072024-12-20T21:59:33.519Z[ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO STEP 1061 (remove_files) COMPLETE
75082024-12-20T21:59:33.520Z[ recovery-image] Dec 20 21:59:31.304 INFO O| Dec 20 21:59:31.304 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-20T21:59:33.520Z[ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75102024-12-20T21:59:33.520Z[ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO STEP 1062 (remove_files) COMPLETE
75112024-12-20T21:59:33.520Z[ recovery-image] Dec 20 21:59:31.323 INFO O| Dec 20 21:59:31.323 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-20T21:59:33.526Z[ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75132024-12-20T21:59:33.526Z[ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO STEP 1063 (remove_files) COMPLETE
75142024-12-20T21:59:33.526Z[ recovery-image] Dec 20 21:59:31.342 INFO O| Dec 20 21:59:31.342 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-20T21:59:33.536Z[ host-image] Dec 20 21:59:31.357 INFO O| Dec 20 21:59:31.357 INFO O| Actions: 16012/49485 actions (Installing new actions)
75162024-12-20T21:59:33.642Z[ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75172024-12-20T21:59:33.646Z[ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO STEP 1064 (remove_files) COMPLETE
75182024-12-20T21:59:33.646Z[ recovery-image] Dec 20 21:59:31.465 INFO O| Dec 20 21:59:31.465 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-20T21:59:33.659Z[ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75202024-12-20T21:59:33.663Z[ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO STEP 1065 (remove_files) COMPLETE
75212024-12-20T21:59:33.664Z[ recovery-image] Dec 20 21:59:31.486 INFO O| Dec 20 21:59:31.486 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-20T21:59:33.679Z[ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75232024-12-20T21:59:33.686Z[ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO STEP 1066 (remove_files) COMPLETE
75242024-12-20T21:59:33.686Z[ recovery-image] Dec 20 21:59:31.505 INFO O| Dec 20 21:59:31.505 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-20T21:59:33.698Z[ recovery-image] Dec 20 21:59:31.524 INFO O| Dec 20 21:59:31.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75262024-12-20T21:59:33.701Z[ recovery-image] Dec 20 21:59:31.525 INFO O| Dec 20 21:59:31.524 INFO STEP 1067 (remove_files) COMPLETE
75272024-12-20T21:59:33.701Z[ recovery-image] Dec 20 21:59:31.525 INFO O| Dec 20 21:59:31.525 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-20T21:59:33.721Z[ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75292024-12-20T21:59:33.730Z[ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO STEP 1068 (remove_files) COMPLETE
75302024-12-20T21:59:33.730Z[ recovery-image] Dec 20 21:59:31.543 INFO O| Dec 20 21:59:31.543 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-20T21:59:33.746Z[ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75322024-12-20T21:59:33.746Z[ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO STEP 1069 (remove_files) COMPLETE
75332024-12-20T21:59:33.746Z[ recovery-image] Dec 20 21:59:31.569 INFO O| Dec 20 21:59:31.569 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-20T21:59:33.769Z[ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75352024-12-20T21:59:33.769Z[ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO STEP 1070 (remove_files) COMPLETE
75362024-12-20T21:59:33.769Z[ recovery-image] Dec 20 21:59:31.589 INFO O| Dec 20 21:59:31.589 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-20T21:59:33.782Z[ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75382024-12-20T21:59:33.782Z[ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO STEP 1071 (remove_files) COMPLETE
75392024-12-20T21:59:33.782Z[ recovery-image] Dec 20 21:59:31.608 INFO O| Dec 20 21:59:31.608 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-20T21:59:33.822Z[ recovery-image] Dec 20 21:59:31.647 INFO O| Dec 20 21:59:31.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75412024-12-20T21:59:33.826Z[ recovery-image] Dec 20 21:59:31.647 INFO O| Dec 20 21:59:31.647 INFO STEP 1072 (remove_files) COMPLETE
75422024-12-20T21:59:33.827Z[ recovery-image] Dec 20 21:59:31.648 INFO O| Dec 20 21:59:31.647 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-20T21:59:33.843Z[ recovery-image] Dec 20 21:59:31.669 INFO O| Dec 20 21:59:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75442024-12-20T21:59:33.843Z[ recovery-image] Dec 20 21:59:31.669 INFO O| Dec 20 21:59:31.669 INFO STEP 1073 (remove_files) COMPLETE
75452024-12-20T21:59:33.843Z[ recovery-image] Dec 20 21:59:31.670 INFO O| Dec 20 21:59:31.669 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-20T21:59:33.882Z[ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75472024-12-20T21:59:33.882Z[ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.707 INFO STEP 1074 (remove_files) COMPLETE
75482024-12-20T21:59:33.882Z[ recovery-image] Dec 20 21:59:31.707 INFO O| Dec 20 21:59:31.707 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-20T21:59:33.910Z[ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75502024-12-20T21:59:33.910Z[ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO STEP 1075 (remove_files) COMPLETE
75512024-12-20T21:59:33.910Z[ recovery-image] Dec 20 21:59:31.736 INFO O| Dec 20 21:59:31.736 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-20T21:59:33.932Z[ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75532024-12-20T21:59:33.937Z[ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO STEP 1076 (remove_files) COMPLETE
75542024-12-20T21:59:33.937Z[ recovery-image] Dec 20 21:59:31.756 INFO O| Dec 20 21:59:31.756 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-20T21:59:33.951Z[ recovery-image] Dec 20 21:59:31.774 INFO O| Dec 20 21:59:31.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75562024-12-20T21:59:33.951Z[ recovery-image] Dec 20 21:59:31.775 INFO O| Dec 20 21:59:31.774 INFO STEP 1077 (remove_files) COMPLETE
75572024-12-20T21:59:33.968Z[ recovery-image] Dec 20 21:59:31.775 INFO O| Dec 20 21:59:31.775 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-20T21:59:33.980Z[ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75592024-12-20T21:59:33.980Z[ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO STEP 1078 (remove_files) COMPLETE
75602024-12-20T21:59:33.980Z[ recovery-image] Dec 20 21:59:31.807 INFO O| Dec 20 21:59:31.807 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-20T21:59:34.013Z[ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75622024-12-20T21:59:34.013Z[ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO STEP 1079 (remove_files) COMPLETE
75632024-12-20T21:59:34.013Z[ recovery-image] Dec 20 21:59:31.840 INFO O| Dec 20 21:59:31.840 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-20T21:59:34.061Z[ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75652024-12-20T21:59:34.061Z[ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO STEP 1080 (remove_files) COMPLETE
75662024-12-20T21:59:34.061Z[ recovery-image] Dec 20 21:59:31.889 INFO O| Dec 20 21:59:31.889 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-20T21:59:34.217Z[ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75682024-12-20T21:59:34.220Z[ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.045 INFO STEP 1081 (remove_files) COMPLETE
75692024-12-20T21:59:34.220Z[ recovery-image] Dec 20 21:59:32.045 INFO O| Dec 20 21:59:32.045 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-20T21:59:34.235Z[ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75712024-12-20T21:59:34.235Z[ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO STEP 1082 (remove_files) COMPLETE
75722024-12-20T21:59:34.235Z[ recovery-image] Dec 20 21:59:32.063 INFO O| Dec 20 21:59:32.063 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-20T21:59:34.254Z[ recovery-image] Dec 20 21:59:32.081 INFO O| Dec 20 21:59:32.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75742024-12-20T21:59:34.254Z[ recovery-image] Dec 20 21:59:32.082 INFO O| Dec 20 21:59:32.081 INFO STEP 1083 (remove_files) COMPLETE
75752024-12-20T21:59:34.254Z[ recovery-image] Dec 20 21:59:32.082 INFO O| Dec 20 21:59:32.081 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-20T21:59:34.273Z[ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75772024-12-20T21:59:34.273Z[ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO STEP 1084 (remove_files) COMPLETE
75782024-12-20T21:59:34.273Z[ recovery-image] Dec 20 21:59:32.100 INFO O| Dec 20 21:59:32.100 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-20T21:59:34.328Z[ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75802024-12-20T21:59:34.328Z[ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO STEP 1085 (remove_files) COMPLETE
75812024-12-20T21:59:34.328Z[ recovery-image] Dec 20 21:59:32.155 INFO O| Dec 20 21:59:32.155 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-20T21:59:34.346Z[ recovery-image] Dec 20 21:59:32.173 INFO O| Dec 20 21:59:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75832024-12-20T21:59:34.346Z[ recovery-image] Dec 20 21:59:32.174 INFO O| Dec 20 21:59:32.173 INFO STEP 1086 (remove_files) COMPLETE
75842024-12-20T21:59:34.346Z[ recovery-image] Dec 20 21:59:32.174 INFO O| Dec 20 21:59:32.174 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-20T21:59:34.375Z[ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75862024-12-20T21:59:34.375Z[ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.203 INFO STEP 1087 (remove_files) COMPLETE
75872024-12-20T21:59:34.375Z[ recovery-image] Dec 20 21:59:32.203 INFO O| Dec 20 21:59:32.203 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-20T21:59:34.445Z[ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75892024-12-20T21:59:34.445Z[ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.272 INFO STEP 1088 (remove_files) COMPLETE
75902024-12-20T21:59:34.448Z[ recovery-image] Dec 20 21:59:32.272 INFO O| Dec 20 21:59:32.272 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-20T21:59:34.463Z[ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75922024-12-20T21:59:34.463Z[ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO STEP 1089 (remove_files) COMPLETE
75932024-12-20T21:59:34.463Z[ recovery-image] Dec 20 21:59:32.290 INFO O| Dec 20 21:59:32.290 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-20T21:59:34.482Z[ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75952024-12-20T21:59:34.482Z[ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO STEP 1090 (remove_files) COMPLETE
75962024-12-20T21:59:34.482Z[ recovery-image] Dec 20 21:59:32.309 INFO O| Dec 20 21:59:32.309 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-20T21:59:34.500Z[ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75982024-12-20T21:59:34.500Z[ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO STEP 1091 (remove_files) COMPLETE
75992024-12-20T21:59:34.500Z[ recovery-image] Dec 20 21:59:32.327 INFO O| Dec 20 21:59:32.327 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-20T21:59:34.518Z[ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76012024-12-20T21:59:34.518Z[ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO STEP 1092 (remove_files) COMPLETE
76022024-12-20T21:59:34.521Z[ recovery-image] Dec 20 21:59:32.346 INFO O| Dec 20 21:59:32.346 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-20T21:59:34.550Z[ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76042024-12-20T21:59:34.550Z[ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO STEP 1093 (remove_files) COMPLETE
76052024-12-20T21:59:34.550Z[ recovery-image] Dec 20 21:59:32.377 INFO O| Dec 20 21:59:32.377 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-20T21:59:34.569Z[ recovery-image] Dec 20 21:59:32.396 INFO O| Dec 20 21:59:32.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76072024-12-20T21:59:34.569Z[ recovery-image] Dec 20 21:59:32.396 INFO O| Dec 20 21:59:32.396 INFO STEP 1094 (remove_files) COMPLETE
76082024-12-20T21:59:34.569Z[ recovery-image] Dec 20 21:59:32.397 INFO O| Dec 20 21:59:32.396 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-20T21:59:34.587Z[ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76102024-12-20T21:59:34.587Z[ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO STEP 1095 (remove_files) COMPLETE
76112024-12-20T21:59:34.587Z[ recovery-image] Dec 20 21:59:32.414 INFO O| Dec 20 21:59:32.414 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-20T21:59:34.627Z[ recovery-image] Dec 20 21:59:32.455 INFO O| Dec 20 21:59:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76132024-12-20T21:59:34.644Z[ recovery-image] Dec 20 21:59:32.470 INFO O| Dec 20 21:59:32.470 INFO STEP 1096 (remove_files) COMPLETE
76142024-12-20T21:59:34.644Z[ recovery-image] Dec 20 21:59:32.470 INFO O| Dec 20 21:59:32.470 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-20T21:59:34.698Z[ recovery-image] Dec 20 21:59:32.525 INFO O| Dec 20 21:59:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76162024-12-20T21:59:34.701Z[ recovery-image] Dec 20 21:59:32.526 INFO O| Dec 20 21:59:32.526 INFO STEP 1097 (remove_files) COMPLETE
76172024-12-20T21:59:34.701Z[ recovery-image] Dec 20 21:59:32.526 INFO O| Dec 20 21:59:32.526 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-20T21:59:34.717Z[ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76192024-12-20T21:59:34.719Z[ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO STEP 1098 (remove_files) COMPLETE
76202024-12-20T21:59:34.719Z[ recovery-image] Dec 20 21:59:32.544 INFO O| Dec 20 21:59:32.544 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-20T21:59:34.736Z[ recovery-image] Dec 20 21:59:32.563 INFO O| Dec 20 21:59:32.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76222024-12-20T21:59:34.739Z[ recovery-image] Dec 20 21:59:32.564 INFO O| Dec 20 21:59:32.564 INFO STEP 1099 (remove_files) COMPLETE
76232024-12-20T21:59:34.739Z[ recovery-image] Dec 20 21:59:32.564 INFO O| Dec 20 21:59:32.564 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-20T21:59:34.754Z[ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76252024-12-20T21:59:34.758Z[ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO STEP 1100 (remove_files) COMPLETE
76262024-12-20T21:59:34.758Z[ recovery-image] Dec 20 21:59:32.582 INFO O| Dec 20 21:59:32.582 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-20T21:59:34.796Z[ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76282024-12-20T21:59:34.803Z[ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO STEP 1101 (remove_files) COMPLETE
76292024-12-20T21:59:34.804Z[ recovery-image] Dec 20 21:59:32.623 INFO O| Dec 20 21:59:32.623 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-20T21:59:34.816Z[ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76312024-12-20T21:59:34.816Z[ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO STEP 1102 (remove_files) COMPLETE
76322024-12-20T21:59:34.819Z[ recovery-image] Dec 20 21:59:32.644 INFO O| Dec 20 21:59:32.644 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-20T21:59:34.859Z[ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76342024-12-20T21:59:34.859Z[ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO STEP 1103 (remove_files) COMPLETE
76352024-12-20T21:59:34.859Z[ recovery-image] Dec 20 21:59:32.685 INFO O| Dec 20 21:59:32.685 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-20T21:59:34.906Z[ recovery-image] Dec 20 21:59:32.732 INFO O| Dec 20 21:59:32.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76372024-12-20T21:59:34.906Z[ recovery-image] Dec 20 21:59:32.733 INFO O| Dec 20 21:59:32.732 INFO STEP 1104 (remove_files) COMPLETE
76382024-12-20T21:59:34.906Z[ recovery-image] Dec 20 21:59:32.733 INFO O| Dec 20 21:59:32.733 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-20T21:59:34.969Z[ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76402024-12-20T21:59:34.969Z[ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO STEP 1105 (remove_files) COMPLETE
76412024-12-20T21:59:34.969Z[ recovery-image] Dec 20 21:59:32.795 INFO O| Dec 20 21:59:32.795 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-20T21:59:35.025Z[ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76432024-12-20T21:59:35.025Z[ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO STEP 1106 (remove_files) COMPLETE
76442024-12-20T21:59:35.025Z[ recovery-image] Dec 20 21:59:32.852 INFO O| Dec 20 21:59:32.852 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-20T21:59:35.046Z[ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76462024-12-20T21:59:35.046Z[ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO STEP 1107 (remove_files) COMPLETE
76472024-12-20T21:59:35.046Z[ recovery-image] Dec 20 21:59:32.872 INFO O| Dec 20 21:59:32.872 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-20T21:59:35.149Z[ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76492024-12-20T21:59:35.149Z[ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO STEP 1108 (remove_files) COMPLETE
76502024-12-20T21:59:35.149Z[ recovery-image] Dec 20 21:59:32.976 INFO O| Dec 20 21:59:32.976 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-20T21:59:35.170Z[ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76522024-12-20T21:59:35.170Z[ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO STEP 1109 (remove_files) COMPLETE
76532024-12-20T21:59:35.173Z[ recovery-image] Dec 20 21:59:32.997 INFO O| Dec 20 21:59:32.997 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-20T21:59:35.197Z[ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76552024-12-20T21:59:35.197Z[ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO STEP 1110 (remove_files) COMPLETE
76562024-12-20T21:59:35.197Z[ recovery-image] Dec 20 21:59:33.024 INFO O| Dec 20 21:59:33.024 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-20T21:59:35.217Z[ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76582024-12-20T21:59:35.217Z[ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO STEP 1111 (remove_files) COMPLETE
76592024-12-20T21:59:35.217Z[ recovery-image] Dec 20 21:59:33.044 INFO O| Dec 20 21:59:33.044 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-20T21:59:35.237Z[ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76612024-12-20T21:59:35.237Z[ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO STEP 1112 (remove_files) COMPLETE
76622024-12-20T21:59:35.237Z[ recovery-image] Dec 20 21:59:33.064 INFO O| Dec 20 21:59:33.064 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-20T21:59:35.256Z[ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76642024-12-20T21:59:35.259Z[ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO STEP 1113 (remove_files) COMPLETE
76652024-12-20T21:59:35.259Z[ recovery-image] Dec 20 21:59:33.083 INFO O| Dec 20 21:59:33.083 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-20T21:59:35.274Z[ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76672024-12-20T21:59:35.277Z[ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO STEP 1114 (remove_files) COMPLETE
76682024-12-20T21:59:35.277Z[ recovery-image] Dec 20 21:59:33.101 INFO O| Dec 20 21:59:33.101 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-20T21:59:35.293Z[ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76702024-12-20T21:59:35.296Z[ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO STEP 1115 (remove_files) COMPLETE
76712024-12-20T21:59:35.296Z[ recovery-image] Dec 20 21:59:33.120 INFO O| Dec 20 21:59:33.120 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-20T21:59:35.314Z[ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76732024-12-20T21:59:35.317Z[ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO STEP 1116 (remove_files) COMPLETE
76742024-12-20T21:59:35.317Z[ recovery-image] Dec 20 21:59:33.140 INFO O| Dec 20 21:59:33.140 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-20T21:59:35.333Z[ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76762024-12-20T21:59:35.336Z[ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.160 INFO STEP 1117 (remove_files) COMPLETE
76772024-12-20T21:59:35.336Z[ recovery-image] Dec 20 21:59:33.160 INFO O| Dec 20 21:59:33.160 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-20T21:59:35.354Z[ recovery-image] Dec 20 21:59:33.181 INFO O| Dec 20 21:59:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76792024-12-20T21:59:35.357Z[ recovery-image] Dec 20 21:59:33.181 INFO O| Dec 20 21:59:33.181 INFO STEP 1118 (remove_files) COMPLETE
76802024-12-20T21:59:35.357Z[ recovery-image] Dec 20 21:59:33.182 INFO O| Dec 20 21:59:33.181 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-20T21:59:35.381Z[ recovery-image] Dec 20 21:59:33.208 INFO O| Dec 20 21:59:33.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76822024-12-20T21:59:35.384Z[ recovery-image] Dec 20 21:59:33.208 INFO O| Dec 20 21:59:33.208 INFO STEP 1119 (remove_files) COMPLETE
76832024-12-20T21:59:35.384Z[ recovery-image] Dec 20 21:59:33.209 INFO O| Dec 20 21:59:33.209 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-20T21:59:35.404Z[ recovery-image] Dec 20 21:59:33.231 INFO O| Dec 20 21:59:33.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76852024-12-20T21:59:35.407Z[ recovery-image] Dec 20 21:59:33.231 INFO O| Dec 20 21:59:33.231 INFO STEP 1120 (remove_files) COMPLETE
76862024-12-20T21:59:35.407Z[ recovery-image] Dec 20 21:59:33.232 INFO O| Dec 20 21:59:33.232 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-20T21:59:35.425Z[ recovery-image] Dec 20 21:59:33.252 INFO O| Dec 20 21:59:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76882024-12-20T21:59:35.427Z[ recovery-image] Dec 20 21:59:33.252 INFO O| Dec 20 21:59:33.252 INFO STEP 1121 (remove_files) COMPLETE
76892024-12-20T21:59:35.427Z[ recovery-image] Dec 20 21:59:33.253 INFO O| Dec 20 21:59:33.253 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-20T21:59:35.446Z[ recovery-image] Dec 20 21:59:33.273 INFO O| Dec 20 21:59:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76912024-12-20T21:59:35.449Z[ recovery-image] Dec 20 21:59:33.274 INFO O| Dec 20 21:59:33.274 INFO STEP 1122 (remove_files) COMPLETE
76922024-12-20T21:59:35.449Z[ recovery-image] Dec 20 21:59:33.274 INFO O| Dec 20 21:59:33.274 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-20T21:59:35.474Z[ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76942024-12-20T21:59:35.474Z[ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO STEP 1123 (remove_files) COMPLETE
76952024-12-20T21:59:35.474Z[ recovery-image] Dec 20 21:59:33.301 INFO O| Dec 20 21:59:33.301 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-20T21:59:35.495Z[ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76972024-12-20T21:59:35.495Z[ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO STEP 1124 (remove_files) COMPLETE
76982024-12-20T21:59:35.496Z[ recovery-image] Dec 20 21:59:33.322 INFO O| Dec 20 21:59:33.322 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-20T21:59:35.515Z[ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77002024-12-20T21:59:35.515Z[ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO STEP 1125 (remove_files) COMPLETE
77012024-12-20T21:59:35.515Z[ recovery-image] Dec 20 21:59:33.342 INFO O| Dec 20 21:59:33.342 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-20T21:59:35.537Z[ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77032024-12-20T21:59:35.537Z[ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO STEP 1126 (remove_files) COMPLETE
77042024-12-20T21:59:35.537Z[ recovery-image] Dec 20 21:59:33.364 INFO O| Dec 20 21:59:33.364 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-20T21:59:35.559Z[ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77062024-12-20T21:59:35.559Z[ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO STEP 1127 (remove_files) COMPLETE
77072024-12-20T21:59:35.559Z[ recovery-image] Dec 20 21:59:33.385 INFO O| Dec 20 21:59:33.385 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-20T21:59:35.609Z[ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77092024-12-20T21:59:35.609Z[ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO STEP 1128 (remove_files) COMPLETE
77102024-12-20T21:59:35.609Z[ recovery-image] Dec 20 21:59:33.435 INFO O| Dec 20 21:59:33.435 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-20T21:59:35.708Z[ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77122024-12-20T21:59:35.708Z[ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO STEP 1129 (remove_files) COMPLETE
77132024-12-20T21:59:35.708Z[ recovery-image] Dec 20 21:59:33.535 INFO O| Dec 20 21:59:33.535 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-20T21:59:35.729Z[ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77152024-12-20T21:59:35.729Z[ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO STEP 1130 (remove_files) COMPLETE
77162024-12-20T21:59:35.737Z[ recovery-image] Dec 20 21:59:33.556 INFO O| Dec 20 21:59:33.556 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-20T21:59:35.799Z[ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77182024-12-20T21:59:35.799Z[ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO STEP 1131 (remove_files) COMPLETE
77192024-12-20T21:59:35.799Z[ recovery-image] Dec 20 21:59:33.626 INFO O| Dec 20 21:59:33.626 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-20T21:59:35.867Z[ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77212024-12-20T21:59:35.867Z[ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO STEP 1132 (remove_files) COMPLETE
77222024-12-20T21:59:35.870Z[ recovery-image] Dec 20 21:59:33.694 INFO O| Dec 20 21:59:33.694 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-20T21:59:35.890Z[ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77242024-12-20T21:59:35.890Z[ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO STEP 1133 (remove_files) COMPLETE
77252024-12-20T21:59:35.890Z[ recovery-image] Dec 20 21:59:33.717 INFO O| Dec 20 21:59:33.717 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-20T21:59:35.910Z[ recovery-image] Dec 20 21:59:33.737 INFO O| Dec 20 21:59:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77272024-12-20T21:59:35.910Z[ recovery-image] Dec 20 21:59:33.738 INFO O| Dec 20 21:59:33.738 INFO STEP 1134 (remove_files) COMPLETE
77282024-12-20T21:59:35.910Z[ recovery-image] Dec 20 21:59:33.738 INFO O| Dec 20 21:59:33.738 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-20T21:59:35.930Z[ recovery-image] Dec 20 21:59:33.757 INFO O| Dec 20 21:59:33.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77302024-12-20T21:59:35.933Z[ recovery-image] Dec 20 21:59:33.758 INFO O| Dec 20 21:59:33.758 INFO STEP 1135 (remove_files) COMPLETE
77312024-12-20T21:59:35.933Z[ recovery-image] Dec 20 21:59:33.758 INFO O| Dec 20 21:59:33.758 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-20T21:59:35.982Z[ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77332024-12-20T21:59:35.982Z[ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO STEP 1136 (remove_files) COMPLETE
77342024-12-20T21:59:35.985Z[ recovery-image] Dec 20 21:59:33.809 INFO O| Dec 20 21:59:33.809 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-20T21:59:36.045Z[ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77362024-12-20T21:59:36.045Z[ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.872 INFO STEP 1137 (remove_files) COMPLETE
77372024-12-20T21:59:36.045Z[ recovery-image] Dec 20 21:59:33.872 INFO O| Dec 20 21:59:33.872 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-20T21:59:36.064Z[ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77392024-12-20T21:59:36.064Z[ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.891 INFO STEP 1138 (remove_files) COMPLETE
77402024-12-20T21:59:36.064Z[ recovery-image] Dec 20 21:59:33.891 INFO O| Dec 20 21:59:33.891 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-20T21:59:36.103Z[ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77422024-12-20T21:59:36.103Z[ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO STEP 1139 (remove_files) COMPLETE
77432024-12-20T21:59:36.103Z[ recovery-image] Dec 20 21:59:33.930 INFO O| Dec 20 21:59:33.930 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-20T21:59:36.143Z[ recovery-image] Dec 20 21:59:33.969 INFO O| Dec 20 21:59:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77452024-12-20T21:59:36.143Z[ recovery-image] Dec 20 21:59:33.969 INFO O| Dec 20 21:59:33.969 INFO STEP 1140 (remove_files) COMPLETE
77462024-12-20T21:59:36.143Z[ recovery-image] Dec 20 21:59:33.970 INFO O| Dec 20 21:59:33.969 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-20T21:59:36.161Z[ recovery-image] Dec 20 21:59:33.988 INFO O| Dec 20 21:59:33.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77482024-12-20T21:59:36.194Z[ recovery-image] Dec 20 21:59:34.021 INFO O| Dec 20 21:59:34.021 INFO STEP 1141 (remove_files) COMPLETE
77492024-12-20T21:59:36.194Z[ recovery-image] Dec 20 21:59:34.021 INFO O| Dec 20 21:59:34.021 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-20T21:59:36.234Z[ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77512024-12-20T21:59:36.234Z[ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO STEP 1142 (remove_files) COMPLETE
77522024-12-20T21:59:36.234Z[ recovery-image] Dec 20 21:59:34.061 INFO O| Dec 20 21:59:34.061 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-20T21:59:36.295Z[ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77542024-12-20T21:59:36.295Z[ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO STEP 1143 (remove_files) COMPLETE
77552024-12-20T21:59:36.295Z[ recovery-image] Dec 20 21:59:34.122 INFO O| Dec 20 21:59:34.122 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-20T21:59:36.335Z[ recovery-image] Dec 20 21:59:34.162 INFO O| Dec 20 21:59:34.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77572024-12-20T21:59:36.335Z[ recovery-image] Dec 20 21:59:34.162 INFO O| Dec 20 21:59:34.162 INFO STEP 1144 (remove_files) COMPLETE
77582024-12-20T21:59:36.338Z[ recovery-image] Dec 20 21:59:34.163 INFO O| Dec 20 21:59:34.162 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-20T21:59:36.363Z[ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77602024-12-20T21:59:36.363Z[ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO STEP 1145 (remove_files) COMPLETE
77612024-12-20T21:59:36.363Z[ recovery-image] Dec 20 21:59:34.189 INFO O| Dec 20 21:59:34.189 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-20T21:59:36.410Z[ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77632024-12-20T21:59:36.410Z[ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO STEP 1146 (remove_files) COMPLETE
77642024-12-20T21:59:36.410Z[ recovery-image] Dec 20 21:59:34.237 INFO O| Dec 20 21:59:34.237 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-20T21:59:36.430Z[ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77662024-12-20T21:59:36.430Z[ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.257 INFO STEP 1147 (remove_files) COMPLETE
77672024-12-20T21:59:36.430Z[ recovery-image] Dec 20 21:59:34.257 INFO O| Dec 20 21:59:34.257 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-20T21:59:36.473Z[ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77692024-12-20T21:59:36.473Z[ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO STEP 1148 (remove_files) COMPLETE
77702024-12-20T21:59:36.473Z[ recovery-image] Dec 20 21:59:34.300 INFO O| Dec 20 21:59:34.300 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-20T21:59:36.493Z[ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77722024-12-20T21:59:36.493Z[ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO STEP 1149 (remove_files) COMPLETE
77732024-12-20T21:59:36.493Z[ recovery-image] Dec 20 21:59:34.320 INFO O| Dec 20 21:59:34.320 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-20T21:59:36.533Z[ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77752024-12-20T21:59:36.533Z[ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO STEP 1150 (remove_files) COMPLETE
77762024-12-20T21:59:36.536Z[ recovery-image] Dec 20 21:59:34.360 INFO O| Dec 20 21:59:34.360 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-20T21:59:36.552Z[ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77782024-12-20T21:59:36.552Z[ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO STEP 1151 (remove_files) COMPLETE
77792024-12-20T21:59:36.554Z[ recovery-image] Dec 20 21:59:34.379 INFO O| Dec 20 21:59:34.379 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-20T21:59:36.569Z[ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77812024-12-20T21:59:36.569Z[ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO STEP 1152 (remove_files) COMPLETE
77822024-12-20T21:59:36.569Z[ recovery-image] Dec 20 21:59:34.396 INFO O| Dec 20 21:59:34.396 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-20T21:59:36.589Z[ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77842024-12-20T21:59:36.589Z[ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO STEP 1153 (remove_files) COMPLETE
77852024-12-20T21:59:36.589Z[ recovery-image] Dec 20 21:59:34.415 INFO O| Dec 20 21:59:34.415 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-20T21:59:36.607Z[ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77872024-12-20T21:59:36.607Z[ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO STEP 1154 (remove_files) COMPLETE
77882024-12-20T21:59:36.607Z[ recovery-image] Dec 20 21:59:34.433 INFO O| Dec 20 21:59:34.433 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-20T21:59:36.624Z[ recovery-image] Dec 20 21:59:34.451 INFO O| Dec 20 21:59:34.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77902024-12-20T21:59:36.624Z[ recovery-image] Dec 20 21:59:34.452 INFO O| Dec 20 21:59:34.451 INFO STEP 1155 (remove_files) COMPLETE
77912024-12-20T21:59:36.624Z[ recovery-image] Dec 20 21:59:34.452 INFO O| Dec 20 21:59:34.452 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-20T21:59:36.661Z[ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77932024-12-20T21:59:36.661Z[ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO STEP 1156 (remove_files) COMPLETE
77942024-12-20T21:59:36.661Z[ recovery-image] Dec 20 21:59:34.487 INFO O| Dec 20 21:59:34.487 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-20T21:59:36.679Z[ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77962024-12-20T21:59:36.680Z[ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO STEP 1157 (remove_files) COMPLETE
77972024-12-20T21:59:36.680Z[ recovery-image] Dec 20 21:59:34.506 INFO O| Dec 20 21:59:34.506 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-20T21:59:36.724Z[ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77992024-12-20T21:59:36.724Z[ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO STEP 1158 (remove_files) COMPLETE
78002024-12-20T21:59:36.724Z[ recovery-image] Dec 20 21:59:34.551 INFO O| Dec 20 21:59:34.551 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-20T21:59:36.744Z[ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78022024-12-20T21:59:36.744Z[ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO STEP 1159 (remove_files) COMPLETE
78032024-12-20T21:59:36.747Z[ recovery-image] Dec 20 21:59:34.571 INFO O| Dec 20 21:59:34.571 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-20T21:59:36.763Z[ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78052024-12-20T21:59:36.763Z[ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO STEP 1160 (remove_files) COMPLETE
78062024-12-20T21:59:36.766Z[ recovery-image] Dec 20 21:59:34.590 INFO O| Dec 20 21:59:34.590 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-20T21:59:36.800Z[ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78082024-12-20T21:59:36.800Z[ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO STEP 1161 (remove_files) COMPLETE
78092024-12-20T21:59:36.803Z[ recovery-image] Dec 20 21:59:34.627 INFO O| Dec 20 21:59:34.627 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-20T21:59:36.844Z[ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78112024-12-20T21:59:36.844Z[ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO STEP 1162 (remove_files) COMPLETE
78122024-12-20T21:59:36.844Z[ recovery-image] Dec 20 21:59:34.671 INFO O| Dec 20 21:59:34.671 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-20T21:59:36.952Z[ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78142024-12-20T21:59:36.955Z[ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO STEP 1163 (remove_files) COMPLETE
78152024-12-20T21:59:36.955Z[ recovery-image] Dec 20 21:59:34.779 INFO O| Dec 20 21:59:34.779 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-20T21:59:36.973Z[ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78172024-12-20T21:59:36.975Z[ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.800 INFO STEP 1164 (remove_files) COMPLETE
78182024-12-20T21:59:36.975Z[ recovery-image] Dec 20 21:59:34.800 INFO O| Dec 20 21:59:34.800 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-20T21:59:37.454Z[ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78202024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO STEP 1165 (remove_files) COMPLETE
78212024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.818 INFO O| Dec 20 21:59:34.818 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78232024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO STEP 1166 (remove_files) COMPLETE
78242024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.838 INFO O| Dec 20 21:59:34.838 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78262024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO STEP 1167 (remove_files) COMPLETE
78272024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.857 INFO O| Dec 20 21:59:34.857 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78292024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO STEP 1168 (remove_files) COMPLETE
78302024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.876 INFO O| Dec 20 21:59:34.876 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78322024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO STEP 1169 (remove_files) COMPLETE
78332024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.916 INFO O| Dec 20 21:59:34.916 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78352024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO STEP 1170 (remove_files) COMPLETE
78362024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:34.984 INFO O| Dec 20 21:59:34.984 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78382024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO STEP 1171 (remove_files) COMPLETE
78392024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:35.003 INFO O| Dec 20 21:59:35.003 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78412024-12-20T21:59:37.470Z[ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO STEP 1172 (remove_files) COMPLETE
78422024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.053 INFO O| Dec 20 21:59:35.053 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78442024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO STEP 1173 (remove_files) COMPLETE
78452024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.096 INFO O| Dec 20 21:59:35.096 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78472024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO STEP 1174 (remove_files) COMPLETE
78482024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.114 INFO O| Dec 20 21:59:35.114 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78502024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.130 INFO STEP 1175 (remove_files) COMPLETE
78512024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.139 INFO O| Dec 20 21:59:35.131 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78532024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO STEP 1176 (remove_files) COMPLETE
78542024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.161 INFO O| Dec 20 21:59:35.161 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.189 INFO O| Dec 20 21:59:35.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78562024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.189 INFO O| Dec 20 21:59:35.189 INFO STEP 1177 (remove_files) COMPLETE
78572024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.190 INFO O| Dec 20 21:59:35.190 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.209 INFO O| Dec 20 21:59:35.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78592024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.210 INFO O| Dec 20 21:59:35.209 INFO STEP 1178 (remove_files) COMPLETE
78602024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.210 INFO O| Dec 20 21:59:35.210 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78622024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO STEP 1179 (remove_files) COMPLETE
78632024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.226 INFO O| Dec 20 21:59:35.226 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.242 INFO O| Dec 20 21:59:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78652024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.242 INFO O| Dec 20 21:59:35.242 INFO STEP 1180 (remove_files) COMPLETE
78662024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.243 INFO O| Dec 20 21:59:35.243 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78682024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.260 INFO STEP 1181 (remove_files) COMPLETE
78692024-12-20T21:59:37.471Z[ recovery-image] Dec 20 21:59:35.260 INFO O| Dec 20 21:59:35.260 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-20T21:59:37.477Z[ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78712024-12-20T21:59:37.481Z[ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO STEP 1182 (remove_files) COMPLETE
78722024-12-20T21:59:37.481Z[ recovery-image] Dec 20 21:59:35.303 INFO O| Dec 20 21:59:35.303 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-20T21:59:37.496Z[ recovery-image] Dec 20 21:59:35.323 INFO O| Dec 20 21:59:35.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78742024-12-20T21:59:37.499Z[ recovery-image] Dec 20 21:59:35.323 INFO O| Dec 20 21:59:35.323 INFO STEP 1183 (remove_files) COMPLETE
78752024-12-20T21:59:37.499Z[ recovery-image] Dec 20 21:59:35.324 INFO O| Dec 20 21:59:35.323 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-20T21:59:37.516Z[ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78772024-12-20T21:59:37.519Z[ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.343 INFO STEP 1184 (remove_files) COMPLETE
78782024-12-20T21:59:37.519Z[ recovery-image] Dec 20 21:59:35.343 INFO O| Dec 20 21:59:35.343 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-20T21:59:37.564Z[ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78802024-12-20T21:59:37.564Z[ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO STEP 1185 (remove_files) COMPLETE
78812024-12-20T21:59:37.564Z[ recovery-image] Dec 20 21:59:35.390 INFO O| Dec 20 21:59:35.390 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-20T21:59:37.640Z[ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78832024-12-20T21:59:37.640Z[ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO STEP 1186 (remove_files) COMPLETE
78842024-12-20T21:59:37.643Z[ recovery-image] Dec 20 21:59:35.467 INFO O| Dec 20 21:59:35.467 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-20T21:59:37.684Z[ recovery-image] Dec 20 21:59:35.510 INFO O| Dec 20 21:59:35.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78862024-12-20T21:59:37.684Z[ recovery-image] Dec 20 21:59:35.511 INFO O| Dec 20 21:59:35.510 INFO STEP 1187 (remove_files) COMPLETE
78872024-12-20T21:59:37.687Z[ recovery-image] Dec 20 21:59:35.511 INFO O| Dec 20 21:59:35.511 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-20T21:59:37.702Z[ recovery-image] Dec 20 21:59:35.529 INFO O| Dec 20 21:59:35.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78892024-12-20T21:59:37.705Z[ recovery-image] Dec 20 21:59:35.529 INFO O| Dec 20 21:59:35.529 INFO STEP 1188 (remove_files) COMPLETE
78902024-12-20T21:59:37.705Z[ recovery-image] Dec 20 21:59:35.530 INFO O| Dec 20 21:59:35.529 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-20T21:59:37.721Z[ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78922024-12-20T21:59:37.721Z[ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO STEP 1189 (remove_files) COMPLETE
78932024-12-20T21:59:37.724Z[ recovery-image] Dec 20 21:59:35.548 INFO O| Dec 20 21:59:35.548 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-20T21:59:37.765Z[ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78952024-12-20T21:59:37.765Z[ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO STEP 1190 (remove_files) COMPLETE
78962024-12-20T21:59:37.765Z[ recovery-image] Dec 20 21:59:35.592 INFO O| Dec 20 21:59:35.592 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-20T21:59:37.806Z[ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78982024-12-20T21:59:37.806Z[ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.633 INFO STEP 1191 (remove_files) COMPLETE
78992024-12-20T21:59:37.808Z[ recovery-image] Dec 20 21:59:35.633 INFO O| Dec 20 21:59:35.633 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-20T21:59:37.861Z[ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79012024-12-20T21:59:37.861Z[ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO STEP 1192 (remove_files) COMPLETE
79022024-12-20T21:59:37.864Z[ recovery-image] Dec 20 21:59:35.687 INFO O| Dec 20 21:59:35.687 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-20T21:59:37.908Z[ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79042024-12-20T21:59:37.908Z[ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.735 INFO STEP 1193 (remove_files) COMPLETE
79052024-12-20T21:59:37.911Z[ recovery-image] Dec 20 21:59:35.735 INFO O| Dec 20 21:59:35.735 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-20T21:59:37.977Z[ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79072024-12-20T21:59:37.977Z[ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO STEP 1194 (remove_files) COMPLETE
79082024-12-20T21:59:37.981Z[ recovery-image] Dec 20 21:59:35.804 INFO O| Dec 20 21:59:35.804 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-20T21:59:38.054Z[ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79102024-12-20T21:59:38.054Z[ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO STEP 1195 (remove_files) COMPLETE
79112024-12-20T21:59:38.055Z[ recovery-image] Dec 20 21:59:35.881 INFO O| Dec 20 21:59:35.881 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-20T21:59:38.121Z[ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79132024-12-20T21:59:38.122Z[ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.948 INFO STEP 1196 (remove_files) COMPLETE
79142024-12-20T21:59:38.124Z[ recovery-image] Dec 20 21:59:35.948 INFO O| Dec 20 21:59:35.948 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-20T21:59:38.139Z[ recovery-image] Dec 20 21:59:35.965 INFO O| Dec 20 21:59:35.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79162024-12-20T21:59:38.139Z[ recovery-image] Dec 20 21:59:35.965 INFO O| Dec 20 21:59:35.965 INFO STEP 1197 (remove_files) COMPLETE
79172024-12-20T21:59:38.139Z[ recovery-image] Dec 20 21:59:35.966 INFO O| Dec 20 21:59:35.965 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-20T21:59:38.156Z[ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79192024-12-20T21:59:38.156Z[ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO STEP 1198 (remove_files) COMPLETE
79202024-12-20T21:59:38.156Z[ recovery-image] Dec 20 21:59:35.983 INFO O| Dec 20 21:59:35.983 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-20T21:59:38.176Z[ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79222024-12-20T21:59:38.176Z[ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO STEP 1199 (remove_files) COMPLETE
79232024-12-20T21:59:38.176Z[ recovery-image] Dec 20 21:59:36.002 INFO O| Dec 20 21:59:36.002 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-20T21:59:38.225Z[ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79252024-12-20T21:59:38.225Z[ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO STEP 1200 (remove_files) COMPLETE
79262024-12-20T21:59:38.225Z[ recovery-image] Dec 20 21:59:36.052 INFO O| Dec 20 21:59:36.052 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-20T21:59:38.247Z[ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79282024-12-20T21:59:38.247Z[ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO STEP 1201 (remove_files) COMPLETE
79292024-12-20T21:59:38.247Z[ recovery-image] Dec 20 21:59:36.074 INFO O| Dec 20 21:59:36.074 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-20T21:59:38.267Z[ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79312024-12-20T21:59:38.267Z[ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO STEP 1202 (remove_files) COMPLETE
79322024-12-20T21:59:38.267Z[ recovery-image] Dec 20 21:59:36.093 INFO O| Dec 20 21:59:36.093 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-20T21:59:38.286Z[ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79342024-12-20T21:59:38.286Z[ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO STEP 1203 (remove_files) COMPLETE
79352024-12-20T21:59:38.288Z[ recovery-image] Dec 20 21:59:36.113 INFO O| Dec 20 21:59:36.113 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-20T21:59:38.305Z[ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79372024-12-20T21:59:38.305Z[ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO STEP 1204 (remove_files) COMPLETE
79382024-12-20T21:59:38.305Z[ recovery-image] Dec 20 21:59:36.132 INFO O| Dec 20 21:59:36.132 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-20T21:59:38.341Z[ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79402024-12-20T21:59:38.341Z[ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO STEP 1205 (remove_files) COMPLETE
79412024-12-20T21:59:38.341Z[ recovery-image] Dec 20 21:59:36.167 INFO O| Dec 20 21:59:36.167 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79422024-12-20T21:59:38.383Z[ recovery-image] Dec 20 21:59:36.210 INFO O| Dec 20 21:59:36.210 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79432024-12-20T21:59:38.386Z[ recovery-image] Dec 20 21:59:36.210 INFO O| Dec 20 21:59:36.210 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79442024-12-20T21:59:38.531Z[ host-image] Dec 20 21:59:36.358 INFO O| Dec 20 21:59:36.357 INFO O| Actions: 23207/49485 actions (Installing new actions)
79452024-12-20T21:59:40.414Z[ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO STEP 1206 (pack_tar) COMPLETE
79462024-12-20T21:59:40.414Z[ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79472024-12-20T21:59:40.419Z[ recovery-image] Dec 20 21:59:38.237 INFO O| Dec 20 21:59:38.237 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79482024-12-20T21:59:40.866Z[ recovery-image] Dec 20 21:59:38.692 INFO O| Dec 20 21:59:38.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79492024-12-20T21:59:41.099Z[ recovery-image] Dec 20 21:59:38.925 INFO O| Dec 20 21:59:38.925 INFO completed processing gimlet/ramdisk-03-recovery-trim
79502024-12-20T21:59:41.109Z[ recovery-image] Dec 20 21:59:38.935 INFO image builder template: zfs-recovery...
79512024-12-20T21:59:41.109Z[ recovery-image] Dec 20 21:59:38.935 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/.tmpUUBaUa/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
79522024-12-20T21:59:41.163Z[ recovery-image] Dec 20 21:59:38.989 INFO O| Dec 20 21:59:38.989 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79532024-12-20T21:59:41.178Z[ recovery-image] Dec 20 21:59:39.004 INFO O| Dec 20 21:59:39.004 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79542024-12-20T21:59:41.337Z[ recovery-image] Dec 20 21:59:39.163 INFO O| Dec 20 21:59:39.163 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79552024-12-20T21:59:41.426Z[ recovery-image] Dec 20 21:59:39.252 INFO O| Dec 20 21:59:39.251 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79562024-12-20T21:59:41.426Z[ recovery-image] Dec 20 21:59:39.252 INFO O| Dec 20 21:59:39.252 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79572024-12-20T21:59:41.433Z[ recovery-image] Dec 20 21:59:39.259 INFO O| Dec 20 21:59:39.259 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79582024-12-20T21:59:41.543Z[ recovery-image] Dec 20 21:59:39.369 INFO O| Dec 20 21:59:39.369 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79592024-12-20T21:59:41.644Z[ recovery-image] Dec 20 21:59:39.470 INFO O| Dec 20 21:59:39.470 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79602024-12-20T21:59:41.679Z[ recovery-image] Dec 20 21:59:39.504 INFO O| Dec 20 21:59:39.504 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79612024-12-20T21:59:41.688Z[ recovery-image] Dec 20 21:59:39.514 INFO O| Dec 20 21:59:39.514 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79622024-12-20T21:59:41.812Z[ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.589 INFO no lofi found
79632024-12-20T21:59:41.812Z[ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.590 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79642024-12-20T21:59:41.812Z[ recovery-image] Dec 20 21:59:39.590 INFO O| Dec 20 21:59:39.590 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79652024-12-20T21:59:43.532Z[ host-image] Dec 20 21:59:41.358 INFO O| Dec 20 21:59:41.358 INFO O| Actions: 47118/49485 actions (Installing new actions)
79662024-12-20T21:59:44.187Z[ recovery-image] Dec 20 21:59:42.012 INFO O| Dec 20 21:59:42.012 INFO lofi device = /dev/dsk/c2t1d0p0
79672024-12-20T21:59:44.188Z[ recovery-image] Dec 20 21:59:42.013 INFO O| Dec 20 21:59:42.012 INFO pool device = /dev/dsk/c2t1d0p0
79682024-12-20T21:59:44.190Z[ recovery-image] Dec 20 21:59:42.013 INFO O| Dec 20 21:59:42.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79692024-12-20T21:59:44.523Z[ recovery-image] Dec 20 21:59:42.348 INFO O| Dec 20 21:59:42.348 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79702024-12-20T21:59:44.523Z[ recovery-image] Dec 20 21:59:42.348 INFO O| Dec 20 21:59:42.348 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79712024-12-20T21:59:44.579Z[ recovery-image] Dec 20 21:59:42.404 INFO O| Dec 20 21:59:42.404 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79722024-12-20T21:59:44.867Z[ recovery-image] Dec 20 21:59:42.692 INFO O| Dec 20 21:59:42.692 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79732024-12-20T21:59:44.957Z[ recovery-image] Dec 20 21:59:42.782 INFO O| Dec 20 21:59:42.782 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79742024-12-20T21:59:44.984Z[ recovery-image] Dec 20 21:59:42.809 INFO O| Dec 20 21:59:42.809 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79752024-12-20T21:59:45.005Z[ recovery-image] Dec 20 21:59:42.830 INFO O| Dec 20 21:59:42.830 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79762024-12-20T21:59:45.193Z[ recovery-image] Dec 20 21:59:43.018 INFO O| Dec 20 21:59:43.018 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79772024-12-20T21:59:45.196Z[ recovery-image] Dec 20 21:59:43.019 INFO O| Dec 20 21:59:43.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79782024-12-20T21:59:45.196Z[ recovery-image] Dec 20 21:59:43.019 INFO O| Dec 20 21:59:43.019 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79792024-12-20T21:59:45.219Z[ recovery-image] Dec 20 21:59:43.043 INFO O| Dec 20 21:59:43.043 INFO boot environment UUID: 03693f23-5375-4942-8e9b-44ed83f6fc7b
79802024-12-20T21:59:45.219Z[ recovery-image] Dec 20 21:59:43.043 INFO O| Dec 20 21:59:43.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 03693f23-5375-4942-8e9b-44ed83f6fc7b
79812024-12-20T21:59:45.243Z[ host-image] Dec 20 21:59:43.068 INFO O| Dec 20 21:59:43.068 INFO O| Actions: Completed 49485 actions in 21.72 seconds.
79822024-12-20T21:59:45.312Z[ recovery-image] Dec 20 21:59:43.137 INFO O| Dec 20 21:59:43.136 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79832024-12-20T21:59:45.337Z[ recovery-image] Dec 20 21:59:43.162 INFO O| Dec 20 21:59:43.162 INFO STEP 0 (create_be) COMPLETE
79842024-12-20T21:59:45.337Z[ recovery-image] Dec 20 21:59:43.162 INFO O| Dec 20 21:59:43.162 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79852024-12-20T21:59:45.385Z[ recovery-image] Dec 20 21:59:43.209 INFO O| Dec 20 21:59:43.209 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"]
79862024-12-20T21:59:46.373Z[ host-image] Dec 20 21:59:44.198 INFO O| Dec 20 21:59:44.198 INFO O| Done
79872024-12-20T21:59:46.374Z[ host-image] Dec 20 21:59:44.198 INFO O| Dec 20 21:59:44.198 INFO O| Done
79882024-12-20T21:59:49.705Z[ host-image] Dec 20 21:59:47.529 INFO O| Dec 20 21:59:47.529 INFO O| Done
79892024-12-20T21:59:52.571Z[ recovery-image] Dec 20 21:59:50.395 INFO O| Dec 20 21:59:50.395 INFO STEP 1 (unpack_tar) COMPLETE
79902024-12-20T21:59:52.571Z[ recovery-image] Dec 20 21:59:50.395 INFO O| Dec 20 21:59:50.395 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79912024-12-20T21:59:52.591Z[ recovery-image] Dec 20 21:59:50.415 INFO O| Dec 20 21:59:50.414 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79922024-12-20T21:59:53.047Z[ recovery-image] Dec 20 21:59:50.871 INFO O| Dec 20 21:59:50.871 INFO STEP 2 (devfsadm) COMPLETE
79932024-12-20T21:59:53.047Z[ recovery-image] Dec 20 21:59:50.871 INFO O| Dec 20 21:59:50.871 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79942024-12-20T21:59:53.067Z[ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79952024-12-20T21:59:53.067Z[ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79962024-12-20T21:59:53.070Z[ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO STEP 3 (ensure_dir) COMPLETE
79972024-12-20T21:59:53.071Z[ recovery-image] Dec 20 21:59:50.891 INFO O| Dec 20 21:59:50.891 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79982024-12-20T21:59:53.109Z[ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79992024-12-20T21:59:53.112Z[ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO STEP 4 (ensure_dir) COMPLETE
80002024-12-20T21:59:53.113Z[ recovery-image] Dec 20 21:59:50.933 INFO O| Dec 20 21:59:50.933 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80012024-12-20T21:59:53.123Z[ host-image] Dec 20 21:59:50.947 INFO O| Dec 20 21:59:50.947 INFO O| Done
80022024-12-20T21:59:53.159Z[ host-image] Dec 20 21:59:50.982 INFO O| Dec 20 21:59:50.982 INFO O| Done
80032024-12-20T21:59:53.161Z[ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80042024-12-20T21:59:53.161Z[ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO STEP 5 (ensure_dir) COMPLETE
80052024-12-20T21:59:53.161Z[ recovery-image] Dec 20 21:59:50.983 INFO O| Dec 20 21:59:50.983 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80062024-12-20T21:59:53.180Z[ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80072024-12-20T21:59:53.183Z[ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80082024-12-20T21:59:53.183Z[ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO STEP 6 (ensure_dir) COMPLETE
80092024-12-20T21:59:53.183Z[ recovery-image] Dec 20 21:59:51.004 INFO O| Dec 20 21:59:51.004 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102024-12-20T21:59:53.237Z[ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80112024-12-20T21:59:53.239Z[ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80122024-12-20T21:59:53.239Z[ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO STEP 7 (ensure_dir) COMPLETE
80132024-12-20T21:59:53.239Z[ recovery-image] Dec 20 21:59:51.060 INFO O| Dec 20 21:59:51.060 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80142024-12-20T21:59:53.286Z[ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80152024-12-20T21:59:53.289Z[ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO STEP 8 (remove_files) COMPLETE
80162024-12-20T21:59:53.289Z[ recovery-image] Dec 20 21:59:51.109 INFO O| Dec 20 21:59:51.109 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80172024-12-20T21:59:53.306Z[ recovery-image] Dec 20 21:59:51.130 INFO O| Dec 20 21:59:51.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80182024-12-20T21:59:53.309Z[ recovery-image] Dec 20 21:59:51.131 INFO O| Dec 20 21:59:51.131 INFO STEP 9 (remove_files) COMPLETE
80192024-12-20T21:59:53.309Z[ recovery-image] Dec 20 21:59:51.131 INFO O| Dec 20 21:59:51.131 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80202024-12-20T21:59:53.350Z[ recovery-image] Dec 20 21:59:51.173 INFO O| Dec 20 21:59:51.173 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80212024-12-20T21:59:53.352Z[ recovery-image] Dec 20 21:59:51.174 INFO O| Dec 20 21:59:51.174 INFO STEP 10 (remove_files) COMPLETE
80222024-12-20T21:59:53.352Z[ recovery-image] Dec 20 21:59:51.174 INFO O| Dec 20 21:59:51.174 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232024-12-20T21:59:53.376Z[ recovery-image] Dec 20 21:59:51.199 INFO O| Dec 20 21:59:51.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80242024-12-20T21:59:53.376Z[ recovery-image] Dec 20 21:59:51.200 INFO O| Dec 20 21:59:51.199 INFO STEP 11 (remove_files) COMPLETE
80252024-12-20T21:59:53.376Z[ recovery-image] Dec 20 21:59:51.200 INFO O| Dec 20 21:59:51.200 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80262024-12-20T21:59:53.430Z[ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80272024-12-20T21:59:53.430Z[ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO STEP 12 (remove_files) COMPLETE
80282024-12-20T21:59:53.430Z[ recovery-image] Dec 20 21:59:51.253 INFO O| Dec 20 21:59:51.253 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80292024-12-20T21:59:53.507Z[ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80302024-12-20T21:59:53.507Z[ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80312024-12-20T21:59:53.507Z[ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO STEP 13 (ensure_dir) COMPLETE
80322024-12-20T21:59:53.510Z[ recovery-image] Dec 20 21:59:51.330 INFO O| Dec 20 21:59:51.330 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332024-12-20T21:59:53.539Z[ recovery-image] Dec 20 21:59:51.361 INFO O| Dec 20 21:59:51.361 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80342024-12-20T21:59:53.539Z[ recovery-image] Dec 20 21:59:51.361 INFO O| Dec 20 21:59:51.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80352024-12-20T21:59:53.541Z[ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80362024-12-20T21:59:53.541Z[ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO STEP 14 (ensure_dir) COMPLETE
80372024-12-20T21:59:53.541Z[ recovery-image] Dec 20 21:59:51.362 INFO O| Dec 20 21:59:51.362 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382024-12-20T21:59:53.559Z[ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80392024-12-20T21:59:53.561Z[ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80402024-12-20T21:59:53.561Z[ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80412024-12-20T21:59:53.561Z[ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO STEP 15 (ensure_dir) COMPLETE
80422024-12-20T21:59:53.561Z[ recovery-image] Dec 20 21:59:51.382 INFO O| Dec 20 21:59:51.382 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80432024-12-20T21:59:53.603Z[ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80442024-12-20T21:59:53.603Z[ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80452024-12-20T21:59:53.605Z[ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO STEP 16 (ensure_dir) COMPLETE
80462024-12-20T21:59:53.605Z[ recovery-image] Dec 20 21:59:51.426 INFO O| Dec 20 21:59:51.426 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-20T21:59:53.638Z[ recovery-image] Dec 20 21:59:51.461 INFO O| Dec 20 21:59:51.461 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80482024-12-20T21:59:53.638Z[ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80492024-12-20T21:59:53.641Z[ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.462 INFO STEP 17 (ensure_dir) COMPLETE
80502024-12-20T21:59:53.641Z[ recovery-image] Dec 20 21:59:51.462 INFO O| Dec 20 21:59:51.462 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80512024-12-20T21:59:53.692Z[ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80522024-12-20T21:59:53.692Z[ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80532024-12-20T21:59:53.695Z[ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO ok!
80542024-12-20T21:59:53.695Z[ recovery-image] Dec 20 21:59:51.515 INFO O| Dec 20 21:59:51.515 INFO STEP 18 (ensure_symlink) COMPLETE
80552024-12-20T21:59:53.695Z[ recovery-image] Dec 20 21:59:51.516 INFO O| Dec 20 21:59:51.515 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562024-12-20T21:59:53.752Z[ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80572024-12-20T21:59:53.753Z[ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80582024-12-20T21:59:53.755Z[ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO ok!
80592024-12-20T21:59:53.755Z[ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO STEP 19 (ensure_file) COMPLETE
80602024-12-20T21:59:53.755Z[ recovery-image] Dec 20 21:59:51.576 INFO O| Dec 20 21:59:51.576 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80612024-12-20T21:59:53.833Z[ recovery-image] Dec 20 21:59:51.656 INFO O| Dec 20 21:59:51.656 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80622024-12-20T21:59:53.833Z[ recovery-image] Dec 20 21:59:51.656 INFO O| Dec 20 21:59:51.656 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80632024-12-20T21:59:53.835Z[ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80642024-12-20T21:59:53.835Z[ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO ok!
80652024-12-20T21:59:53.836Z[ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO STEP 20 (ensure_symlink) COMPLETE
80662024-12-20T21:59:53.836Z[ recovery-image] Dec 20 21:59:51.657 INFO O| Dec 20 21:59:51.657 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80672024-12-20T21:59:53.879Z[ recovery-image] Dec 20 21:59:51.702 INFO O| Dec 20 21:59:51.702 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80682024-12-20T21:59:53.879Z[ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80692024-12-20T21:59:53.882Z[ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80702024-12-20T21:59:53.882Z[ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO ok!
80712024-12-20T21:59:53.882Z[ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO STEP 21 (ensure_symlink) COMPLETE
80722024-12-20T21:59:53.882Z[ recovery-image] Dec 20 21:59:51.703 INFO O| Dec 20 21:59:51.703 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80732024-12-20T21:59:53.900Z[ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80742024-12-20T21:59:53.900Z[ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80752024-12-20T21:59:53.902Z[ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80762024-12-20T21:59:53.902Z[ recovery-image] Dec 20 21:59:51.723 INFO O| Dec 20 21:59:51.723 INFO ok!
80772024-12-20T21:59:53.902Z[ recovery-image] Dec 20 21:59:51.724 INFO O| Dec 20 21:59:51.724 INFO STEP 22 (ensure_symlink) COMPLETE
80782024-12-20T21:59:53.902Z[ recovery-image] Dec 20 21:59:51.724 INFO O| Dec 20 21:59:51.724 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80792024-12-20T21:59:53.920Z[ recovery-image] Dec 20 21:59:51.743 INFO O| Dec 20 21:59:51.743 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80802024-12-20T21:59:53.920Z[ recovery-image] Dec 20 21:59:51.743 INFO O| Dec 20 21:59:51.743 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80812024-12-20T21:59:53.923Z[ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80822024-12-20T21:59:53.923Z[ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO ok!
80832024-12-20T21:59:53.923Z[ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO STEP 23 (ensure_symlink) COMPLETE
80842024-12-20T21:59:53.923Z[ recovery-image] Dec 20 21:59:51.744 INFO O| Dec 20 21:59:51.744 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80852024-12-20T21:59:53.941Z[ recovery-image] Dec 20 21:59:51.764 INFO O| Dec 20 21:59:51.764 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80862024-12-20T21:59:53.943Z[ recovery-image] Dec 20 21:59:51.764 INFO O| Dec 20 21:59:51.764 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 ...
80872024-12-20T21:59:53.943Z[ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80882024-12-20T21:59:53.944Z[ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO ok!
80892024-12-20T21:59:53.944Z[ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO STEP 24 (ensure_file) COMPLETE
80902024-12-20T21:59:53.944Z[ recovery-image] Dec 20 21:59:51.765 INFO O| Dec 20 21:59:51.765 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80912024-12-20T21:59:53.976Z[ recovery-image] Dec 20 21:59:51.799 INFO O| Dec 20 21:59:51.799 INFO updating shadow file
80922024-12-20T21:59:53.979Z[ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80932024-12-20T21:59:53.979Z[ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80942024-12-20T21:59:53.979Z[ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO STEP 25 (shadow) COMPLETE
80952024-12-20T21:59:53.979Z[ recovery-image] Dec 20 21:59:51.800 INFO O| Dec 20 21:59:51.800 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80962024-12-20T21:59:54.066Z[ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80972024-12-20T21:59:54.068Z[ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80982024-12-20T21:59:54.068Z[ recovery-image] Dec 20 21:59:51.889 INFO O| Dec 20 21:59:51.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80992024-12-20T21:59:54.068Z[ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO ok!
81002024-12-20T21:59:54.068Z[ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO STEP 26 (ensure_file) COMPLETE
81012024-12-20T21:59:54.068Z[ recovery-image] Dec 20 21:59:51.890 INFO O| Dec 20 21:59:51.890 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81022024-12-20T21:59:54.112Z[ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81032024-12-20T21:59:54.112Z[ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81042024-12-20T21:59:54.115Z[ recovery-image] Dec 20 21:59:51.935 INFO O| Dec 20 21:59:51.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81052024-12-20T21:59:54.115Z[ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.935 INFO ok!
81062024-12-20T21:59:54.115Z[ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.936 INFO STEP 27 (ensure_file) COMPLETE
81072024-12-20T21:59:54.115Z[ recovery-image] Dec 20 21:59:51.936 INFO O| Dec 20 21:59:51.936 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81082024-12-20T21:59:54.133Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.956 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81092024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81102024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81112024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81122024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO ok!
81132024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO STEP 28 (ensure_file) COMPLETE
81142024-12-20T21:59:54.136Z[ recovery-image] Dec 20 21:59:51.957 INFO O| Dec 20 21:59:51.957 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152024-12-20T21:59:54.153Z[ recovery-image] Dec 20 21:59:51.976 INFO O| Dec 20 21:59:51.976 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81162024-12-20T21:59:54.153Z[ recovery-image] Dec 20 21:59:51.976 INFO O| Dec 20 21:59:51.976 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81172024-12-20T21:59:54.156Z[ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81182024-12-20T21:59:54.156Z[ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO ok!
81192024-12-20T21:59:54.156Z[ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO STEP 29 (ensure_file) COMPLETE
81202024-12-20T21:59:54.156Z[ recovery-image] Dec 20 21:59:51.977 INFO O| Dec 20 21:59:51.977 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81212024-12-20T21:59:54.173Z[ recovery-image] Dec 20 21:59:51.996 INFO O| Dec 20 21:59:51.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81222024-12-20T21:59:54.173Z[ recovery-image] Dec 20 21:59:51.996 INFO O| Dec 20 21:59:51.996 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81232024-12-20T21:59:54.183Z[ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81242024-12-20T21:59:54.183Z[ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO ok!
81252024-12-20T21:59:54.183Z[ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO STEP 30 (ensure_file) COMPLETE
81262024-12-20T21:59:54.183Z[ recovery-image] Dec 20 21:59:51.997 INFO O| Dec 20 21:59:51.997 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81272024-12-20T21:59:54.195Z[ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81282024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81292024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81302024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81312024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.018 INFO O| Dec 20 21:59:52.018 INFO ok!
81322024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.019 INFO O| Dec 20 21:59:52.019 INFO STEP 31 (ensure_file) COMPLETE
81332024-12-20T21:59:54.198Z[ recovery-image] Dec 20 21:59:52.019 INFO O| Dec 20 21:59:52.019 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81342024-12-20T21:59:54.216Z[ recovery-image] Dec 20 21:59:52.039 INFO O| Dec 20 21:59:52.039 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81352024-12-20T21:59:54.219Z[ recovery-image] Dec 20 21:59:52.039 INFO O| Dec 20 21:59:52.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81362024-12-20T21:59:54.219Z[ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81372024-12-20T21:59:54.219Z[ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO ok!
81382024-12-20T21:59:54.219Z[ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO STEP 32 (ensure_file) COMPLETE
81392024-12-20T21:59:54.219Z[ recovery-image] Dec 20 21:59:52.040 INFO O| Dec 20 21:59:52.040 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81402024-12-20T21:59:54.239Z[ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81412024-12-20T21:59:54.239Z[ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81422024-12-20T21:59:54.241Z[ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81432024-12-20T21:59:54.241Z[ recovery-image] Dec 20 21:59:52.062 INFO O| Dec 20 21:59:52.062 INFO ok!
81442024-12-20T21:59:54.241Z[ recovery-image] Dec 20 21:59:52.063 INFO O| Dec 20 21:59:52.062 INFO STEP 33 (ensure_file) COMPLETE
81452024-12-20T21:59:54.241Z[ recovery-image] Dec 20 21:59:52.063 INFO O| Dec 20 21:59:52.063 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81462024-12-20T21:59:54.259Z[ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81472024-12-20T21:59:54.259Z[ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81482024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81492024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81502024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.083 INFO O| Dec 20 21:59:52.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81512024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.083 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81522024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO ok!
81532024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO STEP 34 (ensure_file) COMPLETE
81542024-12-20T21:59:54.262Z[ recovery-image] Dec 20 21:59:52.084 INFO O| Dec 20 21:59:52.084 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81552024-12-20T21:59:54.280Z[ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.103 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81562024-12-20T21:59:54.280Z[ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81572024-12-20T21:59:54.283Z[ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81582024-12-20T21:59:54.284Z[ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO STEP 35 (ensure_dir) COMPLETE
81592024-12-20T21:59:54.284Z[ recovery-image] Dec 20 21:59:52.104 INFO O| Dec 20 21:59:52.104 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81602024-12-20T21:59:54.310Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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
81612024-12-20T21:59:54.310Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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 ...
81622024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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
81632024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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
81642024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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
81652024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 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
81662024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO ok!
81672024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO STEP 36 (ensure_file) COMPLETE
81682024-12-20T21:59:54.312Z[ recovery-image] Dec 20 21:59:52.133 INFO O| Dec 20 21:59:52.133 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81692024-12-20T21:59:54.347Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81702024-12-20T21:59:54.347Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 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 ...
81712024-12-20T21:59:54.347Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81722024-12-20T21:59:54.349Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO ok!
81732024-12-20T21:59:54.350Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO STEP 37 (ensure_symlink) COMPLETE
81742024-12-20T21:59:54.350Z[ recovery-image] Dec 20 21:59:52.170 INFO O| Dec 20 21:59:52.170 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81752024-12-20T21:59:54.368Z[ recovery-image] Dec 20 21:59:52.191 INFO O| Dec 20 21:59:52.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81762024-12-20T21:59:54.368Z[ recovery-image] Dec 20 21:59:52.191 INFO O| Dec 20 21:59:52.191 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81772024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81782024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81792024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81802024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81812024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO ok!
81822024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO STEP 38 (ensure_file) COMPLETE
81832024-12-20T21:59:54.371Z[ recovery-image] Dec 20 21:59:52.192 INFO O| Dec 20 21:59:52.192 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842024-12-20T21:59:54.407Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81852024-12-20T21:59:54.407Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 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 ...
81862024-12-20T21:59:54.407Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 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
81872024-12-20T21:59:54.410Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81882024-12-20T21:59:54.410Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO ok!
81892024-12-20T21:59:54.410Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO STEP 39 (ensure_file) COMPLETE
81902024-12-20T21:59:54.410Z[ recovery-image] Dec 20 21:59:52.230 INFO O| Dec 20 21:59:52.230 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81912024-12-20T21:59:54.471Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81922024-12-20T21:59:54.471Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81932024-12-20T21:59:54.474Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81942024-12-20T21:59:54.474Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO ok!
81952024-12-20T21:59:54.474Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO STEP 40 (ensure_file) COMPLETE
81962024-12-20T21:59:54.474Z[ recovery-image] Dec 20 21:59:52.294 INFO O| Dec 20 21:59:52.294 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81972024-12-20T21:59:54.492Z[ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.314 INFO updating shadow file
81982024-12-20T21:59:54.495Z[ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81992024-12-20T21:59:54.495Z[ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO STEP 41 (shadow) COMPLETE
82002024-12-20T21:59:54.495Z[ recovery-image] Dec 20 21:59:52.315 INFO O| Dec 20 21:59:52.315 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82012024-12-20T21:59:54.512Z[ recovery-image] Dec 20 21:59:52.335 INFO O| Dec 20 21:59:52.335 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82022024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.335 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82032024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82042024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82052024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO ok!
82062024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO STEP 42 (ensure_file) COMPLETE
82072024-12-20T21:59:54.515Z[ recovery-image] Dec 20 21:59:52.336 INFO O| Dec 20 21:59:52.336 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82082024-12-20T21:59:54.533Z[ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82092024-12-20T21:59:54.533Z[ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO STEP 43 (ensure_dir) COMPLETE
82102024-12-20T21:59:54.533Z[ recovery-image] Dec 20 21:59:52.355 INFO O| Dec 20 21:59:52.355 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82112024-12-20T21:59:54.552Z[ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82122024-12-20T21:59:54.552Z[ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82132024-12-20T21:59:54.552Z[ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO STEP 44 (ensure_dir) COMPLETE
82142024-12-20T21:59:54.552Z[ recovery-image] Dec 20 21:59:52.375 INFO O| Dec 20 21:59:52.375 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82152024-12-20T21:59:54.572Z[ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82162024-12-20T21:59:54.572Z[ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82172024-12-20T21:59:54.572Z[ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO STEP 45 (ensure_dir) COMPLETE
82182024-12-20T21:59:54.575Z[ recovery-image] Dec 20 21:59:52.395 INFO O| Dec 20 21:59:52.395 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82192024-12-20T21:59:54.592Z[ recovery-image] Dec 20 21:59:52.415 INFO O| Dec 20 21:59:52.414 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82202024-12-20T21:59:54.592Z[ recovery-image] Dec 20 21:59:52.415 INFO O| Dec 20 21:59:52.415 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82212024-12-20T21:59:54.640Z[ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82222024-12-20T21:59:54.640Z[ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO ok!
82232024-12-20T21:59:54.640Z[ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO STEP 46 (ensure_file) COMPLETE
82242024-12-20T21:59:54.640Z[ recovery-image] Dec 20 21:59:52.462 INFO O| Dec 20 21:59:52.462 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82252024-12-20T21:59:54.674Z[ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82262024-12-20T21:59:54.674Z[ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82272024-12-20T21:59:54.677Z[ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO STEP 47 (ensure_dir) COMPLETE
82282024-12-20T21:59:54.677Z[ recovery-image] Dec 20 21:59:52.496 INFO O| Dec 20 21:59:52.496 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82292024-12-20T21:59:54.695Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82302024-12-20T21:59:54.695Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82312024-12-20T21:59:54.695Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82322024-12-20T21:59:54.695Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO ok!
82332024-12-20T21:59:54.698Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO STEP 48 (ensure_file) COMPLETE
82342024-12-20T21:59:54.698Z[ recovery-image] Dec 20 21:59:52.518 INFO O| Dec 20 21:59:52.518 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82352024-12-20T21:59:54.716Z[ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82362024-12-20T21:59:54.716Z[ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82372024-12-20T21:59:54.716Z[ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO STEP 49 (ensure_dir) COMPLETE
82382024-12-20T21:59:54.716Z[ recovery-image] Dec 20 21:59:52.539 INFO O| Dec 20 21:59:52.539 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82392024-12-20T21:59:54.735Z[ recovery-image] Dec 20 21:59:52.558 INFO O| Dec 20 21:59:52.558 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82402024-12-20T21:59:54.735Z[ recovery-image] Dec 20 21:59:52.558 INFO O| Dec 20 21:59:52.558 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82412024-12-20T21:59:54.758Z[ recovery-image] Dec 20 21:59:52.580 INFO O| Dec 20 21:59:52.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82422024-12-20T21:59:54.758Z[ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.580 INFO ok!
82432024-12-20T21:59:54.758Z[ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.580 INFO STEP 50 (ensure_file) COMPLETE
82442024-12-20T21:59:54.758Z[ recovery-image] Dec 20 21:59:52.581 INFO O| Dec 20 21:59:52.581 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82452024-12-20T21:59:54.777Z[ recovery-image] Dec 20 21:59:52.600 INFO O| Dec 20 21:59:52.600 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82462024-12-20T21:59:54.777Z[ recovery-image] Dec 20 21:59:52.600 INFO O| Dec 20 21:59:52.600 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82472024-12-20T21:59:56.845Z[ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82482024-12-20T21:59:56.845Z[ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO ok!
82492024-12-20T21:59:56.848Z[ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO STEP 51 (ensure_file) COMPLETE
82502024-12-20T21:59:56.848Z[ recovery-image] Dec 20 21:59:54.668 INFO O| Dec 20 21:59:54.668 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82512024-12-20T21:59:56.866Z[ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82522024-12-20T21:59:56.866Z[ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82532024-12-20T21:59:56.866Z[ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO STEP 52 (ensure_dir) COMPLETE
82542024-12-20T21:59:56.869Z[ recovery-image] Dec 20 21:59:54.689 INFO O| Dec 20 21:59:54.689 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82552024-12-20T21:59:56.891Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82562024-12-20T21:59:56.891Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO copying /tmp/.tmpUUBaUa/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 ...
82572024-12-20T21:59:56.891Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 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
82582024-12-20T21:59:56.891Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO ok!
82592024-12-20T21:59:56.894Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO STEP 53 (ensure_file) COMPLETE
82602024-12-20T21:59:56.894Z[ recovery-image] Dec 20 21:59:54.714 INFO O| Dec 20 21:59:54.714 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612024-12-20T21:59:56.912Z[ recovery-image] Dec 20 21:59:54.734 INFO O| Dec 20 21:59:54.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82622024-12-20T21:59:56.912Z[ recovery-image] Dec 20 21:59:54.734 INFO O| Dec 20 21:59:54.734 INFO copying /tmp/.tmpUUBaUa/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 ...
82632024-12-20T21:59:56.915Z[ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.734 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
82642024-12-20T21:59:56.915Z[ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO ok!
82652024-12-20T21:59:56.915Z[ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO STEP 54 (ensure_file) COMPLETE
82662024-12-20T21:59:56.915Z[ recovery-image] Dec 20 21:59:54.735 INFO O| Dec 20 21:59:54.735 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-20T21:59:56.932Z[ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82682024-12-20T21:59:56.932Z[ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82692024-12-20T21:59:56.932Z[ recovery-image] Dec 20 21:59:54.754 INFO O| Dec 20 21:59:54.754 INFO STEP 55 (ensure_dir) COMPLETE
82702024-12-20T21:59:56.934Z[ recovery-image] Dec 20 21:59:54.755 INFO O| Dec 20 21:59:54.754 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712024-12-20T21:59:56.953Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82722024-12-20T21:59:56.953Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO copying /tmp/.tmpUUBaUa/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 ...
82732024-12-20T21:59:56.956Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82742024-12-20T21:59:56.956Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO ok!
82752024-12-20T21:59:56.956Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO STEP 56 (ensure_file) COMPLETE
82762024-12-20T21:59:56.956Z[ recovery-image] Dec 20 21:59:54.776 INFO O| Dec 20 21:59:54.776 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-20T21:59:56.974Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82782024-12-20T21:59:56.974Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO copying /tmp/.tmpUUBaUa/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 ...
82792024-12-20T21:59:56.977Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 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
82802024-12-20T21:59:56.977Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO ok!
82812024-12-20T21:59:56.977Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO STEP 57 (ensure_file) COMPLETE
82822024-12-20T21:59:56.977Z[ recovery-image] Dec 20 21:59:54.796 INFO O| Dec 20 21:59:54.796 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-20T21:59:57.011Z[ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82842024-12-20T21:59:57.012Z[ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82852024-12-20T21:59:57.012Z[ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO STEP 58 (ensure_dir) COMPLETE
82862024-12-20T21:59:57.014Z[ recovery-image] Dec 20 21:59:54.834 INFO O| Dec 20 21:59:54.834 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872024-12-20T21:59:57.034Z[ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82882024-12-20T21:59:57.034Z[ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO copying /tmp/.tmpUUBaUa/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 ...
82892024-12-20T21:59:57.036Z[ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82902024-12-20T21:59:57.036Z[ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO ok!
82912024-12-20T21:59:57.036Z[ recovery-image] Dec 20 21:59:54.856 INFO O| Dec 20 21:59:54.856 INFO STEP 59 (ensure_file) COMPLETE
82922024-12-20T21:59:57.036Z[ recovery-image] Dec 20 21:59:54.857 INFO O| Dec 20 21:59:54.856 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-20T21:59:57.065Z[ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82942024-12-20T21:59:57.065Z[ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82952024-12-20T21:59:57.068Z[ recovery-image] Dec 20 21:59:54.887 INFO O| Dec 20 21:59:54.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82962024-12-20T21:59:57.068Z[ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO ok!
82972024-12-20T21:59:57.068Z[ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO STEP 60 (ensure_file) COMPLETE
82982024-12-20T21:59:57.068Z[ recovery-image] Dec 20 21:59:54.888 INFO O| Dec 20 21:59:54.887 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-20T21:59:57.176Z[ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.998 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83002024-12-20T21:59:57.176Z[ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.999 INFO STEP 61 (ensure_dir) COMPLETE
83012024-12-20T21:59:57.179Z[ recovery-image] Dec 20 21:59:54.999 INFO O| Dec 20 21:59:54.999 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022024-12-20T21:59:57.235Z[ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83032024-12-20T21:59:57.235Z[ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO STEP 62 (ensure_dir) COMPLETE
83042024-12-20T21:59:57.235Z[ recovery-image] Dec 20 21:59:55.057 INFO O| Dec 20 21:59:55.057 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-20T21:59:57.294Z[ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83062024-12-20T21:59:57.294Z[ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO STEP 63 (ensure_dir) COMPLETE
83072024-12-20T21:59:57.294Z[ recovery-image] Dec 20 21:59:55.116 INFO O| Dec 20 21:59:55.116 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-20T21:59:57.313Z[ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83092024-12-20T21:59:57.313Z[ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO STEP 64 (ensure_dir) COMPLETE
83102024-12-20T21:59:57.315Z[ recovery-image] Dec 20 21:59:55.135 INFO O| Dec 20 21:59:55.135 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-20T21:59:57.335Z[ recovery-image] Dec 20 21:59:55.157 INFO O| Dec 20 21:59:55.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83122024-12-20T21:59:57.335Z[ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.157 INFO copying /tmp/.tmpUUBaUa/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83132024-12-20T21:59:57.338Z[ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83142024-12-20T21:59:57.338Z[ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO ok!
83152024-12-20T21:59:57.338Z[ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO STEP 65 (ensure_file) COMPLETE
83162024-12-20T21:59:57.338Z[ recovery-image] Dec 20 21:59:55.158 INFO O| Dec 20 21:59:55.158 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83172024-12-20T21:59:57.367Z[ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83182024-12-20T21:59:57.370Z[ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO STEP 66 (remove_files) COMPLETE
83192024-12-20T21:59:57.370Z[ recovery-image] Dec 20 21:59:55.190 INFO O| Dec 20 21:59:55.190 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83202024-12-20T21:59:57.404Z[ recovery-image] Dec 20 21:59:55.226 INFO O| Dec 20 21:59:55.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83212024-12-20T21:59:57.406Z[ recovery-image] Dec 20 21:59:55.227 INFO O| Dec 20 21:59:55.227 INFO STEP 67 (remove_files) COMPLETE
83222024-12-20T21:59:57.406Z[ recovery-image] Dec 20 21:59:55.227 INFO O| Dec 20 21:59:55.227 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83232024-12-20T21:59:57.432Z[ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83242024-12-20T21:59:57.435Z[ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO STEP 68 (remove_files) COMPLETE
83252024-12-20T21:59:57.435Z[ recovery-image] Dec 20 21:59:55.255 INFO O| Dec 20 21:59:55.255 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83262024-12-20T21:59:57.452Z[ recovery-image] Dec 20 21:59:55.275 INFO O| Dec 20 21:59:55.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83272024-12-20T21:59:57.455Z[ recovery-image] Dec 20 21:59:55.275 INFO O| Dec 20 21:59:55.275 INFO STEP 69 (remove_files) COMPLETE
83282024-12-20T21:59:57.455Z[ recovery-image] Dec 20 21:59:55.276 INFO O| Dec 20 21:59:55.275 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83292024-12-20T21:59:57.483Z[ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83302024-12-20T21:59:57.486Z[ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.306 INFO STEP 70 (remove_files) COMPLETE
83312024-12-20T21:59:57.486Z[ recovery-image] Dec 20 21:59:55.306 INFO O| Dec 20 21:59:55.306 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83322024-12-20T21:59:57.503Z[ recovery-image] Dec 20 21:59:55.325 INFO O| Dec 20 21:59:55.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83332024-12-20T21:59:57.505Z[ recovery-image] Dec 20 21:59:55.326 INFO O| Dec 20 21:59:55.326 INFO STEP 71 (remove_files) COMPLETE
83342024-12-20T21:59:57.505Z[ recovery-image] Dec 20 21:59:55.326 INFO O| Dec 20 21:59:55.326 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83352024-12-20T21:59:57.521Z[ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83362024-12-20T21:59:57.521Z[ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.344 INFO STEP 72 (remove_files) COMPLETE
83372024-12-20T21:59:57.521Z[ recovery-image] Dec 20 21:59:55.344 INFO O| Dec 20 21:59:55.344 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83382024-12-20T21:59:57.541Z[ recovery-image] Dec 20 21:59:55.361 INFO O| Dec 20 21:59:55.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83392024-12-20T21:59:57.541Z[ recovery-image] Dec 20 21:59:55.361 INFO O| Dec 20 21:59:55.361 INFO STEP 73 (remove_files) COMPLETE
83402024-12-20T21:59:57.544Z[ recovery-image] Dec 20 21:59:55.362 INFO O| Dec 20 21:59:55.361 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83412024-12-20T21:59:57.558Z[ recovery-image] Dec 20 21:59:55.379 INFO O| Dec 20 21:59:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83422024-12-20T21:59:57.558Z[ recovery-image] Dec 20 21:59:55.380 INFO O| Dec 20 21:59:55.379 INFO STEP 74 (remove_files) COMPLETE
83432024-12-20T21:59:57.561Z[ recovery-image] Dec 20 21:59:55.380 INFO O| Dec 20 21:59:55.379 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442024-12-20T21:59:57.593Z[ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83452024-12-20T21:59:57.596Z[ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO STEP 75 (remove_files) COMPLETE
83462024-12-20T21:59:57.596Z[ recovery-image] Dec 20 21:59:55.416 INFO O| Dec 20 21:59:55.416 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472024-12-20T21:59:57.630Z[ recovery-image] Dec 20 21:59:55.452 INFO O| Dec 20 21:59:55.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83482024-12-20T21:59:57.632Z[ recovery-image] Dec 20 21:59:55.453 INFO O| Dec 20 21:59:55.452 INFO STEP 76 (remove_files) COMPLETE
83492024-12-20T21:59:57.632Z[ recovery-image] Dec 20 21:59:55.453 INFO O| Dec 20 21:59:55.453 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502024-12-20T21:59:57.649Z[ recovery-image] Dec 20 21:59:55.471 INFO O| Dec 20 21:59:55.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83512024-12-20T21:59:57.649Z[ recovery-image] Dec 20 21:59:55.471 INFO O| Dec 20 21:59:55.471 INFO STEP 77 (remove_files) COMPLETE
83522024-12-20T21:59:57.649Z[ recovery-image] Dec 20 21:59:55.472 INFO O| Dec 20 21:59:55.471 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532024-12-20T21:59:57.668Z[ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83542024-12-20T21:59:57.668Z[ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO STEP 78 (remove_files) COMPLETE
83552024-12-20T21:59:57.668Z[ recovery-image] Dec 20 21:59:55.490 INFO O| Dec 20 21:59:55.490 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562024-12-20T21:59:57.686Z[ recovery-image] Dec 20 21:59:55.508 INFO O| Dec 20 21:59:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83572024-12-20T21:59:57.686Z[ recovery-image] Dec 20 21:59:55.508 INFO O| Dec 20 21:59:55.508 INFO STEP 79 (remove_files) COMPLETE
83582024-12-20T21:59:57.689Z[ recovery-image] Dec 20 21:59:55.509 INFO O| Dec 20 21:59:55.508 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592024-12-20T21:59:57.711Z[ recovery-image] Dec 20 21:59:55.533 INFO O| Dec 20 21:59:55.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83602024-12-20T21:59:57.713Z[ recovery-image] Dec 20 21:59:55.533 INFO O| Dec 20 21:59:55.533 INFO STEP 80 (remove_files) COMPLETE
83612024-12-20T21:59:57.713Z[ recovery-image] Dec 20 21:59:55.534 INFO O| Dec 20 21:59:55.533 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-20T21:59:57.730Z[ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83632024-12-20T21:59:57.733Z[ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO STEP 81 (remove_files) COMPLETE
83642024-12-20T21:59:57.733Z[ recovery-image] Dec 20 21:59:55.553 INFO O| Dec 20 21:59:55.553 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-20T21:59:57.749Z[ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83662024-12-20T21:59:57.752Z[ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO STEP 82 (remove_files) COMPLETE
83672024-12-20T21:59:57.752Z[ recovery-image] Dec 20 21:59:55.572 INFO O| Dec 20 21:59:55.572 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-20T21:59:57.824Z[ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83692024-12-20T21:59:57.825Z[ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO STEP 83 (remove_files) COMPLETE
83702024-12-20T21:59:57.827Z[ recovery-image] Dec 20 21:59:55.647 INFO O| Dec 20 21:59:55.647 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-20T21:59:57.862Z[ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83722024-12-20T21:59:57.866Z[ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO STEP 84 (remove_files) COMPLETE
83732024-12-20T21:59:57.866Z[ recovery-image] Dec 20 21:59:55.685 INFO O| Dec 20 21:59:55.685 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-20T21:59:57.907Z[ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83752024-12-20T21:59:57.907Z[ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO STEP 85 (remove_files) COMPLETE
83762024-12-20T21:59:57.907Z[ recovery-image] Dec 20 21:59:55.729 INFO O| Dec 20 21:59:55.729 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-20T21:59:57.925Z[ recovery-image] Dec 20 21:59:55.747 INFO O| Dec 20 21:59:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83782024-12-20T21:59:57.925Z[ recovery-image] Dec 20 21:59:55.748 INFO O| Dec 20 21:59:55.748 INFO STEP 86 (remove_files) COMPLETE
83792024-12-20T21:59:57.927Z[ recovery-image] Dec 20 21:59:55.748 INFO O| Dec 20 21:59:55.748 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-20T21:59:57.943Z[ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83812024-12-20T21:59:57.943Z[ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO STEP 87 (remove_files) COMPLETE
83822024-12-20T21:59:57.943Z[ recovery-image] Dec 20 21:59:55.765 INFO O| Dec 20 21:59:55.765 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-20T21:59:57.985Z[ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83842024-12-20T21:59:57.986Z[ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO STEP 88 (remove_files) COMPLETE
83852024-12-20T21:59:57.986Z[ recovery-image] Dec 20 21:59:55.808 INFO O| Dec 20 21:59:55.808 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-20T21:59:58.006Z[ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83872024-12-20T21:59:58.006Z[ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.829 INFO STEP 89 (remove_files) COMPLETE
83882024-12-20T21:59:58.006Z[ recovery-image] Dec 20 21:59:55.829 INFO O| Dec 20 21:59:55.829 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-20T21:59:58.031Z[ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83902024-12-20T21:59:58.031Z[ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO STEP 90 (remove_files) COMPLETE
83912024-12-20T21:59:58.031Z[ recovery-image] Dec 20 21:59:55.853 INFO O| Dec 20 21:59:55.853 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-20T21:59:58.051Z[ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83932024-12-20T21:59:58.051Z[ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO STEP 91 (remove_files) COMPLETE
83942024-12-20T21:59:58.051Z[ recovery-image] Dec 20 21:59:55.872 INFO O| Dec 20 21:59:55.872 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-20T21:59:58.086Z[ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83962024-12-20T21:59:58.089Z[ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.909 INFO STEP 92 (remove_files) COMPLETE
83972024-12-20T21:59:58.089Z[ recovery-image] Dec 20 21:59:55.909 INFO O| Dec 20 21:59:55.909 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-20T21:59:58.135Z[ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83992024-12-20T21:59:58.135Z[ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.957 INFO STEP 93 (remove_files) COMPLETE
84002024-12-20T21:59:58.135Z[ recovery-image] Dec 20 21:59:55.957 INFO O| Dec 20 21:59:55.957 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-20T21:59:58.154Z[ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84022024-12-20T21:59:58.154Z[ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO STEP 94 (remove_files) COMPLETE
84032024-12-20T21:59:58.154Z[ recovery-image] Dec 20 21:59:55.976 INFO O| Dec 20 21:59:55.976 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84042024-12-20T21:59:58.182Z[ recovery-image] Dec 20 21:59:56.004 INFO O| Dec 20 21:59:56.004 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84052024-12-20T21:59:58.184Z[ recovery-image] Dec 20 21:59:56.005 INFO O| Dec 20 21:59:56.004 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84062024-12-20T22:00:01.390Z[ host-image] Dec 20 21:59:59.211 INFO O| Dec 20 21:59:59.211 INFO O| Done
84072024-12-20T22:00:05.682Z[ host-image] Dec 20 22:00:03.502 INFO O| Dec 20 22:00:03.502 INFO O| Done
84082024-12-20T22:00:06.390Z[ host-image] Dec 20 22:00:04.210 INFO O| Dec 20 22:00:04.210 INFO STEP 11 (pkg_install) COMPLETE
84092024-12-20T22:00:06.390Z[ host-image] Dec 20 22:00:04.210 INFO O| Dec 20 22:00:04.210 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84102024-12-20T22:00:06.409Z[ host-image] Dec 20 22:00:04.229 INFO O| Dec 20 22:00:04.229 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"]
84112024-12-20T22:00:07.312Z[ recovery-image] Dec 20 22:00:05.132 INFO O| Dec 20 22:00:05.132 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
84122024-12-20T22:00:07.312Z[ recovery-image] Dec 20 22:00:05.132 INFO O| Dec 20 22:00:05.132 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84132024-12-20T22:00:07.331Z[ recovery-image] Dec 20 22:00:05.151 INFO O| Dec 20 22:00:05.151 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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"}
84142024-12-20T22:00:07.491Z[ recovery-image] Dec 20 22:00:05.311 INFO O| Dec 20 22:00:05.311 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84152024-12-20T22:00:07.491Z[ recovery-image] Dec 20 22:00:05.311 INFO O| Dec 20 22:00:05.311 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 ...
84162024-12-20T22:00:07.494Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84172024-12-20T22:00:07.494Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO ok!
84182024-12-20T22:00:07.494Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84192024-12-20T22:00:07.494Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO STEP 95 (seed_smf) COMPLETE
84202024-12-20T22:00:07.497Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO steps complete; finalising image!
84212024-12-20T22:00:07.497Z[ recovery-image] Dec 20 22:00:05.314 INFO O| Dec 20 22:00:05.314 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84222024-12-20T22:00:07.562Z[ recovery-image] Dec 20 22:00:05.382 INFO O| Dec 20 22:00:05.382 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 22:00:05 2024)
84232024-12-20T22:00:07.773Z[ recovery-image] Dec 20 22:00:05.593 INFO O| Dec 20 22:00:05.593 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024)
84242024-12-20T22:00:07.994Z[ recovery-image] Dec 20 22:00:05.814 INFO O| Dec 20 22:00:05.814 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024)
84252024-12-20T22:00:08.206Z[ recovery-image] Dec 20 22:00:06.026 INFO O| Dec 20 22:00:06.026 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Dec 20 22:00:05 2024)
84262024-12-20T22:00:08.417Z[ recovery-image] Dec 20 22:00:06.237 INFO O| Dec 20 22:00:06.237 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Fri Dec 20 22:00:05 2024)
84272024-12-20T22:00:08.677Z[ recovery-image] Dec 20 22:00:06.497 INFO O| Dec 20 22:00:06.497 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84282024-12-20T22:00:08.677Z[ recovery-image] Dec 20 22:00:06.497 INFO O| Dec 20 22:00:06.497 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84292024-12-20T22:00:09.422Z[ recovery-image] Dec 20 22:00:07.241 INFO O| Dec 20 22:00:07.241 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
84302024-12-20T22:00:09.422Z[ recovery-image] Dec 20 22:00:07.241 INFO O| Dec 20 22:00:07.241 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84312024-12-20T22:00:09.883Z[ host-image] Dec 20 22:00:07.703 INFO O| Dec 20 22:00:07.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84322024-12-20T22:00:15.318Z[ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84332024-12-20T22:00:15.321Z[ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84342024-12-20T22:00:15.322Z[ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84352024-12-20T22:00:15.322Z[ recovery-image] Dec 20 22:00:13.136 INFO O| Dec 20 22:00:13.136 INFO completed processing gimlet/zfs-recovery
84362024-12-20T22:00:15.322Z[ recovery-image] Dec 20 22:00:13.137 INFO O| Dec 20 22:00:13.136 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84372024-12-20T22:00:15.384Z[ host-image] Dec 20 22:00:13.202 INFO O| Dec 20 22:00:13.202 INFO O| Planning: Solver setup ... Done
84382024-12-20T22:00:15.391Z[ host-image] Dec 20 22:00:13.209 INFO O| Dec 20 22:00:13.209 INFO O| Planning: Running solver ... Done
84392024-12-20T22:00:15.570Z[ host-image] Dec 20 22:00:13.388 INFO O| Dec 20 22:00:13.388 INFO O| Planning: Finding local manifests ... Done
84402024-12-20T22:00:15.574Z[ host-image] Dec 20 22:00:13.391 INFO O| Dec 20 22:00:13.391 INFO O| Planning: Fetching manifests: 0/5 0% complete
84412024-12-20T22:00:15.994Z[ recovery-image] Dec 20 22:00:13.811 INFO O| Dec 20 22:00:13.811 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84422024-12-20T22:00:16.131Z[ recovery-image] Dec 20 22:00:13.947 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
84432024-12-20T22:00:16.133Z[ recovery-image] Dec 20 22:00:13.948 INFO expanded image name: "recovery 5ecbe5f/${os_short_commit} 2024-12-20 21:28" -> "recovery 5ecbe5f/37a4469 2024-12-20 21:28"
84442024-12-20T22:00:16.134Z[ recovery-image] Dec 20 22:00:13.948 INFO output artefacts stored in: "/work/os-recovery"
84452024-12-20T22:00:16.134Z[ recovery-image] Dec 20 22:00:13.949 INFO collecting git info from project "phbl"...
84462024-12-20T22:00:16.165Z[ recovery-image] Dec 20 22:00:13.983 INFO collecting git info from project "bootserver"...
84472024-12-20T22:00:16.174Z[ recovery-image] Dec 20 22:00:13.993 INFO collecting git info from project "amd-host-image-builder"...
84482024-12-20T22:00:16.236Z[ host-image] Dec 20 22:00:14.054 INFO O| Dec 20 22:00:14.054 INFO O| Planning: Fetching manifests: 5/5 100% complete
84492024-12-20T22:00:16.358Z[ host-image] Dec 20 22:00:14.174 INFO O| Dec 20 22:00:14.174 INFO O| Planning: Package planning ... Done
84502024-12-20T22:00:16.375Z[ host-image] Dec 20 22:00:14.194 INFO O| Dec 20 22:00:14.194 INFO O| Planning: Merging actions ... Done
84512024-12-20T22:00:16.578Z[ host-image] Dec 20 22:00:14.396 INFO O| Dec 20 22:00:14.396 INFO O| Planning: Checking for conflicting actions ... Done
84522024-12-20T22:00:16.582Z[ host-image] Dec 20 22:00:14.398 INFO O| Dec 20 22:00:14.398 INFO O| Planning: Consolidating action changes ... Done
84532024-12-20T22:00:16.730Z[ recovery-image] Dec 20 22:00:14.548 INFO collecting git info from project "chelsio-t6-roms"...
84542024-12-20T22:00:16.760Z[ recovery-image] Dec 20 22:00:14.579 INFO collecting git info from project "pinprick"...
84552024-12-20T22:00:16.772Z[ recovery-image] Dec 20 22:00:14.588 INFO collecting git info from project "pilot"...
84562024-12-20T22:00:16.791Z[ recovery-image] Dec 20 22:00:14.609 INFO collecting git info from project "image-builder"...
84572024-12-20T22:00:16.801Z[ recovery-image] Dec 20 22:00:14.619 INFO collecting git info from project "amd-firmware"...
84582024-12-20T22:00:17.155Z[ host-image] Dec 20 22:00:14.972 INFO O| Dec 20 22:00:14.972 INFO O| Planning: Evaluating mediators ... Done
84592024-12-20T22:00:17.160Z[ host-image] Dec 20 22:00:14.975 INFO O| Dec 20 22:00:14.975 INFO O| Planning: Planning completed in 7.27 seconds
84602024-12-20T22:00:17.164Z[ host-image] Dec 20 22:00:14.977 INFO O| Dec 20 22:00:14.977 INFO O| Packages to install: 5
84612024-12-20T22:00:17.164Z[ host-image] Dec 20 22:00:14.977 INFO O| Dec 20 22:00:14.977 INFO O| Services to change: 2
84622024-12-20T22:00:17.187Z[ host-image] Dec 20 22:00:15.005 INFO O| Dec 20 22:00:15.005 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
84632024-12-20T22:00:17.367Z[ recovery-image] Dec 20 22:00:15.185 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84642024-12-20T22:00:18.337Z[ recovery-image] Dec 20 22:00:16.155 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84652024-12-20T22:00:18.763Z[ host-image] Dec 20 22:00:16.580 INFO O| Dec 20 22:00:16.580 INFO O| Download: Completed 1.45 MB in 1.58 seconds (939k/s)
84662024-12-20T22:00:18.820Z[ host-image] Dec 20 22:00:16.633 INFO O| Dec 20 22:00:16.632 INFO O| Actions: 1/305 actions (Installing new actions)
84672024-12-20T22:00:18.984Z[ host-image] Dec 20 22:00:16.800 INFO O| Dec 20 22:00:16.800 INFO O| Actions: Completed 305 actions in 0.17 seconds.
84682024-12-20T22:00:19.155Z[ recovery-image] Dec 20 22:00:16.973 INFO creating Oxide boot image...
84692024-12-20T22:00:19.160Z[ recovery-image] Dec 20 22:00:16.973 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5ecbe5f/37a4469 2024-12-20 21:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84702024-12-20T22:00:19.791Z[ host-image] Dec 20 22:00:17.606 INFO O| Dec 20 22:00:17.606 INFO O| Done
84712024-12-20T22:00:19.791Z[ host-image] Dec 20 22:00:17.606 INFO O| Dec 20 22:00:17.606 INFO O| Done
84722024-12-20T22:00:21.232Z[ host-image] Dec 20 22:00:19.049 INFO O| Dec 20 22:00:19.049 INFO O| Done
84732024-12-20T22:00:23.954Z[ host-image] Dec 20 22:00:21.770 INFO O| Dec 20 22:00:21.770 INFO O| Done
84742024-12-20T22:00:23.994Z[ host-image] Dec 20 22:00:21.811 INFO O| Dec 20 22:00:21.811 INFO O| Done
84752024-12-20T22:00:23.997Z[ host-image] Dec 20 22:00:21.811 INFO O| Dec 20 22:00:21.811 INFO O| Done
84762024-12-20T22:00:24.024Z[ host-image] Dec 20 22:00:21.841 INFO O| Dec 20 22:00:21.840 INFO O| Done
84772024-12-20T22:00:24.238Z[ host-image] Dec 20 22:00:22.052 INFO O| Dec 20 22:00:22.052 INFO STEP 12 (pkg_install) COMPLETE
84782024-12-20T22:00:24.238Z[ host-image] Dec 20 22:00:22.052 INFO O| Dec 20 22:00:22.052 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84792024-12-20T22:00:24.255Z[ host-image] Dec 20 22:00:22.069 INFO O| Dec 20 22:00:22.069 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
84802024-12-20T22:00:25.344Z[ host-image] Dec 20 22:00:23.160 INFO O| Dec 20 22:00:23.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84812024-12-20T22:00:29.504Z[ host-image] Dec 20 22:00:27.320 INFO O| Dec 20 22:00:27.320 INFO O| Planning: Solver setup ... Done
84822024-12-20T22:00:29.531Z[ host-image] Dec 20 22:00:27.346 INFO O| Dec 20 22:00:27.346 INFO O| Planning: Running solver ... Done
84832024-12-20T22:00:29.631Z[ host-image] Dec 20 22:00:27.447 INFO O| Dec 20 22:00:27.447 INFO O| Planning: Finding local manifests ... Done
84842024-12-20T22:00:29.635Z[ host-image] Dec 20 22:00:27.449 INFO O| Dec 20 22:00:27.449 INFO O| Planning: Fetching manifests: 0/6 0% complete
84852024-12-20T22:00:30.053Z[ host-image] Dec 20 22:00:27.868 INFO O| Dec 20 22:00:27.868 INFO O| Planning: Fetching manifests: 6/6 100% complete
84862024-12-20T22:00:30.129Z[ host-image] Dec 20 22:00:27.944 INFO O| Dec 20 22:00:27.944 INFO O| Planning: Package planning ... Done
84872024-12-20T22:00:30.171Z[ host-image] Dec 20 22:00:27.986 INFO O| Dec 20 22:00:27.986 INFO O| Planning: Merging actions ... Done
84882024-12-20T22:00:30.327Z[ host-image] Dec 20 22:00:28.142 INFO O| Dec 20 22:00:28.142 INFO O| Planning: Checking for conflicting actions ... Done
84892024-12-20T22:00:30.342Z[ host-image] Dec 20 22:00:28.157 INFO O| Dec 20 22:00:28.157 INFO O| Planning: Consolidating action changes ... Done
84902024-12-20T22:00:30.794Z[ host-image] Dec 20 22:00:28.609 INFO O| Dec 20 22:00:28.609 INFO O| Planning: Evaluating mediators ... Done
84912024-12-20T22:00:30.799Z[ host-image] Dec 20 22:00:28.614 INFO O| Dec 20 22:00:28.614 INFO O| Planning: Planning completed in 5.45 seconds
84922024-12-20T22:00:30.802Z[ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Packages to install: 6
84932024-12-20T22:00:30.802Z[ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Mediators to change: 1
84942024-12-20T22:00:30.807Z[ host-image] Dec 20 22:00:28.617 INFO O| Dec 20 22:00:28.617 INFO O| Services to change: 1
84952024-12-20T22:00:30.826Z[ host-image] Dec 20 22:00:28.641 INFO O| Dec 20 22:00:28.641 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
84962024-12-20T22:00:35.830Z[ host-image] Dec 20 22:00:33.644 INFO O| Dec 20 22:00:33.644 INFO O| Download: 726/1140 items 3.1/8.4MB 36% complete (631k/s)
84972024-12-20T22:00:37.786Z[ host-image] Dec 20 22:00:35.598 INFO O| Dec 20 22:00:35.598 INFO O| Download: Completed 8.42 MB in 6.96 seconds (1.2M/s)
84982024-12-20T22:00:37.934Z[ host-image] Dec 20 22:00:35.747 INFO O| Dec 20 22:00:35.747 INFO O| Actions: 1/1361 actions (Installing new actions)
84992024-12-20T22:00:38.631Z[ host-image] Dec 20 22:00:36.445 INFO O| Dec 20 22:00:36.444 INFO O| Actions: Completed 1361 actions in 0.69 seconds.
85002024-12-20T22:00:39.283Z[ host-image] Dec 20 22:00:37.096 INFO O| Dec 20 22:00:37.096 INFO O| Done
85012024-12-20T22:00:39.283Z[ host-image] Dec 20 22:00:37.097 INFO O| Dec 20 22:00:37.096 INFO O| Done
85022024-12-20T22:00:40.580Z[ host-image] Dec 20 22:00:38.392 INFO O| Dec 20 22:00:38.392 INFO O| Done
85032024-12-20T22:00:43.130Z[ host-image] Dec 20 22:00:40.939 INFO O| Dec 20 22:00:40.939 INFO O| Done
85042024-12-20T22:00:43.174Z[ host-image] Dec 20 22:00:40.984 INFO O| Dec 20 22:00:40.984 INFO O| Done
85052024-12-20T22:00:43.175Z[ host-image] Dec 20 22:00:40.984 INFO O| Dec 20 22:00:40.984 INFO O| Done
85062024-12-20T22:00:43.265Z[ host-image] Dec 20 22:00:41.077 INFO O| Dec 20 22:00:41.077 INFO O| Done
85072024-12-20T22:00:43.490Z[ host-image] Dec 20 22:00:41.298 INFO O| Dec 20 22:00:41.298 INFO STEP 13 (pkg_install) COMPLETE
85082024-12-20T22:00:43.490Z[ host-image] Dec 20 22:00:41.298 INFO O| Dec 20 22:00:41.298 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85092024-12-20T22:00:43.513Z[ host-image] Dec 20 22:00:41.316 INFO O| Dec 20 22:00:41.316 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
85102024-12-20T22:00:44.644Z[ host-image] Dec 20 22:00:42.452 INFO O| Dec 20 22:00:42.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85112024-12-20T22:00:50.203Z[ host-image] Dec 20 22:00:46.991 INFO O| Dec 20 22:00:46.990 INFO O| Planning: Solver setup ... Done
85122024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:46.999 INFO O| Dec 20 22:00:46.998 INFO O| Planning: Running solver ... Done
85132024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.108 INFO O| Dec 20 22:00:47.108 INFO O| Planning: Finding local manifests ... Done
85142024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.109 INFO O| Dec 20 22:00:47.109 INFO O| Planning: Fetching manifests: 0/1 0% complete
85152024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.307 INFO O| Dec 20 22:00:47.307 INFO O| Planning: Fetching manifests: 1/1 100% complete
85162024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.338 INFO O| Dec 20 22:00:47.338 INFO O| Planning: Package planning ... Done
85172024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.339 INFO O| Dec 20 22:00:47.339 INFO O| Planning: Merging actions ... Done
85182024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.527 INFO O| Dec 20 22:00:47.527 INFO O| Planning: Checking for conflicting actions ... Done
85192024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.528 INFO O| Dec 20 22:00:47.528 INFO O| Planning: Consolidating action changes ... Done
85202024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.936 INFO O| Dec 20 22:00:47.936 INFO O| Planning: Evaluating mediators ... Done
85212024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.937 INFO O| Dec 20 22:00:47.937 INFO O| Planning: Planning completed in 5.48 seconds
85222024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.939 INFO O| Dec 20 22:00:47.939 INFO O| Packages to install: 1
85232024-12-20T22:00:50.329Z[ host-image] Dec 20 22:00:47.982 INFO O| Dec 20 22:00:47.982 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
85242024-12-20T22:00:50.584Z[ host-image] Dec 20 22:00:48.394 INFO O| Dec 20 22:00:48.394 INFO O| Download: Completed 9.99 MB in 0.41 seconds (24.2M/s)
85252024-12-20T22:00:50.689Z[ host-image] Dec 20 22:00:48.500 INFO O| Dec 20 22:00:48.499 INFO O| Actions: 1/22 actions (Installing new actions)
85262024-12-20T22:00:51.121Z[ host-image] Dec 20 22:00:48.932 INFO O| Dec 20 22:00:48.932 INFO O| Actions: Completed 22 actions in 0.43 seconds.
85272024-12-20T22:00:51.740Z[ host-image] Dec 20 22:00:49.551 INFO O| Dec 20 22:00:49.551 INFO O| Done
85282024-12-20T22:00:51.740Z[ host-image] Dec 20 22:00:49.551 INFO O| Dec 20 22:00:49.551 INFO O| Done
85292024-12-20T22:00:53.095Z[ host-image] Dec 20 22:00:50.906 INFO O| Dec 20 22:00:50.906 INFO O| Done
85302024-12-20T22:00:55.947Z[ host-image] Dec 20 22:00:53.756 INFO O| Dec 20 22:00:53.756 INFO O| Done
85312024-12-20T22:00:55.994Z[ host-image] Dec 20 22:00:53.804 INFO O| Dec 20 22:00:53.803 INFO O| Done
85322024-12-20T22:00:55.997Z[ host-image] Dec 20 22:00:53.804 INFO O| Dec 20 22:00:53.804 INFO O| Done
85332024-12-20T22:00:56.013Z[ host-image] Dec 20 22:00:53.823 INFO O| Dec 20 22:00:53.823 INFO O| Done
85342024-12-20T22:00:56.252Z[ host-image] Dec 20 22:00:54.061 INFO O| Dec 20 22:00:54.061 INFO STEP 14 (pkg_install) COMPLETE
85352024-12-20T22:00:56.252Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85362024-12-20T22:00:56.252Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "mfg" is not enabled
85372024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85382024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "compliance" is not enabled
85392024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85402024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "stress" is not enabled
85412024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85422024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO skip step because feature "nfs" is not enabled
85432024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.061 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85442024-12-20T22:00:56.255Z[ host-image] Dec 20 22:00:54.062 INFO O| Dec 20 22:00:54.062 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85452024-12-20T22:00:56.383Z[ host-image] Dec 20 22:00:54.193 INFO O| Dec 20 22:00:54.193 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85462024-12-20T22:00:56.509Z[ host-image] Dec 20 22:00:54.319 INFO O| Dec 20 22:00:54.319 INFO completed processing gimlet/ramdisk-01-os
85472024-12-20T22:00:56.512Z[ host-image] Dec 20 22:00:54.322 INFO omicron1 baseline generation...
85482024-12-20T22:00:56.516Z[ host-image] Dec 20 22:00:54.322 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85492024-12-20T22:00:57.284Z[ host-image] Dec 20 22:00:55.093 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
85502024-12-20T22:01:27.474Z[ recovery-image] Dec 20 22:01:25.277 INFO O| ok, image written!
85512024-12-20T22:01:27.474Z[ recovery-image] Dec 20 22:01:25.277 INFO O| ok, boot_image_csum file written!
85522024-12-20T22:01:27.481Z[ recovery-image] Dec 20 22:01:25.284 INFO creating boot archive (CPIO)...
85532024-12-20T22:01:27.481Z[ recovery-image] Dec 20 22:01:25.284 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
85542024-12-20T22:01:27.492Z[ recovery-image] Dec 20 22:01:25.295 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85552024-12-20T22:01:27.494Z[ recovery-image] Dec 20 22:01:25.295 INFO E| + outfile=/work/os-recovery/cpio
85562024-12-20T22:01:27.494Z[ recovery-image] Dec 20 22:01:25.295 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85572024-12-20T22:01:27.497Z[ recovery-image] Dec 20 22:01:25.297 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85582024-12-20T22:01:27.497Z[ recovery-image] Dec 20 22:01:25.297 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85592024-12-20T22:01:27.535Z[ recovery-image] Dec 20 22:01:25.338 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85602024-12-20T22:01:27.535Z[ recovery-image] Dec 20 22:01:25.338 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85612024-12-20T22:01:27.543Z[ recovery-image] Dec 20 22:01:25.346 INFO creating compressed cpio/unix for nanobl-rs...
85622024-12-20T22:01:27.543Z[ recovery-image] Dec 20 22:01:25.346 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
85632024-12-20T22:01:27.835Z[ recovery-image] Dec 20 22:01:25.637 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85642024-12-20T22:01:32.328Z[ recovery-image] Dec 20 22:01:30.130 INFO creating reset image...
85652024-12-20T22:01:32.331Z[ recovery-image] Dec 20 22:01:30.130 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85662024-12-20T22:01:32.612Z[ recovery-image] Dec 20 22:01:30.414 INFO E| Updating crates.io index
85672024-12-20T22:01:32.714Z[ recovery-image] Dec 20 22:01:30.516 INFO E| Downloading crates ...
85682024-12-20T22:01:32.794Z[ recovery-image] Dec 20 22:01:30.596 INFO E| Downloaded clap v4.5.17
85692024-12-20T22:01:32.808Z[ recovery-image] Dec 20 22:01:30.610 INFO E| Downloaded os_pipe v1.2.1
85702024-12-20T22:01:32.810Z[ recovery-image] Dec 20 22:01:30.612 INFO E| Downloaded shared_child v1.0.1
85712024-12-20T22:01:32.813Z[ recovery-image] Dec 20 22:01:30.613 INFO E| Downloaded clap_derive v4.5.13
85722024-12-20T22:01:32.816Z[ recovery-image] Dec 20 22:01:30.616 INFO E| Downloaded duct v0.13.7
85732024-12-20T22:01:32.839Z[ recovery-image] Dec 20 22:01:30.641 INFO E| Downloaded syn v2.0.77
85742024-12-20T22:01:32.850Z[ recovery-image] Dec 20 22:01:30.652 INFO E| Downloaded clap_builder v4.5.17
85752024-12-20T22:01:32.884Z[ recovery-image] Dec 20 22:01:30.686 INFO E| Downloaded libc v0.2.158
85762024-12-20T22:01:32.972Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling proc-macro2 v1.0.86
85772024-12-20T22:01:32.972Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling unicode-ident v1.0.13
85782024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling libc v0.2.158
85792024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling utf8parse v0.2.2
85802024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling anstyle v1.0.8
85812024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling is_terminal_polyfill v1.70.1
85822024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling anstyle-query v1.1.1
85832024-12-20T22:01:32.974Z[ recovery-image] Dec 20 22:01:30.774 INFO E| Compiling colorchoice v1.0.2
85842024-12-20T22:01:33.238Z[ recovery-image] Dec 20 22:01:31.039 INFO E| Compiling anstyle-parse v0.2.5
85852024-12-20T22:01:33.265Z[ recovery-image] Dec 20 22:01:31.066 INFO E| Compiling strsim v0.11.1
85862024-12-20T22:01:33.377Z[ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling heck v0.5.0
85872024-12-20T22:01:33.377Z[ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling clap_lex v0.7.2
85882024-12-20T22:01:33.380Z[ recovery-image] Dec 20 22:01:31.179 INFO E| Compiling once_cell v1.19.0
85892024-12-20T22:01:33.532Z[ recovery-image] Dec 20 22:01:31.333 INFO E| Compiling anstream v0.6.15
85902024-12-20T22:01:34.017Z[ recovery-image] Dec 20 22:01:31.817 INFO E| Compiling clap_builder v4.5.17
85912024-12-20T22:01:34.422Z[ recovery-image] Dec 20 22:01:32.223 INFO E| Compiling shared_child v1.0.1
85922024-12-20T22:01:34.424Z[ recovery-image] Dec 20 22:01:32.223 INFO E| Compiling os_pipe v1.2.1
85932024-12-20T22:01:34.495Z[ recovery-image] Dec 20 22:01:32.297 INFO E| Compiling quote v1.0.37
85942024-12-20T22:01:34.709Z[ recovery-image] Dec 20 22:01:32.510 INFO E| Compiling duct v0.13.7
85952024-12-20T22:01:34.822Z[ recovery-image] Dec 20 22:01:32.624 INFO E| Compiling syn v2.0.77
85962024-12-20T22:01:39.345Z[ recovery-image] Dec 20 22:01:37.144 INFO E| Compiling clap_derive v4.5.13
85972024-12-20T22:01:41.276Z[ recovery-image] Dec 20 22:01:39.076 INFO E| Compiling clap v4.5.17
85982024-12-20T22:01:41.335Z[ recovery-image] Dec 20 22:01:39.134 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85992024-12-20T22:01:42.391Z[ recovery-image] Dec 20 22:01:40.190 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s
86002024-12-20T22:01:42.401Z[ recovery-image] Dec 20 22:01:40.201 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86012024-12-20T22:01:42.541Z[ recovery-image] Dec 20 22:01:40.341 INFO E| Updating crates.io index
86022024-12-20T22:01:42.597Z[ recovery-image] Dec 20 22:01:40.396 INFO E| Downloading crates ...
86032024-12-20T22:01:42.688Z[ recovery-image] Dec 20 22:01:40.487 INFO E| Downloaded bit_field v0.10.2
86042024-12-20T22:01:42.697Z[ recovery-image] Dec 20 22:01:40.496 INFO E| Downloaded bitstruct_derive v0.1.0
86052024-12-20T22:01:42.700Z[ recovery-image] Dec 20 22:01:40.498 INFO E| Downloaded cpio_reader v0.1.1
86062024-12-20T22:01:42.705Z[ recovery-image] Dec 20 22:01:40.505 INFO E| Downloaded seq-macro v0.3.5
86072024-12-20T22:01:42.711Z[ recovery-image] Dec 20 22:01:40.507 INFO E| Downloaded raw-cpuid v10.7.0
86082024-12-20T22:01:42.711Z[ recovery-image] Dec 20 22:01:40.510 INFO E| Downloaded bitstruct v0.1.1
86092024-12-20T22:01:42.737Z[ recovery-image] Dec 20 22:01:40.536 INFO E| Downloaded syn v2.0.85
86102024-12-20T22:01:42.869Z[ recovery-image] Dec 20 22:01:40.669 INFO E| Downloaded x86 v0.52.0
86112024-12-20T22:01:42.924Z[ recovery-image] Dec 20 22:01:40.724 INFO E| Updating crates.io index
86122024-12-20T22:01:42.988Z[ recovery-image] Dec 20 22:01:40.787 INFO E| Downloading crates ...
86132024-12-20T22:01:43.047Z[ recovery-image] Dec 20 22:01:40.846 INFO E| Downloaded hashbrown v0.15.0
86142024-12-20T22:01:43.060Z[ recovery-image] Dec 20 22:01:40.860 INFO E| Downloaded compiler_builtins v0.1.134
86152024-12-20T22:01:43.130Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling compiler_builtins v0.1.134
86162024-12-20T22:01:43.130Z[ recovery-image] Dec 20 22:01:40.929 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)
86172024-12-20T22:01:43.130Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling proc-macro2 v1.0.89
86182024-12-20T22:01:43.132Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling unicode-ident v1.0.13
86192024-12-20T22:01:43.133Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling syn v1.0.109
86202024-12-20T22:01:43.133Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling x86 v0.52.0
86212024-12-20T22:01:43.133Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86222024-12-20T22:01:43.133Z[ recovery-image] Dec 20 22:01:40.929 INFO E| Compiling seq-macro v0.3.5
86232024-12-20T22:01:44.314Z[ recovery-image] Dec 20 22:01:42.110 INFO E| Compiling quote v1.0.37
86242024-12-20T22:01:44.576Z[ recovery-image] Dec 20 22:01:42.370 INFO E| Compiling syn v2.0.85
86252024-12-20T22:01:47.691Z[ recovery-image] Dec 20 22:01:45.490 INFO E| Compiling scroll_derive v0.12.0
86262024-12-20T22:01:49.500Z[ recovery-image] Dec 20 22:01:47.298 INFO E| Compiling bitstruct_derive v0.1.0
86272024-12-20T22:02:08.363Z[ recovery-image] Dec 20 22:02:06.156 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)
86282024-12-20T22:02:11.068Z[ recovery-image] Dec 20 22:02:08.861 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)
86292024-12-20T22:02:15.586Z[ host-image] Dec 20 22:02:13.378 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86302024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86312024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86322024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86332024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86342024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.379 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86352024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86362024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86372024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86382024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86392024-12-20T22:02:15.589Z[ host-image] Dec 20 22:02:13.381 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86402024-12-20T22:02:15.593Z[ host-image] Dec 20 22:02:13.384 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86412024-12-20T22:02:15.593Z[ host-image] Dec 20 22:02:13.385 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86422024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.386 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86432024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.386 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86442024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.387 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86452024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86462024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86472024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.388 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86482024-12-20T22:02:15.597Z[ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86492024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86502024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86512024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.389 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86522024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86532024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86542024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86552024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.390 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86562024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86572024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86582024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86592024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86602024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86612024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.391 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86622024-12-20T22:02:15.600Z[ host-image] Dec 20 22:02:13.392 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86632024-12-20T22:02:15.603Z[ host-image] Dec 20 22:02:13.393 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86642024-12-20T22:02:15.603Z[ host-image] Dec 20 22:02:13.393 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86652024-12-20T22:02:15.615Z[ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86662024-12-20T22:02:15.615Z[ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86672024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86682024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.408 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86692024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.409 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86702024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86712024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86722024-12-20T22:02:15.618Z[ host-image] Dec 20 22:02:13.410 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86732024-12-20T22:02:15.621Z[ host-image] Dec 20 22:02:13.412 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86742024-12-20T22:02:15.621Z[ host-image] Dec 20 22:02:13.413 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86752024-12-20T22:02:15.639Z[ host-image] Dec 20 22:02:13.431 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86762024-12-20T22:02:15.639Z[ host-image] Dec 20 22:02:13.431 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86772024-12-20T22:02:15.642Z[ host-image] Dec 20 22:02:13.432 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86782024-12-20T22:02:15.642Z[ host-image] Dec 20 22:02:13.433 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86792024-12-20T22:02:15.642Z[ host-image] Dec 20 22:02:13.434 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86802024-12-20T22:02:15.642Z[ host-image] Dec 20 22:02:13.434 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86812024-12-20T22:02:15.699Z[ host-image] Dec 20 22:02:13.491 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86822024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.492 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86832024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.493 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86842024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86852024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86862024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86872024-12-20T22:02:15.702Z[ host-image] Dec 20 22:02:13.494 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86882024-12-20T22:02:15.705Z[ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86892024-12-20T22:02:15.705Z[ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86902024-12-20T22:02:15.705Z[ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86912024-12-20T22:02:15.705Z[ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86922024-12-20T22:02:15.705Z[ host-image] Dec 20 22:02:13.495 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86932024-12-20T22:02:15.709Z[ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86942024-12-20T22:02:15.712Z[ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86952024-12-20T22:02:15.712Z[ host-image] Dec 20 22:02:13.502 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86962024-12-20T22:02:15.712Z[ host-image] Dec 20 22:02:13.503 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86972024-12-20T22:02:15.712Z[ host-image] Dec 20 22:02:13.503 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86982024-12-20T22:02:15.733Z[ host-image] Dec 20 22:02:13.526 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86992024-12-20T22:02:15.736Z[ host-image] Dec 20 22:02:13.526 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
87002024-12-20T22:02:15.738Z[ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
87012024-12-20T22:02:15.738Z[ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
87022024-12-20T22:02:15.738Z[ host-image] Dec 20 22:02:13.530 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87032024-12-20T22:02:15.741Z[ host-image] Dec 20 22:02:13.531 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
87042024-12-20T22:02:15.741Z[ host-image] Dec 20 22:02:13.532 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
87052024-12-20T22:02:15.741Z[ host-image] Dec 20 22:02:13.532 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
87062024-12-20T22:02:15.741Z[ host-image] Dec 20 22:02:13.533 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
87072024-12-20T22:02:15.746Z[ host-image] Dec 20 22:02:13.539 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87082024-12-20T22:02:15.749Z[ host-image] Dec 20 22:02:13.539 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
87092024-12-20T22:02:15.749Z[ host-image] Dec 20 22:02:13.540 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
87102024-12-20T22:02:15.749Z[ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87112024-12-20T22:02:15.749Z[ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
87122024-12-20T22:02:15.749Z[ host-image] Dec 20 22:02:13.541 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
87132024-12-20T22:02:15.751Z[ host-image] Dec 20 22:02:13.542 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
87142024-12-20T22:02:15.751Z[ host-image] Dec 20 22:02:13.542 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
87152024-12-20T22:02:15.763Z[ host-image] Dec 20 22:02:13.556 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
87162024-12-20T22:02:15.763Z[ host-image] Dec 20 22:02:13.556 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87172024-12-20T22:02:15.770Z[ host-image] Dec 20 22:02:13.559 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
87182024-12-20T22:02:15.770Z[ host-image] Dec 20 22:02:13.561 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87192024-12-20T22:02:15.770Z[ host-image] Dec 20 22:02:13.561 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87202024-12-20T22:02:15.770Z[ host-image] Dec 20 22:02:13.562 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87212024-12-20T22:02:15.772Z[ host-image] Dec 20 22:02:13.563 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87222024-12-20T22:02:15.772Z[ host-image] Dec 20 22:02:13.563 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87232024-12-20T22:02:15.788Z[ host-image] Dec 20 22:02:13.580 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87242024-12-20T22:02:15.790Z[ host-image] Dec 20 22:02:13.580 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87252024-12-20T22:02:15.790Z[ host-image] Dec 20 22:02:13.581 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87262024-12-20T22:02:15.792Z[ host-image] Dec 20 22:02:13.583 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87272024-12-20T22:02:15.792Z[ host-image] Dec 20 22:02:13.583 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87282024-12-20T22:02:15.828Z[ host-image] Dec 20 22:02:13.620 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87292024-12-20T22:02:15.828Z[ host-image] Dec 20 22:02:13.620 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87302024-12-20T22:02:15.831Z[ host-image] Dec 20 22:02:13.621 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87312024-12-20T22:02:15.831Z[ host-image] Dec 20 22:02:13.621 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87322024-12-20T22:02:15.831Z[ host-image] Dec 20 22:02:13.622 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87332024-12-20T22:02:15.874Z[ host-image] Dec 20 22:02:13.666 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87342024-12-20T22:02:15.876Z[ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87352024-12-20T22:02:15.876Z[ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87362024-12-20T22:02:15.876Z[ host-image] Dec 20 22:02:13.667 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87372024-12-20T22:02:15.879Z[ host-image] Dec 20 22:02:13.669 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87382024-12-20T22:02:15.879Z[ host-image] Dec 20 22:02:13.670 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87392024-12-20T22:02:15.879Z[ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87402024-12-20T22:02:15.879Z[ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87412024-12-20T22:02:15.882Z[ host-image] Dec 20 22:02:13.671 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87422024-12-20T22:02:15.882Z[ host-image] Dec 20 22:02:13.672 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87432024-12-20T22:02:15.882Z[ host-image] Dec 20 22:02:13.672 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87442024-12-20T22:02:15.882Z[ host-image] Dec 20 22:02:13.673 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87452024-12-20T22:02:15.882Z[ host-image] Dec 20 22:02:13.673 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87462024-12-20T22:02:15.885Z[ host-image] Dec 20 22:02:13.677 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87472024-12-20T22:02:15.887Z[ host-image] Dec 20 22:02:13.678 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87482024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.680 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87492024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.680 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87502024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.681 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87512024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.681 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87522024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87532024-12-20T22:02:15.889Z[ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87542024-12-20T22:02:15.890Z[ host-image] Dec 20 22:02:13.682 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87552024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87562024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87572024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87582024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.683 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87592024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87602024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87612024-12-20T22:02:15.892Z[ host-image] Dec 20 22:02:13.684 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87622024-12-20T22:02:15.895Z[ host-image] Dec 20 22:02:13.685 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87632024-12-20T22:02:15.895Z[ host-image] Dec 20 22:02:13.687 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87642024-12-20T22:02:15.898Z[ host-image] Dec 20 22:02:13.688 INFO O| tempdir @ "/tmp/.tmpRbsGW1/tmp"
87652024-12-20T22:02:15.898Z[ host-image] Dec 20 22:02:13.688 INFO O| image root @ "/tmp/.tmpRbsGW1/tmp/root"
87662024-12-20T22:02:15.898Z[ host-image] Dec 20 22:02:13.688 INFO O| creating image...
87672024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling bitflags v1.3.2
87682024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling log v0.4.22
87692024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling adler2 v2.0.0
87702024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling plain v0.2.3
87712024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling bit_field v0.10.2
87722024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling scroll v0.12.0
87732024-12-20T22:02:16.552Z[ recovery-image] Dec 20 22:02:14.344 INFO E| Compiling static_assertions v1.1.0
87742024-12-20T22:02:16.653Z[ recovery-image] Dec 20 22:02:14.445 INFO E| Compiling raw-cpuid v10.7.0
87752024-12-20T22:02:16.740Z[ recovery-image] Dec 20 22:02:14.531 INFO E| Compiling cpio_reader v0.1.1
87762024-12-20T22:02:16.896Z[ recovery-image] Dec 20 22:02:14.688 INFO E| Compiling miniz_oxide v0.8.0
87772024-12-20T22:02:17.128Z[ host-image] Dec 20 22:02:14.920 INFO O| copying publishers...
87782024-12-20T22:02:17.160Z[ recovery-image] Dec 20 22:02:14.951 INFO E| Compiling bitstruct v0.1.1
87792024-12-20T22:02:17.421Z[ recovery-image] Dec 20 22:02:15.213 INFO E| Compiling goblin v0.8.2
87802024-12-20T22:02:28.581Z[ recovery-image] Dec 20 22:02:26.370 INFO E| Finished `release` profile [optimized] target(s) in 46.15s
87812024-12-20T22:02:28.631Z[ recovery-image] Dec 20 22:02:26.420 INFO building host image...
87822024-12-20T22:02:28.634Z[ recovery-image] Dec 20 22:02:26.421 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")
87832024-12-20T22:02:29.521Z[ recovery-image] Dec 20 22:02:27.311 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87842024-12-20T22:02:32.050Z[ recovery-image] Dec 20 22:02:29.839 INFO image complete! materials are in "/work/os-recovery"
87852024-12-20T22:02:32.057Z[ recovery-image]
87862024-12-20T22:02:32.057Z[ recovery-image] real 11:39.008684408
87872024-12-20T22:02:32.059Z[ recovery-image] user 6:14.069395301
87882024-12-20T22:02:32.059Z[ recovery-image] sys 1:02.059827354
87892024-12-20T22:02:32.059Z[ recovery-image] trap 0.311512061
87902024-12-20T22:02:32.059Z[ recovery-image] tflt 0.352930173
87912024-12-20T22:02:32.059Z[ recovery-image] dflt 0.781822679
87922024-12-20T22:02:32.059Z[ recovery-image] kflt 0.000068516
87932024-12-20T22:02:32.060Z[ recovery-image] lock 24:01.565642166
87942024-12-20T22:02:32.060Z[ recovery-image] slp 1:10:25.060561436
87952024-12-20T22:02:32.060Z[ recovery-image] lat 3:01.835527217
87962024-12-20T22:02:32.060Z[ recovery-image] stop 6.486180653
87972024-12-20T22:02:32.060ZDec 20 22:02:29.847 INFO [recovery-image] process exited with exit status: 0 (699.094880079s)
87982024-12-20T22:02:39.028Z[ host-image] Dec 20 22:02:36.816 INFO O| adding properties...
87992024-12-20T22:02:41.153Z[ host-image] Dec 20 22:02:38.940 INFO O| installing packages...
88002024-12-20T22:03:09.380Z[ host-image] Dec 20 22:03:07.161 INFO O| seeding SMF database...
88012024-12-20T22:03:21.243Z[ host-image] Dec 20 22:03:19.021 INFO O| configuring SMF profile...
88022024-12-20T22:03:21.245Z[ host-image] Dec 20 22:03:19.021 INFO O| modifying shadow(5)...
88032024-12-20T22:03:21.245Z[ host-image] Dec 20 22:03:19.022 INFO O| loading user and group database...
88042024-12-20T22:03:21.245Z[ host-image] Dec 20 22:03:19.022 INFO O| assessing packaged files...
88052024-12-20T22:03:26.077Z[ host-image] Dec 20 22:03:23.854 INFO O| creating archive...
88062024-12-20T22:03:26.130Z[ host-image] Dec 20 22:03:23.906 INFO O| missing from packaging:
88072024-12-20T22:03:26.132Z[ host-image] Dec 20 22:03:23.906 INFO O| "etc/.pwd.lock"
88082024-12-20T22:03:26.132Z[ host-image] Dec 20 22:03:23.906 INFO O| "etc/bash"
88092024-12-20T22:03:26.137Z[ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/generic.xml"
88102024-12-20T22:03:26.137Z[ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/inetd_services.xml"
88112024-12-20T22:03:26.139Z[ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/name_service.xml"
88122024-12-20T22:03:26.139Z[ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/platform.xml"
88132024-12-20T22:03:26.139Z[ host-image] Dec 20 22:03:23.914 INFO O| "etc/svc/profile/platform_omicron1.xml"
88142024-12-20T22:03:26.139Z[ host-image] Dec 20 22:03:23.915 INFO O| "etc/svc/repository.db"
88152024-12-20T22:03:26.160Z[ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share"
88162024-12-20T22:03:26.160Z[ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share/man"
88172024-12-20T22:03:26.163Z[ host-image] Dec 20 22:03:23.937 INFO O| "opt/ooce/share/man/man1"
88182024-12-20T22:03:26.173Z[ host-image] Dec 20 22:03:23.951 INFO O| finishing archive...
88192024-12-20T22:03:29.766Z[ host-image] Dec 20 22:03:27.542 INFO O| creating gzonly manifest...
88202024-12-20T22:03:29.777Z[ host-image] Dec 20 22:03:27.553 INFO O| ok
88212024-12-20T22:03:29.956Z[ host-image] Dec 20 22:03:27.732 INFO image builder template: ramdisk-02-trim...
88222024-12-20T22:03:29.957Z[ host-image] Dec 20 22:03:27.732 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/.tmpUUBaUa/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
88232024-12-20T22:03:29.994Z[ host-image] Dec 20 22:03:27.770 INFO O| Dec 20 22:03:27.770 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88242024-12-20T22:03:30.022Z[ host-image] Dec 20 22:03:27.798 INFO O| Dec 20 22:03:27.798 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88252024-12-20T22:03:30.187Z[ host-image] Dec 20 22:03:27.964 INFO O| Dec 20 22:03:27.964 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88262024-12-20T22:03:30.333Z[ host-image] Dec 20 22:03:28.108 INFO O| Dec 20 22:03:28.108 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88272024-12-20T22:03:30.338Z[ host-image] Dec 20 22:03:28.109 INFO O| Dec 20 22:03:28.109 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88282024-12-20T22:03:30.341Z[ host-image] Dec 20 22:03:28.117 INFO O| Dec 20 22:03:28.117 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88292024-12-20T22:03:30.348Z[ host-image] Dec 20 22:03:28.124 INFO O| Dec 20 22:03:28.124 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88302024-12-20T22:03:30.357Z[ host-image] Dec 20 22:03:28.131 INFO O| Dec 20 22:03:28.131 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88312024-12-20T22:03:30.874Z[ host-image] Dec 20 22:03:28.650 INFO O| Dec 20 22:03:28.650 INFO rolled back to input snapshot; work may begin
88322024-12-20T22:03:30.874Z[ host-image] Dec 20 22:03:28.650 INFO O| Dec 20 22:03:28.650 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88332024-12-20T22:03:30.882Z[ host-image] Dec 20 22:03:28.658 INFO O| Dec 20 22:03:28.658 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-20T22:03:30.899Z[ host-image] Dec 20 22:03:28.675 INFO O| Dec 20 22:03:28.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88352024-12-20T22:03:31.128Z[ host-image] Dec 20 22:03:28.904 INFO O| Dec 20 22:03:28.904 INFO STEP 0 (remove_files) COMPLETE
88362024-12-20T22:03:31.128Z[ host-image] Dec 20 22:03:28.904 INFO O| Dec 20 22:03:28.904 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-20T22:03:31.189Z[ host-image] Dec 20 22:03:28.965 INFO O| Dec 20 22:03:28.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88382024-12-20T22:03:31.192Z[ host-image] Dec 20 22:03:28.968 INFO O| Dec 20 22:03:28.968 INFO STEP 1 (remove_files) COMPLETE
88392024-12-20T22:03:31.192Z[ host-image] Dec 20 22:03:28.968 INFO O| Dec 20 22:03:28.968 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-20T22:03:31.212Z[ host-image] Dec 20 22:03:28.987 INFO O| Dec 20 22:03:28.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88412024-12-20T22:03:31.257Z[ host-image] Dec 20 22:03:29.032 INFO O| Dec 20 22:03:29.032 INFO STEP 2 (remove_files) COMPLETE
88422024-12-20T22:03:31.257Z[ host-image] Dec 20 22:03:29.032 INFO O| Dec 20 22:03:29.032 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-20T22:03:31.276Z[ host-image] Dec 20 22:03:29.051 INFO O| Dec 20 22:03:29.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88442024-12-20T22:03:31.290Z[ host-image] Dec 20 22:03:29.054 INFO O| Dec 20 22:03:29.054 INFO STEP 3 (remove_files) COMPLETE
88452024-12-20T22:03:31.290Z[ host-image] Dec 20 22:03:29.054 INFO O| Dec 20 22:03:29.054 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-20T22:03:31.297Z[ host-image] Dec 20 22:03:29.072 INFO O| Dec 20 22:03:29.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88472024-12-20T22:03:31.302Z[ host-image] Dec 20 22:03:29.078 INFO O| Dec 20 22:03:29.078 INFO STEP 4 (remove_files) COMPLETE
88482024-12-20T22:03:31.302Z[ host-image] Dec 20 22:03:29.078 INFO O| Dec 20 22:03:29.078 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-20T22:03:31.320Z[ host-image] Dec 20 22:03:29.094 INFO O| Dec 20 22:03:29.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88502024-12-20T22:03:31.323Z[ host-image] Dec 20 22:03:29.098 INFO O| Dec 20 22:03:29.098 INFO STEP 5 (remove_files) COMPLETE
88512024-12-20T22:03:31.323Z[ host-image] Dec 20 22:03:29.098 INFO O| Dec 20 22:03:29.098 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-20T22:03:31.338Z[ host-image] Dec 20 22:03:29.114 INFO O| Dec 20 22:03:29.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88532024-12-20T22:03:31.355Z[ host-image] Dec 20 22:03:29.131 INFO O| Dec 20 22:03:29.131 INFO STEP 6 (remove_files) COMPLETE
88542024-12-20T22:03:31.355Z[ host-image] Dec 20 22:03:29.131 INFO O| Dec 20 22:03:29.131 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-20T22:03:31.371Z[ host-image] Dec 20 22:03:29.147 INFO O| Dec 20 22:03:29.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88562024-12-20T22:03:31.391Z[ host-image] Dec 20 22:03:29.167 INFO O| Dec 20 22:03:29.167 INFO STEP 7 (remove_files) COMPLETE
88572024-12-20T22:03:31.391Z[ host-image] Dec 20 22:03:29.167 INFO O| Dec 20 22:03:29.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-20T22:03:31.409Z[ host-image] Dec 20 22:03:29.184 INFO O| Dec 20 22:03:29.184 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88592024-12-20T22:03:31.533Z[ host-image] Dec 20 22:03:29.308 INFO O| Dec 20 22:03:29.308 INFO STEP 8 (remove_files) COMPLETE
88602024-12-20T22:03:31.533Z[ host-image] Dec 20 22:03:29.309 INFO O| Dec 20 22:03:29.309 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-20T22:03:31.552Z[ host-image] Dec 20 22:03:29.328 INFO O| Dec 20 22:03:29.327 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88622024-12-20T22:03:31.707Z[ host-image] Dec 20 22:03:29.482 INFO O| Dec 20 22:03:29.482 INFO STEP 9 (remove_files) COMPLETE
88632024-12-20T22:03:31.707Z[ host-image] Dec 20 22:03:29.482 INFO O| Dec 20 22:03:29.482 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-20T22:03:31.724Z[ host-image] Dec 20 22:03:29.500 INFO O| Dec 20 22:03:29.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88652024-12-20T22:03:31.730Z[ host-image] Dec 20 22:03:29.506 INFO O| Dec 20 22:03:29.506 INFO STEP 10 (remove_files) COMPLETE
88662024-12-20T22:03:31.730Z[ host-image] Dec 20 22:03:29.506 INFO O| Dec 20 22:03:29.506 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-20T22:03:31.787Z[ host-image] Dec 20 22:03:29.563 INFO O| Dec 20 22:03:29.563 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88682024-12-20T22:03:31.792Z[ host-image] Dec 20 22:03:29.564 INFO O| Dec 20 22:03:29.564 INFO STEP 11 (remove_files) COMPLETE
88692024-12-20T22:03:31.793Z[ host-image] Dec 20 22:03:29.564 INFO O| Dec 20 22:03:29.564 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-20T22:03:31.806Z[ host-image] Dec 20 22:03:29.582 INFO O| Dec 20 22:03:29.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88712024-12-20T22:03:31.811Z[ host-image] Dec 20 22:03:29.584 INFO O| Dec 20 22:03:29.584 INFO STEP 12 (remove_files) COMPLETE
88722024-12-20T22:03:31.811Z[ host-image] Dec 20 22:03:29.584 INFO O| Dec 20 22:03:29.584 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-20T22:03:32.297Z[ host-image] Dec 20 22:03:30.071 INFO O| Dec 20 22:03:30.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88742024-12-20T22:03:32.369Z[ host-image] Dec 20 22:03:30.144 INFO O| Dec 20 22:03:30.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88752024-12-20T22:03:32.388Z[ host-image] Dec 20 22:03:30.164 INFO O| Dec 20 22:03:30.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88762024-12-20T22:03:32.392Z[ host-image] Dec 20 22:03:30.165 INFO O| Dec 20 22:03:30.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88772024-12-20T22:03:32.538Z[ host-image] Dec 20 22:03:30.314 INFO O| Dec 20 22:03:30.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88782024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.314 INFO O| Dec 20 22:03:30.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88792024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88802024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88812024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.315 INFO O| Dec 20 22:03:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88822024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.316 INFO O| Dec 20 22:03:30.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88832024-12-20T22:03:32.541Z[ host-image] Dec 20 22:03:30.316 INFO O| Dec 20 22:03:30.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88842024-12-20T22:03:32.542Z[ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88852024-12-20T22:03:32.542Z[ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88862024-12-20T22:03:32.542Z[ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88872024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88882024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.317 INFO O| Dec 20 22:03:30.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88892024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88902024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88912024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.318 INFO O| Dec 20 22:03:30.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88922024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.319 INFO O| Dec 20 22:03:30.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88932024-12-20T22:03:32.544Z[ host-image] Dec 20 22:03:30.320 INFO O| Dec 20 22:03:30.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88942024-12-20T22:03:32.547Z[ host-image] Dec 20 22:03:30.321 INFO O| Dec 20 22:03:30.321 INFO STEP 13 (remove_files) COMPLETE
88952024-12-20T22:03:32.547Z[ host-image] Dec 20 22:03:30.321 INFO O| Dec 20 22:03:30.321 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-20T22:03:32.567Z[ host-image] Dec 20 22:03:30.341 INFO O| Dec 20 22:03:30.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88972024-12-20T22:03:32.570Z[ host-image] Dec 20 22:03:30.344 INFO O| Dec 20 22:03:30.344 INFO STEP 14 (remove_files) COMPLETE
88982024-12-20T22:03:32.570Z[ host-image] Dec 20 22:03:30.344 INFO O| Dec 20 22:03:30.344 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-20T22:03:32.586Z[ host-image] Dec 20 22:03:30.361 INFO O| Dec 20 22:03:30.361 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89002024-12-20T22:03:32.598Z[ host-image] Dec 20 22:03:30.372 INFO O| Dec 20 22:03:30.372 INFO STEP 15 (remove_files) COMPLETE
89012024-12-20T22:03:32.598Z[ host-image] Dec 20 22:03:30.372 INFO O| Dec 20 22:03:30.372 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-20T22:03:32.654Z[ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89032024-12-20T22:03:32.657Z[ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO STEP 16 (remove_files) COMPLETE
89042024-12-20T22:03:32.657Z[ host-image] Dec 20 22:03:30.430 INFO O| Dec 20 22:03:30.430 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-20T22:03:32.673Z[ host-image] Dec 20 22:03:30.448 INFO O| Dec 20 22:03:30.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89062024-12-20T22:03:32.676Z[ host-image] Dec 20 22:03:30.450 INFO O| Dec 20 22:03:30.450 INFO STEP 17 (remove_files) COMPLETE
89072024-12-20T22:03:32.676Z[ host-image] Dec 20 22:03:30.450 INFO O| Dec 20 22:03:30.450 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-20T22:03:32.692Z[ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89092024-12-20T22:03:32.692Z[ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO STEP 18 (remove_files) COMPLETE
89102024-12-20T22:03:32.692Z[ host-image] Dec 20 22:03:30.468 INFO O| Dec 20 22:03:30.468 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-20T22:03:32.711Z[ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89122024-12-20T22:03:32.711Z[ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO STEP 19 (remove_files) COMPLETE
89132024-12-20T22:03:32.712Z[ host-image] Dec 20 22:03:30.486 INFO O| Dec 20 22:03:30.486 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-20T22:03:32.748Z[ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89152024-12-20T22:03:32.748Z[ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO STEP 20 (remove_files) COMPLETE
89162024-12-20T22:03:32.748Z[ host-image] Dec 20 22:03:30.524 INFO O| Dec 20 22:03:30.524 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-20T22:03:32.768Z[ host-image] Dec 20 22:03:30.543 INFO O| Dec 20 22:03:30.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89182024-12-20T22:03:32.768Z[ host-image] Dec 20 22:03:30.544 INFO O| Dec 20 22:03:30.544 INFO STEP 21 (remove_files) COMPLETE
89192024-12-20T22:03:32.771Z[ host-image] Dec 20 22:03:30.544 INFO O| Dec 20 22:03:30.544 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-20T22:03:32.786Z[ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89212024-12-20T22:03:32.786Z[ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO STEP 22 (remove_files) COMPLETE
89222024-12-20T22:03:32.788Z[ host-image] Dec 20 22:03:30.561 INFO O| Dec 20 22:03:30.561 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-20T22:03:32.803Z[ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89242024-12-20T22:03:32.803Z[ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.579 INFO STEP 23 (remove_files) COMPLETE
89252024-12-20T22:03:32.803Z[ host-image] Dec 20 22:03:30.579 INFO O| Dec 20 22:03:30.579 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-20T22:03:32.823Z[ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89272024-12-20T22:03:32.823Z[ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO STEP 24 (remove_files) COMPLETE
89282024-12-20T22:03:32.823Z[ host-image] Dec 20 22:03:30.597 INFO O| Dec 20 22:03:30.597 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-20T22:03:32.840Z[ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89302024-12-20T22:03:32.840Z[ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO STEP 25 (remove_files) COMPLETE
89312024-12-20T22:03:32.840Z[ host-image] Dec 20 22:03:30.615 INFO O| Dec 20 22:03:30.615 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-20T22:03:32.879Z[ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89332024-12-20T22:03:32.883Z[ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO STEP 26 (remove_files) COMPLETE
89342024-12-20T22:03:32.883Z[ host-image] Dec 20 22:03:30.652 INFO O| Dec 20 22:03:30.652 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-20T22:03:32.896Z[ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89362024-12-20T22:03:32.900Z[ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO STEP 27 (remove_files) COMPLETE
89372024-12-20T22:03:32.900Z[ host-image] Dec 20 22:03:30.671 INFO O| Dec 20 22:03:30.671 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-20T22:03:32.913Z[ host-image] Dec 20 22:03:30.688 INFO O| Dec 20 22:03:30.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89392024-12-20T22:03:32.916Z[ host-image] Dec 20 22:03:30.689 INFO O| Dec 20 22:03:30.688 INFO STEP 28 (remove_files) COMPLETE
89402024-12-20T22:03:32.916Z[ host-image] Dec 20 22:03:30.689 INFO O| Dec 20 22:03:30.689 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-20T22:03:32.933Z[ host-image] Dec 20 22:03:30.706 INFO O| Dec 20 22:03:30.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89422024-12-20T22:03:32.936Z[ host-image] Dec 20 22:03:30.707 INFO O| Dec 20 22:03:30.706 INFO STEP 29 (remove_files) COMPLETE
89432024-12-20T22:03:32.936Z[ host-image] Dec 20 22:03:30.707 INFO O| Dec 20 22:03:30.707 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-20T22:03:32.949Z[ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89452024-12-20T22:03:32.954Z[ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.725 INFO STEP 30 (remove_files) COMPLETE
89462024-12-20T22:03:32.954Z[ host-image] Dec 20 22:03:30.725 INFO O| Dec 20 22:03:30.725 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-20T22:03:32.967Z[ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89482024-12-20T22:03:32.970Z[ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO STEP 31 (remove_files) COMPLETE
89492024-12-20T22:03:32.970Z[ host-image] Dec 20 22:03:30.743 INFO O| Dec 20 22:03:30.743 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-20T22:03:32.985Z[ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89512024-12-20T22:03:32.988Z[ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO STEP 32 (remove_files) COMPLETE
89522024-12-20T22:03:32.989Z[ host-image] Dec 20 22:03:30.761 INFO O| Dec 20 22:03:30.761 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-20T22:03:33.049Z[ host-image] Dec 20 22:03:30.821 INFO O| Dec 20 22:03:30.821 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89542024-12-20T22:03:33.052Z[ host-image] Dec 20 22:03:30.822 INFO O| Dec 20 22:03:30.822 INFO STEP 33 (remove_files) COMPLETE
89552024-12-20T22:03:33.052Z[ host-image] Dec 20 22:03:30.822 INFO O| Dec 20 22:03:30.822 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-20T22:03:33.064Z[ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89572024-12-20T22:03:33.067Z[ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO STEP 34 (remove_files) COMPLETE
89582024-12-20T22:03:33.067Z[ host-image] Dec 20 22:03:30.840 INFO O| Dec 20 22:03:30.840 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-20T22:03:33.081Z[ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89602024-12-20T22:03:33.085Z[ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO STEP 35 (remove_files) COMPLETE
89612024-12-20T22:03:33.085Z[ host-image] Dec 20 22:03:30.857 INFO O| Dec 20 22:03:30.857 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-20T22:03:33.098Z[ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89632024-12-20T22:03:33.101Z[ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO STEP 36 (remove_files) COMPLETE
89642024-12-20T22:03:33.101Z[ host-image] Dec 20 22:03:30.874 INFO O| Dec 20 22:03:30.874 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-20T22:03:33.116Z[ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89662024-12-20T22:03:33.117Z[ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO STEP 37 (remove_files) COMPLETE
89672024-12-20T22:03:33.120Z[ host-image] Dec 20 22:03:30.892 INFO O| Dec 20 22:03:30.892 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-20T22:03:33.136Z[ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89692024-12-20T22:03:33.136Z[ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO STEP 38 (remove_files) COMPLETE
89702024-12-20T22:03:33.136Z[ host-image] Dec 20 22:03:30.911 INFO O| Dec 20 22:03:30.911 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-20T22:03:33.154Z[ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89722024-12-20T22:03:33.154Z[ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO STEP 39 (remove_files) COMPLETE
89732024-12-20T22:03:33.154Z[ host-image] Dec 20 22:03:30.929 INFO O| Dec 20 22:03:30.929 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-20T22:03:33.187Z[ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89752024-12-20T22:03:33.187Z[ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO STEP 40 (remove_files) COMPLETE
89762024-12-20T22:03:33.189Z[ host-image] Dec 20 22:03:30.962 INFO O| Dec 20 22:03:30.962 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-20T22:03:33.219Z[ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89782024-12-20T22:03:33.219Z[ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO STEP 41 (remove_files) COMPLETE
89792024-12-20T22:03:34.225Z[ host-image] Dec 20 22:03:30.994 INFO O| Dec 20 22:03:30.994 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-20T22:03:34.233Z[ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89812024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO STEP 42 (remove_files) COMPLETE
89822024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.013 INFO O| Dec 20 22:03:31.013 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89842024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO STEP 43 (remove_files) COMPLETE
89852024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.031 INFO O| Dec 20 22:03:31.031 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.048 INFO O| Dec 20 22:03:31.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89872024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.049 INFO O| Dec 20 22:03:31.048 INFO STEP 44 (remove_files) COMPLETE
89882024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.049 INFO O| Dec 20 22:03:31.049 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89902024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO STEP 45 (remove_files) COMPLETE
89912024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.066 INFO O| Dec 20 22:03:31.066 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.083 INFO O| Dec 20 22:03:31.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89932024-12-20T22:03:34.234Z[ host-image] Dec 20 22:03:31.084 INFO O| Dec 20 22:03:31.084 INFO STEP 46 (remove_files) COMPLETE
89942024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.084 INFO O| Dec 20 22:03:31.084 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.101 INFO O| Dec 20 22:03:31.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89962024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.102 INFO O| Dec 20 22:03:31.102 INFO STEP 47 (remove_files) COMPLETE
89972024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.102 INFO O| Dec 20 22:03:31.102 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89992024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.153 INFO STEP 48 (remove_files) COMPLETE
90002024-12-20T22:03:34.235Z[ host-image] Dec 20 22:03:31.153 INFO O| Dec 20 22:03:31.153 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90022024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO STEP 49 (remove_files) COMPLETE
90032024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.169 INFO O| Dec 20 22:03:31.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90052024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO STEP 50 (remove_files) COMPLETE
90062024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.205 INFO O| Dec 20 22:03:31.205 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90082024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO STEP 51 (remove_files) COMPLETE
90092024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.225 INFO O| Dec 20 22:03:31.225 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90112024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO STEP 52 (remove_files) COMPLETE
90122024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.243 INFO O| Dec 20 22:03:31.243 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90142024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO STEP 53 (remove_files) COMPLETE
90152024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.261 INFO O| Dec 20 22:03:31.261 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90172024-12-20T22:03:34.236Z[ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO STEP 54 (remove_files) COMPLETE
90182024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.279 INFO O| Dec 20 22:03:31.279 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90202024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO STEP 55 (remove_files) COMPLETE
90212024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.297 INFO O| Dec 20 22:03:31.297 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.329 INFO O| Dec 20 22:03:31.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90232024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.330 INFO O| Dec 20 22:03:31.329 INFO STEP 56 (remove_files) COMPLETE
90242024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.330 INFO O| Dec 20 22:03:31.330 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.349 INFO O| Dec 20 22:03:31.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90262024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.350 INFO O| Dec 20 22:03:31.350 INFO STEP 57 (remove_files) COMPLETE
90272024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.350 INFO O| Dec 20 22:03:31.350 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.368 INFO O| Dec 20 22:03:31.368 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90292024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.368 INFO O| Dec 20 22:03:31.368 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90302024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.368 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90312024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90322024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90332024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90342024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO ok!
90352024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO STEP 58 (ensure_file) COMPLETE
90362024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.369 INFO O| Dec 20 22:03:31.369 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.386 INFO O| Dec 20 22:03:31.386 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90382024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.386 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90392024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90402024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90412024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90422024-12-20T22:03:34.237Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90432024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO ok!
90442024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO STEP 59 (ensure_file) COMPLETE
90452024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.387 INFO O| Dec 20 22:03:31.387 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90472024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90482024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90492024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO ok!
90502024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO STEP 60 (ensure_file) COMPLETE
90512024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.429 INFO O| Dec 20 22:03:31.429 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.449 INFO O| Dec 20 22:03:31.449 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90532024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.449 INFO O| Dec 20 22:03:31.449 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90542024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90552024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO ok!
90562024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO STEP 61 (ensure_file) COMPLETE
90572024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.450 INFO O| Dec 20 22:03:31.450 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.467 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90592024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90602024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90612024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90622024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO ok!
90632024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO STEP 62 (ensure_file) COMPLETE
90642024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.468 INFO O| Dec 20 22:03:31.468 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90662024-12-20T22:03:34.238Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90672024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90682024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90692024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO ok!
90702024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO STEP 63 (ensure_file) COMPLETE
90712024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.486 INFO O| Dec 20 22:03:31.486 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90722024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.533 INFO O| Dec 20 22:03:31.533 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90732024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.533 INFO O| Dec 20 22:03:31.533 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90742024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90752024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO ok!
90762024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO STEP 64 (assemble_files) COMPLETE
90772024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.534 INFO O| Dec 20 22:03:31.534 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90782024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90792024-12-20T22:03:34.239Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90802024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90812024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90822024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO ok!
90832024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.554 INFO O| Dec 20 22:03:31.554 INFO STEP 65 (ensure_file) COMPLETE
90842024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.555 INFO O| Dec 20 22:03:31.555 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90852024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.572 INFO O| Dec 20 22:03:31.572 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90862024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90872024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90882024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO STEP 66 (ensure_dir) COMPLETE
90892024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.573 INFO O| Dec 20 22:03:31.573 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90902024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.591 INFO O| Dec 20 22:03:31.590 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90912024-12-20T22:03:34.245Z[ host-image] Dec 20 22:03:31.591 INFO O| Dec 20 22:03:31.591 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 ...
90922024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.601 INFO O| Dec 20 22:03:31.601 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
90932024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.601 INFO O| Dec 20 22:03:31.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90942024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.601 INFO ok!
90952024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.602 INFO STEP 67 (ensure_file) COMPLETE
90962024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.602 INFO O| Dec 20 22:03:31.602 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90972024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.621 INFO O| Dec 20 22:03:31.621 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90982024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.621 INFO O| Dec 20 22:03:31.621 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 ...
90992024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 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
91002024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91012024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO ok!
91022024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO STEP 68 (ensure_file) COMPLETE
91032024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.622 INFO O| Dec 20 22:03:31.622 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.662 INFO O| Dec 20 22:03:31.662 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91052024-12-20T22:03:34.246Z[ host-image] Dec 20 22:03:31.662 INFO O| Dec 20 22:03:31.662 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91062024-12-20T22:03:37.551Z[ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO STEP 69 (pack_tar) COMPLETE
91072024-12-20T22:03:37.551Z[ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91082024-12-20T22:03:37.551Z[ host-image] Dec 20 22:03:35.319 INFO O| Dec 20 22:03:35.319 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91092024-12-20T22:03:37.950Z[ host-image] Dec 20 22:03:35.721 INFO O| Dec 20 22:03:35.721 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91102024-12-20T22:03:38.068Z[ host-image] Dec 20 22:03:35.843 INFO O| Dec 20 22:03:35.843 INFO completed processing gimlet/ramdisk-02-trim
91112024-12-20T22:03:38.072Z[ host-image] Dec 20 22:03:35.846 INFO image builder template: zfs...
91122024-12-20T22:03:38.072Z[ host-image] Dec 20 22:03:35.846 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/.tmpUUBaUa/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
91132024-12-20T22:03:38.095Z[ host-image] Dec 20 22:03:35.869 INFO O| Dec 20 22:03:35.869 INFO skip include "stress" because feature "stress" is not enabled
91142024-12-20T22:03:38.176Z[ host-image] Dec 20 22:03:35.940 INFO O| Dec 20 22:03:35.939 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91152024-12-20T22:03:38.183Z[ host-image] Dec 20 22:03:35.947 INFO O| Dec 20 22:03:35.947 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91162024-12-20T22:03:38.308Z[ host-image] Dec 20 22:03:36.082 INFO O| Dec 20 22:03:36.082 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91172024-12-20T22:03:38.410Z[ host-image] Dec 20 22:03:36.177 INFO O| Dec 20 22:03:36.177 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91182024-12-20T22:03:38.410Z[ host-image] Dec 20 22:03:36.177 INFO O| Dec 20 22:03:36.177 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91192024-12-20T22:03:38.413Z[ host-image] Dec 20 22:03:36.184 INFO O| Dec 20 22:03:36.184 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91202024-12-20T22:03:38.508Z[ host-image] Dec 20 22:03:36.282 INFO O| Dec 20 22:03:36.282 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91212024-12-20T22:03:38.563Z[ host-image] Dec 20 22:03:36.337 INFO O| Dec 20 22:03:36.337 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91222024-12-20T22:03:38.592Z[ host-image] Dec 20 22:03:36.366 INFO O| Dec 20 22:03:36.366 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91232024-12-20T22:03:38.605Z[ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91242024-12-20T22:03:38.605Z[ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO no lofi found
91252024-12-20T22:03:38.610Z[ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91262024-12-20T22:03:38.610Z[ host-image] Dec 20 22:03:36.375 INFO O| Dec 20 22:03:36.375 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91272024-12-20T22:03:40.242Z[ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 INFO lofi device = /dev/dsk/c2t1d0p0
91282024-12-20T22:03:40.242Z[ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 INFO pool device = /dev/dsk/c2t1d0p0
91292024-12-20T22:03:40.248Z[ host-image] Dec 20 22:03:38.011 INFO O| Dec 20 22:03:38.011 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"]
91302024-12-20T22:03:40.476Z[ host-image] Dec 20 22:03:38.249 INFO O| Dec 20 22:03:38.249 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91312024-12-20T22:03:40.476Z[ host-image] Dec 20 22:03:38.249 INFO O| Dec 20 22:03:38.249 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91322024-12-20T22:03:40.514Z[ host-image] Dec 20 22:03:38.288 INFO O| Dec 20 22:03:38.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91332024-12-20T22:03:40.618Z[ host-image] Dec 20 22:03:38.391 INFO O| Dec 20 22:03:38.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91342024-12-20T22:03:40.696Z[ host-image] Dec 20 22:03:38.469 INFO O| Dec 20 22:03:38.469 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91352024-12-20T22:03:40.723Z[ host-image] Dec 20 22:03:38.497 INFO O| Dec 20 22:03:38.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91362024-12-20T22:03:40.745Z[ host-image] Dec 20 22:03:38.519 INFO O| Dec 20 22:03:38.518 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91372024-12-20T22:03:40.837Z[ host-image] Dec 20 22:03:38.610 INFO O| Dec 20 22:03:38.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91382024-12-20T22:03:40.841Z[ host-image] Dec 20 22:03:38.611 INFO O| Dec 20 22:03:38.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91392024-12-20T22:03:40.841Z[ host-image] Dec 20 22:03:38.611 INFO O| Dec 20 22:03:38.611 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91402024-12-20T22:03:40.873Z[ host-image] Dec 20 22:03:38.647 INFO O| Dec 20 22:03:38.647 INFO boot environment UUID: 6c025487-7e75-4ce1-ba3b-a2ae10010439
91412024-12-20T22:03:40.890Z[ host-image] Dec 20 22:03:38.647 INFO O| Dec 20 22:03:38.647 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6c025487-7e75-4ce1-ba3b-a2ae10010439
91422024-12-20T22:03:40.908Z[ host-image] Dec 20 22:03:38.682 INFO O| Dec 20 22:03:38.682 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91432024-12-20T22:03:40.948Z[ host-image] Dec 20 22:03:38.722 INFO O| Dec 20 22:03:38.722 INFO STEP 0 (create_be) COMPLETE
91442024-12-20T22:03:40.948Z[ host-image] Dec 20 22:03:38.722 INFO O| Dec 20 22:03:38.722 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91452024-12-20T22:03:40.976Z[ host-image] Dec 20 22:03:38.750 INFO O| Dec 20 22:03:38.750 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91462024-12-20T22:04:05.673Z[ host-image] Dec 20 22:04:03.441 INFO O| Dec 20 22:04:03.441 INFO STEP 1 (unpack_tar) COMPLETE
91472024-12-20T22:04:05.674Z[ host-image] Dec 20 22:04:03.441 INFO O| Dec 20 22:04:03.441 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91482024-12-20T22:04:05.694Z[ host-image] Dec 20 22:04:03.459 INFO O| Dec 20 22:04:03.459 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91492024-12-20T22:04:06.172Z[ host-image] Dec 20 22:04:03.939 INFO O| Dec 20 22:04:03.939 INFO STEP 2 (devfsadm) COMPLETE
91502024-12-20T22:04:06.179Z[ host-image] Dec 20 22:04:03.939 INFO O| Dec 20 22:04:03.939 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91512024-12-20T22:04:06.189Z[ host-image] Dec 20 22:04:03.956 INFO O| Dec 20 22:04:03.956 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91522024-12-20T22:04:06.189Z[ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91532024-12-20T22:04:06.189Z[ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO STEP 3 (ensure_dir) COMPLETE
91542024-12-20T22:04:06.196Z[ host-image] Dec 20 22:04:03.957 INFO O| Dec 20 22:04:03.957 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91552024-12-20T22:04:06.223Z[ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91562024-12-20T22:04:06.223Z[ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO STEP 4 (ensure_dir) COMPLETE
91572024-12-20T22:04:06.229Z[ host-image] Dec 20 22:04:03.991 INFO O| Dec 20 22:04:03.991 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91582024-12-20T22:04:06.241Z[ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91592024-12-20T22:04:06.241Z[ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO STEP 5 (ensure_dir) COMPLETE
91602024-12-20T22:04:06.255Z[ host-image] Dec 20 22:04:04.010 INFO O| Dec 20 22:04:04.010 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91612024-12-20T22:04:06.261Z[ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91622024-12-20T22:04:06.261Z[ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91632024-12-20T22:04:06.261Z[ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO STEP 6 (ensure_dir) COMPLETE
91642024-12-20T22:04:06.261Z[ host-image] Dec 20 22:04:04.027 INFO O| Dec 20 22:04:04.027 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91652024-12-20T22:04:06.276Z[ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91662024-12-20T22:04:06.276Z[ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91672024-12-20T22:04:06.276Z[ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO STEP 7 (ensure_dir) COMPLETE
91682024-12-20T22:04:06.297Z[ host-image] Dec 20 22:04:04.044 INFO O| Dec 20 22:04:04.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91692024-12-20T22:04:06.307Z[ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91702024-12-20T22:04:06.307Z[ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO STEP 8 (remove_files) COMPLETE
91712024-12-20T22:04:06.307Z[ host-image] Dec 20 22:04:04.062 INFO O| Dec 20 22:04:04.062 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91722024-12-20T22:04:06.320Z[ host-image] Dec 20 22:04:04.079 INFO O| Dec 20 22:04:04.079 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91732024-12-20T22:04:06.320Z[ host-image] Dec 20 22:04:04.080 INFO O| Dec 20 22:04:04.080 INFO STEP 9 (remove_files) COMPLETE
91742024-12-20T22:04:06.320Z[ host-image] Dec 20 22:04:04.080 INFO O| Dec 20 22:04:04.080 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91752024-12-20T22:04:06.352Z[ host-image] Dec 20 22:04:04.120 INFO O| Dec 20 22:04:04.120 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91762024-12-20T22:04:06.365Z[ host-image] Dec 20 22:04:04.121 INFO O| Dec 20 22:04:04.121 INFO STEP 10 (remove_files) COMPLETE
91772024-12-20T22:04:06.365Z[ host-image] Dec 20 22:04:04.121 INFO O| Dec 20 22:04:04.121 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91782024-12-20T22:04:06.372Z[ host-image] Dec 20 22:04:04.140 INFO O| Dec 20 22:04:04.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91792024-12-20T22:04:06.372Z[ host-image] Dec 20 22:04:04.140 INFO O| Dec 20 22:04:04.140 INFO STEP 11 (remove_files) COMPLETE
91802024-12-20T22:04:06.372Z[ host-image] Dec 20 22:04:04.141 INFO O| Dec 20 22:04:04.140 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91812024-12-20T22:04:06.396Z[ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91822024-12-20T22:04:06.396Z[ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO STEP 12 (remove_files) COMPLETE
91832024-12-20T22:04:06.396Z[ host-image] Dec 20 22:04:04.163 INFO O| Dec 20 22:04:04.163 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91842024-12-20T22:04:06.446Z[ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91852024-12-20T22:04:06.446Z[ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91862024-12-20T22:04:06.446Z[ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO STEP 13 (ensure_dir) COMPLETE
91872024-12-20T22:04:06.454Z[ host-image] Dec 20 22:04:04.214 INFO O| Dec 20 22:04:04.214 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91882024-12-20T22:04:06.468Z[ host-image] Dec 20 22:04:04.234 INFO O| Dec 20 22:04:04.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91892024-12-20T22:04:06.479Z[ host-image] Dec 20 22:04:04.234 INFO O| Dec 20 22:04:04.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91902024-12-20T22:04:06.479Z[ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.234 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91912024-12-20T22:04:06.479Z[ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.235 INFO STEP 14 (ensure_dir) COMPLETE
91922024-12-20T22:04:06.479Z[ host-image] Dec 20 22:04:04.235 INFO O| Dec 20 22:04:04.235 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932024-12-20T22:04:06.488Z[ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91942024-12-20T22:04:06.488Z[ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91952024-12-20T22:04:06.488Z[ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91962024-12-20T22:04:06.488Z[ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO STEP 15 (ensure_dir) COMPLETE
91972024-12-20T22:04:06.488Z[ host-image] Dec 20 22:04:04.253 INFO O| Dec 20 22:04:04.253 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91982024-12-20T22:04:06.502Z[ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91992024-12-20T22:04:06.502Z[ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92002024-12-20T22:04:06.509Z[ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO STEP 16 (ensure_dir) COMPLETE
92012024-12-20T22:04:06.509Z[ host-image] Dec 20 22:04:04.270 INFO O| Dec 20 22:04:04.270 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92022024-12-20T22:04:06.521Z[ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92032024-12-20T22:04:06.521Z[ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92042024-12-20T22:04:06.521Z[ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO STEP 17 (ensure_dir) COMPLETE
92052024-12-20T22:04:06.528Z[ host-image] Dec 20 22:04:04.288 INFO O| Dec 20 22:04:04.288 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92062024-12-20T22:04:06.537Z[ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92072024-12-20T22:04:06.537Z[ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92082024-12-20T22:04:06.543Z[ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO ok!
92092024-12-20T22:04:06.543Z[ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO STEP 18 (ensure_symlink) COMPLETE
92102024-12-20T22:04:06.543Z[ host-image] Dec 20 22:04:04.305 INFO O| Dec 20 22:04:04.305 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92112024-12-20T22:04:06.554Z[ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92122024-12-20T22:04:06.570Z[ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92132024-12-20T22:04:06.571Z[ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO ok!
92142024-12-20T22:04:06.571Z[ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO STEP 19 (ensure_file) COMPLETE
92152024-12-20T22:04:06.571Z[ host-image] Dec 20 22:04:04.322 INFO O| Dec 20 22:04:04.322 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92162024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92172024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92182024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92192024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO ok!
92202024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO STEP 20 (ensure_symlink) COMPLETE
92212024-12-20T22:04:06.580Z[ host-image] Dec 20 22:04:04.340 INFO O| Dec 20 22:04:04.340 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92222024-12-20T22:04:06.590Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92232024-12-20T22:04:06.590Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92242024-12-20T22:04:06.598Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92252024-12-20T22:04:06.598Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO ok!
92262024-12-20T22:04:06.598Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO STEP 21 (ensure_symlink) COMPLETE
92272024-12-20T22:04:06.598Z[ host-image] Dec 20 22:04:04.358 INFO O| Dec 20 22:04:04.358 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92282024-12-20T22:04:06.627Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92292024-12-20T22:04:06.633Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92302024-12-20T22:04:06.633Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92312024-12-20T22:04:06.633Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO ok!
92322024-12-20T22:04:06.634Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO STEP 22 (ensure_symlink) COMPLETE
92332024-12-20T22:04:06.634Z[ host-image] Dec 20 22:04:04.395 INFO O| Dec 20 22:04:04.395 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92342024-12-20T22:04:06.645Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92352024-12-20T22:04:06.645Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92362024-12-20T22:04:06.655Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92372024-12-20T22:04:06.655Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO ok!
92382024-12-20T22:04:06.655Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO STEP 23 (ensure_symlink) COMPLETE
92392024-12-20T22:04:06.655Z[ host-image] Dec 20 22:04:04.413 INFO O| Dec 20 22:04:04.413 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92402024-12-20T22:04:06.664Z[ host-image] Dec 20 22:04:04.432 INFO O| Dec 20 22:04:04.432 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92412024-12-20T22:04:06.671Z[ host-image] Dec 20 22:04:04.432 INFO O| Dec 20 22:04:04.432 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92422024-12-20T22:04:06.671Z[ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92432024-12-20T22:04:06.671Z[ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO ok!
92442024-12-20T22:04:06.672Z[ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO STEP 24 (ensure_file) COMPLETE
92452024-12-20T22:04:06.672Z[ host-image] Dec 20 22:04:04.433 INFO O| Dec 20 22:04:04.433 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92462024-12-20T22:04:06.686Z[ host-image] Dec 20 22:04:04.450 INFO O| Dec 20 22:04:04.450 INFO updating shadow file
92472024-12-20T22:04:06.686Z[ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92482024-12-20T22:04:06.686Z[ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92492024-12-20T22:04:06.686Z[ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO STEP 25 (shadow) COMPLETE
92502024-12-20T22:04:06.686Z[ host-image] Dec 20 22:04:04.451 INFO O| Dec 20 22:04:04.451 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92512024-12-20T22:04:06.704Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92522024-12-20T22:04:06.704Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92532024-12-20T22:04:06.704Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92542024-12-20T22:04:06.714Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO ok!
92552024-12-20T22:04:06.714Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO STEP 26 (ensure_file) COMPLETE
92562024-12-20T22:04:06.714Z[ host-image] Dec 20 22:04:04.469 INFO O| Dec 20 22:04:04.469 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92572024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92582024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92592024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92602024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO ok!
92612024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO STEP 27 (ensure_file) COMPLETE
92622024-12-20T22:04:06.726Z[ host-image] Dec 20 22:04:04.488 INFO O| Dec 20 22:04:04.488 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92632024-12-20T22:04:06.737Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92642024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92652024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92662024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92672024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO ok!
92682024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO STEP 28 (ensure_file) COMPLETE
92692024-12-20T22:04:06.746Z[ host-image] Dec 20 22:04:04.506 INFO O| Dec 20 22:04:04.506 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92702024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92712024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92722024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.536 INFO O| Dec 20 22:04:04.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92732024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.536 INFO ok!
92742024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.537 INFO STEP 29 (ensure_file) COMPLETE
92752024-12-20T22:04:06.769Z[ host-image] Dec 20 22:04:04.537 INFO O| Dec 20 22:04:04.537 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92762024-12-20T22:04:06.828Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92772024-12-20T22:04:06.828Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92782024-12-20T22:04:06.828Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92792024-12-20T22:04:06.837Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO ok!
92802024-12-20T22:04:06.837Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO STEP 30 (ensure_file) COMPLETE
92812024-12-20T22:04:06.837Z[ host-image] Dec 20 22:04:04.596 INFO O| Dec 20 22:04:04.596 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92822024-12-20T22:04:06.847Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92832024-12-20T22:04:06.848Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92842024-12-20T22:04:06.856Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92852024-12-20T22:04:06.856Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92862024-12-20T22:04:06.856Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO ok!
92872024-12-20T22:04:06.856Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO STEP 31 (ensure_file) COMPLETE
92882024-12-20T22:04:06.856Z[ host-image] Dec 20 22:04:04.616 INFO O| Dec 20 22:04:04.616 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92892024-12-20T22:04:06.866Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92902024-12-20T22:04:06.866Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92912024-12-20T22:04:06.866Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92922024-12-20T22:04:06.873Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO ok!
92932024-12-20T22:04:06.873Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO STEP 32 (ensure_file) COMPLETE
92942024-12-20T22:04:06.873Z[ host-image] Dec 20 22:04:04.634 INFO O| Dec 20 22:04:04.634 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92952024-12-20T22:04:06.885Z[ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92962024-12-20T22:04:06.885Z[ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92972024-12-20T22:04:06.904Z[ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92982024-12-20T22:04:06.904Z[ host-image] Dec 20 22:04:04.653 INFO O| Dec 20 22:04:04.653 INFO ok!
92992024-12-20T22:04:06.904Z[ host-image] Dec 20 22:04:04.654 INFO O| Dec 20 22:04:04.653 INFO STEP 33 (ensure_file) COMPLETE
93002024-12-20T22:04:06.904Z[ host-image] Dec 20 22:04:04.654 INFO O| Dec 20 22:04:04.654 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93022024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93032024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93042024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93052024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93062024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93072024-12-20T22:04:06.915Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO ok!
93082024-12-20T22:04:06.916Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO STEP 34 (ensure_file) COMPLETE
93092024-12-20T22:04:06.916Z[ host-image] Dec 20 22:04:04.673 INFO O| Dec 20 22:04:04.673 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93102024-12-20T22:04:06.925Z[ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93112024-12-20T22:04:06.932Z[ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93122024-12-20T22:04:06.932Z[ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93132024-12-20T22:04:06.932Z[ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO STEP 35 (ensure_dir) COMPLETE
93142024-12-20T22:04:06.932Z[ host-image] Dec 20 22:04:04.693 INFO O| Dec 20 22:04:04.693 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93152024-12-20T22:04:06.954Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.720 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
93162024-12-20T22:04:06.954Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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 ...
93172024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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
93182024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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
93192024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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
93202024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 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
93212024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO ok!
93222024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO STEP 36 (ensure_file) COMPLETE
93232024-12-20T22:04:06.961Z[ host-image] Dec 20 22:04:04.721 INFO O| Dec 20 22:04:04.721 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93242024-12-20T22:04:06.975Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.740 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93252024-12-20T22:04:06.975Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 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 ...
93262024-12-20T22:04:06.976Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93272024-12-20T22:04:06.976Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO ok!
93282024-12-20T22:04:06.976Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO STEP 37 (ensure_symlink) COMPLETE
93292024-12-20T22:04:06.976Z[ host-image] Dec 20 22:04:04.741 INFO O| Dec 20 22:04:04.741 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93302024-12-20T22:04:07.013Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93312024-12-20T22:04:07.013Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93322024-12-20T22:04:07.013Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93332024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93342024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93352024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.775 INFO O| Dec 20 22:04:04.775 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93362024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.775 INFO ok!
93372024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.776 INFO STEP 38 (ensure_file) COMPLETE
93382024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.776 INFO O| Dec 20 22:04:04.776 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93392024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93402024-12-20T22:04:07.026Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 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 ...
93412024-12-20T22:04:07.033Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 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
93422024-12-20T22:04:07.033Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93432024-12-20T22:04:07.033Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO ok!
93442024-12-20T22:04:07.033Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO STEP 39 (ensure_file) COMPLETE
93452024-12-20T22:04:07.033Z[ host-image] Dec 20 22:04:04.794 INFO O| Dec 20 22:04:04.794 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93462024-12-20T22:04:07.044Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93472024-12-20T22:04:07.044Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93482024-12-20T22:04:07.044Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93492024-12-20T22:04:07.051Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO ok!
93502024-12-20T22:04:07.052Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO STEP 40 (ensure_file) COMPLETE
93512024-12-20T22:04:07.052Z[ host-image] Dec 20 22:04:04.812 INFO O| Dec 20 22:04:04.812 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93522024-12-20T22:04:07.063Z[ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO updating shadow file
93532024-12-20T22:04:07.074Z[ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93542024-12-20T22:04:07.074Z[ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO STEP 41 (shadow) COMPLETE
93552024-12-20T22:04:07.074Z[ host-image] Dec 20 22:04:04.831 INFO O| Dec 20 22:04:04.831 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93562024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93572024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93582024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93592024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93602024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO ok!
93612024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO STEP 42 (ensure_file) COMPLETE
93622024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93632024-12-20T22:04:07.093Z[ host-image] Dec 20 22:04:04.851 INFO O| Dec 20 22:04:04.851 INFO skip step because feature "mfg" is not enabled
93642024-12-20T22:04:07.103Z[ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.851 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93652024-12-20T22:04:07.103Z[ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.852 INFO skip step because feature "mfg" is not enabled
93662024-12-20T22:04:07.103Z[ host-image] Dec 20 22:04:04.852 INFO O| Dec 20 22:04:04.852 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93672024-12-20T22:04:07.103Z[ host-image] Dec 20 22:04:04.871 INFO O| Dec 20 22:04:04.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93682024-12-20T22:04:07.103Z[ host-image] Dec 20 22:04:04.871 INFO O| Dec 20 22:04:04.871 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93692024-12-20T22:04:07.934Z[ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93702024-12-20T22:04:07.935Z[ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93712024-12-20T22:04:07.935Z[ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO ok!
93722024-12-20T22:04:07.941Z[ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO STEP 45 (ensure_file) COMPLETE
93732024-12-20T22:04:07.942Z[ host-image] Dec 20 22:04:05.702 INFO O| Dec 20 22:04:05.702 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93742024-12-20T22:04:07.953Z[ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93752024-12-20T22:04:07.953Z[ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93762024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93772024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93782024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.721 INFO O| Dec 20 22:04:05.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93792024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93802024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO ok!
93812024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO STEP 46 (ensure_file) COMPLETE
93822024-12-20T22:04:07.962Z[ host-image] Dec 20 22:04:05.722 INFO O| Dec 20 22:04:05.722 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93832024-12-20T22:04:07.982Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.749 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93842024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 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 ...
93852024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 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
93862024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93872024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO ok!
93882024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.750 INFO O| Dec 20 22:04:05.750 INFO STEP 47 (ensure_file) COMPLETE
93892024-12-20T22:04:08.002Z[ host-image] Dec 20 22:04:05.751 INFO O| Dec 20 22:04:05.751 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93902024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93912024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93922024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93932024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93942024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.770 INFO O| Dec 20 22:04:05.770 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93952024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93962024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO ok!
93972024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO STEP 48 (ensure_file) COMPLETE
93982024-12-20T22:04:08.013Z[ host-image] Dec 20 22:04:05.771 INFO O| Dec 20 22:04:05.771 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93992024-12-20T22:04:08.022Z[ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94002024-12-20T22:04:08.022Z[ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 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 ...
94012024-12-20T22:04:08.031Z[ host-image] Dec 20 22:04:05.790 INFO O| Dec 20 22:04:05.790 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
94022024-12-20T22:04:08.031Z[ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94032024-12-20T22:04:08.032Z[ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO ok!
94042024-12-20T22:04:08.032Z[ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO STEP 49 (ensure_file) COMPLETE
94052024-12-20T22:04:08.032Z[ host-image] Dec 20 22:04:05.791 INFO O| Dec 20 22:04:05.791 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94062024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94072024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94082024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94092024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94102024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94112024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94122024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO ok!
94132024-12-20T22:04:08.043Z[ host-image] Dec 20 22:04:05.810 INFO O| Dec 20 22:04:05.810 INFO STEP 50 (ensure_file) COMPLETE
94142024-12-20T22:04:08.051Z[ host-image] Dec 20 22:04:05.811 INFO O| Dec 20 22:04:05.811 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94152024-12-20T22:04:08.066Z[ host-image] Dec 20 22:04:05.829 INFO O| Dec 20 22:04:05.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94162024-12-20T22:04:08.066Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.829 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 ...
94172024-12-20T22:04:08.066Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 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
94182024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94192024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO ok!
94202024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO STEP 51 (ensure_file) COMPLETE
94212024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.830 INFO O| Dec 20 22:04:05.830 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94222024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94232024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 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 ...
94242024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 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
94252024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94262024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO ok!
94272024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO STEP 52 (ensure_file) COMPLETE
94282024-12-20T22:04:08.085Z[ host-image] Dec 20 22:04:05.849 INFO O| Dec 20 22:04:05.849 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94292024-12-20T22:04:08.116Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94302024-12-20T22:04:08.116Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.883 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 ...
94312024-12-20T22:04:08.116Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 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
94322024-12-20T22:04:08.123Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94332024-12-20T22:04:08.123Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO ok!
94342024-12-20T22:04:08.123Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO STEP 53 (ensure_file) COMPLETE
94352024-12-20T22:04:08.124Z[ host-image] Dec 20 22:04:05.884 INFO O| Dec 20 22:04:05.884 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-20T22:04:08.136Z[ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94372024-12-20T22:04:08.136Z[ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO STEP 54 (ensure_dir) COMPLETE
94382024-12-20T22:04:08.144Z[ host-image] Dec 20 22:04:05.904 INFO O| Dec 20 22:04:05.904 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-20T22:04:08.170Z[ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94402024-12-20T22:04:08.170Z[ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94412024-12-20T22:04:08.170Z[ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO STEP 55 (ensure_dir) COMPLETE
94422024-12-20T22:04:08.170Z[ host-image] Dec 20 22:04:05.936 INFO O| Dec 20 22:04:05.936 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-12-20T22:04:08.188Z[ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94442024-12-20T22:04:08.188Z[ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94452024-12-20T22:04:08.199Z[ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO STEP 56 (ensure_dir) COMPLETE
94462024-12-20T22:04:08.199Z[ host-image] Dec 20 22:04:05.956 INFO O| Dec 20 22:04:05.956 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-12-20T22:04:08.223Z[ host-image] Dec 20 22:04:05.988 INFO O| Dec 20 22:04:05.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94482024-12-20T22:04:08.223Z[ host-image] Dec 20 22:04:05.988 INFO O| Dec 20 22:04:05.988 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94492024-12-20T22:04:08.249Z[ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94502024-12-20T22:04:08.249Z[ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO ok!
94512024-12-20T22:04:08.249Z[ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO STEP 57 (ensure_file) COMPLETE
94522024-12-20T22:04:08.256Z[ host-image] Dec 20 22:04:06.014 INFO O| Dec 20 22:04:06.014 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-12-20T22:04:08.269Z[ host-image] Dec 20 22:04:06.033 INFO O| Dec 20 22:04:06.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94542024-12-20T22:04:08.269Z[ host-image] Dec 20 22:04:06.033 INFO O| Dec 20 22:04:06.033 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94552024-12-20T22:04:09.693Z[ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94562024-12-20T22:04:09.694Z[ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO ok!
94572024-12-20T22:04:09.699Z[ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO STEP 58 (ensure_file) COMPLETE
94582024-12-20T22:04:09.699Z[ host-image] Dec 20 22:04:07.458 INFO O| Dec 20 22:04:07.458 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-12-20T22:04:09.710Z[ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94602024-12-20T22:04:09.710Z[ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94612024-12-20T22:04:09.710Z[ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO STEP 59 (ensure_dir) COMPLETE
94622024-12-20T22:04:09.710Z[ host-image] Dec 20 22:04:07.475 INFO O| Dec 20 22:04:07.475 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-12-20T22:04:09.747Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94642024-12-20T22:04:09.747Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO copying /tmp/.tmpUUBaUa/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 ...
94652024-12-20T22:04:09.754Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94662024-12-20T22:04:09.754Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO ok!
94672024-12-20T22:04:09.754Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO STEP 60 (ensure_file) COMPLETE
94682024-12-20T22:04:09.754Z[ host-image] Dec 20 22:04:07.514 INFO O| Dec 20 22:04:07.514 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-12-20T22:04:09.774Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94702024-12-20T22:04:09.774Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO copying /tmp/.tmpUUBaUa/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 ...
94712024-12-20T22:04:09.774Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94722024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO ok!
94732024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO STEP 61 (ensure_file) COMPLETE
94742024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.533 INFO O| Dec 20 22:04:07.533 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94762024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94772024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO STEP 62 (ensure_dir) COMPLETE
94782024-12-20T22:04:09.811Z[ host-image] Dec 20 22:04:07.552 INFO O| Dec 20 22:04:07.552 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94802024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO copying /tmp/.tmpUUBaUa/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 ...
94812024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94822024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO ok!
94832024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO STEP 63 (ensure_file) COMPLETE
94842024-12-20T22:04:09.833Z[ host-image] Dec 20 22:04:07.571 INFO O| Dec 20 22:04:07.571 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-20T22:04:09.837Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94862024-12-20T22:04:09.838Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO copying /tmp/.tmpUUBaUa/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 ...
94872024-12-20T22:04:09.838Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94882024-12-20T22:04:09.838Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO ok!
94892024-12-20T22:04:09.838Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO STEP 64 (ensure_file) COMPLETE
94902024-12-20T22:04:09.838Z[ host-image] Dec 20 22:04:07.590 INFO O| Dec 20 22:04:07.590 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-20T22:04:09.842Z[ host-image] Dec 20 22:04:07.607 INFO O| Dec 20 22:04:07.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94922024-12-20T22:04:09.842Z[ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94932024-12-20T22:04:09.842Z[ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO STEP 65 (ensure_dir) COMPLETE
94942024-12-20T22:04:09.842Z[ host-image] Dec 20 22:04:07.608 INFO O| Dec 20 22:04:07.608 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-12-20T22:04:09.858Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94962024-12-20T22:04:09.858Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO copying /tmp/.tmpUUBaUa/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 ...
94972024-12-20T22:04:09.858Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94982024-12-20T22:04:09.874Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO ok!
94992024-12-20T22:04:09.874Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO STEP 66 (ensure_file) COMPLETE
95002024-12-20T22:04:09.874Z[ host-image] Dec 20 22:04:07.625 INFO O| Dec 20 22:04:07.625 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95022024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95032024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95042024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO ok!
95052024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO STEP 67 (ensure_file) COMPLETE
95062024-12-20T22:04:09.886Z[ host-image] Dec 20 22:04:07.642 INFO O| Dec 20 22:04:07.642 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-20T22:04:09.897Z[ host-image] Dec 20 22:04:07.661 INFO O| Dec 20 22:04:07.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95082024-12-20T22:04:09.897Z[ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95092024-12-20T22:04:09.897Z[ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.662 INFO STEP 68 (ensure_dir) COMPLETE
95102024-12-20T22:04:09.897Z[ host-image] Dec 20 22:04:07.662 INFO O| Dec 20 22:04:07.662 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-20T22:04:09.918Z[ host-image] Dec 20 22:04:07.680 INFO O| Dec 20 22:04:07.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95122024-12-20T22:04:09.918Z[ host-image] Dec 20 22:04:07.680 INFO O| Dec 20 22:04:07.680 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95132024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95142024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO ok!
95152024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO STEP 69 (ensure_file) COMPLETE
95162024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.080 INFO O| Dec 20 22:04:09.080 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.098 INFO O| Dec 20 22:04:09.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95182024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:09.098 INFO O| Dec 20 22:04:09.097 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95192024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95202024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO ok!
95212024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO STEP 70 (ensure_file) COMPLETE
95222024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.151 INFO O| Dec 20 22:04:11.151 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95242024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95252024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO STEP 71 (ensure_dir) COMPLETE
95262024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.176 INFO O| Dec 20 22:04:11.176 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.218 INFO O| Dec 20 22:04:11.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95282024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.218 INFO O| Dec 20 22:04:11.218 INFO copying /tmp/.tmpUUBaUa/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 ...
95292024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95302024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO ok!
95312024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO STEP 72 (ensure_file) COMPLETE
95322024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.219 INFO O| Dec 20 22:04:11.219 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95342024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO copying /tmp/.tmpUUBaUa/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 ...
95352024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95362024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO ok!
95372024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.238 INFO O| Dec 20 22:04:11.238 INFO STEP 73 (ensure_file) COMPLETE
95382024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.239 INFO O| Dec 20 22:04:11.238 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95402024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95412024-12-20T22:04:13.983Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95422024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO ok!
95432024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO STEP 74 (ensure_file) COMPLETE
95442024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.257 INFO O| Dec 20 22:04:11.257 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95462024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95472024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95482024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO ok!
95492024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO STEP 75 (ensure_file) COMPLETE
95502024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.275 INFO O| Dec 20 22:04:11.275 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95522024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95532024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO STEP 76 (ensure_dir) COMPLETE
95542024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.293 INFO O| Dec 20 22:04:11.293 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.312 INFO O| Dec 20 22:04:11.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95562024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.312 INFO O| Dec 20 22:04:11.312 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95572024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.316 INFO O| Dec 20 22:04:11.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95582024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.316 INFO O| Dec 20 22:04:11.316 INFO ok!
95592024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.317 INFO O| Dec 20 22:04:11.316 INFO STEP 77 (ensure_file) COMPLETE
95602024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.317 INFO O| Dec 20 22:04:11.316 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.341 INFO O| Dec 20 22:04:11.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95622024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.341 INFO O| Dec 20 22:04:11.341 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95632024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95642024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO ok!
95652024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO STEP 78 (ensure_file) COMPLETE
95662024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.342 INFO O| Dec 20 22:04:11.342 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.360 INFO O| Dec 20 22:04:11.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95682024-12-20T22:04:13.984Z[ host-image] Dec 20 22:04:11.360 INFO O| Dec 20 22:04:11.360 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95692024-12-20T22:04:15.448Z[ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95702024-12-20T22:04:15.449Z[ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.214 INFO ok!
95712024-12-20T22:04:15.455Z[ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.215 INFO STEP 79 (ensure_file) COMPLETE
95722024-12-20T22:04:15.456Z[ host-image] Dec 20 22:04:13.215 INFO O| Dec 20 22:04:13.215 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-12-20T22:04:15.467Z[ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95742024-12-20T22:04:15.467Z[ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95752024-12-20T22:04:15.467Z[ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO STEP 80 (ensure_dir) COMPLETE
95762024-12-20T22:04:15.470Z[ host-image] Dec 20 22:04:13.233 INFO O| Dec 20 22:04:13.233 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-20T22:04:15.499Z[ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95782024-12-20T22:04:15.499Z[ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95792024-12-20T22:04:15.504Z[ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO STEP 81 (ensure_dir) COMPLETE
95802024-12-20T22:04:15.504Z[ host-image] Dec 20 22:04:13.265 INFO O| Dec 20 22:04:13.265 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-20T22:04:15.517Z[ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95822024-12-20T22:04:15.517Z[ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95832024-12-20T22:04:15.518Z[ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO STEP 82 (ensure_dir) COMPLETE
95842024-12-20T22:04:15.522Z[ host-image] Dec 20 22:04:13.284 INFO O| Dec 20 22:04:13.284 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-12-20T22:04:15.537Z[ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95862024-12-20T22:04:15.537Z[ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95872024-12-20T22:04:15.537Z[ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO STEP 83 (ensure_dir) COMPLETE
95882024-12-20T22:04:15.541Z[ host-image] Dec 20 22:04:13.301 INFO O| Dec 20 22:04:13.301 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-20T22:04:15.552Z[ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95902024-12-20T22:04:15.552Z[ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95912024-12-20T22:04:15.555Z[ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO STEP 84 (ensure_dir) COMPLETE
95922024-12-20T22:04:15.555Z[ host-image] Dec 20 22:04:13.318 INFO O| Dec 20 22:04:13.318 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-20T22:04:15.570Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95942024-12-20T22:04:15.570Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO copying /tmp/.tmpUUBaUa/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 ...
95952024-12-20T22:04:15.574Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95962024-12-20T22:04:15.574Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO ok!
95972024-12-20T22:04:15.575Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO STEP 85 (ensure_file) COMPLETE
95982024-12-20T22:04:15.575Z[ host-image] Dec 20 22:04:13.335 INFO O| Dec 20 22:04:13.335 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-20T22:04:15.606Z[ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96002024-12-20T22:04:15.606Z[ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96012024-12-20T22:04:15.606Z[ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO STEP 86 (ensure_dir) COMPLETE
96022024-12-20T22:04:15.606Z[ host-image] Dec 20 22:04:13.372 INFO O| Dec 20 22:04:13.372 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032024-12-20T22:04:15.626Z[ host-image] Dec 20 22:04:13.392 INFO O| Dec 20 22:04:13.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96042024-12-20T22:04:15.626Z[ host-image] Dec 20 22:04:13.392 INFO O| Dec 20 22:04:13.392 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96052024-12-20T22:04:15.626Z[ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96062024-12-20T22:04:15.629Z[ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO ok!
96072024-12-20T22:04:15.629Z[ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO STEP 87 (ensure_file) COMPLETE
96082024-12-20T22:04:15.629Z[ host-image] Dec 20 22:04:13.393 INFO O| Dec 20 22:04:13.393 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092024-12-20T22:04:15.647Z[ host-image] Dec 20 22:04:13.412 INFO O| Dec 20 22:04:13.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96102024-12-20T22:04:15.647Z[ host-image] Dec 20 22:04:13.412 INFO O| Dec 20 22:04:13.411 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96112024-12-20T22:04:16.330Z[ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96122024-12-20T22:04:16.330Z[ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO ok!
96132024-12-20T22:04:16.330Z[ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO STEP 88 (ensure_file) COMPLETE
96142024-12-20T22:04:16.337Z[ host-image] Dec 20 22:04:14.096 INFO O| Dec 20 22:04:14.096 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152024-12-20T22:04:16.351Z[ host-image] Dec 20 22:04:14.117 INFO O| Dec 20 22:04:14.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96162024-12-20T22:04:16.351Z[ host-image] Dec 20 22:04:14.117 INFO O| Dec 20 22:04:14.117 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96172024-12-20T22:04:17.057Z[ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96182024-12-20T22:04:17.058Z[ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO ok!
96192024-12-20T22:04:17.063Z[ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO STEP 89 (ensure_file) COMPLETE
96202024-12-20T22:04:17.063Z[ host-image] Dec 20 22:04:14.824 INFO O| Dec 20 22:04:14.824 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-20T22:04:17.076Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96222024-12-20T22:04:17.076Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96232024-12-20T22:04:17.079Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96242024-12-20T22:04:17.080Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO ok!
96252024-12-20T22:04:17.080Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO STEP 90 (ensure_file) COMPLETE
96262024-12-20T22:04:17.080Z[ host-image] Dec 20 22:04:14.842 INFO O| Dec 20 22:04:14.842 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-12-20T22:04:17.115Z[ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96282024-12-20T22:04:17.120Z[ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96292024-12-20T22:04:17.120Z[ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO STEP 91 (ensure_dir) COMPLETE
96302024-12-20T22:04:17.120Z[ host-image] Dec 20 22:04:14.881 INFO O| Dec 20 22:04:14.881 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312024-12-20T22:04:17.133Z[ host-image] Dec 20 22:04:14.899 INFO O| Dec 20 22:04:14.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96322024-12-20T22:04:17.133Z[ host-image] Dec 20 22:04:14.899 INFO O| Dec 20 22:04:14.899 INFO copying /tmp/.tmpUUBaUa/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 ...
96332024-12-20T22:04:17.139Z[ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96342024-12-20T22:04:17.139Z[ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO ok!
96352024-12-20T22:04:17.139Z[ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO STEP 92 (ensure_file) COMPLETE
96362024-12-20T22:04:17.139Z[ host-image] Dec 20 22:04:14.900 INFO O| Dec 20 22:04:14.900 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-20T22:04:17.152Z[ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96382024-12-20T22:04:17.152Z[ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO copying /tmp/.tmpUUBaUa/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 ...
96392024-12-20T22:04:17.157Z[ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96402024-12-20T22:04:17.157Z[ host-image] Dec 20 22:04:14.918 INFO O| Dec 20 22:04:14.918 INFO ok!
96412024-12-20T22:04:17.157Z[ host-image] Dec 20 22:04:14.919 INFO O| Dec 20 22:04:14.918 INFO STEP 93 (ensure_file) COMPLETE
96422024-12-20T22:04:17.157Z[ host-image] Dec 20 22:04:14.919 INFO O| Dec 20 22:04:14.919 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-12-20T22:04:17.173Z[ host-image] Dec 20 22:04:14.936 INFO O| Dec 20 22:04:14.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96442024-12-20T22:04:17.173Z[ host-image] Dec 20 22:04:14.936 INFO O| Dec 20 22:04:14.936 INFO copying /tmp/.tmpUUBaUa/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 ...
96452024-12-20T22:04:17.180Z[ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96462024-12-20T22:04:17.180Z[ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO ok!
96472024-12-20T22:04:17.180Z[ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO STEP 94 (ensure_file) COMPLETE
96482024-12-20T22:04:17.180Z[ host-image] Dec 20 22:04:14.937 INFO O| Dec 20 22:04:14.937 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492024-12-20T22:04:17.189Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96502024-12-20T22:04:17.189Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO copying /tmp/.tmpUUBaUa/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 ...
96512024-12-20T22:04:17.197Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96522024-12-20T22:04:17.197Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO ok!
96532024-12-20T22:04:17.197Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO STEP 95 (ensure_file) COMPLETE
96542024-12-20T22:04:17.197Z[ host-image] Dec 20 22:04:14.955 INFO O| Dec 20 22:04:14.955 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552024-12-20T22:04:17.227Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96562024-12-20T22:04:17.227Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO copying /tmp/.tmpUUBaUa/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 ...
96572024-12-20T22:04:17.233Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96582024-12-20T22:04:17.233Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO ok!
96592024-12-20T22:04:17.233Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO STEP 96 (ensure_file) COMPLETE
96602024-12-20T22:04:17.233Z[ host-image] Dec 20 22:04:14.993 INFO O| Dec 20 22:04:14.993 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612024-12-20T22:04:17.250Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96622024-12-20T22:04:17.253Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96632024-12-20T22:04:17.253Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96642024-12-20T22:04:17.253Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO ok!
96652024-12-20T22:04:17.253Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO STEP 97 (ensure_file) COMPLETE
96662024-12-20T22:04:17.253Z[ host-image] Dec 20 22:04:15.016 INFO O| Dec 20 22:04:15.016 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672024-12-20T22:04:17.270Z[ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96682024-12-20T22:04:17.271Z[ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO copying /tmp/.tmpUUBaUa/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 ...
96692024-12-20T22:04:17.271Z[ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96702024-12-20T22:04:17.271Z[ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO ok!
96712024-12-20T22:04:17.271Z[ host-image] Dec 20 22:04:15.036 INFO O| Dec 20 22:04:15.036 INFO STEP 98 (ensure_file) COMPLETE
96722024-12-20T22:04:17.279Z[ host-image] Dec 20 22:04:15.037 INFO O| Dec 20 22:04:15.036 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732024-12-20T22:04:17.290Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96742024-12-20T22:04:17.290Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO copying /tmp/.tmpUUBaUa/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 ...
96752024-12-20T22:04:17.290Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96762024-12-20T22:04:17.294Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO ok!
96772024-12-20T22:04:17.294Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO STEP 99 (ensure_file) COMPLETE
96782024-12-20T22:04:17.294Z[ host-image] Dec 20 22:04:15.056 INFO O| Dec 20 22:04:15.056 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792024-12-20T22:04:17.310Z[ host-image] Dec 20 22:04:15.075 INFO O| Dec 20 22:04:15.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96802024-12-20T22:04:17.310Z[ host-image] Dec 20 22:04:15.075 INFO O| Dec 20 22:04:15.075 INFO copying /tmp/.tmpUUBaUa/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 ...
96812024-12-20T22:04:17.310Z[ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96822024-12-20T22:04:17.316Z[ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO ok!
96832024-12-20T22:04:17.316Z[ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO STEP 100 (ensure_file) COMPLETE
96842024-12-20T22:04:17.316Z[ host-image] Dec 20 22:04:15.076 INFO O| Dec 20 22:04:15.076 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852024-12-20T22:04:17.331Z[ host-image] Dec 20 22:04:15.097 INFO O| Dec 20 22:04:15.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96862024-12-20T22:04:17.332Z[ host-image] Dec 20 22:04:15.097 INFO O| Dec 20 22:04:15.097 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96872024-12-20T22:04:17.357Z[ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96882024-12-20T22:04:17.357Z[ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO ok!
96892024-12-20T22:04:17.357Z[ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO STEP 101 (ensure_file) COMPLETE
96902024-12-20T22:04:17.357Z[ host-image] Dec 20 22:04:15.098 INFO O| Dec 20 22:04:15.098 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912024-12-20T22:04:17.387Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96922024-12-20T22:04:17.387Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO copying /tmp/.tmpUUBaUa/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 ...
96932024-12-20T22:04:17.392Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96942024-12-20T22:04:17.392Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO ok!
96952024-12-20T22:04:17.392Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO STEP 102 (ensure_file) COMPLETE
96962024-12-20T22:04:17.392Z[ host-image] Dec 20 22:04:15.153 INFO O| Dec 20 22:04:15.153 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972024-12-20T22:04:17.405Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96982024-12-20T22:04:17.405Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO copying /tmp/.tmpUUBaUa/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 ...
96992024-12-20T22:04:17.405Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97002024-12-20T22:04:17.417Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO ok!
97012024-12-20T22:04:17.417Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO STEP 103 (ensure_file) COMPLETE
97022024-12-20T22:04:17.417Z[ host-image] Dec 20 22:04:15.171 INFO O| Dec 20 22:04:15.171 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032024-12-20T22:04:17.432Z[ host-image] Dec 20 22:04:15.198 INFO O| Dec 20 22:04:15.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97042024-12-20T22:04:17.432Z[ host-image] Dec 20 22:04:15.198 INFO O| Dec 20 22:04:15.198 INFO copying /tmp/.tmpUUBaUa/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 ...
97052024-12-20T22:04:17.437Z[ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97062024-12-20T22:04:17.437Z[ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO ok!
97072024-12-20T22:04:17.437Z[ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO STEP 104 (ensure_file) COMPLETE
97082024-12-20T22:04:17.437Z[ host-image] Dec 20 22:04:15.199 INFO O| Dec 20 22:04:15.199 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092024-12-20T22:04:17.452Z[ host-image] Dec 20 22:04:15.216 INFO O| Dec 20 22:04:15.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97102024-12-20T22:04:17.452Z[ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.216 INFO copying /tmp/.tmpUUBaUa/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 ...
97112024-12-20T22:04:17.456Z[ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97122024-12-20T22:04:17.456Z[ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO ok!
97132024-12-20T22:04:17.456Z[ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO STEP 105 (ensure_file) COMPLETE
97142024-12-20T22:04:17.456Z[ host-image] Dec 20 22:04:15.217 INFO O| Dec 20 22:04:15.217 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152024-12-20T22:04:17.467Z[ host-image] Dec 20 22:04:15.233 INFO O| Dec 20 22:04:15.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97162024-12-20T22:04:17.467Z[ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO copying /tmp/.tmpUUBaUa/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 ...
97172024-12-20T22:04:17.471Z[ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97182024-12-20T22:04:17.471Z[ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO ok!
97192024-12-20T22:04:17.471Z[ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO STEP 106 (ensure_file) COMPLETE
97202024-12-20T22:04:17.471Z[ host-image] Dec 20 22:04:15.234 INFO O| Dec 20 22:04:15.234 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212024-12-20T22:04:17.484Z[ host-image] Dec 20 22:04:15.250 INFO O| Dec 20 22:04:15.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97222024-12-20T22:04:17.484Z[ host-image] Dec 20 22:04:15.250 INFO O| Dec 20 22:04:15.250 INFO copying /tmp/.tmpUUBaUa/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 ...
97232024-12-20T22:04:17.490Z[ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97242024-12-20T22:04:17.490Z[ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO ok!
97252024-12-20T22:04:17.491Z[ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO STEP 107 (ensure_file) COMPLETE
97262024-12-20T22:04:17.491Z[ host-image] Dec 20 22:04:15.251 INFO O| Dec 20 22:04:15.251 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272024-12-20T22:04:17.502Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97282024-12-20T22:04:17.507Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO copying /tmp/.tmpUUBaUa/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 ...
97292024-12-20T22:04:17.507Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97302024-12-20T22:04:17.507Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO ok!
97312024-12-20T22:04:17.507Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO STEP 108 (ensure_file) COMPLETE
97322024-12-20T22:04:17.507Z[ host-image] Dec 20 22:04:15.268 INFO O| Dec 20 22:04:15.268 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332024-12-20T22:04:17.519Z[ host-image] Dec 20 22:04:15.285 INFO O| Dec 20 22:04:15.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97342024-12-20T22:04:17.519Z[ host-image] Dec 20 22:04:15.285 INFO O| Dec 20 22:04:15.285 INFO copying /tmp/.tmpUUBaUa/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 ...
97352024-12-20T22:04:17.525Z[ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97362024-12-20T22:04:17.526Z[ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO ok!
97372024-12-20T22:04:17.526Z[ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO STEP 109 (ensure_file) COMPLETE
97382024-12-20T22:04:17.526Z[ host-image] Dec 20 22:04:15.286 INFO O| Dec 20 22:04:15.286 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392024-12-20T22:04:17.536Z[ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97402024-12-20T22:04:17.536Z[ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO copying /tmp/.tmpUUBaUa/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 ...
97412024-12-20T22:04:17.557Z[ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97422024-12-20T22:04:17.557Z[ host-image] Dec 20 22:04:15.302 INFO O| Dec 20 22:04:15.302 INFO ok!
97432024-12-20T22:04:17.557Z[ host-image] Dec 20 22:04:15.303 INFO O| Dec 20 22:04:15.302 INFO STEP 110 (ensure_file) COMPLETE
97442024-12-20T22:04:17.557Z[ host-image] Dec 20 22:04:15.303 INFO O| Dec 20 22:04:15.303 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.322 INFO O| Dec 20 22:04:15.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97462024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.322 INFO O| Dec 20 22:04:15.322 INFO copying /tmp/.tmpUUBaUa/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 ...
97472024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97482024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO ok!
97492024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO STEP 111 (ensure_file) COMPLETE
97502024-12-20T22:04:17.561Z[ host-image] Dec 20 22:04:15.323 INFO O| Dec 20 22:04:15.323 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512024-12-20T22:04:17.575Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97522024-12-20T22:04:17.575Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO copying /tmp/.tmpUUBaUa/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 ...
97532024-12-20T22:04:17.581Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97542024-12-20T22:04:17.581Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO ok!
97552024-12-20T22:04:17.581Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO STEP 112 (ensure_file) COMPLETE
97562024-12-20T22:04:17.581Z[ host-image] Dec 20 22:04:15.341 INFO O| Dec 20 22:04:15.341 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.358 INFO O| Dec 20 22:04:15.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97582024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.358 INFO O| Dec 20 22:04:15.358 INFO copying /tmp/.tmpUUBaUa/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 ...
97592024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97602024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO ok!
97612024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO STEP 113 (ensure_file) COMPLETE
97622024-12-20T22:04:17.593Z[ host-image] Dec 20 22:04:15.359 INFO O| Dec 20 22:04:15.359 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-20T22:04:17.610Z[ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97642024-12-20T22:04:17.610Z[ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO copying /tmp/.tmpUUBaUa/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 ...
97652024-12-20T22:04:17.615Z[ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97662024-12-20T22:04:17.615Z[ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO ok!
97672024-12-20T22:04:17.615Z[ host-image] Dec 20 22:04:15.375 INFO O| Dec 20 22:04:15.375 INFO STEP 114 (ensure_file) COMPLETE
97682024-12-20T22:04:17.615Z[ host-image] Dec 20 22:04:15.376 INFO O| Dec 20 22:04:15.375 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-20T22:04:17.626Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97702024-12-20T22:04:17.626Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO copying /tmp/.tmpUUBaUa/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 ...
97712024-12-20T22:04:17.626Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97722024-12-20T22:04:17.632Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO ok!
97732024-12-20T22:04:17.632Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO STEP 115 (ensure_file) COMPLETE
97742024-12-20T22:04:17.632Z[ host-image] Dec 20 22:04:15.392 INFO O| Dec 20 22:04:15.392 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97762024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO copying /tmp/.tmpUUBaUa/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 ...
97772024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97782024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO ok!
97792024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO STEP 116 (ensure_file) COMPLETE
97802024-12-20T22:04:17.657Z[ host-image] Dec 20 22:04:15.407 INFO O| Dec 20 22:04:15.407 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97822024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO copying /tmp/.tmpUUBaUa/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 ...
97832024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97842024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO ok!
97852024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO STEP 117 (ensure_file) COMPLETE
97862024-12-20T22:04:17.664Z[ host-image] Dec 20 22:04:15.423 INFO O| Dec 20 22:04:15.423 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872024-12-20T22:04:17.673Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97882024-12-20T22:04:17.673Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97892024-12-20T22:04:17.673Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97902024-12-20T22:04:17.681Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO ok!
97912024-12-20T22:04:17.681Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO STEP 118 (ensure_file) COMPLETE
97922024-12-20T22:04:17.681Z[ host-image] Dec 20 22:04:15.439 INFO O| Dec 20 22:04:15.439 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932024-12-20T22:04:17.690Z[ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97942024-12-20T22:04:17.690Z[ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO copying /tmp/.tmpUUBaUa/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 ...
97952024-12-20T22:04:17.690Z[ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97962024-12-20T22:04:17.690Z[ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO ok!
97972024-12-20T22:04:17.694Z[ host-image] Dec 20 22:04:15.456 INFO O| Dec 20 22:04:15.456 INFO STEP 119 (ensure_file) COMPLETE
97982024-12-20T22:04:17.694Z[ host-image] Dec 20 22:04:15.457 INFO O| Dec 20 22:04:15.456 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992024-12-20T22:04:17.750Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98002024-12-20T22:04:17.750Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98012024-12-20T22:04:17.750Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98022024-12-20T22:04:17.750Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO ok!
98032024-12-20T22:04:17.758Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO STEP 120 (ensure_file) COMPLETE
98042024-12-20T22:04:17.758Z[ host-image] Dec 20 22:04:15.516 INFO O| Dec 20 22:04:15.516 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052024-12-20T22:04:17.770Z[ host-image] Dec 20 22:04:15.536 INFO O| Dec 20 22:04:15.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98062024-12-20T22:04:17.770Z[ host-image] Dec 20 22:04:15.536 INFO O| Dec 20 22:04:15.536 INFO copying /tmp/.tmpUUBaUa/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98072024-12-20T22:04:29.779Z[ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98082024-12-20T22:04:29.779Z[ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO ok!
98092024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO STEP 121 (ensure_file) COMPLETE
98102024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.130 INFO O| Dec 20 22:04:27.130 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98122024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO STEP 122 (ensure_dir) COMPLETE
98132024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.148 INFO O| Dec 20 22:04:27.148 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.165 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98152024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.166 INFO STEP 123 (ensure_dir) COMPLETE
98162024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.166 INFO O| Dec 20 22:04:27.166 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98182024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO STEP 124 (ensure_dir) COMPLETE
98192024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.179 INFO O| Dec 20 22:04:27.179 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98212024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO STEP 125 (ensure_dir) COMPLETE
98222024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.196 INFO O| Dec 20 22:04:27.196 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98242024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO copying /tmp/.tmpUUBaUa/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 ...
98252024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98262024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO ok!
98272024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO STEP 126 (ensure_file) COMPLETE
98282024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.209 INFO O| Dec 20 22:04:27.209 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98302024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98312024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98322024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO STEP 127 (ensure_dir) COMPLETE
98332024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.227 INFO O| Dec 20 22:04:27.227 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.244 INFO O| Dec 20 22:04:27.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98352024-12-20T22:04:29.800Z[ host-image] Dec 20 22:04:27.244 INFO O| Dec 20 22:04:27.244 INFO copying /tmp/.tmpUUBaUa/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98362024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98372024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.244 INFO ok!
98382024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.245 INFO STEP 128 (ensure_file) COMPLETE
98392024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.245 INFO O| Dec 20 22:04:27.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.261 INFO O| Dec 20 22:04:27.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98412024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.262 INFO O| Dec 20 22:04:27.261 INFO STEP 129 (remove_files) COMPLETE
98422024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.262 INFO O| Dec 20 22:04:27.262 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98442024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO STEP 130 (remove_files) COMPLETE
98452024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.278 INFO O| Dec 20 22:04:27.278 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98472024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO STEP 131 (remove_files) COMPLETE
98482024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.294 INFO O| Dec 20 22:04:27.294 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98502024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO STEP 132 (remove_files) COMPLETE
98512024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.308 INFO O| Dec 20 22:04:27.308 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98532024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.325 INFO STEP 133 (remove_files) COMPLETE
98542024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.325 INFO O| Dec 20 22:04:27.325 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98562024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO STEP 134 (remove_files) COMPLETE
98572024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.342 INFO O| Dec 20 22:04:27.342 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98592024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO STEP 135 (remove_files) COMPLETE
98602024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.359 INFO O| Dec 20 22:04:27.359 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.375 INFO O| Dec 20 22:04:27.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98622024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.375 INFO O| Dec 20 22:04:27.375 INFO STEP 136 (remove_files) COMPLETE
98632024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.376 INFO O| Dec 20 22:04:27.375 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98652024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO STEP 137 (remove_files) COMPLETE
98662024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.393 INFO O| Dec 20 22:04:27.393 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98682024-12-20T22:04:29.801Z[ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.410 INFO STEP 138 (remove_files) COMPLETE
98692024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.410 INFO O| Dec 20 22:04:27.410 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98712024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.427 INFO STEP 139 (remove_files) COMPLETE
98722024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.427 INFO O| Dec 20 22:04:27.427 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98742024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO STEP 140 (remove_files) COMPLETE
98752024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.443 INFO O| Dec 20 22:04:27.443 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98772024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO STEP 141 (remove_files) COMPLETE
98782024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.460 INFO O| Dec 20 22:04:27.460 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98802024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO STEP 142 (remove_files) COMPLETE
98812024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.477 INFO O| Dec 20 22:04:27.477 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98822024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98832024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO STEP 143 (remove_files) COMPLETE
98842024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.494 INFO O| Dec 20 22:04:27.494 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98852024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.511 INFO O| Dec 20 22:04:27.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98862024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.511 INFO O| Dec 20 22:04:27.511 INFO STEP 144 (remove_files) COMPLETE
98872024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.512 INFO O| Dec 20 22:04:27.511 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98882024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98892024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO STEP 145 (remove_files) COMPLETE
98902024-12-20T22:04:29.802Z[ host-image] Dec 20 22:04:27.528 INFO O| Dec 20 22:04:27.528 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98912024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98922024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO STEP 146 (remove_files) COMPLETE
98932024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.545 INFO O| Dec 20 22:04:27.545 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98942024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.562 INFO O| Dec 20 22:04:27.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98952024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.562 INFO O| Dec 20 22:04:27.562 INFO STEP 147 (remove_files) COMPLETE
98962024-12-20T22:04:29.809Z[ host-image] Dec 20 22:04:27.563 INFO O| Dec 20 22:04:27.562 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98972024-12-20T22:04:29.815Z[ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98982024-12-20T22:04:29.834Z[ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO STEP 148 (remove_files) COMPLETE
98992024-12-20T22:04:29.834Z[ host-image] Dec 20 22:04:27.579 INFO O| Dec 20 22:04:27.579 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99002024-12-20T22:04:29.834Z[ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99012024-12-20T22:04:29.834Z[ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO STEP 149 (remove_files) COMPLETE
99022024-12-20T22:04:29.834Z[ host-image] Dec 20 22:04:27.596 INFO O| Dec 20 22:04:27.596 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99032024-12-20T22:04:29.850Z[ host-image] Dec 20 22:04:27.613 INFO O| Dec 20 22:04:27.613 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99042024-12-20T22:04:29.854Z[ host-image] Dec 20 22:04:27.614 INFO O| Dec 20 22:04:27.613 INFO STEP 150 (remove_files) COMPLETE
99052024-12-20T22:04:29.854Z[ host-image] Dec 20 22:04:27.614 INFO O| Dec 20 22:04:27.613 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99062024-12-20T22:04:29.866Z[ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99072024-12-20T22:04:29.872Z[ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO STEP 151 (remove_files) COMPLETE
99082024-12-20T22:04:29.872Z[ host-image] Dec 20 22:04:27.630 INFO O| Dec 20 22:04:27.630 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99092024-12-20T22:04:29.884Z[ host-image] Dec 20 22:04:27.647 INFO O| Dec 20 22:04:27.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99102024-12-20T22:04:29.887Z[ host-image] Dec 20 22:04:27.647 INFO O| Dec 20 22:04:27.647 INFO STEP 152 (remove_files) COMPLETE
99112024-12-20T22:04:29.887Z[ host-image] Dec 20 22:04:27.648 INFO O| Dec 20 22:04:27.647 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99122024-12-20T22:04:29.898Z[ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99132024-12-20T22:04:29.902Z[ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO STEP 153 (remove_files) COMPLETE
99142024-12-20T22:04:29.902Z[ host-image] Dec 20 22:04:27.662 INFO O| Dec 20 22:04:27.662 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99152024-12-20T22:04:29.916Z[ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99162024-12-20T22:04:29.920Z[ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO STEP 154 (remove_files) COMPLETE
99172024-12-20T22:04:29.921Z[ host-image] Dec 20 22:04:27.679 INFO O| Dec 20 22:04:27.679 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99182024-12-20T22:04:29.933Z[ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99192024-12-20T22:04:29.933Z[ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO STEP 155 (remove_files) COMPLETE
99202024-12-20T22:04:29.933Z[ host-image] Dec 20 22:04:27.696 INFO O| Dec 20 22:04:27.696 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99212024-12-20T22:04:29.955Z[ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99222024-12-20T22:04:29.955Z[ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO STEP 156 (remove_files) COMPLETE
99232024-12-20T22:04:29.955Z[ host-image] Dec 20 22:04:27.712 INFO O| Dec 20 22:04:27.712 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99242024-12-20T22:04:29.966Z[ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99252024-12-20T22:04:29.966Z[ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO STEP 157 (remove_files) COMPLETE
99262024-12-20T22:04:29.970Z[ host-image] Dec 20 22:04:27.728 INFO O| Dec 20 22:04:27.728 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99272024-12-20T22:04:29.987Z[ host-image] Dec 20 22:04:27.750 INFO O| Dec 20 22:04:27.750 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99282024-12-20T22:04:29.996Z[ host-image] Dec 20 22:04:27.750 INFO O| Dec 20 22:04:27.750 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99292024-12-20T22:04:39.736Z[ host-image] Dec 20 22:04:37.497 INFO O| Dec 20 22:04:37.497 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
99302024-12-20T22:04:39.736Z[ host-image] Dec 20 22:04:37.498 INFO O| Dec 20 22:04:37.497 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99312024-12-20T22:04:39.757Z[ host-image] Dec 20 22:04:37.518 INFO O| Dec 20 22:04:37.518 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
99322024-12-20T22:04:39.849Z[ host-image] Dec 20 22:04:37.610 INFO O| Dec 20 22:04:37.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99332024-12-20T22:04:39.849Z[ host-image] Dec 20 22:04:37.610 INFO O| Dec 20 22:04:37.610 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99342024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99352024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO ok!
99362024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99372024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO STEP 158 (seed_smf) COMPLETE
99382024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO steps complete; finalising image!
99392024-12-20T22:04:39.852Z[ host-image] Dec 20 22:04:37.612 INFO O| Dec 20 22:04:37.612 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99402024-12-20T22:04:40.010Z[ host-image] Dec 20 22:04:37.771 INFO O| Dec 20 22:04:37.771 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 22:04:37 2024)
99412024-12-20T22:04:40.222Z[ host-image] Dec 20 22:04:37.983 INFO O| Dec 20 22:04:37.983 INFO trim TEMPORARY-gimlet-zfs: (66% trimmed, started at Fri Dec 20 22:04:37 2024)
99422024-12-20T22:04:40.431Z[ host-image] Dec 20 22:04:38.192 INFO O| Dec 20 22:04:38.192 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 20 22:04:37 2024)
99432024-12-20T22:04:40.653Z[ host-image] Dec 20 22:04:38.414 INFO O| Dec 20 22:04:38.414 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio
99442024-12-20T22:04:40.653Z[ host-image] Dec 20 22:04:38.414 INFO O| Dec 20 22:04:38.414 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99452024-12-20T22:04:41.005Z[ host-image] Dec 20 22:04:38.766 INFO O| Dec 20 22:04:38.765 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99462024-12-20T22:04:41.005Z[ host-image] Dec 20 22:04:38.766 INFO O| Dec 20 22:04:38.766 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99472024-12-20T22:04:42.107Z[ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99482024-12-20T22:04:42.107Z[ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99492024-12-20T22:04:42.114Z[ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99502024-12-20T22:04:42.114Z[ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO completed processing gimlet/zfs
99512024-12-20T22:04:42.114Z[ host-image] Dec 20 22:04:39.867 INFO O| Dec 20 22:04:39.867 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99522024-12-20T22:04:50.818Z[ host-image] Dec 20 22:04:48.576 INFO O| Dec 20 22:04:48.576 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99532024-12-20T22:04:50.916Z[ host-image] Dec 20 22:04:48.675 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99542024-12-20T22:04:50.917Z[ host-image] Dec 20 22:04:48.675 INFO expanded image name: "ci 5ecbe5f/${os_short_commit} 2024-12-20 21:28" -> "ci 5ecbe5f/37a4469 2024-12-20 21:28"
99552024-12-20T22:04:50.919Z[ host-image] Dec 20 22:04:48.676 INFO output artefacts stored in: "/work/os-host"
99562024-12-20T22:04:50.919Z[ host-image] Dec 20 22:04:48.676 INFO collecting git info from project "phbl"...
99572024-12-20T22:04:50.923Z[ host-image] Dec 20 22:04:48.682 INFO collecting git info from project "bootserver"...
99582024-12-20T22:04:50.927Z[ host-image] Dec 20 22:04:48.687 INFO collecting git info from project "amd-host-image-builder"...
99592024-12-20T22:04:50.943Z[ host-image] Dec 20 22:04:48.702 INFO collecting git info from project "chelsio-t6-roms"...
99602024-12-20T22:04:50.947Z[ host-image] Dec 20 22:04:48.706 INFO collecting git info from project "pinprick"...
99612024-12-20T22:04:50.952Z[ host-image] Dec 20 22:04:48.711 INFO collecting git info from project "pilot"...
99622024-12-20T22:04:50.957Z[ host-image] Dec 20 22:04:48.716 INFO collecting git info from project "image-builder"...
99632024-12-20T22:04:50.962Z[ host-image] Dec 20 22:04:48.721 INFO collecting git info from project "amd-firmware"...
99642024-12-20T22:04:50.970Z[ host-image] Dec 20 22:04:48.729 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99652024-12-20T22:04:51.346Z[ host-image] Dec 20 22:04:49.105 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99662024-12-20T22:04:51.703Z[ host-image] Dec 20 22:04:49.461 INFO creating Oxide boot image...
99672024-12-20T22:04:51.703Z[ host-image] Dec 20 22:04:49.461 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5ecbe5f/37a4469 2024-12-20 21:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99682024-12-20T22:04:52.679Z[ host-image] Dec 20 22:04:50.437 INFO O| ok, image written!
99692024-12-20T22:04:52.682Z[ host-image] Dec 20 22:04:50.438 INFO O| ok, boot_image_csum file written!
99702024-12-20T22:04:52.685Z[ host-image] Dec 20 22:04:50.441 INFO creating boot archive (CPIO)...
99712024-12-20T22:04:52.685Z[ host-image] Dec 20 22:04:50.441 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
99722024-12-20T22:04:52.696Z[ host-image] Dec 20 22:04:50.452 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99732024-12-20T22:04:52.696Z[ host-image] Dec 20 22:04:50.452 INFO E| + outfile=/work/os-host/cpio
99742024-12-20T22:04:52.696Z[ host-image] Dec 20 22:04:50.452 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99752024-12-20T22:04:52.702Z[ host-image] Dec 20 22:04:50.454 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99762024-12-20T22:04:52.702Z[ host-image] Dec 20 22:04:50.454 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99772024-12-20T22:04:52.736Z[ host-image] Dec 20 22:04:50.493 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99782024-12-20T22:04:52.736Z[ host-image] Dec 20 22:04:50.494 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99792024-12-20T22:04:52.745Z[ host-image] Dec 20 22:04:50.503 INFO creating compressed cpio/unix for nanobl-rs...
99802024-12-20T22:04:52.752Z[ host-image] Dec 20 22:04:50.503 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
99812024-12-20T22:04:53.040Z[ host-image] Dec 20 22:04:50.799 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99822024-12-20T22:04:57.396Z[ host-image] Dec 20 22:04:55.153 INFO creating reset image...
99832024-12-20T22:04:57.402Z[ host-image] Dec 20 22:04:55.153 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99842024-12-20T22:04:57.518Z[ host-image] Dec 20 22:04:55.247 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99852024-12-20T22:04:57.522Z[ host-image] Dec 20 22:04:55.249 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99862024-12-20T22:04:57.555Z[ host-image] Dec 20 22:04:55.307 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99872024-12-20T22:04:59.466Z[ host-image] Dec 20 22:04:57.198 INFO E| Finished `release` profile [optimized] target(s) in 1.93s
99882024-12-20T22:04:59.507Z[ host-image] Dec 20 22:04:57.211 INFO building host image...
99892024-12-20T22:04:59.507Z[ host-image] Dec 20 22:04:57.211 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")
99902024-12-20T22:04:59.981Z[ host-image] Dec 20 22:04:57.687 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99912024-12-20T22:06:02.600Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 06s
99922024-12-20T22:06:03.032ZDec 20 22:06:00.711 INFO [verify-libraries] process exited with exit status: 0 (910.29687734s)
99932024-12-20T22:06:11.116Z[ host-image] Dec 20 22:06:05.962 INFO image complete! materials are in "/work/os-host"
99942024-12-20T22:06:11.190Z[ host-image]
99952024-12-20T22:06:11.190Z[ host-image] real 15:28.577398814
99962024-12-20T22:06:11.190Z[ host-image] user 6:30.282083847
99972024-12-20T22:06:11.190Z[ host-image] sys 1:05.647212776
99982024-12-20T22:06:11.190Z[ host-image] trap 0.261532172
99992024-12-20T22:06:11.190Z[ host-image] tflt 0.007237524
100002024-12-20T22:06:11.190Z[ host-image] dflt 0.090253493
100012024-12-20T22:06:11.190Z[ host-image] kflt 0.020316845
100022024-12-20T22:06:11.190Z[ host-image] lock 30.369391845
100032024-12-20T22:06:11.190Z[ host-image] slp 1:26:37.945622872
100042024-12-20T22:06:11.190Z[ host-image] lat 2:30.395914007
100052024-12-20T22:06:11.190ZDec 20 22:06:05.965 INFO [host-image] process exited with exit status: 0 (928.593658106s)
100062024-12-20T22:06:11.191Z[ host-image] stop 0.403103697
100072024-12-20T22:06:11.191ZDec 20 22:06:05.966 INFO [tuf-repo] running task
100082024-12-20T22:06:15.991ZDec 20 22:06:13.731 INFO assembling repository in `/tmp/tufaceousztg86G`, component: OmicronRepoAssembler
100092024-12-20T22:06:20.916ZDec 20 22:06:18.655 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100102024-12-20T22:06:21.334ZDec 20 22:06:19.073 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100112024-12-20T22:06:34.217ZDec 20 22:06:31.953 INFO [tuf-repo] task succeeded (25.987653996s)
100122024-12-20T22:06:34.217ZDec 20 22:06:31.953 INFO all jobs completed in 2265.145114353s
100132024-12-20T22:06:34.816Zprocess exited: duration 2991062 ms, exit code 0
 
100142024-12-20T22:06:34.826Zfound 33 output files
100152024-12-20T22:06:34.826Zuploading: /work/manifest.toml (8404 bytes)
100162024-12-20T22:06:35.842Zuploaded: /work/manifest.toml
100172024-12-20T22:06:35.842Zuploading: /work/repo.zip (1959177994 bytes)
100182024-12-20T22:07:18.067Zuploaded: /work/repo.zip
100192024-12-20T22:07:18.067Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100202024-12-20T22:07:19.088Zuploaded: /work/repo.zip.sha256.txt
100212024-12-20T22:07:19.088Zuploading: /work/helios-setup.log (66310 bytes)
100222024-12-20T22:07:20.099Zuploaded: /work/helios-setup.log
100232024-12-20T22:07:20.099Zuploading: /work/host-image.log (200023 bytes)
100242024-12-20T22:07:21.116Zuploaded: /work/host-image.log
100252024-12-20T22:07:21.116Zuploading: /work/host-package.log (22440 bytes)
100262024-12-20T22:07:22.134Zuploaded: /work/host-package.log
100272024-12-20T22:07:22.134Zuploading: /work/host-target.log (101 bytes)
100282024-12-20T22:07:23.143Zuploaded: /work/host-target.log
100292024-12-20T22:07:23.143Zuploading: /work/omicron-package.log (5666 bytes)
100302024-12-20T22:07:24.152Zuploaded: /work/omicron-package.log
100312024-12-20T22:07:24.152Zuploading: /work/phbl-toolchain.log (881 bytes)
100322024-12-20T22:07:25.160Zuploaded: /work/phbl-toolchain.log
100332024-12-20T22:07:25.160Zuploading: /work/recovery-image.log (594904 bytes)
100342024-12-20T22:07:26.182Zuploaded: /work/recovery-image.log
100352024-12-20T22:07:26.182Zuploading: /work/recovery-package.log (321 bytes)
100362024-12-20T22:07:27.190Zuploaded: /work/recovery-package.log
100372024-12-20T22:07:27.190Zuploading: /work/recovery-target.log (98 bytes)
100382024-12-20T22:07:28.230Zuploaded: /work/recovery-target.log
100392024-12-20T22:07:28.230Zuploading: /work/stamp-clickhouse.log (117 bytes)
100402024-12-20T22:07:29.271Zuploaded: /work/stamp-clickhouse.log
100412024-12-20T22:07:29.272Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100422024-12-20T22:07:30.286Zuploaded: /work/stamp-clickhouse_keeper.log
100432024-12-20T22:07:30.286Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100442024-12-20T22:07:31.295Zuploaded: /work/stamp-cockroachdb.log
100452024-12-20T22:07:31.295Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100462024-12-20T22:07:32.641Zuploaded: /work/stamp-crucible-dtrace.log
100472024-12-20T22:07:32.641Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100482024-12-20T22:07:33.657Zuploaded: /work/stamp-crucible-pantry-zone.log
100492024-12-20T22:07:33.657Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100502024-12-20T22:07:34.668Zuploaded: /work/stamp-crucible-zone.log
100512024-12-20T22:07:34.668Zuploading: /work/stamp-external-dns.log (119 bytes)
100522024-12-20T22:07:35.678Zuploaded: /work/stamp-external-dns.log
100532024-12-20T22:07:35.678Zuploading: /work/stamp-installinator.log (103 bytes)
100542024-12-20T22:07:36.691Zuploaded: /work/stamp-installinator.log
100552024-12-20T22:07:36.691Zuploading: /work/stamp-internal-dns.log (119 bytes)
100562024-12-20T22:07:37.699Zuploaded: /work/stamp-internal-dns.log
100572024-12-20T22:07:37.699Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100582024-12-20T22:07:38.712Zuploaded: /work/stamp-mg-ddm-gz.log
100592024-12-20T22:07:38.712Zuploading: /work/stamp-nexus.log (112 bytes)
100602024-12-20T22:07:39.720Zuploaded: /work/stamp-nexus.log
100612024-12-20T22:07:39.720Zuploading: /work/stamp-ntp.log (110 bytes)
100622024-12-20T22:07:40.731Zuploaded: /work/stamp-ntp.log
100632024-12-20T22:07:40.731Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100642024-12-20T22:07:41.738Zuploaded: /work/stamp-omicron-sled-agent.log
100652024-12-20T22:07:41.739Zuploading: /work/stamp-overlay.log (114 bytes)
100662024-12-20T22:07:42.747Zuploaded: /work/stamp-overlay.log
100672024-12-20T22:07:42.747Zuploading: /work/stamp-oximeter.log (115 bytes)
100682024-12-20T22:07:43.756Zuploaded: /work/stamp-oximeter.log
100692024-12-20T22:07:43.756Zuploading: /work/stamp-oxlog.log (109 bytes)
100702024-12-20T22:07:44.765Zuploaded: /work/stamp-oxlog.log
100712024-12-20T22:07:44.765Zuploading: /work/stamp-probe.log (112 bytes)
100722024-12-20T22:07:45.773Zuploaded: /work/stamp-probe.log
100732024-12-20T22:07:45.773Zuploading: /work/stamp-propolis-server.log (122 bytes)
100742024-12-20T22:07:46.783Zuploaded: /work/stamp-propolis-server.log
100752024-12-20T22:07:46.783Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100762024-12-20T22:07:47.791Zuploaded: /work/stamp-pumpkind-gz.log
100772024-12-20T22:07:47.791Zuploading: /work/stamp-switch-asic.log (118 bytes)
100782024-12-20T22:07:48.804Zuploaded: /work/stamp-switch-asic.log
100792024-12-20T22:07:48.804Zuploading: /work/verify-libraries.log (5735 bytes)
100802024-12-20T22:07:49.815Zuploaded: /work/verify-libraries.log