01JFB5END76TRRZE9T5BCD95MP: 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: 01JFB5F5DB77G9R2KVH0PHD8XH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T20:40:58.968Zjob assigned to worker 01JFB5JZFZXYM0REA5HAZNPJTM [factory aws, i-051d6da6341629e12] (queued for 2 m 54 s)
 
22024-12-17T20:41:06.710Zstarting task 0: "setup"
32024-12-17T20:41:06.719Z++ uname -s
42024-12-17T20:41:06.722Z+ kern=SunOS
52024-12-17T20:41:06.722Z+ case "$kern" in
62024-12-17T20:41:06.722Z+ groupadd -g 12345 build
72024-12-17T20:41:06.726Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T20:41:08.730Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T20:41:08.804Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T20:41:08.807Z+ home_fs=zfs
112024-12-17T20:41:08.807Z+ [[ zfs == autofs ]]
122024-12-17T20:41:08.807Z+ mkdir -p /home/build
132024-12-17T20:41:08.810Z+ chown build:build /home/build /work
142024-12-17T20:41:10.812Z+ chmod 0700 /home/build /work
152024-12-17T20:41:10.815Zprocess exited: duration 4103 ms, exit code 0
 
162024-12-17T20:41:10.821Zstarting task 1: "rust-toolchain"
172024-12-17T20:41:10.826Z+ printf ' * toolchain channel = "%s"
182024-12-17T20:41:10.826Z' 1.81.0
192024-12-17T20:41:10.828Z * toolchain channel = "1.81.0"
202024-12-17T20:41:10.829Z+ printf ' * toolchain profile = "%s"
212024-12-17T20:41:10.829Z' default
222024-12-17T20:41:10.829Z * toolchain profile = "default"
232024-12-17T20:41:10.829Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T20:41:10.829Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-17T20:41:10.976Zinfo: downloading installer
262024-12-17T20:41:12.240Zinfo: profile set to 'default'
272024-12-17T20:41:12.240Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T20:41:12.242Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-17T20:41:12.383Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-17T20:41:12.383Zinfo: downloading component 'cargo'
312024-12-17T20:41:13.123Zinfo: downloading component 'clippy'
322024-12-17T20:41:13.398Zinfo: downloading component 'rust-docs'
332024-12-17T20:41:14.425Zinfo: downloading component 'rust-std'
342024-12-17T20:41:16.063Zinfo: downloading component 'rustc'
352024-12-17T20:41:21.942Zinfo: downloading component 'rustfmt'
362024-12-17T20:41:22.257Zinfo: installing component 'cargo'
372024-12-17T20:41:23.044Zinfo: installing component 'clippy'
382024-12-17T20:41:23.403Zinfo: installing component 'rust-docs'
392024-12-17T20:41:25.011Zinfo: installing component 'rust-std'
402024-12-17T20:41:26.741Zinfo: installing component 'rustc'
412024-12-17T20:41:32.420Zinfo: installing component 'rustfmt'
422024-12-17T20:41:32.744Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-17T20:41:32.744Z
442024-12-17T20:41:33.108Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-17T20:41:33.108Z
462024-12-17T20:41:33.111Z
472024-12-17T20:41:33.111ZRust is installed now. Great!
482024-12-17T20:41:33.111Z
492024-12-17T20:41:33.111ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T20:41:33.111Zenvironment variable. This has not been done automatically.
512024-12-17T20:41:33.111Z
522024-12-17T20:41:33.111ZTo configure your current shell, you need to source
532024-12-17T20:41:33.111Zthe corresponding env file under $HOME/.cargo.
542024-12-17T20:41:33.111Z
552024-12-17T20:41:33.111ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T20:41:33.111Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T20:41:33.111Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T20:41:33.182Z+ rustc --version
592024-12-17T20:41:33.249Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-17T20:41:33.252Zprocess exited: duration 22431 ms, exit code 0
 
612024-12-17T20:41:33.258Zstarting task 2: "authentication"
622024-12-17T20:41:33.279Zprocess exited: duration 20 ms, exit code 0
 
632024-12-17T20:41:33.284Zstarting task 3: "clone repository"
642024-12-17T20:41:33.289Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-17T20:41:33.291Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-17T20:41:33.555ZCloning into '/work/oxidecomputer/omicron'...
672024-12-17T20:41:40.589Z+ cd /work/oxidecomputer/omicron
682024-12-17T20:41:40.589Z+ git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9
692024-12-17T20:41:40.929ZFrom https://github.com/oxidecomputer/omicron
702024-12-17T20:41:40.929Z * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD
712024-12-17T20:41:40.940Z+ [[ -n ixi/propolis-addr-err-messages ]]
722024-12-17T20:41:40.943Z++ git branch --show-current
732024-12-17T20:41:40.945Z+ current=main
742024-12-17T20:41:40.946Z+ [[ main != ixi/propolis-addr-err-messages ]]
752024-12-17T20:41:40.946Z+ git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9
762024-12-17T20:41:40.948Z+ git checkout -f ixi/propolis-addr-err-messages
772024-12-17T20:41:41.125ZSwitched to branch 'ixi/propolis-addr-err-messages'
782024-12-17T20:41:41.127Z+ git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9
792024-12-17T20:41:41.304ZHEAD is now at 1214a47dc refine error messages about not having a propolis address
802024-12-17T20:41:41.306Zprocess exited: duration 8021 ms, exit code 0
 
812024-12-17T20:41:41.311Zstarting task 4: "build"
822024-12-17T20:41:41.317Z+ source .github/buildomat/ci-env.sh
832024-12-17T20:41:41.317Z++ export CARGO_TERM_COLOR=always
842024-12-17T20:41:41.317Z++ CARGO_TERM_COLOR=always
852024-12-17T20:41:41.318Z+ cargo --version
862024-12-17T20:41:41.377Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-17T20:41:41.379Z+ rustc --version
882024-12-17T20:41:41.440Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-17T20:41:41.443Z+ cargo tree --locked
902024-12-17T20:41:41.715Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-17T20:41:42.035Z Updating crates.io index
922024-12-17T20:41:42.038Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-17T20:41:42.620Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-17T20:41:42.903Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-17T20:41:43.192Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-17T20:41:43.495Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-17T20:41:44.429Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-17T20:41:46.087Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-17T20:41:46.753Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-17T20:41:47.525Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-17T20:41:47.821Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-17T20:41:48.123Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-17T20:41:48.707Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-17T20:41:49.050Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-17T20:41:49.385Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-17T20:41:49.635Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-17T20:41:49.932Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-17T20:41:50.187Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-17T20:41:50.572Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-17T20:41:50.831Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-17T20:41:51.134Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-17T20:41:51.492Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-17T20:41:52.088Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-17T20:41:52.412Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-17T20:41:52.795Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-17T20:41:53.270Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-17T20:41:53.685Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-17T20:41:53.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-17T20:41:54.261Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-17T20:41:55.762Z Downloading crates ...
1212024-12-17T20:41:55.851Z Downloaded aead v0.5.2
1222024-12-17T20:41:55.854Z Downloaded adler2 v2.0.0
1232024-12-17T20:41:55.858Z Downloaded anstyle v1.0.10
1242024-12-17T20:41:55.861Z Downloaded anstream v0.6.15
1252024-12-17T20:41:55.864Z Downloaded addr2line v0.24.2
1262024-12-17T20:41:55.868Z Downloaded atomicwrites v0.4.4
1272024-12-17T20:41:55.880Z Downloaded cfg_aliases v0.1.1
1282024-12-17T20:41:55.884Z Downloaded async-object-pool v0.1.5
1292024-12-17T20:41:55.895Z Downloaded async-stream-impl v0.3.6
1302024-12-17T20:41:55.901Z Downloaded cfg_aliases v0.2.1
1312024-12-17T20:41:55.903Z Downloaded atomic-waker v1.1.2
1322024-12-17T20:41:55.906Z Downloaded async-channel v1.9.0
1332024-12-17T20:41:55.909Z Downloaded cargo-platform v0.1.8
1342024-12-17T20:41:55.912Z Downloaded anes v0.1.6
1352024-12-17T20:41:55.915Z Downloaded foreign-types v0.3.2
1362024-12-17T20:41:55.915Z Downloaded array-init v0.0.4
1372024-12-17T20:41:55.919Z Downloaded anstyle-query v1.1.1
1382024-12-17T20:41:55.919Z Downloaded bcrypt-pbkdf v0.10.0
1392024-12-17T20:41:55.921Z Downloaded bitflags v1.3.2
1402024-12-17T20:41:55.923Z Downloaded flagset v0.4.6
1412024-12-17T20:41:55.923Z Downloaded cbc v0.1.2
1422024-12-17T20:41:55.926Z Downloaded filetime v0.2.25
1432024-12-17T20:41:55.928Z Downloaded chrono-tz-build v0.4.0
1442024-12-17T20:41:55.933Z Downloaded block-buffer v0.10.4
1452024-12-17T20:41:55.933Z Downloaded fd-lock v4.0.2
1462024-12-17T20:41:55.936Z Downloaded foreign-types-shared v0.3.1
1472024-12-17T20:41:55.936Z Downloaded foreign-types-shared v0.1.1
1482024-12-17T20:41:55.936Z Downloaded chacha20 v0.9.1
1492024-12-17T20:41:55.939Z Downloaded bytecount v0.6.8
1502024-12-17T20:41:55.942Z Downloaded ff v0.13.0
1512024-12-17T20:41:55.942Z Downloaded float-ord v0.3.2
1522024-12-17T20:41:55.942Z Downloaded async-global-executor v2.4.1
1532024-12-17T20:41:55.945Z Downloaded foreign-types-macros v0.2.3
1542024-12-17T20:41:55.949Z Downloaded block-padding v0.3.3
1552024-12-17T20:41:55.949Z Downloaded camino-tempfile v1.1.1
1562024-12-17T20:41:55.952Z Downloaded byteorder v1.5.0
1572024-12-17T20:41:55.952Z Downloaded async-recursion v1.1.1
1582024-12-17T20:41:55.955Z Downloaded escape8259 v0.5.3
1592024-12-17T20:41:55.957Z Downloaded cfg-if v1.0.0
1602024-12-17T20:41:55.960Z Downloaded flume v0.11.1
1612024-12-17T20:41:55.964Z Downloaded cast v0.3.0
1622024-12-17T20:41:55.966Z Downloaded buf-list v1.0.3
1632024-12-17T20:41:55.968Z Downloaded guppy-workspace-hack v0.1.0
1642024-12-17T20:41:55.968Z Downloaded futures-executor v0.3.31
1652024-12-17T20:41:55.971Z Downloaded fxhash v0.2.1
1662024-12-17T20:41:55.971Z Downloaded async-trait v0.1.83
1672024-12-17T20:41:55.975Z Downloaded errno v0.3.9
1682024-12-17T20:41:55.977Z Downloaded headers-core v0.3.0
1692024-12-17T20:41:55.980Z Downloaded async-process v2.3.0
1702024-12-17T20:41:55.982Z Downloaded arrayvec v0.7.6
1712024-12-17T20:41:55.984Z Downloaded futures-task v0.3.31
1722024-12-17T20:41:55.987Z Downloaded futures-timer v3.0.3
1732024-12-17T20:41:55.990Z Downloaded futures-macro v0.3.31
1742024-12-17T20:41:55.990Z Downloaded cancel-safe-futures v0.1.5
1752024-12-17T20:41:55.992Z Downloaded bzip2 v0.4.4
1762024-12-17T20:41:55.995Z Downloaded futures-io v0.3.31
1772024-12-17T20:41:55.998Z Downloaded assert_cmd v2.0.16
1782024-12-17T20:41:56.001Z Downloaded hubpack_derive v0.1.1
1792024-12-17T20:41:56.001Z Downloaded futures-core v0.3.31
1802024-12-17T20:41:56.004Z Downloaded cargo_metadata v0.18.1
1812024-12-17T20:41:56.004Z Downloaded hostname v0.3.1
1822024-12-17T20:41:56.007Z Downloaded group v0.13.0
1832024-12-17T20:41:56.010Z Downloaded num-iter v0.1.45
1842024-12-17T20:41:56.010Z Downloaded blake2b_simd v1.0.2
1852024-12-17T20:41:56.013Z Downloaded num_enum_derive v0.5.11
1862024-12-17T20:41:56.013Z Downloaded num_enum v0.5.11
1872024-12-17T20:41:56.017Z Downloaded http-body v1.0.1
1882024-12-17T20:41:56.020Z Downloaded pretty-hex v0.2.1
1892024-12-17T20:41:56.021Z Downloaded glob v0.3.1
1902024-12-17T20:41:56.024Z Downloaded http-range v0.1.5
1912024-12-17T20:41:56.024Z Downloaded camino v1.1.9
1922024-12-17T20:41:56.027Z Downloaded phf_codegen v0.11.2
1932024-12-17T20:41:56.027Z Downloaded paste v1.0.15
1942024-12-17T20:41:56.031Z Downloaded pem v3.0.4
1952024-12-17T20:41:56.034Z Downloaded hash32 v0.3.1
1962024-12-17T20:41:56.037Z Downloaded hubpack v0.1.2
1972024-12-17T20:41:56.037Z Downloaded flate2 v1.0.34
1982024-12-17T20:41:56.043Z Downloaded humantime v2.1.0
1992024-12-17T20:41:56.045Z Downloaded salsa20 v0.10.2
2002024-12-17T20:41:56.045Z Downloaded async-task v4.7.1
2012024-12-17T20:41:56.048Z Downloaded async-io v2.3.4
2022024-12-17T20:41:56.051Z Downloaded termtree v0.4.1
2032024-12-17T20:41:56.054Z Downloaded phf v0.11.2
2042024-12-17T20:41:56.057Z Downloaded hex v0.4.3
2052024-12-17T20:41:56.059Z Downloaded toolchain_find v0.4.0
2062024-12-17T20:41:56.059Z Downloaded blake2 v0.10.6
2072024-12-17T20:41:56.061Z Downloaded heck v0.4.1
2082024-12-17T20:41:56.064Z Downloaded globset v0.4.15
2092024-12-17T20:41:56.067Z Downloaded polyval v0.6.2
2102024-12-17T20:41:56.070Z Downloaded hyper-tls v0.6.0
2112024-12-17T20:41:56.070Z Downloaded quinn-udp v0.5.5
2122024-12-17T20:41:56.073Z Downloaded semver v0.1.20
2132024-12-17T20:41:56.073Z Downloaded secrecy v0.8.0
2142024-12-17T20:41:56.075Z Downloaded rpassword v7.3.1
2152024-12-17T20:41:56.078Z Downloaded slog-dtrace v0.3.0
2162024-12-17T20:41:56.078Z Downloaded slog-bunyan v2.5.0
2172024-12-17T20:41:56.082Z Downloaded futures-channel v0.3.31
2182024-12-17T20:41:56.082Z Downloaded futures v0.3.31
2192024-12-17T20:41:56.087Z Downloaded static_assertions v1.1.0
2202024-12-17T20:41:56.090Z Downloaded smf v0.2.3
2212024-12-17T20:41:56.093Z Downloaded password-hash v0.5.0
2222024-12-17T20:41:56.095Z Downloaded arc-swap v1.7.1
2232024-12-17T20:41:56.098Z Downloaded allocator-api2 v0.2.18
2242024-12-17T20:41:56.100Z Downloaded ahash v0.8.11
2252024-12-17T20:41:56.103Z Downloaded phf_generator v0.11.2
2262024-12-17T20:41:56.105Z Downloaded hex-literal v0.4.1
2272024-12-17T20:41:56.108Z Downloaded bytes v1.8.0
2282024-12-17T20:41:56.111Z Downloaded dhcproto-macros v0.1.0
2292024-12-17T20:41:56.114Z Downloaded cstr-argument v0.1.2
2302024-12-17T20:41:56.114Z Downloaded proc-macro-crate v1.3.1
2312024-12-17T20:41:56.116Z Downloaded thiserror v2.0.3
2322024-12-17T20:41:56.122Z Downloaded serde_urlencoded v0.7.1
2332024-12-17T20:41:56.127Z Downloaded tabwriter v1.4.0
2342024-12-17T20:41:56.131Z Downloaded getrandom v0.2.15
2352024-12-17T20:41:56.131Z Downloaded httparse v1.9.5
2362024-12-17T20:41:56.134Z Downloaded half v2.4.1
2372024-12-17T20:41:56.134Z Downloaded semver v1.0.23
2382024-12-17T20:41:56.137Z Downloaded newtype_derive v0.1.6
2392024-12-17T20:41:56.140Z Downloaded poly1305 v0.8.0
2402024-12-17T20:41:56.143Z Downloaded is_ci v1.2.0
2412024-12-17T20:41:56.143Z Downloaded twox-hash v1.6.3
2422024-12-17T20:41:56.146Z Downloaded constant_time_eq v0.3.1
2432024-12-17T20:41:56.149Z Downloaded zone v0.3.0
2442024-12-17T20:41:56.149Z Downloaded zone v0.1.8
2452024-12-17T20:41:56.149Z Downloaded hyper-rustls v0.26.0
2462024-12-17T20:41:56.152Z Downloaded unicode-xid v0.2.6
2472024-12-17T20:41:56.154Z Downloaded httptest v0.16.1
2482024-12-17T20:41:56.156Z Downloaded topological-sort v0.2.2
2492024-12-17T20:41:56.159Z Downloaded chacha20poly1305 v0.10.1
2502024-12-17T20:41:56.162Z Downloaded clap_derive v4.5.18
2512024-12-17T20:41:56.164Z Downloaded matches v0.1.10
2522024-12-17T20:41:56.164Z Downloaded version_check v0.9.5
2532024-12-17T20:41:56.167Z Downloaded crypto-common v0.1.6
2542024-12-17T20:41:56.167Z Downloaded aes-gcm v0.10.3
2552024-12-17T20:41:56.170Z Downloaded xz2 v0.1.7
2562024-12-17T20:41:56.173Z Downloaded plotters-svg v0.3.7
2572024-12-17T20:41:56.176Z Downloaded phf_shared v0.10.0
2582024-12-17T20:41:56.176Z Downloaded progenitor-client v0.8.0
2592024-12-17T20:41:56.176Z Downloaded tui-tree-widget v0.22.0
2602024-12-17T20:41:56.179Z Downloaded xattr v1.3.1
2612024-12-17T20:41:56.182Z Downloaded colored v2.1.0
2622024-12-17T20:41:56.184Z Downloaded env_filter v0.1.2
2632024-12-17T20:41:56.184Z Downloaded enum-as-inner v0.6.1
2642024-12-17T20:41:56.189Z Downloaded is-terminal v0.4.13
2652024-12-17T20:41:56.191Z Downloaded scroll v0.12.0
2662024-12-17T20:41:56.191Z Downloaded ed25519 v2.2.3
2672024-12-17T20:41:56.194Z Downloaded smawk v0.3.2
2682024-12-17T20:41:56.194Z Downloaded ryu v1.0.18
2692024-12-17T20:41:56.197Z Downloaded opaque-debug v0.3.1
2702024-12-17T20:41:56.199Z Downloaded nibble_vec v0.1.0
2712024-12-17T20:41:56.203Z Downloaded hyper-staticfile v0.10.1
2722024-12-17T20:41:56.207Z Downloaded const_format_proc_macros v0.2.33
2732024-12-17T20:41:56.207Z Downloaded icu_normalizer v1.5.0
2742024-12-17T20:41:56.211Z Downloaded icu_locid_transform_data v1.5.0
2752024-12-17T20:41:56.213Z Downloaded scroll_derive v0.12.0
2762024-12-17T20:41:56.213Z Downloaded icu_locid v1.5.0
2772024-12-17T20:41:56.218Z Downloaded oorandom v11.1.4
2782024-12-17T20:41:56.220Z Downloaded textwrap v0.16.1
2792024-12-17T20:41:56.223Z Downloaded parse-display v0.10.0
2802024-12-17T20:41:56.226Z Downloaded headers v0.4.0
2812024-12-17T20:41:56.230Z Downloaded tower-service v0.3.3
2822024-12-17T20:41:56.232Z Downloaded dropshot_endpoint v0.13.0
2832024-12-17T20:41:56.235Z Downloaded similar-asserts v1.6.0
2842024-12-17T20:41:56.238Z Downloaded rtoolbox v0.0.2
2852024-12-17T20:41:56.240Z Downloaded psl-types v2.0.11
2862024-12-17T20:41:56.242Z Downloaded env_logger v0.10.2
2872024-12-17T20:41:56.245Z Downloaded nodrop v0.1.14
2882024-12-17T20:41:56.248Z Downloaded ron v0.8.1
2892024-12-17T20:41:56.252Z Downloaded crunchy v0.2.2
2902024-12-17T20:41:56.255Z Downloaded tinyvec_macros v0.1.1
2912024-12-17T20:41:56.255Z Downloaded target-triple v0.1.3
2922024-12-17T20:41:56.255Z Downloaded vergen v8.3.2
2932024-12-17T20:41:56.258Z Downloaded packed_struct_codegen v0.10.1
2942024-12-17T20:41:56.261Z Downloaded quick-error v1.2.3
2952024-12-17T20:41:56.263Z Downloaded powerfmt v0.2.0
2962024-12-17T20:41:56.266Z Downloaded serde_with_macros v3.11.0
2972024-12-17T20:41:56.269Z Downloaded slog-json v2.6.1
2982024-12-17T20:41:56.269Z Downloaded crc32fast v1.4.2
2992024-12-17T20:41:56.272Z Downloaded slog-envlogger v2.2.0
3002024-12-17T20:41:56.275Z Downloaded string_cache v0.8.7
3012024-12-17T20:41:56.275Z Downloaded pem-rfc7468 v0.7.0
3022024-12-17T20:41:56.277Z Downloaded md5 v0.7.0
3032024-12-17T20:41:56.279Z Downloaded heapless v0.7.17
3042024-12-17T20:41:56.289Z Downloaded postgres-types v0.2.8
3052024-12-17T20:41:56.292Z Downloaded unicase v2.7.0
3062024-12-17T20:41:56.292Z Downloaded unarray v0.1.4
3072024-12-17T20:41:56.292Z Downloaded utf8_iter v1.0.4
3082024-12-17T20:41:56.292Z Downloaded litemap v0.7.3
3092024-12-17T20:41:56.295Z Downloaded env_logger v0.11.5
3102024-12-17T20:41:56.298Z Downloaded tungstenite v0.24.0
3112024-12-17T20:41:56.301Z Downloaded tungstenite v0.21.0
3122024-12-17T20:41:56.304Z Downloaded clap_lex v0.7.2
3132024-12-17T20:41:56.306Z Downloaded linked-hash-map v0.5.6
3142024-12-17T20:41:56.308Z Downloaded yasna v0.5.2
3152024-12-17T20:41:56.314Z Downloaded pathdiff v0.2.2
3162024-12-17T20:41:56.316Z Downloaded cmake v0.1.51
3172024-12-17T20:41:56.316Z Downloaded aes v0.8.4
3182024-12-17T20:41:56.319Z Downloaded digest v0.10.7
3192024-12-17T20:41:56.323Z Downloaded precomputed-hash v0.1.1
3202024-12-17T20:41:56.323Z Downloaded dirs-next v2.0.0
3212024-12-17T20:41:56.323Z Downloaded dhcproto v0.12.0
3222024-12-17T20:41:56.326Z Downloaded progenitor v0.8.0
3232024-12-17T20:41:56.329Z Downloaded serde-big-array v0.5.1
3242024-12-17T20:41:56.332Z Downloaded rstest v0.23.0
3252024-12-17T20:41:56.336Z Downloaded num-integer v0.1.46
3262024-12-17T20:41:56.340Z Downloaded maybe-uninit v2.0.0
3272024-12-17T20:41:56.343Z Downloaded tinytemplate v1.2.1
3282024-12-17T20:41:56.343Z Downloaded progenitor-impl v0.8.0
3292024-12-17T20:41:56.345Z Downloaded serde_yaml v0.9.34+deprecated
3302024-12-17T20:41:56.348Z Downloaded maplit v1.0.2
3312024-12-17T20:41:56.350Z Downloaded num-rational v0.4.2
3322024-12-17T20:41:56.353Z Downloaded managed v0.8.0
3332024-12-17T20:41:56.353Z Downloaded impl-trait-for-tuples v0.2.2
3342024-12-17T20:41:56.355Z Downloaded icu_collections v1.5.0
3352024-12-17T20:41:56.362Z Downloaded take_mut v0.2.2
3362024-12-17T20:41:56.365Z Downloaded sync_wrapper v1.0.1
3372024-12-17T20:41:56.365Z Downloaded sync-ptr v0.1.1
3382024-12-17T20:41:56.369Z Downloaded defmt-parser v0.3.4
3392024-12-17T20:41:56.369Z Downloaded defmt-macros v0.3.9
3402024-12-17T20:41:56.372Z Downloaded path-tree v0.8.1
3412024-12-17T20:41:56.376Z Downloaded displaydoc v0.2.5
3422024-12-17T20:41:56.379Z Downloaded convert_case v0.4.0
3432024-12-17T20:41:56.379Z Downloaded fallible-iterator v0.3.0
3442024-12-17T20:41:56.379Z Downloaded target-spec v3.2.2
3452024-12-17T20:41:56.381Z Downloaded darling_macro v0.20.10
3462024-12-17T20:41:56.383Z Downloaded write16 v1.0.0
3472024-12-17T20:41:56.383Z Downloaded vte_generate_state_changes v0.1.2
3482024-12-17T20:41:56.386Z Downloaded rand_xorshift v0.3.0
3492024-12-17T20:41:56.386Z Downloaded fallible-iterator v0.2.0
3502024-12-17T20:41:56.390Z Downloaded scheduled-thread-pool v0.2.7
3512024-12-17T20:41:56.390Z Downloaded inout v0.1.3
3522024-12-17T20:41:56.392Z Downloaded itoa v1.0.11
3532024-12-17T20:41:56.392Z Downloaded libtest-mimic v0.7.3
3542024-12-17T20:41:56.396Z Downloaded md-5 v0.10.6
3552024-12-17T20:41:56.398Z Downloaded tinyvec v1.8.0
3562024-12-17T20:41:56.401Z Downloaded synstructure v0.13.1
3572024-12-17T20:41:56.401Z Downloaded csv-core v0.1.11
3582024-12-17T20:41:56.404Z Downloaded same-file v1.0.6
3592024-12-17T20:41:56.407Z Downloaded downcast v0.11.0
3602024-12-17T20:41:56.409Z Downloaded doc-comment v0.3.3
3612024-12-17T20:41:56.409Z Downloaded stringprep v0.1.5
3622024-12-17T20:41:56.409Z Downloaded rustversion v1.0.17
3632024-12-17T20:41:56.412Z Downloaded parking_lot_core v0.8.6
3642024-12-17T20:41:56.414Z Downloaded new_debug_unreachable v1.0.6
3652024-12-17T20:41:56.417Z Downloaded zerocopy-derive v0.7.35
3662024-12-17T20:41:56.421Z Downloaded crypto-bigint v0.5.5
3672024-12-17T20:41:56.428Z Downloaded peg v0.8.4
3682024-12-17T20:41:56.433Z Downloaded schemars v0.8.21
3692024-12-17T20:41:56.446Z Downloaded indoc v1.0.9
3702024-12-17T20:41:56.449Z Downloaded datatest-stable v0.2.9
3712024-12-17T20:41:56.451Z Downloaded enum-as-inner v0.5.1
3722024-12-17T20:41:56.454Z Downloaded hashbrown v0.12.3
3732024-12-17T20:41:56.458Z Downloaded num_threads v0.1.7
3742024-12-17T20:41:56.460Z Downloaded smallvec v0.6.14
3752024-12-17T20:41:56.462Z Downloaded spin v0.5.2
3762024-12-17T20:41:56.465Z Downloaded unicode-bidi v0.3.17
3772024-12-17T20:41:56.468Z Downloaded rstest_macros v0.23.0
3782024-12-17T20:41:56.470Z Downloaded publicsuffix v2.2.3
3792024-12-17T20:41:56.473Z Downloaded yansi v1.0.1
3802024-12-17T20:41:56.476Z Downloaded once_cell v1.20.2
3812024-12-17T20:41:56.479Z Downloaded darling_core v0.20.10
3822024-12-17T20:41:56.483Z Downloaded dof v0.3.0
3832024-12-17T20:41:56.486Z Downloaded tap v1.0.1
3842024-12-17T20:41:56.489Z Downloaded cpufeatures v0.2.14
3852024-12-17T20:41:56.489Z Downloaded uuid v1.11.0
3862024-12-17T20:41:56.492Z Downloaded libsw v3.3.1
3872024-12-17T20:41:56.495Z Downloaded tracing-attributes v0.1.27
3882024-12-17T20:41:56.497Z Downloaded wyz v0.5.1
3892024-12-17T20:41:56.507Z Downloaded writeable v0.5.5
3902024-12-17T20:41:56.507Z Downloaded num-conv v0.1.0
3912024-12-17T20:41:56.507Z Downloaded pkcs5 v0.7.1
3922024-12-17T20:41:56.512Z Downloaded num-derive v0.4.2
3932024-12-17T20:41:56.517Z Downloaded data-encoding v2.6.0
3942024-12-17T20:41:56.520Z Downloaded phf_shared v0.11.2
3952024-12-17T20:41:56.523Z Downloaded console v0.15.8
3962024-12-17T20:41:56.525Z Downloaded usdt-attr-macro v0.5.0
3972024-12-17T20:41:56.527Z Downloaded rand_seeder v0.3.0
3982024-12-17T20:41:56.530Z Downloaded num_cpus v1.16.0
3992024-12-17T20:41:56.533Z Downloaded p521 v0.13.3
4002024-12-17T20:41:56.536Z Downloaded spin v0.9.8
4012024-12-17T20:41:56.539Z Downloaded tokio-native-tls v0.3.1
4022024-12-17T20:41:56.547Z Downloaded radium v0.7.0
4032024-12-17T20:41:56.547Z Downloaded x509-cert v0.2.5
4042024-12-17T20:41:56.552Z Downloaded dtrace-parser v0.2.0
4052024-12-17T20:41:56.552Z Downloaded ref-cast-impl v1.0.23
4062024-12-17T20:41:56.552Z Downloaded omicron-zone-package v0.11.1
4072024-12-17T20:41:56.555Z Downloaded stable_deref_trait v1.2.0
4082024-12-17T20:41:56.557Z Downloaded signal-hook-mio v0.2.4
4092024-12-17T20:41:56.557Z Downloaded shlex v1.3.0
4102024-12-17T20:41:56.560Z Downloaded serde_path_to_error v0.1.16
4112024-12-17T20:41:56.563Z Downloaded libloading v0.8.5
4122024-12-17T20:41:56.566Z Downloaded instant v0.1.13
4132024-12-17T20:41:56.566Z Downloaded tokio-tungstenite v0.24.0
4142024-12-17T20:41:56.568Z Downloaded unicode-properties v0.1.3
4152024-12-17T20:41:56.571Z Downloaded tls_codec_derive v0.4.1
4162024-12-17T20:41:56.573Z Downloaded signal-hook-tokio v0.3.1
4172024-12-17T20:41:56.573Z Downloaded toml_datetime v0.6.8
4182024-12-17T20:41:56.578Z Downloaded num-complex v0.4.6
4192024-12-17T20:41:56.580Z Downloaded unicode-linebreak v0.1.5
4202024-12-17T20:41:56.581Z Downloaded http v1.1.0
4212024-12-17T20:41:56.583Z Downloaded const-oid v0.9.6
4222024-12-17T20:41:56.586Z Downloaded rayon-core v1.12.1
4232024-12-17T20:41:56.590Z Downloaded futures-util v0.3.31
4242024-12-17T20:41:56.604Z Downloaded curve25519-dalek-derive v0.1.1
4252024-12-17T20:41:56.607Z Downloaded crc v3.2.1
4262024-12-17T20:41:56.609Z Downloaded concurrent-queue v2.5.0
4272024-12-17T20:41:56.612Z Downloaded usdt v0.5.0
4282024-12-17T20:41:56.612Z Downloaded serde v1.0.215
4292024-12-17T20:41:56.615Z Downloaded hashbrown v0.15.1
4302024-12-17T20:41:56.621Z Downloaded zerofrom v0.1.4
4312024-12-17T20:41:56.624Z Downloaded dyn-clone v1.0.17
4322024-12-17T20:41:56.626Z Downloaded qorb v0.2.1
4332024-12-17T20:41:56.629Z Downloaded libefi-sys v0.1.0
4342024-12-17T20:41:56.632Z Downloaded term v0.7.0
4352024-12-17T20:41:56.635Z Downloaded miniz_oxide v0.8.0
4362024-12-17T20:41:56.637Z Downloaded indent_write v2.2.0
4372024-12-17T20:41:56.639Z Downloaded idna_adapter v1.2.0
4382024-12-17T20:41:56.640Z Downloaded termcolor v1.4.1
4392024-12-17T20:41:56.644Z Downloaded lru v0.12.5
4402024-12-17T20:41:56.644Z Downloaded crucible-workspace-hack v0.1.0
4412024-12-17T20:41:56.644Z Downloaded rcgen v0.12.1
4422024-12-17T20:41:56.647Z Downloaded parking v2.2.1
4432024-12-17T20:41:56.649Z Downloaded mockall v0.13.0
4442024-12-17T20:41:56.651Z Downloaded hashbrown v0.14.5
4452024-12-17T20:41:56.655Z Downloaded mirai-annotations v1.12.0
4462024-12-17T20:41:56.657Z Downloaded cipher v0.4.4
4472024-12-17T20:41:56.659Z Downloaded siphasher v0.3.11
4482024-12-17T20:41:56.662Z Downloaded equivalent v1.0.1
4492024-12-17T20:41:56.662Z Downloaded shell-words v1.1.0
4502024-12-17T20:41:56.664Z Downloaded rusty-fork v0.3.0
4512024-12-17T20:41:56.664Z Downloaded expectorate v1.1.0
4522024-12-17T20:41:56.667Z Downloaded primeorder v0.13.6
4532024-12-17T20:41:56.670Z Downloaded plotters-backend v0.3.7
4542024-12-17T20:41:56.672Z Downloaded resolv-conf v0.7.0
4552024-12-17T20:41:56.674Z Downloaded serde_regex v1.1.0
4562024-12-17T20:41:56.674Z Downloaded path-slash v0.1.5
4572024-12-17T20:41:56.677Z Downloaded event-listener v5.3.1
4582024-12-17T20:41:56.680Z Downloaded subprocess v0.2.9
4592024-12-17T20:41:56.683Z Downloaded thiserror-impl v1.0.69
4602024-12-17T20:41:56.686Z Downloaded terminal_size v0.4.0
4612024-12-17T20:41:56.686Z Downloaded tracing v0.1.40
4622024-12-17T20:41:56.691Z Downloaded time-core v0.1.2
4632024-12-17T20:41:56.693Z Downloaded sigpipe v0.1.3
4642024-12-17T20:41:56.693Z Downloaded pretty_assertions v1.4.1
4652024-12-17T20:41:56.696Z Downloaded target-lexicon v0.12.16
4662024-12-17T20:41:56.700Z Downloaded signature v2.2.0
4672024-12-17T20:41:56.702Z Downloaded unicode-truncate v1.1.0
4682024-12-17T20:41:56.702Z Downloaded signal-hook v0.3.17
4692024-12-17T20:41:56.706Z Downloaded zerofrom-derive v0.1.4
4702024-12-17T20:41:56.709Z Downloaded thread-id v4.2.2
4712024-12-17T20:41:56.709Z Downloaded thiserror-no-std v2.0.2
4722024-12-17T20:41:56.718Z Downloaded ciborium-io v0.2.2
4732024-12-17T20:41:56.718Z Downloaded try-lock v0.2.5
4742024-12-17T20:41:56.718Z Downloaded h2 v0.4.6
4752024-12-17T20:41:56.724Z Downloaded endian-type v0.1.2
4762024-12-17T20:41:56.726Z Downloaded pin-project-internal v1.1.6
4772024-12-17T20:41:56.729Z Downloaded newline-converter v0.3.0
4782024-12-17T20:41:56.729Z Downloaded ident_case v1.0.1
4792024-12-17T20:41:56.732Z Downloaded tokio-util v0.7.12
4802024-12-17T20:41:56.737Z Downloaded nested v0.1.1
4812024-12-17T20:41:56.739Z Downloaded icu_provider_macros v1.5.0
4822024-12-17T20:41:56.739Z Downloaded pkg-config v0.3.31
4832024-12-17T20:41:56.742Z Downloaded proc-macro-error v1.0.4
4842024-12-17T20:41:56.745Z Downloaded icu_provider v1.5.0
4852024-12-17T20:41:56.748Z Downloaded simd-adler32 v0.3.7
4862024-12-17T20:41:56.751Z Downloaded bindgen v0.69.5
4872024-12-17T20:41:56.760Z Downloaded normalize-line-endings v0.3.0
4882024-12-17T20:41:56.763Z Downloaded rand_chacha v0.3.1
4892024-12-17T20:41:56.763Z Downloaded serde_plain v1.0.2
4902024-12-17T20:41:56.765Z Downloaded ucd-trie v0.1.7
4912024-12-17T20:41:56.765Z Downloaded parking_lot v0.12.3
4922024-12-17T20:41:56.768Z Downloaded chrono v0.4.38
4932024-12-17T20:41:56.777Z Downloaded sqlparser_derive v0.2.2
4942024-12-17T20:41:56.779Z Downloaded ciborium-ll v0.2.2
4952024-12-17T20:41:56.783Z Downloaded tokio-macros v2.4.0
4962024-12-17T20:41:56.783Z Downloaded mockall_derive v0.13.0
4972024-12-17T20:41:56.786Z Downloaded rustls-pemfile v1.0.4
4982024-12-17T20:41:56.788Z Downloaded libxml v0.3.3
4992024-12-17T20:41:56.791Z Downloaded newtype-uuid v1.1.3
5002024-12-17T20:41:56.794Z Downloaded lru-cache v0.1.2
5012024-12-17T20:41:56.797Z Downloaded pkcs1 v0.7.5
5022024-12-17T20:41:56.799Z Downloaded zerovec v0.10.4
5032024-12-17T20:41:56.804Z Downloaded rustc_version v0.4.1
5042024-12-17T20:41:56.807Z Downloaded async-std v1.13.0
5052024-12-17T20:41:56.824Z Downloaded zone_cfg_derive v0.3.0
5062024-12-17T20:41:56.827Z Downloaded ctr v0.9.2
5072024-12-17T20:41:56.827Z Downloaded crossbeam-deque v0.8.5
5082024-12-17T20:41:56.830Z Downloaded strum_macros v0.26.4
5092024-12-17T20:41:56.833Z Downloaded ipnet v2.10.1
5102024-12-17T20:41:56.835Z Downloaded deranged v0.3.11
5112024-12-17T20:41:56.837Z Downloaded peg-macros v0.8.4
5122024-12-17T20:41:56.837Z Downloaded derive_builder_core v0.20.2
5132024-12-17T20:41:56.840Z Downloaded russh-cryptovec v0.7.3
5142024-12-17T20:41:56.842Z Downloaded lazycell v1.3.0
5152024-12-17T20:41:56.842Z Downloaded compact_str v0.8.0
5162024-12-17T20:41:56.846Z Downloaded rand_core v0.6.4
5172024-12-17T20:41:56.848Z Downloaded itertools v0.12.1
5182024-12-17T20:41:56.857Z Downloaded pin-utils v0.1.0
5192024-12-17T20:41:56.859Z Downloaded nanorand v0.7.0
5202024-12-17T20:41:56.862Z Downloaded socket2 v0.5.7
5212024-12-17T20:41:56.865Z Downloaded cobs v0.2.3
5222024-12-17T20:41:56.865Z Downloaded typify-macro v0.2.0
5232024-12-17T20:41:56.868Z Downloaded rustfmt-wrapper v0.2.1
5242024-12-17T20:41:56.868Z Downloaded snafu v0.8.5
5252024-12-17T20:41:56.874Z Downloaded parse-size v1.1.0
5262024-12-17T20:41:56.877Z Downloaded slog-scope v4.4.0
5272024-12-17T20:41:56.881Z Downloaded colorchoice v1.0.2
5282024-12-17T20:41:56.882Z Downloaded time-macros v0.2.18
5292024-12-17T20:41:56.885Z Downloaded difflib v0.4.0
5302024-12-17T20:41:56.885Z Downloaded typify v0.2.0
5312024-12-17T20:41:56.887Z Downloaded toml v0.7.8
5322024-12-17T20:41:56.890Z Downloaded derive_builder_macro v0.20.2
5332024-12-17T20:41:56.893Z Downloaded mio v1.0.2
5342024-12-17T20:41:56.898Z Downloaded percent-encoding v2.3.1
5352024-12-17T20:41:56.901Z Downloaded owo-colors v4.1.0
5362024-12-17T20:41:56.903Z Downloaded lalrpop-util v0.19.12
5372024-12-17T20:41:56.905Z Downloaded mime v0.3.17
5382024-12-17T20:41:56.905Z Downloaded dropshot_endpoint v0.12.0
5392024-12-17T20:41:56.909Z Downloaded postgres-protocol v0.6.7
5402024-12-17T20:41:56.912Z Downloaded pin-project-lite v0.2.14
5412024-12-17T20:41:56.916Z Downloaded which v4.4.2
5422024-12-17T20:41:56.919Z Downloaded predicates-core v1.0.8
5432024-12-17T20:41:56.922Z Downloaded nu-ansi-term v0.50.1
5442024-12-17T20:41:56.922Z Downloaded postcard v1.0.10
5452024-12-17T20:41:56.924Z Downloaded openssl-probe v0.1.5
5462024-12-17T20:41:56.927Z Downloaded embedded-io v0.4.0
5472024-12-17T20:41:56.927Z Downloaded tiny-keccak v2.0.2
5482024-12-17T20:41:56.930Z Downloaded threadpool v1.8.1
5492024-12-17T20:41:56.932Z Downloaded lockfree-object-pool v0.1.6
5502024-12-17T20:41:56.934Z Downloaded typed-path v0.9.3
5512024-12-17T20:41:56.940Z Downloaded lazy_static v1.5.0
5522024-12-17T20:41:56.943Z Downloaded typenum v1.17.0
5532024-12-17T20:41:56.945Z Downloaded rustc-hash v1.1.0
5542024-12-17T20:41:56.948Z Downloaded diesel_table_macro_syntax v0.2.0
5552024-12-17T20:41:56.948Z Downloaded strum_macros v0.25.3
5562024-12-17T20:41:56.951Z Downloaded num-bigint-dig v0.8.4
5572024-12-17T20:41:56.955Z Downloaded usdt-macro v0.5.0
5582024-12-17T20:41:56.958Z Downloaded strum v0.26.3
5592024-12-17T20:41:56.958Z Downloaded universal-hash v0.5.1
5602024-12-17T20:41:56.960Z Downloaded trybuild v1.0.101
5612024-12-17T20:41:56.963Z Downloaded olpc-cjson v0.1.4
5622024-12-17T20:41:56.965Z Downloaded whoami v1.5.2
5632024-12-17T20:41:56.967Z Downloaded oso-derive v0.27.3
5642024-12-17T20:41:56.967Z Downloaded rustc-demangle v0.1.24
5652024-12-17T20:41:56.970Z Downloaded want v0.3.1
5662024-12-17T20:41:56.970Z Downloaded pin-project v1.1.6
5672024-12-17T20:41:56.980Z Downloaded yoke-derive v0.7.4
5682024-12-17T20:41:56.983Z Downloaded openssl-macros v0.1.1
5692024-12-17T20:41:56.983Z Downloaded waitgroup v0.1.2
5702024-12-17T20:41:56.986Z Downloaded number_prefix v0.4.0
5712024-12-17T20:41:56.986Z Downloaded rustyline v14.0.0
5722024-12-17T20:41:56.995Z Downloaded zeroize v1.8.1
5732024-12-17T20:41:56.997Z Downloaded structmeta-derive v0.3.0
5742024-12-17T20:41:56.997Z Downloaded slog-stdlog v4.1.1
5752024-12-17T20:41:56.997Z Downloaded clang-sys v1.8.1
5762024-12-17T20:41:57.001Z Downloaded serde_derive_internals v0.29.1
5772024-12-17T20:41:57.001Z Downloaded ssh-encoding v0.2.0
5782024-12-17T20:41:57.004Z Downloaded proc-macro-error-attr v1.0.4
5792024-12-17T20:41:57.004Z Downloaded ssh-cipher v0.2.0
5802024-12-17T20:41:57.007Z Downloaded serde_repr v0.1.19
5812024-12-17T20:41:57.010Z Downloaded strum_macros v0.24.3
5822024-12-17T20:41:57.010Z Downloaded pest_generator v2.7.14
5832024-12-17T20:41:57.012Z Downloaded sha1 v0.10.6
5842024-12-17T20:41:57.012Z Downloaded predicates v3.1.2
5852024-12-17T20:41:57.015Z Downloaded pretty-hex v0.4.1
5862024-12-17T20:41:57.018Z Downloaded similar v2.6.0
5872024-12-17T20:41:57.022Z Downloaded crc-any v2.5.0
5882024-12-17T20:41:57.025Z Downloaded russh-keys v0.45.0
5892024-12-17T20:41:57.028Z Downloaded untrusted v0.9.0
5902024-12-17T20:41:57.031Z Downloaded zone_cfg_derive v0.1.2
5912024-12-17T20:41:57.031Z Downloaded untrusted v0.7.1
5922024-12-17T20:41:57.031Z Downloaded p256 v0.13.2
5932024-12-17T20:41:57.034Z Downloaded password-hash v0.4.2
5942024-12-17T20:41:57.037Z Downloaded zeroize_derive v1.4.2
5952024-12-17T20:41:57.039Z Downloaded tokio-rustls v0.26.0
5962024-12-17T20:41:57.042Z Downloaded tls_codec v0.4.1
5972024-12-17T20:41:57.042Z Downloaded ena v0.14.3
5982024-12-17T20:41:57.044Z Downloaded sha2 v0.10.8
5992024-12-17T20:41:57.046Z Downloaded rfc6979 v0.4.0
6002024-12-17T20:41:57.048Z Downloaded icu_normalizer_data v1.5.0
6012024-12-17T20:41:57.051Z Downloaded ecdsa v0.16.9
6022024-12-17T20:41:57.053Z Downloaded criterion-plot v0.5.0
6032024-12-17T20:41:57.056Z Downloaded macaddr v1.0.1
6042024-12-17T20:41:57.056Z Downloaded tokio-stream v0.1.16
6052024-12-17T20:41:57.060Z Downloaded fallible-streaming-iterator v0.1.9
6062024-12-17T20:41:57.063Z Downloaded winnow v0.6.20
6072024-12-17T20:41:57.070Z Downloaded icu_properties v1.5.1
6082024-12-17T20:41:57.073Z Downloaded crc-catalog v2.4.0
6092024-12-17T20:41:57.075Z Downloaded git2 v0.19.0
6102024-12-17T20:41:57.083Z Downloaded kstat-rs v0.2.4
6112024-12-17T20:41:57.086Z Downloaded yoke v0.7.4
6122024-12-17T20:41:57.088Z Downloaded r2d2 v0.8.10
6132024-12-17T20:41:57.088Z Downloaded reedline v0.35.0
6142024-12-17T20:41:57.095Z Downloaded kv-log-macro v1.0.7
6152024-12-17T20:41:57.098Z Downloaded either v1.13.0
6162024-12-17T20:41:57.100Z Downloaded diesel-dtrace v0.4.2
6172024-12-17T20:41:57.102Z Downloaded derive_more v0.99.18
6182024-12-17T20:41:57.106Z Downloaded slog v2.7.0
6192024-12-17T20:41:57.109Z Downloaded rustls-pemfile v2.2.0
6202024-12-17T20:41:57.112Z Downloaded walkdir v2.5.0
6212024-12-17T20:41:57.115Z Downloaded prettyplease v0.2.25
6222024-12-17T20:41:57.117Z Downloaded rayon v1.10.0
6232024-12-17T20:41:57.129Z Downloaded itertools v0.13.0
6242024-12-17T20:41:57.134Z Downloaded petname v2.0.2
6252024-12-17T20:41:57.139Z Downloaded diff v0.1.13
6262024-12-17T20:41:57.143Z Downloaded unicode_categories v0.1.1
6272024-12-17T20:41:57.146Z Downloaded unicode-normalization v0.1.24
6282024-12-17T20:41:57.149Z Downloaded tabled v0.15.0
6292024-12-17T20:41:57.165Z Downloaded der_derive v0.7.3
6302024-12-17T20:41:57.168Z Downloaded parse-zoneinfo v0.3.1
6312024-12-17T20:41:57.170Z Downloaded rand v0.8.5
6322024-12-17T20:41:57.173Z Downloaded winnow v0.5.40
6332024-12-17T20:41:57.181Z Downloaded idna v0.2.3
6342024-12-17T20:41:57.188Z Downloaded unicode-width v0.2.0
6352024-12-17T20:41:57.193Z Downloaded diesel_derives v2.2.3
6362024-12-17T20:41:57.198Z Downloaded russh v0.45.0
6372024-12-17T20:41:57.204Z Downloaded unsafe-libyaml v0.2.11
6382024-12-17T20:41:57.207Z Downloaded samael v0.0.17
6392024-12-17T20:41:57.214Z Downloaded zerocopy v0.7.35
6402024-12-17T20:41:57.230Z Downloaded memchr v2.7.4
6412024-12-17T20:41:57.235Z Downloaded smoltcp v0.11.0
6422024-12-17T20:41:57.247Z Downloaded rustls v0.21.12
6432024-12-17T20:41:57.259Z Downloaded bstr v1.10.0
6442024-12-17T20:41:57.270Z Downloaded clap_builder v4.5.21
6452024-12-17T20:41:57.277Z Downloaded elliptic-curve v0.13.8
6462024-12-17T20:41:57.281Z Downloaded sqlparser v0.45.0
6472024-12-17T20:41:57.288Z Downloaded pest v2.7.14
6482024-12-17T20:41:57.292Z Downloaded nom v7.1.3
6492024-12-17T20:41:57.298Z Downloaded idna v0.4.0
6502024-12-17T20:41:57.305Z Downloaded syn v2.0.87
6512024-12-17T20:41:57.316Z Downloaded openapiv3 v2.0.0
6522024-12-17T20:41:57.328Z Downloaded salty v0.3.0
6532024-12-17T20:41:57.335Z Downloaded unicode-width v0.1.14
6542024-12-17T20:41:57.346Z Downloaded vcpkg v0.2.15
6552024-12-17T20:41:57.405Z Downloaded radix_trie v0.2.1
6562024-12-17T20:41:57.410Z Downloaded idna v0.3.0
6572024-12-17T20:41:57.420Z Downloaded rustls-webpki v0.102.8
6582024-12-17T20:41:57.437Z Downloaded lalrpop v0.19.12
6592024-12-17T20:41:57.446Z Downloaded regex-syntax v0.6.29
6602024-12-17T20:41:57.455Z Downloaded nix v0.27.1
6612024-12-17T20:41:57.466Z Downloaded object v0.30.4
6622024-12-17T20:41:57.474Z Downloaded portable-atomic v1.9.0
6632024-12-17T20:41:57.480Z Downloaded serde_json v1.0.132
6642024-12-17T20:41:57.489Z Downloaded nix v0.28.0
6652024-12-17T20:41:57.499Z Downloaded openssl v0.10.66
6662024-12-17T20:41:57.509Z Downloaded zerocopy v0.8.10
6672024-12-17T20:41:57.533Z Downloaded regex v1.11.1
6682024-12-17T20:41:57.545Z Downloaded dropshot v0.13.0
6692024-12-17T20:41:57.565Z Downloaded rustls-webpki v0.101.7
6702024-12-17T20:41:57.578Z Downloaded ratatui v0.28.1
6712024-12-17T20:41:57.600Z Downloaded polar-core v0.27.3
6722024-12-17T20:41:57.607Z Downloaded nix v0.29.0
6732024-12-17T20:41:57.618Z Downloaded icu_properties_data v1.5.0
6742024-12-17T20:41:57.628Z Downloaded bzip2-sys v0.1.11+1.0.8
6752024-12-17T20:41:57.639Z Downloaded rustls v0.23.19
6762024-12-17T20:41:57.651Z Downloaded rustls v0.22.4
6772024-12-17T20:41:57.665Z Downloaded dropshot v0.12.0
6782024-12-17T20:41:57.683Z Downloaded regex-syntax v0.8.5
6792024-12-17T20:41:57.691Z Downloaded object v0.36.5
6802024-12-17T20:41:57.703Z Downloaded trust-dns-proto v0.22.0
6812024-12-17T20:41:57.715Z Downloaded regress v0.9.1
6822024-12-17T20:41:57.723Z Downloaded diesel v2.2.6
6832024-12-17T20:41:57.741Z Downloaded petgraph v0.6.5
6842024-12-17T20:41:57.757Z Downloaded regress v0.10.1
6852024-12-17T20:41:57.765Z Downloaded curve25519-dalek v4.1.3
6862024-12-17T20:41:57.773Z Downloaded hickory-proto v0.24.1
6872024-12-17T20:41:57.788Z Downloaded rustix v0.38.37
6882024-12-17T20:41:57.809Z Downloaded rusqlite v0.32.1
6892024-12-17T20:41:57.816Z Downloaded sled v0.34.7
6902024-12-17T20:41:57.825Z Downloaded gimli v0.31.1
6912024-12-17T20:41:57.833Z Downloaded idna v1.0.3
6922024-12-17T20:41:57.838Z Downloaded idna v0.5.0
6932024-12-17T20:41:57.844Z Downloaded p384 v0.13.0
6942024-12-17T20:41:57.850Z Downloaded reqwest v0.12.9
6952024-12-17T20:41:57.858Z Downloaded crossterm v0.28.1
6962024-12-17T20:41:57.864Z Downloaded lzma-sys v0.1.20
6972024-12-17T20:41:57.893Z Downloaded webpki-roots v0.26.6
6982024-12-17T20:41:57.896Z Downloaded zip v2.1.3
6992024-12-17T20:41:57.900Z Downloaded plotters v0.3.7
7002024-12-17T20:41:57.908Z Downloaded typify-impl v0.2.0
7012024-12-17T20:41:57.922Z Downloaded zerocopy-derive v0.6.6
7022024-12-17T20:41:57.930Z Downloaded sha3 v0.10.8
7032024-12-17T20:41:57.936Z Downloaded ssh-key v0.6.6
7042024-12-17T20:41:57.941Z Downloaded syn v1.0.109
7052024-12-17T20:41:57.951Z Downloaded chrono-tz v0.10.0
7062024-12-17T20:41:57.958Z Downloaded toml_edit v0.19.15
7072024-12-17T20:41:57.974Z Downloaded regex-automata v0.4.8
7082024-12-17T20:41:57.991Z Downloaded pest_meta v2.7.14
7092024-12-17T20:41:57.994Z Downloaded keccak v0.1.5
7102024-12-17T20:41:57.994Z Downloaded darling v0.20.10
7112024-12-17T20:41:57.998Z Downloaded zerocopy v0.6.6
7122024-12-17T20:41:58.001Z Downloaded crossbeam-channel v0.5.13
7132024-12-17T20:41:58.003Z Downloaded smoltcp v0.9.1
7142024-12-17T20:41:58.014Z Downloaded tinystr v0.7.6
7152024-12-17T20:41:58.016Z Downloaded crossbeam-epoch v0.9.18
7162024-12-17T20:41:58.018Z Downloaded partial-io v0.5.4
7172024-12-17T20:41:58.021Z Downloaded minimal-lexical v0.2.1
7182024-12-17T20:41:58.025Z Downloaded utf-8 v0.7.6
7192024-12-17T20:41:58.028Z Downloaded slab v0.4.9
7202024-12-17T20:41:58.028Z Downloaded rust-argon2 v2.1.0
7212024-12-17T20:41:58.030Z Downloaded lock_api v0.4.12
7222024-12-17T20:41:58.030Z Downloaded crossbeam-utils v0.8.20
7232024-12-17T20:41:58.034Z Downloaded derive-where v1.2.7
7242024-12-17T20:41:58.038Z Downloaded toml v0.8.19
7252024-12-17T20:41:58.041Z Downloaded openssl-sys v0.9.103
7262024-12-17T20:41:58.046Z Downloaded libm v0.2.8
7272024-12-17T20:41:58.054Z Downloaded thread_local v1.1.8
7282024-12-17T20:41:58.057Z Downloaded supports-color v3.0.1
7292024-12-17T20:41:58.057Z Downloaded subtle v2.6.1
7302024-12-17T20:41:58.059Z Downloaded tokio-tungstenite v0.21.0
7312024-12-17T20:41:58.059Z Downloaded zerocopy-derive v0.8.10
7322024-12-17T20:41:58.065Z Downloaded tokio v1.40.0
7332024-12-17T20:41:58.101Z Downloaded smallvec v1.13.2
7342024-12-17T20:41:58.104Z Downloaded slog-term v2.9.1
7352024-12-17T20:41:58.107Z Downloaded steno v0.4.1
7362024-12-17T20:41:58.109Z Downloaded rustc_version v0.1.7
7372024-12-17T20:41:58.111Z Downloaded log v0.4.22
7382024-12-17T20:41:58.114Z Downloaded bitvec v1.0.1
7392024-12-17T20:41:58.128Z Downloaded libc v0.2.162
7402024-12-17T20:41:58.153Z Downloaded csv v1.3.0
7412024-12-17T20:41:58.171Z Downloaded time v0.3.36
7422024-12-17T20:41:58.177Z Downloaded quick-xml v0.33.0
7432024-12-17T20:41:58.183Z Downloaded proptest v1.5.0
7442024-12-17T20:41:58.193Z Downloaded quinn-proto v0.11.8
7452024-12-17T20:41:58.199Z Downloaded libz-sys v1.1.20
7462024-12-17T20:41:58.219Z Downloaded url v2.5.3
7472024-12-17T20:41:58.222Z Downloaded num-bigint v0.4.6
7482024-12-17T20:41:58.227Z Downloaded peg-runtime v0.8.3
7492024-12-17T20:41:58.229Z Downloaded tokio-tungstenite v0.23.1
7502024-12-17T20:41:58.232Z Downloaded unicode-segmentation v1.12.0
7512024-12-17T20:41:58.234Z Downloaded toml_edit v0.22.22
7522024-12-17T20:41:58.254Z Downloaded hyper v1.5.0
7532024-12-17T20:41:58.261Z Downloaded goblin v0.8.2
7542024-12-17T20:41:58.266Z Downloaded tough v0.19.0
7552024-12-17T20:41:58.273Z Downloaded mime_guess v2.0.5
7562024-12-17T20:41:58.277Z Downloaded hkdf v0.12.4
7572024-12-17T20:41:58.279Z Downloaded internet-checksum v0.2.1
7582024-12-17T20:41:58.279Z Downloaded papergrid v0.11.0
7592024-12-17T20:41:58.282Z Downloaded serde_with v3.11.0
7602024-12-17T20:41:58.290Z Downloaded packed_struct v0.10.1
7612024-12-17T20:41:58.294Z Downloaded event-listener-strategy v0.5.2
7622024-12-17T20:41:58.298Z Downloaded snafu-derive v0.8.5
7632024-12-17T20:41:58.298Z Downloaded itertools v0.10.5
7642024-12-17T20:41:58.301Z Downloaded multimap v0.10.0
7652024-12-17T20:41:58.303Z Downloaded rand_distr v0.4.3
7662024-12-17T20:41:58.305Z Downloaded const_format v0.2.33
7672024-12-17T20:41:58.309Z Downloaded thiserror-impl-no-std v2.0.2
7682024-12-17T20:41:58.312Z Downloaded thiserror-impl v2.0.3
7692024-12-17T20:41:58.315Z Downloaded multer v3.1.0
7702024-12-17T20:41:58.315Z Downloaded criterion v0.5.1
7712024-12-17T20:41:58.321Z Downloaded relative-path v1.9.3
7722024-12-17T20:41:58.326Z Downloaded des v0.8.1
7732024-12-17T20:41:58.326Z Downloaded guppy v0.17.8
7742024-12-17T20:41:58.331Z Downloaded num-traits v0.2.19
7752024-12-17T20:41:58.333Z Downloaded serde_derive v1.0.215
7762024-12-17T20:41:58.336Z Downloaded der v0.7.9
7772024-12-17T20:41:58.341Z Downloaded tracing-core v0.1.32
7782024-12-17T20:41:58.344Z Downloaded tar v0.4.42
7792024-12-17T20:41:58.348Z Downloaded aws-lc-rs v1.10.0
7802024-12-17T20:41:58.356Z Downloaded httpmock v0.8.0-alpha.1
7812024-12-17T20:41:58.374Z Downloaded aho-corasick v1.1.3
7822024-12-17T20:41:58.380Z Downloaded indexmap v1.9.3
7832024-12-17T20:41:58.383Z Downloaded dunce v1.0.5
7842024-12-17T20:41:58.385Z Downloaded dsl_auto_type v0.1.2
7852024-12-17T20:41:58.385Z Downloaded ref-cast v1.0.23
7862024-12-17T20:41:58.388Z Downloaded clap v4.5.21
7872024-12-17T20:41:58.396Z Downloaded swrite v0.1.0
7882024-12-17T20:41:58.398Z Downloaded zopfli v0.8.1
7892024-12-17T20:41:58.400Z Downloaded ed25519-dalek v2.1.1
7902024-12-17T20:41:58.403Z Downloaded rustls-native-certs v0.7.3
7912024-12-17T20:41:58.406Z Downloaded signal-hook-registry v1.4.2
7922024-12-17T20:41:58.406Z Downloaded encoding_rs v0.8.34
7932024-12-17T20:41:58.427Z Downloaded cookie_store v0.21.0
7942024-12-17T20:41:58.430Z Downloaded blake3 v1.5.4
7952024-12-17T20:41:58.437Z Downloaded event-listener v2.5.3
7962024-12-17T20:41:58.440Z Downloaded zip v0.6.6
7972024-12-17T20:41:58.442Z Downloaded jobserver v0.1.32
7982024-12-17T20:41:58.445Z Downloaded predicates-tree v1.0.11
7992024-12-17T20:41:58.445Z Downloaded piper v0.2.4
8002024-12-17T20:41:58.448Z Downloaded proc-macro2 v1.0.89
8012024-12-17T20:41:58.451Z Downloaded num v0.4.3
8022024-12-17T20:41:58.451Z Downloaded instability v0.3.2
8032024-12-17T20:41:58.451Z Downloaded indoc v2.0.5
8042024-12-17T20:41:58.453Z Downloaded pkcs8 v0.10.2
8052024-12-17T20:41:58.456Z Downloaded cookie v0.18.1
8062024-12-17T20:41:58.464Z Downloaded indicatif v0.17.9
8072024-12-17T20:41:58.467Z Downloaded indexmap v2.6.0
8082024-12-17T20:41:58.471Z Downloaded wait-timeout v0.2.0
8092024-12-17T20:41:58.474Z Downloaded unicode-ident v1.0.13
8102024-12-17T20:41:58.477Z Downloaded tempfile v3.13.0
8112024-12-17T20:41:58.481Z Downloaded debug-ignore v1.0.5
8122024-12-17T20:41:58.483Z Downloaded serde-hex v0.1.0
8132024-12-17T20:41:58.483Z Downloaded defmt v0.3.8
8142024-12-17T20:41:58.486Z Downloaded tokio-postgres v0.7.12
8152024-12-17T20:41:58.491Z Downloaded hickory-server v0.24.1
8162024-12-17T20:41:58.498Z Downloaded hickory-resolver v0.24.1
8172024-12-17T20:41:58.501Z Downloaded libgit2-sys v0.17.0+1.8.1
8182024-12-17T20:41:58.558Z Downloaded hashbrown v0.13.2
8192024-12-17T20:41:58.563Z Downloaded rsa v0.9.6
8202024-12-17T20:41:58.567Z Downloaded value-bag v1.9.0
8212024-12-17T20:41:58.570Z Downloaded pbkdf2 v0.12.2
8222024-12-17T20:41:58.575Z Downloaded uzers v0.12.1
8232024-12-17T20:41:58.575Z Downloaded rustc-hash v2.0.0
8242024-12-17T20:41:58.577Z Downloaded sqlformat v0.2.6
8252024-12-17T20:41:58.577Z Downloaded sec1 v0.7.3
8262024-12-17T20:41:58.580Z Downloaded sct v0.7.1
8272024-12-17T20:41:58.582Z Downloaded ppv-lite86 v0.2.20
8282024-12-17T20:41:58.585Z Downloaded strip-ansi-escapes v0.2.0
8292024-12-17T20:41:58.588Z Downloaded stringmetrics v2.2.2
8302024-12-17T20:41:58.588Z Downloaded spki v0.7.3
8312024-12-17T20:41:58.592Z Downloaded vte v0.11.1
8322024-12-17T20:41:58.595Z Downloaded vsss-rs v3.3.4
8332024-12-17T20:41:58.596Z Downloaded zerovec-derive v0.10.3
8342024-12-17T20:41:58.596Z Downloaded utf16_iter v1.0.5
8352024-12-17T20:41:58.598Z Downloaded tungstenite v0.23.0
8362024-12-17T20:41:58.601Z Downloaded quinn v0.11.5
8372024-12-17T20:41:58.604Z Downloaded hyper-util v0.1.10
8382024-12-17T20:41:58.606Z Downloaded tokio-rustls v0.25.0
8392024-12-17T20:41:58.608Z Downloaded heapless v0.8.0
8402024-12-17T20:41:58.612Z Downloaded match_cfg v0.1.0
8412024-12-17T20:41:58.614Z Downloaded parking_lot_core v0.9.10
8422024-12-17T20:41:58.616Z Downloaded slog-async v2.8.0
8432024-12-17T20:41:58.616Z Downloaded scrypt v0.11.0
8442024-12-17T20:41:58.619Z Downloaded scopeguard v1.2.0
8452024-12-17T20:41:58.622Z Downloaded schemars_derive v0.8.21
8462024-12-17T20:41:58.622Z Downloaded derive_builder v0.20.2
8472024-12-17T20:41:58.625Z Downloaded pbkdf2 v0.11.0
8482024-12-17T20:41:58.628Z Downloaded native-tls v0.2.12
8492024-12-17T20:41:58.630Z Downloaded memmap2 v0.9.5
8502024-12-17T20:41:58.633Z Downloaded rustls-pki-types v1.10.0
8512024-12-17T20:41:58.635Z Downloaded progenitor-macro v0.8.0
8522024-12-17T20:41:58.635Z Downloaded polling v3.7.3
8532024-12-17T20:41:58.638Z Downloaded test-strategy v0.3.1
8542024-12-17T20:41:58.641Z Downloaded is_terminal_polyfill v1.70.1
8552024-12-17T20:41:58.644Z Downloaded tokio-rustls v0.24.1
8562024-12-17T20:41:58.647Z Downloaded bumpalo v3.16.0
8572024-12-17T20:41:58.649Z Downloaded usdt-impl v0.5.0
8582024-12-17T20:41:58.649Z Downloaded memoffset v0.9.1
8592024-12-17T20:41:58.652Z Downloaded memmap v0.7.0
8602024-12-17T20:41:58.652Z Downloaded linear-map v1.2.0
8612024-12-17T20:41:58.655Z Downloaded ipnetwork v0.20.0
8622024-12-17T20:41:58.655Z Downloaded display-error-chain v0.2.2
8632024-12-17T20:41:58.657Z Downloaded dirs-sys-next v0.1.2
8642024-12-17T20:41:58.657Z Downloaded ron v0.7.1
8652024-12-17T20:41:58.661Z Downloaded embedded-io v0.6.1
8662024-12-17T20:41:58.664Z Downloaded quote v1.0.37
8672024-12-17T20:41:58.666Z Downloaded hmac v0.12.1
8682024-12-17T20:41:58.669Z Downloaded utf8parse v0.2.2
8692024-12-17T20:41:58.669Z Downloaded cc v1.1.30
8702024-12-17T20:41:58.671Z Downloaded base64 v0.22.1
8712024-12-17T20:41:58.674Z Downloaded base64 v0.21.7
8722024-12-17T20:41:58.678Z Downloaded pest_derive v2.7.14
8732024-12-17T20:41:58.681Z Downloaded iana-time-zone v0.1.61
8742024-12-17T20:41:58.683Z Downloaded hyper-rustls v0.27.3
8752024-12-17T20:41:58.685Z Downloaded backtrace v0.3.74
8762024-12-17T20:41:58.690Z Downloaded base64 v0.13.1
8772024-12-17T20:41:58.693Z Downloaded icu_locid_transform v1.5.0
8782024-12-17T20:41:58.696Z Downloaded highway v1.2.0
8792024-12-17T20:41:58.698Z Downloaded hickory-client v0.24.1
8802024-12-17T20:41:58.701Z Downloaded tabled_derive v0.7.0
8812024-12-17T20:41:58.701Z Downloaded serde_tokenstream v0.2.2
8822024-12-17T20:41:58.704Z Downloaded oso v0.27.3
8832024-12-17T20:41:58.707Z Downloaded serde_spanned v0.6.8
8842024-12-17T20:41:58.709Z Downloaded thiserror v1.0.69
8852024-12-17T20:41:58.712Z Downloaded termios v0.3.3
8862024-12-17T20:41:58.715Z Downloaded structmeta-derive v0.2.0
8872024-12-17T20:41:58.715Z Downloaded structmeta v0.3.0
8882024-12-17T20:41:58.715Z Downloaded structmeta v0.2.0
8892024-12-17T20:41:58.717Z Downloaded strsim v0.11.1
8902024-12-17T20:41:58.717Z Downloaded proc-macro-crate v3.2.0
8912024-12-17T20:41:58.720Z Downloaded parking_lot v0.11.2
8922024-12-17T20:41:58.720Z Downloaded httpdate v1.0.3
8932024-12-17T20:41:58.722Z Downloaded http-body-util v0.1.2
8942024-12-17T20:41:58.724Z Downloaded bitflags v2.6.0
8952024-12-17T20:41:58.727Z Downloaded plain v0.2.3
8962024-12-17T20:41:58.727Z Downloaded heck v0.3.3
8972024-12-17T20:41:58.729Z Downloaded hashlink v0.9.1
8982024-12-17T20:41:58.729Z Downloaded bcs v0.1.6
8992024-12-17T20:41:58.731Z Downloaded anyhow v1.0.93
9002024-12-17T20:41:58.734Z Downloaded home v0.5.9
9012024-12-17T20:41:58.736Z Downloaded cfg-expr v0.17.0
9022024-12-17T20:41:58.739Z Downloaded hostname v0.4.0
9032024-12-17T20:41:58.739Z Downloaded futures-lite v2.3.0
9042024-12-17T20:41:58.741Z Downloaded async-executor v1.13.1
9052024-12-17T20:41:58.744Z Downloaded async-bb8-diesel v0.2.1
9062024-12-17T20:41:58.746Z Downloaded fs_extra v1.3.0
9072024-12-17T20:41:58.746Z Downloaded hash32 v0.2.1
9082024-12-17T20:41:58.748Z Downloaded parse-display-derive v0.10.0
9092024-12-17T20:41:58.748Z Downloaded heck v0.5.0
9102024-12-17T20:41:58.751Z Downloaded ghash v0.5.1
9112024-12-17T20:41:58.751Z Downloaded gethostname v0.5.0
9122024-12-17T20:41:58.754Z Downloaded generic-array v0.14.7
9132024-12-17T20:41:58.754Z Downloaded base64ct v1.6.0
9142024-12-17T20:41:58.757Z Downloaded async-lock v3.4.0
9152024-12-17T20:41:58.757Z Downloaded fragile v2.0.0
9162024-12-17T20:41:58.760Z Downloaded form_urlencoded v1.2.1
9172024-12-17T20:41:58.760Z Downloaded futures-sink v0.3.31
9182024-12-17T20:41:58.760Z Downloaded fs-err v2.11.0
9192024-12-17T20:41:58.763Z Downloaded backoff v0.4.0
9202024-12-17T20:41:58.763Z Downloaded cexpr v0.6.0
9212024-12-17T20:41:58.766Z Downloaded cassowary v0.3.0
9222024-12-17T20:41:58.766Z Downloaded autocfg v1.4.0
9232024-12-17T20:41:58.768Z Downloaded async-signal v0.2.10
9242024-12-17T20:41:58.770Z Downloaded funty v2.0.0
9252024-12-17T20:41:58.770Z Downloaded blocking v1.6.1
9262024-12-17T20:41:58.770Z Downloaded bitfield-struct v0.6.2
9272024-12-17T20:41:58.773Z Downloaded bb8 v0.8.5
9282024-12-17T20:41:58.773Z Downloaded argon2 v0.5.3
9292024-12-17T20:41:58.775Z Downloaded fancy-regex v0.13.0
9302024-12-17T20:41:58.778Z Downloaded ciborium v0.2.2
9312024-12-17T20:41:58.780Z Downloaded bit-vec v0.6.3
9322024-12-17T20:41:58.780Z Downloaded assert_matches v1.5.0
9332024-12-17T20:41:58.783Z Downloaded async-channel v2.3.1
9342024-12-17T20:41:58.783Z Downloaded arrayref v0.3.9
9352024-12-17T20:41:58.786Z Downloaded assert-json-diff v2.0.2
9362024-12-17T20:41:58.786Z Downloaded foreign-types v0.5.0
9372024-12-17T20:41:58.786Z Downloaded foldhash v0.1.3
9382024-12-17T20:41:58.788Z Downloaded fnv v1.0.7
9392024-12-17T20:41:58.789Z Downloaded float-cmp v0.9.0
9402024-12-17T20:41:58.791Z Downloaded fixedbitset v0.4.2
9412024-12-17T20:41:58.791Z Downloaded async-attributes v1.1.2
9422024-12-17T20:41:58.791Z Downloaded anstyle-parse v0.2.5
9432024-12-17T20:41:58.794Z Downloaded castaway v0.2.3
9442024-12-17T20:41:58.794Z Downloaded blowfish v0.9.1
9452024-12-17T20:41:58.796Z Downloaded bit-set v0.5.3
9462024-12-17T20:41:58.796Z Downloaded atty v0.2.14
9472024-12-17T20:41:58.796Z Downloaded fatfs v0.3.6
9482024-12-17T20:41:58.799Z Downloaded bitfield v0.14.0
9492024-12-17T20:41:58.801Z Downloaded base16ct v0.2.0
9502024-12-17T20:41:58.801Z Downloaded fastrand v2.1.1
9512024-12-17T20:41:58.804Z Downloaded async-stream v0.3.6
9522024-12-17T20:41:58.804Z Downloaded ascii-canvas v3.0.0
9532024-12-17T20:41:58.806Z Downloaded approx v0.5.1
9542024-12-17T20:41:58.828Z Downloaded ring v0.17.8
9552024-12-17T20:41:58.935Z Downloaded libsqlite3-sys v0.30.1
9562024-12-17T20:41:59.074Z Downloaded ring v0.16.20
9572024-12-17T20:41:59.303Z Downloaded aws-lc-sys v0.22.0
9582024-12-17T20:41:59.780Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-17T20:42:18.041Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-17T20:42:22.173Z Startup: Caching catalogs ... Done
9612024-12-17T20:42:32.526ZPlanning: Solver setup ... Done (9.491s)
9622024-12-17T20:42:32.657ZPlanning: Running solver ... Done (0.130s)
9632024-12-17T20:42:32.995ZPlanning: Finding local manifests ... Done (0.237s)
9642024-12-17T20:42:33.008ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-17T20:42:33.727ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-17T20:42:34.025ZPlanning: Package planning ... Done (0.298s)
9672024-12-17T20:42:34.082ZPlanning: Merging actions ... Done (0.057s)
9682024-12-17T20:42:35.196ZPlanning: Checking for conflicting actions ... Done (1.113s)
9692024-12-17T20:42:44.383ZPlanning: Consolidating action changes ... Done (9.187s)
9702024-12-17T20:42:44.764ZPlanning: Evaluating mediators ... Done (0.381s)
9712024-12-17T20:42:44.844ZPlanning: Planning completed in 22.58 seconds
9722024-12-17T20:42:45.571Z Packages to install: 4
9732024-12-17T20:42:45.571Z Packages to update: 1
9742024-12-17T20:42:45.571Z Mediators to change: 2
9752024-12-17T20:42:45.573Z Services to change: 1
9762024-12-17T20:42:45.573Z Estimated space available: 155.37 GB
9772024-12-17T20:42:45.574ZEstimated space to be consumed: 1.61 GB
9782024-12-17T20:42:45.574Z Create boot environment: No
9792024-12-17T20:42:45.574ZCreate backup boot environment: Yes
9802024-12-17T20:42:45.574Z Rebuild boot archive: No
9812024-12-17T20:42:45.574Z
9822024-12-17T20:42:45.574ZChanged mediators:
9832024-12-17T20:42:45.574Z mediator clang:
9842024-12-17T20:42:45.574Z version: None -> 15 (system default)
9852024-12-17T20:42:45.574Z
9862024-12-17T20:42:45.574Z mediator llvm:
9872024-12-17T20:42:45.574Z version: 14 (system default) -> 15 (system default)
9882024-12-17T20:42:45.574Z
9892024-12-17T20:42:45.574ZChanged packages:
9902024-12-17T20:42:45.574Zhelios-dev
9912024-12-17T20:42:45.574Z developer/build-essential
9922024-12-17T20:42:45.574Z None -> 11-2.0
9932024-12-17T20:42:45.574Z library/libxmlsec1
9942024-12-17T20:42:45.574Z None -> 1.2.35-2.0
9952024-12-17T20:42:45.574Z ooce/developer/clang-15
9962024-12-17T20:42:45.574Z None -> 15.0.7-2.0
9972024-12-17T20:42:45.575Z ooce/developer/llvm-15
9982024-12-17T20:42:45.575Z None -> 15.0.7-2.0
9992024-12-17T20:42:45.575Z package/pkg
10002024-12-17T20:42:45.575Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-17T20:42:45.575Z
10022024-12-17T20:42:45.575ZServices:
10032024-12-17T20:42:45.575Z restart_fmri:
10042024-12-17T20:42:45.575Z svc:/system/update-man-index:default
10052024-12-17T20:42:45.575Z
10062024-12-17T20:42:45.575ZEditable files to change:
10072024-12-17T20:42:45.575Z Update:
10082024-12-17T20:42:45.575Z usr/share/lib/pkg/web/config.shtml
10092024-12-17T20:42:46.041Z
10102024-12-17T20:42:46.041ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-17T20:42:51.145ZDownload: 1198/4281 items 64.6/220.6MB 29% complete (13.5M/s)
10122024-12-17T20:42:56.145ZDownload: 2923/4281 items 121.2/220.6MB 54% complete (12.1M/s)
10132024-12-17T20:43:01.308ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (15.6M/s)
10142024-12-17T20:43:01.957ZDownload: Completed 220.60 MB in 15.92 seconds (13.9M/s)
10152024-12-17T20:43:04.995Z Actions: 1/5063 actions (Removing old actions)
10162024-12-17T20:43:05.012Z Actions: 194/5063 actions (Installing new actions)
10172024-12-17T20:43:10.028Z Actions: 4079/5063 actions (Installing new actions)
10182024-12-17T20:43:10.692Z Actions: 4226/5063 actions (Updating modified actions)
10192024-12-17T20:43:11.075Z Actions: Completed 5063 actions in 6.08 seconds.
10202024-12-17T20:43:11.485Z Done (0.400s)
10212024-12-17T20:43:11.488Z Done (0.000s)
10222024-12-17T20:43:12.055Z Done (0.569s)
10232024-12-17T20:43:19.512Z Done (7.227s)
10242024-12-17T20:43:20.054Z Done (0.474s)
10252024-12-17T20:43:20.058Z Done (0.000s)
10262024-12-17T20:43:20.301Z Done (0.000s)
10272024-12-17T20:43:21.011ZPlanning: Evaluating mediator changes ... Done
10282024-12-17T20:43:21.175ZPlanning: Checking for conflicting actions ... Done
10292024-12-17T20:43:21.179ZPlanning: Consolidating action changes ... Done
10302024-12-17T20:43:21.452ZPlanning: Evaluating mediators ... Done
10312024-12-17T20:43:21.455ZPlanning: Planning completed in 0.44 seconds
10322024-12-17T20:43:21.490Z Mediators to change: 2
10332024-12-17T20:43:21.490Z Create boot environment: No
10342024-12-17T20:43:21.492ZCreate backup boot environment: No
10352024-12-17T20:43:21.589Z Done
10362024-12-17T20:43:21.589Z Done
10372024-12-17T20:43:21.951Z Done
10382024-12-17T20:43:25.711Z Done
10392024-12-17T20:43:25.809Z Done
10402024-12-17T20:43:25.812Z Done
10412024-12-17T20:43:25.937Z Done
10422024-12-17T20:43:26.556ZPlanning: Evaluating mediator changes ... Done
10432024-12-17T20:43:26.558ZPlanning: Merging actions ... Done
10442024-12-17T20:43:26.744ZPlanning: Checking for conflicting actions ... Done
10452024-12-17T20:43:26.747ZPlanning: Consolidating action changes ... Done
10462024-12-17T20:43:27.016ZPlanning: Evaluating mediators ... Done
10472024-12-17T20:43:27.072ZPlanning: Planning completed in 0.76 seconds
10482024-12-17T20:43:27.111Z Packages to change: 1
10492024-12-17T20:43:27.111Z Mediators to change: 1
10502024-12-17T20:43:27.120Z Services to change: 1
10512024-12-17T20:43:27.121Z Create boot environment: No
10522024-12-17T20:43:27.121ZCreate backup boot environment: Yes
10532024-12-17T20:43:29.377Z Actions: 1/6 actions (Updating modified actions)
10542024-12-17T20:43:29.476Z Actions: Completed 6 actions in 0.10 seconds.
10552024-12-17T20:43:29.479Z Done
10562024-12-17T20:43:29.479Z Done
10572024-12-17T20:43:29.594Z Done
10582024-12-17T20:43:33.292Z Done
10592024-12-17T20:43:33.388Z Done
10602024-12-17T20:43:33.391Z Done
10612024-12-17T20:43:33.507Z Done
10622024-12-17T20:43:33.947ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10632024-12-17T20:43:33.947Zclang system 15 system
10642024-12-17T20:43:33.947Zcsh system system illumos
10652024-12-17T20:43:33.947Zctags system system illumos
10662024-12-17T20:43:33.947Zgcc vendor 12 vendor
10672024-12-17T20:43:33.947Zgcc system 10 system
10682024-12-17T20:43:33.947Zgcc system 7 system
10692024-12-17T20:43:33.947Zgo system 1.20 system
10702024-12-17T20:43:33.947Zgo system 1.19 system
10712024-12-17T20:43:33.947Zllvm system 15 system
10722024-12-17T20:43:33.947Zllvm system 14 system
10732024-12-17T20:43:33.947Zmariadb system 10.6 system
10742024-12-17T20:43:33.947Zmta vendor vendor dma
10752024-12-17T20:43:33.947Zopenjdk system 17 system
10762024-12-17T20:43:33.947Zopenjdk system 11 system
10772024-12-17T20:43:33.947Zopenjdk system 1.8 system
10782024-12-17T20:43:33.947Zopenssl vendor 3 vendor
10792024-12-17T20:43:33.947Zperl system 5.36 system
10802024-12-17T20:43:33.947Zpostgresql system 15 system
10812024-12-17T20:43:33.947Zpostgresql system 13 system
10822024-12-17T20:43:33.947Zpython vendor 3 vendor
10832024-12-17T20:43:33.947Zpython system 2 system
10842024-12-17T20:43:33.947Zpython3 system 3.11 system
10852024-12-17T20:43:33.947Zruby system 3.0 system
10862024-12-17T20:43:33.947Zwords vendor vendor american-english
10872024-12-17T20:43:33.947Zwords system system australian-english
10882024-12-17T20:43:33.947Zwords system system british-english
10892024-12-17T20:43:33.947Zwords system system canadian-english
10902024-12-17T20:43:33.947Zwords system system french
10912024-12-17T20:43:33.948Zwords system system italian
10922024-12-17T20:43:33.948Zwords system system ngerman
10932024-12-17T20:43:33.948Zwords system system ogerman
10942024-12-17T20:43:33.948Zwords system system spanish
10952024-12-17T20:43:34.275ZPUBLISHER TYPE STATUS P LOCATION
10962024-12-17T20:43:34.275Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10972024-12-17T20:43:37.016ZFMRI IFO
10982024-12-17T20:43:37.016Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10992024-12-17T20:43:37.016Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11002024-12-17T20:43:37.016Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11012024-12-17T20:43:37.016Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11022024-12-17T20:43:37.016Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11032024-12-17T20:43:37.016Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11042024-12-17T20:43:37.016Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11052024-12-17T20:43:37.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11062024-12-17T20:43:37.016Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11072024-12-17T20:43:37.016Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11082024-12-17T20:43:37.016Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11092024-12-17T20:43:37.016Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11102024-12-17T20:43:37.016Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11112024-12-17T20:43:37.016Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11122024-12-17T20:43:37.016Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11132024-12-17T20:43:38.078Z Downloading crates ...
11142024-12-17T20:43:38.161Z Downloaded cargo_toml v0.20.5
11152024-12-17T20:43:38.297Z Compiling proc-macro2 v1.0.89
11162024-12-17T20:43:38.297Z Compiling unicode-ident v1.0.13
11172024-12-17T20:43:38.297Z Compiling version_check v0.9.5
11182024-12-17T20:43:38.300Z Compiling serde v1.0.215
11192024-12-17T20:43:38.300Z Compiling thiserror v1.0.69
11202024-12-17T20:43:38.300Z Compiling memchr v2.7.4
11212024-12-17T20:43:38.300Z Compiling libc v0.2.162
11222024-12-17T20:43:38.300Z Compiling ryu v1.0.18
11232024-12-17T20:43:38.561Z Compiling ucd-trie v0.1.7
11242024-12-17T20:43:38.689Z Compiling itoa v1.0.11
11252024-12-17T20:43:39.108Z Compiling once_cell v1.20.2
11262024-12-17T20:43:39.133Z Compiling byteorder v1.5.0
11272024-12-17T20:43:39.414Z Compiling serde_json v1.0.132
11282024-12-17T20:43:39.482Z Compiling rustix v0.38.37
11292024-12-17T20:43:39.727Z Compiling bitflags v2.6.0
11302024-12-17T20:43:39.773Z Compiling usdt-impl v0.5.0
11312024-12-17T20:43:39.850Z Compiling proc-macro-error-attr v1.0.4
11322024-12-17T20:43:39.921Z Compiling syn v1.0.109
11332024-12-17T20:43:40.139Z Compiling proc-macro-error v1.0.4
11342024-12-17T20:43:40.170Z Compiling equivalent v1.0.1
11352024-12-17T20:43:40.222Z Compiling hashbrown v0.15.1
11362024-12-17T20:43:40.273Z Compiling log v0.4.22
11372024-12-17T20:43:40.313Z Compiling camino v1.1.9
11382024-12-17T20:43:40.410Z Compiling utf8parse v0.2.2
11392024-12-17T20:43:40.563Z Compiling plain v0.2.3
11402024-12-17T20:43:40.603Z Compiling anstyle-parse v0.2.5
11412024-12-17T20:43:40.662Z Compiling quote v1.0.37
11422024-12-17T20:43:40.852Z Compiling errno v0.3.9
11432024-12-17T20:43:41.073Z Compiling syn v2.0.87
11442024-12-17T20:43:41.147Z Compiling thread-id v4.2.2
11452024-12-17T20:43:41.254Z Compiling winnow v0.6.20
11462024-12-17T20:43:41.265Z Compiling autocfg v1.4.0
11472024-12-17T20:43:41.370Z Compiling semver v1.0.23
11482024-12-17T20:43:41.520Z Compiling indexmap v2.6.0
11492024-12-17T20:43:41.871Z Compiling pretty-hex v0.4.1
11502024-12-17T20:43:42.089Z Compiling colorchoice v1.0.2
11512024-12-17T20:43:42.258Z Compiling unicode-width v0.1.14
11522024-12-17T20:43:42.444Z Compiling anstyle-query v1.1.1
11532024-12-17T20:43:42.595Z Compiling is_terminal_polyfill v1.70.1
11542024-12-17T20:43:42.713Z Compiling anstyle v1.0.10
11552024-12-17T20:43:42.746Z Compiling fs-err v2.11.0
11562024-12-17T20:43:42.974Z Compiling cfg-if v1.0.0
11572024-12-17T20:43:43.013Z Compiling heck v0.4.1
11582024-12-17T20:43:43.058Z Compiling anstream v0.6.15
11592024-12-17T20:43:43.150Z Compiling terminal_size v0.4.0
11602024-12-17T20:43:43.351Z Compiling bytecount v0.6.8
11612024-12-17T20:43:43.391Z Compiling strsim v0.11.1
11622024-12-17T20:43:43.548Z Compiling anyhow v1.0.93
11632024-12-17T20:43:43.604Z Compiling clap_lex v0.7.2
11642024-12-17T20:43:43.844Z Compiling heck v0.5.0
11652024-12-17T20:43:43.969Z Compiling fnv v1.0.7
11662024-12-17T20:43:44.142Z Compiling fastrand v2.1.1
11672024-12-17T20:43:44.382Z Compiling papergrid v0.11.0
11682024-12-17T20:43:44.385Z Compiling clap_builder v4.5.21
11692024-12-17T20:43:44.530Z Compiling tempfile v3.13.0
11702024-12-17T20:43:44.816Z Compiling memmap v0.7.0
11712024-12-17T20:43:44.828Z Compiling smawk v0.3.2
11722024-12-17T20:43:45.046Z Compiling unicode-linebreak v0.1.5
11732024-12-17T20:43:45.425Z Compiling swrite v0.1.0
11742024-12-17T20:43:45.537Z Compiling textwrap v0.16.1
11752024-12-17T20:43:46.745Z Compiling tabled_derive v0.7.0
11762024-12-17T20:43:48.251Z Compiling tabled v0.15.0
11772024-12-17T20:43:50.096Z Compiling serde_derive v1.0.215
11782024-12-17T20:43:50.096Z Compiling thiserror-impl v1.0.69
11792024-12-17T20:43:50.099Z Compiling zerocopy-derive v0.7.35
11802024-12-17T20:43:50.099Z Compiling scroll_derive v0.12.0
11812024-12-17T20:43:50.217Z Compiling clap_derive v4.5.18
11822024-12-17T20:43:51.237Z Compiling scroll v0.12.0
11832024-12-17T20:43:51.701Z Compiling goblin v0.8.2
11842024-12-17T20:43:51.889Z Compiling zerocopy v0.7.35
11852024-12-17T20:43:52.900Z Compiling pest v2.7.14
11862024-12-17T20:43:54.061Z Compiling clap v4.5.21
11872024-12-17T20:43:55.050Z Compiling pest_meta v2.7.14
11882024-12-17T20:43:55.914Z Compiling pest_generator v2.7.14
11892024-12-17T20:43:58.010Z Compiling pest_derive v2.7.14
11902024-12-17T20:43:58.693Z Compiling dtrace-parser v0.2.0
11912024-12-17T20:44:00.134Z Compiling toml_datetime v0.6.8
11922024-12-17T20:44:00.134Z Compiling serde_spanned v0.6.8
11932024-12-17T20:44:00.137Z Compiling cargo-platform v0.1.8
11942024-12-17T20:44:00.526Z Compiling serde_tokenstream v0.2.2
11952024-12-17T20:44:00.601Z Compiling toml_edit v0.22.22
11962024-12-17T20:44:00.667Z Compiling macaddr v1.0.1
11972024-12-17T20:44:00.793Z Compiling camino-tempfile v1.1.1
11982024-12-17T20:44:01.645Z Compiling dof v0.3.0
11992024-12-17T20:44:01.645Z Compiling cargo_metadata v0.18.1
12002024-12-17T20:44:03.482Z Compiling toml v0.8.19
12012024-12-17T20:44:03.634Z Compiling usdt-macro v0.5.0
12022024-12-17T20:44:03.634Z Compiling usdt-attr-macro v0.5.0
12032024-12-17T20:44:04.371Z Compiling cargo_toml v0.20.5
12042024-12-17T20:44:05.008Z Compiling usdt v0.5.0
12052024-12-17T20:44:07.878Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12062024-12-17T20:44:12.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.53s
12072024-12-17T20:44:12.174Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12082024-12-17T20:44:13.031Z Compiling serde v1.0.215
12092024-12-17T20:44:13.033Z Compiling lock_api v0.4.12
12102024-12-17T20:44:13.033Z Compiling scopeguard v1.2.0
12112024-12-17T20:44:13.033Z Compiling value-bag v1.9.0
12122024-12-17T20:44:13.033Z Compiling typenum v1.17.0
12132024-12-17T20:44:13.033Z Compiling generic-array v0.14.7
12142024-12-17T20:44:13.191Z Compiling syn v2.0.87
12152024-12-17T20:44:13.206Z Compiling getrandom v0.2.15
12162024-12-17T20:44:13.297Z Compiling subtle v2.6.1
12172024-12-17T20:44:13.506Z Compiling rand_core v0.6.4
12182024-12-17T20:44:13.667Z Compiling log v0.4.22
12192024-12-17T20:44:13.732Z Compiling shlex v1.3.0
12202024-12-17T20:44:13.750Z Compiling jobserver v0.1.32
12212024-12-17T20:44:13.767Z Compiling smallvec v1.13.2
12222024-12-17T20:44:14.007Z Compiling const-oid v0.9.6
12232024-12-17T20:44:14.089Z Compiling spin v0.9.8
12242024-12-17T20:44:14.151Z Compiling cc v1.1.30
12252024-12-17T20:44:14.180Z Compiling pin-project-lite v0.2.14
12262024-12-17T20:44:14.312Z Compiling rustix v0.38.37
12272024-12-17T20:44:14.471Z Compiling parking_lot_core v0.9.10
12282024-12-17T20:44:14.608Z Compiling futures-core v0.3.31
12292024-12-17T20:44:14.652Z Compiling signal-hook-registry v1.4.2
12302024-12-17T20:44:14.867Z Compiling mio v1.0.2
12312024-12-17T20:44:15.250Z Compiling aho-corasick v1.1.3
12322024-12-17T20:44:15.470Z Compiling parking_lot v0.12.3
12332024-12-17T20:44:15.603Z Compiling cpufeatures v0.2.14
12342024-12-17T20:44:15.707Z Compiling regex-syntax v0.8.5
12352024-12-17T20:44:15.924Z Compiling lazy_static v1.5.0
12362024-12-17T20:44:15.939Z Compiling stable_deref_trait v1.2.0
12372024-12-17T20:44:16.042Z Compiling glob v0.3.1
12382024-12-17T20:44:16.067Z Compiling either v1.13.0
12392024-12-17T20:44:16.088Z Compiling futures-sink v0.3.31
12402024-12-17T20:44:16.245Z Compiling socket2 v0.5.7
12412024-12-17T20:44:16.399Z Compiling slab v0.4.9
12422024-12-17T20:44:16.516Z Compiling prettyplease v0.2.25
12432024-12-17T20:44:16.831Z Compiling minimal-lexical v0.2.1
12442024-12-17T20:44:17.042Z Compiling clang-sys v1.8.1
12452024-12-17T20:44:17.154Z Compiling libloading v0.8.5
12462024-12-17T20:44:17.212Z Compiling nom v7.1.3
12472024-12-17T20:44:17.336Z Compiling bindgen v0.69.5
12482024-12-17T20:44:17.568Z Compiling home v0.5.9
12492024-12-17T20:44:17.781Z Compiling serde_json v1.0.132
12502024-12-17T20:44:18.129Z Compiling itertools v0.10.5
12512024-12-17T20:44:18.182Z Compiling futures-channel v0.3.31
12522024-12-17T20:44:18.444Z Compiling futures-io v0.3.31
12532024-12-17T20:44:18.670Z Compiling lazycell v1.3.0
12542024-12-17T20:44:18.798Z Compiling foldhash v0.1.3
12552024-12-17T20:44:18.849Z Compiling rustc-hash v1.1.0
12562024-12-17T20:44:19.013Z Compiling futures-task v0.3.31
12572024-12-17T20:44:19.125Z Compiling allocator-api2 v0.2.18
12582024-12-17T20:44:19.297Z Compiling pin-utils v0.1.0
12592024-12-17T20:44:19.395Z Compiling regex-automata v0.4.8
12602024-12-17T20:44:19.970Z Compiling hashbrown v0.15.1
12612024-12-17T20:44:20.927Z Compiling synstructure v0.13.1
12622024-12-17T20:44:20.988Z Compiling cexpr v0.6.0
12632024-12-17T20:44:21.336Z Compiling cmake v0.1.51
12642024-12-17T20:44:22.378Z Compiling dunce v1.0.5
12652024-12-17T20:44:22.513Z Compiling fs_extra v1.3.0
12662024-12-17T20:44:22.626Z Compiling tinyvec_macros v0.1.1
12672024-12-17T20:44:22.651Z Compiling libm v0.2.8
12682024-12-17T20:44:22.722Z Compiling pkg-config v0.3.31
12692024-12-17T20:44:22.793Z Compiling tinyvec v1.8.0
12702024-12-17T20:44:23.014Z Compiling num-traits v0.2.19
12712024-12-17T20:44:23.558Z Compiling ring v0.17.8
12722024-12-17T20:44:24.165Z Compiling writeable v0.5.5
12732024-12-17T20:44:24.335Z Compiling unicode-normalization v0.1.24
12742024-12-17T20:44:24.362Z Compiling paste v1.0.15
12752024-12-17T20:44:24.586Z Compiling unicode-bidi v0.3.17
12762024-12-17T20:44:24.672Z Compiling base64ct v1.6.0
12772024-12-17T20:44:24.725Z Compiling litemap v0.7.3
12782024-12-17T20:44:25.127Z Compiling regex v1.11.1
12792024-12-17T20:44:25.225Z Compiling pem-rfc7468 v0.7.0
12802024-12-17T20:44:25.966Z Compiling aws-lc-rs v1.10.0
12812024-12-17T20:44:25.988Z Compiling flagset v0.4.6
12822024-12-17T20:44:26.116Z Compiling httparse v1.9.5
12832024-12-17T20:44:26.381Z Compiling tracing-core v0.1.32
12842024-12-17T20:44:26.894Z Compiling rustls-pki-types v1.10.0
12852024-12-17T20:44:27.336Z Compiling icu_locid_transform_data v1.5.0
12862024-12-17T20:44:27.437Z Compiling crossbeam-utils v0.8.20
12872024-12-17T20:44:27.454Z Compiling percent-encoding v2.3.1
12882024-12-17T20:44:27.696Z Compiling serde_derive v1.0.215
12892024-12-17T20:44:27.764Z Compiling zeroize_derive v1.4.2
12902024-12-17T20:44:27.856Z Compiling zerocopy-derive v0.7.35
12912024-12-17T20:44:27.978Z Compiling tokio-macros v2.4.0
12922024-12-17T20:44:28.350Z Compiling zerofrom-derive v0.1.4
12932024-12-17T20:44:29.344Z Compiling zeroize v1.8.1
12942024-12-17T20:44:29.734Z Compiling yoke-derive v0.7.4
12952024-12-17T20:44:29.906Z Compiling thiserror-impl v1.0.69
12962024-12-17T20:44:30.095Z Compiling zerocopy v0.7.35
12972024-12-17T20:44:30.978Z Compiling crypto-common v0.1.6
12982024-12-17T20:44:31.223Z Compiling block-buffer v0.10.4
12992024-12-17T20:44:31.468Z Compiling digest v0.10.7
13002024-12-17T20:44:31.691Z Compiling zerovec-derive v0.10.3
13012024-12-17T20:44:31.931Z Compiling hmac v0.12.1
13022024-12-17T20:44:32.071Z Compiling futures-macro v0.3.31
13032024-12-17T20:44:32.171Z Compiling block-padding v0.3.3
13042024-12-17T20:44:32.403Z Compiling displaydoc v0.2.5
13052024-12-17T20:44:32.406Z Compiling zerofrom v0.1.4
13062024-12-17T20:44:32.636Z Compiling inout v0.1.3
13072024-12-17T20:44:32.684Z Compiling yoke v0.7.4
13082024-12-17T20:44:32.917Z Compiling cipher v0.4.4
13092024-12-17T20:44:33.050Z Compiling sha2 v0.10.8
13102024-12-17T20:44:33.192Z Compiling thiserror v1.0.69
13112024-12-17T20:44:33.333Z Compiling ppv-lite86 v0.2.20
13122024-12-17T20:44:33.398Z Compiling der_derive v0.7.3
13132024-12-17T20:44:34.043Z Compiling futures-util v0.3.31
13142024-12-17T20:44:34.080Z Compiling icu_provider_macros v1.5.0
13152024-12-17T20:44:34.205Z Compiling rand_chacha v0.3.1
13162024-12-17T20:44:34.403Z Compiling zerovec v0.10.4
13172024-12-17T20:44:35.228Z Compiling tracing-attributes v0.1.27
13182024-12-17T20:44:35.887Z Compiling der v0.7.9
13192024-12-17T20:44:36.367Z Compiling tinystr v0.7.6
13202024-12-17T20:44:36.456Z Compiling icu_collections v1.5.0
13212024-12-17T20:44:36.612Z Compiling rand v0.8.5
13222024-12-17T20:44:36.812Z Compiling icu_locid v1.5.0
13232024-12-17T20:44:37.954Z Compiling salsa20 v0.10.2
13242024-12-17T20:44:38.166Z Compiling icu_provider v1.5.0
13252024-12-17T20:44:38.814Z Compiling spki v0.7.3
13262024-12-17T20:44:38.962Z Compiling tracing v0.1.40
13272024-12-17T20:44:39.192Z Compiling icu_locid_transform v1.5.0
13282024-12-17T20:44:39.214Z Compiling pest v2.7.14
13292024-12-17T20:44:39.240Z Compiling pbkdf2 v0.12.2
13302024-12-17T20:44:39.338Z Compiling untrusted v0.9.0
13312024-12-17T20:44:39.409Z Compiling untrusted v0.7.1
13322024-12-17T20:44:39.470Z Compiling time-core v0.1.2
13332024-12-17T20:44:39.491Z Compiling icu_properties_data v1.5.0
13342024-12-17T20:44:39.595Z Compiling num-conv v0.1.0
13352024-12-17T20:44:39.624Z Compiling mirai-annotations v1.12.0
13362024-12-17T20:44:39.733Z Compiling powerfmt v0.2.0
13372024-12-17T20:44:39.821Z Compiling vcpkg v0.2.15
13382024-12-17T20:44:39.843Z Compiling time-macros v0.2.18
13392024-12-17T20:44:39.937Z Compiling scrypt v0.11.0
13402024-12-17T20:44:40.123Z Compiling deranged v0.3.11
13412024-12-17T20:44:40.578Z Compiling icu_properties v1.5.1
13422024-12-17T20:44:41.652Z Compiling bitflags v2.6.0
13432024-12-17T20:44:41.840Z Compiling bytes v1.8.0
13442024-12-17T20:44:42.127Z Compiling indexmap v2.6.0
13452024-12-17T20:44:42.218Z Compiling semver v1.0.23
13462024-12-17T20:44:42.992Z Compiling tokio v1.40.0
13472024-12-17T20:44:43.171Z Compiling http v1.1.0
13482024-12-17T20:44:43.198Z Compiling rustc_version v0.4.1
13492024-12-17T20:44:43.595Z Compiling openssl-sys v0.9.103
13502024-12-17T20:44:44.008Z Compiling pest_meta v2.7.14
13512024-12-17T20:44:44.701Z Compiling cbc v0.1.2
13522024-12-17T20:44:44.953Z Compiling aes v0.8.4
13532024-12-17T20:44:45.435Z Compiling scroll_derive v0.12.0
13542024-12-17T20:44:45.516Z Compiling utf8_iter v1.0.4
13552024-12-17T20:44:45.686Z Compiling write16 v1.0.0
13562024-12-17T20:44:45.703Z Compiling utf16_iter v1.0.5
13572024-12-17T20:44:45.759Z Compiling num_threads v0.1.7
13582024-12-17T20:44:45.817Z Compiling atomic-waker v1.1.2
13592024-12-17T20:44:45.890Z Compiling icu_normalizer_data v1.5.0
13602024-12-17T20:44:45.907Z Compiling time v0.3.36
13612024-12-17T20:44:45.996Z Compiling which v4.4.2
13622024-12-17T20:44:45.999Z Compiling icu_normalizer v1.5.0
13632024-12-17T20:44:46.907Z Compiling scroll v0.12.0
13642024-12-17T20:44:47.469Z Compiling pkcs5 v0.7.1
13652024-12-17T20:44:47.488Z Compiling pest_generator v2.7.14
13662024-12-17T20:44:47.758Z Compiling http-body v1.0.1
13672024-12-17T20:44:48.107Z Compiling form_urlencoded v1.2.1
13682024-12-17T20:44:48.184Z Compiling try-lock v0.2.5
13692024-12-17T20:44:48.338Z Compiling slog v2.7.0
13702024-12-17T20:44:48.465Z Compiling goblin v0.8.2
13712024-12-17T20:44:48.714Z Compiling want v0.3.1
13722024-12-17T20:44:48.950Z Compiling pkcs8 v0.10.2
13732024-12-17T20:44:48.986Z Compiling idna_adapter v1.2.0
13742024-12-17T20:44:49.137Z Compiling httpdate v1.0.3
13752024-12-17T20:44:49.210Z Compiling idna v1.0.3
13762024-12-17T20:44:49.642Z Compiling uuid v1.11.0
13772024-12-17T20:44:49.658Z Compiling pest_derive v2.7.14
13782024-12-17T20:44:50.452Z Compiling dtrace-parser v0.2.0
13792024-12-17T20:44:50.477Z Compiling serde_tokenstream v0.2.2
13802024-12-17T20:44:51.076Z Compiling serde_spanned v0.6.8
13812024-12-17T20:44:51.105Z Compiling toml_datetime v0.6.8
13822024-12-17T20:44:51.123Z Compiling tower-service v0.3.3
13832024-12-17T20:44:51.257Z Compiling openssl v0.10.66
13842024-12-17T20:44:51.276Z Compiling adler2 v2.0.0
13852024-12-17T20:44:51.303Z Compiling foreign-types-shared v0.1.1
13862024-12-17T20:44:51.421Z Compiling base64 v0.22.1
13872024-12-17T20:44:51.487Z Compiling iana-time-zone v0.1.61
13882024-12-17T20:44:51.623Z Compiling rustversion v1.0.17
13892024-12-17T20:44:51.671Z Compiling tokio-util v0.7.12
13902024-12-17T20:44:51.956Z Compiling match_cfg v0.1.0
13912024-12-17T20:44:52.058Z Compiling hostname v0.3.1
13922024-12-17T20:44:52.195Z Compiling chrono v0.4.38
13932024-12-17T20:44:52.322Z Compiling miniz_oxide v0.8.0
13942024-12-17T20:44:52.421Z Compiling foreign-types v0.3.2
13952024-12-17T20:44:52.521Z Compiling url v2.5.3
13962024-12-17T20:44:53.172Z Compiling h2 v0.4.6
13972024-12-17T20:44:53.944Z Compiling async-trait v0.1.83
13982024-12-17T20:44:54.108Z Compiling openssl-macros v0.1.1
13992024-12-17T20:44:54.619Z Compiling dof v0.3.0
14002024-12-17T20:44:54.872Z Compiling dirs-sys-next v0.1.2
14012024-12-17T20:44:55.547Z Compiling usdt-impl v0.5.0
14022024-12-17T20:44:56.052Z Compiling data-encoding v2.6.0
14032024-12-17T20:44:56.758Z Compiling siphasher v0.3.11
14042024-12-17T20:44:56.825Z Compiling native-tls v0.2.12
14052024-12-17T20:44:57.154Z Compiling rustls v0.22.4
14062024-12-17T20:44:57.171Z Compiling syn v1.0.109
14072024-12-17T20:44:57.204Z Compiling rustls v0.23.19
14082024-12-17T20:44:57.470Z Compiling dirs-next v2.0.0
14092024-12-17T20:44:57.845Z Compiling http-body-util v0.1.2
14102024-12-17T20:44:58.405Z Compiling crossbeam-epoch v0.9.18
14112024-12-17T20:44:58.536Z Compiling heapless v0.7.17
14122024-12-17T20:44:58.983Z Compiling signature v2.2.0
14132024-12-17T20:44:59.053Z Compiling sha1 v0.10.6
14142024-12-17T20:44:59.071Z Compiling bzip2-sys v0.1.11+1.0.8
14152024-12-17T20:44:59.111Z Compiling serde_derive_internals v0.29.1
14162024-12-17T20:44:59.195Z Compiling thread_local v1.1.8
14172024-12-17T20:44:59.286Z Compiling encoding_rs v0.8.34
14182024-12-17T20:44:59.489Z Compiling cookie v0.18.1
14192024-12-17T20:44:59.584Z Compiling multer v3.1.0
14202024-12-17T20:44:59.752Z Compiling gimli v0.31.1
14212024-12-17T20:44:59.803Z Compiling unicode-properties v0.1.3
14222024-12-17T20:44:59.889Z Compiling openssl-probe v0.1.5
14232024-12-17T20:45:00.216Z Compiling mime v0.3.17
14242024-12-17T20:45:00.266Z Compiling ipnet v2.10.1
14252024-12-17T20:45:00.823Z Compiling hyper v1.5.0
14262024-12-17T20:45:01.537Z Compiling rayon-core v1.12.1
14272024-12-17T20:45:01.809Z Compiling signal-hook v0.3.17
14282024-12-17T20:45:01.915Z Compiling slog-async v2.8.0
14292024-12-17T20:45:02.085Z Compiling schemars v0.8.21
14302024-12-17T20:45:02.500Z Compiling schemars_derive v0.8.21
14312024-12-17T20:45:02.575Z Compiling toml_edit v0.22.22
14322024-12-17T20:45:03.919Z Compiling hyper-util v0.1.10
14332024-12-17T20:45:04.711Z Compiling addr2line v0.24.2
14342024-12-17T20:45:05.064Z Compiling stringprep v0.1.5
14352024-12-17T20:45:05.429Z Compiling usdt-macro v0.5.0
14362024-12-17T20:45:05.944Z Compiling usdt-attr-macro v0.5.0
14372024-12-17T20:45:06.304Z Compiling crossbeam-deque v0.8.5
14382024-12-17T20:45:06.629Z Compiling term v0.7.0
14392024-12-17T20:45:06.889Z Compiling slog-json v2.6.1
14402024-12-17T20:45:06.910Z Compiling serde_urlencoded v0.7.1
14412024-12-17T20:45:07.101Z Compiling crossbeam-channel v0.5.13
14422024-12-17T20:45:07.288Z Compiling curve25519-dalek v4.1.3
14432024-12-17T20:45:07.442Z Compiling enum-as-inner v0.6.1
14442024-12-17T20:45:07.547Z Compiling futures-executor v0.3.31
14452024-12-17T20:45:07.921Z Compiling md-5 v0.10.6
14462024-12-17T20:45:08.105Z Compiling async-stream-impl v0.3.6
14472024-12-17T20:45:08.170Z Compiling rustls-pemfile v2.2.0
14482024-12-17T20:45:08.173Z Compiling num-integer v0.1.46
14492024-12-17T20:45:08.203Z Compiling idna v0.4.0
14502024-12-17T20:45:08.552Z Compiling idna v0.3.0
14512024-12-17T20:45:08.638Z Compiling hash32 v0.2.1
14522024-12-17T20:45:09.001Z Compiling ff v0.13.0
14532024-12-17T20:45:09.064Z Compiling is-terminal v0.4.13
14542024-12-17T20:45:09.190Z Compiling object v0.36.5
14552024-12-17T20:45:09.246Z Compiling dropshot v0.12.0
14562024-12-17T20:45:09.536Z Compiling portable-atomic v1.9.0
14572024-12-17T20:45:09.539Z Compiling num-bigint-dig v0.8.4
14582024-12-17T20:45:09.814Z Compiling linked-hash-map v0.5.6
14592024-12-17T20:45:09.990Z Compiling smoltcp v0.9.1
14602024-12-17T20:45:10.167Z Compiling anyhow v1.0.93
14612024-12-17T20:45:10.292Z Compiling take_mut v0.2.2
14622024-12-17T20:45:10.462Z Compiling base16ct v0.2.0
14632024-12-17T20:45:10.648Z Compiling fallible-iterator v0.2.0
14642024-12-17T20:45:10.698Z Compiling quick-error v1.2.3
14652024-12-17T20:45:10.772Z Compiling utf-8 v0.7.6
14662024-12-17T20:45:10.815Z Compiling psl-types v2.0.11
14672024-12-17T20:45:10.855Z Compiling rustc-demangle v0.1.24
14682024-12-17T20:45:11.016Z Compiling dyn-clone v1.0.17
14692024-12-17T20:45:11.117Z Compiling publicsuffix v2.2.3
14702024-12-17T20:45:11.158Z Compiling tungstenite v0.24.0
14712024-12-17T20:45:11.341Z Compiling postgres-protocol v0.6.7
14722024-12-17T20:45:11.383Z Compiling resolv-conf v0.7.0
14732024-12-17T20:45:12.250Z Compiling sec1 v0.7.3
14742024-12-17T20:45:12.702Z Compiling lru-cache v0.1.2
14752024-12-17T20:45:12.867Z Compiling async-stream v0.3.6
14762024-12-17T20:45:12.978Z Compiling group v0.13.0
14772024-12-17T20:45:13.181Z Compiling slog-term v2.9.1
14782024-12-17T20:45:13.308Z Compiling hickory-proto v0.24.1
14792024-12-17T20:45:13.509Z Compiling usdt v0.5.0
14802024-12-17T20:45:14.060Z Compiling num-iter v0.1.45
14812024-12-17T20:45:14.356Z Compiling futures v0.3.31
14822024-12-17T20:45:14.479Z Compiling slog-bunyan v2.5.0
14832024-12-17T20:45:14.685Z Compiling toml v0.8.19
14842024-12-17T20:45:15.848Z Compiling camino v1.1.9
14852024-12-17T20:45:16.278Z Compiling tokio-native-tls v0.3.1
14862024-12-17T20:45:16.507Z Compiling phf_shared v0.11.2
14872024-12-17T20:45:16.557Z Compiling backtrace v0.3.74
14882024-12-17T20:45:16.834Z Compiling dropshot_endpoint v0.12.0
14892024-12-17T20:45:16.917Z Compiling terminal_size v0.4.0
14902024-12-17T20:45:17.145Z Compiling waitgroup v0.1.2
14912024-12-17T20:45:17.354Z Compiling openapiv3 v2.0.0
14922024-12-17T20:45:17.373Z Compiling serde_path_to_error v0.1.16
14932024-12-17T20:45:17.455Z Compiling hkdf v0.12.4
14942024-12-17T20:45:17.723Z Compiling crypto-bigint v0.5.5
14952024-12-17T20:45:18.226Z Compiling curve25519-dalek-derive v0.1.1
14962024-12-17T20:45:19.857Z Compiling zerocopy-derive v0.6.6
14972024-12-17T20:45:20.370Z Compiling webpki-roots v0.26.6
14982024-12-17T20:45:20.603Z Compiling idna v0.5.0
14992024-12-17T20:45:20.651Z Compiling hubpack_derive v0.1.1
15002024-12-17T20:45:21.565Z Compiling hostname v0.4.0
15012024-12-17T20:45:21.652Z Compiling fs-err v2.11.0
15022024-12-17T20:45:21.816Z Compiling crc32fast v1.4.2
15032024-12-17T20:45:21.877Z Compiling ahash v0.8.11
15042024-12-17T20:45:21.942Z Compiling debug-ignore v1.0.5
15052024-12-17T20:45:22.128Z Compiling managed v0.8.0
15062024-12-17T20:45:22.149Z Compiling bitflags v1.3.2
15072024-12-17T20:45:22.169Z Compiling winnow v0.5.40
15082024-12-17T20:45:22.233Z Compiling clap_builder v4.5.21
15092024-12-17T20:45:22.283Z Compiling zerocopy v0.6.6
15102024-12-17T20:45:22.338Z Compiling strum_macros v0.25.3
15112024-12-17T20:45:23.170Z Compiling console v0.15.8
15122024-12-17T20:45:24.093Z Compiling flate2 v1.0.34
15132024-12-17T20:45:24.317Z Compiling hubpack v0.1.2
15142024-12-17T20:45:24.766Z Compiling cookie_store v0.21.0
15152024-12-17T20:45:24.801Z Compiling elliptic-curve v0.13.8
15162024-12-17T20:45:25.091Z Compiling hickory-resolver v0.24.1
15172024-12-17T20:45:26.137Z Compiling toml_edit v0.19.15
15182024-12-17T20:45:26.365Z Compiling signal-hook-mio v0.2.4
15192024-12-17T20:45:26.533Z Compiling phf v0.11.2
15202024-12-17T20:45:26.596Z Compiling hyper-tls v0.6.0
15212024-12-17T20:45:26.637Z Compiling rayon v1.10.0
15222024-12-17T20:45:26.831Z Compiling bzip2 v0.4.4
15232024-12-17T20:45:28.693Z Compiling tokio-tungstenite v0.24.0
15242024-12-17T20:45:29.237Z Compiling postgres-types v0.2.8
15252024-12-17T20:45:30.802Z Compiling ed25519 v2.2.3
15262024-12-17T20:45:31.640Z Compiling phf_shared v0.10.0
15272024-12-17T20:45:31.771Z Compiling tokio-stream v0.1.16
15282024-12-17T20:45:32.001Z Compiling pkcs1 v0.7.5
15292024-12-17T20:45:32.053Z Compiling serde-big-array v0.5.1
15302024-12-17T20:45:32.291Z Compiling clap_derive v4.5.18
15312024-12-17T20:45:32.710Z Compiling rfc6979 v0.4.0
15322024-12-17T20:45:32.841Z Compiling serde_repr v0.1.19
15332024-12-17T20:45:32.914Z Compiling derive-where v1.2.7
15342024-12-17T20:45:32.992Z Compiling float-cmp v0.9.0
15352024-12-17T20:45:33.016Z Compiling bstr v1.10.0
15362024-12-17T20:45:33.208Z Compiling sync_wrapper v1.0.1
15372024-12-17T20:45:33.372Z Compiling predicates-core v1.0.8
15382024-12-17T20:45:33.797Z Compiling whoami v1.5.2
15392024-12-17T20:45:34.068Z Compiling bit-vec v0.6.3
15402024-12-17T20:45:34.336Z Compiling number_prefix v0.4.0
15412024-12-17T20:45:34.463Z Compiling precomputed-hash v0.1.1
15422024-12-17T20:45:34.528Z Compiling unicode-segmentation v1.12.0
15432024-12-17T20:45:34.566Z Compiling fixedbitset v0.4.2
15442024-12-17T20:45:34.584Z Compiling normalize-line-endings v0.3.0
15452024-12-17T20:45:34.710Z Compiling unicode-width v0.2.0
15462024-12-17T20:45:34.910Z Compiling static_assertions v1.1.0
15472024-12-17T20:45:35.019Z Compiling difflib v0.4.0
15482024-12-17T20:45:35.046Z Compiling new_debug_unreachable v1.0.6
15492024-12-17T20:45:35.150Z Compiling string_cache v0.8.7
15502024-12-17T20:45:35.247Z Compiling similar v2.6.0
15512024-12-17T20:45:35.423Z Compiling indicatif v0.17.9
15522024-12-17T20:45:35.623Z Compiling predicates v3.1.2
15532024-12-17T20:45:36.598Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15542024-12-17T20:45:36.670Z Compiling petgraph v0.6.5
15552024-12-17T20:45:37.421Z Compiling bit-set v0.5.3
15562024-12-17T20:45:37.492Z Compiling clap v4.5.21
15572024-12-17T20:45:37.626Z Compiling tokio-postgres v0.7.12
15582024-12-17T20:45:37.710Z Compiling ecdsa v0.16.9
15592024-12-17T20:45:37.729Z Compiling rsa v0.9.6
15602024-12-17T20:45:37.747Z Compiling ed25519-dalek v2.1.1
15612024-12-17T20:45:38.608Z Compiling toml v0.7.8
15622024-12-17T20:45:39.114Z Compiling zip v0.6.6
15632024-12-17T20:45:40.433Z Compiling crossterm v0.28.1
15642024-12-17T20:45:41.465Z Compiling hex v0.4.3
15652024-12-17T20:45:41.710Z Compiling x509-cert v0.2.5
15662024-12-17T20:45:41.729Z Compiling lalrpop-util v0.19.12
15672024-12-17T20:45:42.079Z Compiling peg-runtime v0.8.3
15682024-12-17T20:45:42.103Z Compiling unicode-xid v0.2.6
15692024-12-17T20:45:42.301Z Compiling strum_macros v0.26.4
15702024-12-17T20:45:42.754Z Compiling xattr v1.3.1
15712024-12-17T20:45:43.035Z Compiling filetime v0.2.25
15722024-12-17T20:45:43.371Z Compiling tar v0.4.42
15732024-12-17T20:45:47.423Z Compiling strum v0.26.3
15742024-12-17T20:45:50.717Z Compiling aws-lc-sys v0.22.0
15752024-12-17T20:46:27.571Z Compiling rustls-webpki v0.102.8
15762024-12-17T20:46:31.674Z Compiling tokio-rustls v0.25.0
15772024-12-17T20:46:33.275Z Compiling tokio-rustls v0.26.0
15782024-12-17T20:46:33.756Z Compiling hyper-rustls v0.27.3
15792024-12-17T20:46:33.756Z Compiling reqwest v0.12.9
15802024-12-17T20:46:35.778Z Compiling qorb v0.2.1
15812024-12-17T20:46:39.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-12-17T20:46:40.408Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832024-12-17T20:46:46.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15842024-12-17T20:46:46.164Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15852024-12-17T20:46:46.212ZDec 17 20:46:44.837 INFO Starting download, target: Clickhouse
15862024-12-17T20:46:46.213ZDec 17 20:46:44.837 INFO Starting download, target: Cockroach
15872024-12-17T20:46:46.213ZDec 17 20:46:44.837 INFO Starting download, target: DendriteOpenapi
15882024-12-17T20:46:46.213ZDec 17 20:46:44.837 INFO Starting download, target: Console
15892024-12-17T20:46:46.236ZDec 17 20:46:44.837 INFO Starting download, target: DendriteStub
15902024-12-17T20:46:46.236ZDec 17 20:46:44.837 INFO Starting download, target: MaghemiteMgd
15912024-12-17T20:46:46.236ZDec 17 20:46:44.837 INFO Starting download, target: TransceiverControl
15922024-12-17T20:46:46.236ZDec 17 20:46:44.838 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932024-12-17T20:46:46.236ZDec 17 20:46:44.838 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-17T20:46:46.236ZDec 17 20:46:44.838 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952024-12-17T20:46:46.236ZDec 17 20:46:44.838 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962024-12-17T20:46:46.236ZDec 17 20:46:44.838 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972024-12-17T20:46:46.237ZDec 17 20:46:44.838 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-17T20:46:46.237ZDec 17 20:46:44.838 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-17T20:46:46.475ZDec 17 20:46:45.082 INFO Download complete, target: DendriteOpenapi
16002024-12-17T20:46:46.750ZDec 17 20:46:45.313 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-17T20:46:46.839ZDec 17 20:46:45.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-17T20:46:47.040ZDec 17 20:46:45.631 INFO Download complete, target: Console
16032024-12-17T20:46:47.348ZDec 17 20:46:45.990 INFO Download complete, target: TransceiverControl
16042024-12-17T20:46:47.506ZDec 17 20:46:46.149 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052024-12-17T20:46:47.526ZDec 17 20:46:46.168 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-17T20:46:48.149ZDec 17 20:46:46.793 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16072024-12-17T20:46:48.271ZDec 17 20:46:46.915 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082024-12-17T20:46:48.271ZDec 17 20:46:46.915 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092024-12-17T20:46:50.480ZDec 17 20:46:49.124 INFO Download complete, target: MaghemiteMgd
16102024-12-17T20:46:50.516ZDec 17 20:46:49.155 INFO Download complete, target: DendriteStub
16112024-12-17T20:46:55.655ZDec 17 20:46:54.299 INFO Checking that binary works, target: Cockroach
16122024-12-17T20:46:55.826ZDec 17 20:46:54.469 INFO Download complete, target: Cockroach
16132024-12-17T20:47:00.636ZDec 17 20:46:59.279 INFO Checking that binary works, target: Clickhouse
16142024-12-17T20:47:01.627ZDec 17 20:47:00.271 INFO Download complete, target: Clickhouse
16152024-12-17T20:47:01.635ZAll prerequisites installed successfully
16162024-12-17T20:47:01.637Z
16172024-12-17T20:47:01.637Zreal 5:01.850661296
16182024-12-17T20:47:01.637Zuser 16:32.104115653
16192024-12-17T20:47:01.637Zsys 3:11.069812556
16202024-12-17T20:47:01.637Ztrap 0.504037732
16212024-12-17T20:47:01.637Ztflt 9.397741320
16222024-12-17T20:47:01.637Zdflt 7.322310459
16232024-12-17T20:47:01.637Zkflt 0.411590661
16242024-12-17T20:47:01.637Zlock 32:44.727437883
16252024-12-17T20:47:01.637Zslp 1:03:32.378382923
16262024-12-17T20:47:01.638Zlat 51.159075374
16272024-12-17T20:47:01.638Zstop 2:05.186117682
16282024-12-17T20:47:01.638Z+ source ./tools/include/force-git-over-https.sh
16292024-12-17T20:47:01.638Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16302024-12-17T20:47:01.638Z++ (( i = 0 ))
16312024-12-17T20:47:01.638Z++ (( i < 5 ))
16322024-12-17T20:47:01.638Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16332024-12-17T20:47:01.640Z++ (( i++ ))
16342024-12-17T20:47:01.640Z++ (( i < 5 ))
16352024-12-17T20:47:01.640Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16362024-12-17T20:47:01.643Z++ (( i++ ))
16372024-12-17T20:47:01.643Z++ (( i < 5 ))
16382024-12-17T20:47:01.643Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16392024-12-17T20:47:01.646Z++ (( i++ ))
16402024-12-17T20:47:01.646Z++ (( i < 5 ))
16412024-12-17T20:47:01.646Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16422024-12-17T20:47:01.650Z++ (( i++ ))
16432024-12-17T20:47:01.650Z++ (( i < 5 ))
16442024-12-17T20:47:01.650Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16452024-12-17T20:47:01.653Z++ (( i++ ))
16462024-12-17T20:47:01.653Z++ (( i < 5 ))
16472024-12-17T20:47:01.653Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-17T20:47:01.653Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-17T20:47:01.653Z+ rc=0
16502024-12-17T20:47:01.653Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16512024-12-17T20:47:32.843Z+ case $rc in
16522024-12-17T20:47:32.843Z+ pfexec zfs create -p rpool/images/build/host
16532024-12-17T20:47:33.019Z+ pfexec zfs create -p rpool/images/build/recovery
16542024-12-17T20:47:33.100Z+ cargo xtask releng --output-dir /work
16552024-12-17T20:47:33.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16562024-12-17T20:47:33.644Z Running `target/debug/xtask releng --output-dir /work`
16572024-12-17T20:47:34.579Z Compiling proc-macro2 v1.0.89
16582024-12-17T20:47:34.579Z Compiling unicode-ident v1.0.13
16592024-12-17T20:47:34.581Z Compiling libc v0.2.162
16602024-12-17T20:47:34.581Z Compiling serde v1.0.215
16612024-12-17T20:47:34.581Z Compiling autocfg v1.4.0
16622024-12-17T20:47:34.581Z Compiling version_check v0.9.5
16632024-12-17T20:47:34.581Z Compiling cfg-if v1.0.0
16642024-12-17T20:47:34.861Z Compiling memchr v2.7.4
16652024-12-17T20:47:34.887Z Compiling typenum v1.17.0
16662024-12-17T20:47:34.906Z Compiling shlex v1.3.0
16672024-12-17T20:47:35.317Z Compiling value-bag v1.9.0
16682024-12-17T20:47:35.429Z Compiling generic-array v0.14.7
16692024-12-17T20:47:35.533Z Compiling lock_api v0.4.12
16702024-12-17T20:47:35.696Z Compiling scopeguard v1.2.0
16712024-12-17T20:47:35.765Z Compiling log v0.4.22
16722024-12-17T20:47:35.857Z Compiling rustix v0.38.37
16732024-12-17T20:47:36.364Z Compiling parking_lot_core v0.9.10
16742024-12-17T20:47:36.524Z Compiling quote v1.0.37
16752024-12-17T20:47:36.571Z Compiling serde_json v1.0.132
16762024-12-17T20:47:36.737Z Compiling jobserver v0.1.32
16772024-12-17T20:47:36.914Z Compiling getrandom v0.2.15
16782024-12-17T20:47:36.973Z Compiling syn v2.0.87
16792024-12-17T20:47:37.180Z Compiling cc v1.1.30
16802024-12-17T20:47:37.199Z Compiling libm v0.2.8
16812024-12-17T20:47:37.258Z Compiling num-traits v0.2.19
16822024-12-17T20:47:37.306Z Compiling once_cell v1.20.2
16832024-12-17T20:47:37.394Z Compiling thiserror v1.0.69
16842024-12-17T20:47:37.501Z Compiling spin v0.9.8
16852024-12-17T20:47:37.525Z Compiling itoa v1.0.11
16862024-12-17T20:47:37.545Z Compiling aho-corasick v1.1.3
16872024-12-17T20:47:37.750Z Compiling regex-syntax v0.8.5
16882024-12-17T20:47:37.906Z Compiling slab v0.4.9
16892024-12-17T20:47:37.930Z Compiling errno v0.3.9
16902024-12-17T20:47:38.584Z Compiling byteorder v1.5.0
16912024-12-17T20:47:38.765Z Compiling lazy_static v1.5.0
16922024-12-17T20:47:38.897Z Compiling rand_core v0.6.4
16932024-12-17T20:47:39.059Z Compiling glob v0.3.1
16942024-12-17T20:47:39.282Z Compiling either v1.13.0
16952024-12-17T20:47:39.434Z Compiling subtle v2.6.1
16962024-12-17T20:47:39.725Z Compiling prettyplease v0.2.25
16972024-12-17T20:47:39.810Z Compiling minimal-lexical v0.2.1
16982024-12-17T20:47:39.840Z Compiling clang-sys v1.8.1
16992024-12-17T20:47:40.226Z Compiling nom v7.1.3
17002024-12-17T20:47:40.277Z Compiling libloading v0.8.5
17012024-12-17T20:47:40.593Z Compiling bindgen v0.69.5
17022024-12-17T20:47:40.709Z Compiling home v0.5.9
17032024-12-17T20:47:41.283Z Compiling itertools v0.10.5
17042024-12-17T20:47:41.503Z Compiling rustc-hash v1.1.0
17052024-12-17T20:47:41.581Z Compiling regex-automata v0.4.8
17062024-12-17T20:47:42.229Z Compiling lazycell v1.3.0
17072024-12-17T20:47:42.601Z Compiling cmake v0.1.51
17082024-12-17T20:47:43.536Z Compiling dunce v1.0.5
17092024-12-17T20:47:43.684Z Compiling cexpr v0.6.0
17102024-12-17T20:47:43.965Z Compiling pkg-config v0.3.31
17112024-12-17T20:47:43.986Z Compiling semver v1.0.23
17122024-12-17T20:47:44.005Z Compiling fs_extra v1.3.0
17132024-12-17T20:47:44.041Z Compiling smallvec v1.13.2
17142024-12-17T20:47:44.446Z Compiling ring v0.17.8
17152024-12-17T20:47:44.556Z Compiling ryu v1.0.18
17162024-12-17T20:47:44.873Z Compiling synstructure v0.13.1
17172024-12-17T20:47:45.141Z Compiling paste v1.0.15
17182024-12-17T20:47:45.238Z Compiling aws-lc-rs v1.10.0
17192024-12-17T20:47:45.549Z Compiling const-oid v0.9.6
17202024-12-17T20:47:45.730Z Compiling httparse v1.9.5
17212024-12-17T20:47:46.431Z Compiling pin-project-lite v0.2.14
17222024-12-17T20:47:46.454Z Compiling heck v0.5.0
17232024-12-17T20:47:46.904Z Compiling allocator-api2 v0.2.18
17242024-12-17T20:47:47.214Z Compiling futures-core v0.3.31
17252024-12-17T20:47:47.479Z Compiling regex v1.11.1
17262024-12-17T20:47:47.792Z Compiling signal-hook-registry v1.4.2
17272024-12-17T20:47:48.546Z Compiling crossbeam-utils v0.8.20
17282024-12-17T20:47:48.621Z Compiling num-conv v0.1.0
17292024-12-17T20:47:48.928Z Compiling time-core v0.1.2
17302024-12-17T20:47:49.068Z Compiling parking_lot v0.12.3
17312024-12-17T20:47:49.260Z Compiling mio v1.0.2
17322024-12-17T20:47:49.273Z Compiling time-macros v0.2.18
17332024-12-17T20:47:49.373Z Compiling vcpkg v0.2.15
17342024-12-17T20:47:49.634Z Compiling fnv v1.0.7
17352024-12-17T20:47:50.174Z Compiling schemars v0.8.21
17362024-12-17T20:47:50.444Z Compiling serde_derive v1.0.215
17372024-12-17T20:47:50.689Z Compiling zeroize_derive v1.4.2
17382024-12-17T20:47:50.917Z Compiling zerocopy-derive v0.7.35
17392024-12-17T20:47:51.212Z Compiling tokio-macros v2.4.0
17402024-12-17T20:47:51.260Z Compiling thiserror-impl v1.0.69
17412024-12-17T20:47:51.866Z Compiling zerofrom-derive v0.1.4
17422024-12-17T20:47:52.431Z Compiling yoke-derive v0.7.4
17432024-12-17T20:47:52.460Z Compiling zeroize v1.8.1
17442024-12-17T20:47:52.981Z Compiling futures-macro v0.3.31
17452024-12-17T20:47:53.212Z Compiling zerovec-derive v0.10.3
17462024-12-17T20:47:53.290Z Compiling displaydoc v0.2.5
17472024-12-17T20:47:54.383Z Compiling zerocopy v0.7.35
17482024-12-17T20:47:54.914Z Compiling crypto-common v0.1.6
17492024-12-17T20:47:55.218Z Compiling icu_provider_macros v1.5.0
17502024-12-17T20:47:55.359Z Compiling tracing-attributes v0.1.27
17512024-12-17T20:47:55.560Z Compiling block-buffer v0.10.4
17522024-12-17T20:47:55.826Z Compiling digest v0.10.7
17532024-12-17T20:47:55.999Z Compiling der_derive v0.7.3
17542024-12-17T20:47:56.254Z Compiling openssl-sys v0.9.103
17552024-12-17T20:47:57.361Z Compiling serde_derive_internals v0.29.1
17562024-12-17T20:47:58.020Z Compiling socket2 v0.5.7
17572024-12-17T20:47:58.290Z Compiling ahash v0.8.11
17582024-12-17T20:47:59.840Z Compiling schemars_derive v0.8.21
17592024-12-17T20:47:59.861Z Compiling equivalent v1.0.1
17602024-12-17T20:48:00.034Z Compiling cpufeatures v0.2.14
17612024-12-17T20:48:00.147Z Compiling foldhash v0.1.3
17622024-12-17T20:48:00.350Z Compiling futures-sink v0.3.31
17632024-12-17T20:48:00.499Z Compiling hashbrown v0.15.1
17642024-12-17T20:48:00.606Z Compiling slog v2.7.0
17652024-12-17T20:48:00.875Z Compiling stable_deref_trait v1.2.0
17662024-12-17T20:48:02.018Z Compiling futures-channel v0.3.31
17672024-12-17T20:48:02.242Z Compiling zerofrom v0.1.4
17682024-12-17T20:48:02.507Z Compiling scroll_derive v0.12.0
17692024-12-17T20:48:02.529Z Compiling pin-utils v0.1.0
17702024-12-17T20:48:02.592Z Compiling openssl v0.10.66
17712024-12-17T20:48:02.649Z Compiling futures-io v0.3.31
17722024-12-17T20:48:02.683Z Compiling ucd-trie v0.1.7
17732024-12-17T20:48:03.004Z Compiling futures-task v0.3.31
17742024-12-17T20:48:03.052Z Compiling pest v2.7.14
17752024-12-17T20:48:03.157Z Compiling yoke v0.7.4
17762024-12-17T20:48:03.317Z Compiling futures-util v0.3.31
17772024-12-17T20:48:03.649Z Compiling hmac v0.12.1
17782024-12-17T20:48:03.890Z Compiling tinyvec_macros v0.1.1
17792024-12-17T20:48:04.057Z Compiling tinyvec v1.8.0
17802024-12-17T20:48:04.121Z Compiling zerovec v0.10.4
17812024-12-17T20:48:04.803Z Compiling bitflags v2.6.0
17822024-12-17T20:48:05.987Z Compiling bytes v1.8.0
17832024-12-17T20:48:07.601Z Compiling tokio v1.40.0
17842024-12-17T20:48:08.094Z Compiling serde_tokenstream v0.2.2
17852024-12-17T20:48:08.570Z Compiling indexmap v2.6.0
17862024-12-17T20:48:10.355Z Compiling which v4.4.2
17872024-12-17T20:48:11.040Z Compiling http v1.1.0
17882024-12-17T20:48:11.129Z Compiling rustc_version v0.4.1
17892024-12-17T20:48:11.754Z Compiling pest_meta v2.7.14
17902024-12-17T20:48:11.975Z Compiling uuid v1.11.0
17912024-12-17T20:48:12.906Z Compiling block-padding v0.3.3
17922024-12-17T20:48:13.187Z Compiling openssl-macros v0.1.1
17932024-12-17T20:48:13.767Z Compiling rustls v0.23.19
17942024-12-17T20:48:14.056Z Compiling native-tls v0.2.12
17952024-12-17T20:48:14.105Z Compiling iana-time-zone v0.1.61
17962024-12-17T20:48:14.504Z Compiling chrono v0.4.38
17972024-12-17T20:48:14.732Z Compiling pest_generator v2.7.14
17982024-12-17T20:48:16.229Z Compiling inout v0.1.3
17992024-12-17T20:48:16.364Z Compiling unicode-normalization v0.1.24
18002024-12-17T20:48:16.549Z Compiling cipher v0.4.4
18012024-12-17T20:48:16.738Z Compiling pest_derive v2.7.14
18022024-12-17T20:48:17.022Z Compiling tinystr v0.7.6
18032024-12-17T20:48:17.653Z Compiling sha2 v0.10.8
18042024-12-17T20:48:17.797Z Compiling async-trait v0.1.83
18052024-12-17T20:48:18.103Z Compiling usdt-impl v0.5.0
18062024-12-17T20:48:18.458Z Compiling cookie v0.18.1
18072024-12-17T20:48:18.524Z Compiling writeable v0.5.5
18082024-12-17T20:48:18.937Z Compiling litemap v0.7.3
18092024-12-17T20:48:19.417Z Compiling unicode-bidi v0.3.17
18102024-12-17T20:48:19.555Z Compiling base64ct v1.6.0
18112024-12-17T20:48:20.396Z Compiling icu_locid v1.5.0
18122024-12-17T20:48:20.827Z Compiling pem-rfc7468 v0.7.0
18132024-12-17T20:48:23.299Z Compiling scroll v0.12.0
18142024-12-17T20:48:23.561Z Compiling ppv-lite86 v0.2.20
18152024-12-17T20:48:24.002Z Compiling tracing-core v0.1.32
18162024-12-17T20:48:24.447Z Compiling plain v0.2.3
18172024-12-17T20:48:24.624Z Compiling percent-encoding v2.3.1
18182024-12-17T20:48:25.127Z Compiling syn v1.0.109
18192024-12-17T20:48:25.705Z Compiling flagset v0.4.6
18202024-12-17T20:48:25.928Z Compiling camino v1.1.9
18212024-12-17T20:48:26.258Z Compiling rustls-pki-types v1.10.0
18222024-12-17T20:48:26.414Z Compiling aws-lc-sys v0.22.0
18232024-12-17T20:48:26.529Z Compiling dyn-clone v1.0.17
18242024-12-17T20:48:26.784Z Compiling untrusted v0.7.1
18252024-12-17T20:48:27.958Z Compiling der v0.7.9
18262024-12-17T20:48:28.136Z Compiling tracing v0.1.40
18272024-12-17T20:48:29.090Z Compiling goblin v0.8.2
18282024-12-17T20:48:30.307Z Compiling rand_chacha v0.3.1
18292024-12-17T20:48:31.548Z Compiling icu_provider v1.5.0
18302024-12-17T20:48:32.240Z Compiling tokio-util v0.7.12
18312024-12-17T20:48:34.001Z Compiling pretty-hex v0.4.1
18322024-12-17T20:48:34.143Z Compiling icu_locid_transform_data v1.5.0
18332024-12-17T20:48:34.272Z Compiling rustls v0.22.4
18342024-12-17T20:48:34.295Z Compiling powerfmt v0.2.0
18352024-12-17T20:48:34.603Z Compiling rayon-core v1.12.1
18362024-12-17T20:48:34.733Z Compiling mirai-annotations v1.12.0
18372024-12-17T20:48:34.998Z Compiling untrusted v0.9.0
18382024-12-17T20:48:35.065Z Compiling deranged v0.3.11
18392024-12-17T20:48:35.336Z Compiling dof v0.3.0
18402024-12-17T20:48:35.542Z Compiling icu_locid_transform v1.5.0
18412024-12-17T20:48:38.413Z Compiling rand v0.8.5
18422024-12-17T20:48:38.656Z Compiling spki v0.7.3
18432024-12-17T20:48:39.199Z Compiling dtrace-parser v0.2.0
18442024-12-17T20:48:40.201Z Compiling salsa20 v0.10.2
18452024-12-17T20:48:40.477Z Compiling icu_collections v1.5.0
18462024-12-17T20:48:41.097Z Compiling pbkdf2 v0.12.2
18472024-12-17T20:48:42.140Z Compiling bzip2-sys v0.1.11+1.0.8
18482024-12-17T20:48:42.601Z Compiling thread-id v4.2.2
18492024-12-17T20:48:43.491Z Compiling icu_properties_data v1.5.0
18502024-12-17T20:48:43.662Z Compiling atomic-waker v1.1.2
18512024-12-17T20:48:43.849Z Compiling num_threads v0.1.7
18522024-12-17T20:48:43.995Z Compiling time v0.3.36
18532024-12-17T20:48:44.097Z Compiling icu_properties v1.5.1
18542024-12-17T20:48:49.660Z Compiling scrypt v0.11.0
18552024-12-17T20:48:50.275Z Compiling form_urlencoded v1.2.1
18562024-12-17T20:48:50.681Z Compiling aes v0.8.4
18572024-12-17T20:48:50.985Z Compiling cbc v0.1.2
18582024-12-17T20:48:51.014Z Compiling http-body v1.0.1
18592024-12-17T20:48:51.375Z Compiling multer v3.1.0
18602024-12-17T20:48:51.703Z Compiling write16 v1.0.0
18612024-12-17T20:48:51.760Z Compiling icu_normalizer_data v1.5.0
18622024-12-17T20:48:51.899Z Compiling slog-async v2.8.0
18632024-12-17T20:48:51.946Z Compiling utf8_iter v1.0.4
18642024-12-17T20:48:51.966Z Compiling try-lock v0.2.5
18652024-12-17T20:48:52.301Z Compiling utf16_iter v1.0.5
18662024-12-17T20:48:52.562Z Compiling icu_normalizer v1.5.0
18672024-12-17T20:48:52.565Z Compiling want v0.3.1
18682024-12-17T20:48:52.939Z Compiling pkcs5 v0.7.1
18692024-12-17T20:48:56.766Z Compiling h2 v0.4.6
18702024-12-17T20:48:57.908Z Compiling heapless v0.7.17
18712024-12-17T20:48:58.256Z Compiling zerocopy-derive v0.6.6
18722024-12-17T20:48:58.419Z Compiling signal-hook v0.3.17
18732024-12-17T20:48:58.771Z Compiling httpdate v1.0.3
18742024-12-17T20:48:58.791Z Compiling num-bigint-dig v0.8.4
18752024-12-17T20:48:59.499Z Compiling base64 v0.22.1
18762024-12-17T20:48:59.562Z Compiling anyhow v1.0.93
18772024-12-17T20:49:01.537Z Compiling idna_adapter v1.2.0
18782024-12-17T20:49:01.767Z Compiling pkcs8 v0.10.2
18792024-12-17T20:49:02.472Z Compiling usdt-macro v0.5.0
18802024-12-17T20:49:02.717Z Compiling usdt-attr-macro v0.5.0
18812024-12-17T20:49:04.385Z Compiling async-stream-impl v0.3.6
18822024-12-17T20:49:04.411Z Compiling rustversion v1.0.17
18832024-12-17T20:49:05.027Z Compiling hyper v1.5.0
18842024-12-17T20:49:05.243Z Compiling tower-service v0.3.3
18852024-12-17T20:49:05.636Z Compiling strsim v0.11.1
18862024-12-17T20:49:07.224Z Compiling idna v1.0.3
18872024-12-17T20:49:08.695Z Compiling hyper-util v0.1.10
18882024-12-17T20:49:14.830Z Compiling curve25519-dalek v4.1.3
18892024-12-17T20:49:14.938Z Compiling openapiv3 v2.0.0
18902024-12-17T20:49:15.080Z Compiling toml_datetime v0.6.8
18912024-12-17T20:49:15.232Z Compiling serde_spanned v0.6.8
18922024-12-17T20:49:15.535Z Compiling enum-as-inner v0.6.1
18932024-12-17T20:49:15.650Z Compiling dropshot v0.12.0
18942024-12-17T20:49:15.954Z Compiling foreign-types-shared v0.1.1
18952024-12-17T20:49:16.088Z Compiling portable-atomic v1.9.0
18962024-12-17T20:49:16.109Z Compiling match_cfg v0.1.0
18972024-12-17T20:49:16.213Z Compiling adler2 v2.0.0
18982024-12-17T20:49:16.417Z Compiling smoltcp v0.9.1
18992024-12-17T20:49:16.696Z Compiling heck v0.4.1
19002024-12-17T20:49:17.254Z Compiling miniz_oxide v0.8.0
19012024-12-17T20:49:17.658Z Compiling hostname v0.3.1
19022024-12-17T20:49:17.892Z Compiling foreign-types v0.3.2
19032024-12-17T20:49:19.365Z Compiling url v2.5.3
19042024-12-17T20:49:25.162Z Compiling http-body-util v0.1.2
19052024-12-17T20:49:25.798Z Compiling clap_derive v4.5.18
19062024-12-17T20:49:26.054Z Compiling dirs-sys-next v0.1.2
19072024-12-17T20:49:26.563Z Compiling encoding_rs v0.8.34
19082024-12-17T20:49:29.761Z Compiling siphasher v0.3.11
19092024-12-17T20:49:30.653Z Compiling data-encoding v2.6.0
19102024-12-17T20:49:30.738Z Compiling mime v0.3.17
19112024-12-17T20:49:32.452Z Compiling dirs-next v2.0.0
19122024-12-17T20:49:38.665Z Compiling hubpack_derive v0.1.1
19132024-12-17T20:49:39.194Z Compiling serde_urlencoded v0.7.1
19142024-12-17T20:49:39.558Z Compiling crossbeam-epoch v0.9.18
19152024-12-17T20:49:39.793Z Compiling hashbrown v0.14.5
19162024-12-17T20:49:40.234Z Compiling rustls-pemfile v2.2.0
19172024-12-17T20:49:40.708Z Compiling dropshot_endpoint v0.12.0
19182024-12-17T20:49:42.286Z Compiling sha1 v0.10.6
19192024-12-17T20:49:42.697Z Compiling signature v2.2.0
19202024-12-17T20:49:42.965Z Compiling curve25519-dalek-derive v0.1.1
19212024-12-17T20:49:43.137Z Compiling thread_local v1.1.8
19222024-12-17T20:49:43.647Z Compiling fs-err v2.11.0
19232024-12-17T20:49:44.403Z Compiling rustls-webpki v0.102.8
19242024-12-17T20:49:44.967Z Compiling openssl-probe v0.1.5
19252024-12-17T20:49:45.344Z Compiling ipnet v2.10.1
19262024-12-17T20:49:45.773Z Compiling gimli v0.31.1
19272024-12-17T20:49:46.829Z Compiling winnow v0.6.20
19282024-12-17T20:49:48.408Z Compiling anstyle v1.0.10
19292024-12-17T20:49:48.757Z Compiling utf8parse v0.2.2
19302024-12-17T20:49:48.879Z Compiling unicode-properties v0.1.3
19312024-12-17T20:49:48.952Z Compiling anstyle-parse v0.2.5
19322024-12-17T20:49:49.319Z Compiling stringprep v0.1.5
19332024-12-17T20:49:50.319Z Compiling toml_edit v0.22.22
19342024-12-17T20:49:50.594Z Compiling addr2line v0.24.2
19352024-12-17T20:49:51.578Z Compiling regress v0.10.1
19362024-12-17T20:49:52.835Z Compiling crossbeam-deque v0.8.5
19372024-12-17T20:49:53.263Z Compiling term v0.7.0
19382024-12-17T20:49:54.720Z Compiling slog-json v2.6.1
19392024-12-17T20:49:56.231Z Compiling crossbeam-channel v0.5.13
19402024-12-17T20:49:57.928Z Compiling idna v0.3.0
19412024-12-17T20:49:57.985Z Compiling idna v0.4.0
19422024-12-17T20:49:59.786Z Compiling futures-executor v0.3.31
19432024-12-17T20:49:59.858Z Compiling num-integer v0.1.46
19442024-12-17T20:50:00.253Z Compiling md-5 v0.10.6
19452024-12-17T20:50:00.517Z Compiling ff v0.13.0
19462024-12-17T20:50:00.558Z Compiling hash32 v0.2.1
19472024-12-17T20:50:00.668Z Compiling is-terminal v0.4.13
19482024-12-17T20:50:00.823Z Compiling memmap v0.7.0
19492024-12-17T20:50:00.916Z Compiling object v0.36.5
19502024-12-17T20:50:00.984Z Compiling utf-8 v0.7.6
19512024-12-17T20:50:01.312Z Compiling base16ct v0.2.0
19522024-12-17T20:50:01.368Z Compiling psl-types v2.0.11
19532024-12-17T20:50:01.774Z Compiling colorchoice v1.0.2
19542024-12-17T20:50:01.874Z Compiling quick-error v1.2.3
19552024-12-17T20:50:01.967Z Compiling fallible-iterator v0.2.0
19562024-12-17T20:50:02.107Z Compiling take_mut v0.2.2
19572024-12-17T20:50:02.206Z Compiling is_terminal_polyfill v1.70.1
19582024-12-17T20:50:02.371Z Compiling rustc-demangle v0.1.24
19592024-12-17T20:50:02.446Z Compiling linked-hash-map v0.5.6
19602024-12-17T20:50:02.792Z Compiling anstyle-query v1.1.1
19612024-12-17T20:50:02.978Z Compiling anstream v0.6.15
19622024-12-17T20:50:02.978Z Compiling lru-cache v0.1.2
19632024-12-17T20:50:03.296Z Compiling postgres-protocol v0.6.7
19642024-12-17T20:50:03.699Z Compiling resolv-conf v0.7.0
19652024-12-17T20:50:03.876Z Compiling publicsuffix v2.2.3
19662024-12-17T20:50:04.492Z Compiling sec1 v0.7.3
19672024-12-17T20:50:04.600Z Compiling tungstenite v0.24.0
19682024-12-17T20:50:04.630Z Compiling usdt v0.5.0
19692024-12-17T20:50:05.101Z Compiling group v0.13.0
19702024-12-17T20:50:05.141Z Compiling slog-term v2.9.1
19712024-12-17T20:50:05.459Z Compiling num-iter v0.1.45
19722024-12-17T20:50:05.707Z Compiling futures v0.3.31
19732024-12-17T20:50:06.531Z Compiling hickory-proto v0.24.1
19742024-12-17T20:50:07.291Z Compiling tokio-rustls v0.26.0
19752024-12-17T20:50:08.079Z Compiling typify-impl v0.2.0
19762024-12-17T20:50:09.087Z Compiling slog-bunyan v2.5.0
19772024-12-17T20:50:09.105Z Compiling tokio-rustls v0.25.0
19782024-12-17T20:50:09.364Z Compiling backtrace v0.3.74
19792024-12-17T20:50:09.654Z Compiling toml v0.8.19
19802024-12-17T20:50:09.937Z Compiling tokio-native-tls v0.3.1
19812024-12-17T20:50:10.319Z Compiling phf_shared v0.11.2
19822024-12-17T20:50:14.085Z Compiling strum_macros v0.25.3
19832024-12-17T20:50:14.188Z Compiling async-stream v0.3.6
19842024-12-17T20:50:14.188Z Compiling waitgroup v0.1.2
19852024-12-17T20:50:14.241Z Compiling webpki-roots v0.26.6
19862024-12-17T20:50:14.241Z Compiling idna v0.5.0
19872024-12-17T20:50:14.242Z Compiling terminal_size v0.4.0
19882024-12-17T20:50:14.242Z Compiling serde_path_to_error v0.1.16
19892024-12-17T20:50:14.242Z Compiling hkdf v0.12.4
19902024-12-17T20:50:14.389Z Compiling crypto-bigint v0.5.5
19912024-12-17T20:50:14.571Z Compiling derive-where v1.2.7
19922024-12-17T20:50:14.675Z Compiling serde_repr v0.1.19
19932024-12-17T20:50:16.218Z Compiling hostname v0.4.0
19942024-12-17T20:50:16.500Z Compiling crc32fast v1.4.2
19952024-12-17T20:50:16.927Z Compiling unicode-width v0.1.14
19962024-12-17T20:50:17.123Z Compiling bitflags v1.3.2
19972024-12-17T20:50:17.155Z Compiling debug-ignore v1.0.5
19982024-12-17T20:50:17.238Z Compiling clap_lex v0.7.2
19992024-12-17T20:50:17.320Z Compiling winnow v0.5.40
20002024-12-17T20:50:17.766Z Compiling managed v0.8.0
20012024-12-17T20:50:18.715Z Compiling elliptic-curve v0.13.8
20022024-12-17T20:50:19.301Z Compiling clap_builder v4.5.21
20032024-12-17T20:50:19.510Z Compiling console v0.15.8
20042024-12-17T20:50:20.866Z Compiling typify-macro v0.2.0
20052024-12-17T20:50:21.277Z Compiling toml_edit v0.19.15
20062024-12-17T20:50:21.303Z Compiling flate2 v1.0.34
20072024-12-17T20:50:22.241Z Compiling cookie_store v0.21.0
20082024-12-17T20:50:23.692Z Compiling hickory-resolver v0.24.1
20092024-12-17T20:50:27.426Z Compiling hyper-rustls v0.27.3
20102024-12-17T20:50:28.831Z Compiling phf v0.11.2
20112024-12-17T20:50:29.139Z Compiling hyper-tls v0.6.0
20122024-12-17T20:50:29.293Z Compiling signal-hook-mio v0.2.4
20132024-12-17T20:50:29.472Z Compiling rayon v1.10.0
20142024-12-17T20:50:29.554Z Compiling bzip2 v0.4.4
20152024-12-17T20:50:29.581Z Compiling tokio-tungstenite v0.24.0
20162024-12-17T20:50:29.947Z Compiling postgres-types v0.2.8
20172024-12-17T20:50:30.093Z Compiling ed25519 v2.2.3
20182024-12-17T20:50:30.114Z Compiling hubpack v0.1.2
20192024-12-17T20:50:30.537Z Compiling phf_shared v0.10.0
20202024-12-17T20:50:30.924Z Compiling pkcs1 v0.7.5
20212024-12-17T20:50:31.242Z Compiling zerocopy v0.6.6
20222024-12-17T20:50:31.319Z Compiling tokio-stream v0.1.16
20232024-12-17T20:50:32.248Z Compiling serde-big-array v0.5.1
20242024-12-17T20:50:32.307Z Compiling rfc6979 v0.4.0
20252024-12-17T20:50:32.428Z Compiling float-cmp v0.9.0
20262024-12-17T20:50:32.668Z Compiling sync_wrapper v1.0.1
20272024-12-17T20:50:32.833Z Compiling bstr v1.10.0
20282024-12-17T20:50:32.855Z Compiling bit-vec v0.6.3
20292024-12-17T20:50:33.091Z Compiling difflib v0.4.0
20302024-12-17T20:50:33.465Z Compiling static_assertions v1.1.0
20312024-12-17T20:50:33.843Z Compiling precomputed-hash v0.1.1
20322024-12-17T20:50:34.159Z Compiling whoami v1.5.2
20332024-12-17T20:50:34.313Z Compiling unicode-segmentation v1.12.0
20342024-12-17T20:50:34.338Z Compiling normalize-line-endings v0.3.0
20352024-12-17T20:50:34.471Z Compiling new_debug_unreachable v1.0.6
20362024-12-17T20:50:34.490Z Compiling predicates-core v1.0.8
20372024-12-17T20:50:34.577Z Compiling fixedbitset v0.4.2
20382024-12-17T20:50:34.698Z Compiling number_prefix v0.4.0
20392024-12-17T20:50:34.808Z Compiling unicode-width v0.2.0
20402024-12-17T20:50:35.176Z Compiling similar v2.6.0
20412024-12-17T20:50:35.322Z Compiling indicatif v0.17.9
20422024-12-17T20:50:35.853Z Compiling petgraph v0.6.5
20432024-12-17T20:50:36.213Z Compiling reqwest v0.12.9
20442024-12-17T20:50:37.168Z Compiling predicates v3.1.2
20452024-12-17T20:50:37.289Z Compiling string_cache v0.8.7
20462024-12-17T20:50:37.742Z Compiling tokio-postgres v0.7.12
20472024-12-17T20:50:38.781Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482024-12-17T20:50:40.011Z Compiling bit-set v0.5.3
20492024-12-17T20:50:42.153Z Compiling ecdsa v0.16.9
20502024-12-17T20:50:42.505Z Compiling qorb v0.2.1
20512024-12-17T20:50:43.185Z Compiling rsa v0.9.6
20522024-12-17T20:50:43.473Z Compiling ed25519-dalek v2.1.1
20532024-12-17T20:50:44.159Z Compiling zip v0.6.6
20542024-12-17T20:50:44.863Z Compiling crossterm v0.28.1
20552024-12-17T20:50:44.908Z Compiling toml v0.7.8
20562024-12-17T20:50:45.431Z Compiling clap v4.5.21
20572024-12-17T20:50:48.194Z Compiling x509-cert v0.2.5
20582024-12-17T20:50:48.553Z Compiling hex v0.4.3
20592024-12-17T20:50:52.097Z Compiling lalrpop-util v0.19.12
20602024-12-17T20:50:52.534Z Compiling radium v0.7.0
20612024-12-17T20:50:52.893Z Compiling peg-runtime v0.8.3
20622024-12-17T20:50:54.214Z Compiling unicode-xid v0.2.6
20632024-12-17T20:50:54.405Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-17T20:51:12.275Z Compiling maybe-uninit v2.0.0
20652024-12-17T20:51:12.578Z Compiling ident_case v1.0.1
20662024-12-17T20:51:12.599Z Compiling tap v1.0.1
20672024-12-17T20:51:12.778Z Compiling wyz v0.5.1
20682024-12-17T20:51:13.305Z Compiling darling_core v0.20.10
20692024-12-17T20:51:22.049Z Compiling typify v0.2.0
20702024-12-17T20:51:26.545Z Compiling funty v2.0.0
20712024-12-17T20:51:26.697Z Compiling packed_struct v0.10.1
20722024-12-17T20:51:27.655Z Compiling unsafe-libyaml v0.2.11
20732024-12-17T20:51:28.851Z Compiling bitvec v1.0.1
20742024-12-17T20:51:29.014Z Compiling serde_yaml v0.9.34+deprecated
20752024-12-17T20:51:32.909Z Compiling progenitor-impl v0.8.0
20762024-12-17T20:51:33.983Z Compiling darling_macro v0.20.10
20772024-12-17T20:51:35.772Z Compiling packed_struct_codegen v0.10.1
20782024-12-17T20:51:38.348Z Compiling structmeta-derive v0.3.0
20792024-12-17T20:51:39.072Z Compiling indexmap v1.9.3
20802024-12-17T20:51:39.232Z Compiling crc-catalog v2.4.0
20812024-12-17T20:51:39.419Z Compiling nodrop v0.1.14
20822024-12-17T20:51:39.566Z Compiling fastrand v2.1.1
20832024-12-17T20:51:40.026Z Compiling newtype-uuid v1.1.3
20842024-12-17T20:51:40.251Z Compiling tempfile v3.13.0
20852024-12-17T20:51:40.989Z Compiling structmeta v0.3.0
20862024-12-17T20:51:41.409Z Compiling progenitor-macro v0.8.0
20872024-12-17T20:51:42.885Z Compiling array-init v0.0.4
20882024-12-17T20:51:43.251Z Compiling crc v3.2.1
20892024-12-17T20:51:48.144Z Compiling smallvec v0.6.14
20902024-12-17T20:51:48.666Z Compiling darling v0.20.10
20912024-12-17T20:51:54.648Z Compiling progenitor-client v0.8.0
20922024-12-17T20:51:56.872Z Compiling pin-project-internal v1.1.6
20932024-12-17T20:51:57.098Z Compiling dropshot v0.13.0
20942024-12-17T20:51:57.459Z Compiling termcolor v1.4.1
20952024-12-17T20:51:58.565Z Compiling hashbrown v0.12.3
20962024-12-17T20:51:59.708Z Compiling base64 v0.21.7
20972024-12-17T20:52:00.015Z Compiling same-file v1.0.6
20982024-12-17T20:52:00.869Z Compiling bitfield v0.14.0
20992024-12-17T20:52:01.549Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21002024-12-17T20:52:06.781Z Compiling ron v0.8.1
21012024-12-17T20:52:09.989Z Compiling walkdir v2.5.0
21022024-12-17T20:52:13.978Z Compiling pin-project v1.1.6
21032024-12-17T20:52:14.200Z Compiling env_logger v0.10.2
21042024-12-17T20:52:20.566Z Compiling progenitor v0.8.0
21052024-12-17T20:52:20.910Z Compiling serde_with_macros v3.11.0
21062024-12-17T20:52:20.931Z Compiling serde-hex v0.1.0
21072024-12-17T20:52:20.951Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21082024-12-17T20:52:21.279Z Compiling parse-display-derive v0.10.0
21092024-12-17T20:52:23.574Z Compiling strum_macros v0.26.4
21102024-12-17T20:52:25.208Z Compiling snafu-derive v0.8.5
21112024-12-17T20:52:26.154Z Compiling hashbrown v0.13.2
21122024-12-17T20:52:26.436Z Compiling ipnetwork v0.20.0
21132024-12-17T20:52:27.355Z Compiling xattr v1.3.1
21142024-12-17T20:52:27.592Z Compiling dropshot_endpoint v0.13.0
21152024-12-17T20:52:27.706Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162024-12-17T20:52:28.090Z Compiling ring v0.16.20
21172024-12-17T20:52:28.477Z Compiling blake3 v1.5.4
21182024-12-17T20:52:29.109Z Compiling filetime v0.2.25
21192024-12-17T20:52:29.150Z Compiling instant v0.1.13
21202024-12-17T20:52:29.343Z Compiling simd-adler32 v0.3.7
21212024-12-17T20:52:29.707Z Compiling crc-any v2.5.0
21222024-12-17T20:52:30.080Z Compiling buf-list v1.0.3
21232024-12-17T20:52:30.464Z Compiling zip v2.1.3
21242024-12-17T20:52:30.531Z Compiling bumpalo v3.16.0
21252024-12-17T20:52:30.667Z Compiling lockfree-object-pool v0.1.6
21262024-12-17T20:52:30.887Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21272024-12-17T20:52:30.963Z Compiling zopfli v0.8.1
21282024-12-17T20:52:31.110Z Compiling snafu v0.8.5
21292024-12-17T20:52:31.162Z Compiling tar v0.4.42
21302024-12-17T20:52:31.926Z Compiling backoff v0.4.0
21312024-12-17T20:52:33.008Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-12-17T20:52:33.256Z Compiling strum v0.26.3
21332024-12-17T20:52:33.479Z Compiling object v0.30.4
21342024-12-17T20:52:35.176Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-17T20:52:36.039Z Compiling parse-display v0.10.0
21362024-12-17T20:52:36.903Z Compiling serde_with v3.11.0
21372024-12-17T20:52:38.060Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-17T20:52:38.246Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-17T20:52:38.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-12-17T20:52:38.868Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21412024-12-17T20:52:39.420Z Compiling camino-tempfile v1.1.1
21422024-12-17T20:52:39.851Z Compiling globset v0.4.15
21432024-12-17T20:52:40.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-17T20:52:40.407Z Compiling regress v0.9.1
21452024-12-17T20:52:41.302Z Compiling pem v3.0.4
21462024-12-17T20:52:42.819Z Compiling olpc-cjson v0.1.4
21472024-12-17T20:52:43.220Z Compiling macaddr v1.0.1
21482024-12-17T20:52:43.882Z Compiling serde_plain v1.0.2
21492024-12-17T20:52:44.417Z Compiling async-recursion v1.1.1
21502024-12-17T20:52:45.889Z Compiling memmap2 v0.9.5
21512024-12-17T20:52:46.006Z Compiling typed-path v0.9.3
21522024-12-17T20:52:46.471Z Compiling path-slash v0.1.5
21532024-12-17T20:52:46.679Z Compiling constant_time_eq v0.3.1
21542024-12-17T20:52:46.727Z Compiling arrayref v0.3.9
21552024-12-17T20:52:46.855Z Compiling arrayvec v0.7.6
21562024-12-17T20:52:46.873Z Compiling spin v0.5.2
21572024-12-17T20:52:47.576Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21582024-12-17T20:52:47.935Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-17T20:52:49.260Z Compiling tough v0.19.0
21602024-12-17T20:52:54.162Z Compiling itertools v0.13.0
21612024-12-17T20:52:54.486Z Compiling cargo-platform v0.1.8
21622024-12-17T20:52:54.605Z Compiling topological-sort v0.2.2
21632024-12-17T20:52:54.903Z Compiling parse-size v1.1.0
21642024-12-17T20:52:55.233Z Compiling omicron-zone-package v0.11.1
21652024-12-17T20:52:55.587Z Compiling cargo_metadata v0.18.1
21662024-12-17T20:52:58.030Z Compiling shell-words v1.1.0
21672024-12-17T20:53:02.754Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-17T20:53:15.518Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-17T20:53:30.858Z Finished `release` profile [optimized] target(s) in 5m 57s
21702024-12-17T20:53:31.015Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-17T20:53:31.064ZDec 17 20:53:29.704 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-17T20:53:31.168ZDec 17 20:53:29.810 DEBG running: git rev-parse HEAD
21732024-12-17T20:53:31.174ZDec 17 20:53:29.817 DEBG process exited with exit status: 0 (6.704274ms)
21742024-12-17T20:53:31.174ZDec 17 20:53:29.817 INFO version: 12.0.0-0.ci+git1214a47dcd7
21752024-12-17T20:53:31.216ZDec 17 20:53:29.858 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-17T20:53:31.216ZDec 17 20:53:29.858 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-17T20:53:31.221ZCloning into '/work/oxidecomputer/helios'...
21782024-12-17T20:53:31.751ZDec 17 20:53:30.388 DEBG process exited with exit status: 0 (529.426661ms)
21792024-12-17T20:53:31.751ZDec 17 20:53:30.388 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-17T20:53:31.775Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21812024-12-17T20:53:31.775Z# branch.head master
21822024-12-17T20:53:31.775Z# branch.upstream origin/master
21832024-12-17T20:53:31.776Z# branch.ab +0 -0
21842024-12-17T20:53:31.776ZDec 17 20:53:30.396 DEBG process exited with exit status: 0 (8.602406ms)
21852024-12-17T20:53:31.776ZDec 17 20:53:30.396 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-17T20:53:32.677ZDec 17 20:53:31.315 DEBG process exited with exit status: 0 (918.920898ms)
21872024-12-17T20:53:32.677ZDec 17 20:53:31.316 DEBG running: zfs list rpool/images/build/host
21882024-12-17T20:53:32.684ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-17T20:53:32.684Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-17T20:53:32.684ZDec 17 20:53:31.323 DEBG process exited with exit status: 0 (7.743627ms)
21912024-12-17T20:53:32.684ZDec 17 20:53:31.323 DEBG running: zfs list rpool/images/build/recovery
21922024-12-17T20:53:32.690ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-17T20:53:32.690Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-17T20:53:32.695ZDec 17 20:53:31.330 DEBG process exited with exit status: 0 (6.800607ms)
21952024-12-17T20:53:32.696ZDec 17 20:53:31.331 INFO [hubris-staging] running task
21962024-12-17T20:53:32.696ZDec 17 20:53:31.331 INFO [hubris-production] running task
21972024-12-17T20:53:32.696ZDec 17 20:53:31.331 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21982024-12-17T20:53:32.696ZDec 17 20:53:31.335 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
21992024-12-17T20:53:32.763Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-17T20:53:33.192Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-17T20:53:33.750Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-17T20:53:34.025Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-17T20:53:34.845ZDec 17 20:53:33.488 INFO [hubris-production] task succeeded (2.157094556s)
22042024-12-17T20:53:34.938Z[ omicron-package] Compiling zerocopy v0.8.10
22052024-12-17T20:53:34.938Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22062024-12-17T20:53:34.943Z[ omicron-package] Compiling itertools v0.13.0
22072024-12-17T20:53:34.944Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22082024-12-17T20:53:34.944Z[ omicron-package] Compiling heapless v0.8.0
22092024-12-17T20:53:34.944Z[ omicron-package] Compiling hash32 v0.3.1
22102024-12-17T20:53:34.944Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112024-12-17T20:53:34.944Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-17T20:53:36.311Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-17T20:53:36.691Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-17T20:53:36.881Z[ omicron-package] Compiling cobs v0.2.3
22152024-12-17T20:53:37.221Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22162024-12-17T20:53:37.482Z[ omicron-package] Compiling proc-macro-error v1.0.4
22172024-12-17T20:53:37.688Z[ omicron-package] Compiling postcard v1.0.10
22182024-12-17T20:53:37.907Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22192024-12-17T20:53:38.040Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22202024-12-17T20:53:38.256Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-17T20:53:38.895Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-17T20:53:39.743Z[ omicron-package] Compiling tabwriter v1.4.0
22232024-12-17T20:53:40.081Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22242024-12-17T20:53:40.452Z[ omicron-package] Compiling foreign-types v0.5.0
22252024-12-17T20:53:40.680Z[ omicron-package] Compiling num_enum v0.5.11
22262024-12-17T20:53:41.003Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-17T20:53:41.071Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-17T20:53:41.078Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22292024-12-17T20:53:41.366Z[ omicron-package] Compiling pretty-hex v0.2.1
22302024-12-17T20:53:41.829Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22312024-12-17T20:53:41.952Z[ omicron-package] Compiling thiserror v2.0.3
22322024-12-17T20:53:42.051Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22332024-12-17T20:53:42.194Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22342024-12-17T20:53:42.230Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-17T20:53:42.613Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-17T20:53:42.908Z[ omicron-package] Compiling colored v2.1.0
22372024-12-17T20:53:43.210Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-17T20:53:44.305Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-17T20:53:44.451Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22402024-12-17T20:53:45.226Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22412024-12-17T20:53:45.689Z[ omicron-package] Compiling sigpipe v0.1.3
22422024-12-17T20:53:45.992Z[ omicron-package] Compiling num-derive v0.4.2
22432024-12-17T20:53:46.096Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22442024-12-17T20:53:46.165ZDec 17 20:53:44.803 INFO [hubris-staging] task succeeded (13.472114047s)
22452024-12-17T20:53:46.880Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-17T20:53:47.539Z[ omicron-package] Compiling zone v0.3.0
22472024-12-17T20:53:47.770Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22482024-12-17T20:53:47.895Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-17T20:53:49.058Z[ omicron-package] Compiling smf v0.2.3
22502024-12-17T20:53:49.576Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22512024-12-17T20:53:49.908Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22522024-12-17T20:53:50.679Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-17T20:53:52.943Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-17T20:53:52.973Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22552024-12-17T20:53:53.005Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-17T20:53:53.109Z[ omicron-package] Compiling gethostname v0.5.0
22572024-12-17T20:53:53.465Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22582024-12-17T20:53:53.822Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22592024-12-17T20:53:54.060Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22602024-12-17T20:53:55.270Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-17T20:53:57.373Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-17T20:53:58.743Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-17T20:54:00.174Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-17T20:54:03.295Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-17T20:54:03.865Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-17T20:54:05.646Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-17T20:54:14.992Z[ helios-setup] Dec 17 20:54:13.635 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-17T20:54:14.995Z[ helios-setup] Dec 17 20:54:13.637 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
22692024-12-17T20:54:14.995Z[ helios-setup] Dec 17 20:54:13.637 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
22702024-12-17T20:54:14.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22712024-12-17T20:54:16.291Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22722024-12-17T20:54:16.306Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22732024-12-17T20:54:23.055Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22742024-12-17T20:54:23.068Z[ helios-setup] Dec 17 20:54:21.710 INFO clone ok!, project: amd-host-image-builder
22752024-12-17T20:54:23.071Z[ helios-setup] Dec 17 20:54:21.711 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
22762024-12-17T20:54:23.071Z[ helios-setup] Dec 17 20:54:21.711 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22772024-12-17T20:54:23.075Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22782024-12-17T20:54:23.946Z[ helios-setup] Dec 17 20:54:22.588 INFO clone ok!, project: chelsio-t6-roms
22792024-12-17T20:54:23.949Z[ helios-setup] Dec 17 20:54:22.589 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22802024-12-17T20:54:23.949Z[ helios-setup] Dec 17 20:54:22.589 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
22812024-12-17T20:54:23.949Z[ helios-setup] Dec 17 20:54:22.589 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22822024-12-17T20:54:23.949Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22832024-12-17T20:54:24.424Z[ helios-setup] Dec 17 20:54:23.067 INFO clone ok!, project: phbl
22842024-12-17T20:54:24.426Z[ helios-setup] Dec 17 20:54:23.067 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22852024-12-17T20:54:24.426Z[ helios-setup] Dec 17 20:54:23.067 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
22862024-12-17T20:54:24.427Z[ helios-setup] Dec 17 20:54:23.067 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22872024-12-17T20:54:24.429Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22882024-12-17T20:54:24.826Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.12s
22892024-12-17T20:54:25.083Z[ omicron-package]
22902024-12-17T20:54:25.083Z[ omicron-package] real 52.341226897
22912024-12-17T20:54:25.083Z[ omicron-package] user 3:00.253062409
22922024-12-17T20:54:25.085Z[ omicron-package] sys 26.742016383
22932024-12-17T20:54:25.086Z[ omicron-package] trap 0.258955972
22942024-12-17T20:54:25.086Z[ omicron-package] tflt 0.377761936
22952024-12-17T20:54:25.086Z[ omicron-package] dflt 0.762999190
22962024-12-17T20:54:25.086Z[ omicron-package] kflt 0.000472180
22972024-12-17T20:54:25.086Z[ omicron-package] lock 6:23.439571651
22982024-12-17T20:54:25.086Z[ omicron-package] slp 10:11.811972932
22992024-12-17T20:54:25.086Z[ omicron-package] lat 1:40.864277769
23002024-12-17T20:54:25.086Z[ omicron-package] stop 1:05.579820516
23012024-12-17T20:54:25.086ZDec 17 20:54:23.726 INFO [omicron-package] process exited with exit status: 0 (52.390794495s)
23022024-12-17T20:54:25.086ZDec 17 20:54:23.726 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
23032024-12-17T20:54:25.169ZDec 17 20:54:23.812 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23042024-12-17T20:54:25.181Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23052024-12-17T20:54:25.184Z[ host-target] Created new build target 'host' and set it as active
23062024-12-17T20:54:25.184ZDec 17 20:54:23.826 INFO [host-target] process exited with exit status: 0 (99.823912ms)
23072024-12-17T20:54:25.184ZDec 17 20:54:23.826 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23082024-12-17T20:54:25.192Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23092024-12-17T20:54:25.192Z[ recovery-target] Created new build target 'recovery' and set it as active
23102024-12-17T20:54:25.195ZDec 17 20:54:23.838 INFO [recovery-target] process exited with exit status: 0 (25.791996ms)
23112024-12-17T20:54:25.203Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23122024-12-17T20:54:25.242Z[ helios-setup] Dec 17 20:54:23.883 INFO clone ok!, project: pilot
23132024-12-17T20:54:25.244Z[ helios-setup] Dec 17 20:54:23.883 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
23142024-12-17T20:54:25.244Z[ helios-setup] Dec 17 20:54:23.883 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23152024-12-17T20:54:25.244Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23162024-12-17T20:54:25.721Z[ helios-setup] Dec 17 20:54:24.364 INFO clone ok!, project: bootserver
23172024-12-17T20:54:25.725Z[ helios-setup] Dec 17 20:54:24.364 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
23182024-12-17T20:54:25.725Z[ helios-setup] Dec 17 20:54:24.364 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23192024-12-17T20:54:25.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23202024-12-17T20:54:26.376Z[ host-package] Compiling convert_case v0.4.0
23212024-12-17T20:54:26.376Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23222024-12-17T20:54:26.378Z[ host-package] Compiling newline-converter v0.3.0
23232024-12-17T20:54:26.378Z[ host-package] Compiling password-hash v0.5.0
23242024-12-17T20:54:26.378Z[ host-package] Compiling progenitor-client v0.8.0
23252024-12-17T20:54:26.378Z[ host-package] Compiling blake2 v0.10.6
23262024-12-17T20:54:26.378Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23272024-12-17T20:54:26.378Z[ host-package] Compiling cancel-safe-futures v0.1.5
23282024-12-17T20:54:26.872Z[ host-package] Compiling expectorate v1.1.0
23292024-12-17T20:54:26.891Z[ host-package] Compiling owo-colors v4.1.0
23302024-12-17T20:54:27.083Z[ host-package] Compiling progenitor v0.8.0
23312024-12-17T20:54:27.137Z[ host-package] Compiling num-rational v0.4.2
23322024-12-17T20:54:27.183Z[ host-package] Compiling argon2 v0.5.3
23332024-12-17T20:54:27.244Z[ host-package] Compiling derive_more v0.99.18
23342024-12-17T20:54:27.289Z[ host-package] Compiling num-complex v0.4.6
23352024-12-17T20:54:27.968Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23362024-12-17T20:54:28.458Z[ host-package] Compiling atomicwrites v0.4.4
23372024-12-17T20:54:28.657Z[ host-package] Compiling num v0.4.3
23382024-12-17T20:54:28.803Z[ host-package] Compiling libsw v3.3.1
23392024-12-17T20:54:28.830Z[ host-package] Compiling indent_write v2.2.0
23402024-12-17T20:54:28.908Z[ host-package] Compiling linear-map v1.2.0
23412024-12-17T20:54:29.031Z[ host-package] Compiling float-ord v0.3.2
23422024-12-17T20:54:29.082Z[ host-package] Compiling swrite v0.1.0
23432024-12-17T20:54:29.187Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23442024-12-17T20:54:29.219Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23452024-12-17T20:54:29.243Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23462024-12-17T20:54:29.361Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23472024-12-17T20:54:29.705Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23482024-12-17T20:54:29.737Z[ host-package] Compiling highway v1.2.0
23492024-12-17T20:54:30.177Z[ host-package] Compiling semver v0.1.20
23502024-12-17T20:54:30.778Z[ host-package] Compiling rustc_version v0.1.7
23512024-12-17T20:54:31.239Z[ host-package] Compiling newtype_derive v0.1.6
23522024-12-17T20:54:31.302Z[ host-package] Compiling newtype-uuid v1.1.3
23532024-12-17T20:54:31.664Z[ host-package] Compiling dropshot v0.13.0
23542024-12-17T20:54:31.697Z[ host-package] Compiling ipnetwork v0.20.0
23552024-12-17T20:54:31.774Z[ host-package] Compiling instant v0.1.13
23562024-12-17T20:54:31.954Z[ host-package] Compiling humantime v2.1.0
23572024-12-17T20:54:32.619Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23582024-12-17T20:54:32.986Z[ host-package] Compiling backoff v0.4.0
23592024-12-17T20:54:32.990Z[ helios-setup] Dec 17 20:54:31.632 INFO clone ok!, project: amd-firmware
23602024-12-17T20:54:32.993Z[ helios-setup] Dec 17 20:54:31.633 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23612024-12-17T20:54:32.993Z[ helios-setup] Dec 17 20:54:31.633 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
23622024-12-17T20:54:32.993Z[ helios-setup] Dec 17 20:54:31.633 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23632024-12-17T20:54:32.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23642024-12-17T20:54:33.676Z[ helios-setup] Dec 17 20:54:32.319 INFO clone ok!, project: pinprick
23652024-12-17T20:54:33.681Z[ helios-setup] Dec 17 20:54:32.319 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
23662024-12-17T20:54:33.681Z[ helios-setup] Dec 17 20:54:32.319 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23672024-12-17T20:54:33.684Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23682024-12-17T20:54:33.710Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23692024-12-17T20:54:34.100Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23702024-12-17T20:54:34.318Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23712024-12-17T20:54:34.445Z[ helios-setup] Dec 17 20:54:33.087 INFO clone ok!, project: image-builder
23722024-12-17T20:54:34.447Z[ helios-setup] Dec 17 20:54:33.088 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23732024-12-17T20:54:35.321Z[ helios-setup] Dec 17 20:54:33.963 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23742024-12-17T20:54:35.871Z[ helios-setup] Dec 17 20:54:34.513 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23752024-12-17T20:54:35.871Z[ helios-setup] Dec 17 20:54:34.514 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23762024-12-17T20:54:36.418Z[ helios-setup] Dec 17 20:54:35.061 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23772024-12-17T20:54:37.052Z[ helios-setup] Dec 17 20:54:35.694 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23782024-12-17T20:54:37.052Z[ helios-setup] Dec 17 20:54:35.695 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23792024-12-17T20:54:37.644Z[ helios-setup] Dec 17 20:54:36.287 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23802024-12-17T20:54:37.775Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23812024-12-17T20:54:38.199Z[ helios-setup] Dec 17 20:54:36.838 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23822024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23832024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23842024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO ok!
23852024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23862024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23872024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.838 INFO ok!
23882024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.839 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23892024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.839 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23902024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.839 INFO ok!
23912024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.839 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23922024-12-17T20:54:38.204Z[ helios-setup] Dec 17 20:54:36.839 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23932024-12-17T20:54:38.207Z[ helios-setup] Dec 17 20:54:36.849 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23942024-12-17T20:54:38.464Z[ host-package] Compiling parse-display v0.10.0
23952024-12-17T20:54:38.631Z[ helios-setup] Dec 17 20:54:37.272 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23962024-12-17T20:54:38.636Z[ helios-setup] Dec 17 20:54:37.273 INFO E| info: downloading component 'cargo'
23972024-12-17T20:54:39.118Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23982024-12-17T20:54:39.346Z[ host-package] Compiling serde_with v3.11.0
23992024-12-17T20:54:39.664Z[ host-package] Compiling strum v0.26.3
24002024-12-17T20:54:39.865Z[ helios-setup] Dec 17 20:54:38.508 INFO E| info: downloading component 'clippy'
24012024-12-17T20:54:39.895Z[ host-package] Compiling regress v0.9.1
24022024-12-17T20:54:40.250Z[ helios-setup] Dec 17 20:54:38.892 INFO E| info: downloading component 'rust-docs'
24032024-12-17T20:54:41.568Z[ helios-setup] Dec 17 20:54:40.210 INFO E| info: downloading component 'rust-src'
24042024-12-17T20:54:41.790Z[ helios-setup] Dec 17 20:54:40.433 INFO E| info: downloading component 'rust-std'
24052024-12-17T20:54:42.719Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24062024-12-17T20:54:44.074Z[ helios-setup] Dec 17 20:54:42.716 INFO E| info: downloading component 'rustc'
24072024-12-17T20:54:44.280Z[ host-package] Compiling macaddr v1.0.1
24082024-12-17T20:54:44.647Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092024-12-17T20:54:44.749Z[ host-package] Compiling steno v0.4.1
24102024-12-17T20:54:45.236Z[ host-package] Compiling prettyplease v0.2.25
24112024-12-17T20:54:45.271Z[ host-package] Compiling slog-dtrace v0.3.0
24122024-12-17T20:54:46.327Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24132024-12-17T20:54:47.316Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24142024-12-17T20:54:47.420Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24152024-12-17T20:54:49.892Z[ helios-setup] Dec 17 20:54:48.524 INFO E| info: downloading component 'rustfmt'
24162024-12-17T20:54:50.124Z[ helios-setup] Dec 17 20:54:48.766 INFO E| info: installing component 'cargo'
24172024-12-17T20:54:50.461Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24182024-12-17T20:54:51.373Z[ helios-setup] Dec 17 20:54:50.015 INFO E| info: installing component 'clippy'
24192024-12-17T20:54:51.536Z[ host-package] Compiling half v2.4.1
24202024-12-17T20:54:51.822Z[ helios-setup] Dec 17 20:54:50.463 INFO E| info: installing component 'rust-docs'
24212024-12-17T20:54:52.291Z[ host-package] Compiling ciborium-io v0.2.2
24222024-12-17T20:54:52.469Z[ host-package] Compiling ciborium-ll v0.2.2
24232024-12-17T20:54:53.056Z[ host-package] Compiling tungstenite v0.21.0
24242024-12-17T20:54:55.982Z[ host-package] Compiling tokio-tungstenite v0.21.0
24252024-12-17T20:54:56.803Z[ host-package] Compiling ciborium v0.2.2
24262024-12-17T20:54:57.775Z[ helios-setup] Dec 17 20:54:56.417 INFO E| info: installing component 'rust-src'
24272024-12-17T20:54:58.385Z[ helios-setup] Dec 17 20:54:57.027 INFO E| info: installing component 'rust-std'
24282024-12-17T20:54:59.461Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24292024-12-17T20:55:00.978Z[ helios-setup] Dec 17 20:54:59.620 INFO E| info: installing component 'rustc'
24302024-12-17T20:55:05.877Z[ host-package] Compiling fastrand v2.1.1
24312024-12-17T20:55:06.447Z[ host-package] Compiling same-file v1.0.6
24322024-12-17T20:55:06.742Z[ host-package] Compiling display-error-chain v0.2.2
24332024-12-17T20:55:06.746Z[ host-package] Compiling walkdir v2.5.0
24342024-12-17T20:55:06.992Z[ host-package] Compiling tempfile v3.13.0
24352024-12-17T20:55:07.036Z[ helios-setup] Dec 17 20:55:05.678 INFO E| info: installing component 'rustfmt'
24362024-12-17T20:55:07.578Z[ host-package] Compiling ring v0.16.20
24372024-12-17T20:55:07.839Z[ helios-setup] Dec 17 20:55:06.481 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24382024-12-17T20:55:08.045Z[ host-package] Compiling blake3 v1.5.4
24392024-12-17T20:55:08.074Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24402024-12-17T20:55:08.462Z[ host-package] Compiling xattr v1.3.1
24412024-12-17T20:55:08.576Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24422024-12-17T20:55:08.704Z[ host-package] Compiling memmap2 v0.9.5
24432024-12-17T20:55:08.775Z[ host-package] Compiling filetime v0.2.25
24442024-12-17T20:55:08.791Z[ helios-setup] Dec 17 20:55:07.433 INFO E| From https://github.com/oxidecomputer/amd-apcb
24452024-12-17T20:55:08.791Z[ helios-setup] Dec 17 20:55:07.433 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24462024-12-17T20:55:08.794Z[ helios-setup] Dec 17 20:55:07.433 INFO E| * [new tag] v0.4.3 -> v0.4.3
24472024-12-17T20:55:08.821Z[ helios-setup] Dec 17 20:55:07.463 INFO E| * [new tag] v0.1.3 -> v0.1.3
24482024-12-17T20:55:08.821Z[ helios-setup] Dec 17 20:55:07.463 INFO E| * [new tag] v0.1.4 -> v0.1.4
24492024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.1.5 -> v0.1.5
24502024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.2.0 -> v0.2.0
24512024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.0 -> v0.3.0
24522024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.1 -> v0.3.1
24532024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.2 -> v0.3.2
24542024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.464 INFO E| * [new tag] v0.3.3 -> v0.3.3
24552024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.0 -> v0.4.0
24562024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.1 -> v0.4.1
24572024-12-17T20:55:08.823Z[ helios-setup] Dec 17 20:55:07.465 INFO E| * [new tag] v0.4.2 -> v0.4.2
24582024-12-17T20:55:08.888Z[ helios-setup] Dec 17 20:55:07.529 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24592024-12-17T20:55:09.087Z[ host-package] Compiling keccak v0.1.5
24602024-12-17T20:55:09.194Z[ host-package] Compiling constant_time_eq v0.3.1
24612024-12-17T20:55:09.368Z[ host-package] Compiling spin v0.5.2
24622024-12-17T20:55:09.529Z[ host-package] Compiling arrayvec v0.7.6
24632024-12-17T20:55:09.610Z[ host-package] Compiling arrayref v0.3.9
24642024-12-17T20:55:09.736Z[ host-package] Compiling sha3 v0.10.8
24652024-12-17T20:55:09.980Z[ helios-setup] Dec 17 20:55:08.622 INFO E| From https://github.com/oxidecomputer/amd-efs
24662024-12-17T20:55:09.980Z[ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] empty -> origin/empty
24672024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] issue-99 -> origin/issue-99
24682024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.622 INFO E| * [new branch] main -> origin/main
24692024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new branch] review -> origin/review
24702024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new ref] -> origin/HEAD
24712024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.0 -> v0.2.0
24722024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.1 -> v0.2.1
24732024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.2 -> v0.2.2
24742024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.623 INFO E| * [new tag] v0.2.3 -> v0.2.3
24752024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.4 -> v0.2.4
24762024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.5 -> v0.2.5
24772024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.6 -> v0.2.6
24782024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.2.7 -> v0.2.7
24792024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.3.0 -> v0.3.0
24802024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.3.1 -> v0.3.1
24812024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.624 INFO E| * [new tag] v0.4.0 -> v0.4.0
24822024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.1 -> v0.4.1
24832024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.2 -> v0.4.2
24842024-12-17T20:55:09.983Z[ helios-setup] Dec 17 20:55:08.625 INFO E| * [new tag] v0.4.3 -> v0.4.3
24852024-12-17T20:55:10.017Z[ helios-setup] Dec 17 20:55:08.659 INFO E| Updating crates.io index
24862024-12-17T20:55:10.078Z[ host-package] Compiling tar v0.4.42
24872024-12-17T20:55:10.288Z[ helios-setup] Dec 17 20:55:08.930 INFO E| Downloading crates ...
24882024-12-17T20:55:10.468Z[ helios-setup] Dec 17 20:55:09.111 INFO E| Downloaded ansi_term v0.12.1
24892024-12-17T20:55:10.504Z[ helios-setup] Dec 17 20:55:09.147 INFO E| Downloaded unic-ucd-version v0.9.0
24902024-12-17T20:55:10.507Z[ helios-setup] Dec 17 20:55:09.148 INFO E| Downloaded unic-common v0.9.0
24912024-12-17T20:55:10.507Z[ helios-setup] Dec 17 20:55:09.149 INFO E| Downloaded unic-char-range v0.9.0
24922024-12-17T20:55:10.510Z[ helios-setup] Dec 17 20:55:09.150 INFO E| Downloaded unic-char-property v0.9.0
24932024-12-17T20:55:10.510Z[ helios-setup] Dec 17 20:55:09.152 INFO E| Downloaded scroll_derive v0.10.5
24942024-12-17T20:55:10.510Z[ helios-setup] Dec 17 20:55:09.153 INFO E| Downloaded parse_int v0.6.0
24952024-12-17T20:55:10.513Z[ helios-setup] Dec 17 20:55:09.154 INFO E| Downloaded memoffset v0.5.6
24962024-12-17T20:55:10.513Z[ helios-setup] Dec 17 20:55:09.155 INFO E| Downloaded cfg-if v0.1.10
24972024-12-17T20:55:10.516Z[ helios-setup] Dec 17 20:55:09.157 INFO E| Downloaded fletcher v0.1.0
24982024-12-17T20:55:10.540Z[ helios-setup] Dec 17 20:55:09.183 INFO E| Downloaded vec_map v0.8.2
24992024-12-17T20:55:10.543Z[ helios-setup] Dec 17 20:55:09.184 INFO E| Downloaded unic-ucd-ident v0.9.0
25002024-12-17T20:55:10.545Z[ helios-setup] Dec 17 20:55:09.187 INFO E| Downloaded thiserror-impl v1.0.64
25012024-12-17T20:55:10.547Z[ helios-setup] Dec 17 20:55:09.189 INFO E| Downloaded textwrap v0.11.0
25022024-12-17T20:55:10.550Z[ helios-setup] Dec 17 20:55:09.191 INFO E| Downloaded strum_macros v0.23.1
25032024-12-17T20:55:10.553Z[ helios-setup] Dec 17 20:55:09.194 INFO E| Downloaded thiserror v1.0.64
25042024-12-17T20:55:10.560Z[ helios-setup] Dec 17 20:55:09.202 INFO E| Downloaded pre-proc-macro v0.2.1
25052024-12-17T20:55:10.563Z[ helios-setup] Dec 17 20:55:09.205 INFO E| Downloaded once_cell v1.20.1
25062024-12-17T20:55:10.567Z[ helios-setup] Dec 17 20:55:09.209 INFO E| Downloaded proc-macro2 v1.0.86
25072024-12-17T20:55:10.571Z[ helios-setup] Dec 17 20:55:09.213 INFO E| Downloaded toml v0.5.11
25082024-12-17T20:55:10.574Z[ helios-setup] Dec 17 20:55:09.216 INFO E| Downloaded structopt v0.3.26
25092024-12-17T20:55:10.583Z[ helios-setup] Dec 17 20:55:09.225 INFO E| Downloaded serde v1.0.210
25102024-12-17T20:55:10.587Z[ helios-setup] Dec 17 20:55:09.230 INFO E| Downloaded strum v0.23.0
25112024-12-17T20:55:10.590Z[ helios-setup] Dec 17 20:55:09.231 INFO E| Downloaded serde_derive v1.0.210
25122024-12-17T20:55:10.593Z[ helios-setup] Dec 17 20:55:09.234 INFO E| Downloaded pest_derive v2.7.13
25132024-12-17T20:55:10.596Z[ helios-setup] Dec 17 20:55:09.236 INFO E| Downloaded pest v2.7.13
25142024-12-17T20:55:10.600Z[ helios-setup] Dec 17 20:55:09.242 INFO E| Downloaded modular-bitfield v0.11.2
25152024-12-17T20:55:10.614Z[ helios-setup] Dec 17 20:55:09.256 INFO E| Downloaded pest_meta v2.7.13
25162024-12-17T20:55:10.616Z[ helios-setup] Dec 17 20:55:09.259 INFO E| Downloaded goblin v0.4.3
25172024-12-17T20:55:10.643Z[ helios-setup] Dec 17 20:55:09.286 INFO E| Downloaded clap v2.34.0
25182024-12-17T20:55:10.654Z[ helios-setup] Dec 17 20:55:09.296 INFO E| Downloaded syn v2.0.79
25192024-12-17T20:55:10.672Z[ helios-setup] Dec 17 20:55:09.314 INFO E| Downloaded serde_json v1.0.128
25202024-12-17T20:55:10.683Z[ helios-setup] Dec 17 20:55:09.325 INFO E| Downloaded libc v0.2.159
25212024-12-17T20:55:10.719Z[ helios-setup] Dec 17 20:55:09.362 INFO E| Downloaded scroll v0.10.2
25222024-12-17T20:55:10.722Z[ helios-setup] Dec 17 20:55:09.364 INFO E| Downloaded pest_generator v2.7.13
25232024-12-17T20:55:10.727Z[ helios-setup] Dec 17 20:55:09.366 INFO E| Downloaded structopt-derive v0.4.18
25242024-12-17T20:55:10.730Z[ helios-setup] Dec 17 20:55:09.368 INFO E| Downloaded strsim v0.8.0
25252024-12-17T20:55:10.730Z[ helios-setup] Dec 17 20:55:09.370 INFO E| Downloaded semver-parser v0.7.0
25262024-12-17T20:55:10.730Z[ helios-setup] Dec 17 20:55:09.371 INFO E| Downloaded semver v0.9.0
25272024-12-17T20:55:10.733Z[ helios-setup] Dec 17 20:55:09.374 INFO E| Downloaded rustc_version v0.2.3
25282024-12-17T20:55:10.736Z[ helios-setup] Dec 17 20:55:09.375 INFO E| Downloaded proc-macro-crate v0.1.5
25292024-12-17T20:55:10.736Z[ helios-setup] Dec 17 20:55:09.377 INFO E| Downloaded pre v0.2.1
25302024-12-17T20:55:10.736Z[ helios-setup] Dec 17 20:55:09.378 INFO E| Downloaded modular-bitfield-impl v0.11.2
25312024-12-17T20:55:10.738Z[ helios-setup] Dec 17 20:55:09.380 INFO E| Downloaded four-cc v0.3.0
25322024-12-17T20:55:10.741Z[ helios-setup] Dec 17 20:55:09.382 INFO E| Downloaded bytesize v1.3.0
25332024-12-17T20:55:10.746Z[ host-package] Compiling camino-tempfile v1.1.1
25342024-12-17T20:55:10.839Z[ helios-setup] Dec 17 20:55:09.481 INFO E| Compiling proc-macro2 v1.0.86
25352024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling unicode-ident v1.0.13
25362024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling syn v1.0.109
25372024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling version_check v0.9.5
25382024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling memchr v2.7.4
25392024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling semver-parser v0.7.0
25402024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling thiserror v1.0.64
25412024-12-17T20:55:10.842Z[ helios-setup] Dec 17 20:55:09.482 INFO E| Compiling autocfg v1.4.0
25422024-12-17T20:55:11.230Z[ host-package] Compiling toolchain_find v0.4.0
25432024-12-17T20:55:11.524Z[ helios-setup] Dec 17 20:55:10.166 INFO E| Compiling serde v1.0.210
25442024-12-17T20:55:11.995Z[ host-package] Compiling const_format_proc_macros v0.2.33
25452024-12-17T20:55:12.306Z[ helios-setup] Dec 17 20:55:10.949 INFO E| Compiling semver v0.9.0
25462024-12-17T20:55:12.347Z[ helios-setup] Dec 17 20:55:10.990 INFO E| Compiling proc-macro-error-attr v1.0.4
25472024-12-17T20:55:12.505Z[ helios-setup] Dec 17 20:55:11.143 INFO E| Compiling proc-macro-error v1.0.4
25482024-12-17T20:55:12.582Z[ host-package] Compiling crunchy v0.2.2
25492024-12-17T20:55:12.789Z[ helios-setup] Dec 17 20:55:11.430 INFO E| Compiling serde_json v1.0.128
25502024-12-17T20:55:12.926Z[ helios-setup] Dec 17 20:55:11.568 INFO E| Compiling rustc_version v0.2.3
25512024-12-17T20:55:13.214Z[ helios-setup] Dec 17 20:55:11.856 INFO E| Compiling num-traits v0.2.19
25522024-12-17T20:55:13.285Z[ host-package] Compiling topological-sort v0.2.2
25532024-12-17T20:55:13.334Z[ helios-setup] Dec 17 20:55:11.976 INFO E| Compiling ryu v1.0.18
25542024-12-17T20:55:13.369Z[ host-package] Compiling maplit v1.0.2
25552024-12-17T20:55:13.520Z[ helios-setup] Dec 17 20:55:12.161 INFO E| Compiling unicode-segmentation v1.12.0
25562024-12-17T20:55:13.646Z[ helios-setup] Dec 17 20:55:12.288 INFO E| Compiling schemars v0.8.21
25572024-12-17T20:55:13.883Z[ host-package] Compiling omicron-zone-package v0.11.1
25582024-12-17T20:55:13.883Z[ helios-setup] Dec 17 20:55:12.518 INFO E| Compiling itoa v1.0.11
25592024-12-17T20:55:13.991Z[ helios-setup] Dec 17 20:55:12.633 INFO E| Compiling pre-proc-macro v0.2.1
25602024-12-17T20:55:14.028Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25612024-12-17T20:55:14.087Z[ host-package] Compiling tiny-keccak v2.0.2
25622024-12-17T20:55:14.090Z[ helios-setup] Dec 17 20:55:12.731 INFO E| Compiling quote v1.0.37
25632024-12-17T20:55:14.578Z[ helios-setup] Dec 17 20:55:13.199 INFO E| Compiling memoffset v0.5.6
25642024-12-17T20:55:14.604Z[ helios-setup] Dec 17 20:55:13.246 INFO E| Compiling heck v0.3.3
25652024-12-17T20:55:14.794Z[ helios-setup] Dec 17 20:55:13.435 INFO E| Compiling syn v2.0.79
25662024-12-17T20:55:15.077Z[ helios-setup] Dec 17 20:55:13.720 INFO E| Compiling paste v1.0.15
25672024-12-17T20:55:15.224Z[ helios-setup] Dec 17 20:55:13.865 INFO E| Compiling rustversion v1.0.17
25682024-12-17T20:55:15.228Z[ helios-setup] Dec 17 20:55:13.871 INFO E| Compiling libc v0.2.159
25692024-12-17T20:55:15.242Z[ helios-setup] Dec 17 20:55:13.884 INFO E| Compiling ucd-trie v0.1.7
25702024-12-17T20:55:15.574Z[ host-package] Compiling dsl_auto_type v0.1.2
25712024-12-17T20:55:15.630Z[ host-package] Compiling phf_generator v0.11.2
25722024-12-17T20:55:15.812Z[ host-package] Compiling const_format v0.2.33
25732024-12-17T20:55:15.889Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25742024-12-17T20:55:15.968Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25752024-12-17T20:55:16.026Z[ host-package] Compiling secrecy v0.8.0
25762024-12-17T20:55:16.296Z[ helios-setup] Dec 17 20:55:14.938 INFO E| Compiling dyn-clone v1.0.17
25772024-12-17T20:55:16.554Z[ helios-setup] Dec 17 20:55:15.188 INFO E| Compiling lazy_static v1.5.0
25782024-12-17T20:55:16.797Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25792024-12-17T20:55:16.867Z[ helios-setup] Dec 17 20:55:15.509 INFO E| Compiling pre v0.2.1
25802024-12-17T20:55:16.900Z[ helios-setup] Dec 17 20:55:15.542 INFO E| Compiling once_cell v1.20.1
25812024-12-17T20:55:17.020Z[ helios-setup] Dec 17 20:55:15.662 INFO E| Compiling byteorder v1.5.0
25822024-12-17T20:55:17.023Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25832024-12-17T20:55:17.512Z[ helios-setup] Dec 17 20:55:16.154 INFO E| Compiling cfg-if v0.1.10
25842024-12-17T20:55:17.637Z[ helios-setup] Dec 17 20:55:16.279 INFO E| Compiling static_assertions v1.1.0
25852024-12-17T20:55:17.702Z[ host-package] Compiling arc-swap v1.7.1
25862024-12-17T20:55:17.994Z[ helios-setup] Dec 17 20:55:16.636 INFO E| Compiling unicode-width v0.1.14
25872024-12-17T20:55:18.182Z[ host-package] Compiling r2d2 v0.8.10
25882024-12-17T20:55:18.255Z[ host-package] Compiling diesel_derives v2.2.3
25892024-12-17T20:55:18.337Z[ host-package] Compiling phf_codegen v0.11.2
25902024-12-17T20:55:18.888Z[ helios-setup] Dec 17 20:55:17.531 INFO E| Compiling textwrap v0.11.0
25912024-12-17T20:55:19.011Z[ host-package] Compiling slog-scope v4.4.0
25922024-12-17T20:55:19.301Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25932024-12-17T20:55:19.304Z[ host-package] Compiling ascii-canvas v3.0.0
25942024-12-17T20:55:19.729Z[ host-package] Compiling universal-hash v0.5.1
25952024-12-17T20:55:19.751Z[ helios-setup] Dec 17 20:55:18.393 INFO E| Compiling atty v0.2.14
25962024-12-17T20:55:19.889Z[ helios-setup] Dec 17 20:55:18.531 INFO E| Compiling ansi_term v0.12.1
25972024-12-17T20:55:19.999Z[ helios-setup] Dec 17 20:55:18.642 INFO E| Compiling unic-char-range v0.9.0
25982024-12-17T20:55:20.213Z[ helios-setup] Dec 17 20:55:18.856 INFO E| Compiling vec_map v0.8.2
25992024-12-17T20:55:20.236Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26002024-12-17T20:55:20.509Z[ helios-setup] Dec 17 20:55:19.151 INFO E| Compiling strsim v0.8.0
26012024-12-17T20:55:20.580Z[ helios-setup] Dec 17 20:55:19.222 INFO E| Compiling unic-common v0.9.0
26022024-12-17T20:55:20.830Z[ helios-setup] Dec 17 20:55:19.472 INFO E| Compiling bitflags v1.3.2
26032024-12-17T20:55:20.862Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26042024-12-17T20:55:20.947Z[ helios-setup] Dec 17 20:55:19.590 INFO E| Compiling fletcher v0.1.0
26052024-12-17T20:55:20.996Z[ helios-setup] Dec 17 20:55:19.639 INFO E| Compiling strum v0.23.0
26062024-12-17T20:55:21.053Z[ host-package] Compiling parse-zoneinfo v0.3.1
26072024-12-17T20:55:21.059Z[ helios-setup] Dec 17 20:55:19.662 INFO E| Compiling clap v2.34.0
26082024-12-17T20:55:21.216Z[ helios-setup] Dec 17 20:55:19.858 INFO E| Compiling unic-ucd-version v0.9.0
26092024-12-17T20:55:21.280Z[ helios-setup] Dec 17 20:55:19.922 INFO E| Compiling unic-char-property v0.9.0
26102024-12-17T20:55:21.316Z[ helios-setup] Dec 17 20:55:19.958 INFO E| Compiling plain v0.2.3
26112024-12-17T20:55:21.644Z[ helios-setup] Dec 17 20:55:20.286 INFO E| Compiling parse_int v0.6.0
26122024-12-17T20:55:21.815Z[ helios-setup] Dec 17 20:55:20.457 INFO E| Compiling log v0.4.22
26132024-12-17T20:55:21.941Z[ helios-setup] Dec 17 20:55:20.583 INFO E| Compiling unic-ucd-ident v0.9.0
26142024-12-17T20:55:21.970Z[ helios-setup] Dec 17 20:55:20.612 INFO E| Compiling bytesize v1.3.0
26152024-12-17T20:55:23.293Z[ helios-setup] Dec 17 20:55:21.935 INFO E| Compiling serde_derive_internals v0.29.1
26162024-12-17T20:55:23.812Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26172024-12-17T20:55:24.106Z[ host-package] Compiling ena v0.14.3
26182024-12-17T20:55:25.003Z[ host-package] Compiling opaque-debug v0.3.1
26192024-12-17T20:55:25.283Z[ host-package] Compiling regex-syntax v0.6.29
26202024-12-17T20:55:25.489Z[ host-package] Compiling diff v0.1.13
26212024-12-17T20:55:25.496Z[ helios-setup] Dec 17 20:55:24.138 INFO E| Compiling toml v0.5.11
26222024-12-17T20:55:26.543Z[ host-package] Compiling thiserror-no-std v2.0.2
26232024-12-17T20:55:26.759Z[ host-package] Compiling poly1305 v0.8.0
26242024-12-17T20:55:27.726Z[ helios-setup] Dec 17 20:55:26.368 INFO E| Compiling thiserror-impl v1.0.64
26252024-12-17T20:55:27.726Z[ helios-setup] Dec 17 20:55:26.368 INFO E| Compiling serde_derive v1.0.210
26262024-12-17T20:55:27.729Z[ helios-setup] Dec 17 20:55:26.369 INFO E| Compiling schemars_derive v0.8.21
26272024-12-17T20:55:27.729Z[ helios-setup] Dec 17 20:55:26.369 INFO E| Compiling zerocopy-derive v0.6.6
26282024-12-17T20:55:29.350Z[ host-package] Compiling chrono-tz-build v0.4.0
26292024-12-17T20:55:31.132Z[ helios-setup] Dec 17 20:55:29.774 INFO E| Compiling proc-macro-crate v0.1.5
26302024-12-17T20:55:31.572Z[ helios-setup] Dec 17 20:55:30.214 INFO E| Compiling num-derive v0.4.2
26312024-12-17T20:55:31.807Z[ helios-setup] Dec 17 20:55:30.449 INFO E| Compiling zerocopy v0.6.6
26322024-12-17T20:55:32.203Z[ host-package] Compiling slog-stdlog v4.1.1
26332024-12-17T20:55:33.637Z[ host-package] Compiling lalrpop v0.19.12
26342024-12-17T20:55:34.119Z[ helios-setup] Dec 17 20:55:32.760 INFO E| Compiling pest v2.7.13
26352024-12-17T20:55:37.130Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362024-12-17T20:55:37.308Z[ helios-setup] Dec 17 20:55:35.951 INFO E| Compiling modular-bitfield-impl v0.11.2
26372024-12-17T20:55:37.879Z[ helios-setup] Dec 17 20:55:36.521 INFO E| Compiling strum_macros v0.23.1
26382024-12-17T20:55:38.799Z[ helios-setup] Dec 17 20:55:37.441 INFO E| Compiling pest_meta v2.7.13
26392024-12-17T20:55:38.846Z[ host-package] Compiling diesel v2.2.6
26402024-12-17T20:55:39.079Z[ helios-setup] Dec 17 20:55:37.722 INFO E| Compiling scroll_derive v0.10.5
26412024-12-17T20:55:39.342Z[ helios-setup] Dec 17 20:55:37.984 INFO E| Compiling structopt-derive v0.4.18
26422024-12-17T20:55:39.682Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26432024-12-17T20:55:40.359Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442024-12-17T20:55:41.025Z[ host-package] Compiling chacha20 v0.9.1
26452024-12-17T20:55:41.868Z[ helios-setup] Dec 17 20:55:40.510 INFO E| Compiling pest_generator v2.7.13
26462024-12-17T20:55:42.157Z[ host-package] Compiling aead v0.5.2
26472024-12-17T20:55:42.576Z[ helios-setup] Dec 17 20:55:41.218 INFO E| Compiling scroll v0.10.2
26482024-12-17T20:55:43.026Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26492024-12-17T20:55:43.318Z[ helios-setup] Dec 17 20:55:41.961 INFO E| Compiling modular-bitfield v0.11.2
26502024-12-17T20:55:43.779Z[ helios-setup] Dec 17 20:55:42.422 INFO E| Compiling goblin v0.4.3
26512024-12-17T20:55:44.897Z[ host-package] Compiling ref-cast v1.0.23
26522024-12-17T20:55:44.904Z[ helios-setup] Dec 17 20:55:43.524 INFO E| Compiling structopt v0.3.26
26532024-12-17T20:55:45.800Z[ host-package] Compiling vte v0.11.1
26542024-12-17T20:55:46.566Z[ helios-setup] Dec 17 20:55:45.209 INFO E| Compiling pest_derive v2.7.13
26552024-12-17T20:55:47.858Z[ host-package] Compiling chacha20poly1305 v0.10.1
26562024-12-17T20:55:48.245Z[ host-package] Compiling slog-envlogger v2.2.0
26572024-12-17T20:55:49.526Z[ host-package] Compiling chrono-tz v0.10.0
26582024-12-17T20:55:50.437Z[ host-package] Compiling vsss-rs v3.3.4
26592024-12-17T20:55:51.641Z[ helios-setup] Dec 17 20:55:50.283 INFO E| Compiling json5 v0.4.1
26602024-12-17T20:55:51.728Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612024-12-17T20:55:52.297Z[ host-package] Compiling derive_builder_core v0.20.2
26622024-12-17T20:55:55.338Z[ host-package] Compiling headers-core v0.3.0
26632024-12-17T20:55:55.629Z[ host-package] Compiling fxhash v0.2.1
26642024-12-17T20:55:55.987Z[ host-package] Compiling libxml v0.3.3
26652024-12-17T20:55:56.819Z[ host-package] Compiling ref-cast-impl v1.0.23
26662024-12-17T20:55:56.983Z[ host-package] Compiling bytecount v0.6.8
26672024-12-17T20:55:57.577Z[ host-package] Compiling papergrid v0.11.0
26682024-12-17T20:55:57.880Z[ helios-setup] Dec 17 20:55:56.522 INFO E| Compiling four-cc v0.3.0
26692024-12-17T20:55:57.880Z[ helios-setup] Dec 17 20:55:56.523 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26702024-12-17T20:55:58.174Z[ helios-setup] Dec 17 20:55:56.816 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26712024-12-17T20:56:12.123Z[ host-package] Compiling polar-core v0.27.3
26722024-12-17T20:56:14.457Z[ host-package] Compiling headers v0.4.0
26732024-12-17T20:56:15.841Z[ host-package] Compiling derive_builder_macro v0.20.2
26742024-12-17T20:56:17.985Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26752024-12-17T20:56:18.227Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762024-12-17T20:56:18.614Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772024-12-17T20:56:19.029Z[ host-package] Compiling tabled_derive v0.7.0
26782024-12-17T20:56:19.101Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792024-12-17T20:56:21.596Z[ host-package] Compiling itertools v0.12.1
26802024-12-17T20:56:21.934Z[ host-package] Compiling fd-lock v4.0.2
26812024-12-17T20:56:22.244Z[ host-package] Compiling peg-macros v0.8.4
26822024-12-17T20:56:24.440Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26832024-12-17T20:56:25.813Z[ host-package] Compiling strum_macros v0.24.3
26842024-12-17T20:56:26.003Z[ host-package] Compiling kstat-rs v0.2.4
26852024-12-17T20:56:26.033Z[ host-package] Compiling samael v0.0.17
26862024-12-17T20:56:26.801Z[ host-package] Compiling unicase v2.7.0
26872024-12-17T20:56:27.183Z[ host-package] Compiling nu-ansi-term v0.50.1
26882024-12-17T20:56:27.274Z[ host-package] Compiling indoc v1.0.9
26892024-12-17T20:56:28.298Z[ host-package] Compiling reedline v0.35.0
26902024-12-17T20:56:28.541Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912024-12-17T20:56:29.260Z[ host-package] Compiling peg v0.8.4
26922024-12-17T20:56:29.527Z[ host-package] Compiling tabled v0.15.0
26932024-12-17T20:56:42.909Z[ helios-setup] Dec 17 20:56:41.551 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26942024-12-17T20:56:45.735Z[ host-package] Compiling derive_builder v0.20.2
26952024-12-17T20:56:45.967Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962024-12-17T20:56:51.644Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26972024-12-17T20:56:53.053Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
26982024-12-17T20:56:53.671Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26992024-12-17T20:56:54.130Z[ host-package] Compiling bcs v0.1.6
27002024-12-17T20:56:55.275Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27012024-12-17T20:56:55.747Z[ host-package] Compiling oso-derive v0.27.3
27022024-12-17T20:56:56.983Z[ host-package] Compiling libz-sys v1.1.20
27032024-12-17T20:56:57.126Z[ host-package] Compiling quick-xml v0.33.0
27042024-12-17T20:56:58.058Z[ host-package] Compiling diesel-dtrace v0.4.2
27052024-12-17T20:56:58.541Z[ host-package] Compiling parking_lot_core v0.8.6
27062024-12-17T20:57:00.815Z[ helios-setup] Dec 17 20:56:59.457 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27072024-12-17T20:57:03.453Z[ host-package] Compiling oso v0.27.3
27082024-12-17T20:57:06.388Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27092024-12-17T20:57:08.076Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27102024-12-17T20:57:13.996Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27112024-12-17T20:57:17.513Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27122024-12-17T20:57:17.908Z[ host-package] Compiling bb8 v0.8.5
27132024-12-17T20:57:18.753Z[ host-package] Compiling async-bb8-diesel v0.2.1
27142024-12-17T20:57:21.922Z[ host-package] Compiling nibble_vec v0.1.0
27152024-12-17T20:57:22.229Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27162024-12-17T20:57:22.537Z[ host-package] Compiling atty v0.2.14
27172024-12-17T20:57:22.750Z[ host-package] Compiling salty v0.3.0
27182024-12-17T20:57:23.282Z[ host-package] Compiling endian-type v0.1.2
27192024-12-17T20:57:23.577Z[ host-package] Compiling radix_trie v0.2.1
27202024-12-17T20:57:25.449Z[ host-package] Compiling parking_lot v0.11.2
27212024-12-17T20:57:28.052Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27222024-12-17T20:57:33.918Z[ host-package] Compiling sled v0.34.7
27232024-12-17T20:57:49.388Z[ helios-setup] Dec 17 20:57:48.030 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 41s
27242024-12-17T20:57:49.426Z[ helios-setup] Dec 17 20:57:48.067 INFO building project "amd-host-image-builder" ok (191 seconds)
27252024-12-17T20:57:49.426Z[ helios-setup] Dec 17 20:57:48.067 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27262024-12-17T20:57:49.428Z[ helios-setup] Dec 17 20:57:48.067 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27272024-12-17T20:57:49.776Z[ helios-setup] Dec 17 20:57:48.418 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27282024-12-17T20:57:50.726Z[ helios-setup] Dec 17 20:57:49.368 INFO E| From https://github.com/oxidecomputer/progenitor
27292024-12-17T20:57:50.726Z[ helios-setup] Dec 17 20:57:49.368 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27302024-12-17T20:57:50.764Z[ helios-setup] Dec 17 20:57:49.404 INFO E| * [new tag] v0.1.1 -> v0.1.1
27312024-12-17T20:57:50.764Z[ helios-setup] Dec 17 20:57:49.405 INFO E| * [new tag] v0.2.0 -> v0.2.0
27322024-12-17T20:57:50.878Z[ helios-setup] Dec 17 20:57:49.520 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27332024-12-17T20:57:51.416Z[ helios-setup] Dec 17 20:57:50.058 INFO E| From https://github.com/jclulow/hiercmd
27342024-12-17T20:57:51.416Z[ helios-setup] Dec 17 20:57:50.058 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27352024-12-17T20:57:51.437Z[ helios-setup] Dec 17 20:57:50.078 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27362024-12-17T20:57:52.000Z[ helios-setup] Dec 17 20:57:50.642 INFO E| From https://github.com/jclulow/network-interface
27372024-12-17T20:57:52.000Z[ helios-setup] Dec 17 20:57:50.642 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27382024-12-17T20:57:52.019Z[ helios-setup] Dec 17 20:57:50.661 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27392024-12-17T20:57:52.600Z[ helios-setup] Dec 17 20:57:51.241 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27402024-12-17T20:57:52.600Z[ helios-setup] Dec 17 20:57:51.242 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27412024-12-17T20:57:52.636Z[ helios-setup] Dec 17 20:57:51.278 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27422024-12-17T20:57:53.436Z[ helios-setup] Dec 17 20:57:52.078 INFO E| From https://github.com/oxidecomputer/facade
27432024-12-17T20:57:53.436Z[ helios-setup] Dec 17 20:57:52.078 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27442024-12-17T20:57:53.483Z[ helios-setup] Dec 17 20:57:52.125 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27452024-12-17T20:57:54.336Z[ helios-setup] Dec 17 20:57:52.977 INFO E| From https://github.com/oxidecomputer/dropshot
27462024-12-17T20:57:54.336Z[ helios-setup] Dec 17 20:57:52.978 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27472024-12-17T20:57:54.375Z[ helios-setup] Dec 17 20:57:53.017 INFO E| * [new tag] v0.3.0 -> v0.3.0
27482024-12-17T20:57:54.376Z[ helios-setup] Dec 17 20:57:53.017 INFO E| * [new tag] v0.4.0 -> v0.4.0
27492024-12-17T20:57:54.385Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.5.0 -> v0.5.0
27502024-12-17T20:57:54.385Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.5.1 -> v0.5.1
27512024-12-17T20:57:54.386Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.6.0 -> v0.6.0
27522024-12-17T20:57:54.386Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.7.0 -> v0.7.0
27532024-12-17T20:57:54.386Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.8.0 -> v0.8.0
27542024-12-17T20:57:54.386Z[ helios-setup] Dec 17 20:57:53.018 INFO E| * [new tag] v0.9.0 -> v0.9.0
27552024-12-17T20:57:54.434Z[ helios-setup] Dec 17 20:57:53.076 INFO E| Updating crates.io index
27562024-12-17T20:57:54.475Z[ helios-setup] Dec 17 20:57:53.116 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27572024-12-17T20:57:55.297Z[ helios-setup] Dec 17 20:57:53.939 INFO E| From https://github.com/oxidecomputer/typify
27582024-12-17T20:57:55.299Z[ helios-setup] Dec 17 20:57:53.939 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27592024-12-17T20:57:55.334Z[ helios-setup] Dec 17 20:57:53.975 INFO E| * [new tag] v0.0.10 -> v0.0.10
27602024-12-17T20:57:55.334Z[ helios-setup] Dec 17 20:57:53.975 INFO E| * [new tag] v0.0.11 -> v0.0.11
27612024-12-17T20:57:55.336Z[ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.4 -> v0.0.4
27622024-12-17T20:57:55.336Z[ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.5 -> v0.0.5
27632024-12-17T20:57:55.336Z[ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.7 -> v0.0.7
27642024-12-17T20:57:55.336Z[ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.8 -> v0.0.8
27652024-12-17T20:57:55.336Z[ helios-setup] Dec 17 20:57:53.976 INFO E| * [new tag] v0.0.9 -> v0.0.9
27662024-12-17T20:57:55.703Z[ helios-setup] Dec 17 20:57:54.345 INFO E| Downloading crates ...
27672024-12-17T20:57:55.922Z[ helios-setup] Dec 17 20:57:54.563 INFO E| Downloaded ahash v0.8.3
27682024-12-17T20:57:55.928Z[ helios-setup] Dec 17 20:57:54.569 INFO E| Downloaded ahash v0.7.6
27692024-12-17T20:57:55.936Z[ helios-setup] Dec 17 20:57:54.577 INFO E| Downloaded scopeguard v1.1.0
27702024-12-17T20:57:55.938Z[ helios-setup] Dec 17 20:57:54.580 INFO E| Downloaded aho-corasick v0.7.20
27712024-12-17T20:57:55.947Z[ helios-setup] Dec 17 20:57:54.589 INFO E| Downloaded async-stream-impl v0.3.5
27722024-12-17T20:57:55.950Z[ helios-setup] Dec 17 20:57:54.592 INFO E| Downloaded anyhow v1.0.68
27732024-12-17T20:57:55.962Z[ helios-setup] Dec 17 20:57:54.598 INFO E| Downloaded anstyle v0.3.5
27742024-12-17T20:57:55.962Z[ helios-setup] Dec 17 20:57:54.604 INFO E| Downloaded tower-service v0.3.2
27752024-12-17T20:57:55.964Z[ helios-setup] Dec 17 20:57:54.604 INFO E| Downloaded autocfg v1.1.0
27762024-12-17T20:57:55.967Z[ helios-setup] Dec 17 20:57:54.607 INFO E| Downloaded anstyle-parse v0.1.1
27772024-12-17T20:57:55.972Z[ helios-setup] Dec 17 20:57:54.610 INFO E| Downloaded try-lock v0.2.4
27782024-12-17T20:57:55.972Z[ helios-setup] Dec 17 20:57:54.612 INFO E| Downloaded const-random v0.1.15
27792024-12-17T20:57:55.974Z[ helios-setup] Dec 17 20:57:54.615 INFO E| Downloaded want v0.3.0
27802024-12-17T20:57:55.977Z[ helios-setup] Dec 17 20:57:54.617 INFO E| Downloaded const-random-macro v0.1.15
27812024-12-17T20:57:55.977Z[ helios-setup] Dec 17 20:57:54.619 INFO E| Downloaded concolor-override v1.0.0
27822024-12-17T20:57:55.980Z[ helios-setup] Dec 17 20:57:54.620 INFO E| Downloaded async-stream v0.3.5
27832024-12-17T20:57:55.983Z[ helios-setup] Dec 17 20:57:54.625 INFO E| Downloaded anstream v0.2.6
27842024-12-17T20:57:55.986Z[ helios-setup] Dec 17 20:57:54.628 INFO E| Downloaded toolchain_find v0.2.0
27852024-12-17T20:57:55.989Z[ helios-setup] Dec 17 20:57:54.631 INFO E| Downloaded built v0.6.0
27862024-12-17T20:57:55.992Z[ helios-setup] Dec 17 20:57:54.633 INFO E| Downloaded terminal_size v0.2.6
27872024-12-17T20:57:55.994Z[ helios-setup] Dec 17 20:57:54.636 INFO E| Downloaded digest v0.10.6
27882024-12-17T20:57:55.997Z[ helios-setup] Dec 17 20:57:54.639 INFO E| Downloaded schemars_derive v0.8.12
27892024-12-17T20:57:56.000Z[ helios-setup] Dec 17 20:57:54.642 INFO E| Downloaded smawk v0.3.1
27902024-12-17T20:57:56.002Z[ helios-setup] Dec 17 20:57:54.644 INFO E| Downloaded sha1 v0.10.5
27912024-12-17T20:57:56.005Z[ helios-setup] Dec 17 20:57:54.646 INFO E| Downloaded semver v0.11.0
27922024-12-17T20:57:56.008Z[ helios-setup] Dec 17 20:57:54.648 INFO E| Downloaded serde_spanned v0.6.1
27932024-12-17T20:57:56.011Z[ helios-setup] Dec 17 20:57:54.650 INFO E| Downloaded strsim v0.10.0
27942024-12-17T20:57:56.017Z[ helios-setup] Dec 17 20:57:54.653 INFO E| Downloaded semver-parser v0.10.2
27952024-12-17T20:57:56.017Z[ helios-setup] Dec 17 20:57:54.655 INFO E| Downloaded project-root v0.2.2
27962024-12-17T20:57:56.020Z[ helios-setup] Dec 17 20:57:54.657 INFO E| Downloaded slog-async v2.7.0
27972024-12-17T20:57:56.020Z[ helios-setup] Dec 17 20:57:54.659 INFO E| Downloaded thiserror-impl v1.0.38
27982024-12-17T20:57:56.020Z[ helios-setup] Dec 17 20:57:54.662 INFO E| Downloaded signal-hook-registry v1.4.0
27992024-12-17T20:57:56.023Z[ helios-setup] Dec 17 20:57:54.664 INFO E| Downloaded serde_path_to_error v0.1.11
28002024-12-17T20:57:56.025Z[ helios-setup] Dec 17 20:57:54.667 INFO E| Downloaded itoa v1.0.6
28012024-12-17T20:57:56.027Z[ helios-setup] Dec 17 20:57:54.669 INFO E| Downloaded iana-time-zone v0.1.56
28022024-12-17T20:57:56.030Z[ helios-setup] Dec 17 20:57:54.672 INFO E| Downloaded utf8parse v0.2.1
28032024-12-17T20:57:56.033Z[ helios-setup] Dec 17 20:57:54.674 INFO E| Downloaded futures-io v0.3.28
28042024-12-17T20:57:56.036Z[ helios-setup] Dec 17 20:57:54.676 INFO E| Downloaded tokio-macros v2.0.0
28052024-12-17T20:57:56.038Z[ helios-setup] Dec 17 20:57:54.678 INFO E| Downloaded lazy_static v1.4.0
28062024-12-17T20:57:56.038Z[ helios-setup] Dec 17 20:57:54.680 INFO E| Downloaded slog-bunyan v2.4.0
28072024-12-17T20:57:56.042Z[ helios-setup] Dec 17 20:57:54.682 INFO E| Downloaded num-integer v0.1.45
28082024-12-17T20:57:56.044Z[ helios-setup] Dec 17 20:57:54.686 INFO E| Downloaded cargo-lock v8.0.3
28092024-12-17T20:57:56.049Z[ helios-setup] Dec 17 20:57:54.691 INFO E| Downloaded unicode-width v0.1.10
28102024-12-17T20:57:56.124Z[ helios-setup] Dec 17 20:57:54.766 INFO E| Downloaded walkdir v2.3.3
28112024-12-17T20:57:56.139Z[ helios-setup] Dec 17 20:57:54.770 INFO E| Downloaded either v1.8.0
28122024-12-17T20:57:56.139Z[ helios-setup] Dec 17 20:57:54.772 INFO E| Downloaded toml_datetime v0.6.1
28132024-12-17T20:57:56.139Z[ helios-setup] Dec 17 20:57:54.774 INFO E| Downloaded errno v0.3.1
28142024-12-17T20:57:56.139Z[ helios-setup] Dec 17 20:57:54.776 INFO E| Downloaded ppv-lite86 v0.2.17
28152024-12-17T20:57:56.139Z[ helios-setup] Dec 17 20:57:54.778 INFO E| Downloaded smallvec v1.10.0
28162024-12-17T20:57:56.143Z[ helios-setup] Dec 17 20:57:54.781 INFO E| Downloaded httparse v1.8.0
28172024-12-17T20:57:56.143Z[ helios-setup] Dec 17 20:57:54.785 INFO E| Downloaded tokio-tungstenite v0.18.0
28182024-12-17T20:57:56.146Z[ helios-setup] Dec 17 20:57:54.788 INFO E| Downloaded smartstring v1.0.1
28192024-12-17T20:57:56.150Z[ helios-setup] Dec 17 20:57:54.792 INFO E| Downloaded clap v4.2.1
28202024-12-17T20:57:56.164Z[ helios-setup] Dec 17 20:57:54.806 INFO E| Downloaded time v0.1.45
28212024-12-17T20:57:56.167Z[ helios-setup] Dec 17 20:57:54.809 INFO E| Downloaded reqwest v0.11.16
28222024-12-17T20:57:56.179Z[ helios-setup] Dec 17 20:57:54.821 INFO E| Downloaded tokio-rustls v0.24.0
28232024-12-17T20:57:56.182Z[ helios-setup] Dec 17 20:57:54.824 INFO E| Downloaded textwrap v0.16.0
28242024-12-17T20:57:56.186Z[ helios-setup] Dec 17 20:57:54.828 INFO E| Downloaded schemars v0.8.12
28252024-12-17T20:57:56.203Z[ helios-setup] Dec 17 20:57:54.845 INFO E| Downloaded uuid v1.3.0
28262024-12-17T20:57:56.208Z[ helios-setup] Dec 17 20:57:54.850 INFO E| Downloaded flate2 v1.0.25
28272024-12-17T20:57:56.214Z[ helios-setup] Dec 17 20:57:54.856 INFO E| Downloaded miniz_oxide v0.6.2
28282024-12-17T20:57:56.217Z[ helios-setup] Dec 17 20:57:54.859 INFO E| Downloaded url v2.3.1
28292024-12-17T20:57:56.222Z[ helios-setup] Dec 17 20:57:54.864 INFO E| Downloaded memchr v2.5.0
28302024-12-17T20:57:56.227Z[ helios-setup] Dec 17 20:57:54.869 INFO E| Downloaded unicode-ident v1.0.8
28312024-12-17T20:57:56.232Z[ helios-setup] Dec 17 20:57:54.874 INFO E| Downloaded unsafe-libyaml v0.2.8
28322024-12-17T20:57:56.237Z[ helios-setup] Dec 17 20:57:54.879 INFO E| Downloaded serde_yaml v0.9.21
28332024-12-17T20:57:56.243Z[ helios-setup] Dec 17 20:57:54.885 INFO E| Downloaded http v0.2.9
28342024-12-17T20:57:56.249Z[ helios-setup] Dec 17 20:57:54.891 INFO E| Downloaded rayon-core v1.10.2
28352024-12-17T20:57:56.255Z[ helios-setup] Dec 17 20:57:54.897 INFO E| Downloaded mio v0.8.5
28362024-12-17T20:57:56.264Z[ helios-setup] Dec 17 20:57:54.906 INFO E| Downloaded unicode-linebreak v0.1.4
28372024-12-17T20:57:56.269Z[ helios-setup] Dec 17 20:57:54.911 INFO E| Downloaded tracing v0.1.37
28382024-12-17T20:57:56.276Z[ helios-setup] Dec 17 20:57:54.918 INFO E| Downloaded toml_edit v0.19.8
28392024-12-17T20:57:56.304Z[ helios-setup] Dec 17 20:57:54.946 INFO E| Downloaded unicode-normalization v0.1.22
28402024-12-17T20:57:56.310Z[ helios-setup] Dec 17 20:57:54.952 INFO E| Downloaded winnow v0.4.1
28412024-12-17T20:57:56.323Z[ helios-setup] Dec 17 20:57:54.964 INFO E| Downloaded clap_builder v4.2.1
28422024-12-17T20:57:56.333Z[ helios-setup] Dec 17 20:57:54.975 INFO E| Downloaded serde_json v1.0.95
28432024-12-17T20:57:56.345Z[ helios-setup] Dec 17 20:57:54.987 INFO E| Downloaded h2 v0.3.16
28442024-12-17T20:57:56.355Z[ helios-setup] Dec 17 20:57:54.997 INFO E| Downloaded hyper v0.14.25
28452024-12-17T20:57:56.367Z[ helios-setup] Dec 17 20:57:55.009 INFO E| Downloaded git2 v0.16.1
28462024-12-17T20:57:56.380Z[ helios-setup] Dec 17 20:57:55.022 INFO E| Downloaded regress v0.5.0
28472024-12-17T20:57:56.392Z[ helios-setup] Dec 17 20:57:55.033 INFO E| Downloaded rustls v0.21.0
28482024-12-17T20:57:56.408Z[ helios-setup] Dec 17 20:57:55.049 INFO E| Downloaded syn v1.0.107
28492024-12-17T20:57:56.422Z[ helios-setup] Dec 17 20:57:55.064 INFO E| Downloaded rustix v0.37.3
28502024-12-17T20:57:56.451Z[ helios-setup] Dec 17 20:57:55.093 INFO E| Downloaded syn v2.0.72
28512024-12-17T20:57:56.529Z[ helios-setup] Dec 17 20:57:55.170 INFO E| Downloaded rhai v1.14.0
28522024-12-17T20:57:56.547Z[ helios-setup] Dec 17 20:57:55.189 INFO E| Downloaded regex v1.7.3
28532024-12-17T20:57:56.559Z[ helios-setup] Dec 17 20:57:55.201 INFO E| Downloaded chrono v0.4.24
28542024-12-17T20:57:56.569Z[ helios-setup] Dec 17 20:57:55.211 INFO E| Downloaded rayon v1.6.1
28552024-12-17T20:57:56.582Z[ helios-setup] Dec 17 20:57:55.224 INFO E| Downloaded openapiv3 v1.0.2
28562024-12-17T20:57:56.602Z[ helios-setup] Dec 17 20:57:55.243 INFO E| Downloaded futures-util v0.3.28
28572024-12-17T20:57:56.621Z[ helios-setup] Dec 17 20:57:55.263 INFO E| Downloaded tokio-util v0.7.7
28582024-12-17T20:57:56.630Z[ helios-setup] Dec 17 20:57:55.271 INFO E| Downloaded serde v1.0.204
28592024-12-17T20:57:56.634Z[ helios-setup] Dec 17 20:57:55.276 INFO E| Downloaded pest v2.5.7
28602024-12-17T20:57:56.643Z[ helios-setup] Dec 17 20:57:55.285 INFO E| Downloaded tracing-core v0.1.30
28612024-12-17T20:57:56.647Z[ helios-setup] Dec 17 20:57:55.289 INFO E| Downloaded rustls-webpki v0.100.1
28622024-12-17T20:57:56.657Z[ helios-setup] Dec 17 20:57:55.299 INFO E| Downloaded crossbeam-channel v0.5.6
28632024-12-17T20:57:56.664Z[ helios-setup] Dec 17 20:57:55.306 INFO E| Downloaded unicode-bidi v0.3.13
28642024-12-17T20:57:56.669Z[ helios-setup] Dec 17 20:57:55.311 INFO E| Downloaded ucd-trie v0.1.5
28652024-12-17T20:57:56.671Z[ helios-setup] Dec 17 20:57:55.313 INFO E| Downloaded typenum v1.16.0
28662024-12-17T20:57:56.675Z[ helios-setup] Dec 17 20:57:55.317 INFO E| Downloaded tungstenite v0.18.0
28672024-12-17T20:57:56.680Z[ helios-setup] Dec 17 20:57:55.322 INFO E| Downloaded toml v0.7.3
28682024-12-17T20:57:56.685Z[ helios-setup] Dec 17 20:57:55.327 INFO E| Downloaded tinyvec v1.6.0
28692024-12-17T20:57:56.691Z[ helios-setup] Dec 17 20:57:55.333 INFO E| Downloaded pin-project-lite v0.2.9
28702024-12-17T20:57:56.698Z[ helios-setup] Dec 17 20:57:55.340 INFO E| Downloaded parking_lot_core v0.9.6
28712024-12-17T20:57:56.702Z[ helios-setup] Dec 17 20:57:55.344 INFO E| Downloaded num-traits v0.2.15
28722024-12-17T20:57:56.706Z[ helios-setup] Dec 17 20:57:55.348 INFO E| Downloaded libc v0.2.139
28732024-12-17T20:57:56.747Z[ helios-setup] Dec 17 20:57:55.389 INFO E| Downloaded tokio v1.27.0
28742024-12-17T20:57:56.797Z[ helios-setup] Dec 17 20:57:55.439 INFO E| Downloaded ryu v1.0.13
28752024-12-17T20:57:56.802Z[ helios-setup] Dec 17 20:57:55.444 INFO E| Downloaded rhai_codegen v1.5.0
28762024-12-17T20:57:56.814Z[ helios-setup] Dec 17 20:57:55.456 INFO E| Downloaded quote v1.0.36
28772024-12-17T20:57:56.818Z[ helios-setup] Dec 17 20:57:55.460 INFO E| Downloaded parking_lot v0.12.1
28782024-12-17T20:57:56.822Z[ helios-setup] Dec 17 20:57:55.464 INFO E| Downloaded log v0.4.17
28792024-12-17T20:57:56.825Z[ helios-setup] Dec 17 20:57:55.467 INFO E| Downloaded cc v1.0.78
28802024-12-17T20:57:56.829Z[ helios-setup] Dec 17 20:57:55.471 INFO E| Downloaded bytes v1.4.0
28812024-12-17T20:57:56.834Z[ helios-setup] Dec 17 20:57:55.476 INFO E| Downloaded base64 v0.21.0
28822024-12-17T20:57:56.839Z[ helios-setup] Dec 17 20:57:55.481 INFO E| Downloaded socket2 v0.4.9
28832024-12-17T20:57:56.842Z[ helios-setup] Dec 17 20:57:55.484 INFO E| Downloaded serde_tokenstream v0.2.0
28842024-12-17T20:57:56.849Z[ helios-setup] Dec 17 20:57:55.489 INFO E| Downloaded serde_derive v1.0.204
28852024-12-17T20:57:56.851Z[ helios-setup] Dec 17 20:57:55.493 INFO E| Downloaded futures v0.3.28
28862024-12-17T20:57:56.861Z[ helios-setup] Dec 17 20:57:55.501 INFO E| Downloaded crossbeam-utils v0.8.14
28872024-12-17T20:57:56.864Z[ helios-setup] Dec 17 20:57:55.506 INFO E| Downloaded crossbeam-epoch v0.9.13
28882024-12-17T20:57:56.868Z[ helios-setup] Dec 17 20:57:55.510 INFO E| Downloaded tempfile v3.5.0
28892024-12-17T20:57:56.872Z[ helios-setup] Dec 17 20:57:55.514 INFO E| Downloaded sct v0.7.0
28902024-12-17T20:57:56.881Z[ helios-setup] Dec 17 20:57:55.519 INFO E| Downloaded once_cell v1.17.0
28912024-12-17T20:57:56.883Z[ helios-setup] Dec 17 20:57:55.523 INFO E| Downloaded ipnet v2.7.2
28922024-12-17T20:57:56.886Z[ helios-setup] Dec 17 20:57:55.526 INFO E| Downloaded io-lifetimes v1.0.10
28932024-12-17T20:57:56.889Z[ helios-setup] Dec 17 20:57:55.530 INFO E| Downloaded futures-channel v0.3.28
28942024-12-17T20:57:56.891Z[ helios-setup] Dec 17 20:57:55.533 INFO E| Downloaded getrandom v0.2.8
28952024-12-17T20:57:56.896Z[ helios-setup] Dec 17 20:57:55.538 INFO E| Downloaded serde_derive_internals v0.26.0
28962024-12-17T20:57:56.899Z[ helios-setup] Dec 17 20:57:55.541 INFO E| Downloaded lock_api v0.4.9
28972024-12-17T20:57:56.902Z[ helios-setup] Dec 17 20:57:55.543 INFO E| Downloaded home v0.5.4
28982024-12-17T20:57:56.904Z[ helios-setup] Dec 17 20:57:55.545 INFO E| Downloaded fastrand v1.9.0
28992024-12-17T20:57:56.908Z[ helios-setup] Dec 17 20:57:55.548 INFO E| Downloaded concolor-query v0.3.3
29002024-12-17T20:57:56.910Z[ helios-setup] Dec 17 20:57:55.550 INFO E| Downloaded clap_derive v4.2.0
29012024-12-17T20:57:56.913Z[ helios-setup] Dec 17 20:57:55.553 INFO E| Downloaded thiserror v1.0.38
29022024-12-17T20:57:56.918Z[ helios-setup] Dec 17 20:57:55.560 INFO E| Downloaded semver v1.0.17
29032024-12-17T20:57:56.922Z[ helios-setup] Dec 17 20:57:55.564 INFO E| Downloaded proc-macro-crate v1.2.1
29042024-12-17T20:57:56.925Z[ helios-setup] Dec 17 20:57:55.566 INFO E| Downloaded pkg-config v0.3.26
29052024-12-17T20:57:56.927Z[ helios-setup] Dec 17 20:57:55.568 INFO E| Downloaded percent-encoding v2.2.0
29062024-12-17T20:57:56.929Z[ helios-setup] Dec 17 20:57:55.570 INFO E| Downloaded paste v1.0.12
29072024-12-17T20:57:56.935Z[ helios-setup] Dec 17 20:57:55.575 INFO E| Downloaded num_enum_derive v0.5.7
29082024-12-17T20:57:56.937Z[ helios-setup] Dec 17 20:57:55.577 INFO E| Downloaded num_enum v0.5.7
29092024-12-17T20:57:56.941Z[ helios-setup] Dec 17 20:57:55.583 INFO E| Downloaded num_cpus v1.15.0
29102024-12-17T20:57:56.949Z[ helios-setup] Dec 17 20:57:55.587 INFO E| Downloaded memoffset v0.7.1
29112024-12-17T20:57:56.949Z[ helios-setup] Dec 17 20:57:55.589 INFO E| Downloaded httpdate v1.0.2
29122024-12-17T20:57:56.949Z[ helios-setup] Dec 17 20:57:55.590 INFO E| Downloaded generic-array v0.14.6
29132024-12-17T20:57:56.953Z[ helios-setup] Dec 17 20:57:55.593 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29142024-12-17T20:57:56.955Z[ helios-setup] Dec 17 20:57:55.596 INFO E| Downloaded jobserver v0.1.26
29152024-12-17T20:57:56.958Z[ helios-setup] Dec 17 20:57:55.599 INFO E| Downloaded is-terminal v0.4.7
29162024-12-17T20:57:56.958Z[ helios-setup] Dec 17 20:57:55.600 INFO E| Downloaded camino v1.1.4
29172024-12-17T20:57:56.961Z[ helios-setup] Dec 17 20:57:55.603 INFO E| Downloaded futures-macro v0.3.28
29182024-12-17T20:57:56.963Z[ helios-setup] Dec 17 20:57:55.605 INFO E| Downloaded encoding_rs v0.8.32
29192024-12-17T20:57:56.995Z[ helios-setup] Dec 17 20:57:55.637 INFO E| Downloaded futures-core v0.3.28
29202024-12-17T20:57:56.998Z[ helios-setup] Dec 17 20:57:55.639 INFO E| Downloaded http-body v0.4.5
29212024-12-17T20:57:57.001Z[ helios-setup] Dec 17 20:57:55.641 INFO E| Downloaded futures-executor v0.3.28
29222024-12-17T20:57:57.004Z[ helios-setup] Dec 17 20:57:55.643 INFO E| Downloaded futures-task v0.3.28
29232024-12-17T20:57:57.004Z[ helios-setup] Dec 17 20:57:55.645 INFO E| Downloaded futures-sink v0.3.28
29242024-12-17T20:57:57.006Z[ helios-setup] Dec 17 20:57:55.646 INFO E| Downloaded form_urlencoded v1.1.0
29252024-12-17T20:57:57.006Z[ helios-setup] Dec 17 20:57:55.647 INFO E| Downloaded cpufeatures v0.2.5
29262024-12-17T20:57:57.008Z[ helios-setup] Dec 17 20:57:55.649 INFO E| Downloaded slab v0.4.7
29272024-12-17T20:57:57.011Z[ helios-setup] Dec 17 20:57:55.651 INFO E| Downloaded dyn-clone v1.0.11
29282024-12-17T20:57:57.011Z[ helios-setup] Dec 17 20:57:55.653 INFO E| Downloaded crossbeam-deque v0.8.2
29292024-12-17T20:57:57.015Z[ helios-setup] Dec 17 20:57:55.655 INFO E| Downloaded sha2 v0.10.6
29302024-12-17T20:57:57.017Z[ helios-setup] Dec 17 20:57:55.657 INFO E| Downloaded rustls-pemfile v1.0.2
29312024-12-17T20:57:57.022Z[ helios-setup] Dec 17 20:57:55.660 INFO E| Downloaded async-trait v0.1.68
29322024-12-17T20:57:57.024Z[ helios-setup] Dec 17 20:57:55.664 INFO E| Downloaded rustfmt-wrapper v0.2.0
29332024-12-17T20:57:57.024Z[ helios-setup] Dec 17 20:57:55.666 INFO E| Downloaded clap_lex v0.4.1
29342024-12-17T20:57:57.029Z[ helios-setup] Dec 17 20:57:55.667 INFO E| Downloaded bincode v1.3.3
29352024-12-17T20:57:57.031Z[ helios-setup] Dec 17 20:57:55.670 INFO E| Downloaded byteorder v1.4.3
29362024-12-17T20:57:57.031Z[ helios-setup] Dec 17 20:57:55.673 INFO E| Downloaded block-buffer v0.10.3
29372024-12-17T20:57:57.042Z[ helios-setup] Dec 17 20:57:55.684 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29382024-12-17T20:57:57.214Z[ helios-setup] Dec 17 20:57:55.856 INFO E| Downloaded libz-sys v1.1.8
29392024-12-17T20:57:57.538Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling proc-macro2 v1.0.86
29402024-12-17T20:57:57.538Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling libc v0.2.139
29412024-12-17T20:57:57.538Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling unicode-ident v1.0.8
29422024-12-17T20:57:57.542Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling autocfg v1.1.0
29432024-12-17T20:57:57.542Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling cfg-if v1.0.0
29442024-12-17T20:57:57.542Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling version_check v0.9.4
29452024-12-17T20:57:57.542Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling serde v1.0.204
29462024-12-17T20:57:57.542Z[ helios-setup] Dec 17 20:57:56.180 INFO E| Compiling syn v1.0.107
29472024-12-17T20:57:57.754Z[ host-package] Compiling mime_guess v2.0.5
29482024-12-17T20:57:58.177Z[ helios-setup] Dec 17 20:57:56.818 INFO E| Compiling memchr v2.5.0
29492024-12-17T20:57:59.349Z[ helios-setup] Dec 17 20:57:57.991 INFO E| Compiling once_cell v1.17.0
29502024-12-17T20:57:59.425Z[ helios-setup] Dec 17 20:57:58.067 INFO E| Compiling thiserror v1.0.38
29512024-12-17T20:57:59.640Z[ helios-setup] Dec 17 20:57:58.282 INFO E| Compiling log v0.4.17
29522024-12-17T20:58:00.329Z[ helios-setup] Dec 17 20:57:58.963 INFO E| Compiling itoa v1.0.6
29532024-12-17T20:58:00.423Z[ helios-setup] Dec 17 20:57:59.065 INFO E| Compiling serde_json v1.0.95
29542024-12-17T20:58:01.057Z[ helios-setup] Dec 17 20:57:59.689 INFO E| Compiling jobserver v0.1.26
29552024-12-17T20:58:01.058Z[ helios-setup] Dec 17 20:57:59.689 INFO E| Compiling getrandom v0.2.8
29562024-12-17T20:58:01.626Z[ helios-setup] Dec 17 20:58:00.267 INFO E| Compiling quote v1.0.36
29572024-12-17T20:58:01.752Z[ helios-setup] Dec 17 20:58:00.394 INFO E| Compiling cc v1.0.78
29582024-12-17T20:58:01.940Z[ helios-setup] Dec 17 20:58:00.582 INFO E| Compiling indexmap v1.9.3
29592024-12-17T20:58:02.201Z[ helios-setup] Dec 17 20:58:00.842 INFO E| Compiling pin-project-lite v0.2.9
29602024-12-17T20:58:02.472Z[ helios-setup] Dec 17 20:58:01.114 INFO E| Compiling scopeguard v1.1.0
29612024-12-17T20:58:02.611Z[ helios-setup] Dec 17 20:58:01.253 INFO E| Compiling syn v2.0.72
29622024-12-17T20:58:02.880Z[ helios-setup] Dec 17 20:58:01.521 INFO E| Compiling num-integer v0.1.45
29632024-12-17T20:58:02.986Z[ helios-setup] Dec 17 20:58:01.627 INFO E| Compiling bytes v1.4.0
29642024-12-17T20:58:03.089Z[ helios-setup] Dec 17 20:58:01.731 INFO E| Compiling futures-core v0.3.28
29652024-12-17T20:58:03.387Z[ host-package] Compiling hickory-client v0.24.1
29662024-12-17T20:58:03.620Z[ helios-setup] Dec 17 20:58:02.262 INFO E| Compiling ryu v1.0.13
29672024-12-17T20:58:04.669Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29682024-12-17T20:58:04.897Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29692024-12-17T20:58:04.989Z[ helios-setup] Dec 17 20:58:03.631 INFO E| Compiling lock_api v0.4.9
29702024-12-17T20:58:05.200Z[ helios-setup] Dec 17 20:58:03.841 INFO E| Compiling parking_lot_core v0.9.6
29712024-12-17T20:58:05.364Z[ helios-setup] Dec 17 20:58:04.005 INFO E| Compiling typenum v1.16.0
29722024-12-17T20:58:05.718Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29732024-12-17T20:58:05.839Z[ helios-setup] Dec 17 20:58:04.481 INFO E| Compiling bitflags v1.3.2
29742024-12-17T20:58:06.168Z[ helios-setup] Dec 17 20:58:04.810 INFO E| Compiling num_cpus v1.15.0
29752024-12-17T20:58:06.342Z[ helios-setup] Dec 17 20:58:04.984 INFO E| Compiling generic-array v0.14.6
29762024-12-17T20:58:06.429Z[ helios-setup] Dec 17 20:58:05.071 INFO E| Compiling slab v0.4.7
29772024-12-17T20:58:06.793Z[ helios-setup] Dec 17 20:58:05.235 INFO E| Compiling futures-task v0.3.28
29782024-12-17T20:58:06.807Z[ helios-setup] Dec 17 20:58:05.354 INFO E| Compiling futures-channel v0.3.28
29792024-12-17T20:58:06.817Z[ helios-setup] Dec 17 20:58:05.424 INFO E| Compiling futures-sink v0.3.28
29802024-12-17T20:58:07.467Z[ helios-setup] Dec 17 20:58:06.109 INFO E| Compiling tokio v1.27.0
29812024-12-17T20:58:07.666Z[ helios-setup] Dec 17 20:58:06.308 INFO E| Compiling schemars v0.8.12
29822024-12-17T20:58:07.707Z[ helios-setup] Dec 17 20:58:06.349 INFO E| Compiling futures-util v0.3.28
29832024-12-17T20:58:08.653Z[ helios-setup] Dec 17 20:58:07.295 INFO E| Compiling mio v0.8.5
29842024-12-17T20:58:08.743Z[ helios-setup] Dec 17 20:58:07.385 INFO E| Compiling socket2 v0.4.9
29852024-12-17T20:58:08.852Z[ helios-setup] Dec 17 20:58:07.493 INFO E| Compiling signal-hook-registry v1.4.0
29862024-12-17T20:58:09.158Z[ helios-setup] Dec 17 20:58:07.800 INFO E| Compiling ahash v0.7.6
29872024-12-17T20:58:09.504Z[ helios-setup] Dec 17 20:58:08.146 INFO E| Compiling num-traits v0.2.15
29882024-12-17T20:58:09.580Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29892024-12-17T20:58:10.094Z[ helios-setup] Dec 17 20:58:08.736 INFO E| Compiling crunchy v0.2.2
29902024-12-17T20:58:10.575Z[ helios-setup] Dec 17 20:58:09.216 INFO E| Compiling pin-utils v0.1.0
29912024-12-17T20:58:10.852Z[ helios-setup] Dec 17 20:58:09.494 INFO E| Compiling futures-io v0.3.28
29922024-12-17T20:58:11.094Z[ helios-setup] Dec 17 20:58:09.734 INFO E| Compiling io-lifetimes v1.0.10
29932024-12-17T20:58:12.166Z[ helios-setup] Dec 17 20:58:10.808 INFO E| Compiling ahash v0.8.3
29942024-12-17T20:58:12.491Z[ helios-setup] Dec 17 20:58:11.132 INFO E| Compiling rustix v0.37.3
29952024-12-17T20:58:12.645Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29962024-12-17T20:58:12.836Z[ helios-setup] Dec 17 20:58:11.477 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29972024-12-17T20:58:13.785Z[ helios-setup] Dec 17 20:58:12.427 INFO E| Compiling hashbrown v0.12.3
29982024-12-17T20:58:13.914Z[ helios-setup] Dec 17 20:58:12.555 INFO E| Compiling tiny-keccak v2.0.2
29992024-12-17T20:58:14.028Z[ helios-setup] Dec 17 20:58:12.669 INFO E| Compiling crypto-common v0.1.6
30002024-12-17T20:58:14.155Z[ helios-setup] Dec 17 20:58:12.796 INFO E| Compiling serde_derive_internals v0.26.0
30012024-12-17T20:58:14.223Z[ helios-setup] Dec 17 20:58:12.864 INFO E| Compiling block-buffer v0.10.3
30022024-12-17T20:58:15.168Z[ host-package] Compiling hickory-server v0.24.1
30032024-12-17T20:58:15.722Z[ host-package] Compiling primeorder v0.13.6
30042024-12-17T20:58:15.962Z[ helios-setup] Dec 17 20:58:14.604 INFO E| Compiling errno v0.3.1
30052024-12-17T20:58:16.374Z[ helios-setup] Dec 17 20:58:15.016 INFO E| Compiling crossbeam-utils v0.8.14
30062024-12-17T20:58:16.712Z[ helios-setup] Dec 17 20:58:15.354 INFO E| Compiling pkg-config v0.3.26
30072024-12-17T20:58:16.767Z[ helios-setup] Dec 17 20:58:15.409 INFO E| Compiling fnv v1.0.7
30082024-12-17T20:58:16.838Z[ helios-setup] Dec 17 20:58:15.480 INFO E| Compiling slog v2.7.0
30092024-12-17T20:58:17.105Z[ helios-setup] Dec 17 20:58:15.747 INFO E| Compiling http v0.2.9
30102024-12-17T20:58:17.177Z[ host-package] Compiling vergen v8.3.2
30112024-12-17T20:58:17.909Z[ host-package] Compiling env_filter v0.1.2
30122024-12-17T20:58:19.742Z[ helios-setup] Dec 17 20:58:18.384 INFO E| Compiling digest v0.10.6
30132024-12-17T20:58:20.660Z[ helios-setup] Dec 17 20:58:19.301 INFO E| Compiling aho-corasick v0.7.20
30142024-12-17T20:58:20.764Z[ helios-setup] Dec 17 20:58:19.405 INFO E| Compiling percent-encoding v2.2.0
30152024-12-17T20:58:20.845Z[ host-package] Compiling cargo-platform v0.1.8
30162024-12-17T20:58:20.977Z[ helios-setup] Dec 17 20:58:19.619 INFO E| Compiling unicode-width v0.1.10
30172024-12-17T20:58:21.609Z[ helios-setup] Dec 17 20:58:20.249 INFO E| Compiling tinyvec_macros v0.1.1
30182024-12-17T20:58:21.984Z[ helios-setup] Dec 17 20:58:20.626 INFO E| Compiling regex-syntax v0.6.29
30192024-12-17T20:58:22.013Z[ host-package] Compiling nanorand v0.7.0
30202024-12-17T20:58:22.033Z[ helios-setup] Dec 17 20:58:20.674 INFO E| Compiling anyhow v1.0.68
30212024-12-17T20:58:23.040Z[ helios-setup] Dec 17 20:58:21.682 INFO E| Compiling cpufeatures v0.2.5
30222024-12-17T20:58:23.283Z[ helios-setup] Dec 17 20:58:21.924 INFO E| Compiling heck v0.4.1
30232024-12-17T20:58:23.466Z[ helios-setup] Dec 17 20:58:22.108 INFO E| Compiling httparse v1.8.0
30242024-12-17T20:58:24.005Z[ host-package] Compiling memoffset v0.9.1
30252024-12-17T20:58:24.115Z[ helios-setup] Dec 17 20:58:22.757 INFO E| Compiling tinyvec v1.6.0
30262024-12-17T20:58:24.134Z[ helios-setup] Dec 17 20:58:22.776 INFO E| Compiling const-random-macro v0.1.15
30272024-12-17T20:58:24.262Z[ helios-setup] Dec 17 20:58:22.904 INFO E| Compiling thiserror-impl v1.0.38
30282024-12-17T20:58:24.685Z[ helios-setup] Dec 17 20:58:23.327 INFO E| Compiling schemars_derive v0.8.12
30292024-12-17T20:58:25.244Z[ host-package] Compiling flume v0.11.1
30302024-12-17T20:58:25.517Z[ host-package] Compiling git2 v0.19.0
30312024-12-17T20:58:25.578Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30322024-12-17T20:58:26.070Z[ helios-setup] Dec 17 20:58:24.711 INFO E| Compiling serde_derive v1.0.204
30332024-12-17T20:58:26.104Z[ helios-setup] Dec 17 20:58:24.746 INFO E| Compiling futures-macro v0.3.28
30342024-12-17T20:58:26.116Z[ helios-setup] Dec 17 20:58:24.757 INFO E| Compiling tokio-macros v2.0.0
30352024-12-17T20:58:27.274Z[ host-package] Compiling cargo_metadata v0.18.1
30362024-12-17T20:58:27.305Z[ helios-setup] Dec 17 20:58:25.947 INFO E| Compiling form_urlencoded v1.1.0
30372024-12-17T20:58:28.275Z[ helios-setup] Dec 17 20:58:26.917 INFO E| Compiling hashbrown v0.13.2
30382024-12-17T20:58:28.383Z[ host-package] Compiling env_logger v0.11.5
30392024-12-17T20:58:29.220Z[ helios-setup] Dec 17 20:58:27.862 INFO E| Compiling regex v1.7.3
30402024-12-17T20:58:30.753Z[ helios-setup] Dec 17 20:58:29.395 INFO E| Compiling chrono v0.4.24
30412024-12-17T20:58:30.945Z[ helios-setup] Dec 17 20:58:29.587 INFO E| Compiling libz-sys v1.1.8
30422024-12-17T20:58:31.431Z[ host-package] Compiling p384 v0.13.0
30432024-12-17T20:58:33.399Z[ helios-setup] Dec 17 20:58:32.040 INFO E| Compiling dyn-clone v1.0.11
30442024-12-17T20:58:33.868Z[ helios-setup] Dec 17 20:58:32.510 INFO E| Compiling uuid v1.3.0
30452024-12-17T20:58:33.881Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30462024-12-17T20:58:34.373Z[ helios-setup] Dec 17 20:58:33.014 INFO E| Compiling regress v0.5.0
30472024-12-17T20:58:34.479Z[ helios-setup] Dec 17 20:58:33.121 INFO E| Compiling unicode-normalization v0.1.22
30482024-12-17T20:58:35.481Z[ helios-setup] Dec 17 20:58:34.123 INFO E| Compiling const-random v0.1.15
30492024-12-17T20:58:36.749Z[ helios-setup] Dec 17 20:58:35.391 INFO E| Compiling getopts v0.2.21
30502024-12-17T20:58:38.026Z[ helios-setup] Dec 17 20:58:36.668 INFO E| Compiling tracing-core v0.1.30
30512024-12-17T20:58:38.453Z[ helios-setup] Dec 17 20:58:37.095 INFO E| Compiling memoffset v0.7.1
30522024-12-17T20:58:38.696Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30532024-12-17T20:58:38.819Z[ helios-setup] Dec 17 20:58:37.460 INFO E| Compiling time-core v0.1.2
30542024-12-17T20:58:38.972Z[ helios-setup] Dec 17 20:58:37.613 INFO E| Compiling unicode-bidi v0.3.13
30552024-12-17T20:58:39.332Z[ helios-setup] Dec 17 20:58:37.972 INFO E| Compiling powerfmt v0.2.0
30562024-12-17T20:58:40.126Z[ helios-setup] Dec 17 20:58:38.767 INFO E| Compiling num-conv v0.1.0
30572024-12-17T20:58:41.385Z[ helios-setup] Dec 17 20:58:40.025 INFO E| Compiling ucd-trie v0.1.5
30582024-12-17T20:58:41.973Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30592024-12-17T20:58:42.599Z[ helios-setup] Dec 17 20:58:41.240 INFO E| Compiling pest v2.5.7
30602024-12-17T20:58:43.015Z[ helios-setup] Dec 17 20:58:41.656 INFO E| Compiling idna v0.3.0
30612024-12-17T20:58:43.449Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30622024-12-17T20:58:43.575Z[ helios-setup] Dec 17 20:58:42.217 INFO E| Compiling time-macros v0.2.18
30632024-12-17T20:58:44.339Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30642024-12-17T20:58:44.416Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30652024-12-17T20:58:45.561Z[ helios-setup] Dec 17 20:58:44.202 INFO E| Compiling deranged v0.3.11
30662024-12-17T20:58:46.995Z[ helios-setup] Dec 17 20:58:45.636 INFO E| Compiling tracing v0.1.37
30672024-12-17T20:58:47.464Z[ host-package] Compiling rand_seeder v0.3.0
30682024-12-17T20:58:48.301Z[ host-package] Compiling libsqlite3-sys v0.30.1
30692024-12-17T20:58:49.337Z[ host-package] Compiling lzma-sys v0.1.20
30702024-12-17T20:58:49.668Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30712024-12-17T20:58:49.791Z[ helios-setup] Dec 17 20:58:48.432 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30722024-12-17T20:58:50.035Z[ helios-setup] Dec 17 20:58:48.677 INFO E| Compiling time v0.1.45
30732024-12-17T20:58:50.509Z[ host-package] Compiling http-range v0.1.5
30742024-12-17T20:58:50.769Z[ host-package] Compiling cfg_aliases v0.2.1
30752024-12-17T20:58:50.840Z[ helios-setup] Dec 17 20:58:49.482 INFO E| Compiling crossbeam-epoch v0.9.13
30762024-12-17T20:58:50.994Z[ host-package] Compiling rustls v0.21.12
30772024-12-17T20:58:51.673Z[ host-package] Compiling nix v0.29.0
30782024-12-17T20:58:51.923Z[ helios-setup] Dec 17 20:58:50.565 INFO E| Compiling iana-time-zone v0.1.56
30792024-12-17T20:58:52.033Z[ helios-setup] Dec 17 20:58:50.674 INFO E| Compiling semver v1.0.17
30802024-12-17T20:58:52.501Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812024-12-17T20:58:52.726Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30822024-12-17T20:58:53.740Z[ helios-setup] Dec 17 20:58:52.381 INFO E| Compiling num_threads v0.1.6
30832024-12-17T20:58:54.115Z[ helios-setup] Dec 17 20:58:52.696 INFO E| Compiling time v0.3.36
30842024-12-17T20:58:54.658Z[ helios-setup] Dec 17 20:58:53.300 INFO E| Compiling url v2.3.1
30852024-12-17T20:58:54.959Z[ helios-setup] Dec 17 20:58:53.601 INFO E| Compiling semver-parser v0.10.2
30862024-12-17T20:58:55.603Z[ helios-setup] Dec 17 20:58:54.244 INFO E| Compiling smallvec v1.10.0
30872024-12-17T20:58:56.301Z[ helios-setup] Dec 17 20:58:54.943 INFO E| Compiling toml v0.5.11
30882024-12-17T20:58:56.593Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30892024-12-17T20:58:56.987Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30902024-12-17T20:58:58.362Z[ helios-setup] Dec 17 20:58:57.003 INFO E| Compiling parking_lot v0.12.1
30912024-12-17T20:58:58.658Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30922024-12-17T20:58:59.445Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30932024-12-17T20:59:00.557Z[ host-package] Compiling rustls-webpki v0.101.7
30942024-12-17T20:59:01.237Z[ helios-setup] Dec 17 20:58:59.879 INFO E| Compiling serde_tokenstream v0.2.0
30952024-12-17T20:59:01.580Z[ host-package] Compiling sct v0.7.1
30962024-12-17T20:59:02.659Z[ host-package] Compiling heck v0.3.3
30972024-12-17T20:59:03.856Z[ host-package] Compiling castaway v0.2.3
30982024-12-17T20:59:03.917Z[ host-package] Compiling csv-core v0.1.11
30992024-12-17T20:59:04.262Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31002024-12-17T20:59:05.071Z[ host-package] Compiling glob v0.3.1
31012024-12-17T20:59:05.320Z[ helios-setup] Dec 17 20:59:03.962 INFO E| Compiling crossbeam-channel v0.5.6
31022024-12-17T20:59:05.633Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31032024-12-17T20:59:06.334Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31042024-12-17T20:59:06.481Z[ helios-setup] Dec 17 20:59:05.121 INFO E| Compiling dirs-sys-next v0.1.2
31052024-12-17T20:59:07.684Z[ host-package] Compiling csv v1.3.0
31062024-12-17T20:59:08.063Z[ host-package] Compiling compact_str v0.8.0
31072024-12-17T20:59:08.972Z[ helios-setup] Dec 17 20:59:07.613 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31082024-12-17T20:59:09.234Z[ helios-setup] Dec 17 20:59:07.875 INFO E| Compiling crc32fast v1.3.2
31092024-12-17T20:59:09.710Z[ helios-setup] Dec 17 20:59:08.351 INFO E| Compiling same-file v1.0.6
31102024-12-17T20:59:10.043Z[ helios-setup] Dec 17 20:59:08.685 INFO E| Compiling try-lock v0.2.4
31112024-12-17T20:59:10.340Z[ helios-setup] Dec 17 20:59:08.980 INFO E| Compiling want v0.3.0
31122024-12-17T20:59:10.526Z[ helios-setup] Dec 17 20:59:09.167 INFO E| Compiling walkdir v2.3.3
31132024-12-17T20:59:11.079Z[ helios-setup] Dec 17 20:59:09.721 INFO E| Compiling dirs-next v2.0.0
31142024-12-17T20:59:12.184Z[ host-package] Compiling zone_cfg_derive v0.1.2
31152024-12-17T20:59:12.403Z[ helios-setup] Dec 17 20:59:11.045 INFO E| Compiling proc-macro-crate v1.2.1
31162024-12-17T20:59:14.488Z[ helios-setup] Dec 17 20:59:13.129 INFO E| Compiling semver v0.11.0
31172024-12-17T20:59:15.160Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31182024-12-17T20:59:15.600Z[ host-package] Compiling nix v0.27.1
31192024-12-17T20:59:18.881Z[ helios-setup] Dec 17 20:59:17.522 INFO E| Compiling futures-executor v0.3.28
31202024-12-17T20:59:20.132Z[ helios-setup] Dec 17 20:59:18.773 INFO E| Compiling http-body v0.4.5
31212024-12-17T20:59:20.924Z[ helios-setup] Dec 17 20:59:19.566 INFO E| Compiling tokio-util v0.7.7
31222024-12-17T20:59:20.930Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31232024-12-17T20:59:21.100Z[ helios-setup] Dec 17 20:59:19.742 INFO E| Compiling ring v0.16.20
31242024-12-17T20:59:22.063Z[ host-package] Compiling hyper-staticfile v0.10.1
31252024-12-17T20:59:22.431Z[ helios-setup] Dec 17 20:59:21.073 INFO E| Compiling rand_core v0.6.4
31262024-12-17T20:59:23.664Z[ helios-setup] Dec 17 20:59:22.306 INFO E| Compiling h2 v0.3.16
31272024-12-17T20:59:23.861Z[ helios-setup] Dec 17 20:59:22.503 INFO E| Compiling thread_local v1.1.7
31282024-12-17T20:59:25.606Z[ helios-setup] Dec 17 20:59:24.247 INFO E| Compiling utf8parse v0.2.1
31292024-12-17T20:59:25.835Z[ helios-setup] Dec 17 20:59:24.477 INFO E| Compiling tower-service v0.3.2
31302024-12-17T20:59:25.939Z[ helios-setup] Dec 17 20:59:24.580 INFO E| Compiling lazy_static v1.4.0
31312024-12-17T20:59:26.092Z[ helios-setup] Dec 17 20:59:24.733 INFO E| Compiling base64 v0.21.0
31322024-12-17T20:59:26.417Z[ helios-setup] Dec 17 20:59:25.058 INFO E| Compiling home v0.5.4
31332024-12-17T20:59:26.995Z[ helios-setup] Dec 17 20:59:25.637 INFO E| Compiling ppv-lite86 v0.2.17
31342024-12-17T20:59:27.033Z[ helios-setup] Dec 17 20:59:25.673 INFO E| Compiling rayon-core v1.10.2
31352024-12-17T20:59:27.050Z[ helios-setup] Dec 17 20:59:25.691 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31362024-12-17T20:59:27.621Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31372024-12-17T20:59:28.073Z[ helios-setup] Dec 17 20:59:26.715 INFO E| Compiling httpdate v1.0.2
31382024-12-17T20:59:29.042Z[ helios-setup] Dec 17 20:59:27.684 INFO E| Compiling fastrand v1.9.0
31392024-12-17T20:59:30.118Z[ helios-setup] Dec 17 20:59:28.759 INFO E| Compiling adler v1.0.2
31402024-12-17T20:59:30.691Z[ helios-setup] Dec 17 20:59:29.333 INFO E| Compiling miniz_oxide v0.6.2
31412024-12-17T20:59:33.710Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31422024-12-17T20:59:33.841Z[ helios-setup] Dec 17 20:59:32.483 INFO E| Compiling tempfile v3.5.0
31432024-12-17T20:59:34.359Z[ helios-setup] Dec 17 20:59:33.001 INFO E| Compiling rand_chacha v0.3.1
31442024-12-17T20:59:34.703Z[ helios-setup] Dec 17 20:59:33.344 INFO E| Compiling toolchain_find v0.2.0
31452024-12-17T20:59:35.432Z[ helios-setup] Dec 17 20:59:34.073 INFO E| Compiling hyper v0.14.25
31462024-12-17T20:59:36.048Z[ helios-setup] Dec 17 20:59:34.690 INFO E| Compiling anstyle-parse v0.1.1
31472024-12-17T20:59:37.935Z[ helios-setup] Dec 17 20:59:36.577 INFO E| Compiling futures v0.3.28
31482024-12-17T20:59:46.687Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31492024-12-17T20:59:47.335Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31502024-12-17T20:59:47.433Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512024-12-17T20:59:48.232Z[ helios-setup] Dec 17 20:59:46.873 INFO E| Compiling crossbeam-deque v0.8.2
31522024-12-17T20:59:49.061Z[ helios-setup] Dec 17 20:59:47.702 INFO E| Compiling cargo-lock v8.0.3
31532024-12-17T20:59:49.103Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542024-12-17T20:59:56.122Z[ helios-setup] Dec 17 20:59:54.764 INFO E| Compiling num_enum_derive v0.5.7
31552024-12-17T20:59:56.221Z[ helios-setup] Dec 17 20:59:54.862 INFO E| Compiling term v0.7.0
31562024-12-17T20:59:57.347Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31572024-12-17T20:59:58.509Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31582024-12-17T20:59:59.101Z[ helios-setup] Dec 17 20:59:57.736 INFO E| Compiling serde_urlencoded v0.7.1
31592024-12-17T20:59:59.236Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31602024-12-17T20:59:59.985Z[ helios-setup] Dec 17 20:59:58.626 INFO E| Compiling sha2 v0.10.6
31612024-12-17T21:00:00.159Z[ helios-setup] Dec 17 20:59:58.793 INFO E| Compiling sha1 v0.10.5
31622024-12-17T21:00:00.226Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31632024-12-17T21:00:00.580Z[ helios-setup] Dec 17 20:59:59.221 INFO E| Compiling is-terminal v0.4.7
31642024-12-17T21:00:00.989Z[ helios-setup] Dec 17 20:59:59.630 INFO E| Compiling atty v0.2.14
31652024-12-17T21:00:01.627Z[ host-package] Compiling unicode-truncate v1.1.0
31662024-12-17T21:00:02.007Z[ helios-setup] Dec 17 21:00:00.648 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31672024-12-17T21:00:02.166Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682024-12-17T21:00:02.259Z[ helios-setup] Dec 17 21:00:00.900 INFO E| Compiling concolor-query v0.3.3
31692024-12-17T21:00:03.124Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31702024-12-17T21:00:03.134Z[ helios-setup] Dec 17 21:00:01.775 INFO E| Compiling anstyle v0.3.5
31712024-12-17T21:00:04.112Z[ helios-setup] Dec 17 21:00:02.753 INFO E| Compiling concolor-override v1.0.0
31722024-12-17T21:00:04.628Z[ helios-setup] Dec 17 21:00:03.270 INFO E| Compiling anstream v0.2.6
31732024-12-17T21:00:05.142Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31742024-12-17T21:00:06.502Z[ host-package] Compiling hashlink v0.9.1
31752024-12-17T21:00:06.566Z[ helios-setup] Dec 17 21:00:05.207 INFO E| Compiling slog-term v2.9.0
31762024-12-17T21:00:07.045Z[ helios-setup] Dec 17 21:00:05.687 INFO E| Compiling num_enum v0.5.7
31772024-12-17T21:00:07.488Z[ helios-setup] Dec 17 21:00:06.130 INFO E| Compiling flate2 v1.0.25
31782024-12-17T21:00:07.628Z[ host-package] Compiling tungstenite v0.23.0
31792024-12-17T21:00:07.704Z[ host-package] Compiling lru v0.12.5
31802024-12-17T21:00:08.621Z[ host-package] Compiling instability v0.3.2
31812024-12-17T21:00:08.671Z[ host-package] Compiling cassowary v0.3.0
31822024-12-17T21:00:09.805Z[ helios-setup] Dec 17 21:00:08.447 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31832024-12-17T21:00:10.003Z[ helios-setup] Dec 17 21:00:08.644 INFO E| Compiling rand v0.8.5
31842024-12-17T21:00:10.082Z[ helios-setup] Dec 17 21:00:08.723 INFO E| Compiling rustfmt-wrapper v0.2.0
31852024-12-17T21:00:10.857Z[ helios-setup] Dec 17 21:00:09.498 INFO E| Compiling openapiv3 v1.0.2
31862024-12-17T21:00:10.987Z[ host-package] Compiling base64 v0.13.1
31872024-12-17T21:00:12.414Z[ helios-setup] Dec 17 21:00:11.056 INFO E| Compiling encoding_rs v0.8.32
31882024-12-17T21:00:13.482Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31892024-12-17T21:00:13.772Z[ helios-setup] Dec 17 21:00:12.413 INFO E| Compiling untrusted v0.7.1
31902024-12-17T21:00:14.211Z[ host-package] Compiling fallible-iterator v0.3.0
31912024-12-17T21:00:14.389Z[ host-package] Compiling ron v0.7.1
31922024-12-17T21:00:14.555Z[ helios-setup] Dec 17 21:00:13.196 INFO E| Compiling project-root v0.2.2
31932024-12-17T21:00:15.059Z[ helios-setup] Dec 17 21:00:13.700 INFO E| Compiling ipnet v2.7.2
31942024-12-17T21:00:15.505Z[ host-package] Compiling ratatui v0.28.1
31952024-12-17T21:00:16.035Z[ host-package] Compiling rusqlite v0.32.1
31962024-12-17T21:00:17.856Z[ host-package] Compiling tokio-tungstenite v0.23.1
31972024-12-17T21:00:19.137Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31982024-12-17T21:00:19.706Z[ helios-setup] Dec 17 21:00:18.348 INFO E| Compiling base64 v0.13.1
31992024-12-17T21:00:21.045Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32002024-12-17T21:00:21.067Z[ helios-setup] Dec 17 21:00:19.708 INFO E| Compiling utf-8 v0.7.6
32012024-12-17T21:00:21.104Z[ helios-setup] Dec 17 21:00:19.745 INFO E| Compiling strsim v0.10.0
32022024-12-17T21:00:21.187Z[ helios-setup] Dec 17 21:00:19.827 INFO E| Compiling byteorder v1.4.3
32032024-12-17T21:00:21.768Z[ helios-setup] Dec 17 21:00:20.409 INFO E| Compiling mime v0.3.17
32042024-12-17T21:00:22.450Z[ helios-setup] Dec 17 21:00:21.090 INFO E| Compiling unsafe-libyaml v0.2.8
32052024-12-17T21:00:24.314Z[ helios-setup] Dec 17 21:00:22.956 INFO E| Compiling clap_lex v0.4.1
32062024-12-17T21:00:24.777Z[ helios-setup] Dec 17 21:00:23.418 INFO E| Compiling spin v0.5.2
32072024-12-17T21:00:25.329Z[ helios-setup] Dec 17 21:00:23.970 INFO E| Compiling either v1.8.0
32082024-12-17T21:00:25.763Z[ host-package] Compiling xz2 v0.1.7
32092024-12-17T21:00:25.880Z[ helios-setup] Dec 17 21:00:24.521 INFO E| Compiling rayon v1.6.1
32102024-12-17T21:00:26.007Z[ helios-setup] Dec 17 21:00:24.648 INFO E| Compiling serde_yaml v0.9.21
32112024-12-17T21:00:26.010Z[ helios-setup] Dec 17 21:00:24.649 INFO E| Compiling clap_builder v4.2.1
32122024-12-17T21:00:26.041Z[ helios-setup] Dec 17 21:00:24.682 INFO E| Compiling reqwest v0.11.16
32132024-12-17T21:00:26.214Z[ helios-setup] Dec 17 21:00:24.855 INFO E| Compiling tungstenite v0.18.0
32142024-12-17T21:00:30.772Z[ host-package] Compiling tokio-rustls v0.24.1
32152024-12-17T21:00:31.927Z[ host-package] Compiling zone v0.1.8
32162024-12-17T21:00:33.878Z[ helios-setup] Dec 17 21:00:32.519 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32172024-12-17T21:00:34.702Z[ helios-setup] Dec 17 21:00:33.343 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32182024-12-17T21:00:35.837Z[ helios-setup] Dec 17 21:00:34.478 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32192024-12-17T21:00:38.308Z[ helios-setup] Dec 17 21:00:36.949 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32202024-12-17T21:00:38.647Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32212024-12-17T21:00:39.406Z[ helios-setup] Dec 17 21:00:38.047 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32222024-12-17T21:00:39.946Z[ helios-setup] Dec 17 21:00:38.587 INFO E| Compiling clap_derive v4.2.0
32232024-12-17T21:00:46.175Z[ helios-setup] Dec 17 21:00:44.817 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32242024-12-17T21:00:50.608Z[ helios-setup] Dec 17 21:00:49.249 INFO E| Compiling clap v4.2.1
32252024-12-17T21:00:51.000Z[ helios-setup] Dec 17 21:00:49.641 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32262024-12-17T21:00:55.814Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272024-12-17T21:01:00.232Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32282024-12-17T21:01:01.422Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32292024-12-17T21:01:03.739Z[ helios-setup] Dec 17 21:01:02.381 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32302024-12-17T21:01:04.124Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32312024-12-17T21:01:04.240Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32322024-12-17T21:01:06.507Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32332024-12-17T21:01:06.947Z[ helios-setup] Dec 17 21:01:05.587 INFO E| Compiling tokio-tungstenite v0.18.0
32342024-12-17T21:01:08.419Z[ helios-setup] Dec 17 21:01:07.061 INFO E| Compiling smartstring v1.0.1
32352024-12-17T21:01:09.727Z[ helios-setup] Dec 17 21:01:08.369 INFO E| Compiling rustls v0.21.0
32362024-12-17T21:01:11.682Z[ helios-setup] Dec 17 21:01:10.323 INFO E| Compiling serde_spanned v0.6.1
32372024-12-17T21:01:12.745Z[ helios-setup] Dec 17 21:01:11.386 INFO E| Compiling toml_datetime v0.6.1
32382024-12-17T21:01:13.693Z[ host-package] Compiling rustls-pemfile v1.0.4
32392024-12-17T21:01:14.380Z[ helios-setup] Dec 17 21:01:13.021 INFO E| Compiling camino v1.1.4
32402024-12-17T21:01:15.469Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32412024-12-17T21:01:16.090Z[ helios-setup] Dec 17 21:01:14.501 INFO E| Compiling paste v1.0.12
32422024-12-17T21:01:16.293Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32432024-12-17T21:01:17.425Z[ helios-setup] Dec 17 21:01:16.066 INFO E| Compiling winnow v0.4.1
32442024-12-17T21:01:20.143Z[ helios-setup] Dec 17 21:01:18.784 INFO E| Compiling match_cfg v0.1.0
32452024-12-17T21:01:20.792Z[ helios-setup] Dec 17 21:01:19.433 INFO E| Compiling async-trait v0.1.68
32462024-12-17T21:01:21.233Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32472024-12-17T21:01:21.871Z[ host-package] Compiling signal-hook-tokio v0.3.1
32482024-12-17T21:01:22.229Z[ helios-setup] Dec 17 21:01:20.870 INFO E| Compiling static_assertions v1.1.0
32492024-12-17T21:01:22.928Z[ helios-setup] Dec 17 21:01:21.570 INFO E| Compiling slog-async v2.7.0
32502024-12-17T21:01:23.013Z[ host-package] Compiling twox-hash v1.6.3
32512024-12-17T21:01:24.825Z[ helios-setup] Dec 17 21:01:23.466 INFO E| Compiling toml_edit v0.19.8
32522024-12-17T21:01:25.067Z[ helios-setup] Dec 17 21:01:23.697 INFO E| Compiling hostname v0.3.1
32532024-12-17T21:01:25.468Z[ host-package] Compiling yasna v0.5.2
32542024-12-17T21:01:25.544Z[ host-package] Compiling unicode-linebreak v0.1.5
32552024-12-17T21:01:25.704Z[ helios-setup] Dec 17 21:01:24.346 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32562024-12-17T21:01:25.998Z[ helios-setup] Dec 17 21:01:24.634 INFO E| Compiling slog-json v2.6.1
32572024-12-17T21:01:26.980Z[ host-package] Compiling smawk v0.3.2
32582024-12-17T21:01:27.040Z[ helios-setup] Dec 17 21:01:25.681 INFO E| Compiling unicode-linebreak v0.1.4
32592024-12-17T21:01:27.154Z[ host-package] Compiling is_ci v1.2.0
32602024-12-17T21:01:27.994Z[ host-package] Compiling rcgen v0.12.1
32612024-12-17T21:01:28.071Z[ host-package] Compiling textwrap v0.16.1
32622024-12-17T21:01:31.504Z[ host-package] Compiling supports-color v3.0.1
32632024-12-17T21:01:32.722Z[ helios-setup] Dec 17 21:01:31.364 INFO E| Compiling async-stream-impl v0.3.5
32642024-12-17T21:01:33.711Z[ helios-setup] Dec 17 21:01:32.350 INFO E| Compiling rhai_codegen v1.5.0
32652024-12-17T21:01:34.580Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32662024-12-17T21:01:35.300Z[ helios-setup] Dec 17 21:01:33.941 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32672024-12-17T21:01:36.261Z[ helios-setup] Dec 17 21:01:34.903 INFO E| Compiling take_mut v0.2.2
32682024-12-17T21:01:39.573Z[ helios-setup] Dec 17 21:01:38.214 INFO E| Compiling rhai v1.14.0
32692024-12-17T21:01:41.195Z[ helios-setup] Dec 17 21:01:39.836 INFO E| Compiling async-stream v0.3.5
32702024-12-17T21:01:41.311Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32712024-12-17T21:01:42.063Z[ helios-setup] Dec 17 21:01:40.703 INFO E| Compiling toml v0.7.3
32722024-12-17T21:01:42.378Z[ helios-setup] Dec 17 21:01:41.019 INFO E| Compiling slog-bunyan v2.4.0
32732024-12-17T21:01:45.793Z[ helios-setup] Dec 17 21:01:44.434 INFO E| Compiling rustls-pemfile v1.0.2
32742024-12-17T21:01:47.417Z[ helios-setup] Dec 17 21:01:46.058 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32752024-12-17T21:01:47.556Z[ helios-setup] Dec 17 21:01:46.197 INFO E| Compiling bincode v1.3.3
32762024-12-17T21:01:50.301Z[ helios-setup] Dec 17 21:01:48.941 INFO E| Compiling serde_path_to_error v0.1.11
32772024-12-17T21:01:50.321Z[ helios-setup] Dec 17 21:01:48.963 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32782024-12-17T21:01:52.236Z[ helios-setup] Dec 17 21:01:50.877 INFO E| Compiling terminal_size v0.2.6
32792024-12-17T21:01:52.805Z[ helios-setup] Dec 17 21:01:51.446 INFO E| Compiling smawk v0.3.1
32802024-12-17T21:01:53.256Z[ helios-setup] Dec 17 21:01:51.897 INFO E| Compiling textwrap v0.16.0
32812024-12-17T21:01:53.783Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32822024-12-17T21:01:53.824Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32832024-12-17T21:02:03.882Z[ helios-setup] Dec 17 21:02:02.523 INFO E| Compiling sct v0.7.0
32842024-12-17T21:02:04.072Z[ helios-setup] Dec 17 21:02:02.713 INFO E| Compiling rustls-webpki v0.100.1
32852024-12-17T21:02:11.451Z[ helios-setup] Dec 17 21:02:10.092 INFO E| Compiling git2 v0.16.1
32862024-12-17T21:02:12.694Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32872024-12-17T21:02:13.667Z[ helios-setup] Dec 17 21:02:12.308 INFO E| Compiling tokio-rustls v0.24.0
32882024-12-17T21:02:19.331Z[ helios-setup] Dec 17 21:02:17.972 INFO E| Compiling built v0.6.0
32892024-12-17T21:02:24.204Z[ helios-setup] Dec 17 21:02:22.845 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32902024-12-17T21:02:26.738Z[ helios-setup] Dec 17 21:02:25.379 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32912024-12-17T21:02:27.565Z[ helios-setup] Dec 17 21:02:26.206 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32922024-12-17T21:02:33.996Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932024-12-17T21:02:40.452Z[ helios-setup] Dec 17 21:02:39.093 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32942024-12-17T21:02:42.831Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952024-12-17T21:02:48.763Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32962024-12-17T21:02:50.174Z[ helios-setup] Dec 17 21:02:48.815 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32972024-12-17T21:03:02.187Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32982024-12-17T21:03:04.112Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32992024-12-17T21:03:05.196Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33002024-12-17T21:03:08.927Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012024-12-17T21:03:17.708Z[ host-package] Compiling fatfs v0.3.6
33022024-12-17T21:03:23.208Z[ host-package] Compiling rtoolbox v0.0.2
33032024-12-17T21:03:24.125Z[ host-package] Compiling subprocess v0.2.9
33042024-12-17T21:03:26.593Z[ host-package] Compiling assert_matches v1.5.0
33052024-12-17T21:03:28.134Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33062024-12-17T21:03:30.917Z[ host-package] Compiling rpassword v7.3.1
33072024-12-17T21:03:31.631Z[ helios-setup] Dec 17 21:03:30.272 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33082024-12-17T21:03:31.756Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33092024-12-17T21:03:31.829Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33102024-12-17T21:03:33.103Z[ host-package] Compiling tui-tree-widget v0.22.0
33112024-12-17T21:03:33.728Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33122024-12-17T21:03:36.708Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132024-12-17T21:03:40.095Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33142024-12-17T21:03:40.472Z[ host-package] Compiling uzers v0.12.1
33152024-12-17T21:03:43.876Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33162024-12-17T21:03:53.307Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33172024-12-17T21:03:56.552Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33182024-12-17T21:04:37.720Z[ helios-setup] Dec 17 21:04:36.360 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
33192024-12-17T21:04:37.852Z[ helios-setup] Dec 17 21:04:36.492 INFO building project "pilot" ok (408 seconds)
33202024-12-17T21:04:37.852Z[ helios-setup] Dec 17 21:04:36.492 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33212024-12-17T21:04:37.854Z[ helios-setup] Dec 17 21:04:36.492 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33222024-12-17T21:04:38.209Z[ helios-setup] Dec 17 21:04:36.849 INFO E| Downloading crates ...
33232024-12-17T21:04:38.316Z[ helios-setup] Dec 17 21:04:36.955 INFO E| Downloaded digest v0.10.3
33242024-12-17T21:04:38.347Z[ helios-setup] Dec 17 21:04:36.987 INFO E| Downloaded typenum v1.15.0
33252024-12-17T21:04:38.351Z[ helios-setup] Dec 17 21:04:36.992 INFO E| Downloaded anyhow v1.0.62
33262024-12-17T21:04:38.357Z[ helios-setup] Dec 17 21:04:36.998 INFO E| Downloaded sha2 v0.10.5
33272024-12-17T21:04:38.360Z[ helios-setup] Dec 17 21:04:37.001 INFO E| Downloaded bytes v1.2.1
33282024-12-17T21:04:38.436Z[ helios-setup] Dec 17 21:04:37.077 INFO E| Compiling typenum v1.15.0
33292024-12-17T21:04:38.440Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling version_check v0.9.4
33302024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling cfg-if v1.0.0
33312024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling crc32fast v1.3.2
33322024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling adler v1.0.2
33332024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling anyhow v1.0.62
33342024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling cpufeatures v0.2.5
33352024-12-17T21:04:38.443Z[ helios-setup] Dec 17 21:04:37.081 INFO E| Compiling unicode-width v0.1.10
33362024-12-17T21:04:39.093Z[ helios-setup] Dec 17 21:04:37.734 INFO E| Compiling miniz_oxide v0.6.2
33372024-12-17T21:04:39.093Z[ helios-setup] Dec 17 21:04:37.734 INFO E| Compiling bytes v1.2.1
33382024-12-17T21:04:39.275Z[ helios-setup] Dec 17 21:04:37.915 INFO E| Compiling getopts v0.2.21
33392024-12-17T21:04:39.412Z[ helios-setup] Dec 17 21:04:38.053 INFO E| Compiling bitflags v1.3.2
33402024-12-17T21:04:40.003Z[ helios-setup] Dec 17 21:04:38.643 INFO E| Compiling generic-array v0.14.6
33412024-12-17T21:04:40.345Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33422024-12-17T21:04:40.868Z[ helios-setup] Dec 17 21:04:39.507 INFO E| Compiling flate2 v1.0.25
33432024-12-17T21:04:45.211Z[ helios-setup] Dec 17 21:04:43.850 INFO E| Compiling block-buffer v0.10.3
33442024-12-17T21:04:45.211Z[ helios-setup] Dec 17 21:04:43.850 INFO E| Compiling crypto-common v0.1.6
33452024-12-17T21:04:45.416Z[ helios-setup] Dec 17 21:04:44.057 INFO E| Compiling digest v0.10.3
33462024-12-17T21:04:45.830Z[ helios-setup] Dec 17 21:04:44.470 INFO E| Compiling sha2 v0.10.5
33472024-12-17T21:04:46.276Z[ host-package] Compiling multimap v0.10.0
33482024-12-17T21:04:46.392Z[ helios-setup] Dec 17 21:04:45.033 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33492024-12-17T21:04:51.916Z[ helios-setup] Dec 17 21:04:50.556 INFO E| Finished `release` profile [optimized] target(s) in 13.95s
33502024-12-17T21:04:51.932Z[ helios-setup] Dec 17 21:04:50.572 INFO building project "bootserver" ok (14 seconds)
33512024-12-17T21:04:51.932Z[ helios-setup] Dec 17 21:04:50.573 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
33522024-12-17T21:04:51.935Z[ helios-setup] Dec 17 21:04:50.573 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
33532024-12-17T21:04:52.254Z[ helios-setup] Dec 17 21:04:50.895 INFO E| Downloading crates ...
33542024-12-17T21:04:52.361Z[ helios-setup] Dec 17 21:04:51.001 INFO E| Downloaded miniz_oxide v0.7.2
33552024-12-17T21:04:52.424Z[ helios-setup] Dec 17 21:04:51.065 INFO E| Compiling adler v1.0.2
33562024-12-17T21:04:52.609Z[ helios-setup] Dec 17 21:04:51.250 INFO E| Compiling miniz_oxide v0.7.2
33572024-12-17T21:04:55.582Z[ helios-setup] Dec 17 21:04:54.222 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33582024-12-17T21:04:56.646Z[ helios-setup] Dec 17 21:04:55.286 INFO E| Finished `release` profile [optimized] target(s) in 4.62s
33592024-12-17T21:04:56.658Z[ helios-setup] Dec 17 21:04:55.299 INFO building project "pinprick" ok (4 seconds)
33602024-12-17T21:04:56.658Z[ helios-setup] Dec 17 21:04:55.299 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33612024-12-17T21:04:56.661Z[ helios-setup] Dec 17 21:04:55.299 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33622024-12-17T21:04:56.986Z[ helios-setup] Dec 17 21:04:55.627 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33632024-12-17T21:04:57.541Z[ helios-setup] Dec 17 21:04:56.181 INFO E| From https://github.com/jclulow/rust-jmclib
33642024-12-17T21:04:57.541Z[ helios-setup] Dec 17 21:04:56.181 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33652024-12-17T21:04:57.568Z[ helios-setup] Dec 17 21:04:56.208 INFO E| Updating crates.io index
33662024-12-17T21:04:57.705Z[ helios-setup] Dec 17 21:04:56.345 INFO E| Downloading crates ...
33672024-12-17T21:04:57.838Z[ helios-setup] Dec 17 21:04:56.478 INFO E| Downloaded unicode-ident v1.0.11
33682024-12-17T21:04:57.843Z[ helios-setup] Dec 17 21:04:56.483 INFO E| Downloaded digest v0.9.0
33692024-12-17T21:04:57.845Z[ helios-setup] Dec 17 21:04:56.485 INFO E| Downloaded sha-1 v0.9.8
33702024-12-17T21:04:57.848Z[ helios-setup] Dec 17 21:04:56.489 INFO E| Downloaded libdevinfo-sys v1.0.0
33712024-12-17T21:04:57.850Z[ helios-setup] Dec 17 21:04:56.490 INFO E| Downloaded cpufeatures v0.2.9
33722024-12-17T21:04:57.853Z[ helios-setup] Dec 17 21:04:56.492 INFO E| Downloaded fastrand v2.0.0
33732024-12-17T21:04:57.855Z[ helios-setup] Dec 17 21:04:56.494 INFO E| Downloaded once_cell v1.18.0
33742024-12-17T21:04:57.859Z[ helios-setup] Dec 17 21:04:56.498 INFO E| Downloaded md-5 v0.9.1
33752024-12-17T21:04:57.862Z[ helios-setup] Dec 17 21:04:56.500 INFO E| Downloaded block-buffer v0.9.0
33762024-12-17T21:04:57.862Z[ helios-setup] Dec 17 21:04:56.501 INFO E| Downloaded bitflags v2.3.3
33772024-12-17T21:04:57.891Z[ helios-setup] Dec 17 21:04:56.532 INFO E| Downloaded uuid v0.8.2
33782024-12-17T21:04:57.897Z[ helios-setup] Dec 17 21:04:56.537 INFO E| Downloaded serde_derive v1.0.193
33792024-12-17T21:04:57.901Z[ helios-setup] Dec 17 21:04:56.541 INFO E| Downloaded getrandom v0.2.10
33802024-12-17T21:04:57.905Z[ helios-setup] Dec 17 21:04:56.546 INFO E| Downloaded proc-macro2 v1.0.66
33812024-12-17T21:04:57.909Z[ helios-setup] Dec 17 21:04:56.550 INFO E| Downloaded serde v1.0.193
33822024-12-17T21:04:57.914Z[ helios-setup] Dec 17 21:04:56.555 INFO E| Downloaded anyhow v1.0.72
33832024-12-17T21:04:57.920Z[ helios-setup] Dec 17 21:04:56.561 INFO E| Downloaded tempfile v3.7.0
33842024-12-17T21:04:57.931Z[ helios-setup] Dec 17 21:04:56.565 INFO E| Downloaded quote v1.0.31
33852024-12-17T21:04:57.938Z[ helios-setup] Dec 17 21:04:56.569 INFO E| Downloaded serde_json v1.0.103
33862024-12-17T21:04:57.953Z[ helios-setup] Dec 17 21:04:56.594 INFO E| Downloaded syn v2.0.32
33872024-12-17T21:04:57.980Z[ helios-setup] Dec 17 21:04:56.620 INFO E| Downloaded rustix v0.38.4
33882024-12-17T21:04:58.059Z[ helios-setup] Dec 17 21:04:56.700 INFO E| Downloaded libc v0.2.147
33892024-12-17T21:04:58.203Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling libc v0.2.147
33902024-12-17T21:04:58.203Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling proc-macro2 v1.0.66
33912024-12-17T21:04:58.203Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling unicode-ident v1.0.11
33922024-12-17T21:04:58.206Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling cfg-if v1.0.0
33932024-12-17T21:04:58.206Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling version_check v0.9.4
33942024-12-17T21:04:58.206Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling typenum v1.16.0
33952024-12-17T21:04:58.206Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling serde v1.0.193
33962024-12-17T21:04:58.206Z[ helios-setup] Dec 17 21:04:56.844 INFO E| Compiling itoa v1.0.9
33972024-12-17T21:04:59.014Z[ helios-setup] Dec 17 21:04:57.654 INFO E| Compiling num-conv v0.1.0
33982024-12-17T21:04:59.224Z[ helios-setup] Dec 17 21:04:57.864 INFO E| Compiling time-core v0.1.2
33992024-12-17T21:04:59.460Z[ helios-setup] Dec 17 21:04:58.100 INFO E| Compiling generic-array v0.14.7
34002024-12-17T21:04:59.480Z[ helios-setup] Dec 17 21:04:58.121 INFO E| Compiling powerfmt v0.2.0
34012024-12-17T21:04:59.559Z[ helios-setup] Dec 17 21:04:58.200 INFO E| Compiling slog v2.7.0
34022024-12-17T21:04:59.723Z[ helios-setup] Dec 17 21:04:58.364 INFO E| Compiling rustix v0.38.4
34032024-12-17T21:05:00.254Z[ helios-setup] Dec 17 21:04:58.895 INFO E| Compiling deranged v0.3.11
34042024-12-17T21:05:00.311Z[ helios-setup] Dec 17 21:04:58.951 INFO E| Compiling time-macros v0.2.18
34052024-12-17T21:05:00.393Z[ helios-setup] Dec 17 21:04:59.033 INFO E| Compiling num_threads v0.1.6
34062024-12-17T21:05:00.719Z[ helios-setup] Dec 17 21:04:59.360 INFO E| Compiling once_cell v1.18.0
34072024-12-17T21:05:00.817Z[ helios-setup] Dec 17 21:04:59.458 INFO E| Compiling bitflags v2.3.3
34082024-12-17T21:05:01.068Z[ helios-setup] Dec 17 21:04:59.708 INFO E| Compiling quote v1.0.31
34092024-12-17T21:05:01.850Z[ helios-setup] Dec 17 21:05:00.489 INFO E| Compiling syn v2.0.32
34102024-12-17T21:05:02.007Z[ helios-setup] Dec 17 21:05:00.647 INFO E| Compiling thread_local v1.1.7
34112024-12-17T21:05:02.544Z[ helios-setup] Dec 17 21:05:01.185 INFO E| Compiling fastrand v2.0.0
34122024-12-17T21:05:03.469Z[ helios-setup] Dec 17 21:05:02.110 INFO E| Compiling dirs-sys-next v0.1.2
34132024-12-17T21:05:04.025Z[ helios-setup] Dec 17 21:05:02.665 INFO E| Compiling dirs-next v2.0.0
34142024-12-17T21:05:04.045Z[ helios-setup] Dec 17 21:05:02.685 INFO E| Compiling errno v0.3.1
34152024-12-17T21:05:04.209Z[ helios-setup] Dec 17 21:05:02.849 INFO E| Compiling term v0.7.0
34162024-12-17T21:05:04.284Z[ helios-setup] Dec 17 21:05:02.925 INFO E| Compiling atty v0.2.14
34172024-12-17T21:05:04.597Z[ helios-setup] Dec 17 21:05:03.237 INFO E| Compiling opaque-debug v0.3.0
34182024-12-17T21:05:04.654Z[ helios-setup] Dec 17 21:05:03.294 INFO E| Compiling anyhow v1.0.72
34192024-12-17T21:05:04.693Z[ helios-setup] Dec 17 21:05:03.333 INFO E| Compiling serde_json v1.0.103
34202024-12-17T21:05:05.125Z[ helios-setup] Dec 17 21:05:03.765 INFO E| Compiling getrandom v0.2.10
34212024-12-17T21:05:05.553Z[ helios-setup] Dec 17 21:05:04.193 INFO E| Compiling block-buffer v0.9.0
34222024-12-17T21:05:05.843Z[ helios-setup] Dec 17 21:05:04.483 INFO E| Compiling digest v0.9.0
34232024-12-17T21:05:05.979Z[ helios-setup] Dec 17 21:05:04.619 INFO E| Compiling same-file v1.0.6
34242024-12-17T21:05:06.022Z[ helios-setup] Dec 17 21:05:04.663 INFO E| Compiling unicode-width v0.1.10
34252024-12-17T21:05:06.032Z[ helios-setup] Dec 17 21:05:04.672 INFO E| Compiling time v0.3.36
34262024-12-17T21:05:06.402Z[ helios-setup] Dec 17 21:05:05.043 INFO E| Compiling ryu v1.0.15
34272024-12-17T21:05:06.545Z[ helios-setup] Dec 17 21:05:05.185 INFO E| Compiling cpufeatures v0.2.9
34282024-12-17T21:05:06.681Z[ helios-setup] Dec 17 21:05:05.320 INFO E| Compiling sha-1 v0.9.8
34292024-12-17T21:05:06.809Z[ helios-setup] Dec 17 21:05:05.449 INFO E| Compiling getopts v0.2.21
34302024-12-17T21:05:07.241Z[ helios-setup] Dec 17 21:05:05.881 INFO E| Compiling walkdir v2.3.3
34312024-12-17T21:05:07.887Z[ helios-setup] Dec 17 21:05:06.527 INFO E| Compiling tempfile v3.7.0
34322024-12-17T21:05:08.238Z[ helios-setup] Dec 17 21:05:06.878 INFO E| Compiling md-5 v0.9.1
34332024-12-17T21:05:08.670Z[ helios-setup] Dec 17 21:05:07.310 INFO E| Compiling glob v0.3.1
34342024-12-17T21:05:09.005Z[ helios-setup] Dec 17 21:05:07.646 INFO E| Compiling libdevinfo-sys v1.0.0
34352024-12-17T21:05:09.912Z[ helios-setup] Dec 17 21:05:08.553 INFO E| Compiling slog-term v2.9.0
34362024-12-17T21:05:11.528Z[ helios-setup] Dec 17 21:05:10.169 INFO E| Compiling serde_derive v1.0.193
34372024-12-17T21:05:28.045Z[ helios-setup] Dec 17 21:05:26.686 INFO E| Compiling toml v0.5.11
34382024-12-17T21:05:28.046Z[ helios-setup] Dec 17 21:05:26.686 INFO E| Compiling uuid v0.8.2
34392024-12-17T21:05:30.578Z[ helios-setup] Dec 17 21:05:29.219 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34402024-12-17T21:05:33.885Z[ helios-setup] Dec 17 21:05:32.526 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34412024-12-17T21:05:48.740Z[ helios-setup] Dec 17 21:05:47.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.96s
34422024-12-17T21:05:48.777Z[ helios-setup] Dec 17 21:05:47.403 INFO building project "image-builder" ok (52 seconds)
34432024-12-17T21:05:48.781Z[ helios-setup] rm -f helios-build
34442024-12-17T21:05:48.781Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34452024-12-17T21:05:48.781Z[ helios-setup]
34462024-12-17T21:05:48.781Z[ helios-setup] Setup complete! ./helios-build is now available.
34472024-12-17T21:05:48.781Z[ helios-setup]
34482024-12-17T21:05:48.782Z[ helios-setup]
34492024-12-17T21:05:48.782Z[ helios-setup] real 12:16.080646556
34502024-12-17T21:05:48.782Z[ helios-setup] user 29:21.641664943
34512024-12-17T21:05:48.782Z[ helios-setup] sys 3:39.613052425
34522024-12-17T21:05:48.782Z[ helios-setup] trap 1.858700863
34532024-12-17T21:05:48.782Z[ helios-setup] tflt 5.824220159
34542024-12-17T21:05:48.782Z[ helios-setup] dflt 36.603836805
34552024-12-17T21:05:48.782Z[ helios-setup] kflt 0.047678380
34562024-12-17T21:05:48.782Z[ helios-setup] lock 2:12:37.368459007
34572024-12-17T21:05:48.782Z[ helios-setup] slp 3:51:43.013531217
34582024-12-17T21:05:48.782Z[ helios-setup] lat 33:45.119528178
34592024-12-17T21:05:48.782Z[ helios-setup] stop 4:48.120147779
34602024-12-17T21:05:48.782ZDec 17 21:05:47.418 INFO [helios-setup] process exited with exit status: 0 (736.086574454s)
34612024-12-17T21:05:48.782ZDec 17 21:05:47.418 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34622024-12-17T21:05:48.818Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34632024-12-17T21:05:49.217Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34642024-12-17T21:05:49.217Z[ phbl-toolchain] info: downloading component 'cargo'
34652024-12-17T21:05:50.766Z[ phbl-toolchain] info: downloading component 'clippy'
34662024-12-17T21:05:51.239Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34672024-12-17T21:05:56.617Z[ phbl-toolchain] info: downloading component 'miri'
34682024-12-17T21:05:56.923Z[ phbl-toolchain] info: downloading component 'rust-docs'
34692024-12-17T21:05:58.455Z[ phbl-toolchain] info: downloading component 'rust-src'
34702024-12-17T21:05:59.060Z[ phbl-toolchain] info: downloading component 'rust-std'
34712024-12-17T21:06:01.131Z[ phbl-toolchain] info: downloading component 'rustc'
34722024-12-17T21:06:09.888Z[ phbl-toolchain] info: downloading component 'rustfmt'
34732024-12-17T21:06:10.201Z[ phbl-toolchain] info: installing component 'cargo'
34742024-12-17T21:06:11.575Z[ phbl-toolchain] info: installing component 'clippy'
34752024-12-17T21:06:12.165Z[ phbl-toolchain] info: installing component 'llvm-tools'
34762024-12-17T21:06:17.940Z[ phbl-toolchain] info: installing component 'miri'
34772024-12-17T21:06:18.282Z[ phbl-toolchain] info: installing component 'rust-docs'
34782024-12-17T21:06:25.667Z[ phbl-toolchain] info: installing component 'rust-src'
34792024-12-17T21:06:26.288Z[ phbl-toolchain] info: installing component 'rust-std'
34802024-12-17T21:06:28.786Z[ phbl-toolchain] info: installing component 'rustc'
34812024-12-17T21:06:38.271Z[ phbl-toolchain] info: installing component 'rustfmt'
34822024-12-17T21:06:39.081Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34832024-12-17T21:06:39.084ZDec 17 21:06:37.725 INFO [phbl-toolchain] process exited with exit status: 0 (50.306395043s)
34842024-12-17T21:07:31.484Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34852024-12-17T21:07:32.468Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34862024-12-17T21:14:05.601Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 40s
34872024-12-17T21:15:12.697ZDec 17 21:15:11.335 INFO [host-package] process exited with exit status: 0 (1247.509081762s)
34882024-12-17T21:15:12.700ZDec 17 21:15:11.335 INFO [host-stamp] running task
34892024-12-17T21:15:12.700ZDec 17 21:15:11.336 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34902024-12-17T21:15:12.707ZDec 17 21:15:11.346 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+git1214a47dcd7
34912024-12-17T21:15:12.719ZDec 17 21:15:11.356 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+git1214a47dcd7
34922024-12-17T21:15:12.725Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34932024-12-17T21:15:12.728Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
34942024-12-17T21:15:12.731Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-12-17T21:15:12.731ZDec 17 21:15:11.368 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+git1214a47dcd7
34962024-12-17T21:15:12.739Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
34972024-12-17T21:15:12.741ZDec 17 21:15:11.380 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+git1214a47dcd7
34982024-12-17T21:15:12.754Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34992024-12-17T21:15:12.757ZDec 17 21:15:11.393 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+git1214a47dcd7
35002024-12-17T21:15:12.768Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35012024-12-17T21:15:12.771Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-17T21:15:12.773ZDec 17 21:15:11.410 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+git1214a47dcd7
35032024-12-17T21:15:12.786Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-17T21:15:12.789ZDec 17 21:15:11.424 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+git1214a47dcd7
35052024-12-17T21:15:12.800Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35062024-12-17T21:15:12.805Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-17T21:15:12.808ZDec 17 21:15:11.444 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+git1214a47dcd7
35082024-12-17T21:15:12.826Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-17T21:15:12.826ZDec 17 21:15:11.465 INFO [stamp-overlay] process exited with exit status: 0 (119.057016ms)
35102024-12-17T21:15:12.829ZDec 17 21:15:11.465 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (85.192147ms)
35112024-12-17T21:15:12.829ZDec 17 21:15:11.465 INFO [stamp-oxlog] process exited with exit status: 0 (72.196717ms)
35122024-12-17T21:15:12.840Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-17T21:15:12.953Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35142024-12-17T21:15:12.957ZDec 17 21:15:11.595 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (151.438704ms)
35152024-12-17T21:15:12.969Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35162024-12-17T21:15:12.975ZDec 17 21:15:11.612 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (243.821496ms)
35172024-12-17T21:15:13.194Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35182024-12-17T21:15:13.198ZDec 17 21:15:11.836 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (412.119272ms)
35192024-12-17T21:15:13.949Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35202024-12-17T21:15:13.953ZDec 17 21:15:12.592 INFO [stamp-propolis-server] process exited with exit status: 0 (1.235357598s)
35212024-12-17T21:15:14.014Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35222024-12-17T21:15:16.320Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35232024-12-17T21:15:23.570Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35242024-12-17T21:15:23.574ZDec 17 21:15:22.213 INFO [stamp-switch-asic] process exited with exit status: 0 (10.802821423s)
35252024-12-17T21:15:23.578ZDec 17 21:15:22.213 INFO [host-stamp] task succeeded (10.877334418s)
35262024-12-17T21:15:23.578ZDec 17 21:15:22.213 INFO [host-proto] running task
35272024-12-17T21:15:23.998ZDec 17 21:15:22.636 INFO [host-proto] task succeeded (423.194452ms)
35282024-12-17T21:15:23.998ZDec 17 21:15:22.636 INFO [host-profile] running task
35292024-12-17T21:15:24.003ZDec 17 21:15:22.636 INFO [host-profile] task succeeded (385.888µs)
35302024-12-17T21:15:24.003ZDec 17 21:15:22.637 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/.tmpzNgeWV/proto/host/root -N 'ci 1214a47/${os_short_commit} 2024-12-17 20:53' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35312024-12-17T21:15:24.017Z[ host-image] Dec 17 21:15:22.655 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35322024-12-17T21:15:24.020Z[ host-image] Dec 17 21:15:22.656 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35332024-12-17T21:15:24.032Z[ host-image] Dec 17 21:15:22.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzNgeWV/proto/host/root"
35342024-12-17T21:15:24.032Z[ host-image] Dec 17 21:15:22.670 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35352024-12-17T21:15:24.034Z[ host-image] Dec 17 21:15:22.671 INFO image builder template: ramdisk-01-os...
35362024-12-17T21:15:24.034Z[ host-image] Dec 17 21:15:22.671 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/.tmpzNgeWV/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
35372024-12-17T21:15:24.051Z[ host-image] Dec 17 21:15:22.690 INFO O| Dec 17 21:15:22.690 INFO CREATE DATASET: rpool/images/build/host/output
35382024-12-17T21:15:24.264Z[ host-image] Dec 17 21:15:22.903 INFO O| Dec 17 21:15:22.903 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35392024-12-17T21:15:24.270Z[ host-image] Dec 17 21:15:22.909 INFO O| Dec 17 21:15:22.909 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35402024-12-17T21:15:24.572Z[ host-image] Dec 17 21:15:23.211 INFO O| Dec 17 21:15:23.211 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35412024-12-17T21:15:24.628Z[ host-image] Dec 17 21:15:23.266 INFO O| Dec 17 21:15:23.266 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35422024-12-17T21:15:24.628Z[ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.266 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35432024-12-17T21:15:24.630Z[ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.267 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35442024-12-17T21:15:24.630Z[ host-image] Dec 17 21:15:23.267 INFO O| Dec 17 21:15:23.267 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-17T21:15:24.638Z[ host-image] Dec 17 21:15:23.276 INFO O| Dec 17 21:15:23.276 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-17T21:15:24.821Z[ host-image] Dec 17 21:15:23.460 INFO O| Dec 17 21:15:23.460 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-12-17T21:15:24.835Z[ host-image] Dec 17 21:15:23.474 INFO O| Dec 17 21:15:23.473 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35482024-12-17T21:15:25.342Z[ host-image] Dec 17 21:15:23.980 INFO O| Dec 17 21:15:23.980 INFO O| Caching catalogs ... Done
35492024-12-17T21:15:25.463Z[ host-image] Dec 17 21:15:24.101 INFO O| Dec 17 21:15:24.101 INFO STEP 0 (pkg_image_create) COMPLETE
35502024-12-17T21:15:25.463Z[ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-17T21:15:25.466Z[ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO skip step because feature "repo_redist" is not enabled
35522024-12-17T21:15:25.466Z[ host-image] Dec 17 21:15:24.102 INFO O| Dec 17 21:15:24.101 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-17T21:15:25.480Z[ host-image] Dec 17 21:15:24.119 INFO O| Dec 17 21:15:24.119 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"]
35542024-12-17T21:15:26.025Z[ host-image] Dec 17 21:15:24.664 INFO O| Dec 17 21:15:24.664 INFO STEP 2 (pkg_set_publisher) COMPLETE
35552024-12-17T21:15:26.025Z[ host-image] Dec 17 21:15:24.664 INFO O| Dec 17 21:15:24.664 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-17T21:15:26.042Z[ host-image] Dec 17 21:15:24.680 INFO O| Dec 17 21:15:24.680 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"]
35572024-12-17T21:15:26.653Z[ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 3 (pkg_set_publisher) COMPLETE
35582024-12-17T21:15:26.653Z[ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-17T21:15:26.656Z[ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO skip step because feature "repo_redist" is not enabled
35602024-12-17T21:15:26.656Z[ host-image] Dec 17 21:15:25.289 INFO O| Dec 17 21:15:25.289 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-17T21:15:27.239Z[ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.877 INFO variant opensolaris.zone is already global
35622024-12-17T21:15:27.239Z[ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.878 INFO STEP 5 (pkg_change_variant) COMPLETE
35632024-12-17T21:15:27.242Z[ host-image] Dec 17 21:15:25.878 INFO O| Dec 17 21:15:25.878 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-17T21:15:27.826Z[ host-image] Dec 17 21:15:26.453 INFO O| Dec 17 21:15:26.453 INFO variant opensolaris.imagetype is full; changing to partial
35652024-12-17T21:15:27.826Z[ host-image] Dec 17 21:15:26.453 INFO O| Dec 17 21:15:26.453 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35662024-12-17T21:15:35.531Z[ host-image] Dec 17 21:15:34.168 INFO O| Dec 17 21:15:34.168 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35672024-12-17T21:15:36.217Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.25s
35682024-12-17T21:15:37.400ZDec 17 21:15:36.038 INFO [recovery-package] process exited with exit status: 0 (24.702109s)
35692024-12-17T21:15:37.401ZDec 17 21:15:36.038 INFO [recovery-stamp] running task
35702024-12-17T21:15:37.403ZDec 17 21:15:36.038 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35712024-12-17T21:15:37.403ZDec 17 21:15:36.038 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git1214a47dcd7
35722024-12-17T21:15:37.418ZDec 17 21:15:36.057 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+git1214a47dcd7
35732024-12-17T21:15:37.427Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35742024-12-17T21:15:37.438Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35752024-12-17T21:15:37.511Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35762024-12-17T21:15:37.515ZDec 17 21:15:36.153 INFO [stamp-installinator] process exited with exit status: 0 (114.960649ms)
35772024-12-17T21:15:37.553Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35782024-12-17T21:15:37.557ZDec 17 21:15:36.195 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (138.907215ms)
35792024-12-17T21:15:37.560ZDec 17 21:15:36.196 INFO [recovery-stamp] task succeeded (157.540705ms)
35802024-12-17T21:15:37.560ZDec 17 21:15:36.196 INFO [recovery-proto] running task
35812024-12-17T21:15:37.560ZDec 17 21:15:36.196 INFO [tuf-stamp] running task
35822024-12-17T21:15:37.560ZDec 17 21:15:36.197 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+git1214a47dcd7
35832024-12-17T21:15:37.572ZDec 17 21:15:36.211 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+git1214a47dcd7
35842024-12-17T21:15:37.587Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35852024-12-17T21:15:37.589ZDec 17 21:15:36.226 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+git1214a47dcd7
35862024-12-17T21:15:37.598Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35872024-12-17T21:15:37.601ZDec 17 21:15:36.240 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+git1214a47dcd7
35882024-12-17T21:15:37.616Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-17T21:15:37.620ZDec 17 21:15:36.255 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+git1214a47dcd7
35902024-12-17T21:15:37.644Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-17T21:15:37.646ZDec 17 21:15:36.283 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+git1214a47dcd7
35922024-12-17T21:15:37.668Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-17T21:15:37.670ZDec 17 21:15:36.306 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+git1214a47dcd7
35942024-12-17T21:15:37.720Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-17T21:15:37.726ZDec 17 21:15:36.359 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+git1214a47dcd7
35962024-12-17T21:15:37.836Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-17T21:15:37.839ZDec 17 21:15:36.475 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+git1214a47dcd7
35982024-12-17T21:15:37.866Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-17T21:15:37.868ZDec 17 21:15:36.504 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+git1214a47dcd7
36002024-12-17T21:15:37.960ZDec 17 21:15:36.599 INFO [recovery-proto] task succeeded (402.6857ms)
36012024-12-17T21:15:37.960ZDec 17 21:15:36.599 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+git1214a47dcd7
36022024-12-17T21:15:37.960Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-17T21:15:37.973ZDec 17 21:15:36.612 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/.tmpzNgeWV/proto/recovery/root -N 'recovery 1214a47/${os_short_commit} 2024-12-17 20:53' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36042024-12-17T21:15:38.037Z[ recovery-image] Dec 17 21:15:36.675 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36052024-12-17T21:15:38.037Z[ recovery-image] Dec 17 21:15:36.675 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36062024-12-17T21:15:38.053Z[ recovery-image] Dec 17 21:15:36.691 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzNgeWV/proto/recovery/root"
36072024-12-17T21:15:38.053Z[ recovery-image] Dec 17 21:15:36.692 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36082024-12-17T21:15:38.056Z[ recovery-image] Dec 17 21:15:36.692 INFO image builder template: ramdisk-01-os...
36092024-12-17T21:15:38.056Z[ recovery-image] Dec 17 21:15:36.692 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/.tmpzNgeWV/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
36102024-12-17T21:15:38.075Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-17T21:15:38.137Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-17T21:15:38.146Z[ recovery-image] Dec 17 21:15:36.782 INFO O| Dec 17 21:15:36.765 INFO CREATE DATASET: rpool/images/build/recovery/output
36132024-12-17T21:15:38.327Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36142024-12-17T21:15:38.421Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36152024-12-17T21:15:38.425Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
36162024-12-17T21:15:38.425ZDec 17 21:15:37.060 INFO [stamp-probe] process exited with exit status: 0 (555.707638ms)
36172024-12-17T21:15:38.425ZDec 17 21:15:37.060 INFO [stamp-ntp] process exited with exit status: 0 (702.003342ms)
36182024-12-17T21:15:38.515Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36192024-12-17T21:15:38.694Z[ recovery-image] Dec 17 21:15:37.332 INFO O| Dec 17 21:15:37.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-17T21:15:38.696Z[ recovery-image] Dec 17 21:15:37.332 INFO O| Dec 17 21:15:37.319 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36212024-12-17T21:15:39.115Z[ recovery-image] Dec 17 21:15:37.753 INFO O| Dec 17 21:15:37.753 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36222024-12-17T21:15:39.167Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36232024-12-17T21:15:39.190Z[ recovery-image] Dec 17 21:15:37.828 INFO O| Dec 17 21:15:37.828 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36242024-12-17T21:15:39.190Z[ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36252024-12-17T21:15:39.192Z[ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36262024-12-17T21:15:39.193Z[ recovery-image] Dec 17 21:15:37.829 INFO O| Dec 17 21:15:37.829 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-17T21:15:39.197ZDec 17 21:15:37.835 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.624303651s)
36282024-12-17T21:15:39.203Z[ recovery-image] Dec 17 21:15:37.841 INFO O| Dec 17 21:15:37.841 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-17T21:15:39.480Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36302024-12-17T21:15:39.530ZDec 17 21:15:38.169 INFO [stamp-external-dns] process exited with exit status: 0 (1.929297986s)
36312024-12-17T21:15:39.559Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36322024-12-17T21:15:39.569Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36332024-12-17T21:15:39.574ZDec 17 21:15:38.212 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.906077465s)
36342024-12-17T21:15:39.577ZDec 17 21:15:38.216 INFO [stamp-internal-dns] process exited with exit status: 0 (1.990211968s)
36352024-12-17T21:15:39.648Z[ recovery-image] Dec 17 21:15:38.286 INFO O| Dec 17 21:15:38.285 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-12-17T21:15:39.663Z[ recovery-image] Dec 17 21:15:38.301 INFO O| Dec 17 21:15:38.301 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36372024-12-17T21:15:39.930Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36382024-12-17T21:15:39.935ZDec 17 21:15:38.574 INFO [stamp-oximeter] process exited with exit status: 0 (2.290860549s)
36392024-12-17T21:15:40.164Z[ recovery-image] Dec 17 21:15:38.802 INFO O| Dec 17 21:15:38.802 INFO O| Caching catalogs ... Done
36402024-12-17T21:15:40.281Z[ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 0 (pkg_image_create) COMPLETE
36412024-12-17T21:15:40.281Z[ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-12-17T21:15:40.282Z[ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO skip step because feature "repo_redist" is not enabled
36432024-12-17T21:15:40.285Z[ recovery-image] Dec 17 21:15:38.919 INFO O| Dec 17 21:15:38.919 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-17T21:15:40.297Z[ recovery-image] Dec 17 21:15:38.935 INFO O| Dec 17 21:15:38.934 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"]
36452024-12-17T21:15:40.737Z[ recovery-image] Dec 17 21:15:39.375 INFO O| Dec 17 21:15:39.375 INFO STEP 2 (pkg_set_publisher) COMPLETE
36462024-12-17T21:15:40.737Z[ recovery-image] Dec 17 21:15:39.375 INFO O| Dec 17 21:15:39.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-12-17T21:15:40.752Z[ recovery-image] Dec 17 21:15:39.389 INFO O| Dec 17 21:15:39.389 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"]
36482024-12-17T21:15:41.237Z[ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO STEP 3 (pkg_set_publisher) COMPLETE
36492024-12-17T21:15:41.237Z[ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-17T21:15:41.237Z[ recovery-image] Dec 17 21:15:39.875 INFO O| Dec 17 21:15:39.875 INFO skip step because feature "repo_redist" is not enabled
36512024-12-17T21:15:41.237Z[ recovery-image] Dec 17 21:15:39.876 INFO O| Dec 17 21:15:39.875 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-17T21:15:41.319Z[ host-image] Dec 17 21:15:39.957 INFO O| Dec 17 21:15:39.957 INFO O| Startup: Caching catalogs ... Done
36532024-12-17T21:15:41.423Z[ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Planning completed in 0.00 seconds
36542024-12-17T21:15:41.426Z[ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Consolidating action changes ... Done
36552024-12-17T21:15:41.426Z[ host-image] Dec 17 21:15:40.062 INFO O| Dec 17 21:15:40.062 INFO O| Planning: Evaluating mediators ... Done
36562024-12-17T21:15:41.426Z[ host-image] Dec 17 21:15:40.063 INFO O| Dec 17 21:15:40.063 INFO O| Planning: Planning completed in 0.00 seconds
36572024-12-17T21:15:41.426Z[ host-image] Dec 17 21:15:40.063 INFO O| Dec 17 21:15:40.063 INFO O| Variants/Facets to change: 1
36582024-12-17T21:15:41.442Z[ host-image] Dec 17 21:15:40.080 INFO O| Dec 17 21:15:40.080 INFO O| Done
36592024-12-17T21:15:41.442Z[ host-image] Dec 17 21:15:40.080 INFO O| Dec 17 21:15:40.080 INFO O| Done
36602024-12-17T21:15:41.728Z[ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO variant opensolaris.zone is already global
36612024-12-17T21:15:41.728Z[ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO STEP 5 (pkg_change_variant) COMPLETE
36622024-12-17T21:15:41.728Z[ recovery-image] Dec 17 21:15:40.367 INFO O| Dec 17 21:15:40.367 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36632024-12-17T21:15:41.825Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36642024-12-17T21:15:41.830ZDec 17 21:15:40.469 INFO [stamp-nexus] process exited with exit status: 0 (4.272221486s)
36652024-12-17T21:15:42.111Z[ host-image] Dec 17 21:15:40.749 INFO O| Dec 17 21:15:40.749 INFO O| Done
36662024-12-17T21:15:42.188Z[ host-image] Dec 17 21:15:40.819 INFO O| Dec 17 21:15:40.819 INFO O| Done
36672024-12-17T21:15:42.195Z[ host-image] Dec 17 21:15:40.820 INFO O| Dec 17 21:15:40.820 INFO O| Done
36682024-12-17T21:15:42.195Z[ host-image] Dec 17 21:15:40.820 INFO O| Dec 17 21:15:40.820 INFO O| Done
36692024-12-17T21:15:42.196Z[ host-image] Dec 17 21:15:40.822 INFO O| Dec 17 21:15:40.822 INFO O| Done
36702024-12-17T21:15:42.235Z[ recovery-image] Dec 17 21:15:40.873 INFO O| Dec 17 21:15:40.872 INFO variant opensolaris.imagetype is full; changing to partial
36712024-12-17T21:15:42.235Z[ recovery-image] Dec 17 21:15:40.873 INFO O| Dec 17 21:15:40.873 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36722024-12-17T21:15:42.643Z[ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 6 (pkg_change_variant) COMPLETE
36732024-12-17T21:15:42.644Z[ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-12-17T21:15:42.648Z[ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO skip step because feature "debug_variant" is not enabled
36752024-12-17T21:15:42.648Z[ host-image] Dec 17 21:15:41.282 INFO O| Dec 17 21:15:41.282 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-12-17T21:15:42.743Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36772024-12-17T21:15:42.976Z[verify-libraries] Compiling home v0.5.9
36782024-12-17T21:15:43.126Z[verify-libraries] Compiling cfg_aliases v0.1.1
36792024-12-17T21:15:43.126Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36802024-12-17T21:15:43.126Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36812024-12-17T21:15:43.126Z[verify-libraries] Compiling unicode_categories v0.1.1
36822024-12-17T21:15:43.213Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36832024-12-17T21:15:43.213Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36842024-12-17T21:15:43.284Z[ host-image] Dec 17 21:15:41.817 INFO O| Dec 17 21:15:41.817 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36852024-12-17T21:15:43.284Z[verify-libraries] Compiling nix v0.28.0
36862024-12-17T21:15:43.467Z[verify-libraries] Compiling sqlformat v0.2.6
36872024-12-17T21:15:43.548Z[verify-libraries] Compiling polyval v0.6.2
36882024-12-17T21:15:43.924Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36892024-12-17T21:15:43.969ZDec 17 21:15:42.608 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.132979066s)
36902024-12-17T21:15:43.974Z[verify-libraries] Compiling ghash v0.5.1
36912024-12-17T21:15:44.266Z[verify-libraries] Compiling ctr v0.9.2
36922024-12-17T21:15:44.409Z[verify-libraries] Compiling ssh-encoding v0.2.0
36932024-12-17T21:15:44.684Z[ host-image] Dec 17 21:15:43.322 INFO O| Dec 17 21:15:43.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36942024-12-17T21:15:44.687Z[ host-image] Dec 17 21:15:43.324 INFO O| Dec 17 21:15:43.324 INFO O| Planning: Planning completed in 0.00 seconds
36952024-12-17T21:15:44.687Z[ host-image] Dec 17 21:15:43.325 INFO O| Dec 17 21:15:43.325 INFO O| Planning: Consolidating action changes ... Done
36962024-12-17T21:15:44.687Z[ host-image] Dec 17 21:15:43.325 INFO O| Dec 17 21:15:43.325 INFO O| Planning: Evaluating mediators ... Done
36972024-12-17T21:15:44.690Z[ host-image] Dec 17 21:15:43.326 INFO O| Dec 17 21:15:43.326 INFO O| Planning: Planning completed in 0.00 seconds
36982024-12-17T21:15:44.690Z[ host-image] Dec 17 21:15:43.326 INFO O| Dec 17 21:15:43.326 INFO O| Variants/Facets to change: 1
36992024-12-17T21:15:44.727Z[verify-libraries] Compiling blowfish v0.9.1
37002024-12-17T21:15:44.839Z[verify-libraries] Compiling sqlparser v0.45.0
37012024-12-17T21:15:44.936Z[verify-libraries] Compiling aes-gcm v0.10.3
37022024-12-17T21:15:45.349Z[ host-image] Dec 17 21:15:43.984 INFO O| Dec 17 21:15:43.984 INFO O| Done
37032024-12-17T21:15:45.349Z[ host-image] Dec 17 21:15:43.984 INFO O| Dec 17 21:15:43.984 INFO O| Done
37042024-12-17T21:15:45.778Z[verify-libraries] Compiling ssh-cipher v0.2.0
37052024-12-17T21:15:46.169Z[ host-image] Dec 17 21:15:44.807 INFO O| Dec 17 21:15:44.807 INFO O| Done
37062024-12-17T21:15:46.378Z[ host-image] Dec 17 21:15:45.016 INFO O| Dec 17 21:15:45.016 INFO O| Done
37072024-12-17T21:15:46.382Z[ host-image] Dec 17 21:15:45.018 INFO O| Dec 17 21:15:45.018 INFO O| Done
37082024-12-17T21:15:46.382Z[ host-image] Dec 17 21:15:45.018 INFO O| Dec 17 21:15:45.018 INFO O| Done
37092024-12-17T21:15:46.382Z[ host-image] Dec 17 21:15:45.020 INFO O| Dec 17 21:15:45.020 INFO O| Done
37102024-12-17T21:15:46.533Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 8 (pkg_change_facet) COMPLETE
37112024-12-17T21:15:46.533Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37122024-12-17T21:15:46.533Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO skip step because feature "recovery" is not enabled
37132024-12-17T21:15:46.536Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142024-12-17T21:15:46.536Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO skip step because feature "recovery" is not enabled
37152024-12-17T21:15:46.536Z[ host-image] Dec 17 21:15:45.172 INFO O| Dec 17 21:15:45.172 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-12-17T21:15:46.552Z[ host-image] Dec 17 21:15:45.190 INFO O| Dec 17 21:15:45.190 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"]
37172024-12-17T21:15:46.610Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37182024-12-17T21:15:47.428Z[verify-libraries] Compiling password-hash v0.4.2
37192024-12-17T21:15:47.842Z[ host-image] Dec 17 21:15:46.480 INFO O| Dec 17 21:15:46.480 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37202024-12-17T21:15:50.923Z[verify-libraries] Compiling rustyline v14.0.0
37212024-12-17T21:15:50.976Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37222024-12-17T21:15:50.981ZDec 17 21:15:49.620 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.364579243s)
37232024-12-17T21:15:51.352Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37242024-12-17T21:15:51.459ZDec 17 21:15:50.098 INFO [stamp-clickhouse] process exited with exit status: 0 (13.498843526s)
37252024-12-17T21:15:51.459ZDec 17 21:15:50.098 INFO [tuf-stamp] task succeeded (13.901930315s)
37262024-12-17T21:15:51.819Z[verify-libraries] Compiling matches v0.1.10
37272024-12-17T21:15:52.004Z[verify-libraries] Compiling idna v0.2.3
37282024-12-17T21:15:52.656Z[verify-libraries] Compiling pbkdf2 v0.11.0
37292024-12-17T21:15:53.091Z[verify-libraries] Compiling ssh-key v0.6.6
37302024-12-17T21:15:53.186Z[verify-libraries] Compiling p256 v0.13.2
37312024-12-17T21:15:54.168Z[ recovery-image] Dec 17 21:15:52.806 INFO O| Dec 17 21:15:52.806 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37322024-12-17T21:15:56.094Z[verify-libraries] Compiling p521 v0.13.3
37332024-12-17T21:15:56.701Z[verify-libraries] Compiling enum-as-inner v0.5.1
37342024-12-17T21:15:58.130Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37352024-12-17T21:15:58.581Z[verify-libraries] Compiling md5 v0.7.0
37362024-12-17T21:15:58.866Z[verify-libraries] Compiling russh-keys v0.45.0
37372024-12-17T21:15:59.161Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37382024-12-17T21:16:03.495Z[ recovery-image] Dec 17 21:16:02.134 INFO O| Dec 17 21:16:02.134 INFO O| Startup: Caching catalogs ... Done
37392024-12-17T21:16:03.615Z[ recovery-image] Dec 17 21:16:02.254 INFO O| Dec 17 21:16:02.254 INFO O| Planning: Planning completed in 0.00 seconds
37402024-12-17T21:16:03.618Z[ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.254 INFO O| Planning: Consolidating action changes ... Done
37412024-12-17T21:16:03.618Z[ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.255 INFO O| Planning: Evaluating mediators ... Done
37422024-12-17T21:16:03.618Z[ recovery-image] Dec 17 21:16:02.255 INFO O| Dec 17 21:16:02.255 INFO O| Planning: Planning completed in 0.00 seconds
37432024-12-17T21:16:03.618Z[ recovery-image] Dec 17 21:16:02.256 INFO O| Dec 17 21:16:02.255 INFO O| Variants/Facets to change: 1
37442024-12-17T21:16:03.735Z[ recovery-image] Dec 17 21:16:02.373 INFO O| Dec 17 21:16:02.373 INFO O| Done
37452024-12-17T21:16:03.735Z[ recovery-image] Dec 17 21:16:02.374 INFO O| Dec 17 21:16:02.373 INFO O| Done
37462024-12-17T21:16:04.848Z[ recovery-image] Dec 17 21:16:03.486 INFO O| Dec 17 21:16:03.486 INFO O| Done
37472024-12-17T21:16:04.918Z[ recovery-image] Dec 17 21:16:03.557 INFO O| Dec 17 21:16:03.557 INFO O| Done
37482024-12-17T21:16:04.921Z[ recovery-image] Dec 17 21:16:03.558 INFO O| Dec 17 21:16:03.558 INFO O| Done
37492024-12-17T21:16:04.921Z[ recovery-image] Dec 17 21:16:03.558 INFO O| Dec 17 21:16:03.558 INFO O| Done
37502024-12-17T21:16:04.924Z[ recovery-image] Dec 17 21:16:03.560 INFO O| Dec 17 21:16:03.560 INFO O| Done
37512024-12-17T21:16:05.785Z[ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.422 INFO STEP 6 (pkg_change_variant) COMPLETE
37522024-12-17T21:16:05.785Z[ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532024-12-17T21:16:05.787Z[ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO skip step because feature "debug_variant" is not enabled
37542024-12-17T21:16:05.787Z[ recovery-image] Dec 17 21:16:04.423 INFO O| Dec 17 21:16:04.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552024-12-17T21:16:06.491Z[ recovery-image] Dec 17 21:16:05.130 INFO O| Dec 17 21:16:05.130 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37562024-12-17T21:16:07.674Z[ recovery-image] Dec 17 21:16:06.312 INFO O| Dec 17 21:16:06.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37572024-12-17T21:16:07.678Z[ recovery-image] Dec 17 21:16:06.315 INFO O| Dec 17 21:16:06.315 INFO O| Planning: Planning completed in 0.00 seconds
37582024-12-17T21:16:07.681Z[ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Consolidating action changes ... Done
37592024-12-17T21:16:07.681Z[ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Evaluating mediators ... Done
37602024-12-17T21:16:07.681Z[ recovery-image] Dec 17 21:16:06.316 INFO O| Dec 17 21:16:06.316 INFO O| Planning: Planning completed in 0.00 seconds
37612024-12-17T21:16:07.681Z[ recovery-image] Dec 17 21:16:06.317 INFO O| Dec 17 21:16:06.317 INFO O| Variants/Facets to change: 1
37622024-12-17T21:16:07.773Z[ recovery-image] Dec 17 21:16:06.411 INFO O| Dec 17 21:16:06.411 INFO O| Done
37632024-12-17T21:16:07.773Z[ recovery-image] Dec 17 21:16:06.411 INFO O| Dec 17 21:16:06.411 INFO O| Done
37642024-12-17T21:16:08.491Z[verify-libraries] Compiling num-bigint v0.4.6
37652024-12-17T21:16:08.645Z[ recovery-image] Dec 17 21:16:07.283 INFO O| Dec 17 21:16:07.283 INFO O| Done
37662024-12-17T21:16:08.735Z[ recovery-image] Dec 17 21:16:07.373 INFO O| Dec 17 21:16:07.373 INFO O| Done
37672024-12-17T21:16:08.737Z[ recovery-image] Dec 17 21:16:07.375 INFO O| Dec 17 21:16:07.374 INFO O| Done
37682024-12-17T21:16:08.737Z[ recovery-image] Dec 17 21:16:07.375 INFO O| Dec 17 21:16:07.375 INFO O| Done
37692024-12-17T21:16:08.740Z[ recovery-image] Dec 17 21:16:07.377 INFO O| Dec 17 21:16:07.377 INFO O| Done
37702024-12-17T21:16:08.867Z[ recovery-image] Dec 17 21:16:07.505 INFO O| Dec 17 21:16:07.505 INFO STEP 8 (pkg_change_facet) COMPLETE
37712024-12-17T21:16:08.867Z[ recovery-image] Dec 17 21:16:07.505 INFO O| Dec 17 21:16:07.505 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722024-12-17T21:16:09.618Z[ recovery-image] Dec 17 21:16:08.257 INFO O| Dec 17 21:16:08.256 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37732024-12-17T21:16:10.816Z[ recovery-image] Dec 17 21:16:09.455 INFO O| Dec 17 21:16:09.454 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37742024-12-17T21:16:10.819Z[ recovery-image] Dec 17 21:16:09.456 INFO O| Dec 17 21:16:09.456 INFO O| Planning: Planning completed in 0.00 seconds
37752024-12-17T21:16:10.819Z[ recovery-image] Dec 17 21:16:09.457 INFO O| Dec 17 21:16:09.457 INFO O| Planning: Consolidating action changes ... Done
37762024-12-17T21:16:10.819Z[ recovery-image] Dec 17 21:16:09.457 INFO O| Dec 17 21:16:09.457 INFO O| Planning: Evaluating mediators ... Done
37772024-12-17T21:16:10.822Z[ recovery-image] Dec 17 21:16:09.458 INFO O| Dec 17 21:16:09.458 INFO O| Planning: Planning completed in 0.00 seconds
37782024-12-17T21:16:10.822Z[ recovery-image] Dec 17 21:16:09.458 INFO O| Dec 17 21:16:09.458 INFO O| Variants/Facets to change: 1
37792024-12-17T21:16:10.919Z[ recovery-image] Dec 17 21:16:09.557 INFO O| Dec 17 21:16:09.557 INFO O| Done
37802024-12-17T21:16:10.919Z[ recovery-image] Dec 17 21:16:09.557 INFO O| Dec 17 21:16:09.557 INFO O| Done
37812024-12-17T21:16:11.838Z[ recovery-image] Dec 17 21:16:10.476 INFO O| Dec 17 21:16:10.476 INFO O| Done
37822024-12-17T21:16:11.932Z[ recovery-image] Dec 17 21:16:10.570 INFO O| Dec 17 21:16:10.570 INFO O| Done
37832024-12-17T21:16:11.934Z[ recovery-image] Dec 17 21:16:10.571 INFO O| Dec 17 21:16:10.571 INFO O| Done
37842024-12-17T21:16:11.934Z[ recovery-image] Dec 17 21:16:10.571 INFO O| Dec 17 21:16:10.571 INFO O| Done
37852024-12-17T21:16:11.937Z[ recovery-image] Dec 17 21:16:10.576 INFO O| Dec 17 21:16:10.576 INFO O| Done
37862024-12-17T21:16:12.069Z[ recovery-image] Dec 17 21:16:10.707 INFO O| Dec 17 21:16:10.707 INFO STEP 9 (pkg_change_facet) COMPLETE
37872024-12-17T21:16:12.069Z[ recovery-image] Dec 17 21:16:10.707 INFO O| Dec 17 21:16:10.707 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37882024-12-17T21:16:12.742Z[ recovery-image] Dec 17 21:16:11.380 INFO O| Dec 17 21:16:11.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37892024-12-17T21:16:13.844Z[ recovery-image] Dec 17 21:16:12.482 INFO O| Dec 17 21:16:12.482 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37902024-12-17T21:16:13.847Z[ recovery-image] Dec 17 21:16:12.484 INFO O| Dec 17 21:16:12.484 INFO O| Planning: Planning completed in 0.00 seconds
37912024-12-17T21:16:13.847Z[ recovery-image] Dec 17 21:16:12.485 INFO O| Dec 17 21:16:12.485 INFO O| Planning: Consolidating action changes ... Done
37922024-12-17T21:16:13.847Z[ recovery-image] Dec 17 21:16:12.485 INFO O| Dec 17 21:16:12.485 INFO O| Planning: Evaluating mediators ... Done
37932024-12-17T21:16:13.850Z[ recovery-image] Dec 17 21:16:12.486 INFO O| Dec 17 21:16:12.486 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-17T21:16:13.850Z[ recovery-image] Dec 17 21:16:12.486 INFO O| Dec 17 21:16:12.486 INFO O| Variants/Facets to change: 1
37952024-12-17T21:16:13.889Z[ recovery-image] Dec 17 21:16:12.527 INFO O| Dec 17 21:16:12.527 INFO O| Done
37962024-12-17T21:16:13.889Z[ recovery-image] Dec 17 21:16:12.527 INFO O| Dec 17 21:16:12.527 INFO O| Done
37972024-12-17T21:16:15.101Z[ recovery-image] Dec 17 21:16:13.487 INFO O| Dec 17 21:16:13.487 INFO O| Done
37982024-12-17T21:16:15.111Z[ recovery-image] Dec 17 21:16:13.567 INFO O| Dec 17 21:16:13.567 INFO O| Done
37992024-12-17T21:16:15.111Z[ recovery-image] Dec 17 21:16:13.568 INFO O| Dec 17 21:16:13.568 INFO O| Done
38002024-12-17T21:16:15.111Z[ recovery-image] Dec 17 21:16:13.568 INFO O| Dec 17 21:16:13.568 INFO O| Done
38012024-12-17T21:16:15.111Z[ recovery-image] Dec 17 21:16:13.589 INFO O| Dec 17 21:16:13.589 INFO O| Done
38022024-12-17T21:16:15.111Z[ recovery-image] Dec 17 21:16:13.738 INFO O| Dec 17 21:16:13.738 INFO STEP 10 (pkg_change_facet) COMPLETE
38032024-12-17T21:16:15.112Z[ recovery-image] Dec 17 21:16:13.738 INFO O| Dec 17 21:16:13.738 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-12-17T21:16:15.123Z[ recovery-image] Dec 17 21:16:13.760 INFO O| Dec 17 21:16:13.759 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"]
38052024-12-17T21:16:16.242Z[verify-libraries] Compiling des v0.8.1
38062024-12-17T21:16:16.312Z[ recovery-image] Dec 17 21:16:14.950 INFO O| Dec 17 21:16:14.950 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072024-12-17T21:16:17.008Z[verify-libraries] Compiling hex-literal v0.4.1
38082024-12-17T21:16:17.422Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38092024-12-17T21:16:18.532Z[verify-libraries] Compiling dhcproto v0.12.0
38102024-12-17T21:16:19.014Z[verify-libraries] Compiling russh v0.45.0
38112024-12-17T21:16:23.071Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38122024-12-17T21:16:25.636Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38132024-12-17T21:16:29.968Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38142024-12-17T21:16:39.132Z[verify-libraries] Compiling petname v2.0.2
38152024-12-17T21:16:40.595Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38162024-12-17T21:16:41.387Z[verify-libraries] Compiling internet-checksum v0.2.1
38172024-12-17T21:16:42.125Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38182024-12-17T21:16:48.028Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38192024-12-17T21:16:52.918Z[ host-image] Dec 17 21:16:51.556 INFO O| Dec 17 21:16:51.556 INFO O| Planning: Solver setup ... Done
38202024-12-17T21:16:53.467Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38212024-12-17T21:17:00.738Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38222024-12-17T21:17:03.249Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38232024-12-17T21:17:20.344Z[ recovery-image] Dec 17 21:17:18.982 INFO O| Dec 17 21:17:18.982 INFO O| Planning: Solver setup ... Done
38242024-12-17T21:17:29.253Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38252024-12-17T21:17:31.427Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38262024-12-17T21:17:40.454Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38272024-12-17T21:18:08.596Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38282024-12-17T21:18:10.135Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38292024-12-17T21:18:10.719Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38302024-12-17T21:18:11.176Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38312024-12-17T21:18:11.610Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38322024-12-17T21:18:12.064Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38332024-12-17T21:18:12.696Z[ host-image] Dec 17 21:18:11.334 INFO O| Dec 17 21:18:11.334 INFO O| Planning: Running solver ... Done
38342024-12-17T21:18:13.033Z[verify-libraries] Compiling sync-ptr v0.1.1
38352024-12-17T21:18:13.372Z[ host-image] Dec 17 21:18:12.010 INFO O| Dec 17 21:18:12.010 INFO O| Planning: Finding local manifests ... Done
38362024-12-17T21:18:13.390Z[ host-image] Dec 17 21:18:12.028 INFO O| Dec 17 21:18:12.027 INFO O| Planning: Fetching manifests: 0/124 0% complete
38372024-12-17T21:18:13.431Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38382024-12-17T21:18:17.949Z[ host-image] Dec 17 21:18:16.587 INFO O| Dec 17 21:18:16.587 INFO O| Planning: Fetching manifests: 124/124 100% complete
38392024-12-17T21:18:19.043Z[ host-image] Dec 17 21:18:17.681 INFO O| Dec 17 21:18:17.681 INFO O| Planning: Package planning ... Done
38402024-12-17T21:18:20.631Z[ host-image] Dec 17 21:18:19.269 INFO O| Dec 17 21:18:19.269 INFO O| Planning: Merging actions ... Done
38412024-12-17T21:18:21.190Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38422024-12-17T21:18:21.269Z[ host-image] Dec 17 21:18:19.907 INFO O| Dec 17 21:18:19.907 INFO O| Planning: Checking for conflicting actions ... Done
38432024-12-17T21:18:21.553Z[ host-image] Dec 17 21:18:20.191 INFO O| Dec 17 21:18:20.191 INFO O| Planning: Consolidating action changes ... Done
38442024-12-17T21:18:22.157Z[ host-image] Dec 17 21:18:20.795 INFO O| Dec 17 21:18:20.794 INFO O| Planning: Evaluating mediators ... Done
38452024-12-17T21:18:22.177Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38462024-12-17T21:18:25.105Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38472024-12-17T21:18:28.515Z[ host-image] Dec 17 21:18:27.153 INFO O| Dec 17 21:18:27.153 INFO O| Planning: Planning completed in 160.67 seconds
38482024-12-17T21:18:28.522Z[ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Packages to install: 124
38492024-12-17T21:18:28.525Z[ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Mediators to change: 4
38502024-12-17T21:18:28.525Z[ host-image] Dec 17 21:18:27.160 INFO O| Dec 17 21:18:27.160 INFO O| Services to change: 6
38512024-12-17T21:18:28.649Z[ host-image] Dec 17 21:18:27.285 INFO O| Dec 17 21:18:27.285 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38522024-12-17T21:18:32.132Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38532024-12-17T21:18:33.660Z[ host-image] Dec 17 21:18:32.298 INFO O| Dec 17 21:18:32.298 INFO O| Download: 1277/22788 items 8.6/199.7MB 4% complete (1.8M/s)
38542024-12-17T21:18:37.221Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38552024-12-17T21:18:38.356Z[ recovery-image] Dec 17 21:18:36.994 INFO O| Dec 17 21:18:36.994 INFO O| Planning: Running solver ... Done
38562024-12-17T21:18:38.673Z[ host-image] Dec 17 21:18:37.311 INFO O| Dec 17 21:18:37.311 INFO O| Download: 1805/22788 items 16.8/199.7MB 8% complete (1.6M/s)
38572024-12-17T21:18:39.028Z[ recovery-image] Dec 17 21:18:37.666 INFO O| Dec 17 21:18:37.666 INFO O| Planning: Finding local manifests ... Done
38582024-12-17T21:18:39.043Z[ recovery-image] Dec 17 21:18:37.680 INFO O| Dec 17 21:18:37.680 INFO O| Planning: Fetching manifests: 0/124 0% complete
38592024-12-17T21:18:43.879Z[ host-image] Dec 17 21:18:42.517 INFO O| Dec 17 21:18:42.517 INFO O| Download: 2332/22788 items 27.5/199.7MB 13% complete (1.9M/s)
38602024-12-17T21:18:44.419Z[ recovery-image] Dec 17 21:18:43.057 INFO O| Dec 17 21:18:43.057 INFO O| Planning: Fetching manifests: 124/124 100% complete
38612024-12-17T21:18:45.638Z[ recovery-image] Dec 17 21:18:44.275 INFO O| Dec 17 21:18:44.275 INFO O| Planning: Package planning ... Done
38622024-12-17T21:18:46.426Z[ recovery-image] Dec 17 21:18:45.064 INFO O| Dec 17 21:18:45.064 INFO O| Planning: Merging actions ... Done
38632024-12-17T21:18:46.668Z[ recovery-image] Dec 17 21:18:45.305 INFO O| Dec 17 21:18:45.305 INFO O| Planning: Checking for conflicting actions ... Done
38642024-12-17T21:18:46.801Z[ recovery-image] Dec 17 21:18:45.439 INFO O| Dec 17 21:18:45.439 INFO O| Planning: Consolidating action changes ... Done
38652024-12-17T21:18:47.159Z[ recovery-image] Dec 17 21:18:45.796 INFO O| Dec 17 21:18:45.796 INFO O| Planning: Evaluating mediators ... Done
38662024-12-17T21:18:49.225Z[ host-image] Dec 17 21:18:47.863 INFO O| Dec 17 21:18:47.862 INFO O| Download: 3545/22788 items 35.8/199.7MB 17% complete (1.7M/s)
38672024-12-17T21:18:53.341Z[ recovery-image] Dec 17 21:18:51.979 INFO O| Dec 17 21:18:51.979 INFO O| Planning: Planning completed in 157.03 seconds
38682024-12-17T21:18:53.349Z[ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Packages to install: 124
38692024-12-17T21:18:53.349Z[ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Mediators to change: 4
38702024-12-17T21:18:53.351Z[ recovery-image] Dec 17 21:18:51.987 INFO O| Dec 17 21:18:51.987 INFO O| Services to change: 5
38712024-12-17T21:18:53.435Z[ recovery-image] Dec 17 21:18:52.073 INFO O| Dec 17 21:18:52.073 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38722024-12-17T21:18:54.364Z[ host-image] Dec 17 21:18:53.001 INFO O| Dec 17 21:18:53.001 INFO O| Download: 4534/22788 items 42.3/199.7MB 21% complete (1.5M/s)
38732024-12-17T21:18:59.510Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38742024-12-17T21:19:03.427Z[ host-image] Dec 17 21:19:02.065 INFO O| Dec 17 21:19:02.065 INFO O| Download: 4798/22788 items 45.5/199.7MB 22% complete (994k/s)
38752024-12-17T21:19:03.436Z[ recovery-image] Dec 17 21:19:02.074 INFO O| Dec 17 21:19:02.074 INFO O| Download: 1048/15862 items 7.9/176.4MB 4% complete (1.6M/s)
38762024-12-17T21:19:06.150Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38772024-12-17T21:19:06.787Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38782024-12-17T21:19:08.733Z[ host-image] Dec 17 21:19:07.371 INFO O| Dec 17 21:19:07.371 INFO O| Download: 5743/22788 items 46.2/199.7MB 23% complete (94.1k/s)
38792024-12-17T21:19:09.950Z[verify-libraries] Compiling termios v0.3.3
38802024-12-17T21:19:10.297Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38812024-12-17T21:19:10.863Z[ recovery-image] Dec 17 21:19:09.501 INFO O| Dec 17 21:19:09.501 INFO O| Download: 1053/15862 items 7.9/176.4MB 4% complete (1.4M/s)
38822024-12-17T21:19:13.761Z[ host-image] Dec 17 21:19:12.399 INFO O| Dec 17 21:19:12.399 INFO O| Download: 6211/22788 items 46.6/199.7MB 23% complete (105k/s)
38832024-12-17T21:19:15.863Z[ recovery-image] Dec 17 21:19:14.501 INFO O| Dec 17 21:19:14.501 INFO O| Download: 1195/15862 items 15.7/176.4MB 8% complete (1.4M/s)
38842024-12-17T21:19:18.765Z[ host-image] Dec 17 21:19:17.402 INFO O| Dec 17 21:19:17.402 INFO O| Download: 7034/22788 items 56.1/199.7MB 28% complete (953k/s)
38852024-12-17T21:19:21.693Z[ recovery-image] Dec 17 21:19:20.330 INFO O| Dec 17 21:19:20.330 INFO O| Download: 1507/15862 items 21.9/176.4MB 12% complete (1.7M/s)
38862024-12-17T21:19:23.909Z[ host-image] Dec 17 21:19:22.546 INFO O| Dec 17 21:19:22.546 INFO O| Download: 8128/22788 items 60.8/199.7MB 30% complete (1.4M/s)
38872024-12-17T21:19:26.701Z[ recovery-image] Dec 17 21:19:25.338 INFO O| Dec 17 21:19:25.338 INFO O| Download: 1991/15862 items 30.9/176.4MB 17% complete (1.0M/s)
38882024-12-17T21:19:28.921Z[ host-image] Dec 17 21:19:27.559 INFO O| Dec 17 21:19:27.559 INFO O| Download: 8669/22788 items 70.9/199.7MB 35% complete (1.5M/s)
38892024-12-17T21:19:31.579Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38902024-12-17T21:19:31.727Z[ recovery-image] Dec 17 21:19:30.356 INFO O| Dec 17 21:19:30.356 INFO O| Download: 2724/15862 items 34.0/176.4MB 19% complete (1.2M/s)
38912024-12-17T21:19:34.873Z[ host-image] Dec 17 21:19:33.498 INFO O| Dec 17 21:19:33.498 INFO O| Download: 9386/22788 items 81.5/199.7MB 40% complete (2.1M/s)
38922024-12-17T21:19:36.734Z[ recovery-image] Dec 17 21:19:35.371 INFO O| Dec 17 21:19:35.371 INFO O| Download: 3756/15862 items 41.9/176.4MB 23% complete (1.2M/s)
38932024-12-17T21:19:39.875Z[ host-image] Dec 17 21:19:38.512 INFO O| Dec 17 21:19:38.512 INFO O| Download: 10320/22788 items 87.6/199.7MB 43% complete (1.6M/s)
38942024-12-17T21:19:41.734Z[ recovery-image] Dec 17 21:19:40.371 INFO O| Dec 17 21:19:40.371 INFO O| Download: 4784/15862 items 43.0/176.4MB 24% complete (917k/s)
38952024-12-17T21:19:42.113Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38962024-12-17T21:19:44.892Z[ host-image] Dec 17 21:19:43.529 INFO O| Dec 17 21:19:43.529 INFO O| Download: 10817/22788 items 89.8/199.7MB 44% complete (845k/s)
38972024-12-17T21:19:46.777Z[ recovery-image] Dec 17 21:19:45.415 INFO O| Dec 17 21:19:45.415 INFO O| Download: 5663/15862 items 44.5/176.4MB 25% complete (262k/s)
38982024-12-17T21:19:50.154Z[ host-image] Dec 17 21:19:48.790 INFO O| Dec 17 21:19:48.790 INFO O| Download: 11281/22788 items 94.8/199.7MB 47% complete (944k/s)
38992024-12-17T21:19:51.791Z[ recovery-image] Dec 17 21:19:50.429 INFO O| Dec 17 21:19:50.429 INFO O| Download: 6083/15862 items 54.4/176.4MB 30% complete (1.1M/s)
39002024-12-17T21:19:55.418Z[ host-image] Dec 17 21:19:54.056 INFO O| Dec 17 21:19:54.055 INFO O| Download: 12178/22788 items 108.6/199.7MB 54% complete (1.9M/s)
39012024-12-17T21:19:56.794Z[ recovery-image] Dec 17 21:19:55.432 INFO O| Dec 17 21:19:55.432 INFO O| Download: 6608/15862 items 64.3/176.4MB 36% complete (2.0M/s)
39022024-12-17T21:20:00.418Z[ host-image] Dec 17 21:19:59.056 INFO O| Dec 17 21:19:59.055 INFO O| Download: 12804/22788 items 109.7/199.7MB 54% complete (1.4M/s)
39032024-12-17T21:20:01.814Z[ recovery-image] Dec 17 21:20:00.452 INFO O| Dec 17 21:20:00.451 INFO O| Download: 7421/15862 items 73.5/176.4MB 41% complete (1.9M/s)
39042024-12-17T21:20:05.432Z[ host-image] Dec 17 21:20:04.068 INFO O| Dec 17 21:20:04.068 INFO O| Download: 13813/22788 items 110.2/199.7MB 55% complete (172k/s)
39052024-12-17T21:20:09.282Z[ recovery-image] Dec 17 21:20:05.453 INFO O| Dec 17 21:20:05.453 INFO O| Download: 7929/15862 items 77.5/176.4MB 43% complete (1.3M/s)
39062024-12-17T21:20:10.580Z[ host-image] Dec 17 21:20:09.218 INFO O| Dec 17 21:20:09.217 INFO O| Download: 14519/22788 items 116.7/199.7MB 58% complete (680k/s)
39072024-12-17T21:20:12.342Z[ recovery-image] Dec 17 21:20:10.979 INFO O| Dec 17 21:20:10.979 INFO O| Download: 8676/15862 items 83.2/176.4MB 47% complete (876k/s)
39082024-12-17T21:20:15.583Z[ host-image] Dec 17 21:20:14.220 INFO O| Dec 17 21:20:14.220 INFO O| Download: 15638/22788 items 125.8/199.7MB 63% complete (1.5M/s)
39092024-12-17T21:20:17.354Z[ recovery-image] Dec 17 21:20:15.991 INFO O| Dec 17 21:20:15.991 INFO O| Download: 9122/15862 items 92.7/176.4MB 52% complete (1.5M/s)
39102024-12-17T21:20:20.584Z[ host-image] Dec 17 21:20:19.221 INFO O| Dec 17 21:20:19.221 INFO O| Download: 16328/22788 items 132.6/199.7MB 66% complete (1.6M/s)
39112024-12-17T21:20:22.396Z[ recovery-image] Dec 17 21:20:21.034 INFO O| Dec 17 21:20:21.034 INFO O| Download: 10022/15862 items 93.2/176.4MB 52% complete (1.0M/s)
39122024-12-17T21:20:25.602Z[ host-image] Dec 17 21:20:24.240 INFO O| Dec 17 21:20:24.239 INFO O| Download: 17368/22788 items 141.5/199.7MB 70% complete (1.5M/s)
39132024-12-17T21:20:27.420Z[ recovery-image] Dec 17 21:20:26.057 INFO O| Dec 17 21:20:26.057 INFO O| Download: 10853/15862 items 93.9/176.4MB 53% complete (111k/s)
39142024-12-17T21:20:30.605Z[ host-image] Dec 17 21:20:29.240 INFO O| Dec 17 21:20:29.239 INFO O| Download: 17979/22788 items 161.9/199.7MB 81% complete (3.0M/s)
39152024-12-17T21:20:32.614Z[ recovery-image] Dec 17 21:20:31.251 INFO O| Dec 17 21:20:31.251 INFO O| Download: 11427/15862 items 107.3/176.4MB 60% complete (1.4M/s)
39162024-12-17T21:20:35.620Z[ host-image] Dec 17 21:20:34.257 INFO O| Dec 17 21:20:34.257 INFO O| Download: 18979/22788 items 165.9/199.7MB 83% complete (2.5M/s)
39172024-12-17T21:20:37.895Z[ recovery-image] Dec 17 21:20:36.498 INFO O| Dec 17 21:20:36.497 INFO O| Download: 11986/15862 items 138.7/176.4MB 78% complete (4.3M/s)
39182024-12-17T21:20:40.620Z[ host-image] Dec 17 21:20:39.257 INFO O| Dec 17 21:20:39.257 INFO O| Download: 19864/22788 items 169.6/199.7MB 84% complete (803k/s)
39192024-12-17T21:20:42.909Z[ recovery-image] Dec 17 21:20:41.546 INFO O| Dec 17 21:20:41.546 INFO O| Download: 13012/15862 items 144.1/176.4MB 81% complete (3.7M/s)
39202024-12-17T21:20:45.640Z[ host-image] Dec 17 21:20:44.277 INFO O| Dec 17 21:20:44.277 INFO O| Download: 20636/22788 items 172.5/199.7MB 86% complete (716k/s)
39212024-12-17T21:20:47.931Z[ recovery-image] Dec 17 21:20:46.565 INFO O| Dec 17 21:20:46.565 INFO O| Download: 13871/15862 items 147.6/176.4MB 83% complete (924k/s)
39222024-12-17T21:20:50.646Z[ host-image] Dec 17 21:20:49.283 INFO O| Dec 17 21:20:49.283 INFO O| Download: 21001/22788 items 179.1/199.7MB 89% complete (965k/s)
39232024-12-17T21:20:53.362Z[ recovery-image] Dec 17 21:20:51.888 INFO O| Dec 17 21:20:51.888 INFO O| Download: 14671/15862 items 150.6/176.4MB 85% complete (679k/s)
39242024-12-17T21:20:55.647Z[ host-image] Dec 17 21:20:54.284 INFO O| Dec 17 21:20:54.284 INFO O| Download: 21710/22788 items 183.7/199.7MB 91% complete (1.1M/s)
39252024-12-17T21:20:58.271Z[ recovery-image] Dec 17 21:20:56.908 INFO O| Dec 17 21:20:56.908 INFO O| Download: 15050/15862 items 157.9/176.4MB 89% complete (1011k/s)
39262024-12-17T21:21:00.651Z[ host-image] Dec 17 21:20:59.288 INFO O| Dec 17 21:20:59.288 INFO O| Download: 22097/22788 items 196.7/199.7MB 98% complete (1.7M/s)
39272024-12-17T21:21:03.386Z[ recovery-image] Dec 17 21:21:02.009 INFO O| Dec 17 21:21:02.008 INFO O| Download: 15585/15862 items 169.3/176.4MB 96% complete (1.9M/s)
39282024-12-17T21:21:05.645Z[ host-image] Dec 17 21:21:04.282 INFO O| Dec 17 21:21:04.282 INFO O| Download: Completed 199.66 MB in 157.00 seconds (1.3M/s)
39292024-12-17T21:21:06.363Z[ recovery-image] Dec 17 21:21:05.000 INFO O| Dec 17 21:21:05.000 INFO O| Download: Completed 176.39 MB in 132.93 seconds (1.3M/s)
39302024-12-17T21:21:07.234Z[ host-image] Dec 17 21:21:05.871 INFO O| Dec 17 21:21:05.871 INFO O| Actions: 1/49485 actions (Installing new actions)
39312024-12-17T21:21:07.449Z[ recovery-image] Dec 17 21:21:06.087 INFO O| Dec 17 21:21:06.087 INFO O| Actions: 1/25028 actions (Installing new actions)
39322024-12-17T21:21:12.241Z[ host-image] Dec 17 21:21:10.871 INFO O| Dec 17 21:21:10.871 INFO O| Actions: 9015/49485 actions (Installing new actions)
39332024-12-17T21:21:12.460Z[ recovery-image] Dec 17 21:21:11.087 INFO O| Dec 17 21:21:11.087 INFO O| Actions: 7892/25028 actions (Installing new actions)
39342024-12-17T21:21:17.234Z[ host-image] Dec 17 21:21:15.872 INFO O| Dec 17 21:21:15.871 INFO O| Actions: 15736/49485 actions (Installing new actions)
39352024-12-17T21:21:17.456Z[ recovery-image] Dec 17 21:21:16.093 INFO O| Dec 17 21:21:16.093 INFO O| Actions: 12227/25028 actions (Installing new actions)
39362024-12-17T21:21:22.464Z[ recovery-image] Dec 17 21:21:21.101 INFO O| Dec 17 21:21:21.101 INFO O| Actions: 17791/25028 actions (Installing new actions)
39372024-12-17T21:21:22.678Z[ host-image] Dec 17 21:21:21.315 INFO O| Dec 17 21:21:21.315 INFO O| Actions: 20807/49485 actions (Installing new actions)
39382024-12-17T21:21:26.830Z[ recovery-image] Dec 17 21:21:25.466 INFO O| Dec 17 21:21:25.466 INFO O| Actions: Completed 25028 actions in 19.37 seconds.
39392024-12-17T21:21:27.682Z[ host-image] Dec 17 21:21:26.315 INFO O| Dec 17 21:21:26.315 INFO O| Actions: 34401/49485 actions (Installing new actions)
39402024-12-17T21:21:27.736Z[ recovery-image] Dec 17 21:21:26.367 INFO O| Dec 17 21:21:26.367 INFO O| Done
39412024-12-17T21:21:27.736Z[ recovery-image] Dec 17 21:21:26.367 INFO O| Dec 17 21:21:26.367 INFO O| Done
39422024-12-17T21:21:29.934Z[ recovery-image] Dec 17 21:21:28.552 INFO O| Dec 17 21:21:28.552 INFO O| Done
39432024-12-17T21:21:31.624Z[ recovery-image] Dec 17 21:21:30.261 INFO O| Dec 17 21:21:30.261 INFO O| Done
39442024-12-17T21:21:31.670Z[ recovery-image] Dec 17 21:21:30.304 INFO O| Dec 17 21:21:30.304 INFO O| Done
39452024-12-17T21:21:35.739Z[ host-image] Dec 17 21:21:30.955 INFO O| Dec 17 21:21:30.955 INFO O| Actions: Completed 49485 actions in 25.08 seconds.
39462024-12-17T21:21:35.812Z[ host-image] Dec 17 21:21:31.648 INFO O| Dec 17 21:21:31.648 INFO O| Done
39472024-12-17T21:21:35.812Z[ host-image] Dec 17 21:21:31.648 INFO O| Dec 17 21:21:31.648 INFO O| Done
39482024-12-17T21:21:35.812Z[ host-image] Dec 17 21:21:34.055 INFO O| Dec 17 21:21:34.055 INFO O| Done
39492024-12-17T21:21:36.782Z[ recovery-image] Dec 17 21:21:35.419 INFO O| Dec 17 21:21:35.419 INFO O| Done
39502024-12-17T21:21:37.562Z[ recovery-image] Dec 17 21:21:36.199 INFO O| Dec 17 21:21:36.199 INFO O| Done
39512024-12-17T21:21:37.954Z[ host-image] Dec 17 21:21:36.588 INFO O| Dec 17 21:21:36.587 INFO O| Done
39522024-12-17T21:21:37.989Z[ host-image] Dec 17 21:21:36.626 INFO O| Dec 17 21:21:36.626 INFO O| Done
39532024-12-17T21:21:38.352Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 11 (pkg_install) COMPLETE
39542024-12-17T21:21:38.352Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39552024-12-17T21:21:38.352Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO skip step because feature "recovery" is enabled
39562024-12-17T21:21:38.357Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39572024-12-17T21:21:38.357Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO skip step because feature "omicron1" is not enabled
39582024-12-17T21:21:38.357Z[ recovery-image] Dec 17 21:21:36.989 INFO O| Dec 17 21:21:36.989 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39592024-12-17T21:21:38.376Z[ recovery-image] Dec 17 21:21:37.013 INFO O| Dec 17 21:21:37.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39602024-12-17T21:21:39.887Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39612024-12-17T21:21:42.014Z[ recovery-image] Dec 17 21:21:40.651 INFO O| Dec 17 21:21:40.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39622024-12-17T21:21:46.031Z[ host-image] Dec 17 21:21:44.630 INFO O| Dec 17 21:21:44.630 INFO O| Done
39632024-12-17T21:21:46.443Z[ recovery-image] Dec 17 21:21:45.077 INFO O| Dec 17 21:21:45.077 INFO O| Planning: Solver setup ... Done
39642024-12-17T21:21:46.447Z[ recovery-image] Dec 17 21:21:45.084 INFO O| Dec 17 21:21:45.084 INFO O| Planning: Running solver ... Done
39652024-12-17T21:21:46.544Z[ recovery-image] Dec 17 21:21:45.181 INFO O| Dec 17 21:21:45.181 INFO O| Planning: Finding local manifests ... Done
39662024-12-17T21:21:46.549Z[ recovery-image] Dec 17 21:21:45.182 INFO O| Dec 17 21:21:45.182 INFO O| Planning: Fetching manifests: 0/1 0% complete
39672024-12-17T21:21:46.742Z[ recovery-image] Dec 17 21:21:45.379 INFO O| Dec 17 21:21:45.379 INFO O| Planning: Fetching manifests: 1/1 100% complete
39682024-12-17T21:21:46.878Z[ recovery-image] Dec 17 21:21:45.516 INFO O| Dec 17 21:21:45.516 INFO O| Planning: Package planning ... Done
39692024-12-17T21:21:46.881Z[ recovery-image] Dec 17 21:21:45.517 INFO O| Dec 17 21:21:45.517 INFO O| Planning: Merging actions ... Done
39702024-12-17T21:21:46.958Z[ recovery-image] Dec 17 21:21:45.596 INFO O| Dec 17 21:21:45.596 INFO O| Planning: Checking for conflicting actions ... Done
39712024-12-17T21:21:46.964Z[ recovery-image] Dec 17 21:21:45.596 INFO O| Dec 17 21:21:45.596 INFO O| Planning: Consolidating action changes ... Done
39722024-12-17T21:21:47.045Z[ host-image] Dec 17 21:21:45.682 INFO O| Dec 17 21:21:45.682 INFO O| Done
39732024-12-17T21:21:47.373Z[ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Planning: Evaluating mediators ... Done
39742024-12-17T21:21:47.373Z[ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Planning: Planning completed in 5.33 seconds
39752024-12-17T21:21:47.373Z[ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Packages to install: 1
39762024-12-17T21:21:47.373Z[ recovery-image] Dec 17 21:21:46.003 INFO O| Dec 17 21:21:46.003 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39772024-12-17T21:21:47.647Z[ host-image] Dec 17 21:21:46.284 INFO O| Dec 17 21:21:46.283 INFO STEP 11 (pkg_install) COMPLETE
39782024-12-17T21:21:47.648Z[ host-image] Dec 17 21:21:46.284 INFO O| Dec 17 21:21:46.284 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39792024-12-17T21:21:47.668Z[ host-image] Dec 17 21:21:46.305 INFO O| Dec 17 21:21:46.305 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"]
39802024-12-17T21:21:48.150Z[ recovery-image] Dec 17 21:21:46.787 INFO O| Dec 17 21:21:46.787 INFO O| Download: Completed 9.99 MB in 0.79 seconds (12.7M/s)
39812024-12-17T21:21:48.269Z[ recovery-image] Dec 17 21:21:46.906 INFO O| Dec 17 21:21:46.906 INFO O| Actions: 1/22 actions (Installing new actions)
39822024-12-17T21:21:48.653Z[ recovery-image] Dec 17 21:21:47.290 INFO O| Dec 17 21:21:47.290 INFO O| Actions: Completed 22 actions in 0.38 seconds.
39832024-12-17T21:21:48.846Z[ host-image] Dec 17 21:21:47.483 INFO O| Dec 17 21:21:47.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39842024-12-17T21:21:49.062Z[ recovery-image] Dec 17 21:21:47.699 INFO O| Dec 17 21:21:47.699 INFO O| Done
39852024-12-17T21:21:49.062Z[ recovery-image] Dec 17 21:21:47.699 INFO O| Dec 17 21:21:47.699 INFO O| Done
39862024-12-17T21:21:50.501Z[ recovery-image] Dec 17 21:21:49.138 INFO O| Dec 17 21:21:49.138 INFO O| Done
39872024-12-17T21:21:52.569Z[ recovery-image] Dec 17 21:21:51.171 INFO O| Dec 17 21:21:51.171 INFO O| Done
39882024-12-17T21:21:52.569Z[ recovery-image] Dec 17 21:21:51.195 INFO O| Dec 17 21:21:51.195 INFO O| Done
39892024-12-17T21:21:52.572Z[ recovery-image] Dec 17 21:21:51.195 INFO O| Dec 17 21:21:51.195 INFO O| Done
39902024-12-17T21:21:52.576Z[ recovery-image] Dec 17 21:21:51.211 INFO O| Dec 17 21:21:51.211 INFO O| Done
39912024-12-17T21:21:52.760Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 14 (pkg_install) COMPLETE
39922024-12-17T21:21:52.760Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39932024-12-17T21:21:52.760Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "mfg" is not enabled
39942024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39952024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "compliance" is not enabled
39962024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39972024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "stress" is not enabled
39982024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39992024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO skip step because feature "nfs" is not enabled
40002024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40012024-12-17T21:21:52.764Z[ recovery-image] Dec 17 21:21:51.396 INFO O| Dec 17 21:21:51.396 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40022024-12-17T21:21:52.834Z[ recovery-image] Dec 17 21:21:51.470 INFO O| Dec 17 21:21:51.470 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40032024-12-17T21:21:52.934Z[ recovery-image] Dec 17 21:21:51.570 INFO O| Dec 17 21:21:51.570 INFO completed processing gimlet/ramdisk-01-os
40042024-12-17T21:21:52.937Z[ recovery-image] Dec 17 21:21:51.574 INFO image builder template: ramdisk-02-trim...
40052024-12-17T21:21:52.937Z[ recovery-image] Dec 17 21:21:51.574 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/.tmpzNgeWV/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
40062024-12-17T21:21:52.994Z[ recovery-image] Dec 17 21:21:51.620 INFO O| Dec 17 21:21:51.619 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40072024-12-17T21:21:53.000Z[ recovery-image] Dec 17 21:21:51.629 INFO O| Dec 17 21:21:51.629 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40082024-12-17T21:21:53.104Z[ recovery-image] Dec 17 21:21:51.718 INFO O| Dec 17 21:21:51.717 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40092024-12-17T21:21:53.156Z[ recovery-image] Dec 17 21:21:51.792 INFO O| Dec 17 21:21:51.792 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40102024-12-17T21:21:53.162Z[ recovery-image] Dec 17 21:21:51.793 INFO O| Dec 17 21:21:51.793 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40112024-12-17T21:21:53.168Z[ recovery-image] Dec 17 21:21:51.804 INFO O| Dec 17 21:21:51.804 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40122024-12-17T21:21:53.207Z[ recovery-image] Dec 17 21:21:51.833 INFO O| Dec 17 21:21:51.833 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40132024-12-17T21:21:53.223Z[ recovery-image] Dec 17 21:21:51.860 INFO O| Dec 17 21:21:51.860 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40142024-12-17T21:21:53.586Z[ recovery-image] Dec 17 21:21:52.218 INFO O| Dec 17 21:21:52.218 INFO rolled back to input snapshot; work may begin
40152024-12-17T21:21:53.587Z[ recovery-image] Dec 17 21:21:52.218 INFO O| Dec 17 21:21:52.218 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40162024-12-17T21:21:53.624Z[ recovery-image] Dec 17 21:21:52.245 INFO O| Dec 17 21:21:52.245 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-12-17T21:21:53.654Z[ recovery-image] Dec 17 21:21:52.278 INFO O| Dec 17 21:21:52.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40182024-12-17T21:21:53.895Z[ recovery-image] Dec 17 21:21:52.528 INFO O| Dec 17 21:21:52.528 INFO STEP 0 (remove_files) COMPLETE
40192024-12-17T21:21:53.895Z[ recovery-image] Dec 17 21:21:52.528 INFO O| Dec 17 21:21:52.528 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-12-17T21:21:53.921Z[ recovery-image] Dec 17 21:21:52.552 INFO O| Dec 17 21:21:52.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40212024-12-17T21:21:53.942Z[ recovery-image] Dec 17 21:21:52.555 INFO O| Dec 17 21:21:52.555 INFO STEP 1 (remove_files) COMPLETE
40222024-12-17T21:21:53.942Z[ recovery-image] Dec 17 21:21:52.555 INFO O| Dec 17 21:21:52.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-12-17T21:21:53.949Z[ recovery-image] Dec 17 21:21:52.576 INFO O| Dec 17 21:21:52.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40242024-12-17T21:21:53.974Z[ recovery-image] Dec 17 21:21:52.600 INFO O| Dec 17 21:21:52.600 INFO STEP 2 (remove_files) COMPLETE
40252024-12-17T21:21:53.974Z[ recovery-image] Dec 17 21:21:52.601 INFO O| Dec 17 21:21:52.600 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-12-17T21:21:54.002Z[ recovery-image] Dec 17 21:21:52.623 INFO O| Dec 17 21:21:52.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40272024-12-17T21:21:54.016Z[ recovery-image] Dec 17 21:21:52.643 INFO O| Dec 17 21:21:52.643 INFO STEP 3 (remove_files) COMPLETE
40282024-12-17T21:21:54.016Z[ recovery-image] Dec 17 21:21:52.643 INFO O| Dec 17 21:21:52.643 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-12-17T21:21:54.056Z[ recovery-image] Dec 17 21:21:52.692 INFO O| Dec 17 21:21:52.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40302024-12-17T21:21:54.076Z[ recovery-image] Dec 17 21:21:52.698 INFO O| Dec 17 21:21:52.698 INFO STEP 4 (remove_files) COMPLETE
40312024-12-17T21:21:54.076Z[ recovery-image] Dec 17 21:21:52.698 INFO O| Dec 17 21:21:52.698 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-12-17T21:21:54.089Z[ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40332024-12-17T21:21:54.106Z[ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO STEP 5 (remove_files) COMPLETE
40342024-12-17T21:21:54.106Z[ recovery-image] Dec 17 21:21:52.720 INFO O| Dec 17 21:21:52.720 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-17T21:21:54.111Z[ host-image] Dec 17 21:21:52.734 INFO O| Dec 17 21:21:52.734 INFO O| Planning: Solver setup ... Done
40362024-12-17T21:21:54.111Z[ host-image] Dec 17 21:21:52.741 INFO O| Dec 17 21:21:52.741 INFO O| Planning: Running solver ... Done
40372024-12-17T21:21:54.191Z[ host-image] Dec 17 21:21:52.827 INFO O| Dec 17 21:21:52.827 INFO O| Planning: Finding local manifests ... Done
40382024-12-17T21:21:54.198Z[ host-image] Dec 17 21:21:52.829 INFO O| Dec 17 21:21:52.829 INFO O| Planning: Fetching manifests: 0/5 0% complete
40392024-12-17T21:21:54.218Z[ recovery-image] Dec 17 21:21:52.854 INFO O| Dec 17 21:21:52.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40402024-12-17T21:21:54.235Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 6 (remove_files) COMPLETE
40412024-12-17T21:21:54.235Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-17T21:21:54.235Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled
40432024-12-17T21:21:54.241Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-17T21:21:54.241Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled
40452024-12-17T21:21:54.241Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-12-17T21:21:54.241Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO skip step because feature "recovery" is enabled
40472024-12-17T21:21:54.241Z[ recovery-image] Dec 17 21:21:52.872 INFO O| Dec 17 21:21:52.872 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-17T21:21:54.259Z[ recovery-image] Dec 17 21:21:52.895 INFO O| Dec 17 21:21:52.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40492024-12-17T21:21:54.265Z[ recovery-image] Dec 17 21:21:52.902 INFO O| Dec 17 21:21:52.902 INFO STEP 10 (remove_files) COMPLETE
40502024-12-17T21:21:54.265Z[ recovery-image] Dec 17 21:21:52.902 INFO O| Dec 17 21:21:52.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-12-17T21:21:54.290Z[ recovery-image] Dec 17 21:21:52.925 INFO O| Dec 17 21:21:52.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40522024-12-17T21:21:54.295Z[ recovery-image] Dec 17 21:21:52.927 INFO O| Dec 17 21:21:52.927 INFO STEP 11 (remove_files) COMPLETE
40532024-12-17T21:21:54.295Z[ recovery-image] Dec 17 21:21:52.927 INFO O| Dec 17 21:21:52.927 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-17T21:21:54.314Z[ recovery-image] Dec 17 21:21:52.950 INFO O| Dec 17 21:21:52.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40552024-12-17T21:21:54.321Z[ recovery-image] Dec 17 21:21:52.953 INFO O| Dec 17 21:21:52.953 INFO STEP 12 (remove_files) COMPLETE
40562024-12-17T21:21:54.321Z[ recovery-image] Dec 17 21:21:52.953 INFO O| Dec 17 21:21:52.953 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-12-17T21:21:54.364Z[ recovery-image] Dec 17 21:21:53.000 INFO O| Dec 17 21:21:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40582024-12-17T21:21:54.475Z[ host-image] Dec 17 21:21:53.112 INFO O| Dec 17 21:21:53.112 INFO O| Planning: Fetching manifests: 5/5 100% complete
40592024-12-17T21:21:54.515Z[ host-image] Dec 17 21:21:53.152 INFO O| Dec 17 21:21:53.152 INFO O| Planning: Package planning ... Done
40602024-12-17T21:21:54.524Z[ host-image] Dec 17 21:21:53.161 INFO O| Dec 17 21:21:53.161 INFO O| Planning: Merging actions ... Done
40612024-12-17T21:21:54.724Z[ host-image] Dec 17 21:21:53.360 INFO O| Dec 17 21:21:53.336 INFO O| Planning: Checking for conflicting actions ... Done
40622024-12-17T21:21:54.724Z[ host-image] Dec 17 21:21:53.360 INFO O| Dec 17 21:21:53.338 INFO O| Planning: Consolidating action changes ... Done
40632024-12-17T21:21:54.765Z[ recovery-image] Dec 17 21:21:53.402 INFO O| Dec 17 21:21:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40642024-12-17T21:21:54.769Z[ recovery-image] Dec 17 21:21:53.405 INFO O| Dec 17 21:21:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40652024-12-17T21:21:54.772Z[ recovery-image] Dec 17 21:21:53.408 INFO O| Dec 17 21:21:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40662024-12-17T21:21:54.775Z[ recovery-image] Dec 17 21:21:53.412 INFO O| Dec 17 21:21:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40672024-12-17T21:21:54.818Z[ recovery-image] Dec 17 21:21:53.453 INFO O| Dec 17 21:21:53.453 INFO STEP 13 (remove_files) COMPLETE
40682024-12-17T21:21:54.818Z[ recovery-image] Dec 17 21:21:53.453 INFO O| Dec 17 21:21:53.453 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-17T21:21:54.887Z[ recovery-image] Dec 17 21:21:53.511 INFO O| Dec 17 21:21:53.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40702024-12-17T21:21:54.887Z[ recovery-image] Dec 17 21:21:53.514 INFO O| Dec 17 21:21:53.514 INFO STEP 14 (remove_files) COMPLETE
40712024-12-17T21:21:54.887Z[ recovery-image] Dec 17 21:21:53.514 INFO O| Dec 17 21:21:53.514 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-17T21:21:54.919Z[ recovery-image] Dec 17 21:21:53.552 INFO O| Dec 17 21:21:53.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40732024-12-17T21:21:54.930Z[ recovery-image] Dec 17 21:21:53.564 INFO O| Dec 17 21:21:53.563 INFO STEP 15 (remove_files) COMPLETE
40742024-12-17T21:21:54.930Z[ recovery-image] Dec 17 21:21:53.564 INFO O| Dec 17 21:21:53.564 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-17T21:21:54.957Z[ recovery-image] Dec 17 21:21:53.594 INFO O| Dec 17 21:21:53.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40762024-12-17T21:21:54.961Z[ recovery-image] Dec 17 21:21:53.595 INFO O| Dec 17 21:21:53.595 INFO STEP 16 (remove_files) COMPLETE
40772024-12-17T21:21:54.961Z[ recovery-image] Dec 17 21:21:53.595 INFO O| Dec 17 21:21:53.595 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-17T21:21:55.015Z[ recovery-image] Dec 17 21:21:53.635 INFO O| Dec 17 21:21:53.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40792024-12-17T21:21:55.021Z[ recovery-image] Dec 17 21:21:53.638 INFO O| Dec 17 21:21:53.638 INFO STEP 17 (remove_files) COMPLETE
40802024-12-17T21:21:55.021Z[ recovery-image] Dec 17 21:21:53.638 INFO O| Dec 17 21:21:53.638 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-17T21:21:55.041Z[ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40822024-12-17T21:21:55.041Z[ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO STEP 18 (remove_files) COMPLETE
40832024-12-17T21:21:55.041Z[ recovery-image] Dec 17 21:21:53.677 INFO O| Dec 17 21:21:53.677 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-17T21:21:55.072Z[ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40852024-12-17T21:21:55.072Z[ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO STEP 19 (remove_files) COMPLETE
40862024-12-17T21:21:55.076Z[ recovery-image] Dec 17 21:21:53.709 INFO O| Dec 17 21:21:53.709 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-17T21:21:55.121Z[ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40882024-12-17T21:21:55.132Z[ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO STEP 20 (remove_files) COMPLETE
40892024-12-17T21:21:55.132Z[ recovery-image] Dec 17 21:21:53.750 INFO O| Dec 17 21:21:53.750 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-17T21:21:55.139Z[ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40912024-12-17T21:21:55.139Z[ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO STEP 21 (remove_files) COMPLETE
40922024-12-17T21:21:55.139Z[ recovery-image] Dec 17 21:21:53.770 INFO O| Dec 17 21:21:53.770 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-17T21:21:55.144Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40942024-12-17T21:21:55.153Z[ recovery-image] Dec 17 21:21:53.790 INFO O| Dec 17 21:21:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40952024-12-17T21:21:55.156Z[ recovery-image] Dec 17 21:21:53.790 INFO O| Dec 17 21:21:53.790 INFO STEP 22 (remove_files) COMPLETE
40962024-12-17T21:21:55.157Z[ recovery-image] Dec 17 21:21:53.791 INFO O| Dec 17 21:21:53.790 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-17T21:21:55.169Z[ host-image] Dec 17 21:21:53.806 INFO O| Dec 17 21:21:53.806 INFO O| Planning: Evaluating mediators ... Done
40982024-12-17T21:21:55.172Z[ host-image] Dec 17 21:21:53.809 INFO O| Dec 17 21:21:53.809 INFO O| Planning: Planning completed in 6.33 seconds
40992024-12-17T21:21:55.175Z[ host-image] Dec 17 21:21:53.812 INFO O| Dec 17 21:21:53.812 INFO O| Packages to install: 5
41002024-12-17T21:21:55.175Z[ host-image] Dec 17 21:21:53.812 INFO O| Dec 17 21:21:53.812 INFO O| Services to change: 2
41012024-12-17T21:21:55.182Z[ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41022024-12-17T21:21:55.183Z[ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO STEP 23 (remove_files) COMPLETE
41032024-12-17T21:21:55.186Z[ recovery-image] Dec 17 21:21:53.818 INFO O| Dec 17 21:21:53.818 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-17T21:21:55.197Z[ host-image] Dec 17 21:21:53.834 INFO O| Dec 17 21:21:53.834 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
41052024-12-17T21:21:55.200Z[ recovery-image] Dec 17 21:21:53.837 INFO O| Dec 17 21:21:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41062024-12-17T21:21:55.206Z[ recovery-image] Dec 17 21:21:53.838 INFO O| Dec 17 21:21:53.837 INFO STEP 24 (remove_files) COMPLETE
41072024-12-17T21:21:55.206Z[ recovery-image] Dec 17 21:21:53.838 INFO O| Dec 17 21:21:53.838 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-17T21:21:55.228Z[ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41092024-12-17T21:21:55.228Z[ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO STEP 25 (remove_files) COMPLETE
41102024-12-17T21:21:55.228Z[ recovery-image] Dec 17 21:21:53.862 INFO O| Dec 17 21:21:53.862 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-17T21:21:55.272Z[ recovery-image] Dec 17 21:21:53.909 INFO O| Dec 17 21:21:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41122024-12-17T21:21:55.275Z[ recovery-image] Dec 17 21:21:53.910 INFO O| Dec 17 21:21:53.910 INFO STEP 26 (remove_files) COMPLETE
41132024-12-17T21:21:55.275Z[ recovery-image] Dec 17 21:21:53.910 INFO O| Dec 17 21:21:53.910 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-17T21:21:55.307Z[ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41152024-12-17T21:21:55.311Z[ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO STEP 27 (remove_files) COMPLETE
41162024-12-17T21:21:55.311Z[ recovery-image] Dec 17 21:21:53.944 INFO O| Dec 17 21:21:53.944 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-17T21:21:55.338Z[ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41182024-12-17T21:21:55.338Z[ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO STEP 28 (remove_files) COMPLETE
41192024-12-17T21:21:55.342Z[ recovery-image] Dec 17 21:21:53.964 INFO O| Dec 17 21:21:53.964 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-17T21:21:55.400Z[ recovery-image] Dec 17 21:21:54.036 INFO O| Dec 17 21:21:54.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41212024-12-17T21:21:55.400Z[ recovery-image] Dec 17 21:21:54.036 INFO O| Dec 17 21:21:54.036 INFO STEP 29 (remove_files) COMPLETE
41222024-12-17T21:21:55.404Z[ recovery-image] Dec 17 21:21:54.037 INFO O| Dec 17 21:21:54.036 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-17T21:21:55.418Z[ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41242024-12-17T21:21:55.418Z[ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO STEP 30 (remove_files) COMPLETE
41252024-12-17T21:21:55.418Z[ recovery-image] Dec 17 21:21:54.054 INFO O| Dec 17 21:21:54.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-17T21:21:55.454Z[ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41272024-12-17T21:21:55.454Z[ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO STEP 31 (remove_files) COMPLETE
41282024-12-17T21:21:55.454Z[ recovery-image] Dec 17 21:21:54.074 INFO O| Dec 17 21:21:54.074 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-17T21:21:55.457Z[ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41302024-12-17T21:21:55.457Z[ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO STEP 32 (remove_files) COMPLETE
41312024-12-17T21:21:55.457Z[ recovery-image] Dec 17 21:21:54.093 INFO O| Dec 17 21:21:54.093 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-17T21:21:55.477Z[ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41332024-12-17T21:21:55.478Z[ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO STEP 33 (remove_files) COMPLETE
41342024-12-17T21:21:55.478Z[ recovery-image] Dec 17 21:21:54.114 INFO O| Dec 17 21:21:54.114 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-17T21:21:55.498Z[ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41362024-12-17T21:21:55.499Z[ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.135 INFO STEP 34 (remove_files) COMPLETE
41372024-12-17T21:21:55.499Z[ recovery-image] Dec 17 21:21:54.135 INFO O| Dec 17 21:21:54.135 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-17T21:21:55.523Z[ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41392024-12-17T21:21:55.523Z[ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO STEP 35 (remove_files) COMPLETE
41402024-12-17T21:21:55.523Z[ recovery-image] Dec 17 21:21:54.157 INFO O| Dec 17 21:21:54.157 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-17T21:21:55.542Z[ recovery-image] Dec 17 21:21:54.178 INFO O| Dec 17 21:21:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41422024-12-17T21:21:55.542Z[ recovery-image] Dec 17 21:21:54.179 INFO O| Dec 17 21:21:54.178 INFO STEP 36 (remove_files) COMPLETE
41432024-12-17T21:21:55.542Z[ recovery-image] Dec 17 21:21:54.179 INFO O| Dec 17 21:21:54.179 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-17T21:21:55.579Z[ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41452024-12-17T21:21:55.580Z[ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO STEP 37 (remove_files) COMPLETE
41462024-12-17T21:21:55.584Z[ recovery-image] Dec 17 21:21:54.215 INFO O| Dec 17 21:21:54.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-17T21:21:55.601Z[ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41482024-12-17T21:21:55.601Z[ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO STEP 38 (remove_files) COMPLETE
41492024-12-17T21:21:55.601Z[ recovery-image] Dec 17 21:21:54.237 INFO O| Dec 17 21:21:54.237 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-17T21:21:55.622Z[ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41512024-12-17T21:21:55.622Z[ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO STEP 39 (remove_files) COMPLETE
41522024-12-17T21:21:55.622Z[ recovery-image] Dec 17 21:21:54.258 INFO O| Dec 17 21:21:54.258 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-17T21:21:55.643Z[ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41542024-12-17T21:21:55.643Z[ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO STEP 40 (remove_files) COMPLETE
41552024-12-17T21:21:55.643Z[ recovery-image] Dec 17 21:21:54.279 INFO O| Dec 17 21:21:54.279 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-17T21:21:55.684Z[ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41572024-12-17T21:21:55.684Z[ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO STEP 41 (remove_files) COMPLETE
41582024-12-17T21:21:55.688Z[ recovery-image] Dec 17 21:21:54.321 INFO O| Dec 17 21:21:54.321 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-17T21:21:55.748Z[ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41602024-12-17T21:21:55.748Z[ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO STEP 42 (remove_files) COMPLETE
41612024-12-17T21:21:55.748Z[ recovery-image] Dec 17 21:21:54.384 INFO O| Dec 17 21:21:54.384 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-17T21:21:55.771Z[ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41632024-12-17T21:21:55.771Z[ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO STEP 43 (remove_files) COMPLETE
41642024-12-17T21:21:55.775Z[ recovery-image] Dec 17 21:21:54.408 INFO O| Dec 17 21:21:54.408 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-17T21:21:55.800Z[ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41662024-12-17T21:21:55.800Z[ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.437 INFO STEP 44 (remove_files) COMPLETE
41672024-12-17T21:21:55.803Z[ recovery-image] Dec 17 21:21:54.437 INFO O| Dec 17 21:21:54.437 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-17T21:21:55.832Z[ recovery-image] Dec 17 21:21:54.459 INFO O| Dec 17 21:21:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41692024-12-17T21:21:55.832Z[ recovery-image] Dec 17 21:21:54.459 INFO O| Dec 17 21:21:54.459 INFO STEP 45 (remove_files) COMPLETE
41702024-12-17T21:21:55.837Z[ recovery-image] Dec 17 21:21:54.460 INFO O| Dec 17 21:21:54.460 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-17T21:21:55.842Z[ recovery-image] Dec 17 21:21:54.479 INFO O| Dec 17 21:21:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41722024-12-17T21:21:55.843Z[ recovery-image] Dec 17 21:21:54.480 INFO O| Dec 17 21:21:54.479 INFO STEP 46 (remove_files) COMPLETE
41732024-12-17T21:21:55.846Z[ recovery-image] Dec 17 21:21:54.480 INFO O| Dec 17 21:21:54.480 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-17T21:21:55.863Z[ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41752024-12-17T21:21:55.863Z[ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO STEP 47 (remove_files) COMPLETE
41762024-12-17T21:21:55.867Z[ recovery-image] Dec 17 21:21:54.500 INFO O| Dec 17 21:21:54.500 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-17T21:21:55.909Z[ recovery-image] Dec 17 21:21:54.544 INFO O| Dec 17 21:21:54.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41782024-12-17T21:21:55.910Z[ recovery-image] Dec 17 21:21:54.545 INFO O| Dec 17 21:21:54.545 INFO STEP 48 (remove_files) COMPLETE
41792024-12-17T21:21:55.927Z[ recovery-image] Dec 17 21:21:54.545 INFO O| Dec 17 21:21:54.545 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-17T21:21:55.931Z[ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41812024-12-17T21:21:55.931Z[ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO STEP 49 (remove_files) COMPLETE
41822024-12-17T21:21:55.931Z[ recovery-image] Dec 17 21:21:54.565 INFO O| Dec 17 21:21:54.565 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-17T21:21:55.949Z[ recovery-image] Dec 17 21:21:54.585 INFO O| Dec 17 21:21:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41842024-12-17T21:21:55.949Z[ recovery-image] Dec 17 21:21:54.585 INFO O| Dec 17 21:21:54.585 INFO STEP 50 (remove_files) COMPLETE
41852024-12-17T21:21:55.952Z[ recovery-image] Dec 17 21:21:54.586 INFO O| Dec 17 21:21:54.586 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-17T21:21:55.969Z[ recovery-image] Dec 17 21:21:54.605 INFO O| Dec 17 21:21:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41872024-12-17T21:21:55.972Z[ recovery-image] Dec 17 21:21:54.605 INFO O| Dec 17 21:21:54.605 INFO STEP 51 (remove_files) COMPLETE
41882024-12-17T21:21:55.973Z[ recovery-image] Dec 17 21:21:54.606 INFO O| Dec 17 21:21:54.605 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-17T21:21:56.007Z[ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41902024-12-17T21:21:56.007Z[ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO STEP 52 (remove_files) COMPLETE
41912024-12-17T21:21:56.007Z[ recovery-image] Dec 17 21:21:54.639 INFO O| Dec 17 21:21:54.639 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-17T21:21:56.042Z[ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41932024-12-17T21:21:56.042Z[ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO STEP 53 (remove_files) COMPLETE
41942024-12-17T21:21:56.042Z[ recovery-image] Dec 17 21:21:54.678 INFO O| Dec 17 21:21:54.678 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-17T21:21:56.062Z[ recovery-image] Dec 17 21:21:54.698 INFO O| Dec 17 21:21:54.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41962024-12-17T21:21:56.062Z[ recovery-image] Dec 17 21:21:54.699 INFO O| Dec 17 21:21:54.698 INFO STEP 54 (remove_files) COMPLETE
41972024-12-17T21:21:56.062Z[ recovery-image] Dec 17 21:21:54.699 INFO O| Dec 17 21:21:54.698 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-17T21:21:56.088Z[ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41992024-12-17T21:21:56.088Z[ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO STEP 55 (remove_files) COMPLETE
42002024-12-17T21:21:56.091Z[ recovery-image] Dec 17 21:21:54.720 INFO O| Dec 17 21:21:54.720 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-17T21:21:56.105Z[ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42022024-12-17T21:21:56.105Z[ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO STEP 56 (remove_files) COMPLETE
42032024-12-17T21:21:56.111Z[ recovery-image] Dec 17 21:21:54.741 INFO O| Dec 17 21:21:54.741 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-17T21:21:56.147Z[ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42052024-12-17T21:21:56.147Z[ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO STEP 57 (remove_files) COMPLETE
42062024-12-17T21:21:56.151Z[ recovery-image] Dec 17 21:21:54.784 INFO O| Dec 17 21:21:54.784 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-17T21:21:56.203Z[ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42082024-12-17T21:21:56.203Z[ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42092024-12-17T21:21:56.208Z[ recovery-image] Dec 17 21:21:54.840 INFO O| Dec 17 21:21:54.840 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42102024-12-17T21:21:56.208Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42112024-12-17T21:21:56.208Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42122024-12-17T21:21:56.208Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42132024-12-17T21:21:56.209Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO ok!
42142024-12-17T21:21:56.209Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO STEP 58 (ensure_file) COMPLETE
42152024-12-17T21:21:56.209Z[ recovery-image] Dec 17 21:21:54.841 INFO O| Dec 17 21:21:54.841 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-17T21:21:56.224Z[ recovery-image] Dec 17 21:21:54.861 INFO O| Dec 17 21:21:54.861 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42172024-12-17T21:21:56.224Z[ recovery-image] Dec 17 21:21:54.861 INFO O| Dec 17 21:21:54.861 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42182024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.861 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42192024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42202024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42212024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42222024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO ok!
42232024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO STEP 59 (ensure_file) COMPLETE
42242024-12-17T21:21:56.228Z[ recovery-image] Dec 17 21:21:54.862 INFO O| Dec 17 21:21:54.862 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252024-12-17T21:21:56.246Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42262024-12-17T21:21:56.249Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42272024-12-17T21:21:56.249Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42282024-12-17T21:21:56.249Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO ok!
42292024-12-17T21:21:56.249Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO STEP 60 (ensure_file) COMPLETE
42302024-12-17T21:21:56.249Z[ recovery-image] Dec 17 21:21:54.883 INFO O| Dec 17 21:21:54.883 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-17T21:21:56.269Z[ recovery-image] Dec 17 21:21:54.906 INFO O| Dec 17 21:21:54.906 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42322024-12-17T21:21:56.269Z[ recovery-image] Dec 17 21:21:54.906 INFO O| Dec 17 21:21:54.906 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42332024-12-17T21:21:56.273Z[ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42342024-12-17T21:21:56.273Z[ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO ok!
42352024-12-17T21:21:56.273Z[ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO STEP 61 (ensure_file) COMPLETE
42362024-12-17T21:21:56.273Z[ recovery-image] Dec 17 21:21:54.907 INFO O| Dec 17 21:21:54.907 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-17T21:21:56.292Z[ recovery-image] Dec 17 21:21:54.928 INFO O| Dec 17 21:21:54.928 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42382024-12-17T21:21:56.292Z[ recovery-image] Dec 17 21:21:54.928 INFO O| Dec 17 21:21:54.928 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42392024-12-17T21:21:56.296Z[ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42402024-12-17T21:21:56.296Z[ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42412024-12-17T21:21:56.296Z[ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO ok!
42422024-12-17T21:21:56.296Z[ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO STEP 62 (ensure_file) COMPLETE
42432024-12-17T21:21:56.296Z[ recovery-image] Dec 17 21:21:54.929 INFO O| Dec 17 21:21:54.929 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-17T21:21:56.314Z[ recovery-image] Dec 17 21:21:54.951 INFO O| Dec 17 21:21:54.951 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42452024-12-17T21:21:56.314Z[ recovery-image] Dec 17 21:21:54.951 INFO O| Dec 17 21:21:54.951 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42462024-12-17T21:21:56.317Z[ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42472024-12-17T21:21:56.317Z[ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42482024-12-17T21:21:56.317Z[ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO ok!
42492024-12-17T21:21:56.317Z[ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO STEP 63 (ensure_file) COMPLETE
42502024-12-17T21:21:56.317Z[ recovery-image] Dec 17 21:21:54.952 INFO O| Dec 17 21:21:54.952 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512024-12-17T21:21:56.390Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42522024-12-17T21:21:56.390Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42532024-12-17T21:21:56.396Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42542024-12-17T21:21:56.396Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO ok!
42552024-12-17T21:21:56.396Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO STEP 64 (assemble_files) COMPLETE
42562024-12-17T21:21:56.396Z[ recovery-image] Dec 17 21:21:55.027 INFO O| Dec 17 21:21:55.027 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-17T21:21:56.430Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42582024-12-17T21:21:56.430Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42592024-12-17T21:21:56.430Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42602024-12-17T21:21:56.434Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42612024-12-17T21:21:56.434Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO ok!
42622024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 65 (ensure_file) COMPLETE
42632024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO skip step because feature "omicron1" is not enabled
42652024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.067 INFO O| Dec 17 21:21:55.067 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.067 INFO skip step because feature "omicron1" is not enabled
42672024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO skip step because feature "omicron1" is not enabled
42692024-12-17T21:21:56.435Z[ recovery-image] Dec 17 21:21:55.068 INFO O| Dec 17 21:21:55.068 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702024-12-17T21:21:56.463Z[ recovery-image] Dec 17 21:21:55.099 INFO O| Dec 17 21:21:55.099 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42712024-12-17T21:21:56.463Z[ recovery-image] Dec 17 21:21:55.099 INFO O| Dec 17 21:21:55.099 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42722024-12-17T21:21:56.667Z[ host-image] Dec 17 21:21:55.294 INFO O| Dec 17 21:21:55.294 INFO O| Download: Completed 1.45 MB in 1.46 seconds (1013k/s)
42732024-12-17T21:21:56.728Z[ host-image] Dec 17 21:21:55.360 INFO O| Dec 17 21:21:55.360 INFO O| Actions: 1/305 actions (Installing new actions)
42742024-12-17T21:21:56.923Z[ host-image] Dec 17 21:21:55.558 INFO O| Dec 17 21:21:55.558 INFO O| Actions: Completed 305 actions in 0.20 seconds.
42752024-12-17T21:21:57.585Z[ host-image] Dec 17 21:21:56.221 INFO O| Dec 17 21:21:56.221 INFO O| Done
42762024-12-17T21:21:57.585Z[ host-image] Dec 17 21:21:56.221 INFO O| Dec 17 21:21:56.221 INFO O| Done
42772024-12-17T21:21:58.937Z[ host-image] Dec 17 21:21:57.551 INFO O| Dec 17 21:21:57.550 INFO O| Done
42782024-12-17T21:21:59.338Z[ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO STEP 69 (pack_tar) COMPLETE
42792024-12-17T21:21:59.338Z[ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42802024-12-17T21:21:59.345Z[ recovery-image] Dec 17 21:21:57.973 INFO O| Dec 17 21:21:57.973 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42812024-12-17T21:21:59.621Z[ recovery-image] Dec 17 21:21:58.256 INFO O| Dec 17 21:21:58.256 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42822024-12-17T21:21:59.745Z[ recovery-image] Dec 17 21:21:58.382 INFO O| Dec 17 21:21:58.381 INFO completed processing gimlet/ramdisk-02-trim
42832024-12-17T21:21:59.757Z[ recovery-image] Dec 17 21:21:58.385 INFO image builder template: ramdisk-03-recovery-trim...
42842024-12-17T21:21:59.757Z[ recovery-image] Dec 17 21:21:58.385 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/.tmpzNgeWV/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
42852024-12-17T21:21:59.991Z[ recovery-image] Dec 17 21:21:58.626 INFO O| Dec 17 21:21:58.626 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42862024-12-17T21:22:00.026Z[ recovery-image] Dec 17 21:21:58.635 INFO O| Dec 17 21:21:58.635 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42872024-12-17T21:22:00.079Z[ recovery-image] Dec 17 21:21:58.716 INFO O| Dec 17 21:21:58.716 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42882024-12-17T21:22:00.191Z[ recovery-image] Dec 17 21:21:58.804 INFO O| Dec 17 21:21:58.804 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42892024-12-17T21:22:00.205Z[ recovery-image] Dec 17 21:21:58.805 INFO O| Dec 17 21:21:58.805 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42902024-12-17T21:22:00.222Z[ recovery-image] Dec 17 21:21:58.858 INFO O| Dec 17 21:21:58.858 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42912024-12-17T21:22:00.262Z[ recovery-image] Dec 17 21:21:58.899 INFO O| Dec 17 21:21:58.899 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42922024-12-17T21:22:00.318Z[ recovery-image] Dec 17 21:21:58.925 INFO O| Dec 17 21:21:58.925 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42932024-12-17T21:22:00.851Z[ recovery-image] Dec 17 21:21:59.487 INFO O| Dec 17 21:21:59.487 INFO rolled back to input snapshot; work may begin
42942024-12-17T21:22:00.851Z[ recovery-image] Dec 17 21:21:59.487 INFO O| Dec 17 21:21:59.487 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42952024-12-17T21:22:00.878Z[ recovery-image] Dec 17 21:21:59.515 INFO O| Dec 17 21:21:59.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-12-17T21:22:00.899Z[ recovery-image] Dec 17 21:21:59.536 INFO O| Dec 17 21:21:59.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42972024-12-17T21:22:00.962Z[ recovery-image] Dec 17 21:21:59.599 INFO O| Dec 17 21:21:59.599 INFO STEP 0 (remove_files) COMPLETE
42982024-12-17T21:22:00.963Z[ recovery-image] Dec 17 21:21:59.599 INFO O| Dec 17 21:21:59.599 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-12-17T21:22:00.994Z[ recovery-image] Dec 17 21:21:59.631 INFO O| Dec 17 21:21:59.631 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43002024-12-17T21:22:01.186Z[ recovery-image] Dec 17 21:21:59.780 INFO O| Dec 17 21:21:59.780 INFO STEP 1 (remove_files) COMPLETE
43012024-12-17T21:22:01.186Z[ recovery-image] Dec 17 21:21:59.780 INFO O| Dec 17 21:21:59.780 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-12-17T21:22:01.216Z[ recovery-image] Dec 17 21:21:59.840 INFO O| Dec 17 21:21:59.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43032024-12-17T21:22:01.283Z[ recovery-image] Dec 17 21:21:59.906 INFO O| Dec 17 21:21:59.905 INFO STEP 2 (remove_files) COMPLETE
43042024-12-17T21:22:01.283Z[ recovery-image] Dec 17 21:21:59.906 INFO O| Dec 17 21:21:59.905 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-12-17T21:22:01.521Z[ recovery-image] Dec 17 21:22:00.121 INFO O| Dec 17 21:22:00.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43062024-12-17T21:22:01.593Z[ recovery-image] Dec 17 21:22:00.229 INFO O| Dec 17 21:22:00.229 INFO STEP 3 (remove_files) COMPLETE
43072024-12-17T21:22:01.594Z[ recovery-image] Dec 17 21:22:00.229 INFO O| Dec 17 21:22:00.229 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-12-17T21:22:01.615Z[ recovery-image] Dec 17 21:22:00.252 INFO O| Dec 17 21:22:00.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43092024-12-17T21:22:01.804Z[ host-image] Dec 17 21:22:00.414 INFO O| Dec 17 21:22:00.414 INFO O| Done
43102024-12-17T21:22:01.821Z[ host-image] Dec 17 21:22:00.458 INFO O| Dec 17 21:22:00.458 INFO O| Done
43112024-12-17T21:22:01.922Z[ host-image] Dec 17 21:22:00.459 INFO O| Dec 17 21:22:00.459 INFO O| Done
43122024-12-17T21:22:01.922Z[ host-image] Dec 17 21:22:00.498 INFO O| Dec 17 21:22:00.498 INFO O| Done
43132024-12-17T21:22:01.985Z[ recovery-image] Dec 17 21:22:00.595 INFO O| Dec 17 21:22:00.595 INFO STEP 4 (remove_files) COMPLETE
43142024-12-17T21:22:01.985Z[ recovery-image] Dec 17 21:22:00.596 INFO O| Dec 17 21:22:00.595 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-12-17T21:22:01.992Z[ recovery-image] Dec 17 21:22:00.617 INFO O| Dec 17 21:22:00.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43162024-12-17T21:22:01.992Z[ recovery-image] Dec 17 21:22:00.623 INFO O| Dec 17 21:22:00.623 INFO STEP 5 (remove_files) COMPLETE
43172024-12-17T21:22:01.992Z[ recovery-image] Dec 17 21:22:00.623 INFO O| Dec 17 21:22:00.623 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-12-17T21:22:02.010Z[ recovery-image] Dec 17 21:22:00.647 INFO O| Dec 17 21:22:00.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43192024-12-17T21:22:02.021Z[ recovery-image] Dec 17 21:22:00.649 INFO O| Dec 17 21:22:00.649 INFO STEP 6 (remove_files) COMPLETE
43202024-12-17T21:22:02.021Z[ recovery-image] Dec 17 21:22:00.649 INFO O| Dec 17 21:22:00.649 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-12-17T21:22:02.091Z[ recovery-image] Dec 17 21:22:00.687 INFO O| Dec 17 21:22:00.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43222024-12-17T21:22:02.103Z[ recovery-image] Dec 17 21:22:00.688 INFO O| Dec 17 21:22:00.688 INFO STEP 7 (remove_files) COMPLETE
43232024-12-17T21:22:02.103Z[ recovery-image] Dec 17 21:22:00.688 INFO O| Dec 17 21:22:00.688 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-12-17T21:22:02.103Z[ recovery-image] Dec 17 21:22:00.709 INFO O| Dec 17 21:22:00.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43252024-12-17T21:22:02.109Z[ host-image] Dec 17 21:22:00.746 INFO O| Dec 17 21:22:00.746 INFO STEP 12 (pkg_install) COMPLETE
43262024-12-17T21:22:02.109Z[ host-image] Dec 17 21:22:00.746 INFO O| Dec 17 21:22:00.746 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43272024-12-17T21:22:02.169Z[ host-image] Dec 17 21:22:00.766 INFO O| Dec 17 21:22:00.766 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43282024-12-17T21:22:02.169Z[ recovery-image] Dec 17 21:22:00.786 INFO O| Dec 17 21:22:00.786 INFO STEP 8 (remove_files) COMPLETE
43292024-12-17T21:22:02.169Z[ recovery-image] Dec 17 21:22:00.786 INFO O| Dec 17 21:22:00.786 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-12-17T21:22:02.187Z[ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43312024-12-17T21:22:02.203Z[ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO STEP 9 (remove_files) COMPLETE
43322024-12-17T21:22:02.203Z[ recovery-image] Dec 17 21:22:00.824 INFO O| Dec 17 21:22:00.824 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-12-17T21:22:02.238Z[ recovery-image] Dec 17 21:22:00.845 INFO O| Dec 17 21:22:00.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43342024-12-17T21:22:02.337Z[ recovery-image] Dec 17 21:22:00.847 INFO O| Dec 17 21:22:00.846 INFO STEP 10 (remove_files) COMPLETE
43352024-12-17T21:22:02.337Z[ recovery-image] Dec 17 21:22:00.847 INFO O| Dec 17 21:22:00.847 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-12-17T21:22:02.337Z[ recovery-image] Dec 17 21:22:00.869 INFO O| Dec 17 21:22:00.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43372024-12-17T21:22:02.960Z[ recovery-image] Dec 17 21:22:01.558 INFO O| Dec 17 21:22:01.558 INFO STEP 11 (remove_files) COMPLETE
43382024-12-17T21:22:02.960Z[ recovery-image] Dec 17 21:22:01.558 INFO O| Dec 17 21:22:01.558 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-17T21:22:03.196Z[ recovery-image] Dec 17 21:22:01.582 INFO O| Dec 17 21:22:01.582 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43402024-12-17T21:22:03.196Z[ recovery-image] Dec 17 21:22:01.600 INFO O| Dec 17 21:22:01.600 INFO STEP 12 (remove_files) COMPLETE
43412024-12-17T21:22:03.196Z[ recovery-image] Dec 17 21:22:01.600 INFO O| Dec 17 21:22:01.600 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.640 INFO O| Dec 17 21:22:01.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43432024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.645 INFO O| Dec 17 21:22:01.645 INFO STEP 13 (remove_files) COMPLETE
43442024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.645 INFO O| Dec 17 21:22:01.645 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.665 INFO O| Dec 17 21:22:01.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43462024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.666 INFO O| Dec 17 21:22:01.665 INFO STEP 14 (remove_files) COMPLETE
43472024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.666 INFO O| Dec 17 21:22:01.666 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-12-17T21:22:03.206Z[ recovery-image] Dec 17 21:22:01.706 INFO O| Dec 17 21:22:01.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43492024-12-17T21:22:03.207Z[ recovery-image] Dec 17 21:22:01.749 INFO O| Dec 17 21:22:01.749 INFO STEP 15 (remove_files) COMPLETE
43502024-12-17T21:22:03.207Z[ recovery-image] Dec 17 21:22:01.749 INFO O| Dec 17 21:22:01.749 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-17T21:22:03.207Z[ recovery-image] Dec 17 21:22:01.771 INFO O| Dec 17 21:22:01.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43522024-12-17T21:22:03.239Z[ host-image] Dec 17 21:22:01.865 INFO O| Dec 17 21:22:01.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43532024-12-17T21:22:03.350Z[ recovery-image] Dec 17 21:22:01.987 INFO O| Dec 17 21:22:01.987 INFO STEP 16 (remove_files) COMPLETE
43542024-12-17T21:22:03.351Z[ recovery-image] Dec 17 21:22:01.987 INFO O| Dec 17 21:22:01.987 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-17T21:22:03.381Z[ recovery-image] Dec 17 21:22:02.010 INFO O| Dec 17 21:22:02.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43562024-12-17T21:22:03.424Z[ recovery-image] Dec 17 21:22:02.011 INFO O| Dec 17 21:22:02.010 INFO STEP 17 (remove_files) COMPLETE
43572024-12-17T21:22:03.424Z[ recovery-image] Dec 17 21:22:02.011 INFO O| Dec 17 21:22:02.011 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-17T21:22:03.509Z[ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43592024-12-17T21:22:03.509Z[ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO STEP 18 (remove_files) COMPLETE
43602024-12-17T21:22:03.509Z[ recovery-image] Dec 17 21:22:02.067 INFO O| Dec 17 21:22:02.067 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-17T21:22:03.509Z[ recovery-image] Dec 17 21:22:02.099 INFO O| Dec 17 21:22:02.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43622024-12-17T21:22:03.936Z[ recovery-image] Dec 17 21:22:02.528 INFO O| Dec 17 21:22:02.528 INFO STEP 19 (remove_files) COMPLETE
43632024-12-17T21:22:03.936Z[ recovery-image] Dec 17 21:22:02.528 INFO O| Dec 17 21:22:02.528 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-17T21:22:03.964Z[ recovery-image] Dec 17 21:22:02.552 INFO O| Dec 17 21:22:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43652024-12-17T21:22:03.965Z[ recovery-image] Dec 17 21:22:02.586 INFO O| Dec 17 21:22:02.586 INFO STEP 20 (remove_files) COMPLETE
43662024-12-17T21:22:03.965Z[ recovery-image] Dec 17 21:22:02.586 INFO O| Dec 17 21:22:02.586 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-17T21:22:03.973Z[ recovery-image] Dec 17 21:22:02.610 INFO O| Dec 17 21:22:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43682024-12-17T21:22:03.980Z[ recovery-image] Dec 17 21:22:02.611 INFO O| Dec 17 21:22:02.611 INFO STEP 21 (remove_files) COMPLETE
43692024-12-17T21:22:03.980Z[ recovery-image] Dec 17 21:22:02.611 INFO O| Dec 17 21:22:02.611 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-17T21:22:04.040Z[ recovery-image] Dec 17 21:22:02.635 INFO O| Dec 17 21:22:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43712024-12-17T21:22:04.046Z[ recovery-image] Dec 17 21:22:02.636 INFO O| Dec 17 21:22:02.636 INFO STEP 22 (remove_files) COMPLETE
43722024-12-17T21:22:04.046Z[ recovery-image] Dec 17 21:22:02.636 INFO O| Dec 17 21:22:02.636 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-17T21:22:04.047Z[ recovery-image] Dec 17 21:22:02.670 INFO O| Dec 17 21:22:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43742024-12-17T21:22:04.047Z[ recovery-image] Dec 17 21:22:02.682 INFO O| Dec 17 21:22:02.682 INFO STEP 23 (remove_files) COMPLETE
43752024-12-17T21:22:04.047Z[ recovery-image] Dec 17 21:22:02.682 INFO O| Dec 17 21:22:02.682 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-17T21:22:04.123Z[ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43772024-12-17T21:22:04.128Z[ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO STEP 24 (remove_files) COMPLETE
43782024-12-17T21:22:04.128Z[ recovery-image] Dec 17 21:22:02.707 INFO O| Dec 17 21:22:02.707 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-17T21:22:04.128Z[ recovery-image] Dec 17 21:22:02.731 INFO O| Dec 17 21:22:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43802024-12-17T21:22:04.128Z[ recovery-image] Dec 17 21:22:02.755 INFO O| Dec 17 21:22:02.755 INFO STEP 25 (remove_files) COMPLETE
43812024-12-17T21:22:04.128Z[ recovery-image] Dec 17 21:22:02.755 INFO O| Dec 17 21:22:02.755 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-17T21:22:04.166Z[ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43832024-12-17T21:22:04.166Z[ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO STEP 26 (remove_files) COMPLETE
43842024-12-17T21:22:04.166Z[ recovery-image] Dec 17 21:22:02.799 INFO O| Dec 17 21:22:02.799 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-17T21:22:04.199Z[ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43862024-12-17T21:22:04.200Z[ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.821 INFO STEP 27 (remove_files) COMPLETE
43872024-12-17T21:22:04.219Z[ recovery-image] Dec 17 21:22:02.821 INFO O| Dec 17 21:22:02.821 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-17T21:22:04.219Z[ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43892024-12-17T21:22:04.243Z[ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO STEP 28 (remove_files) COMPLETE
43902024-12-17T21:22:04.243Z[ recovery-image] Dec 17 21:22:02.843 INFO O| Dec 17 21:22:02.843 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-17T21:22:04.251Z[ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43922024-12-17T21:22:04.252Z[ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO STEP 29 (remove_files) COMPLETE
43932024-12-17T21:22:04.252Z[ recovery-image] Dec 17 21:22:02.867 INFO O| Dec 17 21:22:02.867 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-17T21:22:04.267Z[ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43952024-12-17T21:22:04.267Z[ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO STEP 30 (remove_files) COMPLETE
43962024-12-17T21:22:04.267Z[ recovery-image] Dec 17 21:22:02.889 INFO O| Dec 17 21:22:02.889 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-17T21:22:04.291Z[ recovery-image] Dec 17 21:22:02.926 INFO O| Dec 17 21:22:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43982024-12-17T21:22:04.310Z[ recovery-image] Dec 17 21:22:02.945 INFO O| Dec 17 21:22:02.945 INFO STEP 31 (remove_files) COMPLETE
43992024-12-17T21:22:04.310Z[ recovery-image] Dec 17 21:22:02.945 INFO O| Dec 17 21:22:02.945 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-17T21:22:04.343Z[ recovery-image] Dec 17 21:22:02.967 INFO O| Dec 17 21:22:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44012024-12-17T21:22:04.349Z[ recovery-image] Dec 17 21:22:02.973 INFO O| Dec 17 21:22:02.973 INFO STEP 32 (remove_files) COMPLETE
44022024-12-17T21:22:04.349Z[ recovery-image] Dec 17 21:22:02.973 INFO O| Dec 17 21:22:02.973 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-17T21:22:04.431Z[ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44042024-12-17T21:22:04.450Z[ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO STEP 33 (remove_files) COMPLETE
44052024-12-17T21:22:04.450Z[ recovery-image] Dec 17 21:22:03.066 INFO O| Dec 17 21:22:03.066 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-17T21:22:04.481Z[ recovery-image] Dec 17 21:22:03.092 INFO O| Dec 17 21:22:03.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44072024-12-17T21:22:04.490Z[ recovery-image] Dec 17 21:22:03.092 INFO O| Dec 17 21:22:03.092 INFO STEP 34 (remove_files) COMPLETE
44082024-12-17T21:22:04.490Z[ recovery-image] Dec 17 21:22:03.093 INFO O| Dec 17 21:22:03.092 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-17T21:22:04.490Z[ recovery-image] Dec 17 21:22:03.117 INFO O| Dec 17 21:22:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44102024-12-17T21:22:04.514Z[ recovery-image] Dec 17 21:22:03.137 INFO O| Dec 17 21:22:03.137 INFO STEP 35 (remove_files) COMPLETE
44112024-12-17T21:22:04.514Z[ recovery-image] Dec 17 21:22:03.137 INFO O| Dec 17 21:22:03.137 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-17T21:22:04.537Z[ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44132024-12-17T21:22:04.544Z[ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO STEP 36 (remove_files) COMPLETE
44142024-12-17T21:22:04.544Z[ recovery-image] Dec 17 21:22:03.159 INFO O| Dec 17 21:22:03.159 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-17T21:22:04.554Z[ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44162024-12-17T21:22:04.554Z[ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO STEP 37 (remove_files) COMPLETE
44172024-12-17T21:22:04.611Z[ recovery-image] Dec 17 21:22:03.191 INFO O| Dec 17 21:22:03.191 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-17T21:22:04.638Z[ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44192024-12-17T21:22:04.638Z[ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO STEP 38 (remove_files) COMPLETE
44202024-12-17T21:22:04.638Z[ recovery-image] Dec 17 21:22:03.258 INFO O| Dec 17 21:22:03.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-17T21:22:04.645Z[ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44222024-12-17T21:22:04.645Z[ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO STEP 39 (remove_files) COMPLETE
44232024-12-17T21:22:04.651Z[ recovery-image] Dec 17 21:22:03.279 INFO O| Dec 17 21:22:03.279 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-17T21:22:04.662Z[ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44252024-12-17T21:22:04.663Z[ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO STEP 40 (remove_files) COMPLETE
44262024-12-17T21:22:04.663Z[ recovery-image] Dec 17 21:22:03.299 INFO O| Dec 17 21:22:03.299 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-17T21:22:04.693Z[ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44282024-12-17T21:22:04.693Z[ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO STEP 41 (remove_files) COMPLETE
44292024-12-17T21:22:04.693Z[ recovery-image] Dec 17 21:22:03.330 INFO O| Dec 17 21:22:03.330 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-17T21:22:04.740Z[ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44312024-12-17T21:22:04.740Z[ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO STEP 42 (remove_files) COMPLETE
44322024-12-17T21:22:04.740Z[ recovery-image] Dec 17 21:22:03.377 INFO O| Dec 17 21:22:03.377 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-17T21:22:04.763Z[ recovery-image] Dec 17 21:22:03.398 INFO O| Dec 17 21:22:03.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44342024-12-17T21:22:04.763Z[ recovery-image] Dec 17 21:22:03.399 INFO O| Dec 17 21:22:03.398 INFO STEP 43 (remove_files) COMPLETE
44352024-12-17T21:22:04.763Z[ recovery-image] Dec 17 21:22:03.399 INFO O| Dec 17 21:22:03.399 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-17T21:22:07.463Z[ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44372024-12-17T21:22:07.463Z[ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO STEP 44 (remove_files) COMPLETE
44382024-12-17T21:22:07.463Z[ recovery-image] Dec 17 21:22:03.476 INFO O| Dec 17 21:22:03.476 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.499 INFO O| Dec 17 21:22:03.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44402024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.507 INFO O| Dec 17 21:22:03.507 INFO STEP 45 (remove_files) COMPLETE
44412024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.507 INFO O| Dec 17 21:22:03.507 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44432024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO STEP 46 (remove_files) COMPLETE
44442024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.528 INFO O| Dec 17 21:22:03.528 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44462024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO STEP 47 (remove_files) COMPLETE
44472024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.577 INFO O| Dec 17 21:22:03.577 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44492024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO STEP 48 (remove_files) COMPLETE
44502024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.598 INFO O| Dec 17 21:22:03.598 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44522024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO STEP 49 (remove_files) COMPLETE
44532024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.632 INFO O| Dec 17 21:22:03.632 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44552024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO STEP 50 (remove_files) COMPLETE
44562024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.666 INFO O| Dec 17 21:22:03.666 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44582024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO STEP 51 (remove_files) COMPLETE
44592024-12-17T21:22:07.516Z[ recovery-image] Dec 17 21:22:03.698 INFO O| Dec 17 21:22:03.698 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44612024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.718 INFO STEP 52 (remove_files) COMPLETE
44622024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.718 INFO O| Dec 17 21:22:03.718 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.741 INFO O| Dec 17 21:22:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44642024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.742 INFO O| Dec 17 21:22:03.741 INFO STEP 53 (remove_files) COMPLETE
44652024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.742 INFO O| Dec 17 21:22:03.742 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.794 INFO O| Dec 17 21:22:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44672024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.794 INFO O| Dec 17 21:22:03.794 INFO STEP 54 (remove_files) COMPLETE
44682024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.795 INFO O| Dec 17 21:22:03.794 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44702024-12-17T21:22:07.517Z[ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO STEP 55 (remove_files) COMPLETE
44712024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.821 INFO O| Dec 17 21:22:03.821 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44732024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO STEP 56 (remove_files) COMPLETE
44742024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.852 INFO O| Dec 17 21:22:03.852 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.874 INFO O| Dec 17 21:22:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44762024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.875 INFO O| Dec 17 21:22:03.875 INFO STEP 57 (remove_files) COMPLETE
44772024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.875 INFO O| Dec 17 21:22:03.875 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44792024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO STEP 58 (remove_files) COMPLETE
44802024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.896 INFO O| Dec 17 21:22:03.896 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44822024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO STEP 59 (remove_files) COMPLETE
44832024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.917 INFO O| Dec 17 21:22:03.917 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44852024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO STEP 60 (remove_files) COMPLETE
44862024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.937 INFO O| Dec 17 21:22:03.937 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44882024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO STEP 61 (remove_files) COMPLETE
44892024-12-17T21:22:07.518Z[ recovery-image] Dec 17 21:22:03.956 INFO O| Dec 17 21:22:03.956 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.976 INFO O| Dec 17 21:22:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44912024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.977 INFO O| Dec 17 21:22:03.976 INFO STEP 62 (remove_files) COMPLETE
44922024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.977 INFO O| Dec 17 21:22:03.977 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44942024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO STEP 63 (remove_files) COMPLETE
44952024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:03.995 INFO O| Dec 17 21:22:03.995 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44972024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.016 INFO STEP 64 (remove_files) COMPLETE
44982024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.016 INFO O| Dec 17 21:22:04.016 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45002024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO STEP 65 (remove_files) COMPLETE
45012024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.036 INFO O| Dec 17 21:22:04.036 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45032024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO STEP 66 (remove_files) COMPLETE
45042024-12-17T21:22:07.519Z[ recovery-image] Dec 17 21:22:04.056 INFO O| Dec 17 21:22:04.056 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45062024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO STEP 67 (remove_files) COMPLETE
45072024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.076 INFO O| Dec 17 21:22:04.076 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45092024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO STEP 68 (remove_files) COMPLETE
45102024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.097 INFO O| Dec 17 21:22:04.097 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.117 INFO O| Dec 17 21:22:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45122024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.136 INFO O| Dec 17 21:22:04.136 INFO STEP 69 (remove_files) COMPLETE
45132024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.136 INFO O| Dec 17 21:22:04.136 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.249 INFO O| Dec 17 21:22:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45152024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.261 INFO O| Dec 17 21:22:04.261 INFO STEP 70 (remove_files) COMPLETE
45162024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.261 INFO O| Dec 17 21:22:04.261 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45182024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO STEP 71 (remove_files) COMPLETE
45192024-12-17T21:22:07.520Z[ recovery-image] Dec 17 21:22:04.331 INFO O| Dec 17 21:22:04.331 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-17T21:22:07.521Z[ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45212024-12-17T21:22:07.521Z[ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.375 INFO STEP 72 (remove_files) COMPLETE
45222024-12-17T21:22:07.521Z[ recovery-image] Dec 17 21:22:04.375 INFO O| Dec 17 21:22:04.375 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45242024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO STEP 73 (remove_files) COMPLETE
45252024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.397 INFO O| Dec 17 21:22:04.397 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45272024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO STEP 74 (remove_files) COMPLETE
45282024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.421 INFO O| Dec 17 21:22:04.421 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45302024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO STEP 75 (remove_files) COMPLETE
45312024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.444 INFO O| Dec 17 21:22:04.444 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.467 INFO O| Dec 17 21:22:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45332024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.468 INFO O| Dec 17 21:22:04.467 INFO STEP 76 (remove_files) COMPLETE
45342024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.468 INFO O| Dec 17 21:22:04.467 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45362024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO STEP 77 (remove_files) COMPLETE
45372024-12-17T21:22:07.522Z[ recovery-image] Dec 17 21:22:04.490 INFO O| Dec 17 21:22:04.490 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-17T21:22:07.523Z[ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45392024-12-17T21:22:07.546Z[ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO STEP 78 (remove_files) COMPLETE
45402024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.514 INFO O| Dec 17 21:22:04.514 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45422024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO STEP 79 (remove_files) COMPLETE
45432024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.553 INFO O| Dec 17 21:22:04.553 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.574 INFO O| Dec 17 21:22:04.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45452024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.575 INFO O| Dec 17 21:22:04.575 INFO STEP 80 (remove_files) COMPLETE
45462024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.575 INFO O| Dec 17 21:22:04.575 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.593 INFO O| Dec 17 21:22:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45482024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.594 INFO O| Dec 17 21:22:04.594 INFO STEP 81 (remove_files) COMPLETE
45492024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.594 INFO O| Dec 17 21:22:04.594 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45512024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.614 INFO STEP 82 (remove_files) COMPLETE
45522024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.614 INFO O| Dec 17 21:22:04.614 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.634 INFO O| Dec 17 21:22:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45542024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.634 INFO O| Dec 17 21:22:04.634 INFO STEP 83 (remove_files) COMPLETE
45552024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.635 INFO O| Dec 17 21:22:04.635 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.674 INFO O| Dec 17 21:22:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45572024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.675 INFO O| Dec 17 21:22:04.675 INFO STEP 84 (remove_files) COMPLETE
45582024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.675 INFO O| Dec 17 21:22:04.675 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.696 INFO O| Dec 17 21:22:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45602024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.696 INFO O| Dec 17 21:22:04.696 INFO STEP 85 (remove_files) COMPLETE
45612024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.697 INFO O| Dec 17 21:22:04.697 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45632024-12-17T21:22:07.547Z[ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.717 INFO STEP 86 (remove_files) COMPLETE
45642024-12-17T21:22:07.548Z[ recovery-image] Dec 17 21:22:04.717 INFO O| Dec 17 21:22:04.717 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.736 INFO O| Dec 17 21:22:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45662024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.736 INFO O| Dec 17 21:22:04.736 INFO STEP 87 (remove_files) COMPLETE
45672024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.737 INFO O| Dec 17 21:22:04.736 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.755 INFO O| Dec 17 21:22:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45692024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.756 INFO O| Dec 17 21:22:04.756 INFO STEP 88 (remove_files) COMPLETE
45702024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.756 INFO O| Dec 17 21:22:04.756 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45722024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO STEP 89 (remove_files) COMPLETE
45732024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.776 INFO O| Dec 17 21:22:04.776 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45752024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO STEP 90 (remove_files) COMPLETE
45762024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.798 INFO O| Dec 17 21:22:04.798 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-17T21:22:07.552Z[ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45782024-12-17T21:22:07.553Z[ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO STEP 91 (remove_files) COMPLETE
45792024-12-17T21:22:07.553Z[ recovery-image] Dec 17 21:22:04.820 INFO O| Dec 17 21:22:04.820 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45812024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.841 INFO STEP 92 (remove_files) COMPLETE
45822024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.841 INFO O| Dec 17 21:22:04.841 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45842024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO STEP 93 (remove_files) COMPLETE
45852024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.873 INFO O| Dec 17 21:22:04.873 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.895 INFO O| Dec 17 21:22:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45872024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.896 INFO O| Dec 17 21:22:04.896 INFO STEP 94 (remove_files) COMPLETE
45882024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.896 INFO O| Dec 17 21:22:04.896 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45902024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO STEP 95 (remove_files) COMPLETE
45912024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.935 INFO O| Dec 17 21:22:04.935 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-17T21:22:07.554Z[ recovery-image] Dec 17 21:22:04.961 INFO O| Dec 17 21:22:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45932024-12-17T21:22:07.555Z[ recovery-image] Dec 17 21:22:04.984 INFO O| Dec 17 21:22:04.984 INFO STEP 96 (remove_files) COMPLETE
45942024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:04.984 INFO O| Dec 17 21:22:04.984 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45962024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO STEP 97 (remove_files) COMPLETE
45972024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.038 INFO O| Dec 17 21:22:05.038 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45992024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO STEP 98 (remove_files) COMPLETE
46002024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.100 INFO O| Dec 17 21:22:05.100 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.122 INFO O| Dec 17 21:22:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46022024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.142 INFO O| Dec 17 21:22:05.142 INFO STEP 99 (remove_files) COMPLETE
46032024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.142 INFO O| Dec 17 21:22:05.142 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46052024-12-17T21:22:07.556Z[ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO STEP 100 (remove_files) COMPLETE
46062024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.164 INFO O| Dec 17 21:22:05.164 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.184 INFO O| Dec 17 21:22:05.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46082024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.185 INFO O| Dec 17 21:22:05.184 INFO STEP 101 (remove_files) COMPLETE
46092024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.185 INFO O| Dec 17 21:22:05.185 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46112024-12-17T21:22:07.557Z[ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO STEP 102 (remove_files) COMPLETE
46122024-12-17T21:22:07.558Z[ recovery-image] Dec 17 21:22:05.215 INFO O| Dec 17 21:22:05.215 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-17T21:22:07.558Z[ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46142024-12-17T21:22:07.558Z[ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO STEP 103 (remove_files) COMPLETE
46152024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.238 INFO O| Dec 17 21:22:05.238 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46172024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO STEP 104 (remove_files) COMPLETE
46182024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.258 INFO O| Dec 17 21:22:05.258 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46202024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO STEP 105 (remove_files) COMPLETE
46212024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.297 INFO O| Dec 17 21:22:05.297 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46232024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO STEP 106 (remove_files) COMPLETE
46242024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.334 INFO O| Dec 17 21:22:05.334 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46262024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.358 INFO STEP 107 (remove_files) COMPLETE
46272024-12-17T21:22:07.559Z[ recovery-image] Dec 17 21:22:05.358 INFO O| Dec 17 21:22:05.358 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.398 INFO O| Dec 17 21:22:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46292024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.398 INFO O| Dec 17 21:22:05.398 INFO STEP 108 (remove_files) COMPLETE
46302024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.399 INFO O| Dec 17 21:22:05.398 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46322024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO STEP 109 (remove_files) COMPLETE
46332024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.443 INFO O| Dec 17 21:22:05.443 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46352024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO STEP 110 (remove_files) COMPLETE
46362024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.467 INFO O| Dec 17 21:22:05.467 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46382024-12-17T21:22:07.560Z[ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO STEP 111 (remove_files) COMPLETE
46392024-12-17T21:22:07.567Z[ recovery-image] Dec 17 21:22:05.529 INFO O| Dec 17 21:22:05.529 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.553 INFO O| Dec 17 21:22:05.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46412024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.553 INFO O| Dec 17 21:22:05.553 INFO STEP 112 (remove_files) COMPLETE
46422024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.554 INFO O| Dec 17 21:22:05.554 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46442024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO STEP 113 (remove_files) COMPLETE
46452024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.583 INFO O| Dec 17 21:22:05.583 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.610 INFO O| Dec 17 21:22:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46472024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.611 INFO O| Dec 17 21:22:05.610 INFO STEP 114 (remove_files) COMPLETE
46482024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.611 INFO O| Dec 17 21:22:05.610 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46502024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO STEP 115 (remove_files) COMPLETE
46512024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.639 INFO O| Dec 17 21:22:05.639 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.688 INFO O| Dec 17 21:22:05.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46532024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.688 INFO O| Dec 17 21:22:05.688 INFO STEP 116 (remove_files) COMPLETE
46542024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.689 INFO O| Dec 17 21:22:05.688 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-17T21:22:07.568Z[ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46562024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO STEP 117 (remove_files) COMPLETE
46572024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.712 INFO O| Dec 17 21:22:05.712 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46592024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO STEP 118 (remove_files) COMPLETE
46602024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.733 INFO O| Dec 17 21:22:05.733 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46622024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO STEP 119 (remove_files) COMPLETE
46632024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.762 INFO O| Dec 17 21:22:05.762 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46652024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO STEP 120 (remove_files) COMPLETE
46662024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.890 INFO O| Dec 17 21:22:05.890 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.949 INFO O| Dec 17 21:22:05.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46682024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.950 INFO O| Dec 17 21:22:05.949 INFO STEP 121 (remove_files) COMPLETE
46692024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:05.950 INFO O| Dec 17 21:22:05.950 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-17T21:22:07.569Z[ host-image] Dec 17 21:22:06.075 INFO O| Dec 17 21:22:06.075 INFO O| Planning: Solver setup ... Done
46712024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46722024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO STEP 122 (remove_files) COMPLETE
46732024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.076 INFO O| Dec 17 21:22:06.076 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-17T21:22:07.569Z[ host-image] Dec 17 21:22:06.082 INFO O| Dec 17 21:22:06.082 INFO O| Planning: Running solver ... Done
46752024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.118 INFO O| Dec 17 21:22:06.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46762024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.118 INFO O| Dec 17 21:22:06.118 INFO STEP 123 (remove_files) COMPLETE
46772024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.119 INFO O| Dec 17 21:22:06.118 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46792024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO STEP 124 (remove_files) COMPLETE
46802024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.138 INFO O| Dec 17 21:22:06.138 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46822024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO STEP 125 (remove_files) COMPLETE
46832024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.175 INFO O| Dec 17 21:22:06.175 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-12-17T21:22:07.569Z[ host-image] Dec 17 21:22:06.180 INFO O| Dec 17 21:22:06.180 INFO O| Planning: Finding local manifests ... Done
46852024-12-17T21:22:07.569Z[ host-image] Dec 17 21:22:06.181 INFO O| Dec 17 21:22:06.181 INFO O| Planning: Fetching manifests: 0/6 0% complete
46862024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46872024-12-17T21:22:07.569Z[ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO STEP 126 (remove_files) COMPLETE
46882024-12-17T21:22:07.570Z[ recovery-image] Dec 17 21:22:06.198 INFO O| Dec 17 21:22:06.198 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-17T21:22:07.585Z[ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46902024-12-17T21:22:07.591Z[ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO STEP 127 (remove_files) COMPLETE
46912024-12-17T21:22:07.591Z[ recovery-image] Dec 17 21:22:06.222 INFO O| Dec 17 21:22:06.222 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-17T21:22:07.608Z[ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46932024-12-17T21:22:07.611Z[ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO STEP 128 (remove_files) COMPLETE
46942024-12-17T21:22:07.613Z[ recovery-image] Dec 17 21:22:06.245 INFO O| Dec 17 21:22:06.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-17T21:22:07.635Z[ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46962024-12-17T21:22:07.638Z[ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO STEP 129 (remove_files) COMPLETE
46972024-12-17T21:22:07.638Z[ recovery-image] Dec 17 21:22:06.271 INFO O| Dec 17 21:22:06.271 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-17T21:22:07.742Z[ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46992024-12-17T21:22:07.742Z[ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.378 INFO STEP 130 (remove_files) COMPLETE
47002024-12-17T21:22:07.745Z[ recovery-image] Dec 17 21:22:06.378 INFO O| Dec 17 21:22:06.378 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-17T21:22:07.780Z[ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47022024-12-17T21:22:07.780Z[ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO STEP 131 (remove_files) COMPLETE
47032024-12-17T21:22:07.780Z[ recovery-image] Dec 17 21:22:06.417 INFO O| Dec 17 21:22:06.417 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-17T21:22:07.833Z[ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47052024-12-17T21:22:07.833Z[ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO STEP 132 (remove_files) COMPLETE
47062024-12-17T21:22:07.836Z[ recovery-image] Dec 17 21:22:06.470 INFO O| Dec 17 21:22:06.470 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-17T21:22:07.868Z[ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47082024-12-17T21:22:07.868Z[ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO STEP 133 (remove_files) COMPLETE
47092024-12-17T21:22:07.872Z[ recovery-image] Dec 17 21:22:06.505 INFO O| Dec 17 21:22:06.505 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-17T21:22:07.889Z[ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47112024-12-17T21:22:07.889Z[ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO STEP 134 (remove_files) COMPLETE
47122024-12-17T21:22:07.892Z[ recovery-image] Dec 17 21:22:06.525 INFO O| Dec 17 21:22:06.525 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-17T21:22:07.909Z[ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47142024-12-17T21:22:07.909Z[ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO STEP 135 (remove_files) COMPLETE
47152024-12-17T21:22:07.909Z[ recovery-image] Dec 17 21:22:06.546 INFO O| Dec 17 21:22:06.546 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-17T21:22:07.951Z[ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47172024-12-17T21:22:07.951Z[ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO STEP 136 (remove_files) COMPLETE
47182024-12-17T21:22:07.955Z[ recovery-image] Dec 17 21:22:06.588 INFO O| Dec 17 21:22:06.588 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-17T21:22:07.975Z[ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47202024-12-17T21:22:07.975Z[ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO STEP 137 (remove_files) COMPLETE
47212024-12-17T21:22:07.975Z[ recovery-image] Dec 17 21:22:06.610 INFO O| Dec 17 21:22:06.610 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-17T21:22:07.998Z[ host-image] Dec 17 21:22:06.634 INFO O| Dec 17 21:22:06.634 INFO O| Planning: Fetching manifests: 6/6 100% complete
47232024-12-17T21:22:08.005Z[ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47242024-12-17T21:22:08.009Z[ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO STEP 138 (remove_files) COMPLETE
47252024-12-17T21:22:08.009Z[ recovery-image] Dec 17 21:22:06.642 INFO O| Dec 17 21:22:06.642 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-17T21:22:08.063Z[ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47272024-12-17T21:22:08.063Z[ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO STEP 139 (remove_files) COMPLETE
47282024-12-17T21:22:08.137Z[ recovery-image] Dec 17 21:22:06.694 INFO O| Dec 17 21:22:06.694 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-17T21:22:08.137Z[ host-image] Dec 17 21:22:06.702 INFO O| Dec 17 21:22:06.702 INFO O| Planning: Package planning ... Done
47302024-12-17T21:22:08.156Z[ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47312024-12-17T21:22:08.157Z[ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO STEP 140 (remove_files) COMPLETE
47322024-12-17T21:22:08.157Z[ recovery-image] Dec 17 21:22:06.727 INFO O| Dec 17 21:22:06.727 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-17T21:22:08.157Z[ host-image] Dec 17 21:22:06.735 INFO O| Dec 17 21:22:06.735 INFO O| Planning: Merging actions ... Done
47342024-12-17T21:22:08.157Z[ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47352024-12-17T21:22:08.157Z[ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.758 INFO STEP 141 (remove_files) COMPLETE
47362024-12-17T21:22:08.157Z[ recovery-image] Dec 17 21:22:06.758 INFO O| Dec 17 21:22:06.758 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-17T21:22:08.186Z[ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47382024-12-17T21:22:08.186Z[ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO STEP 142 (remove_files) COMPLETE
47392024-12-17T21:22:08.186Z[ recovery-image] Dec 17 21:22:06.823 INFO O| Dec 17 21:22:06.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-17T21:22:08.209Z[ recovery-image] Dec 17 21:22:06.845 INFO O| Dec 17 21:22:06.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47412024-12-17T21:22:08.209Z[ recovery-image] Dec 17 21:22:06.846 INFO O| Dec 17 21:22:06.846 INFO STEP 143 (remove_files) COMPLETE
47422024-12-17T21:22:08.209Z[ recovery-image] Dec 17 21:22:06.846 INFO O| Dec 17 21:22:06.846 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-17T21:22:08.234Z[ host-image] Dec 17 21:22:06.871 INFO O| Dec 17 21:22:06.871 INFO O| Planning: Checking for conflicting actions ... Done
47442024-12-17T21:22:08.239Z[ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47452024-12-17T21:22:08.239Z[ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO STEP 144 (remove_files) COMPLETE
47462024-12-17T21:22:08.242Z[ recovery-image] Dec 17 21:22:06.875 INFO O| Dec 17 21:22:06.875 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-17T21:22:08.242Z[ host-image] Dec 17 21:22:06.879 INFO O| Dec 17 21:22:06.879 INFO O| Planning: Consolidating action changes ... Done
47482024-12-17T21:22:08.298Z[ recovery-image] Dec 17 21:22:06.935 INFO O| Dec 17 21:22:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47492024-12-17T21:22:08.309Z[ recovery-image] Dec 17 21:22:06.946 INFO O| Dec 17 21:22:06.946 INFO STEP 145 (remove_files) COMPLETE
47502024-12-17T21:22:08.309Z[ recovery-image] Dec 17 21:22:06.946 INFO O| Dec 17 21:22:06.946 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-17T21:22:08.337Z[ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47522024-12-17T21:22:08.338Z[ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO STEP 146 (remove_files) COMPLETE
47532024-12-17T21:22:08.342Z[ recovery-image] Dec 17 21:22:06.974 INFO O| Dec 17 21:22:06.974 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-17T21:22:08.369Z[ recovery-image] Dec 17 21:22:07.005 INFO O| Dec 17 21:22:07.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47552024-12-17T21:22:08.374Z[ recovery-image] Dec 17 21:22:07.006 INFO O| Dec 17 21:22:07.005 INFO STEP 147 (remove_files) COMPLETE
47562024-12-17T21:22:08.374Z[ recovery-image] Dec 17 21:22:07.006 INFO O| Dec 17 21:22:07.006 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-17T21:22:08.390Z[ recovery-image] Dec 17 21:22:07.027 INFO O| Dec 17 21:22:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47582024-12-17T21:22:08.393Z[ recovery-image] Dec 17 21:22:07.027 INFO O| Dec 17 21:22:07.027 INFO STEP 148 (remove_files) COMPLETE
47592024-12-17T21:22:08.394Z[ recovery-image] Dec 17 21:22:07.028 INFO O| Dec 17 21:22:07.027 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-17T21:22:08.411Z[ recovery-image] Dec 17 21:22:07.048 INFO O| Dec 17 21:22:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47612024-12-17T21:22:08.414Z[ recovery-image] Dec 17 21:22:07.048 INFO O| Dec 17 21:22:07.048 INFO STEP 149 (remove_files) COMPLETE
47622024-12-17T21:22:08.414Z[ recovery-image] Dec 17 21:22:07.049 INFO O| Dec 17 21:22:07.048 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-17T21:22:08.433Z[ recovery-image] Dec 17 21:22:07.070 INFO O| Dec 17 21:22:07.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47642024-12-17T21:22:08.433Z[ recovery-image] Dec 17 21:22:07.070 INFO O| Dec 17 21:22:07.070 INFO STEP 150 (remove_files) COMPLETE
47652024-12-17T21:22:08.453Z[ recovery-image] Dec 17 21:22:07.071 INFO O| Dec 17 21:22:07.070 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-17T21:22:08.458Z[ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47672024-12-17T21:22:08.458Z[ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO STEP 151 (remove_files) COMPLETE
47682024-12-17T21:22:08.458Z[ recovery-image] Dec 17 21:22:07.092 INFO O| Dec 17 21:22:07.092 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-17T21:22:08.476Z[ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47702024-12-17T21:22:08.476Z[ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO STEP 152 (remove_files) COMPLETE
47712024-12-17T21:22:08.479Z[ recovery-image] Dec 17 21:22:07.113 INFO O| Dec 17 21:22:07.113 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-17T21:22:08.510Z[ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47732024-12-17T21:22:08.510Z[ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO STEP 153 (remove_files) COMPLETE
47742024-12-17T21:22:08.513Z[ recovery-image] Dec 17 21:22:07.146 INFO O| Dec 17 21:22:07.146 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-17T21:22:08.593Z[ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47762024-12-17T21:22:08.593Z[ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO STEP 154 (remove_files) COMPLETE
47772024-12-17T21:22:08.598Z[ recovery-image] Dec 17 21:22:07.228 INFO O| Dec 17 21:22:07.228 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-17T21:22:08.625Z[ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47792024-12-17T21:22:08.625Z[ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO STEP 155 (remove_files) COMPLETE
47802024-12-17T21:22:08.630Z[ recovery-image] Dec 17 21:22:07.261 INFO O| Dec 17 21:22:07.261 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-17T21:22:08.649Z[ host-image] Dec 17 21:22:07.286 INFO O| Dec 17 21:22:07.285 INFO O| Planning: Evaluating mediators ... Done
47822024-12-17T21:22:08.654Z[ host-image] Dec 17 21:22:07.291 INFO O| Dec 17 21:22:07.291 INFO O| Planning: Planning completed in 5.43 seconds
47832024-12-17T21:22:08.657Z[ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Packages to install: 6
47842024-12-17T21:22:08.657Z[ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Mediators to change: 1
47852024-12-17T21:22:08.660Z[ host-image] Dec 17 21:22:07.294 INFO O| Dec 17 21:22:07.294 INFO O| Services to change: 1
47862024-12-17T21:22:08.664Z[ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47872024-12-17T21:22:08.664Z[ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO STEP 156 (remove_files) COMPLETE
47882024-12-17T21:22:08.664Z[ recovery-image] Dec 17 21:22:07.298 INFO O| Dec 17 21:22:07.298 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-17T21:22:08.682Z[ host-image] Dec 17 21:22:07.319 INFO O| Dec 17 21:22:07.319 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
47902024-12-17T21:22:08.686Z[ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47912024-12-17T21:22:08.686Z[ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO STEP 157 (remove_files) COMPLETE
47922024-12-17T21:22:08.686Z[ recovery-image] Dec 17 21:22:07.321 INFO O| Dec 17 21:22:07.321 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-17T21:22:08.707Z[ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47942024-12-17T21:22:08.710Z[ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO STEP 158 (remove_files) COMPLETE
47952024-12-17T21:22:08.711Z[ recovery-image] Dec 17 21:22:07.344 INFO O| Dec 17 21:22:07.344 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-17T21:22:08.739Z[ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47972024-12-17T21:22:08.739Z[ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO STEP 159 (remove_files) COMPLETE
47982024-12-17T21:22:08.742Z[ recovery-image] Dec 17 21:22:07.375 INFO O| Dec 17 21:22:07.375 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-17T21:22:08.779Z[ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48002024-12-17T21:22:08.779Z[ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO STEP 160 (remove_files) COMPLETE
48012024-12-17T21:22:08.779Z[ recovery-image] Dec 17 21:22:07.415 INFO O| Dec 17 21:22:07.415 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-17T21:22:08.817Z[ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48032024-12-17T21:22:08.817Z[ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO STEP 161 (remove_files) COMPLETE
48042024-12-17T21:22:08.817Z[ recovery-image] Dec 17 21:22:07.453 INFO O| Dec 17 21:22:07.453 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-17T21:22:08.854Z[ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48062024-12-17T21:22:08.854Z[ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO STEP 162 (remove_files) COMPLETE
48072024-12-17T21:22:08.855Z[ recovery-image] Dec 17 21:22:07.490 INFO O| Dec 17 21:22:07.490 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-17T21:22:08.887Z[ recovery-image] Dec 17 21:22:07.523 INFO O| Dec 17 21:22:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48092024-12-17T21:22:08.890Z[ recovery-image] Dec 17 21:22:07.525 INFO O| Dec 17 21:22:07.525 INFO STEP 163 (remove_files) COMPLETE
48102024-12-17T21:22:08.890Z[ recovery-image] Dec 17 21:22:07.525 INFO O| Dec 17 21:22:07.525 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-17T21:22:08.909Z[ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48122024-12-17T21:22:08.909Z[ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO STEP 164 (remove_files) COMPLETE
48132024-12-17T21:22:08.912Z[ recovery-image] Dec 17 21:22:07.546 INFO O| Dec 17 21:22:07.546 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-17T21:22:08.930Z[ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48152024-12-17T21:22:08.930Z[ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO STEP 165 (remove_files) COMPLETE
48162024-12-17T21:22:08.930Z[ recovery-image] Dec 17 21:22:07.567 INFO O| Dec 17 21:22:07.567 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-17T21:22:08.954Z[ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48182024-12-17T21:22:08.954Z[ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO STEP 166 (remove_files) COMPLETE
48192024-12-17T21:22:08.954Z[ recovery-image] Dec 17 21:22:07.591 INFO O| Dec 17 21:22:07.591 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-17T21:22:08.977Z[ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48212024-12-17T21:22:08.977Z[ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO STEP 167 (remove_files) COMPLETE
48222024-12-17T21:22:08.978Z[ recovery-image] Dec 17 21:22:07.614 INFO O| Dec 17 21:22:07.614 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-17T21:22:08.998Z[ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48242024-12-17T21:22:08.998Z[ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO STEP 168 (remove_files) COMPLETE
48252024-12-17T21:22:08.998Z[ recovery-image] Dec 17 21:22:07.634 INFO O| Dec 17 21:22:07.634 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-17T21:22:09.025Z[ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48272024-12-17T21:22:09.028Z[ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO STEP 169 (remove_files) COMPLETE
48282024-12-17T21:22:09.029Z[ recovery-image] Dec 17 21:22:07.662 INFO O| Dec 17 21:22:07.662 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-17T21:22:09.086Z[ recovery-image] Dec 17 21:22:07.722 INFO O| Dec 17 21:22:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48302024-12-17T21:22:09.086Z[ recovery-image] Dec 17 21:22:07.722 INFO O| Dec 17 21:22:07.722 INFO STEP 170 (remove_files) COMPLETE
48312024-12-17T21:22:09.089Z[ recovery-image] Dec 17 21:22:07.723 INFO O| Dec 17 21:22:07.722 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-17T21:22:09.145Z[ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48332024-12-17T21:22:09.145Z[ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO STEP 171 (remove_files) COMPLETE
48342024-12-17T21:22:09.145Z[ recovery-image] Dec 17 21:22:07.782 INFO O| Dec 17 21:22:07.782 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-17T21:22:09.169Z[ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48362024-12-17T21:22:09.169Z[ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO STEP 172 (remove_files) COMPLETE
48372024-12-17T21:22:09.169Z[ recovery-image] Dec 17 21:22:07.806 INFO O| Dec 17 21:22:07.806 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-17T21:22:09.196Z[ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48392024-12-17T21:22:09.196Z[ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.832 INFO STEP 173 (remove_files) COMPLETE
48402024-12-17T21:22:09.201Z[ recovery-image] Dec 17 21:22:07.832 INFO O| Dec 17 21:22:07.832 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-17T21:22:09.223Z[ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48422024-12-17T21:22:09.223Z[ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO STEP 174 (remove_files) COMPLETE
48432024-12-17T21:22:09.223Z[ recovery-image] Dec 17 21:22:07.859 INFO O| Dec 17 21:22:07.859 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-17T21:22:09.245Z[ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48452024-12-17T21:22:09.245Z[ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO STEP 175 (remove_files) COMPLETE
48462024-12-17T21:22:09.245Z[ recovery-image] Dec 17 21:22:07.882 INFO O| Dec 17 21:22:07.882 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-17T21:22:09.269Z[ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48482024-12-17T21:22:09.269Z[ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO STEP 176 (remove_files) COMPLETE
48492024-12-17T21:22:09.273Z[ recovery-image] Dec 17 21:22:07.905 INFO O| Dec 17 21:22:07.905 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-17T21:22:09.291Z[ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48512024-12-17T21:22:09.291Z[ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO STEP 177 (remove_files) COMPLETE
48522024-12-17T21:22:09.291Z[ recovery-image] Dec 17 21:22:07.928 INFO O| Dec 17 21:22:07.928 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-17T21:22:09.334Z[ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48542024-12-17T21:22:09.334Z[ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO STEP 178 (remove_files) COMPLETE
48552024-12-17T21:22:09.334Z[ recovery-image] Dec 17 21:22:07.966 INFO O| Dec 17 21:22:07.966 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-17T21:22:09.357Z[ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48572024-12-17T21:22:09.357Z[ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO STEP 179 (remove_files) COMPLETE
48582024-12-17T21:22:09.360Z[ recovery-image] Dec 17 21:22:07.994 INFO O| Dec 17 21:22:07.994 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-17T21:22:09.387Z[ recovery-image] Dec 17 21:22:08.023 INFO O| Dec 17 21:22:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48602024-12-17T21:22:09.387Z[ recovery-image] Dec 17 21:22:08.024 INFO O| Dec 17 21:22:08.024 INFO STEP 180 (remove_files) COMPLETE
48612024-12-17T21:22:09.387Z[ recovery-image] Dec 17 21:22:08.024 INFO O| Dec 17 21:22:08.024 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-17T21:22:09.424Z[ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48632024-12-17T21:22:09.442Z[ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO STEP 181 (remove_files) COMPLETE
48642024-12-17T21:22:09.442Z[ recovery-image] Dec 17 21:22:08.060 INFO O| Dec 17 21:22:08.060 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-17T21:22:09.448Z[ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48662024-12-17T21:22:09.451Z[ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO STEP 182 (remove_files) COMPLETE
48672024-12-17T21:22:09.451Z[ recovery-image] Dec 17 21:22:08.084 INFO O| Dec 17 21:22:08.084 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-17T21:22:09.470Z[ recovery-image] Dec 17 21:22:08.107 INFO O| Dec 17 21:22:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48692024-12-17T21:22:09.491Z[ recovery-image] Dec 17 21:22:08.127 INFO O| Dec 17 21:22:08.127 INFO STEP 183 (remove_files) COMPLETE
48702024-12-17T21:22:09.491Z[ recovery-image] Dec 17 21:22:08.127 INFO O| Dec 17 21:22:08.127 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-17T21:22:09.531Z[ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48722024-12-17T21:22:09.531Z[ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO STEP 184 (remove_files) COMPLETE
48732024-12-17T21:22:09.531Z[ recovery-image] Dec 17 21:22:08.167 INFO O| Dec 17 21:22:08.167 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-17T21:22:09.555Z[ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48752024-12-17T21:22:09.555Z[ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO STEP 185 (remove_files) COMPLETE
48762024-12-17T21:22:09.559Z[ recovery-image] Dec 17 21:22:08.187 INFO O| Dec 17 21:22:08.187 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-17T21:22:09.569Z[ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48782024-12-17T21:22:09.569Z[ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO STEP 186 (remove_files) COMPLETE
48792024-12-17T21:22:09.572Z[ recovery-image] Dec 17 21:22:08.206 INFO O| Dec 17 21:22:08.206 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-17T21:22:09.589Z[ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48812024-12-17T21:22:09.589Z[ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO STEP 187 (remove_files) COMPLETE
48822024-12-17T21:22:09.589Z[ recovery-image] Dec 17 21:22:08.226 INFO O| Dec 17 21:22:08.226 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-17T21:22:09.620Z[ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48842024-12-17T21:22:09.620Z[ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.247 INFO STEP 188 (remove_files) COMPLETE
48852024-12-17T21:22:09.627Z[ recovery-image] Dec 17 21:22:08.247 INFO O| Dec 17 21:22:08.247 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-17T21:22:09.631Z[ recovery-image] Dec 17 21:22:08.267 INFO O| Dec 17 21:22:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48872024-12-17T21:22:09.631Z[ recovery-image] Dec 17 21:22:08.268 INFO O| Dec 17 21:22:08.267 INFO STEP 189 (remove_files) COMPLETE
48882024-12-17T21:22:09.631Z[ recovery-image] Dec 17 21:22:08.268 INFO O| Dec 17 21:22:08.268 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-17T21:22:09.652Z[ recovery-image] Dec 17 21:22:08.288 INFO O| Dec 17 21:22:08.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48902024-12-17T21:22:09.658Z[ recovery-image] Dec 17 21:22:08.295 INFO O| Dec 17 21:22:08.288 INFO STEP 190 (remove_files) COMPLETE
48912024-12-17T21:22:09.658Z[ recovery-image] Dec 17 21:22:08.295 INFO O| Dec 17 21:22:08.295 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-17T21:22:09.682Z[ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48932024-12-17T21:22:09.682Z[ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO STEP 191 (remove_files) COMPLETE
48942024-12-17T21:22:09.682Z[ recovery-image] Dec 17 21:22:08.317 INFO O| Dec 17 21:22:08.317 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-17T21:22:09.702Z[ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48962024-12-17T21:22:09.702Z[ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO STEP 192 (remove_files) COMPLETE
48972024-12-17T21:22:09.702Z[ recovery-image] Dec 17 21:22:08.339 INFO O| Dec 17 21:22:08.339 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-17T21:22:09.723Z[ recovery-image] Dec 17 21:22:08.359 INFO O| Dec 17 21:22:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48992024-12-17T21:22:09.723Z[ recovery-image] Dec 17 21:22:08.359 INFO O| Dec 17 21:22:08.359 INFO STEP 193 (remove_files) COMPLETE
49002024-12-17T21:22:09.726Z[ recovery-image] Dec 17 21:22:08.360 INFO O| Dec 17 21:22:08.359 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-17T21:22:09.745Z[ recovery-image] Dec 17 21:22:08.381 INFO O| Dec 17 21:22:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49022024-12-17T21:22:09.745Z[ recovery-image] Dec 17 21:22:08.382 INFO O| Dec 17 21:22:08.382 INFO STEP 194 (remove_files) COMPLETE
49032024-12-17T21:22:09.748Z[ recovery-image] Dec 17 21:22:08.382 INFO O| Dec 17 21:22:08.382 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-17T21:22:09.852Z[ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49052024-12-17T21:22:09.855Z[ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO STEP 195 (remove_files) COMPLETE
49062024-12-17T21:22:09.855Z[ recovery-image] Dec 17 21:22:08.489 INFO O| Dec 17 21:22:08.489 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-17T21:22:09.873Z[ recovery-image] Dec 17 21:22:08.510 INFO O| Dec 17 21:22:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49082024-12-17T21:22:09.878Z[ recovery-image] Dec 17 21:22:08.510 INFO O| Dec 17 21:22:08.510 INFO STEP 196 (remove_files) COMPLETE
49092024-12-17T21:22:09.878Z[ recovery-image] Dec 17 21:22:08.511 INFO O| Dec 17 21:22:08.511 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-17T21:22:09.914Z[ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49112024-12-17T21:22:09.917Z[ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO STEP 197 (remove_files) COMPLETE
49122024-12-17T21:22:09.917Z[ recovery-image] Dec 17 21:22:08.551 INFO O| Dec 17 21:22:08.551 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-17T21:22:09.937Z[ recovery-image] Dec 17 21:22:08.574 INFO O| Dec 17 21:22:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49142024-12-17T21:22:09.940Z[ recovery-image] Dec 17 21:22:08.574 INFO O| Dec 17 21:22:08.574 INFO STEP 198 (remove_files) COMPLETE
49152024-12-17T21:22:09.940Z[ recovery-image] Dec 17 21:22:08.575 INFO O| Dec 17 21:22:08.575 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-17T21:22:09.960Z[ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49172024-12-17T21:22:09.960Z[ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO STEP 199 (remove_files) COMPLETE
49182024-12-17T21:22:09.960Z[ recovery-image] Dec 17 21:22:08.596 INFO O| Dec 17 21:22:08.596 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-17T21:22:09.989Z[ recovery-image] Dec 17 21:22:08.626 INFO O| Dec 17 21:22:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49202024-12-17T21:22:09.989Z[ recovery-image] Dec 17 21:22:08.627 INFO O| Dec 17 21:22:08.627 INFO STEP 200 (remove_files) COMPLETE
49212024-12-17T21:22:09.990Z[ recovery-image] Dec 17 21:22:08.627 INFO O| Dec 17 21:22:08.627 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-17T21:22:10.030Z[ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49232024-12-17T21:22:10.030Z[ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO STEP 201 (remove_files) COMPLETE
49242024-12-17T21:22:10.033Z[ recovery-image] Dec 17 21:22:08.666 INFO O| Dec 17 21:22:08.666 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-17T21:22:10.060Z[ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49262024-12-17T21:22:10.060Z[ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO STEP 202 (remove_files) COMPLETE
49272024-12-17T21:22:10.060Z[ recovery-image] Dec 17 21:22:08.697 INFO O| Dec 17 21:22:08.697 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-17T21:22:10.079Z[ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49292024-12-17T21:22:10.079Z[ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO STEP 203 (remove_files) COMPLETE
49302024-12-17T21:22:10.079Z[ recovery-image] Dec 17 21:22:08.715 INFO O| Dec 17 21:22:08.715 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-17T21:22:10.101Z[ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49322024-12-17T21:22:10.101Z[ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO STEP 204 (remove_files) COMPLETE
49332024-12-17T21:22:10.101Z[ recovery-image] Dec 17 21:22:08.737 INFO O| Dec 17 21:22:08.737 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-17T21:22:10.121Z[ recovery-image] Dec 17 21:22:08.757 INFO O| Dec 17 21:22:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49352024-12-17T21:22:10.121Z[ recovery-image] Dec 17 21:22:08.758 INFO O| Dec 17 21:22:08.757 INFO STEP 205 (remove_files) COMPLETE
49362024-12-17T21:22:10.121Z[ recovery-image] Dec 17 21:22:08.758 INFO O| Dec 17 21:22:08.757 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-17T21:22:10.141Z[ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49382024-12-17T21:22:10.141Z[ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO STEP 206 (remove_files) COMPLETE
49392024-12-17T21:22:10.141Z[ recovery-image] Dec 17 21:22:08.777 INFO O| Dec 17 21:22:08.777 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-17T21:22:10.161Z[ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49412024-12-17T21:22:10.161Z[ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.798 INFO STEP 207 (remove_files) COMPLETE
49422024-12-17T21:22:10.161Z[ recovery-image] Dec 17 21:22:08.798 INFO O| Dec 17 21:22:08.798 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-17T21:22:10.182Z[ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49442024-12-17T21:22:10.182Z[ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO STEP 208 (remove_files) COMPLETE
49452024-12-17T21:22:10.182Z[ recovery-image] Dec 17 21:22:08.819 INFO O| Dec 17 21:22:08.819 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-17T21:22:10.216Z[ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49472024-12-17T21:22:10.216Z[ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO STEP 209 (remove_files) COMPLETE
49482024-12-17T21:22:10.217Z[ recovery-image] Dec 17 21:22:08.853 INFO O| Dec 17 21:22:08.853 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-17T21:22:10.238Z[ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49502024-12-17T21:22:10.239Z[ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.875 INFO STEP 210 (remove_files) COMPLETE
49512024-12-17T21:22:10.239Z[ recovery-image] Dec 17 21:22:08.875 INFO O| Dec 17 21:22:08.875 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-17T21:22:10.258Z[ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49532024-12-17T21:22:10.258Z[ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO STEP 211 (remove_files) COMPLETE
49542024-12-17T21:22:10.258Z[ recovery-image] Dec 17 21:22:08.895 INFO O| Dec 17 21:22:08.895 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-17T21:22:10.280Z[ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49562024-12-17T21:22:10.280Z[ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO STEP 212 (remove_files) COMPLETE
49572024-12-17T21:22:10.280Z[ recovery-image] Dec 17 21:22:08.916 INFO O| Dec 17 21:22:08.916 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-17T21:22:10.319Z[ recovery-image] Dec 17 21:22:08.955 INFO O| Dec 17 21:22:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49592024-12-17T21:22:10.322Z[ recovery-image] Dec 17 21:22:08.956 INFO O| Dec 17 21:22:08.956 INFO STEP 213 (remove_files) COMPLETE
49602024-12-17T21:22:10.322Z[ recovery-image] Dec 17 21:22:08.956 INFO O| Dec 17 21:22:08.956 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-17T21:22:10.341Z[ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49622024-12-17T21:22:10.344Z[ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO STEP 214 (remove_files) COMPLETE
49632024-12-17T21:22:10.344Z[ recovery-image] Dec 17 21:22:08.978 INFO O| Dec 17 21:22:08.978 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-17T21:22:10.363Z[ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49652024-12-17T21:22:10.366Z[ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO STEP 215 (remove_files) COMPLETE
49662024-12-17T21:22:10.366Z[ recovery-image] Dec 17 21:22:08.998 INFO O| Dec 17 21:22:08.998 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-17T21:22:10.382Z[ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49682024-12-17T21:22:10.412Z[ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO STEP 216 (remove_files) COMPLETE
49692024-12-17T21:22:10.412Z[ recovery-image] Dec 17 21:22:09.019 INFO O| Dec 17 21:22:09.019 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-17T21:22:10.412Z[ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49712024-12-17T21:22:10.412Z[ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO STEP 217 (remove_files) COMPLETE
49722024-12-17T21:22:10.412Z[ recovery-image] Dec 17 21:22:09.042 INFO O| Dec 17 21:22:09.042 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-17T21:22:10.443Z[ recovery-image] Dec 17 21:22:09.079 INFO O| Dec 17 21:22:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49742024-12-17T21:22:10.445Z[ recovery-image] Dec 17 21:22:09.080 INFO O| Dec 17 21:22:09.080 INFO STEP 218 (remove_files) COMPLETE
49752024-12-17T21:22:10.445Z[ recovery-image] Dec 17 21:22:09.080 INFO O| Dec 17 21:22:09.080 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-17T21:22:10.485Z[ recovery-image] Dec 17 21:22:09.122 INFO O| Dec 17 21:22:09.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49772024-12-17T21:22:10.486Z[ recovery-image] Dec 17 21:22:09.123 INFO O| Dec 17 21:22:09.123 INFO STEP 219 (remove_files) COMPLETE
49782024-12-17T21:22:10.486Z[ recovery-image] Dec 17 21:22:09.123 INFO O| Dec 17 21:22:09.123 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-17T21:22:10.505Z[ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49802024-12-17T21:22:10.505Z[ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO STEP 220 (remove_files) COMPLETE
49812024-12-17T21:22:10.505Z[ recovery-image] Dec 17 21:22:09.142 INFO O| Dec 17 21:22:09.142 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-17T21:22:10.525Z[ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49832024-12-17T21:22:10.525Z[ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO STEP 221 (remove_files) COMPLETE
49842024-12-17T21:22:10.529Z[ recovery-image] Dec 17 21:22:09.162 INFO O| Dec 17 21:22:09.162 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-17T21:22:10.546Z[ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49862024-12-17T21:22:10.546Z[ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO STEP 222 (remove_files) COMPLETE
49872024-12-17T21:22:10.549Z[ recovery-image] Dec 17 21:22:09.183 INFO O| Dec 17 21:22:09.183 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-17T21:22:10.566Z[ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49892024-12-17T21:22:10.566Z[ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO STEP 223 (remove_files) COMPLETE
49902024-12-17T21:22:10.566Z[ recovery-image] Dec 17 21:22:09.203 INFO O| Dec 17 21:22:09.203 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-17T21:22:10.585Z[ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49922024-12-17T21:22:10.585Z[ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.222 INFO STEP 224 (remove_files) COMPLETE
49932024-12-17T21:22:10.585Z[ recovery-image] Dec 17 21:22:09.222 INFO O| Dec 17 21:22:09.222 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-17T21:22:10.608Z[ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49952024-12-17T21:22:10.608Z[ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO STEP 225 (remove_files) COMPLETE
49962024-12-17T21:22:10.611Z[ recovery-image] Dec 17 21:22:09.245 INFO O| Dec 17 21:22:09.245 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-17T21:22:10.629Z[ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49982024-12-17T21:22:10.631Z[ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO STEP 226 (remove_files) COMPLETE
49992024-12-17T21:22:10.631Z[ recovery-image] Dec 17 21:22:09.266 INFO O| Dec 17 21:22:09.266 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-17T21:22:10.686Z[ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50012024-12-17T21:22:10.686Z[ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO STEP 227 (remove_files) COMPLETE
50022024-12-17T21:22:10.686Z[ recovery-image] Dec 17 21:22:09.323 INFO O| Dec 17 21:22:09.323 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-17T21:22:10.708Z[ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50042024-12-17T21:22:10.708Z[ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO STEP 228 (remove_files) COMPLETE
50052024-12-17T21:22:10.708Z[ recovery-image] Dec 17 21:22:09.345 INFO O| Dec 17 21:22:09.345 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-17T21:22:10.732Z[ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50072024-12-17T21:22:10.733Z[ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO STEP 229 (remove_files) COMPLETE
50082024-12-17T21:22:10.735Z[ recovery-image] Dec 17 21:22:09.369 INFO O| Dec 17 21:22:09.369 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-17T21:22:10.755Z[ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50102024-12-17T21:22:10.755Z[ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO STEP 230 (remove_files) COMPLETE
50112024-12-17T21:22:10.755Z[ recovery-image] Dec 17 21:22:09.392 INFO O| Dec 17 21:22:09.392 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-17T21:22:10.777Z[ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50132024-12-17T21:22:10.777Z[ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.414 INFO STEP 231 (remove_files) COMPLETE
50142024-12-17T21:22:10.777Z[ recovery-image] Dec 17 21:22:09.414 INFO O| Dec 17 21:22:09.414 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-17T21:22:10.799Z[ recovery-image] Dec 17 21:22:09.435 INFO O| Dec 17 21:22:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50162024-12-17T21:22:10.799Z[ recovery-image] Dec 17 21:22:09.435 INFO O| Dec 17 21:22:09.435 INFO STEP 232 (remove_files) COMPLETE
50172024-12-17T21:22:10.799Z[ recovery-image] Dec 17 21:22:09.436 INFO O| Dec 17 21:22:09.435 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-17T21:22:10.821Z[ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50192024-12-17T21:22:10.821Z[ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO STEP 233 (remove_files) COMPLETE
50202024-12-17T21:22:10.822Z[ recovery-image] Dec 17 21:22:09.457 INFO O| Dec 17 21:22:09.457 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-17T21:22:10.843Z[ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50222024-12-17T21:22:10.843Z[ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.480 INFO STEP 234 (remove_files) COMPLETE
50232024-12-17T21:22:10.846Z[ recovery-image] Dec 17 21:22:09.480 INFO O| Dec 17 21:22:09.480 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-17T21:22:10.865Z[ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50252024-12-17T21:22:10.866Z[ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO STEP 235 (remove_files) COMPLETE
50262024-12-17T21:22:10.866Z[ recovery-image] Dec 17 21:22:09.502 INFO O| Dec 17 21:22:09.502 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-17T21:22:10.887Z[ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50282024-12-17T21:22:10.887Z[ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO STEP 236 (remove_files) COMPLETE
50292024-12-17T21:22:10.887Z[ recovery-image] Dec 17 21:22:09.524 INFO O| Dec 17 21:22:09.524 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-17T21:22:10.911Z[ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50312024-12-17T21:22:10.911Z[ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO STEP 237 (remove_files) COMPLETE
50322024-12-17T21:22:10.911Z[ recovery-image] Dec 17 21:22:09.548 INFO O| Dec 17 21:22:09.548 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-17T21:22:10.934Z[ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50342024-12-17T21:22:10.934Z[ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO STEP 238 (remove_files) COMPLETE
50352024-12-17T21:22:10.934Z[ recovery-image] Dec 17 21:22:09.571 INFO O| Dec 17 21:22:09.571 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-17T21:22:10.956Z[ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50372024-12-17T21:22:10.956Z[ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO STEP 239 (remove_files) COMPLETE
50382024-12-17T21:22:10.956Z[ recovery-image] Dec 17 21:22:09.592 INFO O| Dec 17 21:22:09.592 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-17T21:22:10.981Z[ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50402024-12-17T21:22:10.981Z[ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO STEP 240 (remove_files) COMPLETE
50412024-12-17T21:22:10.982Z[ recovery-image] Dec 17 21:22:09.618 INFO O| Dec 17 21:22:09.618 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-17T21:22:11.015Z[ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50432024-12-17T21:22:11.015Z[ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO STEP 241 (remove_files) COMPLETE
50442024-12-17T21:22:11.015Z[ recovery-image] Dec 17 21:22:09.652 INFO O| Dec 17 21:22:09.652 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-17T21:22:11.059Z[ recovery-image] Dec 17 21:22:09.696 INFO O| Dec 17 21:22:09.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50462024-12-17T21:22:11.090Z[ recovery-image] Dec 17 21:22:09.727 INFO O| Dec 17 21:22:09.727 INFO STEP 242 (remove_files) COMPLETE
50472024-12-17T21:22:11.090Z[ recovery-image] Dec 17 21:22:09.727 INFO O| Dec 17 21:22:09.727 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-17T21:22:11.117Z[ recovery-image] Dec 17 21:22:09.753 INFO O| Dec 17 21:22:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50492024-12-17T21:22:11.122Z[ recovery-image] Dec 17 21:22:09.753 INFO O| Dec 17 21:22:09.753 INFO STEP 243 (remove_files) COMPLETE
50502024-12-17T21:22:11.122Z[ recovery-image] Dec 17 21:22:09.754 INFO O| Dec 17 21:22:09.753 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-17T21:22:11.142Z[ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50522024-12-17T21:22:11.146Z[ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO STEP 244 (remove_files) COMPLETE
50532024-12-17T21:22:11.146Z[ recovery-image] Dec 17 21:22:09.779 INFO O| Dec 17 21:22:09.779 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-17T21:22:11.166Z[ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50552024-12-17T21:22:11.167Z[ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO STEP 245 (remove_files) COMPLETE
50562024-12-17T21:22:11.167Z[ recovery-image] Dec 17 21:22:09.803 INFO O| Dec 17 21:22:09.803 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-17T21:22:11.190Z[ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50582024-12-17T21:22:11.190Z[ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO STEP 246 (remove_files) COMPLETE
50592024-12-17T21:22:11.190Z[ recovery-image] Dec 17 21:22:09.826 INFO O| Dec 17 21:22:09.826 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-17T21:22:11.224Z[ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50612024-12-17T21:22:11.224Z[ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO STEP 247 (remove_files) COMPLETE
50622024-12-17T21:22:11.227Z[ recovery-image] Dec 17 21:22:09.861 INFO O| Dec 17 21:22:09.861 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-17T21:22:11.287Z[ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50642024-12-17T21:22:11.287Z[ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO STEP 248 (remove_files) COMPLETE
50652024-12-17T21:22:11.290Z[ recovery-image] Dec 17 21:22:09.923 INFO O| Dec 17 21:22:09.923 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-17T21:22:11.308Z[ recovery-image] Dec 17 21:22:09.944 INFO O| Dec 17 21:22:09.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50672024-12-17T21:22:11.330Z[ recovery-image] Dec 17 21:22:09.966 INFO O| Dec 17 21:22:09.966 INFO STEP 249 (remove_files) COMPLETE
50682024-12-17T21:22:11.330Z[ recovery-image] Dec 17 21:22:09.966 INFO O| Dec 17 21:22:09.966 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-17T21:22:11.369Z[ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50702024-12-17T21:22:11.369Z[ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO STEP 250 (remove_files) COMPLETE
50712024-12-17T21:22:11.372Z[ recovery-image] Dec 17 21:22:10.006 INFO O| Dec 17 21:22:10.006 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-17T21:22:11.391Z[ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50732024-12-17T21:22:11.391Z[ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO STEP 251 (remove_files) COMPLETE
50742024-12-17T21:22:11.391Z[ recovery-image] Dec 17 21:22:10.028 INFO O| Dec 17 21:22:10.028 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-17T21:22:11.411Z[ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50762024-12-17T21:22:11.411Z[ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO STEP 252 (remove_files) COMPLETE
50772024-12-17T21:22:11.412Z[ recovery-image] Dec 17 21:22:10.048 INFO O| Dec 17 21:22:10.048 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-17T21:22:11.432Z[ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50792024-12-17T21:22:11.432Z[ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO STEP 253 (remove_files) COMPLETE
50802024-12-17T21:22:11.432Z[ recovery-image] Dec 17 21:22:10.069 INFO O| Dec 17 21:22:10.069 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-17T21:22:11.455Z[ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50822024-12-17T21:22:11.455Z[ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO STEP 254 (remove_files) COMPLETE
50832024-12-17T21:22:11.455Z[ recovery-image] Dec 17 21:22:10.091 INFO O| Dec 17 21:22:10.091 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-17T21:22:11.475Z[ recovery-image] Dec 17 21:22:10.111 INFO O| Dec 17 21:22:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50852024-12-17T21:22:11.475Z[ recovery-image] Dec 17 21:22:10.112 INFO O| Dec 17 21:22:10.112 INFO STEP 255 (remove_files) COMPLETE
50862024-12-17T21:22:11.475Z[ recovery-image] Dec 17 21:22:10.112 INFO O| Dec 17 21:22:10.112 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-17T21:22:11.496Z[ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50882024-12-17T21:22:11.496Z[ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.133 INFO STEP 256 (remove_files) COMPLETE
50892024-12-17T21:22:11.499Z[ recovery-image] Dec 17 21:22:10.133 INFO O| Dec 17 21:22:10.133 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-17T21:22:11.537Z[ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50912024-12-17T21:22:11.537Z[ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.174 INFO STEP 257 (remove_files) COMPLETE
50922024-12-17T21:22:11.537Z[ recovery-image] Dec 17 21:22:10.174 INFO O| Dec 17 21:22:10.174 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-17T21:22:11.556Z[ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50942024-12-17T21:22:11.556Z[ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO STEP 258 (remove_files) COMPLETE
50952024-12-17T21:22:11.558Z[ recovery-image] Dec 17 21:22:10.193 INFO O| Dec 17 21:22:10.193 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-17T21:22:11.576Z[ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50972024-12-17T21:22:11.576Z[ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO STEP 259 (remove_files) COMPLETE
50982024-12-17T21:22:11.577Z[ recovery-image] Dec 17 21:22:10.213 INFO O| Dec 17 21:22:10.213 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-17T21:22:11.597Z[ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51002024-12-17T21:22:11.597Z[ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO STEP 260 (remove_files) COMPLETE
51012024-12-17T21:22:11.597Z[ recovery-image] Dec 17 21:22:10.234 INFO O| Dec 17 21:22:10.234 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-17T21:22:11.618Z[ recovery-image] Dec 17 21:22:10.253 INFO O| Dec 17 21:22:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51032024-12-17T21:22:11.618Z[ recovery-image] Dec 17 21:22:10.254 INFO O| Dec 17 21:22:10.254 INFO STEP 261 (remove_files) COMPLETE
51042024-12-17T21:22:11.618Z[ recovery-image] Dec 17 21:22:10.254 INFO O| Dec 17 21:22:10.254 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-17T21:22:11.637Z[ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51062024-12-17T21:22:11.638Z[ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO STEP 262 (remove_files) COMPLETE
51072024-12-17T21:22:11.641Z[ recovery-image] Dec 17 21:22:10.274 INFO O| Dec 17 21:22:10.274 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-17T21:22:11.660Z[ recovery-image] Dec 17 21:22:10.297 INFO O| Dec 17 21:22:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51092024-12-17T21:22:11.686Z[ recovery-image] Dec 17 21:22:10.322 INFO O| Dec 17 21:22:10.322 INFO STEP 263 (remove_files) COMPLETE
51102024-12-17T21:22:11.690Z[ recovery-image] Dec 17 21:22:10.322 INFO O| Dec 17 21:22:10.322 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-17T21:22:11.724Z[ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51122024-12-17T21:22:11.725Z[ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO STEP 264 (remove_files) COMPLETE
51132024-12-17T21:22:11.725Z[ recovery-image] Dec 17 21:22:10.359 INFO O| Dec 17 21:22:10.359 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-17T21:22:11.746Z[ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51152024-12-17T21:22:11.746Z[ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO STEP 265 (remove_files) COMPLETE
51162024-12-17T21:22:11.746Z[ recovery-image] Dec 17 21:22:10.382 INFO O| Dec 17 21:22:10.382 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-17T21:22:11.768Z[ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51182024-12-17T21:22:11.768Z[ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO STEP 266 (remove_files) COMPLETE
51192024-12-17T21:22:11.768Z[ recovery-image] Dec 17 21:22:10.403 INFO O| Dec 17 21:22:10.403 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-17T21:22:11.787Z[ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51212024-12-17T21:22:11.787Z[ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO STEP 267 (remove_files) COMPLETE
51222024-12-17T21:22:11.791Z[ recovery-image] Dec 17 21:22:10.424 INFO O| Dec 17 21:22:10.424 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-17T21:22:11.809Z[ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51242024-12-17T21:22:11.809Z[ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.445 INFO STEP 268 (remove_files) COMPLETE
51252024-12-17T21:22:11.809Z[ recovery-image] Dec 17 21:22:10.445 INFO O| Dec 17 21:22:10.445 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-17T21:22:11.830Z[ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51272024-12-17T21:22:11.830Z[ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO STEP 269 (remove_files) COMPLETE
51282024-12-17T21:22:11.830Z[ recovery-image] Dec 17 21:22:10.466 INFO O| Dec 17 21:22:10.466 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-17T21:22:11.853Z[ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51302024-12-17T21:22:11.853Z[ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO STEP 270 (remove_files) COMPLETE
51312024-12-17T21:22:11.853Z[ recovery-image] Dec 17 21:22:10.489 INFO O| Dec 17 21:22:10.489 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-17T21:22:11.886Z[ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51332024-12-17T21:22:11.886Z[ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO STEP 271 (remove_files) COMPLETE
51342024-12-17T21:22:11.886Z[ recovery-image] Dec 17 21:22:10.522 INFO O| Dec 17 21:22:10.522 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-17T21:22:11.923Z[ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51362024-12-17T21:22:11.926Z[ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO STEP 272 (remove_files) COMPLETE
51372024-12-17T21:22:11.926Z[ recovery-image] Dec 17 21:22:10.560 INFO O| Dec 17 21:22:10.560 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-17T21:22:11.944Z[ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51392024-12-17T21:22:11.944Z[ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO STEP 273 (remove_files) COMPLETE
51402024-12-17T21:22:11.947Z[ recovery-image] Dec 17 21:22:10.581 INFO O| Dec 17 21:22:10.581 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-17T21:22:11.966Z[ recovery-image] Dec 17 21:22:10.601 INFO O| Dec 17 21:22:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51422024-12-17T21:22:11.966Z[ recovery-image] Dec 17 21:22:10.601 INFO O| Dec 17 21:22:10.601 INFO STEP 274 (remove_files) COMPLETE
51432024-12-17T21:22:11.966Z[ recovery-image] Dec 17 21:22:10.602 INFO O| Dec 17 21:22:10.601 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-17T21:22:11.998Z[ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51452024-12-17T21:22:11.998Z[ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.635 INFO STEP 275 (remove_files) COMPLETE
51462024-12-17T21:22:11.998Z[ recovery-image] Dec 17 21:22:10.635 INFO O| Dec 17 21:22:10.635 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-17T21:22:12.036Z[ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51482024-12-17T21:22:12.036Z[ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO STEP 276 (remove_files) COMPLETE
51492024-12-17T21:22:12.036Z[ recovery-image] Dec 17 21:22:10.673 INFO O| Dec 17 21:22:10.673 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-17T21:22:12.077Z[ recovery-image] Dec 17 21:22:10.713 INFO O| Dec 17 21:22:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51512024-12-17T21:22:12.077Z[ recovery-image] Dec 17 21:22:10.714 INFO O| Dec 17 21:22:10.714 INFO STEP 277 (remove_files) COMPLETE
51522024-12-17T21:22:12.080Z[ recovery-image] Dec 17 21:22:10.714 INFO O| Dec 17 21:22:10.714 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-17T21:22:12.100Z[ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51542024-12-17T21:22:12.100Z[ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.736 INFO STEP 278 (remove_files) COMPLETE
51552024-12-17T21:22:12.100Z[ recovery-image] Dec 17 21:22:10.736 INFO O| Dec 17 21:22:10.736 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-17T21:22:12.120Z[ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51572024-12-17T21:22:12.120Z[ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO STEP 279 (remove_files) COMPLETE
51582024-12-17T21:22:12.120Z[ recovery-image] Dec 17 21:22:10.757 INFO O| Dec 17 21:22:10.757 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-17T21:22:12.142Z[ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51602024-12-17T21:22:12.142Z[ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.779 INFO STEP 280 (remove_files) COMPLETE
51612024-12-17T21:22:12.145Z[ recovery-image] Dec 17 21:22:10.779 INFO O| Dec 17 21:22:10.779 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-17T21:22:12.164Z[ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51632024-12-17T21:22:12.165Z[ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO STEP 281 (remove_files) COMPLETE
51642024-12-17T21:22:12.165Z[ recovery-image] Dec 17 21:22:10.801 INFO O| Dec 17 21:22:10.801 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-17T21:22:12.186Z[ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51662024-12-17T21:22:12.186Z[ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO STEP 282 (remove_files) COMPLETE
51672024-12-17T21:22:12.186Z[ recovery-image] Dec 17 21:22:10.823 INFO O| Dec 17 21:22:10.823 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-17T21:22:12.277Z[ recovery-image] Dec 17 21:22:10.913 INFO O| Dec 17 21:22:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51692024-12-17T21:22:12.277Z[ recovery-image] Dec 17 21:22:10.914 INFO O| Dec 17 21:22:10.914 INFO STEP 283 (remove_files) COMPLETE
51702024-12-17T21:22:12.277Z[ recovery-image] Dec 17 21:22:10.914 INFO O| Dec 17 21:22:10.914 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-17T21:22:12.334Z[ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51722024-12-17T21:22:12.334Z[ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO STEP 284 (remove_files) COMPLETE
51732024-12-17T21:22:12.334Z[ recovery-image] Dec 17 21:22:10.970 INFO O| Dec 17 21:22:10.970 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-17T21:22:12.358Z[ recovery-image] Dec 17 21:22:10.994 INFO O| Dec 17 21:22:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51752024-12-17T21:22:12.358Z[ recovery-image] Dec 17 21:22:10.995 INFO O| Dec 17 21:22:10.995 INFO STEP 285 (remove_files) COMPLETE
51762024-12-17T21:22:12.361Z[ recovery-image] Dec 17 21:22:10.995 INFO O| Dec 17 21:22:10.995 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-17T21:22:12.388Z[ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51782024-12-17T21:22:12.391Z[ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO STEP 286 (remove_files) COMPLETE
51792024-12-17T21:22:12.391Z[ recovery-image] Dec 17 21:22:11.025 INFO O| Dec 17 21:22:11.025 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-17T21:22:12.409Z[ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51812024-12-17T21:22:12.409Z[ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO STEP 287 (remove_files) COMPLETE
51822024-12-17T21:22:12.409Z[ recovery-image] Dec 17 21:22:11.046 INFO O| Dec 17 21:22:11.046 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-17T21:22:12.429Z[ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51842024-12-17T21:22:12.429Z[ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO STEP 288 (remove_files) COMPLETE
51852024-12-17T21:22:12.429Z[ recovery-image] Dec 17 21:22:11.066 INFO O| Dec 17 21:22:11.066 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-17T21:22:12.449Z[ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51872024-12-17T21:22:12.449Z[ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO STEP 289 (remove_files) COMPLETE
51882024-12-17T21:22:12.449Z[ recovery-image] Dec 17 21:22:11.086 INFO O| Dec 17 21:22:11.086 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-17T21:22:12.469Z[ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51902024-12-17T21:22:12.469Z[ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO STEP 290 (remove_files) COMPLETE
51912024-12-17T21:22:12.469Z[ recovery-image] Dec 17 21:22:11.106 INFO O| Dec 17 21:22:11.106 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-17T21:22:12.491Z[ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51932024-12-17T21:22:12.491Z[ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO STEP 291 (remove_files) COMPLETE
51942024-12-17T21:22:12.491Z[ recovery-image] Dec 17 21:22:11.128 INFO O| Dec 17 21:22:11.128 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-17T21:22:12.517Z[ recovery-image] Dec 17 21:22:11.154 INFO O| Dec 17 21:22:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51962024-12-17T21:22:12.523Z[ recovery-image] Dec 17 21:22:11.155 INFO O| Dec 17 21:22:11.155 INFO STEP 292 (remove_files) COMPLETE
51972024-12-17T21:22:12.523Z[ recovery-image] Dec 17 21:22:11.155 INFO O| Dec 17 21:22:11.155 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-17T21:22:12.546Z[ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51992024-12-17T21:22:12.549Z[ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO STEP 293 (remove_files) COMPLETE
52002024-12-17T21:22:12.549Z[ recovery-image] Dec 17 21:22:11.183 INFO O| Dec 17 21:22:11.183 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-17T21:22:12.618Z[ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52022024-12-17T21:22:12.618Z[ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO STEP 294 (remove_files) COMPLETE
52032024-12-17T21:22:12.619Z[ recovery-image] Dec 17 21:22:11.255 INFO O| Dec 17 21:22:11.255 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-17T21:22:12.643Z[ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52052024-12-17T21:22:12.643Z[ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO STEP 295 (remove_files) COMPLETE
52062024-12-17T21:22:12.643Z[ recovery-image] Dec 17 21:22:11.279 INFO O| Dec 17 21:22:11.279 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-17T21:22:12.664Z[ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52082024-12-17T21:22:12.667Z[ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO STEP 296 (remove_files) COMPLETE
52092024-12-17T21:22:12.667Z[ recovery-image] Dec 17 21:22:11.301 INFO O| Dec 17 21:22:11.301 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-17T21:22:12.702Z[ recovery-image] Dec 17 21:22:11.339 INFO O| Dec 17 21:22:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52112024-12-17T21:22:12.703Z[ recovery-image] Dec 17 21:22:11.339 INFO O| Dec 17 21:22:11.339 INFO STEP 297 (remove_files) COMPLETE
52122024-12-17T21:22:12.706Z[ recovery-image] Dec 17 21:22:11.340 INFO O| Dec 17 21:22:11.339 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-17T21:22:12.724Z[ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52142024-12-17T21:22:12.727Z[ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO STEP 298 (remove_files) COMPLETE
52152024-12-17T21:22:12.727Z[ recovery-image] Dec 17 21:22:11.361 INFO O| Dec 17 21:22:11.361 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-17T21:22:12.746Z[ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52172024-12-17T21:22:12.749Z[ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO STEP 299 (remove_files) COMPLETE
52182024-12-17T21:22:12.749Z[ recovery-image] Dec 17 21:22:11.383 INFO O| Dec 17 21:22:11.383 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-17T21:22:12.767Z[ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52202024-12-17T21:22:12.767Z[ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.404 INFO STEP 300 (remove_files) COMPLETE
52212024-12-17T21:22:12.767Z[ recovery-image] Dec 17 21:22:11.404 INFO O| Dec 17 21:22:11.404 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-17T21:22:12.804Z[ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52232024-12-17T21:22:12.804Z[ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO STEP 301 (remove_files) COMPLETE
52242024-12-17T21:22:12.805Z[ recovery-image] Dec 17 21:22:11.441 INFO O| Dec 17 21:22:11.441 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-17T21:22:12.846Z[ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52262024-12-17T21:22:12.846Z[ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO STEP 302 (remove_files) COMPLETE
52272024-12-17T21:22:12.846Z[ recovery-image] Dec 17 21:22:11.483 INFO O| Dec 17 21:22:11.483 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-17T21:22:12.890Z[ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52292024-12-17T21:22:12.893Z[ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.527 INFO STEP 303 (remove_files) COMPLETE
52302024-12-17T21:22:12.893Z[ recovery-image] Dec 17 21:22:11.527 INFO O| Dec 17 21:22:11.527 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-17T21:22:12.952Z[ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52322024-12-17T21:22:12.952Z[ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.589 INFO STEP 304 (remove_files) COMPLETE
52332024-12-17T21:22:12.952Z[ recovery-image] Dec 17 21:22:11.589 INFO O| Dec 17 21:22:11.589 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-17T21:22:12.974Z[ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52352024-12-17T21:22:12.974Z[ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO STEP 305 (remove_files) COMPLETE
52362024-12-17T21:22:12.977Z[ recovery-image] Dec 17 21:22:11.610 INFO O| Dec 17 21:22:11.610 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-17T21:22:13.004Z[ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52382024-12-17T21:22:13.004Z[ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO STEP 306 (remove_files) COMPLETE
52392024-12-17T21:22:13.004Z[ recovery-image] Dec 17 21:22:11.640 INFO O| Dec 17 21:22:11.640 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-17T21:22:13.054Z[ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52412024-12-17T21:22:13.054Z[ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO STEP 307 (remove_files) COMPLETE
52422024-12-17T21:22:13.054Z[ recovery-image] Dec 17 21:22:11.690 INFO O| Dec 17 21:22:11.690 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-17T21:22:13.116Z[ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52442024-12-17T21:22:13.116Z[ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO STEP 308 (remove_files) COMPLETE
52452024-12-17T21:22:13.116Z[ recovery-image] Dec 17 21:22:11.752 INFO O| Dec 17 21:22:11.752 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-17T21:22:13.138Z[ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52472024-12-17T21:22:13.138Z[ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO STEP 309 (remove_files) COMPLETE
52482024-12-17T21:22:13.138Z[ recovery-image] Dec 17 21:22:11.774 INFO O| Dec 17 21:22:11.774 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-17T21:22:13.177Z[ recovery-image] Dec 17 21:22:11.813 INFO O| Dec 17 21:22:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52502024-12-17T21:22:13.177Z[ recovery-image] Dec 17 21:22:11.814 INFO O| Dec 17 21:22:11.814 INFO STEP 310 (remove_files) COMPLETE
52512024-12-17T21:22:13.177Z[ recovery-image] Dec 17 21:22:11.814 INFO O| Dec 17 21:22:11.814 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-17T21:22:13.198Z[ recovery-image] Dec 17 21:22:11.835 INFO O| Dec 17 21:22:11.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52532024-12-17T21:22:13.223Z[ recovery-image] Dec 17 21:22:11.859 INFO O| Dec 17 21:22:11.859 INFO STEP 311 (remove_files) COMPLETE
52542024-12-17T21:22:13.223Z[ recovery-image] Dec 17 21:22:11.859 INFO O| Dec 17 21:22:11.859 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-17T21:22:13.285Z[ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52562024-12-17T21:22:13.285Z[ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO STEP 312 (remove_files) COMPLETE
52572024-12-17T21:22:13.285Z[ recovery-image] Dec 17 21:22:11.922 INFO O| Dec 17 21:22:11.922 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-17T21:22:13.305Z[ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52592024-12-17T21:22:13.305Z[ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.942 INFO STEP 313 (remove_files) COMPLETE
52602024-12-17T21:22:13.305Z[ recovery-image] Dec 17 21:22:11.942 INFO O| Dec 17 21:22:11.942 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-17T21:22:13.324Z[ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52622024-12-17T21:22:13.324Z[ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO STEP 314 (remove_files) COMPLETE
52632024-12-17T21:22:13.325Z[ recovery-image] Dec 17 21:22:11.961 INFO O| Dec 17 21:22:11.961 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-17T21:22:13.344Z[ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52652024-12-17T21:22:13.345Z[ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO STEP 315 (remove_files) COMPLETE
52662024-12-17T21:22:13.358Z[ recovery-image] Dec 17 21:22:11.981 INFO O| Dec 17 21:22:11.981 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-17T21:22:13.364Z[ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52682024-12-17T21:22:13.367Z[ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO STEP 316 (remove_files) COMPLETE
52692024-12-17T21:22:13.367Z[ recovery-image] Dec 17 21:22:12.001 INFO O| Dec 17 21:22:12.001 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-17T21:22:13.390Z[ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52712024-12-17T21:22:13.390Z[ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO STEP 317 (remove_files) COMPLETE
52722024-12-17T21:22:13.395Z[ recovery-image] Dec 17 21:22:12.027 INFO O| Dec 17 21:22:12.027 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-17T21:22:13.450Z[ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52742024-12-17T21:22:13.450Z[ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO STEP 318 (remove_files) COMPLETE
52752024-12-17T21:22:13.453Z[ recovery-image] Dec 17 21:22:12.087 INFO O| Dec 17 21:22:12.087 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-17T21:22:13.496Z[ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52772024-12-17T21:22:13.496Z[ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO STEP 319 (remove_files) COMPLETE
52782024-12-17T21:22:13.496Z[ recovery-image] Dec 17 21:22:12.132 INFO O| Dec 17 21:22:12.132 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-17T21:22:13.521Z[ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52802024-12-17T21:22:13.521Z[ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO STEP 320 (remove_files) COMPLETE
52812024-12-17T21:22:13.521Z[ recovery-image] Dec 17 21:22:12.155 INFO O| Dec 17 21:22:12.155 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-17T21:22:13.543Z[ recovery-image] Dec 17 21:22:12.179 INFO O| Dec 17 21:22:12.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52832024-12-17T21:22:13.543Z[ recovery-image] Dec 17 21:22:12.180 INFO O| Dec 17 21:22:12.180 INFO STEP 321 (remove_files) COMPLETE
52842024-12-17T21:22:13.545Z[ recovery-image] Dec 17 21:22:12.180 INFO O| Dec 17 21:22:12.180 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-17T21:22:13.574Z[ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52862024-12-17T21:22:13.574Z[ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO STEP 322 (remove_files) COMPLETE
52872024-12-17T21:22:13.575Z[ recovery-image] Dec 17 21:22:12.210 INFO O| Dec 17 21:22:12.210 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-17T21:22:13.600Z[ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52892024-12-17T21:22:13.600Z[ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO STEP 323 (remove_files) COMPLETE
52902024-12-17T21:22:13.601Z[ recovery-image] Dec 17 21:22:12.237 INFO O| Dec 17 21:22:12.237 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-17T21:22:13.631Z[ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52922024-12-17T21:22:13.632Z[ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO STEP 324 (remove_files) COMPLETE
52932024-12-17T21:22:13.635Z[ recovery-image] Dec 17 21:22:12.268 INFO O| Dec 17 21:22:12.268 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-17T21:22:13.658Z[ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52952024-12-17T21:22:13.658Z[ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.295 INFO STEP 325 (remove_files) COMPLETE
52962024-12-17T21:22:13.661Z[ recovery-image] Dec 17 21:22:12.295 INFO O| Dec 17 21:22:12.295 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-17T21:22:13.684Z[ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52982024-12-17T21:22:13.684Z[ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO STEP 326 (remove_files) COMPLETE
52992024-12-17T21:22:13.684Z[ recovery-image] Dec 17 21:22:12.321 INFO O| Dec 17 21:22:12.321 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-17T21:22:13.699Z[ host-image] Dec 17 21:22:12.336 INFO O| Dec 17 21:22:12.335 INFO O| Download: 1085/1140 items 4.7/8.4MB 56% complete (859k/s)
53012024-12-17T21:22:13.713Z[ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53022024-12-17T21:22:13.713Z[ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO STEP 327 (remove_files) COMPLETE
53032024-12-17T21:22:13.713Z[ recovery-image] Dec 17 21:22:12.350 INFO O| Dec 17 21:22:12.350 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-17T21:22:13.762Z[ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53052024-12-17T21:22:13.762Z[ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO STEP 328 (remove_files) COMPLETE
53062024-12-17T21:22:13.762Z[ recovery-image] Dec 17 21:22:12.399 INFO O| Dec 17 21:22:12.399 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-17T21:22:13.787Z[ recovery-image] Dec 17 21:22:12.423 INFO O| Dec 17 21:22:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53082024-12-17T21:22:13.787Z[ recovery-image] Dec 17 21:22:12.424 INFO O| Dec 17 21:22:12.424 INFO STEP 329 (remove_files) COMPLETE
53092024-12-17T21:22:13.787Z[ recovery-image] Dec 17 21:22:12.424 INFO O| Dec 17 21:22:12.424 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-17T21:22:13.810Z[ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53112024-12-17T21:22:13.810Z[ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO STEP 330 (remove_files) COMPLETE
53122024-12-17T21:22:13.813Z[ recovery-image] Dec 17 21:22:12.446 INFO O| Dec 17 21:22:12.446 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-17T21:22:13.831Z[ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53142024-12-17T21:22:13.831Z[ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO STEP 331 (remove_files) COMPLETE
53152024-12-17T21:22:13.831Z[ recovery-image] Dec 17 21:22:12.468 INFO O| Dec 17 21:22:12.468 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-17T21:22:13.852Z[ recovery-image] Dec 17 21:22:12.489 INFO O| Dec 17 21:22:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53172024-12-17T21:22:13.858Z[ recovery-image] Dec 17 21:22:12.495 INFO O| Dec 17 21:22:12.495 INFO STEP 332 (remove_files) COMPLETE
53182024-12-17T21:22:13.861Z[ recovery-image] Dec 17 21:22:12.495 INFO O| Dec 17 21:22:12.495 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-17T21:22:13.879Z[ recovery-image] Dec 17 21:22:12.516 INFO O| Dec 17 21:22:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53202024-12-17T21:22:13.886Z[ recovery-image] Dec 17 21:22:12.523 INFO O| Dec 17 21:22:12.523 INFO STEP 333 (remove_files) COMPLETE
53212024-12-17T21:22:13.886Z[ recovery-image] Dec 17 21:22:12.523 INFO O| Dec 17 21:22:12.523 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-17T21:22:13.939Z[ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53232024-12-17T21:22:13.939Z[ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO STEP 334 (remove_files) COMPLETE
53242024-12-17T21:22:13.943Z[ recovery-image] Dec 17 21:22:12.576 INFO O| Dec 17 21:22:12.576 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-17T21:22:13.980Z[ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53262024-12-17T21:22:13.980Z[ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO STEP 335 (remove_files) COMPLETE
53272024-12-17T21:22:13.984Z[ recovery-image] Dec 17 21:22:12.617 INFO O| Dec 17 21:22:12.617 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-17T21:22:14.001Z[ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53292024-12-17T21:22:14.001Z[ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.638 INFO STEP 336 (remove_files) COMPLETE
53302024-12-17T21:22:14.004Z[ recovery-image] Dec 17 21:22:12.638 INFO O| Dec 17 21:22:12.638 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-17T21:22:14.048Z[ recovery-image] Dec 17 21:22:12.685 INFO O| Dec 17 21:22:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53322024-12-17T21:22:14.051Z[ recovery-image] Dec 17 21:22:12.686 INFO O| Dec 17 21:22:12.686 INFO STEP 337 (remove_files) COMPLETE
53332024-12-17T21:22:14.051Z[ recovery-image] Dec 17 21:22:12.686 INFO O| Dec 17 21:22:12.686 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-17T21:22:14.071Z[ recovery-image] Dec 17 21:22:12.708 INFO O| Dec 17 21:22:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53352024-12-17T21:22:14.095Z[ recovery-image] Dec 17 21:22:12.732 INFO O| Dec 17 21:22:12.732 INFO STEP 338 (remove_files) COMPLETE
53362024-12-17T21:22:14.095Z[ recovery-image] Dec 17 21:22:12.732 INFO O| Dec 17 21:22:12.732 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-17T21:22:14.117Z[ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53382024-12-17T21:22:14.118Z[ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO STEP 339 (remove_files) COMPLETE
53392024-12-17T21:22:14.121Z[ recovery-image] Dec 17 21:22:12.754 INFO O| Dec 17 21:22:12.754 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-17T21:22:14.139Z[ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53412024-12-17T21:22:14.144Z[ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO STEP 340 (remove_files) COMPLETE
53422024-12-17T21:22:14.144Z[ recovery-image] Dec 17 21:22:12.776 INFO O| Dec 17 21:22:12.776 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-17T21:22:14.160Z[ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53442024-12-17T21:22:14.163Z[ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.797 INFO STEP 341 (remove_files) COMPLETE
53452024-12-17T21:22:14.163Z[ recovery-image] Dec 17 21:22:12.797 INFO O| Dec 17 21:22:12.797 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-17T21:22:14.192Z[ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53472024-12-17T21:22:14.192Z[ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO STEP 342 (remove_files) COMPLETE
53482024-12-17T21:22:14.195Z[ recovery-image] Dec 17 21:22:12.828 INFO O| Dec 17 21:22:12.828 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-17T21:22:14.218Z[ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53502024-12-17T21:22:14.221Z[ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO STEP 343 (remove_files) COMPLETE
53512024-12-17T21:22:14.221Z[ recovery-image] Dec 17 21:22:12.855 INFO O| Dec 17 21:22:12.855 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-17T21:22:14.242Z[ recovery-image] Dec 17 21:22:12.879 INFO O| Dec 17 21:22:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53532024-12-17T21:22:14.246Z[ recovery-image] Dec 17 21:22:12.879 INFO O| Dec 17 21:22:12.879 INFO STEP 344 (remove_files) COMPLETE
53542024-12-17T21:22:14.246Z[ recovery-image] Dec 17 21:22:12.880 INFO O| Dec 17 21:22:12.879 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-17T21:22:14.267Z[ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53562024-12-17T21:22:14.270Z[ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO STEP 345 (remove_files) COMPLETE
53572024-12-17T21:22:14.270Z[ recovery-image] Dec 17 21:22:12.904 INFO O| Dec 17 21:22:12.904 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-17T21:22:14.292Z[ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53592024-12-17T21:22:14.296Z[ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO STEP 346 (remove_files) COMPLETE
53602024-12-17T21:22:14.296Z[ recovery-image] Dec 17 21:22:12.929 INFO O| Dec 17 21:22:12.929 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-17T21:22:14.318Z[ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53622024-12-17T21:22:14.321Z[ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO STEP 347 (remove_files) COMPLETE
53632024-12-17T21:22:14.321Z[ recovery-image] Dec 17 21:22:12.954 INFO O| Dec 17 21:22:12.954 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-17T21:22:14.340Z[ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53652024-12-17T21:22:14.343Z[ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO STEP 348 (remove_files) COMPLETE
53662024-12-17T21:22:14.344Z[ recovery-image] Dec 17 21:22:12.977 INFO O| Dec 17 21:22:12.977 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-17T21:22:14.363Z[ recovery-image] Dec 17 21:22:12.999 INFO O| Dec 17 21:22:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53682024-12-17T21:22:14.366Z[ recovery-image] Dec 17 21:22:12.999 INFO O| Dec 17 21:22:12.999 INFO STEP 349 (remove_files) COMPLETE
53692024-12-17T21:22:14.366Z[ recovery-image] Dec 17 21:22:13.000 INFO O| Dec 17 21:22:12.999 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-17T21:22:14.387Z[ recovery-image] Dec 17 21:22:13.024 INFO O| Dec 17 21:22:13.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53712024-12-17T21:22:14.391Z[ recovery-image] Dec 17 21:22:13.024 INFO O| Dec 17 21:22:13.024 INFO STEP 350 (remove_files) COMPLETE
53722024-12-17T21:22:14.391Z[ recovery-image] Dec 17 21:22:13.025 INFO O| Dec 17 21:22:13.024 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-17T21:22:14.409Z[ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53742024-12-17T21:22:14.412Z[ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO STEP 351 (remove_files) COMPLETE
53752024-12-17T21:22:14.412Z[ recovery-image] Dec 17 21:22:13.046 INFO O| Dec 17 21:22:13.046 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-17T21:22:14.431Z[ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53772024-12-17T21:22:14.435Z[ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO STEP 352 (remove_files) COMPLETE
53782024-12-17T21:22:14.435Z[ recovery-image] Dec 17 21:22:13.068 INFO O| Dec 17 21:22:13.068 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-17T21:22:14.461Z[ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53802024-12-17T21:22:14.461Z[ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO STEP 353 (remove_files) COMPLETE
53812024-12-17T21:22:14.461Z[ recovery-image] Dec 17 21:22:13.097 INFO O| Dec 17 21:22:13.097 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-17T21:22:14.492Z[ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53832024-12-17T21:22:14.492Z[ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO STEP 354 (remove_files) COMPLETE
53842024-12-17T21:22:14.492Z[ recovery-image] Dec 17 21:22:13.128 INFO O| Dec 17 21:22:13.128 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-17T21:22:14.573Z[ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53862024-12-17T21:22:14.577Z[ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO STEP 355 (remove_files) COMPLETE
53872024-12-17T21:22:14.577Z[ recovery-image] Dec 17 21:22:13.210 INFO O| Dec 17 21:22:13.210 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-17T21:22:14.613Z[ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53892024-12-17T21:22:14.613Z[ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO STEP 356 (remove_files) COMPLETE
53902024-12-17T21:22:14.613Z[ recovery-image] Dec 17 21:22:13.249 INFO O| Dec 17 21:22:13.249 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-17T21:22:14.659Z[ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53922024-12-17T21:22:14.660Z[ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO STEP 357 (remove_files) COMPLETE
53932024-12-17T21:22:14.660Z[ recovery-image] Dec 17 21:22:13.296 INFO O| Dec 17 21:22:13.296 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-17T21:22:14.692Z[ host-image] Dec 17 21:22:13.328 INFO O| Dec 17 21:22:13.328 INFO O| Download: Completed 8.42 MB in 6.01 seconds (1.4M/s)
53952024-12-17T21:22:14.725Z[ recovery-image] Dec 17 21:22:13.362 INFO O| Dec 17 21:22:13.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53962024-12-17T21:22:14.726Z[ recovery-image] Dec 17 21:22:13.363 INFO O| Dec 17 21:22:13.363 INFO STEP 358 (remove_files) COMPLETE
53972024-12-17T21:22:14.726Z[ recovery-image] Dec 17 21:22:13.363 INFO O| Dec 17 21:22:13.363 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-17T21:22:14.784Z[ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53992024-12-17T21:22:14.784Z[ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO STEP 359 (remove_files) COMPLETE
54002024-12-17T21:22:14.784Z[ recovery-image] Dec 17 21:22:13.421 INFO O| Dec 17 21:22:13.421 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-17T21:22:14.799Z[ host-image] Dec 17 21:22:13.435 INFO O| Dec 17 21:22:13.435 INFO O| Actions: 1/1361 actions (Installing new actions)
54022024-12-17T21:22:14.820Z[ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54032024-12-17T21:22:14.820Z[ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO STEP 360 (remove_files) COMPLETE
54042024-12-17T21:22:14.824Z[ recovery-image] Dec 17 21:22:13.457 INFO O| Dec 17 21:22:13.457 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-17T21:22:14.842Z[ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54062024-12-17T21:22:14.842Z[ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO STEP 361 (remove_files) COMPLETE
54072024-12-17T21:22:14.846Z[ recovery-image] Dec 17 21:22:13.478 INFO O| Dec 17 21:22:13.478 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-17T21:22:14.884Z[ recovery-image] Dec 17 21:22:13.518 INFO O| Dec 17 21:22:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54092024-12-17T21:22:14.887Z[ recovery-image] Dec 17 21:22:13.518 INFO O| Dec 17 21:22:13.518 INFO STEP 362 (remove_files) COMPLETE
54102024-12-17T21:22:14.887Z[ recovery-image] Dec 17 21:22:13.519 INFO O| Dec 17 21:22:13.518 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-17T21:22:14.904Z[ recovery-image] Dec 17 21:22:13.541 INFO O| Dec 17 21:22:13.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54122024-12-17T21:22:14.905Z[ recovery-image] Dec 17 21:22:13.541 INFO O| Dec 17 21:22:13.541 INFO STEP 363 (remove_files) COMPLETE
54132024-12-17T21:22:14.908Z[ recovery-image] Dec 17 21:22:13.542 INFO O| Dec 17 21:22:13.541 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-17T21:22:14.927Z[ recovery-image] Dec 17 21:22:13.563 INFO O| Dec 17 21:22:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54152024-12-17T21:22:14.930Z[ recovery-image] Dec 17 21:22:13.564 INFO O| Dec 17 21:22:13.563 INFO STEP 364 (remove_files) COMPLETE
54162024-12-17T21:22:14.930Z[ recovery-image] Dec 17 21:22:13.564 INFO O| Dec 17 21:22:13.564 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-17T21:22:14.981Z[ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54182024-12-17T21:22:14.981Z[ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO STEP 365 (remove_files) COMPLETE
54192024-12-17T21:22:14.981Z[ recovery-image] Dec 17 21:22:13.615 INFO O| Dec 17 21:22:13.615 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-17T21:22:14.999Z[ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54212024-12-17T21:22:14.999Z[ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO STEP 366 (remove_files) COMPLETE
54222024-12-17T21:22:15.002Z[ recovery-image] Dec 17 21:22:13.636 INFO O| Dec 17 21:22:13.636 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-17T21:22:15.020Z[ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54242024-12-17T21:22:15.020Z[ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO STEP 367 (remove_files) COMPLETE
54252024-12-17T21:22:15.020Z[ recovery-image] Dec 17 21:22:13.656 INFO O| Dec 17 21:22:13.656 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-17T21:22:15.061Z[ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54272024-12-17T21:22:15.061Z[ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.698 INFO STEP 368 (remove_files) COMPLETE
54282024-12-17T21:22:15.064Z[ recovery-image] Dec 17 21:22:13.698 INFO O| Dec 17 21:22:13.698 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-17T21:22:15.084Z[ recovery-image] Dec 17 21:22:13.721 INFO O| Dec 17 21:22:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54302024-12-17T21:22:15.084Z[ recovery-image] Dec 17 21:22:13.721 INFO O| Dec 17 21:22:13.721 INFO STEP 369 (remove_files) COMPLETE
54312024-12-17T21:22:15.085Z[ recovery-image] Dec 17 21:22:13.722 INFO O| Dec 17 21:22:13.721 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-17T21:22:15.106Z[ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54332024-12-17T21:22:15.106Z[ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO STEP 370 (remove_files) COMPLETE
54342024-12-17T21:22:15.106Z[ recovery-image] Dec 17 21:22:13.743 INFO O| Dec 17 21:22:13.743 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-17T21:22:15.127Z[ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54362024-12-17T21:22:15.127Z[ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO STEP 371 (remove_files) COMPLETE
54372024-12-17T21:22:15.130Z[ recovery-image] Dec 17 21:22:13.764 INFO O| Dec 17 21:22:13.764 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-17T21:22:15.151Z[ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54392024-12-17T21:22:15.151Z[ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO STEP 372 (remove_files) COMPLETE
54402024-12-17T21:22:15.151Z[ recovery-image] Dec 17 21:22:13.786 INFO O| Dec 17 21:22:13.786 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-17T21:22:15.172Z[ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54422024-12-17T21:22:15.172Z[ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO STEP 373 (remove_files) COMPLETE
54432024-12-17T21:22:15.177Z[ recovery-image] Dec 17 21:22:13.809 INFO O| Dec 17 21:22:13.809 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-17T21:22:15.193Z[ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54452024-12-17T21:22:15.193Z[ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO STEP 374 (remove_files) COMPLETE
54462024-12-17T21:22:15.193Z[ recovery-image] Dec 17 21:22:13.830 INFO O| Dec 17 21:22:13.830 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-17T21:22:15.235Z[ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54482024-12-17T21:22:15.238Z[ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO STEP 375 (remove_files) COMPLETE
54492024-12-17T21:22:15.238Z[ recovery-image] Dec 17 21:22:13.872 INFO O| Dec 17 21:22:13.872 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-17T21:22:15.258Z[ recovery-image] Dec 17 21:22:13.895 INFO O| Dec 17 21:22:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54512024-12-17T21:22:15.261Z[ recovery-image] Dec 17 21:22:13.895 INFO O| Dec 17 21:22:13.895 INFO STEP 376 (remove_files) COMPLETE
54522024-12-17T21:22:15.261Z[ recovery-image] Dec 17 21:22:13.896 INFO O| Dec 17 21:22:13.895 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-17T21:22:15.279Z[ recovery-image] Dec 17 21:22:13.916 INFO O| Dec 17 21:22:13.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54542024-12-17T21:22:15.279Z[ recovery-image] Dec 17 21:22:13.917 INFO O| Dec 17 21:22:13.916 INFO STEP 377 (remove_files) COMPLETE
54552024-12-17T21:22:15.282Z[ recovery-image] Dec 17 21:22:13.917 INFO O| Dec 17 21:22:13.917 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-17T21:22:15.301Z[ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54572024-12-17T21:22:15.301Z[ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO STEP 378 (remove_files) COMPLETE
54582024-12-17T21:22:15.303Z[ recovery-image] Dec 17 21:22:13.938 INFO O| Dec 17 21:22:13.938 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-17T21:22:15.343Z[ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54602024-12-17T21:22:15.343Z[ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO STEP 379 (remove_files) COMPLETE
54612024-12-17T21:22:15.343Z[ recovery-image] Dec 17 21:22:13.980 INFO O| Dec 17 21:22:13.980 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-17T21:22:15.408Z[ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54632024-12-17T21:22:15.408Z[ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO STEP 380 (remove_files) COMPLETE
54642024-12-17T21:22:15.408Z[ recovery-image] Dec 17 21:22:14.044 INFO O| Dec 17 21:22:14.044 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-17T21:22:15.432Z[ recovery-image] Dec 17 21:22:14.069 INFO O| Dec 17 21:22:14.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54662024-12-17T21:22:15.435Z[ recovery-image] Dec 17 21:22:14.069 INFO O| Dec 17 21:22:14.069 INFO STEP 381 (remove_files) COMPLETE
54672024-12-17T21:22:15.435Z[ recovery-image] Dec 17 21:22:14.070 INFO O| Dec 17 21:22:14.069 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-17T21:22:15.454Z[ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54692024-12-17T21:22:15.454Z[ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.091 INFO STEP 382 (remove_files) COMPLETE
54702024-12-17T21:22:15.456Z[ recovery-image] Dec 17 21:22:14.091 INFO O| Dec 17 21:22:14.091 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-17T21:22:15.476Z[ recovery-image] Dec 17 21:22:14.112 INFO O| Dec 17 21:22:14.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54722024-12-17T21:22:15.476Z[ recovery-image] Dec 17 21:22:14.112 INFO O| Dec 17 21:22:14.112 INFO STEP 383 (remove_files) COMPLETE
54732024-12-17T21:22:15.479Z[ recovery-image] Dec 17 21:22:14.113 INFO O| Dec 17 21:22:14.113 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-17T21:22:15.482Z[ host-image] Dec 17 21:22:14.116 INFO O| Dec 17 21:22:14.116 INFO O| Actions: Completed 1361 actions in 0.68 seconds.
54752024-12-17T21:22:15.514Z[ recovery-image] Dec 17 21:22:14.150 INFO O| Dec 17 21:22:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54762024-12-17T21:22:15.514Z[ recovery-image] Dec 17 21:22:14.150 INFO O| Dec 17 21:22:14.150 INFO STEP 384 (remove_files) COMPLETE
54772024-12-17T21:22:15.517Z[ recovery-image] Dec 17 21:22:14.151 INFO O| Dec 17 21:22:14.150 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-17T21:22:15.552Z[ recovery-image] Dec 17 21:22:14.188 INFO O| Dec 17 21:22:14.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54792024-12-17T21:22:15.553Z[ recovery-image] Dec 17 21:22:14.189 INFO O| Dec 17 21:22:14.189 INFO STEP 385 (remove_files) COMPLETE
54802024-12-17T21:22:15.553Z[ recovery-image] Dec 17 21:22:14.189 INFO O| Dec 17 21:22:14.189 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-17T21:22:15.590Z[ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54822024-12-17T21:22:15.590Z[ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO STEP 386 (remove_files) COMPLETE
54832024-12-17T21:22:15.590Z[ recovery-image] Dec 17 21:22:14.226 INFO O| Dec 17 21:22:14.226 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-17T21:22:15.637Z[ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54852024-12-17T21:22:15.637Z[ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO STEP 387 (remove_files) COMPLETE
54862024-12-17T21:22:15.637Z[ recovery-image] Dec 17 21:22:14.273 INFO O| Dec 17 21:22:14.273 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-17T21:22:15.662Z[ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54882024-12-17T21:22:15.662Z[ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO STEP 388 (remove_files) COMPLETE
54892024-12-17T21:22:15.662Z[ recovery-image] Dec 17 21:22:14.296 INFO O| Dec 17 21:22:14.296 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-17T21:22:15.682Z[ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54912024-12-17T21:22:15.686Z[ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO STEP 389 (remove_files) COMPLETE
54922024-12-17T21:22:15.686Z[ recovery-image] Dec 17 21:22:14.318 INFO O| Dec 17 21:22:14.318 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-17T21:22:15.716Z[ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54942024-12-17T21:22:15.716Z[ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO STEP 390 (remove_files) COMPLETE
54952024-12-17T21:22:15.717Z[ recovery-image] Dec 17 21:22:14.353 INFO O| Dec 17 21:22:14.353 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-17T21:22:15.754Z[ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54972024-12-17T21:22:15.754Z[ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO STEP 391 (remove_files) COMPLETE
54982024-12-17T21:22:15.754Z[ recovery-image] Dec 17 21:22:14.390 INFO O| Dec 17 21:22:14.390 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-17T21:22:15.775Z[ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55002024-12-17T21:22:15.775Z[ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO STEP 392 (remove_files) COMPLETE
55012024-12-17T21:22:15.775Z[ recovery-image] Dec 17 21:22:14.411 INFO O| Dec 17 21:22:14.411 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-17T21:22:15.805Z[ recovery-image] Dec 17 21:22:14.442 INFO O| Dec 17 21:22:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55032024-12-17T21:22:15.808Z[ recovery-image] Dec 17 21:22:14.443 INFO O| Dec 17 21:22:14.443 INFO STEP 393 (remove_files) COMPLETE
55042024-12-17T21:22:15.809Z[ recovery-image] Dec 17 21:22:14.443 INFO O| Dec 17 21:22:14.443 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-17T21:22:15.871Z[ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55062024-12-17T21:22:15.871Z[ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO STEP 394 (remove_files) COMPLETE
55072024-12-17T21:22:15.871Z[ recovery-image] Dec 17 21:22:14.507 INFO O| Dec 17 21:22:14.507 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-17T21:22:15.933Z[ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55092024-12-17T21:22:15.933Z[ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO STEP 395 (remove_files) COMPLETE
55102024-12-17T21:22:15.936Z[ recovery-image] Dec 17 21:22:14.570 INFO O| Dec 17 21:22:14.570 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-17T21:22:15.957Z[ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55122024-12-17T21:22:15.962Z[ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO STEP 396 (remove_files) COMPLETE
55132024-12-17T21:22:15.962Z[ recovery-image] Dec 17 21:22:14.594 INFO O| Dec 17 21:22:14.594 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-17T21:22:15.990Z[ recovery-image] Dec 17 21:22:14.625 INFO O| Dec 17 21:22:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55152024-12-17T21:22:15.990Z[ recovery-image] Dec 17 21:22:14.626 INFO O| Dec 17 21:22:14.626 INFO STEP 397 (remove_files) COMPLETE
55162024-12-17T21:22:15.993Z[ recovery-image] Dec 17 21:22:14.626 INFO O| Dec 17 21:22:14.626 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-17T21:22:16.033Z[ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55182024-12-17T21:22:16.033Z[ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO STEP 398 (remove_files) COMPLETE
55192024-12-17T21:22:16.034Z[ recovery-image] Dec 17 21:22:14.670 INFO O| Dec 17 21:22:14.670 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-17T21:22:16.098Z[ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55212024-12-17T21:22:16.098Z[ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO STEP 399 (remove_files) COMPLETE
55222024-12-17T21:22:16.099Z[ recovery-image] Dec 17 21:22:14.734 INFO O| Dec 17 21:22:14.734 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-17T21:22:16.122Z[ host-image] Dec 17 21:22:14.759 INFO O| Dec 17 21:22:14.759 INFO O| Done
55242024-12-17T21:22:16.122Z[ host-image] Dec 17 21:22:14.759 INFO O| Dec 17 21:22:14.759 INFO O| Done
55252024-12-17T21:22:16.144Z[ recovery-image] Dec 17 21:22:14.768 INFO O| Dec 17 21:22:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55262024-12-17T21:22:16.144Z[ recovery-image] Dec 17 21:22:14.769 INFO O| Dec 17 21:22:14.769 INFO STEP 400 (remove_files) COMPLETE
55272024-12-17T21:22:16.147Z[ recovery-image] Dec 17 21:22:14.769 INFO O| Dec 17 21:22:14.769 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-17T21:22:16.157Z[ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55292024-12-17T21:22:16.157Z[ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO STEP 401 (remove_files) COMPLETE
55302024-12-17T21:22:16.157Z[ recovery-image] Dec 17 21:22:14.793 INFO O| Dec 17 21:22:14.793 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-17T21:22:16.178Z[ recovery-image] Dec 17 21:22:14.814 INFO O| Dec 17 21:22:14.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55322024-12-17T21:22:16.179Z[ recovery-image] Dec 17 21:22:14.815 INFO O| Dec 17 21:22:14.815 INFO STEP 402 (remove_files) COMPLETE
55332024-12-17T21:22:16.179Z[ recovery-image] Dec 17 21:22:14.815 INFO O| Dec 17 21:22:14.815 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-17T21:22:16.207Z[ recovery-image] Dec 17 21:22:14.844 INFO O| Dec 17 21:22:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55352024-12-17T21:22:16.210Z[ recovery-image] Dec 17 21:22:14.844 INFO O| Dec 17 21:22:14.844 INFO STEP 403 (remove_files) COMPLETE
55362024-12-17T21:22:16.211Z[ recovery-image] Dec 17 21:22:14.845 INFO O| Dec 17 21:22:14.845 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-17T21:22:16.231Z[ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55382024-12-17T21:22:16.234Z[ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO STEP 404 (remove_files) COMPLETE
55392024-12-17T21:22:16.235Z[ recovery-image] Dec 17 21:22:14.868 INFO O| Dec 17 21:22:14.868 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-17T21:22:16.280Z[ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55412024-12-17T21:22:16.284Z[ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO STEP 405 (remove_files) COMPLETE
55422024-12-17T21:22:16.284Z[ recovery-image] Dec 17 21:22:14.902 INFO O| Dec 17 21:22:14.902 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-17T21:22:16.287Z[ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55442024-12-17T21:22:16.287Z[ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO STEP 406 (remove_files) COMPLETE
55452024-12-17T21:22:16.287Z[ recovery-image] Dec 17 21:22:14.921 INFO O| Dec 17 21:22:14.921 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-17T21:22:16.303Z[ recovery-image] Dec 17 21:22:14.940 INFO O| Dec 17 21:22:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55472024-12-17T21:22:16.325Z[ recovery-image] Dec 17 21:22:14.962 INFO O| Dec 17 21:22:14.962 INFO STEP 407 (remove_files) COMPLETE
55482024-12-17T21:22:16.329Z[ recovery-image] Dec 17 21:22:14.962 INFO O| Dec 17 21:22:14.962 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-17T21:22:16.356Z[ recovery-image] Dec 17 21:22:14.992 INFO O| Dec 17 21:22:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55502024-12-17T21:22:16.356Z[ recovery-image] Dec 17 21:22:14.992 INFO O| Dec 17 21:22:14.992 INFO STEP 408 (remove_files) COMPLETE
55512024-12-17T21:22:16.359Z[ recovery-image] Dec 17 21:22:14.993 INFO O| Dec 17 21:22:14.992 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-17T21:22:16.377Z[ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55532024-12-17T21:22:16.377Z[ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO STEP 409 (remove_files) COMPLETE
55542024-12-17T21:22:16.377Z[ recovery-image] Dec 17 21:22:15.014 INFO O| Dec 17 21:22:15.014 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-17T21:22:16.395Z[ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55562024-12-17T21:22:16.398Z[ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO STEP 410 (remove_files) COMPLETE
55572024-12-17T21:22:16.398Z[ recovery-image] Dec 17 21:22:15.032 INFO O| Dec 17 21:22:15.032 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-17T21:22:16.415Z[ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55592024-12-17T21:22:16.415Z[ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO STEP 411 (remove_files) COMPLETE
55602024-12-17T21:22:16.416Z[ recovery-image] Dec 17 21:22:15.051 INFO O| Dec 17 21:22:15.051 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-17T21:22:16.436Z[ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55622024-12-17T21:22:16.436Z[ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO STEP 412 (remove_files) COMPLETE
55632024-12-17T21:22:16.436Z[ recovery-image] Dec 17 21:22:15.073 INFO O| Dec 17 21:22:15.073 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-17T21:22:16.460Z[ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55652024-12-17T21:22:16.460Z[ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.097 INFO STEP 413 (remove_files) COMPLETE
55662024-12-17T21:22:16.460Z[ recovery-image] Dec 17 21:22:15.097 INFO O| Dec 17 21:22:15.097 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-17T21:22:16.481Z[ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55682024-12-17T21:22:16.481Z[ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.118 INFO STEP 414 (remove_files) COMPLETE
55692024-12-17T21:22:16.481Z[ recovery-image] Dec 17 21:22:15.118 INFO O| Dec 17 21:22:15.118 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-17T21:22:16.501Z[ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55712024-12-17T21:22:16.501Z[ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO STEP 415 (remove_files) COMPLETE
55722024-12-17T21:22:16.501Z[ recovery-image] Dec 17 21:22:15.138 INFO O| Dec 17 21:22:15.138 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-17T21:22:16.522Z[ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55742024-12-17T21:22:16.523Z[ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.159 INFO STEP 416 (remove_files) COMPLETE
55752024-12-17T21:22:16.523Z[ recovery-image] Dec 17 21:22:15.159 INFO O| Dec 17 21:22:15.159 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-17T21:22:16.549Z[ recovery-image] Dec 17 21:22:15.186 INFO O| Dec 17 21:22:15.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55772024-12-17T21:22:16.552Z[ recovery-image] Dec 17 21:22:15.186 INFO O| Dec 17 21:22:15.186 INFO STEP 417 (remove_files) COMPLETE
55782024-12-17T21:22:16.552Z[ recovery-image] Dec 17 21:22:15.187 INFO O| Dec 17 21:22:15.186 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-17T21:22:16.572Z[ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55802024-12-17T21:22:16.575Z[ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO STEP 418 (remove_files) COMPLETE
55812024-12-17T21:22:16.575Z[ recovery-image] Dec 17 21:22:15.209 INFO O| Dec 17 21:22:15.209 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-17T21:22:16.593Z[ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55832024-12-17T21:22:16.597Z[ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.230 INFO STEP 419 (remove_files) COMPLETE
55842024-12-17T21:22:16.597Z[ recovery-image] Dec 17 21:22:15.230 INFO O| Dec 17 21:22:15.230 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-17T21:22:16.617Z[ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55862024-12-17T21:22:16.617Z[ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO STEP 420 (remove_files) COMPLETE
55872024-12-17T21:22:16.618Z[ recovery-image] Dec 17 21:22:15.253 INFO O| Dec 17 21:22:15.253 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-17T21:22:16.637Z[ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55892024-12-17T21:22:16.637Z[ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO STEP 421 (remove_files) COMPLETE
55902024-12-17T21:22:16.638Z[ recovery-image] Dec 17 21:22:15.274 INFO O| Dec 17 21:22:15.274 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-17T21:22:16.658Z[ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55922024-12-17T21:22:16.659Z[ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO STEP 422 (remove_files) COMPLETE
55932024-12-17T21:22:16.659Z[ recovery-image] Dec 17 21:22:15.295 INFO O| Dec 17 21:22:15.295 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-17T21:22:16.679Z[ recovery-image] Dec 17 21:22:15.315 INFO O| Dec 17 21:22:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55952024-12-17T21:22:16.679Z[ recovery-image] Dec 17 21:22:15.316 INFO O| Dec 17 21:22:15.316 INFO STEP 423 (remove_files) COMPLETE
55962024-12-17T21:22:16.679Z[ recovery-image] Dec 17 21:22:15.316 INFO O| Dec 17 21:22:15.316 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-17T21:22:16.706Z[ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55982024-12-17T21:22:16.706Z[ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO STEP 424 (remove_files) COMPLETE
55992024-12-17T21:22:16.706Z[ recovery-image] Dec 17 21:22:15.343 INFO O| Dec 17 21:22:15.343 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-17T21:22:16.750Z[ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56012024-12-17T21:22:16.753Z[ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO STEP 425 (remove_files) COMPLETE
56022024-12-17T21:22:16.753Z[ recovery-image] Dec 17 21:22:15.387 INFO O| Dec 17 21:22:15.387 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-17T21:22:16.789Z[ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56042024-12-17T21:22:16.789Z[ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO STEP 426 (remove_files) COMPLETE
56052024-12-17T21:22:16.789Z[ recovery-image] Dec 17 21:22:15.409 INFO O| Dec 17 21:22:15.409 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-17T21:22:16.837Z[ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56072024-12-17T21:22:16.837Z[ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO STEP 427 (remove_files) COMPLETE
56082024-12-17T21:22:16.837Z[ recovery-image] Dec 17 21:22:15.471 INFO O| Dec 17 21:22:15.471 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-17T21:22:16.867Z[ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56102024-12-17T21:22:16.868Z[ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO STEP 428 (remove_files) COMPLETE
56112024-12-17T21:22:16.868Z[ recovery-image] Dec 17 21:22:15.503 INFO O| Dec 17 21:22:15.503 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-17T21:22:16.902Z[ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56132024-12-17T21:22:16.902Z[ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO STEP 429 (remove_files) COMPLETE
56142024-12-17T21:22:16.902Z[ recovery-image] Dec 17 21:22:15.536 INFO O| Dec 17 21:22:15.536 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-17T21:22:16.942Z[ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56162024-12-17T21:22:16.942Z[ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO STEP 430 (remove_files) COMPLETE
56172024-12-17T21:22:16.942Z[ recovery-image] Dec 17 21:22:15.578 INFO O| Dec 17 21:22:15.578 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-17T21:22:16.998Z[ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56192024-12-17T21:22:16.998Z[ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO STEP 431 (remove_files) COMPLETE
56202024-12-17T21:22:16.999Z[ recovery-image] Dec 17 21:22:15.630 INFO O| Dec 17 21:22:15.630 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-17T21:22:17.013Z[ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56222024-12-17T21:22:17.013Z[ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO STEP 432 (remove_files) COMPLETE
56232024-12-17T21:22:17.013Z[ recovery-image] Dec 17 21:22:15.650 INFO O| Dec 17 21:22:15.650 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-17T21:22:17.037Z[ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56252024-12-17T21:22:17.038Z[ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO STEP 433 (remove_files) COMPLETE
56262024-12-17T21:22:17.038Z[ recovery-image] Dec 17 21:22:15.674 INFO O| Dec 17 21:22:15.674 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-17T21:22:17.059Z[ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56282024-12-17T21:22:17.060Z[ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO STEP 434 (remove_files) COMPLETE
56292024-12-17T21:22:17.062Z[ recovery-image] Dec 17 21:22:15.696 INFO O| Dec 17 21:22:15.696 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-17T21:22:17.118Z[ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56312024-12-17T21:22:17.119Z[ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO STEP 435 (remove_files) COMPLETE
56322024-12-17T21:22:17.122Z[ recovery-image] Dec 17 21:22:15.755 INFO O| Dec 17 21:22:15.755 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-17T21:22:17.137Z[ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56342024-12-17T21:22:17.138Z[ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO STEP 436 (remove_files) COMPLETE
56352024-12-17T21:22:17.138Z[ recovery-image] Dec 17 21:22:15.774 INFO O| Dec 17 21:22:15.774 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-17T21:22:17.174Z[ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56372024-12-17T21:22:17.174Z[ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO STEP 437 (remove_files) COMPLETE
56382024-12-17T21:22:17.174Z[ recovery-image] Dec 17 21:22:15.811 INFO O| Dec 17 21:22:15.811 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-17T21:22:17.218Z[ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56402024-12-17T21:22:17.218Z[ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO STEP 438 (remove_files) COMPLETE
56412024-12-17T21:22:17.218Z[ recovery-image] Dec 17 21:22:15.855 INFO O| Dec 17 21:22:15.855 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-17T21:22:17.261Z[ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56432024-12-17T21:22:17.261Z[ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO STEP 439 (remove_files) COMPLETE
56442024-12-17T21:22:17.261Z[ recovery-image] Dec 17 21:22:15.897 INFO O| Dec 17 21:22:15.897 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-17T21:22:17.295Z[ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56462024-12-17T21:22:17.295Z[ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO STEP 440 (remove_files) COMPLETE
56472024-12-17T21:22:17.299Z[ recovery-image] Dec 17 21:22:15.932 INFO O| Dec 17 21:22:15.932 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-17T21:22:17.316Z[ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56492024-12-17T21:22:17.316Z[ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.953 INFO STEP 441 (remove_files) COMPLETE
56502024-12-17T21:22:17.319Z[ recovery-image] Dec 17 21:22:15.953 INFO O| Dec 17 21:22:15.953 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-17T21:22:17.337Z[ recovery-image] Dec 17 21:22:15.973 INFO O| Dec 17 21:22:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56522024-12-17T21:22:17.340Z[ recovery-image] Dec 17 21:22:15.974 INFO O| Dec 17 21:22:15.974 INFO STEP 442 (remove_files) COMPLETE
56532024-12-17T21:22:17.341Z[ recovery-image] Dec 17 21:22:15.974 INFO O| Dec 17 21:22:15.974 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-17T21:22:17.358Z[ recovery-image] Dec 17 21:22:15.994 INFO O| Dec 17 21:22:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56552024-12-17T21:22:17.358Z[ recovery-image] Dec 17 21:22:15.995 INFO O| Dec 17 21:22:15.994 INFO STEP 443 (remove_files) COMPLETE
56562024-12-17T21:22:17.358Z[ recovery-image] Dec 17 21:22:15.995 INFO O| Dec 17 21:22:15.995 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-17T21:22:17.381Z[ recovery-image] Dec 17 21:22:16.017 INFO O| Dec 17 21:22:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56582024-12-17T21:22:17.381Z[ recovery-image] Dec 17 21:22:16.018 INFO O| Dec 17 21:22:16.018 INFO STEP 444 (remove_files) COMPLETE
56592024-12-17T21:22:17.381Z[ recovery-image] Dec 17 21:22:16.018 INFO O| Dec 17 21:22:16.018 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-17T21:22:17.392Z[ host-image] Dec 17 21:22:16.028 INFO O| Dec 17 21:22:16.028 INFO O| Done
56612024-12-17T21:22:17.402Z[ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56622024-12-17T21:22:17.405Z[ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.039 INFO STEP 445 (remove_files) COMPLETE
56632024-12-17T21:22:17.405Z[ recovery-image] Dec 17 21:22:16.039 INFO O| Dec 17 21:22:16.039 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-17T21:22:17.439Z[ recovery-image] Dec 17 21:22:16.075 INFO O| Dec 17 21:22:16.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56652024-12-17T21:22:17.442Z[ recovery-image] Dec 17 21:22:16.076 INFO O| Dec 17 21:22:16.075 INFO STEP 446 (remove_files) COMPLETE
56662024-12-17T21:22:17.442Z[ recovery-image] Dec 17 21:22:16.076 INFO O| Dec 17 21:22:16.076 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-17T21:22:17.464Z[ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56682024-12-17T21:22:17.464Z[ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO STEP 447 (remove_files) COMPLETE
56692024-12-17T21:22:17.464Z[ recovery-image] Dec 17 21:22:16.100 INFO O| Dec 17 21:22:16.100 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-17T21:22:17.490Z[ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56712024-12-17T21:22:17.490Z[ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO STEP 448 (remove_files) COMPLETE
56722024-12-17T21:22:17.490Z[ recovery-image] Dec 17 21:22:16.126 INFO O| Dec 17 21:22:16.126 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-17T21:22:17.509Z[ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56742024-12-17T21:22:17.509Z[ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO STEP 449 (remove_files) COMPLETE
56752024-12-17T21:22:17.509Z[ recovery-image] Dec 17 21:22:16.146 INFO O| Dec 17 21:22:16.146 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-17T21:22:17.530Z[ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56772024-12-17T21:22:17.530Z[ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO STEP 450 (remove_files) COMPLETE
56782024-12-17T21:22:17.530Z[ recovery-image] Dec 17 21:22:16.167 INFO O| Dec 17 21:22:16.167 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-17T21:22:17.550Z[ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56802024-12-17T21:22:17.550Z[ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO STEP 451 (remove_files) COMPLETE
56812024-12-17T21:22:17.550Z[ recovery-image] Dec 17 21:22:16.187 INFO O| Dec 17 21:22:16.187 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-17T21:22:17.569Z[ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56832024-12-17T21:22:17.569Z[ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO STEP 452 (remove_files) COMPLETE
56842024-12-17T21:22:17.569Z[ recovery-image] Dec 17 21:22:16.205 INFO O| Dec 17 21:22:16.205 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-17T21:22:19.842Z[ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56862024-12-17T21:22:19.842Z[ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.226 INFO STEP 453 (remove_files) COMPLETE
56872024-12-17T21:22:19.842Z[ recovery-image] Dec 17 21:22:16.226 INFO O| Dec 17 21:22:16.226 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56892024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO STEP 454 (remove_files) COMPLETE
56902024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.244 INFO O| Dec 17 21:22:16.244 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.266 INFO O| Dec 17 21:22:16.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56922024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.266 INFO O| Dec 17 21:22:16.266 INFO STEP 455 (remove_files) COMPLETE
56932024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.267 INFO O| Dec 17 21:22:16.267 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-17T21:22:19.854Z[ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56952024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO STEP 456 (remove_files) COMPLETE
56962024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.288 INFO O| Dec 17 21:22:16.288 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56982024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO STEP 457 (remove_files) COMPLETE
56992024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.311 INFO O| Dec 17 21:22:16.311 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57012024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO STEP 458 (remove_files) COMPLETE
57022024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.339 INFO O| Dec 17 21:22:16.339 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-17T21:22:19.855Z[ recovery-image] Dec 17 21:22:16.360 INFO O| Dec 17 21:22:16.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57042024-12-17T21:22:19.871Z[ recovery-image] Dec 17 21:22:16.361 INFO O| Dec 17 21:22:16.361 INFO STEP 459 (remove_files) COMPLETE
57052024-12-17T21:22:19.871Z[ recovery-image] Dec 17 21:22:16.361 INFO O| Dec 17 21:22:16.361 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-17T21:22:19.871Z[ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57072024-12-17T21:22:19.871Z[ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO STEP 460 (remove_files) COMPLETE
57082024-12-17T21:22:19.871Z[ recovery-image] Dec 17 21:22:16.382 INFO O| Dec 17 21:22:16.382 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57102024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO STEP 461 (remove_files) COMPLETE
57112024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.403 INFO O| Dec 17 21:22:16.403 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57132024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO STEP 462 (remove_files) COMPLETE
57142024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.442 INFO O| Dec 17 21:22:16.442 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.463 INFO O| Dec 17 21:22:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57162024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.463 INFO O| Dec 17 21:22:16.463 INFO STEP 463 (remove_files) COMPLETE
57172024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.464 INFO O| Dec 17 21:22:16.463 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57192024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO STEP 464 (remove_files) COMPLETE
57202024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.519 INFO O| Dec 17 21:22:16.519 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.578 INFO O| Dec 17 21:22:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57222024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.579 INFO O| Dec 17 21:22:16.578 INFO STEP 465 (remove_files) COMPLETE
57232024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.579 INFO O| Dec 17 21:22:16.578 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.598 INFO O| Dec 17 21:22:16.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57252024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.599 INFO O| Dec 17 21:22:16.599 INFO STEP 466 (remove_files) COMPLETE
57262024-12-17T21:22:19.872Z[ recovery-image] Dec 17 21:22:16.599 INFO O| Dec 17 21:22:16.599 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57282024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO STEP 467 (remove_files) COMPLETE
57292024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.627 INFO O| Dec 17 21:22:16.627 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57312024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO STEP 468 (remove_files) COMPLETE
57322024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.669 INFO O| Dec 17 21:22:16.669 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.712 INFO O| Dec 17 21:22:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57342024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.712 INFO O| Dec 17 21:22:16.712 INFO STEP 469 (remove_files) COMPLETE
57352024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.713 INFO O| Dec 17 21:22:16.712 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57372024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO STEP 470 (remove_files) COMPLETE
57382024-12-17T21:22:19.873Z[ recovery-image] Dec 17 21:22:16.734 INFO O| Dec 17 21:22:16.734 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57402024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO STEP 471 (remove_files) COMPLETE
57412024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.770 INFO O| Dec 17 21:22:16.770 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.803 INFO O| Dec 17 21:22:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57432024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.828 INFO O| Dec 17 21:22:16.828 INFO STEP 472 (remove_files) COMPLETE
57442024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.828 INFO O| Dec 17 21:22:16.828 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57462024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.886 INFO STEP 473 (remove_files) COMPLETE
57472024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.886 INFO O| Dec 17 21:22:16.886 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57492024-12-17T21:22:19.874Z[ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO STEP 474 (remove_files) COMPLETE
57502024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.906 INFO O| Dec 17 21:22:16.906 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57522024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO STEP 475 (remove_files) COMPLETE
57532024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.957 INFO O| Dec 17 21:22:16.957 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57552024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO STEP 476 (remove_files) COMPLETE
57562024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:16.979 INFO O| Dec 17 21:22:16.979 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57582024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO STEP 477 (remove_files) COMPLETE
57592024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.001 INFO O| Dec 17 21:22:17.001 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57612024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO STEP 478 (remove_files) COMPLETE
57622024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.022 INFO O| Dec 17 21:22:17.022 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.043 INFO O| Dec 17 21:22:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57642024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.043 INFO O| Dec 17 21:22:17.043 INFO STEP 479 (remove_files) COMPLETE
57652024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.044 INFO O| Dec 17 21:22:17.043 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57672024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO STEP 480 (remove_files) COMPLETE
57682024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.065 INFO O| Dec 17 21:22:17.065 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-17T21:22:19.875Z[ recovery-image] Dec 17 21:22:17.097 INFO O| Dec 17 21:22:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57702024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.117 INFO O| Dec 17 21:22:17.117 INFO STEP 481 (remove_files) COMPLETE
57712024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.117 INFO O| Dec 17 21:22:17.117 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57732024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO STEP 482 (remove_files) COMPLETE
57742024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.152 INFO O| Dec 17 21:22:17.152 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.193 INFO O| Dec 17 21:22:17.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57762024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.217 INFO O| Dec 17 21:22:17.217 INFO STEP 483 (remove_files) COMPLETE
57772024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.217 INFO O| Dec 17 21:22:17.217 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57792024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO STEP 484 (remove_files) COMPLETE
57802024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.251 INFO O| Dec 17 21:22:17.251 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57822024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO STEP 485 (remove_files) COMPLETE
57832024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.271 INFO O| Dec 17 21:22:17.271 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.313 INFO O| Dec 17 21:22:17.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57852024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.314 INFO O| Dec 17 21:22:17.314 INFO STEP 486 (remove_files) COMPLETE
57862024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.314 INFO O| Dec 17 21:22:17.314 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-17T21:22:19.876Z[ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57882024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO STEP 487 (remove_files) COMPLETE
57892024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.335 INFO O| Dec 17 21:22:17.335 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57912024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO STEP 488 (remove_files) COMPLETE
57922024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.355 INFO O| Dec 17 21:22:17.355 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-17T21:22:19.896Z[ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57942024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO STEP 489 (remove_files) COMPLETE
57952024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.376 INFO O| Dec 17 21:22:17.376 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57972024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO STEP 490 (remove_files) COMPLETE
57982024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.411 INFO O| Dec 17 21:22:17.411 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58002024-12-17T21:22:19.897Z[ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO STEP 491 (remove_files) COMPLETE
58012024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.501 INFO O| Dec 17 21:22:17.501 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.524 INFO O| Dec 17 21:22:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58032024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.525 INFO O| Dec 17 21:22:17.525 INFO STEP 492 (remove_files) COMPLETE
58042024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.525 INFO O| Dec 17 21:22:17.525 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58062024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO STEP 493 (remove_files) COMPLETE
58072024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.610 INFO O| Dec 17 21:22:17.610 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58092024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO STEP 494 (remove_files) COMPLETE
58102024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.634 INFO O| Dec 17 21:22:17.634 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58122024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO STEP 495 (remove_files) COMPLETE
58132024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.672 INFO O| Dec 17 21:22:17.672 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-17T21:22:19.898Z[ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58152024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO STEP 496 (remove_files) COMPLETE
58162024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.733 INFO O| Dec 17 21:22:17.733 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58182024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO STEP 497 (remove_files) COMPLETE
58192024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.761 INFO O| Dec 17 21:22:17.761 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58212024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO STEP 498 (remove_files) COMPLETE
58222024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.781 INFO O| Dec 17 21:22:17.781 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.800 INFO O| Dec 17 21:22:17.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58242024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.800 INFO O| Dec 17 21:22:17.800 INFO STEP 499 (remove_files) COMPLETE
58252024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.801 INFO O| Dec 17 21:22:17.801 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.831 INFO O| Dec 17 21:22:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58272024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.831 INFO O| Dec 17 21:22:17.831 INFO STEP 500 (remove_files) COMPLETE
58282024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.832 INFO O| Dec 17 21:22:17.831 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.852 INFO O| Dec 17 21:22:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58302024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.852 INFO O| Dec 17 21:22:17.852 INFO STEP 501 (remove_files) COMPLETE
58312024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.853 INFO O| Dec 17 21:22:17.852 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.872 INFO O| Dec 17 21:22:17.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58332024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.873 INFO O| Dec 17 21:22:17.872 INFO STEP 502 (remove_files) COMPLETE
58342024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.873 INFO O| Dec 17 21:22:17.873 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-17T21:22:19.899Z[ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58362024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO STEP 503 (remove_files) COMPLETE
58372024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.911 INFO O| Dec 17 21:22:17.911 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58392024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO STEP 504 (remove_files) COMPLETE
58402024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.932 INFO O| Dec 17 21:22:17.932 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58422024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO STEP 505 (remove_files) COMPLETE
58432024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.968 INFO O| Dec 17 21:22:17.968 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58452024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO STEP 506 (remove_files) COMPLETE
58462024-12-17T21:22:19.900Z[ recovery-image] Dec 17 21:22:17.989 INFO O| Dec 17 21:22:17.989 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58482024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO STEP 507 (remove_files) COMPLETE
58492024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.023 INFO O| Dec 17 21:22:18.023 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58512024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO STEP 508 (remove_files) COMPLETE
58522024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.045 INFO O| Dec 17 21:22:18.045 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58542024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO STEP 509 (remove_files) COMPLETE
58552024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.068 INFO O| Dec 17 21:22:18.068 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-17T21:22:19.901Z[ recovery-image] Dec 17 21:22:18.100 INFO O| Dec 17 21:22:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58572024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.100 INFO O| Dec 17 21:22:18.100 INFO STEP 510 (remove_files) COMPLETE
58582024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.101 INFO O| Dec 17 21:22:18.100 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58602024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.122 INFO STEP 511 (remove_files) COMPLETE
58612024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.122 INFO O| Dec 17 21:22:18.122 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.142 INFO O| Dec 17 21:22:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58632024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.142 INFO O| Dec 17 21:22:18.142 INFO STEP 512 (remove_files) COMPLETE
58642024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.143 INFO O| Dec 17 21:22:18.142 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58662024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO STEP 513 (remove_files) COMPLETE
58672024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.163 INFO O| Dec 17 21:22:18.163 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58692024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.184 INFO STEP 514 (remove_files) COMPLETE
58702024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.184 INFO O| Dec 17 21:22:18.184 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58722024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO STEP 515 (remove_files) COMPLETE
58732024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.275 INFO O| Dec 17 21:22:18.275 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58752024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO STEP 516 (remove_files) COMPLETE
58762024-12-17T21:22:19.902Z[ recovery-image] Dec 17 21:22:18.294 INFO O| Dec 17 21:22:18.294 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58782024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO STEP 517 (remove_files) COMPLETE
58792024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.317 INFO O| Dec 17 21:22:18.317 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.339 INFO O| Dec 17 21:22:18.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58812024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.340 INFO O| Dec 17 21:22:18.340 INFO STEP 518 (remove_files) COMPLETE
58822024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.340 INFO O| Dec 17 21:22:18.340 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-17T21:22:19.903Z[ recovery-image] Dec 17 21:22:18.360 INFO O| Dec 17 21:22:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58842024-12-17T21:22:19.904Z[ recovery-image] Dec 17 21:22:18.361 INFO O| Dec 17 21:22:18.361 INFO STEP 519 (remove_files) COMPLETE
58852024-12-17T21:22:19.904Z[ recovery-image] Dec 17 21:22:18.373 INFO O| Dec 17 21:22:18.373 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-17T21:22:19.904Z[ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58872024-12-17T21:22:19.904Z[ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO STEP 520 (remove_files) COMPLETE
58882024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.431 INFO O| Dec 17 21:22:18.431 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58902024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO STEP 521 (remove_files) COMPLETE
58912024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.452 INFO O| Dec 17 21:22:18.452 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58932024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO STEP 522 (remove_files) COMPLETE
58942024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.483 INFO O| Dec 17 21:22:18.475 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58962024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO STEP 523 (remove_files) COMPLETE
58972024-12-17T21:22:19.920Z[ recovery-image] Dec 17 21:22:18.496 INFO O| Dec 17 21:22:18.496 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-17T21:22:19.972Z[ recovery-image] Dec 17 21:22:18.609 INFO O| Dec 17 21:22:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58992024-12-17T21:22:19.972Z[ recovery-image] Dec 17 21:22:18.610 INFO O| Dec 17 21:22:18.610 INFO STEP 524 (remove_files) COMPLETE
59002024-12-17T21:22:19.973Z[ recovery-image] Dec 17 21:22:18.610 INFO O| Dec 17 21:22:18.610 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-17T21:22:19.991Z[ host-image] Dec 17 21:22:18.622 INFO O| Dec 17 21:22:18.622 INFO O| Done
59022024-12-17T21:22:20.003Z[ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59032024-12-17T21:22:20.003Z[ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO STEP 525 (remove_files) COMPLETE
59042024-12-17T21:22:20.003Z[ recovery-image] Dec 17 21:22:18.630 INFO O| Dec 17 21:22:18.630 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-17T21:22:20.043Z[ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59062024-12-17T21:22:20.044Z[ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO STEP 526 (remove_files) COMPLETE
59072024-12-17T21:22:20.049Z[ recovery-image] Dec 17 21:22:18.658 INFO O| Dec 17 21:22:18.652 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-17T21:22:20.049Z[ host-image] Dec 17 21:22:18.674 INFO O| Dec 17 21:22:18.674 INFO O| Done
59092024-12-17T21:22:20.050Z[ host-image] Dec 17 21:22:18.675 INFO O| Dec 17 21:22:18.675 INFO O| Done
59102024-12-17T21:22:20.057Z[ recovery-image] Dec 17 21:22:18.693 INFO O| Dec 17 21:22:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59112024-12-17T21:22:20.057Z[ recovery-image] Dec 17 21:22:18.694 INFO O| Dec 17 21:22:18.694 INFO STEP 527 (remove_files) COMPLETE
59122024-12-17T21:22:20.076Z[ recovery-image] Dec 17 21:22:18.694 INFO O| Dec 17 21:22:18.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-17T21:22:20.120Z[ host-image] Dec 17 21:22:18.751 INFO O| Dec 17 21:22:18.751 INFO O| Done
59142024-12-17T21:22:20.261Z[ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59152024-12-17T21:22:20.261Z[ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO STEP 528 (remove_files) COMPLETE
59162024-12-17T21:22:20.261Z[ recovery-image] Dec 17 21:22:18.765 INFO O| Dec 17 21:22:18.765 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-17T21:22:20.265Z[ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59182024-12-17T21:22:20.265Z[ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO STEP 529 (remove_files) COMPLETE
59192024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.799 INFO O| Dec 17 21:22:18.799 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59212024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO STEP 530 (remove_files) COMPLETE
59222024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.822 INFO O| Dec 17 21:22:18.821 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59242024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.843 INFO STEP 531 (remove_files) COMPLETE
59252024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.843 INFO O| Dec 17 21:22:18.843 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59272024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO STEP 532 (remove_files) COMPLETE
59282024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.863 INFO O| Dec 17 21:22:18.863 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59302024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO STEP 533 (remove_files) COMPLETE
59312024-12-17T21:22:20.266Z[ recovery-image] Dec 17 21:22:18.885 INFO O| Dec 17 21:22:18.885 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-17T21:22:20.309Z[ recovery-image] Dec 17 21:22:18.945 INFO O| Dec 17 21:22:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59332024-12-17T21:22:20.309Z[ recovery-image] Dec 17 21:22:18.946 INFO O| Dec 17 21:22:18.946 INFO STEP 534 (remove_files) COMPLETE
59342024-12-17T21:22:20.312Z[ recovery-image] Dec 17 21:22:18.946 INFO O| Dec 17 21:22:18.946 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-17T21:22:20.353Z[ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59362024-12-17T21:22:20.353Z[ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO STEP 535 (remove_files) COMPLETE
59372024-12-17T21:22:20.353Z[ recovery-image] Dec 17 21:22:18.990 INFO O| Dec 17 21:22:18.990 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-17T21:22:20.376Z[ host-image] Dec 17 21:22:19.012 INFO O| Dec 17 21:22:19.012 INFO STEP 13 (pkg_install) COMPLETE
59392024-12-17T21:22:20.376Z[ host-image] Dec 17 21:22:19.012 INFO O| Dec 17 21:22:19.012 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59402024-12-17T21:22:20.380Z[ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59412024-12-17T21:22:20.384Z[ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO STEP 536 (remove_files) COMPLETE
59422024-12-17T21:22:20.384Z[ recovery-image] Dec 17 21:22:19.017 INFO O| Dec 17 21:22:19.017 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-17T21:22:20.395Z[ host-image] Dec 17 21:22:19.032 INFO O| Dec 17 21:22:19.032 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
59442024-12-17T21:22:20.480Z[ recovery-image] Dec 17 21:22:19.117 INFO O| Dec 17 21:22:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59452024-12-17T21:22:20.507Z[ recovery-image] Dec 17 21:22:19.144 INFO O| Dec 17 21:22:19.144 INFO STEP 537 (remove_files) COMPLETE
59462024-12-17T21:22:20.507Z[ recovery-image] Dec 17 21:22:19.144 INFO O| Dec 17 21:22:19.144 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-17T21:22:20.541Z[ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59482024-12-17T21:22:20.545Z[ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO STEP 538 (remove_files) COMPLETE
59492024-12-17T21:22:20.545Z[ recovery-image] Dec 17 21:22:19.178 INFO O| Dec 17 21:22:19.178 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-17T21:22:20.562Z[ recovery-image] Dec 17 21:22:19.198 INFO O| Dec 17 21:22:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59512024-12-17T21:22:20.562Z[ recovery-image] Dec 17 21:22:19.199 INFO O| Dec 17 21:22:19.199 INFO STEP 539 (remove_files) COMPLETE
59522024-12-17T21:22:20.562Z[ recovery-image] Dec 17 21:22:19.199 INFO O| Dec 17 21:22:19.199 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-17T21:22:20.583Z[ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59542024-12-17T21:22:20.583Z[ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO STEP 540 (remove_files) COMPLETE
59552024-12-17T21:22:20.583Z[ recovery-image] Dec 17 21:22:19.218 INFO O| Dec 17 21:22:19.218 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-17T21:22:20.633Z[ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59572024-12-17T21:22:20.633Z[ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO STEP 541 (remove_files) COMPLETE
59582024-12-17T21:22:20.636Z[ recovery-image] Dec 17 21:22:19.270 INFO O| Dec 17 21:22:19.270 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-17T21:22:20.704Z[ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59602024-12-17T21:22:20.707Z[ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO STEP 542 (remove_files) COMPLETE
59612024-12-17T21:22:20.707Z[ recovery-image] Dec 17 21:22:19.339 INFO O| Dec 17 21:22:19.339 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-17T21:22:20.735Z[ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59632024-12-17T21:22:20.735Z[ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO STEP 543 (remove_files) COMPLETE
59642024-12-17T21:22:20.736Z[ recovery-image] Dec 17 21:22:19.372 INFO O| Dec 17 21:22:19.372 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-17T21:22:20.757Z[ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59662024-12-17T21:22:20.757Z[ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO STEP 544 (remove_files) COMPLETE
59672024-12-17T21:22:20.757Z[ recovery-image] Dec 17 21:22:19.394 INFO O| Dec 17 21:22:19.394 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-17T21:22:20.780Z[ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59692024-12-17T21:22:20.780Z[ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO STEP 545 (remove_files) COMPLETE
59702024-12-17T21:22:20.783Z[ recovery-image] Dec 17 21:22:19.417 INFO O| Dec 17 21:22:19.417 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-17T21:22:20.801Z[ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59722024-12-17T21:22:20.801Z[ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO STEP 546 (remove_files) COMPLETE
59732024-12-17T21:22:20.801Z[ recovery-image] Dec 17 21:22:19.438 INFO O| Dec 17 21:22:19.438 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-17T21:22:20.831Z[ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59752024-12-17T21:22:20.834Z[ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO STEP 547 (remove_files) COMPLETE
59762024-12-17T21:22:20.834Z[ recovery-image] Dec 17 21:22:19.468 INFO O| Dec 17 21:22:19.468 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-17T21:22:20.888Z[ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59782024-12-17T21:22:20.891Z[ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO STEP 548 (remove_files) COMPLETE
59792024-12-17T21:22:20.892Z[ recovery-image] Dec 17 21:22:19.525 INFO O| Dec 17 21:22:19.525 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-17T21:22:20.912Z[ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59812024-12-17T21:22:20.915Z[ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.549 INFO STEP 549 (remove_files) COMPLETE
59822024-12-17T21:22:20.915Z[ recovery-image] Dec 17 21:22:19.549 INFO O| Dec 17 21:22:19.549 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-17T21:22:20.985Z[ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59842024-12-17T21:22:20.985Z[ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO STEP 550 (remove_files) COMPLETE
59852024-12-17T21:22:20.985Z[ recovery-image] Dec 17 21:22:19.621 INFO O| Dec 17 21:22:19.621 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-17T21:22:21.011Z[ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59872024-12-17T21:22:21.011Z[ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO STEP 551 (remove_files) COMPLETE
59882024-12-17T21:22:21.011Z[ recovery-image] Dec 17 21:22:19.642 INFO O| Dec 17 21:22:19.642 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-17T21:22:21.070Z[ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59902024-12-17T21:22:21.073Z[ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.707 INFO STEP 552 (remove_files) COMPLETE
59912024-12-17T21:22:21.073Z[ recovery-image] Dec 17 21:22:19.707 INFO O| Dec 17 21:22:19.707 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-17T21:22:21.315Z[ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59932024-12-17T21:22:21.315Z[ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO STEP 553 (remove_files) COMPLETE
59942024-12-17T21:22:21.315Z[ recovery-image] Dec 17 21:22:19.951 INFO O| Dec 17 21:22:19.951 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-17T21:22:21.347Z[ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59962024-12-17T21:22:21.350Z[ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO STEP 554 (remove_files) COMPLETE
59972024-12-17T21:22:21.350Z[ recovery-image] Dec 17 21:22:19.982 INFO O| Dec 17 21:22:19.982 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-17T21:22:21.403Z[ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59992024-12-17T21:22:21.403Z[ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO STEP 555 (remove_files) COMPLETE
60002024-12-17T21:22:21.407Z[ recovery-image] Dec 17 21:22:20.040 INFO O| Dec 17 21:22:20.040 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-17T21:22:21.424Z[ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60022024-12-17T21:22:21.424Z[ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.061 INFO STEP 556 (remove_files) COMPLETE
60032024-12-17T21:22:21.427Z[ recovery-image] Dec 17 21:22:20.061 INFO O| Dec 17 21:22:20.061 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-17T21:22:21.471Z[ recovery-image] Dec 17 21:22:20.102 INFO O| Dec 17 21:22:20.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60052024-12-17T21:22:21.489Z[ recovery-image] Dec 17 21:22:20.126 INFO O| Dec 17 21:22:20.126 INFO STEP 557 (remove_files) COMPLETE
60062024-12-17T21:22:21.489Z[ recovery-image] Dec 17 21:22:20.126 INFO O| Dec 17 21:22:20.126 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-17T21:22:21.553Z[ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60082024-12-17T21:22:21.553Z[ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO STEP 558 (remove_files) COMPLETE
60092024-12-17T21:22:21.553Z[ recovery-image] Dec 17 21:22:20.190 INFO O| Dec 17 21:22:20.190 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-17T21:22:21.595Z[ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60112024-12-17T21:22:21.596Z[ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO STEP 559 (remove_files) COMPLETE
60122024-12-17T21:22:21.596Z[ recovery-image] Dec 17 21:22:20.227 INFO O| Dec 17 21:22:20.227 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-17T21:22:21.613Z[ recovery-image] Dec 17 21:22:20.248 INFO O| Dec 17 21:22:20.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60142024-12-17T21:22:21.636Z[ recovery-image] Dec 17 21:22:20.271 INFO O| Dec 17 21:22:20.271 INFO STEP 560 (remove_files) COMPLETE
60152024-12-17T21:22:21.636Z[ recovery-image] Dec 17 21:22:20.271 INFO O| Dec 17 21:22:20.271 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-17T21:22:21.695Z[ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60172024-12-17T21:22:21.695Z[ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO STEP 561 (remove_files) COMPLETE
60182024-12-17T21:22:21.695Z[ recovery-image] Dec 17 21:22:20.331 INFO O| Dec 17 21:22:20.331 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-17T21:22:21.720Z[ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60202024-12-17T21:22:21.720Z[ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO STEP 562 (remove_files) COMPLETE
60212024-12-17T21:22:21.727Z[ recovery-image] Dec 17 21:22:20.353 INFO O| Dec 17 21:22:20.353 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-17T21:22:21.750Z[ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60232024-12-17T21:22:21.750Z[ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.387 INFO STEP 563 (remove_files) COMPLETE
60242024-12-17T21:22:21.754Z[ recovery-image] Dec 17 21:22:20.387 INFO O| Dec 17 21:22:20.387 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-17T21:22:21.772Z[ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60262024-12-17T21:22:21.772Z[ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO STEP 564 (remove_files) COMPLETE
60272024-12-17T21:22:21.772Z[ recovery-image] Dec 17 21:22:20.408 INFO O| Dec 17 21:22:20.408 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-17T21:22:21.792Z[ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60292024-12-17T21:22:21.792Z[ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO STEP 565 (remove_files) COMPLETE
60302024-12-17T21:22:21.793Z[ recovery-image] Dec 17 21:22:20.428 INFO O| Dec 17 21:22:20.428 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-17T21:22:21.815Z[ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60322024-12-17T21:22:21.816Z[ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO STEP 566 (remove_files) COMPLETE
60332024-12-17T21:22:21.816Z[ recovery-image] Dec 17 21:22:20.449 INFO O| Dec 17 21:22:20.449 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-17T21:22:21.834Z[ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60352024-12-17T21:22:21.834Z[ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO STEP 567 (remove_files) COMPLETE
60362024-12-17T21:22:21.834Z[ recovery-image] Dec 17 21:22:20.470 INFO O| Dec 17 21:22:20.470 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-17T21:22:21.858Z[ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60382024-12-17T21:22:21.865Z[ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO STEP 568 (remove_files) COMPLETE
60392024-12-17T21:22:21.866Z[ recovery-image] Dec 17 21:22:20.492 INFO O| Dec 17 21:22:20.492 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-17T21:22:21.887Z[ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60412024-12-17T21:22:21.893Z[ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO STEP 569 (remove_files) COMPLETE
60422024-12-17T21:22:21.893Z[ recovery-image] Dec 17 21:22:20.522 INFO O| Dec 17 21:22:20.522 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-17T21:22:21.896Z[ host-image] Dec 17 21:22:20.530 INFO O| Dec 17 21:22:20.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60442024-12-17T21:22:21.926Z[ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60452024-12-17T21:22:21.926Z[ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO STEP 570 (remove_files) COMPLETE
60462024-12-17T21:22:21.926Z[ recovery-image] Dec 17 21:22:20.561 INFO O| Dec 17 21:22:20.561 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-17T21:22:21.947Z[ recovery-image] Dec 17 21:22:20.583 INFO O| Dec 17 21:22:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60482024-12-17T21:22:21.954Z[ recovery-image] Dec 17 21:22:20.583 INFO O| Dec 17 21:22:20.583 INFO STEP 571 (remove_files) COMPLETE
60492024-12-17T21:22:21.954Z[ recovery-image] Dec 17 21:22:20.584 INFO O| Dec 17 21:22:20.584 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-17T21:22:21.987Z[ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60512024-12-17T21:22:21.987Z[ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO STEP 572 (remove_files) COMPLETE
60522024-12-17T21:22:21.988Z[ recovery-image] Dec 17 21:22:20.623 INFO O| Dec 17 21:22:20.623 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-17T21:22:22.010Z[ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60542024-12-17T21:22:22.010Z[ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO STEP 573 (remove_files) COMPLETE
60552024-12-17T21:22:22.010Z[ recovery-image] Dec 17 21:22:20.644 INFO O| Dec 17 21:22:20.644 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-17T21:22:22.047Z[ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60572024-12-17T21:22:22.047Z[ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO STEP 574 (remove_files) COMPLETE
60582024-12-17T21:22:22.054Z[ recovery-image] Dec 17 21:22:20.682 INFO O| Dec 17 21:22:20.682 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-17T21:22:22.104Z[ recovery-image] Dec 17 21:22:20.740 INFO O| Dec 17 21:22:20.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60602024-12-17T21:22:22.104Z[ recovery-image] Dec 17 21:22:20.740 INFO O| Dec 17 21:22:20.740 INFO STEP 575 (remove_files) COMPLETE
60612024-12-17T21:22:22.108Z[ recovery-image] Dec 17 21:22:20.741 INFO O| Dec 17 21:22:20.740 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-17T21:22:22.129Z[ recovery-image] Dec 17 21:22:20.763 INFO O| Dec 17 21:22:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60632024-12-17T21:22:22.130Z[ recovery-image] Dec 17 21:22:20.763 INFO O| Dec 17 21:22:20.763 INFO STEP 576 (remove_files) COMPLETE
60642024-12-17T21:22:22.130Z[ recovery-image] Dec 17 21:22:20.764 INFO O| Dec 17 21:22:20.763 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-17T21:22:22.160Z[ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60662024-12-17T21:22:22.161Z[ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO STEP 577 (remove_files) COMPLETE
60672024-12-17T21:22:22.161Z[ recovery-image] Dec 17 21:22:20.797 INFO O| Dec 17 21:22:20.797 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-17T21:22:22.219Z[ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60692024-12-17T21:22:22.219Z[ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO STEP 578 (remove_files) COMPLETE
60702024-12-17T21:22:22.219Z[ recovery-image] Dec 17 21:22:20.855 INFO O| Dec 17 21:22:20.855 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-17T21:22:22.242Z[ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60722024-12-17T21:22:22.242Z[ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO STEP 579 (remove_files) COMPLETE
60732024-12-17T21:22:22.242Z[ recovery-image] Dec 17 21:22:20.878 INFO O| Dec 17 21:22:20.878 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-17T21:22:22.278Z[ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60752024-12-17T21:22:22.278Z[ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO STEP 580 (remove_files) COMPLETE
60762024-12-17T21:22:22.282Z[ recovery-image] Dec 17 21:22:20.914 INFO O| Dec 17 21:22:20.914 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-17T21:22:22.340Z[ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60782024-12-17T21:22:22.341Z[ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO STEP 581 (remove_files) COMPLETE
60792024-12-17T21:22:22.341Z[ recovery-image] Dec 17 21:22:20.977 INFO O| Dec 17 21:22:20.977 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-17T21:22:22.361Z[ recovery-image] Dec 17 21:22:20.997 INFO O| Dec 17 21:22:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60812024-12-17T21:22:22.361Z[ recovery-image] Dec 17 21:22:20.998 INFO O| Dec 17 21:22:20.998 INFO STEP 582 (remove_files) COMPLETE
60822024-12-17T21:22:22.361Z[ recovery-image] Dec 17 21:22:20.998 INFO O| Dec 17 21:22:20.998 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-17T21:22:22.405Z[ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60842024-12-17T21:22:22.405Z[ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO STEP 583 (remove_files) COMPLETE
60852024-12-17T21:22:22.405Z[ recovery-image] Dec 17 21:22:21.041 INFO O| Dec 17 21:22:21.041 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-17T21:22:22.428Z[ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60872024-12-17T21:22:22.428Z[ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO STEP 584 (remove_files) COMPLETE
60882024-12-17T21:22:22.428Z[ recovery-image] Dec 17 21:22:21.065 INFO O| Dec 17 21:22:21.065 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-17T21:22:22.484Z[ recovery-image] Dec 17 21:22:21.121 INFO O| Dec 17 21:22:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60902024-12-17T21:22:22.488Z[ recovery-image] Dec 17 21:22:21.121 INFO O| Dec 17 21:22:21.121 INFO STEP 585 (remove_files) COMPLETE
60912024-12-17T21:22:22.488Z[ recovery-image] Dec 17 21:22:21.122 INFO O| Dec 17 21:22:21.121 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-17T21:22:22.508Z[ recovery-image] Dec 17 21:22:21.144 INFO O| Dec 17 21:22:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60932024-12-17T21:22:22.511Z[ recovery-image] Dec 17 21:22:21.144 INFO O| Dec 17 21:22:21.144 INFO STEP 586 (remove_files) COMPLETE
60942024-12-17T21:22:22.512Z[ recovery-image] Dec 17 21:22:21.145 INFO O| Dec 17 21:22:21.144 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-17T21:22:22.537Z[ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60962024-12-17T21:22:22.537Z[ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO STEP 587 (remove_files) COMPLETE
60972024-12-17T21:22:22.537Z[ recovery-image] Dec 17 21:22:21.171 INFO O| Dec 17 21:22:21.171 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-17T21:22:22.576Z[ recovery-image] Dec 17 21:22:21.208 INFO O| Dec 17 21:22:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60992024-12-17T21:22:22.576Z[ recovery-image] Dec 17 21:22:21.209 INFO O| Dec 17 21:22:21.209 INFO STEP 588 (remove_files) COMPLETE
61002024-12-17T21:22:22.576Z[ recovery-image] Dec 17 21:22:21.209 INFO O| Dec 17 21:22:21.209 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-17T21:22:22.594Z[ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61022024-12-17T21:22:22.594Z[ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO STEP 589 (remove_files) COMPLETE
61032024-12-17T21:22:22.594Z[ recovery-image] Dec 17 21:22:21.230 INFO O| Dec 17 21:22:21.230 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-17T21:22:22.651Z[ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61052024-12-17T21:22:22.655Z[ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO STEP 590 (remove_files) COMPLETE
61062024-12-17T21:22:22.655Z[ recovery-image] Dec 17 21:22:21.288 INFO O| Dec 17 21:22:21.288 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-17T21:22:22.706Z[ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61082024-12-17T21:22:22.706Z[ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO STEP 591 (remove_files) COMPLETE
61092024-12-17T21:22:22.710Z[ recovery-image] Dec 17 21:22:21.342 INFO O| Dec 17 21:22:21.342 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-17T21:22:22.726Z[ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61112024-12-17T21:22:22.726Z[ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO STEP 592 (remove_files) COMPLETE
61122024-12-17T21:22:22.726Z[ recovery-image] Dec 17 21:22:21.363 INFO O| Dec 17 21:22:21.363 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-17T21:22:22.769Z[ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61142024-12-17T21:22:22.769Z[ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO STEP 593 (remove_files) COMPLETE
61152024-12-17T21:22:22.769Z[ recovery-image] Dec 17 21:22:21.406 INFO O| Dec 17 21:22:21.406 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-17T21:22:22.830Z[ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61172024-12-17T21:22:22.834Z[ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO STEP 594 (remove_files) COMPLETE
61182024-12-17T21:22:22.834Z[ recovery-image] Dec 17 21:22:21.466 INFO O| Dec 17 21:22:21.466 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-17T21:22:22.851Z[ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61202024-12-17T21:22:22.852Z[ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO STEP 595 (remove_files) COMPLETE
61212024-12-17T21:22:22.852Z[ recovery-image] Dec 17 21:22:21.488 INFO O| Dec 17 21:22:21.488 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-17T21:22:22.888Z[ recovery-image] Dec 17 21:22:21.523 INFO O| Dec 17 21:22:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61232024-12-17T21:22:22.888Z[ recovery-image] Dec 17 21:22:21.524 INFO O| Dec 17 21:22:21.524 INFO STEP 596 (remove_files) COMPLETE
61242024-12-17T21:22:22.892Z[ recovery-image] Dec 17 21:22:21.524 INFO O| Dec 17 21:22:21.524 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-17T21:22:22.908Z[ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61262024-12-17T21:22:22.911Z[ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO STEP 597 (remove_files) COMPLETE
61272024-12-17T21:22:22.911Z[ recovery-image] Dec 17 21:22:21.545 INFO O| Dec 17 21:22:21.545 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-17T21:22:22.930Z[ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61292024-12-17T21:22:22.934Z[ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.567 INFO STEP 598 (remove_files) COMPLETE
61302024-12-17T21:22:22.934Z[ recovery-image] Dec 17 21:22:21.567 INFO O| Dec 17 21:22:21.567 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-17T21:22:22.962Z[ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61322024-12-17T21:22:22.962Z[ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO STEP 599 (remove_files) COMPLETE
61332024-12-17T21:22:22.966Z[ recovery-image] Dec 17 21:22:21.599 INFO O| Dec 17 21:22:21.599 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-17T21:22:22.985Z[ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61352024-12-17T21:22:22.985Z[ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO STEP 600 (remove_files) COMPLETE
61362024-12-17T21:22:22.988Z[ recovery-image] Dec 17 21:22:21.622 INFO O| Dec 17 21:22:21.622 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-17T21:22:23.023Z[ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61382024-12-17T21:22:23.023Z[ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO STEP 601 (remove_files) COMPLETE
61392024-12-17T21:22:23.030Z[ recovery-image] Dec 17 21:22:21.653 INFO O| Dec 17 21:22:21.653 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-17T21:22:23.062Z[ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61412024-12-17T21:22:23.062Z[ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO STEP 602 (remove_files) COMPLETE
61422024-12-17T21:22:23.063Z[ recovery-image] Dec 17 21:22:21.688 INFO O| Dec 17 21:22:21.688 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-17T21:22:23.094Z[ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61442024-12-17T21:22:23.099Z[ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO STEP 603 (remove_files) COMPLETE
61452024-12-17T21:22:23.099Z[ recovery-image] Dec 17 21:22:21.729 INFO O| Dec 17 21:22:21.729 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-17T21:22:23.126Z[ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61472024-12-17T21:22:23.131Z[ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO STEP 604 (remove_files) COMPLETE
61482024-12-17T21:22:23.131Z[ recovery-image] Dec 17 21:22:21.751 INFO O| Dec 17 21:22:21.751 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-17T21:22:23.169Z[ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61502024-12-17T21:22:23.169Z[ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO STEP 605 (remove_files) COMPLETE
61512024-12-17T21:22:23.169Z[ recovery-image] Dec 17 21:22:21.806 INFO O| Dec 17 21:22:21.806 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-17T21:22:23.194Z[ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61532024-12-17T21:22:23.194Z[ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.829 INFO STEP 606 (remove_files) COMPLETE
61542024-12-17T21:22:23.197Z[ recovery-image] Dec 17 21:22:21.829 INFO O| Dec 17 21:22:21.829 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-17T21:22:23.213Z[ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61562024-12-17T21:22:23.213Z[ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO STEP 607 (remove_files) COMPLETE
61572024-12-17T21:22:23.213Z[ recovery-image] Dec 17 21:22:21.850 INFO O| Dec 17 21:22:21.850 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-17T21:22:23.236Z[ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61592024-12-17T21:22:23.236Z[ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO STEP 608 (remove_files) COMPLETE
61602024-12-17T21:22:23.236Z[ recovery-image] Dec 17 21:22:21.873 INFO O| Dec 17 21:22:21.873 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-17T21:22:23.276Z[ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61622024-12-17T21:22:23.276Z[ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO STEP 609 (remove_files) COMPLETE
61632024-12-17T21:22:23.276Z[ recovery-image] Dec 17 21:22:21.912 INFO O| Dec 17 21:22:21.912 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-17T21:22:23.300Z[ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61652024-12-17T21:22:23.300Z[ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO STEP 610 (remove_files) COMPLETE
61662024-12-17T21:22:23.300Z[ recovery-image] Dec 17 21:22:21.936 INFO O| Dec 17 21:22:21.936 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-17T21:22:23.359Z[ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61682024-12-17T21:22:23.359Z[ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO STEP 611 (remove_files) COMPLETE
61692024-12-17T21:22:23.359Z[ recovery-image] Dec 17 21:22:21.994 INFO O| Dec 17 21:22:21.994 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-17T21:22:23.380Z[ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61712024-12-17T21:22:23.380Z[ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO STEP 612 (remove_files) COMPLETE
61722024-12-17T21:22:23.381Z[ recovery-image] Dec 17 21:22:22.016 INFO O| Dec 17 21:22:22.016 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-17T21:22:23.403Z[ recovery-image] Dec 17 21:22:22.040 INFO O| Dec 17 21:22:22.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61742024-12-17T21:22:23.407Z[ recovery-image] Dec 17 21:22:22.040 INFO O| Dec 17 21:22:22.040 INFO STEP 613 (remove_files) COMPLETE
61752024-12-17T21:22:23.407Z[ recovery-image] Dec 17 21:22:22.041 INFO O| Dec 17 21:22:22.040 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-17T21:22:23.425Z[ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61772024-12-17T21:22:23.428Z[ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO STEP 614 (remove_files) COMPLETE
61782024-12-17T21:22:23.428Z[ recovery-image] Dec 17 21:22:22.061 INFO O| Dec 17 21:22:22.061 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-17T21:22:23.446Z[ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61802024-12-17T21:22:23.449Z[ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO STEP 615 (remove_files) COMPLETE
61812024-12-17T21:22:23.449Z[ recovery-image] Dec 17 21:22:22.082 INFO O| Dec 17 21:22:22.082 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-17T21:22:23.467Z[ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61832024-12-17T21:22:23.467Z[ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.104 INFO STEP 616 (remove_files) COMPLETE
61842024-12-17T21:22:23.467Z[ recovery-image] Dec 17 21:22:22.104 INFO O| Dec 17 21:22:22.104 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-17T21:22:23.500Z[ recovery-image] Dec 17 21:22:22.137 INFO O| Dec 17 21:22:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61862024-12-17T21:22:23.503Z[ recovery-image] Dec 17 21:22:22.137 INFO O| Dec 17 21:22:22.137 INFO STEP 617 (remove_files) COMPLETE
61872024-12-17T21:22:23.504Z[ recovery-image] Dec 17 21:22:22.138 INFO O| Dec 17 21:22:22.137 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-17T21:22:23.569Z[ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61892024-12-17T21:22:23.569Z[ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO STEP 618 (remove_files) COMPLETE
61902024-12-17T21:22:23.569Z[ recovery-image] Dec 17 21:22:22.206 INFO O| Dec 17 21:22:22.206 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-17T21:22:23.591Z[ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61922024-12-17T21:22:23.591Z[ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO STEP 619 (remove_files) COMPLETE
61932024-12-17T21:22:23.591Z[ recovery-image] Dec 17 21:22:22.228 INFO O| Dec 17 21:22:22.228 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-17T21:22:23.635Z[ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61952024-12-17T21:22:23.635Z[ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO STEP 620 (remove_files) COMPLETE
61962024-12-17T21:22:23.635Z[ recovery-image] Dec 17 21:22:22.272 INFO O| Dec 17 21:22:22.272 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-17T21:22:23.671Z[ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61982024-12-17T21:22:23.671Z[ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO STEP 621 (remove_files) COMPLETE
61992024-12-17T21:22:23.672Z[ recovery-image] Dec 17 21:22:22.308 INFO O| Dec 17 21:22:22.308 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-17T21:22:23.702Z[ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62012024-12-17T21:22:23.702Z[ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO STEP 622 (remove_files) COMPLETE
62022024-12-17T21:22:23.702Z[ recovery-image] Dec 17 21:22:22.338 INFO O| Dec 17 21:22:22.338 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-17T21:22:23.758Z[ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62042024-12-17T21:22:23.758Z[ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO STEP 623 (remove_files) COMPLETE
62052024-12-17T21:22:23.761Z[ recovery-image] Dec 17 21:22:22.394 INFO O| Dec 17 21:22:22.394 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-17T21:22:23.794Z[ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62072024-12-17T21:22:23.797Z[ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO STEP 624 (remove_files) COMPLETE
62082024-12-17T21:22:23.797Z[ recovery-image] Dec 17 21:22:22.431 INFO O| Dec 17 21:22:22.431 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-17T21:22:23.816Z[ recovery-image] Dec 17 21:22:22.453 INFO O| Dec 17 21:22:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62102024-12-17T21:22:23.820Z[ recovery-image] Dec 17 21:22:22.454 INFO O| Dec 17 21:22:22.454 INFO STEP 625 (remove_files) COMPLETE
62112024-12-17T21:22:23.820Z[ recovery-image] Dec 17 21:22:22.454 INFO O| Dec 17 21:22:22.454 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-17T21:22:23.845Z[ recovery-image] Dec 17 21:22:22.480 INFO O| Dec 17 21:22:22.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62132024-12-17T21:22:23.845Z[ recovery-image] Dec 17 21:22:22.481 INFO O| Dec 17 21:22:22.481 INFO STEP 626 (remove_files) COMPLETE
62142024-12-17T21:22:23.848Z[ recovery-image] Dec 17 21:22:22.481 INFO O| Dec 17 21:22:22.481 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-17T21:22:23.867Z[ recovery-image] Dec 17 21:22:22.503 INFO O| Dec 17 21:22:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62162024-12-17T21:22:23.869Z[ recovery-image] Dec 17 21:22:22.504 INFO O| Dec 17 21:22:22.504 INFO STEP 627 (remove_files) COMPLETE
62172024-12-17T21:22:23.870Z[ recovery-image] Dec 17 21:22:22.504 INFO O| Dec 17 21:22:22.504 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-17T21:22:23.908Z[ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62192024-12-17T21:22:23.908Z[ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO STEP 628 (remove_files) COMPLETE
62202024-12-17T21:22:23.908Z[ recovery-image] Dec 17 21:22:22.545 INFO O| Dec 17 21:22:22.545 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-17T21:22:23.970Z[ recovery-image] Dec 17 21:22:22.606 INFO O| Dec 17 21:22:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62222024-12-17T21:22:23.970Z[ recovery-image] Dec 17 21:22:22.607 INFO O| Dec 17 21:22:22.606 INFO STEP 629 (remove_files) COMPLETE
62232024-12-17T21:22:23.979Z[ recovery-image] Dec 17 21:22:22.607 INFO O| Dec 17 21:22:22.607 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-17T21:22:23.988Z[ recovery-image] Dec 17 21:22:22.625 INFO O| Dec 17 21:22:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62252024-12-17T21:22:23.989Z[ recovery-image] Dec 17 21:22:22.626 INFO O| Dec 17 21:22:22.626 INFO STEP 630 (remove_files) COMPLETE
62262024-12-17T21:22:23.989Z[ recovery-image] Dec 17 21:22:22.626 INFO O| Dec 17 21:22:22.626 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-17T21:22:24.008Z[ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62282024-12-17T21:22:24.008Z[ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO STEP 631 (remove_files) COMPLETE
62292024-12-17T21:22:24.008Z[ recovery-image] Dec 17 21:22:22.644 INFO O| Dec 17 21:22:22.644 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-17T21:22:24.045Z[ recovery-image] Dec 17 21:22:22.680 INFO O| Dec 17 21:22:22.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62312024-12-17T21:22:24.053Z[ recovery-image] Dec 17 21:22:22.681 INFO O| Dec 17 21:22:22.681 INFO STEP 632 (remove_files) COMPLETE
62322024-12-17T21:22:24.053Z[ recovery-image] Dec 17 21:22:22.681 INFO O| Dec 17 21:22:22.681 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-17T21:22:24.064Z[ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62342024-12-17T21:22:24.068Z[ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO STEP 633 (remove_files) COMPLETE
62352024-12-17T21:22:24.069Z[ recovery-image] Dec 17 21:22:22.701 INFO O| Dec 17 21:22:22.701 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-17T21:22:24.094Z[ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62372024-12-17T21:22:24.098Z[ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO STEP 634 (remove_files) COMPLETE
62382024-12-17T21:22:24.098Z[ recovery-image] Dec 17 21:22:22.730 INFO O| Dec 17 21:22:22.730 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-17T21:22:24.123Z[ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62402024-12-17T21:22:24.123Z[ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO STEP 635 (remove_files) COMPLETE
62412024-12-17T21:22:24.123Z[ recovery-image] Dec 17 21:22:22.757 INFO O| Dec 17 21:22:22.757 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-17T21:22:24.153Z[ recovery-image] Dec 17 21:22:22.779 INFO O| Dec 17 21:22:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62432024-12-17T21:22:24.153Z[ recovery-image] Dec 17 21:22:22.780 INFO O| Dec 17 21:22:22.780 INFO STEP 636 (remove_files) COMPLETE
62442024-12-17T21:22:24.153Z[ recovery-image] Dec 17 21:22:22.780 INFO O| Dec 17 21:22:22.780 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-17T21:22:24.162Z[ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62462024-12-17T21:22:24.162Z[ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.799 INFO STEP 637 (remove_files) COMPLETE
62472024-12-17T21:22:24.162Z[ recovery-image] Dec 17 21:22:22.799 INFO O| Dec 17 21:22:22.799 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-17T21:22:24.194Z[ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62492024-12-17T21:22:24.197Z[ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.821 INFO STEP 638 (remove_files) COMPLETE
62502024-12-17T21:22:24.197Z[ recovery-image] Dec 17 21:22:22.821 INFO O| Dec 17 21:22:22.821 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-17T21:22:24.206Z[ recovery-image] Dec 17 21:22:22.842 INFO O| Dec 17 21:22:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62522024-12-17T21:22:24.209Z[ recovery-image] Dec 17 21:22:22.843 INFO O| Dec 17 21:22:22.843 INFO STEP 639 (remove_files) COMPLETE
62532024-12-17T21:22:24.209Z[ recovery-image] Dec 17 21:22:22.843 INFO O| Dec 17 21:22:22.843 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-17T21:22:24.226Z[ recovery-image] Dec 17 21:22:22.863 INFO O| Dec 17 21:22:22.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62552024-12-17T21:22:24.230Z[ recovery-image] Dec 17 21:22:22.863 INFO O| Dec 17 21:22:22.863 INFO STEP 640 (remove_files) COMPLETE
62562024-12-17T21:22:24.230Z[ recovery-image] Dec 17 21:22:22.864 INFO O| Dec 17 21:22:22.863 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-17T21:22:24.246Z[ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62582024-12-17T21:22:24.249Z[ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO STEP 641 (remove_files) COMPLETE
62592024-12-17T21:22:24.249Z[ recovery-image] Dec 17 21:22:22.883 INFO O| Dec 17 21:22:22.883 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-17T21:22:24.303Z[ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62612024-12-17T21:22:24.306Z[ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO STEP 642 (remove_files) COMPLETE
62622024-12-17T21:22:24.306Z[ recovery-image] Dec 17 21:22:22.940 INFO O| Dec 17 21:22:22.940 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-17T21:22:24.365Z[ recovery-image] Dec 17 21:22:23.001 INFO O| Dec 17 21:22:23.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62642024-12-17T21:22:24.365Z[ recovery-image] Dec 17 21:22:23.002 INFO O| Dec 17 21:22:23.002 INFO STEP 643 (remove_files) COMPLETE
62652024-12-17T21:22:24.369Z[ recovery-image] Dec 17 21:22:23.002 INFO O| Dec 17 21:22:23.002 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-17T21:22:24.401Z[ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62672024-12-17T21:22:24.401Z[ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO STEP 644 (remove_files) COMPLETE
62682024-12-17T21:22:24.401Z[ recovery-image] Dec 17 21:22:23.038 INFO O| Dec 17 21:22:23.038 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-17T21:22:24.423Z[ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62702024-12-17T21:22:24.424Z[ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO STEP 645 (remove_files) COMPLETE
62712024-12-17T21:22:24.424Z[ recovery-image] Dec 17 21:22:23.060 INFO O| Dec 17 21:22:23.060 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-17T21:22:24.446Z[ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62732024-12-17T21:22:24.446Z[ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO STEP 646 (remove_files) COMPLETE
62742024-12-17T21:22:24.446Z[ recovery-image] Dec 17 21:22:23.082 INFO O| Dec 17 21:22:23.082 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-17T21:22:24.466Z[ recovery-image] Dec 17 21:22:23.103 INFO O| Dec 17 21:22:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62762024-12-17T21:22:24.491Z[ recovery-image] Dec 17 21:22:23.127 INFO O| Dec 17 21:22:23.127 INFO STEP 647 (remove_files) COMPLETE
62772024-12-17T21:22:24.491Z[ recovery-image] Dec 17 21:22:23.127 INFO O| Dec 17 21:22:23.127 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-17T21:22:24.523Z[ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62792024-12-17T21:22:24.523Z[ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO STEP 648 (remove_files) COMPLETE
62802024-12-17T21:22:24.526Z[ recovery-image] Dec 17 21:22:23.160 INFO O| Dec 17 21:22:23.160 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-17T21:22:24.568Z[ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62822024-12-17T21:22:24.568Z[ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO STEP 649 (remove_files) COMPLETE
62832024-12-17T21:22:24.572Z[ recovery-image] Dec 17 21:22:23.205 INFO O| Dec 17 21:22:23.205 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-17T21:22:24.602Z[ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62852024-12-17T21:22:24.602Z[ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO STEP 650 (remove_files) COMPLETE
62862024-12-17T21:22:24.602Z[ recovery-image] Dec 17 21:22:23.238 INFO O| Dec 17 21:22:23.238 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-17T21:22:24.641Z[ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62882024-12-17T21:22:24.644Z[ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO STEP 651 (remove_files) COMPLETE
62892024-12-17T21:22:24.644Z[ recovery-image] Dec 17 21:22:23.277 INFO O| Dec 17 21:22:23.277 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-17T21:22:24.662Z[ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62912024-12-17T21:22:24.662Z[ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.299 INFO STEP 652 (remove_files) COMPLETE
62922024-12-17T21:22:24.662Z[ recovery-image] Dec 17 21:22:23.299 INFO O| Dec 17 21:22:23.299 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-17T21:22:24.683Z[ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62942024-12-17T21:22:24.683Z[ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO STEP 653 (remove_files) COMPLETE
62952024-12-17T21:22:24.683Z[ recovery-image] Dec 17 21:22:23.320 INFO O| Dec 17 21:22:23.320 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-17T21:22:24.706Z[ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62972024-12-17T21:22:24.706Z[ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.343 INFO STEP 654 (remove_files) COMPLETE
62982024-12-17T21:22:24.709Z[ recovery-image] Dec 17 21:22:23.343 INFO O| Dec 17 21:22:23.343 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-17T21:22:24.728Z[ recovery-image] Dec 17 21:22:23.364 INFO O| Dec 17 21:22:23.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63002024-12-17T21:22:24.729Z[ recovery-image] Dec 17 21:22:23.365 INFO O| Dec 17 21:22:23.365 INFO STEP 655 (remove_files) COMPLETE
63012024-12-17T21:22:24.729Z[ recovery-image] Dec 17 21:22:23.365 INFO O| Dec 17 21:22:23.365 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-17T21:22:24.749Z[ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63032024-12-17T21:22:24.749Z[ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO STEP 656 (remove_files) COMPLETE
63042024-12-17T21:22:24.753Z[ recovery-image] Dec 17 21:22:23.386 INFO O| Dec 17 21:22:23.386 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-17T21:22:24.780Z[ recovery-image] Dec 17 21:22:23.416 INFO O| Dec 17 21:22:23.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63062024-12-17T21:22:24.782Z[ recovery-image] Dec 17 21:22:23.417 INFO O| Dec 17 21:22:23.416 INFO STEP 657 (remove_files) COMPLETE
63072024-12-17T21:22:24.783Z[ recovery-image] Dec 17 21:22:23.417 INFO O| Dec 17 21:22:23.417 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-17T21:22:24.803Z[ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63092024-12-17T21:22:24.803Z[ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO STEP 658 (remove_files) COMPLETE
63102024-12-17T21:22:24.803Z[ recovery-image] Dec 17 21:22:23.439 INFO O| Dec 17 21:22:23.439 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-17T21:22:24.907Z[ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63122024-12-17T21:22:24.907Z[ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO STEP 659 (remove_files) COMPLETE
63132024-12-17T21:22:24.911Z[ recovery-image] Dec 17 21:22:23.532 INFO O| Dec 17 21:22:23.532 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-17T21:22:24.916Z[ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63152024-12-17T21:22:24.919Z[ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO STEP 660 (remove_files) COMPLETE
63162024-12-17T21:22:24.919Z[ recovery-image] Dec 17 21:22:23.553 INFO O| Dec 17 21:22:23.553 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-17T21:22:24.936Z[ recovery-image] Dec 17 21:22:23.573 INFO O| Dec 17 21:22:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63182024-12-17T21:22:24.939Z[ recovery-image] Dec 17 21:22:23.573 INFO O| Dec 17 21:22:23.573 INFO STEP 661 (remove_files) COMPLETE
63192024-12-17T21:22:24.939Z[ recovery-image] Dec 17 21:22:23.574 INFO O| Dec 17 21:22:23.573 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-17T21:22:24.959Z[ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63212024-12-17T21:22:24.959Z[ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO STEP 662 (remove_files) COMPLETE
63222024-12-17T21:22:24.959Z[ recovery-image] Dec 17 21:22:23.595 INFO O| Dec 17 21:22:23.595 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-17T21:22:24.987Z[ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63242024-12-17T21:22:24.987Z[ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO STEP 663 (remove_files) COMPLETE
63252024-12-17T21:22:24.987Z[ recovery-image] Dec 17 21:22:23.624 INFO O| Dec 17 21:22:23.624 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-17T21:22:25.025Z[ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63272024-12-17T21:22:25.025Z[ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO STEP 664 (remove_files) COMPLETE
63282024-12-17T21:22:25.025Z[ recovery-image] Dec 17 21:22:23.661 INFO O| Dec 17 21:22:23.661 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-17T21:22:25.058Z[ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63302024-12-17T21:22:25.058Z[ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO STEP 665 (remove_files) COMPLETE
63312024-12-17T21:22:25.058Z[ recovery-image] Dec 17 21:22:23.695 INFO O| Dec 17 21:22:23.695 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-17T21:22:25.119Z[ recovery-image] Dec 17 21:22:23.754 INFO O| Dec 17 21:22:23.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63332024-12-17T21:22:25.119Z[ recovery-image] Dec 17 21:22:23.755 INFO O| Dec 17 21:22:23.755 INFO STEP 666 (remove_files) COMPLETE
63342024-12-17T21:22:25.119Z[ recovery-image] Dec 17 21:22:23.755 INFO O| Dec 17 21:22:23.755 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-17T21:22:25.159Z[ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63362024-12-17T21:22:25.159Z[ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO STEP 667 (remove_files) COMPLETE
63372024-12-17T21:22:25.160Z[ recovery-image] Dec 17 21:22:23.795 INFO O| Dec 17 21:22:23.795 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-17T21:22:25.183Z[ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63392024-12-17T21:22:25.183Z[ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO STEP 668 (remove_files) COMPLETE
63402024-12-17T21:22:25.183Z[ recovery-image] Dec 17 21:22:23.819 INFO O| Dec 17 21:22:23.819 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-17T21:22:25.221Z[ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63422024-12-17T21:22:25.221Z[ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO STEP 669 (remove_files) COMPLETE
63432024-12-17T21:22:25.221Z[ recovery-image] Dec 17 21:22:23.857 INFO O| Dec 17 21:22:23.857 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-17T21:22:25.333Z[ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63452024-12-17T21:22:25.333Z[ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO STEP 670 (remove_files) COMPLETE
63462024-12-17T21:22:25.333Z[ recovery-image] Dec 17 21:22:23.970 INFO O| Dec 17 21:22:23.970 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-17T21:22:25.355Z[ recovery-image] Dec 17 21:22:23.992 INFO O| Dec 17 21:22:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63482024-12-17T21:22:25.355Z[ recovery-image] Dec 17 21:22:23.992 INFO O| Dec 17 21:22:23.992 INFO STEP 671 (remove_files) COMPLETE
63492024-12-17T21:22:25.358Z[ recovery-image] Dec 17 21:22:23.993 INFO O| Dec 17 21:22:23.992 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-17T21:22:25.380Z[ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63512024-12-17T21:22:25.380Z[ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.017 INFO STEP 672 (remove_files) COMPLETE
63522024-12-17T21:22:25.380Z[ recovery-image] Dec 17 21:22:24.017 INFO O| Dec 17 21:22:24.017 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-17T21:22:25.406Z[ recovery-image] Dec 17 21:22:24.043 INFO O| Dec 17 21:22:24.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63542024-12-17T21:22:25.406Z[ recovery-image] Dec 17 21:22:24.043 INFO O| Dec 17 21:22:24.043 INFO STEP 673 (remove_files) COMPLETE
63552024-12-17T21:22:25.410Z[ recovery-image] Dec 17 21:22:24.044 INFO O| Dec 17 21:22:24.043 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-17T21:22:25.428Z[ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63572024-12-17T21:22:25.431Z[ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO STEP 674 (remove_files) COMPLETE
63582024-12-17T21:22:25.431Z[ recovery-image] Dec 17 21:22:24.065 INFO O| Dec 17 21:22:24.065 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-17T21:22:25.449Z[ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63602024-12-17T21:22:25.453Z[ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO STEP 675 (remove_files) COMPLETE
63612024-12-17T21:22:25.453Z[ recovery-image] Dec 17 21:22:24.086 INFO O| Dec 17 21:22:24.086 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-17T21:22:25.473Z[ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63632024-12-17T21:22:25.473Z[ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO STEP 676 (remove_files) COMPLETE
63642024-12-17T21:22:25.473Z[ recovery-image] Dec 17 21:22:24.109 INFO O| Dec 17 21:22:24.109 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-17T21:22:25.508Z[ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63662024-12-17T21:22:25.508Z[ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO STEP 677 (remove_files) COMPLETE
63672024-12-17T21:22:25.508Z[ recovery-image] Dec 17 21:22:24.145 INFO O| Dec 17 21:22:24.145 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-17T21:22:25.570Z[ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63692024-12-17T21:22:25.573Z[ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO STEP 678 (remove_files) COMPLETE
63702024-12-17T21:22:25.574Z[ recovery-image] Dec 17 21:22:24.207 INFO O| Dec 17 21:22:24.207 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-17T21:22:25.590Z[ recovery-image] Dec 17 21:22:24.227 INFO O| Dec 17 21:22:24.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63722024-12-17T21:22:25.593Z[ recovery-image] Dec 17 21:22:24.228 INFO O| Dec 17 21:22:24.228 INFO STEP 679 (remove_files) COMPLETE
63732024-12-17T21:22:25.594Z[ recovery-image] Dec 17 21:22:24.228 INFO O| Dec 17 21:22:24.228 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-17T21:22:25.616Z[ recovery-image] Dec 17 21:22:24.252 INFO O| Dec 17 21:22:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63752024-12-17T21:22:25.618Z[ recovery-image] Dec 17 21:22:24.253 INFO O| Dec 17 21:22:24.253 INFO STEP 680 (remove_files) COMPLETE
63762024-12-17T21:22:25.619Z[ recovery-image] Dec 17 21:22:24.253 INFO O| Dec 17 21:22:24.253 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-17T21:22:25.656Z[ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63782024-12-17T21:22:25.656Z[ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO STEP 681 (remove_files) COMPLETE
63792024-12-17T21:22:25.656Z[ recovery-image] Dec 17 21:22:24.293 INFO O| Dec 17 21:22:24.293 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-17T21:22:25.678Z[ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63812024-12-17T21:22:25.678Z[ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO STEP 682 (remove_files) COMPLETE
63822024-12-17T21:22:25.681Z[ recovery-image] Dec 17 21:22:24.314 INFO O| Dec 17 21:22:24.314 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-17T21:22:25.717Z[ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63842024-12-17T21:22:25.717Z[ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO STEP 683 (remove_files) COMPLETE
63852024-12-17T21:22:25.717Z[ recovery-image] Dec 17 21:22:24.353 INFO O| Dec 17 21:22:24.353 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-17T21:22:25.736Z[ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63872024-12-17T21:22:25.737Z[ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO STEP 684 (remove_files) COMPLETE
63882024-12-17T21:22:25.737Z[ recovery-image] Dec 17 21:22:24.373 INFO O| Dec 17 21:22:24.373 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-17T21:22:25.757Z[ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63902024-12-17T21:22:25.758Z[ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO STEP 685 (remove_files) COMPLETE
63912024-12-17T21:22:25.758Z[ recovery-image] Dec 17 21:22:24.394 INFO O| Dec 17 21:22:24.394 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-17T21:22:25.779Z[ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63932024-12-17T21:22:25.779Z[ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO STEP 686 (remove_files) COMPLETE
63942024-12-17T21:22:25.779Z[ recovery-image] Dec 17 21:22:24.416 INFO O| Dec 17 21:22:24.416 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-17T21:22:25.805Z[ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63962024-12-17T21:22:25.805Z[ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO STEP 687 (remove_files) COMPLETE
63972024-12-17T21:22:25.808Z[ recovery-image] Dec 17 21:22:24.442 INFO O| Dec 17 21:22:24.442 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-17T21:22:25.871Z[ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63992024-12-17T21:22:25.876Z[ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO STEP 688 (remove_files) COMPLETE
64002024-12-17T21:22:25.876Z[ recovery-image] Dec 17 21:22:24.508 INFO O| Dec 17 21:22:24.508 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-17T21:22:25.893Z[ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64022024-12-17T21:22:25.893Z[ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO STEP 689 (remove_files) COMPLETE
64032024-12-17T21:22:25.894Z[ recovery-image] Dec 17 21:22:24.530 INFO O| Dec 17 21:22:24.530 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-17T21:22:25.917Z[ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64052024-12-17T21:22:25.917Z[ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO STEP 690 (remove_files) COMPLETE
64062024-12-17T21:22:25.921Z[ recovery-image] Dec 17 21:22:24.554 INFO O| Dec 17 21:22:24.554 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-17T21:22:25.961Z[ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64082024-12-17T21:22:25.961Z[ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO STEP 691 (remove_files) COMPLETE
64092024-12-17T21:22:25.961Z[ recovery-image] Dec 17 21:22:24.598 INFO O| Dec 17 21:22:24.598 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-17T21:22:25.983Z[ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64112024-12-17T21:22:25.985Z[ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO STEP 692 (remove_files) COMPLETE
64122024-12-17T21:22:25.985Z[ recovery-image] Dec 17 21:22:24.620 INFO O| Dec 17 21:22:24.620 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-17T21:22:26.004Z[ recovery-image] Dec 17 21:22:24.641 INFO O| Dec 17 21:22:24.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64142024-12-17T21:22:26.005Z[ recovery-image] Dec 17 21:22:24.641 INFO O| Dec 17 21:22:24.641 INFO STEP 693 (remove_files) COMPLETE
64152024-12-17T21:22:26.008Z[ recovery-image] Dec 17 21:22:24.642 INFO O| Dec 17 21:22:24.641 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-17T21:22:26.033Z[ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64172024-12-17T21:22:26.036Z[ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO STEP 694 (remove_files) COMPLETE
64182024-12-17T21:22:26.036Z[ recovery-image] Dec 17 21:22:24.670 INFO O| Dec 17 21:22:24.670 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-17T21:22:26.136Z[ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64202024-12-17T21:22:26.139Z[ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO STEP 695 (remove_files) COMPLETE
64212024-12-17T21:22:26.140Z[ recovery-image] Dec 17 21:22:24.773 INFO O| Dec 17 21:22:24.773 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-17T21:22:26.171Z[ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64232024-12-17T21:22:26.171Z[ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO STEP 696 (remove_files) COMPLETE
64242024-12-17T21:22:26.171Z[ recovery-image] Dec 17 21:22:24.807 INFO O| Dec 17 21:22:24.807 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-17T21:22:26.199Z[ recovery-image] Dec 17 21:22:24.828 INFO O| Dec 17 21:22:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64262024-12-17T21:22:26.199Z[ recovery-image] Dec 17 21:22:24.829 INFO O| Dec 17 21:22:24.829 INFO STEP 697 (remove_files) COMPLETE
64272024-12-17T21:22:26.199Z[ recovery-image] Dec 17 21:22:24.829 INFO O| Dec 17 21:22:24.829 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-17T21:22:26.213Z[ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64292024-12-17T21:22:26.213Z[ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO STEP 698 (remove_files) COMPLETE
64302024-12-17T21:22:26.213Z[ recovery-image] Dec 17 21:22:24.850 INFO O| Dec 17 21:22:24.850 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-17T21:22:26.246Z[ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64322024-12-17T21:22:26.246Z[ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO STEP 699 (remove_files) COMPLETE
64332024-12-17T21:22:26.249Z[ recovery-image] Dec 17 21:22:24.882 INFO O| Dec 17 21:22:24.882 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-17T21:22:26.306Z[ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64352024-12-17T21:22:26.306Z[ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO STEP 700 (remove_files) COMPLETE
64362024-12-17T21:22:26.309Z[ recovery-image] Dec 17 21:22:24.943 INFO O| Dec 17 21:22:24.943 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-17T21:22:26.350Z[ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64382024-12-17T21:22:26.350Z[ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO STEP 701 (remove_files) COMPLETE
64392024-12-17T21:22:26.350Z[ recovery-image] Dec 17 21:22:24.987 INFO O| Dec 17 21:22:24.987 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-17T21:22:26.354Z[ host-image] Dec 17 21:22:24.991 INFO O| Dec 17 21:22:24.991 INFO O| Planning: Solver setup ... Done
64412024-12-17T21:22:26.361Z[ host-image] Dec 17 21:22:24.998 INFO O| Dec 17 21:22:24.997 INFO O| Planning: Running solver ... Done
64422024-12-17T21:22:26.392Z[ recovery-image] Dec 17 21:22:25.028 INFO O| Dec 17 21:22:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64432024-12-17T21:22:26.392Z[ recovery-image] Dec 17 21:22:25.029 INFO O| Dec 17 21:22:25.028 INFO STEP 702 (remove_files) COMPLETE
64442024-12-17T21:22:26.392Z[ recovery-image] Dec 17 21:22:25.029 INFO O| Dec 17 21:22:25.028 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-17T21:22:26.439Z[ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64462024-12-17T21:22:26.442Z[ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO STEP 703 (remove_files) COMPLETE
64472024-12-17T21:22:26.442Z[ recovery-image] Dec 17 21:22:25.076 INFO O| Dec 17 21:22:25.076 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-17T21:22:26.451Z[ host-image] Dec 17 21:22:25.088 INFO O| Dec 17 21:22:25.087 INFO O| Planning: Finding local manifests ... Done
64492024-12-17T21:22:26.453Z[ host-image] Dec 17 21:22:25.089 INFO O| Dec 17 21:22:25.089 INFO O| Planning: Fetching manifests: 0/1 0% complete
64502024-12-17T21:22:26.543Z[ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64512024-12-17T21:22:26.543Z[ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO STEP 704 (remove_files) COMPLETE
64522024-12-17T21:22:26.543Z[ recovery-image] Dec 17 21:22:25.180 INFO O| Dec 17 21:22:25.180 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-17T21:22:26.586Z[ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64542024-12-17T21:22:26.586Z[ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO STEP 705 (remove_files) COMPLETE
64552024-12-17T21:22:26.586Z[ recovery-image] Dec 17 21:22:25.223 INFO O| Dec 17 21:22:25.223 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-17T21:22:26.619Z[ host-image] Dec 17 21:22:25.256 INFO O| Dec 17 21:22:25.256 INFO O| Planning: Fetching manifests: 1/1 100% complete
64572024-12-17T21:22:26.634Z[ recovery-image] Dec 17 21:22:25.270 INFO O| Dec 17 21:22:25.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64582024-12-17T21:22:26.634Z[ recovery-image] Dec 17 21:22:25.271 INFO O| Dec 17 21:22:25.271 INFO STEP 706 (remove_files) COMPLETE
64592024-12-17T21:22:26.634Z[ recovery-image] Dec 17 21:22:25.271 INFO O| Dec 17 21:22:25.271 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-17T21:22:26.654Z[ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64612024-12-17T21:22:26.654Z[ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO STEP 707 (remove_files) COMPLETE
64622024-12-17T21:22:26.657Z[ recovery-image] Dec 17 21:22:25.291 INFO O| Dec 17 21:22:25.291 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-17T21:22:26.674Z[ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64642024-12-17T21:22:26.674Z[ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO STEP 708 (remove_files) COMPLETE
64652024-12-17T21:22:26.674Z[ recovery-image] Dec 17 21:22:25.311 INFO O| Dec 17 21:22:25.311 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-17T21:22:26.694Z[ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64672024-12-17T21:22:26.697Z[ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO STEP 709 (remove_files) COMPLETE
64682024-12-17T21:22:26.697Z[ recovery-image] Dec 17 21:22:25.331 INFO O| Dec 17 21:22:25.331 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-17T21:22:26.708Z[ host-image] Dec 17 21:22:25.345 INFO O| Dec 17 21:22:25.345 INFO O| Planning: Package planning ... Done
64702024-12-17T21:22:26.711Z[ host-image] Dec 17 21:22:25.346 INFO O| Dec 17 21:22:25.346 INFO O| Planning: Merging actions ... Done
64712024-12-17T21:22:26.716Z[ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64722024-12-17T21:22:26.716Z[ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO STEP 710 (remove_files) COMPLETE
64732024-12-17T21:22:26.726Z[ recovery-image] Dec 17 21:22:25.353 INFO O| Dec 17 21:22:25.353 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-17T21:22:26.737Z[ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64752024-12-17T21:22:26.737Z[ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.374 INFO STEP 711 (remove_files) COMPLETE
64762024-12-17T21:22:26.737Z[ recovery-image] Dec 17 21:22:25.374 INFO O| Dec 17 21:22:25.374 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-17T21:22:26.765Z[ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64782024-12-17T21:22:26.765Z[ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO STEP 712 (remove_files) COMPLETE
64792024-12-17T21:22:26.779Z[ recovery-image] Dec 17 21:22:25.398 INFO O| Dec 17 21:22:25.398 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-17T21:22:26.782Z[ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64812024-12-17T21:22:26.782Z[ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO STEP 713 (remove_files) COMPLETE
64822024-12-17T21:22:26.782Z[ recovery-image] Dec 17 21:22:25.417 INFO O| Dec 17 21:22:25.417 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-17T21:22:26.807Z[ recovery-image] Dec 17 21:22:25.443 INFO O| Dec 17 21:22:25.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64842024-12-17T21:22:26.810Z[ recovery-image] Dec 17 21:22:25.443 INFO O| Dec 17 21:22:25.443 INFO STEP 714 (remove_files) COMPLETE
64852024-12-17T21:22:26.810Z[ recovery-image] Dec 17 21:22:25.444 INFO O| Dec 17 21:22:25.444 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-17T21:22:26.829Z[ recovery-image] Dec 17 21:22:25.466 INFO O| Dec 17 21:22:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64872024-12-17T21:22:26.829Z[ recovery-image] Dec 17 21:22:25.466 INFO O| Dec 17 21:22:25.466 INFO STEP 715 (remove_files) COMPLETE
64882024-12-17T21:22:26.833Z[ recovery-image] Dec 17 21:22:25.467 INFO O| Dec 17 21:22:25.466 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-17T21:22:26.845Z[ host-image] Dec 17 21:22:25.482 INFO O| Dec 17 21:22:25.482 INFO O| Planning: Checking for conflicting actions ... Done
64902024-12-17T21:22:26.848Z[ host-image] Dec 17 21:22:25.483 INFO O| Dec 17 21:22:25.482 INFO O| Planning: Consolidating action changes ... Done
64912024-12-17T21:22:26.851Z[ recovery-image] Dec 17 21:22:25.488 INFO O| Dec 17 21:22:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64922024-12-17T21:22:26.855Z[ recovery-image] Dec 17 21:22:25.489 INFO O| Dec 17 21:22:25.488 INFO STEP 716 (remove_files) COMPLETE
64932024-12-17T21:22:26.855Z[ recovery-image] Dec 17 21:22:25.489 INFO O| Dec 17 21:22:25.489 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-17T21:22:26.876Z[ recovery-image] Dec 17 21:22:25.512 INFO O| Dec 17 21:22:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64952024-12-17T21:22:26.879Z[ recovery-image] Dec 17 21:22:25.513 INFO O| Dec 17 21:22:25.513 INFO STEP 717 (remove_files) COMPLETE
64962024-12-17T21:22:26.879Z[ recovery-image] Dec 17 21:22:25.513 INFO O| Dec 17 21:22:25.513 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-17T21:22:26.911Z[ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64982024-12-17T21:22:26.915Z[ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.548 INFO STEP 718 (remove_files) COMPLETE
64992024-12-17T21:22:26.915Z[ recovery-image] Dec 17 21:22:25.548 INFO O| Dec 17 21:22:25.548 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-17T21:22:26.933Z[ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65012024-12-17T21:22:26.936Z[ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO STEP 719 (remove_files) COMPLETE
65022024-12-17T21:22:26.936Z[ recovery-image] Dec 17 21:22:25.570 INFO O| Dec 17 21:22:25.570 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-17T21:22:26.955Z[ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65042024-12-17T21:22:26.959Z[ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO STEP 720 (remove_files) COMPLETE
65052024-12-17T21:22:26.959Z[ recovery-image] Dec 17 21:22:25.592 INFO O| Dec 17 21:22:25.592 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-17T21:22:26.977Z[ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65072024-12-17T21:22:26.977Z[ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.614 INFO STEP 721 (remove_files) COMPLETE
65082024-12-17T21:22:26.977Z[ recovery-image] Dec 17 21:22:25.614 INFO O| Dec 17 21:22:25.614 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-17T21:22:27.009Z[ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65102024-12-17T21:22:27.009Z[ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO STEP 722 (remove_files) COMPLETE
65112024-12-17T21:22:27.013Z[ recovery-image] Dec 17 21:22:25.646 INFO O| Dec 17 21:22:25.646 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-17T21:22:27.056Z[ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65132024-12-17T21:22:27.057Z[ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO STEP 723 (remove_files) COMPLETE
65142024-12-17T21:22:27.057Z[ recovery-image] Dec 17 21:22:25.693 INFO O| Dec 17 21:22:25.693 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-17T21:22:27.105Z[ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65162024-12-17T21:22:27.108Z[ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.742 INFO STEP 724 (remove_files) COMPLETE
65172024-12-17T21:22:27.108Z[ recovery-image] Dec 17 21:22:25.742 INFO O| Dec 17 21:22:25.742 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-17T21:22:27.128Z[ recovery-image] Dec 17 21:22:25.764 INFO O| Dec 17 21:22:25.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65192024-12-17T21:22:27.131Z[ recovery-image] Dec 17 21:22:25.765 INFO O| Dec 17 21:22:25.765 INFO STEP 725 (remove_files) COMPLETE
65202024-12-17T21:22:27.131Z[ recovery-image] Dec 17 21:22:25.765 INFO O| Dec 17 21:22:25.765 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-17T21:22:27.150Z[ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65222024-12-17T21:22:27.154Z[ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO STEP 726 (remove_files) COMPLETE
65232024-12-17T21:22:27.154Z[ recovery-image] Dec 17 21:22:25.787 INFO O| Dec 17 21:22:25.787 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-17T21:22:27.230Z[ host-image] Dec 17 21:22:25.866 INFO O| Dec 17 21:22:25.866 INFO O| Planning: Evaluating mediators ... Done
65252024-12-17T21:22:27.234Z[ host-image] Dec 17 21:22:25.867 INFO O| Dec 17 21:22:25.867 INFO O| Planning: Planning completed in 5.34 seconds
65262024-12-17T21:22:27.234Z[ host-image] Dec 17 21:22:25.869 INFO O| Dec 17 21:22:25.869 INFO O| Packages to install: 1
65272024-12-17T21:22:27.238Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65282024-12-17T21:22:27.239Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO STEP 727 (remove_files) COMPLETE
65292024-12-17T21:22:27.242Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.834 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-17T21:22:27.249Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65312024-12-17T21:22:27.249Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO STEP 728 (remove_files) COMPLETE
65322024-12-17T21:22:27.249Z[ recovery-image] Dec 17 21:22:25.875 INFO O| Dec 17 21:22:25.855 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-17T21:22:27.252Z[ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65342024-12-17T21:22:27.252Z[ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO STEP 729 (remove_files) COMPLETE
65352024-12-17T21:22:27.252Z[ recovery-image] Dec 17 21:22:25.876 INFO O| Dec 17 21:22:25.876 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-17T21:22:27.260Z[ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65372024-12-17T21:22:27.263Z[ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO STEP 730 (remove_files) COMPLETE
65382024-12-17T21:22:27.263Z[ recovery-image] Dec 17 21:22:25.897 INFO O| Dec 17 21:22:25.897 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-17T21:22:27.282Z[ host-image] Dec 17 21:22:25.919 INFO O| Dec 17 21:22:25.918 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
65402024-12-17T21:22:27.332Z[ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65412024-12-17T21:22:27.335Z[ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO STEP 731 (remove_files) COMPLETE
65422024-12-17T21:22:27.335Z[ recovery-image] Dec 17 21:22:25.968 INFO O| Dec 17 21:22:25.968 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-17T21:22:27.351Z[ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65442024-12-17T21:22:27.354Z[ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO STEP 732 (remove_files) COMPLETE
65452024-12-17T21:22:27.354Z[ recovery-image] Dec 17 21:22:25.988 INFO O| Dec 17 21:22:25.988 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-17T21:22:27.372Z[ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65472024-12-17T21:22:27.372Z[ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO STEP 733 (remove_files) COMPLETE
65482024-12-17T21:22:27.376Z[ recovery-image] Dec 17 21:22:26.009 INFO O| Dec 17 21:22:26.009 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-17T21:22:27.392Z[ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65502024-12-17T21:22:27.395Z[ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO STEP 734 (remove_files) COMPLETE
65512024-12-17T21:22:27.395Z[ recovery-image] Dec 17 21:22:26.029 INFO O| Dec 17 21:22:26.029 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-17T21:22:27.412Z[ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65532024-12-17T21:22:27.415Z[ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO STEP 735 (remove_files) COMPLETE
65542024-12-17T21:22:27.415Z[ recovery-image] Dec 17 21:22:26.049 INFO O| Dec 17 21:22:26.049 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-17T21:22:27.433Z[ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65562024-12-17T21:22:27.436Z[ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.070 INFO STEP 736 (remove_files) COMPLETE
65572024-12-17T21:22:27.439Z[ recovery-image] Dec 17 21:22:26.070 INFO O| Dec 17 21:22:26.070 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-17T21:22:27.460Z[ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65592024-12-17T21:22:27.460Z[ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO STEP 737 (remove_files) COMPLETE
65602024-12-17T21:22:27.460Z[ recovery-image] Dec 17 21:22:26.096 INFO O| Dec 17 21:22:26.096 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-17T21:22:27.523Z[ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65622024-12-17T21:22:27.523Z[ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO STEP 738 (remove_files) COMPLETE
65632024-12-17T21:22:27.526Z[ recovery-image] Dec 17 21:22:26.159 INFO O| Dec 17 21:22:26.159 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-17T21:22:27.542Z[ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65652024-12-17T21:22:27.542Z[ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO STEP 739 (remove_files) COMPLETE
65662024-12-17T21:22:27.543Z[ recovery-image] Dec 17 21:22:26.179 INFO O| Dec 17 21:22:26.179 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-17T21:22:27.559Z[ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65682024-12-17T21:22:27.559Z[ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO STEP 740 (remove_files) COMPLETE
65692024-12-17T21:22:27.563Z[ recovery-image] Dec 17 21:22:26.196 INFO O| Dec 17 21:22:26.196 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-17T21:22:27.577Z[ recovery-image] Dec 17 21:22:26.214 INFO O| Dec 17 21:22:26.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65712024-12-17T21:22:27.601Z[ recovery-image] Dec 17 21:22:26.238 INFO O| Dec 17 21:22:26.238 INFO STEP 741 (remove_files) COMPLETE
65722024-12-17T21:22:27.601Z[ recovery-image] Dec 17 21:22:26.238 INFO O| Dec 17 21:22:26.238 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-17T21:22:27.622Z[ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65742024-12-17T21:22:27.622Z[ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO STEP 742 (remove_files) COMPLETE
65752024-12-17T21:22:27.625Z[ recovery-image] Dec 17 21:22:26.258 INFO O| Dec 17 21:22:26.258 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-17T21:22:27.642Z[ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65772024-12-17T21:22:27.642Z[ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO STEP 743 (remove_files) COMPLETE
65782024-12-17T21:22:27.642Z[ recovery-image] Dec 17 21:22:26.279 INFO O| Dec 17 21:22:26.279 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-17T21:22:27.679Z[ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65802024-12-17T21:22:27.679Z[ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO STEP 744 (remove_files) COMPLETE
65812024-12-17T21:22:27.679Z[ recovery-image] Dec 17 21:22:26.309 INFO O| Dec 17 21:22:26.299 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-17T21:22:27.694Z[ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65832024-12-17T21:22:27.694Z[ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO STEP 745 (remove_files) COMPLETE
65842024-12-17T21:22:27.694Z[ recovery-image] Dec 17 21:22:26.320 INFO O| Dec 17 21:22:26.320 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-17T21:22:27.706Z[ recovery-image] Dec 17 21:22:26.342 INFO O| Dec 17 21:22:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65862024-12-17T21:22:27.709Z[ recovery-image] Dec 17 21:22:26.343 INFO O| Dec 17 21:22:26.343 INFO STEP 746 (remove_files) COMPLETE
65872024-12-17T21:22:27.710Z[ recovery-image] Dec 17 21:22:26.343 INFO O| Dec 17 21:22:26.343 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-17T21:22:27.762Z[ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65892024-12-17T21:22:27.762Z[ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO STEP 747 (remove_files) COMPLETE
65902024-12-17T21:22:27.762Z[ recovery-image] Dec 17 21:22:26.395 INFO O| Dec 17 21:22:26.395 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-17T21:22:27.809Z[ recovery-image] Dec 17 21:22:26.445 INFO O| Dec 17 21:22:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65922024-12-17T21:22:27.809Z[ recovery-image] Dec 17 21:22:26.446 INFO O| Dec 17 21:22:26.446 INFO STEP 748 (remove_files) COMPLETE
65932024-12-17T21:22:27.809Z[ recovery-image] Dec 17 21:22:26.446 INFO O| Dec 17 21:22:26.446 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-17T21:22:27.847Z[ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65952024-12-17T21:22:27.847Z[ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO STEP 749 (remove_files) COMPLETE
65962024-12-17T21:22:27.850Z[ recovery-image] Dec 17 21:22:26.483 INFO O| Dec 17 21:22:26.483 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-17T21:22:27.868Z[ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65982024-12-17T21:22:27.869Z[ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO STEP 750 (remove_files) COMPLETE
65992024-12-17T21:22:27.869Z[ recovery-image] Dec 17 21:22:26.505 INFO O| Dec 17 21:22:26.505 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-17T21:22:27.891Z[ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66012024-12-17T21:22:27.891Z[ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO STEP 751 (remove_files) COMPLETE
66022024-12-17T21:22:27.894Z[ recovery-image] Dec 17 21:22:26.527 INFO O| Dec 17 21:22:26.527 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-17T21:22:27.961Z[ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66042024-12-17T21:22:27.962Z[ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO STEP 752 (remove_files) COMPLETE
66052024-12-17T21:22:27.962Z[ recovery-image] Dec 17 21:22:26.598 INFO O| Dec 17 21:22:26.598 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-17T21:22:27.992Z[ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66072024-12-17T21:22:27.992Z[ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO STEP 753 (remove_files) COMPLETE
66082024-12-17T21:22:27.995Z[ recovery-image] Dec 17 21:22:26.628 INFO O| Dec 17 21:22:26.628 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-17T21:22:28.008Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
66102024-12-17T21:22:28.011Z[ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66112024-12-17T21:22:28.011Z[ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO STEP 754 (remove_files) COMPLETE
66122024-12-17T21:22:28.011Z[ recovery-image] Dec 17 21:22:26.647 INFO O| Dec 17 21:22:26.647 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-17T21:22:28.056Z[ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66142024-12-17T21:22:28.056Z[ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO STEP 755 (remove_files) COMPLETE
66152024-12-17T21:22:28.059Z[ recovery-image] Dec 17 21:22:26.683 INFO O| Dec 17 21:22:26.683 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-17T21:22:28.065Z[ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66172024-12-17T21:22:28.065Z[ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO STEP 756 (remove_files) COMPLETE
66182024-12-17T21:22:28.068Z[ recovery-image] Dec 17 21:22:26.702 INFO O| Dec 17 21:22:26.702 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-17T21:22:28.083Z[ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66202024-12-17T21:22:28.084Z[ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO STEP 757 (remove_files) COMPLETE
66212024-12-17T21:22:28.084Z[ recovery-image] Dec 17 21:22:26.720 INFO O| Dec 17 21:22:26.720 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-17T21:22:28.103Z[ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66232024-12-17T21:22:28.103Z[ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO STEP 758 (remove_files) COMPLETE
66242024-12-17T21:22:28.107Z[ recovery-image] Dec 17 21:22:26.740 INFO O| Dec 17 21:22:26.740 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-17T21:22:28.124Z[ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66262024-12-17T21:22:28.127Z[ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO STEP 759 (remove_files) COMPLETE
66272024-12-17T21:22:28.127Z[ recovery-image] Dec 17 21:22:26.761 INFO O| Dec 17 21:22:26.761 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-17T21:22:28.146Z[ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66292024-12-17T21:22:28.146Z[ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO STEP 760 (remove_files) COMPLETE
66302024-12-17T21:22:28.149Z[ recovery-image] Dec 17 21:22:26.783 INFO O| Dec 17 21:22:26.783 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-17T21:22:28.170Z[ recovery-image] Dec 17 21:22:26.805 INFO O| Dec 17 21:22:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66322024-12-17T21:22:28.174Z[ recovery-image] Dec 17 21:22:26.805 INFO O| Dec 17 21:22:26.805 INFO STEP 761 (remove_files) COMPLETE
66332024-12-17T21:22:28.174Z[ recovery-image] Dec 17 21:22:26.806 INFO O| Dec 17 21:22:26.805 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-17T21:22:28.191Z[ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66352024-12-17T21:22:28.191Z[ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO STEP 762 (remove_files) COMPLETE
66362024-12-17T21:22:28.191Z[ recovery-image] Dec 17 21:22:26.827 INFO O| Dec 17 21:22:26.827 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-17T21:22:28.213Z[ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66382024-12-17T21:22:28.213Z[ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO STEP 763 (remove_files) COMPLETE
66392024-12-17T21:22:28.214Z[ recovery-image] Dec 17 21:22:26.850 INFO O| Dec 17 21:22:26.850 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-17T21:22:28.237Z[ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66412024-12-17T21:22:28.237Z[ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO STEP 764 (remove_files) COMPLETE
66422024-12-17T21:22:28.237Z[ recovery-image] Dec 17 21:22:26.872 INFO O| Dec 17 21:22:26.872 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-17T21:22:28.257Z[ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66442024-12-17T21:22:28.257Z[ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO STEP 765 (remove_files) COMPLETE
66452024-12-17T21:22:28.257Z[ recovery-image] Dec 17 21:22:26.893 INFO O| Dec 17 21:22:26.893 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-17T21:22:28.278Z[ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66472024-12-17T21:22:28.278Z[ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO STEP 766 (remove_files) COMPLETE
66482024-12-17T21:22:28.278Z[ recovery-image] Dec 17 21:22:26.915 INFO O| Dec 17 21:22:26.915 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-17T21:22:28.301Z[ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66502024-12-17T21:22:28.301Z[ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO STEP 767 (remove_files) COMPLETE
66512024-12-17T21:22:28.301Z[ recovery-image] Dec 17 21:22:26.937 INFO O| Dec 17 21:22:26.937 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-17T21:22:28.387Z[ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66532024-12-17T21:22:28.387Z[ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO STEP 768 (remove_files) COMPLETE
66542024-12-17T21:22:28.389Z[ recovery-image] Dec 17 21:22:27.022 INFO O| Dec 17 21:22:27.022 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-17T21:22:28.403Z[ host-image] Dec 17 21:22:27.039 INFO O| Dec 17 21:22:27.039 INFO O| Download: Completed 9.99 MB in 1.12 seconds (8.9M/s)
66562024-12-17T21:22:28.419Z[ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66572024-12-17T21:22:28.419Z[ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.056 INFO STEP 769 (remove_files) COMPLETE
66582024-12-17T21:22:28.423Z[ recovery-image] Dec 17 21:22:27.056 INFO O| Dec 17 21:22:27.056 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-17T21:22:28.440Z[ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66602024-12-17T21:22:28.440Z[ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO STEP 770 (remove_files) COMPLETE
66612024-12-17T21:22:28.444Z[ recovery-image] Dec 17 21:22:27.077 INFO O| Dec 17 21:22:27.077 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-17T21:22:28.487Z[ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66632024-12-17T21:22:28.487Z[ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO STEP 771 (remove_files) COMPLETE
66642024-12-17T21:22:28.491Z[ recovery-image] Dec 17 21:22:27.124 INFO O| Dec 17 21:22:27.124 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-17T21:22:28.529Z[ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66662024-12-17T21:22:28.529Z[ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO STEP 772 (remove_files) COMPLETE
66672024-12-17T21:22:28.529Z[ recovery-image] Dec 17 21:22:27.166 INFO O| Dec 17 21:22:27.166 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-17T21:22:28.551Z[ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66692024-12-17T21:22:28.551Z[ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO STEP 773 (remove_files) COMPLETE
66702024-12-17T21:22:28.551Z[ recovery-image] Dec 17 21:22:27.188 INFO O| Dec 17 21:22:27.188 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-17T21:22:28.599Z[ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66722024-12-17T21:22:28.599Z[ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO STEP 774 (remove_files) COMPLETE
66732024-12-17T21:22:28.599Z[ recovery-image] Dec 17 21:22:27.235 INFO O| Dec 17 21:22:27.235 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-17T21:22:28.605Z[ host-image] Dec 17 21:22:27.242 INFO O| Dec 17 21:22:27.242 INFO O| Actions: 1/22 actions (Installing new actions)
66752024-12-17T21:22:28.622Z[ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66762024-12-17T21:22:28.626Z[ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO STEP 775 (remove_files) COMPLETE
66772024-12-17T21:22:28.626Z[ recovery-image] Dec 17 21:22:27.259 INFO O| Dec 17 21:22:27.259 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-17T21:22:28.731Z[ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66792024-12-17T21:22:28.731Z[ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO STEP 776 (remove_files) COMPLETE
66802024-12-17T21:22:28.732Z[ recovery-image] Dec 17 21:22:27.367 INFO O| Dec 17 21:22:27.367 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-17T21:22:28.752Z[ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66822024-12-17T21:22:28.752Z[ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO STEP 777 (remove_files) COMPLETE
66832024-12-17T21:22:28.752Z[ recovery-image] Dec 17 21:22:27.389 INFO O| Dec 17 21:22:27.389 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-17T21:22:28.787Z[ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66852024-12-17T21:22:28.787Z[ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO STEP 778 (remove_files) COMPLETE
66862024-12-17T21:22:28.787Z[ recovery-image] Dec 17 21:22:27.423 INFO O| Dec 17 21:22:27.423 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-17T21:22:28.808Z[ recovery-image] Dec 17 21:22:27.444 INFO O| Dec 17 21:22:27.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66882024-12-17T21:22:28.808Z[ recovery-image] Dec 17 21:22:27.445 INFO O| Dec 17 21:22:27.445 INFO STEP 779 (remove_files) COMPLETE
66892024-12-17T21:22:28.811Z[ recovery-image] Dec 17 21:22:27.445 INFO O| Dec 17 21:22:27.445 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-17T21:22:28.829Z[ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66912024-12-17T21:22:28.829Z[ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO STEP 780 (remove_files) COMPLETE
66922024-12-17T21:22:28.829Z[ recovery-image] Dec 17 21:22:27.466 INFO O| Dec 17 21:22:27.466 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-17T21:22:28.849Z[ recovery-image] Dec 17 21:22:27.486 INFO O| Dec 17 21:22:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66942024-12-17T21:22:28.850Z[ recovery-image] Dec 17 21:22:27.487 INFO O| Dec 17 21:22:27.486 INFO STEP 781 (remove_files) COMPLETE
66952024-12-17T21:22:28.850Z[ recovery-image] Dec 17 21:22:27.487 INFO O| Dec 17 21:22:27.487 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-17T21:22:28.871Z[ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66972024-12-17T21:22:28.871Z[ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO STEP 782 (remove_files) COMPLETE
66982024-12-17T21:22:28.871Z[ recovery-image] Dec 17 21:22:27.507 INFO O| Dec 17 21:22:27.507 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-17T21:22:28.905Z[ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67002024-12-17T21:22:28.905Z[ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO STEP 783 (remove_files) COMPLETE
67012024-12-17T21:22:28.909Z[ recovery-image] Dec 17 21:22:27.542 INFO O| Dec 17 21:22:27.542 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-17T21:22:28.927Z[ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67032024-12-17T21:22:28.927Z[ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO STEP 784 (remove_files) COMPLETE
67042024-12-17T21:22:28.927Z[ recovery-image] Dec 17 21:22:27.563 INFO O| Dec 17 21:22:27.563 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-17T21:22:28.949Z[ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67062024-12-17T21:22:28.949Z[ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.586 INFO STEP 785 (remove_files) COMPLETE
67072024-12-17T21:22:28.952Z[ recovery-image] Dec 17 21:22:27.586 INFO O| Dec 17 21:22:27.586 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-17T21:22:28.980Z[ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67092024-12-17T21:22:28.980Z[ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO STEP 786 (remove_files) COMPLETE
67102024-12-17T21:22:28.980Z[ recovery-image] Dec 17 21:22:27.617 INFO O| Dec 17 21:22:27.617 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-17T21:22:29.000Z[ recovery-image] Dec 17 21:22:27.636 INFO O| Dec 17 21:22:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67122024-12-17T21:22:29.000Z[ recovery-image] Dec 17 21:22:27.637 INFO O| Dec 17 21:22:27.637 INFO STEP 787 (remove_files) COMPLETE
67132024-12-17T21:22:29.000Z[ recovery-image] Dec 17 21:22:27.637 INFO O| Dec 17 21:22:27.637 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-17T21:22:29.038Z[ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67152024-12-17T21:22:29.038Z[ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO STEP 788 (remove_files) COMPLETE
67162024-12-17T21:22:29.038Z[ recovery-image] Dec 17 21:22:27.675 INFO O| Dec 17 21:22:27.675 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-17T21:22:29.043Z[ host-image] Dec 17 21:22:27.678 INFO O| Dec 17 21:22:27.678 INFO O| Actions: Completed 22 actions in 0.44 seconds.
67182024-12-17T21:22:29.068Z[ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67192024-12-17T21:22:29.068Z[ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO STEP 789 (remove_files) COMPLETE
67202024-12-17T21:22:29.068Z[ recovery-image] Dec 17 21:22:27.704 INFO O| Dec 17 21:22:27.704 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-17T21:22:29.087Z[ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67222024-12-17T21:22:29.088Z[ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO STEP 790 (remove_files) COMPLETE
67232024-12-17T21:22:29.088Z[ recovery-image] Dec 17 21:22:27.723 INFO O| Dec 17 21:22:27.723 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-17T21:22:29.208Z[ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67252024-12-17T21:22:29.208Z[ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO STEP 791 (remove_files) COMPLETE
67262024-12-17T21:22:29.211Z[ recovery-image] Dec 17 21:22:27.844 INFO O| Dec 17 21:22:27.844 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-17T21:22:29.292Z[ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67282024-12-17T21:22:29.292Z[ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO STEP 792 (remove_files) COMPLETE
67292024-12-17T21:22:29.295Z[ recovery-image] Dec 17 21:22:27.929 INFO O| Dec 17 21:22:27.929 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-17T21:22:29.313Z[ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67312024-12-17T21:22:29.313Z[ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO STEP 793 (remove_files) COMPLETE
67322024-12-17T21:22:29.313Z[ recovery-image] Dec 17 21:22:27.949 INFO O| Dec 17 21:22:27.949 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-17T21:22:29.350Z[ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67342024-12-17T21:22:29.350Z[ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO STEP 794 (remove_files) COMPLETE
67352024-12-17T21:22:29.350Z[ recovery-image] Dec 17 21:22:27.986 INFO O| Dec 17 21:22:27.986 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-17T21:22:29.389Z[ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67372024-12-17T21:22:29.390Z[ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO STEP 795 (remove_files) COMPLETE
67382024-12-17T21:22:29.390Z[ recovery-image] Dec 17 21:22:28.025 INFO O| Dec 17 21:22:28.025 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-17T21:22:29.424Z[ recovery-image] Dec 17 21:22:28.061 INFO O| Dec 17 21:22:28.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67402024-12-17T21:22:29.449Z[ recovery-image] Dec 17 21:22:28.086 INFO O| Dec 17 21:22:28.086 INFO STEP 796 (remove_files) COMPLETE
67412024-12-17T21:22:29.449Z[ recovery-image] Dec 17 21:22:28.086 INFO O| Dec 17 21:22:28.086 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-17T21:22:29.471Z[ recovery-image] Dec 17 21:22:28.108 INFO O| Dec 17 21:22:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67432024-12-17T21:22:29.475Z[ recovery-image] Dec 17 21:22:28.109 INFO O| Dec 17 21:22:28.108 INFO STEP 797 (remove_files) COMPLETE
67442024-12-17T21:22:29.475Z[ recovery-image] Dec 17 21:22:28.109 INFO O| Dec 17 21:22:28.109 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-17T21:22:29.511Z[ host-image] Dec 17 21:22:28.148 INFO O| Dec 17 21:22:28.147 INFO O| Done
67462024-12-17T21:22:29.511Z[ host-image] Dec 17 21:22:28.148 INFO O| Dec 17 21:22:28.147 INFO O| Done
67472024-12-17T21:22:29.516Z[ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67482024-12-17T21:22:29.516Z[ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO STEP 798 (remove_files) COMPLETE
67492024-12-17T21:22:29.519Z[ recovery-image] Dec 17 21:22:28.153 INFO O| Dec 17 21:22:28.153 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-17T21:22:29.547Z[ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67512024-12-17T21:22:29.547Z[ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO STEP 799 (remove_files) COMPLETE
67522024-12-17T21:22:29.547Z[ recovery-image] Dec 17 21:22:28.174 INFO O| Dec 17 21:22:28.174 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-17T21:22:29.557Z[ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67542024-12-17T21:22:29.557Z[ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO STEP 800 (remove_files) COMPLETE
67552024-12-17T21:22:29.560Z[ recovery-image] Dec 17 21:22:28.194 INFO O| Dec 17 21:22:28.194 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-17T21:22:29.584Z[ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67572024-12-17T21:22:29.584Z[ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO STEP 801 (remove_files) COMPLETE
67582024-12-17T21:22:29.584Z[ recovery-image] Dec 17 21:22:28.221 INFO O| Dec 17 21:22:28.221 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-17T21:22:29.606Z[ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67602024-12-17T21:22:29.606Z[ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO STEP 802 (remove_files) COMPLETE
67612024-12-17T21:22:29.606Z[ recovery-image] Dec 17 21:22:28.242 INFO O| Dec 17 21:22:28.242 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-17T21:22:29.627Z[ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67632024-12-17T21:22:29.627Z[ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO STEP 803 (remove_files) COMPLETE
67642024-12-17T21:22:29.630Z[ recovery-image] Dec 17 21:22:28.263 INFO O| Dec 17 21:22:28.263 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-17T21:22:29.647Z[ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67662024-12-17T21:22:29.647Z[ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO STEP 804 (remove_files) COMPLETE
67672024-12-17T21:22:29.647Z[ recovery-image] Dec 17 21:22:28.284 INFO O| Dec 17 21:22:28.284 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-17T21:22:29.669Z[ recovery-image] Dec 17 21:22:28.305 INFO O| Dec 17 21:22:28.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67692024-12-17T21:22:29.669Z[ recovery-image] Dec 17 21:22:28.306 INFO O| Dec 17 21:22:28.306 INFO STEP 805 (remove_files) COMPLETE
67702024-12-17T21:22:29.669Z[ recovery-image] Dec 17 21:22:28.306 INFO O| Dec 17 21:22:28.306 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-17T21:22:29.691Z[ recovery-image] Dec 17 21:22:28.327 INFO O| Dec 17 21:22:28.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67722024-12-17T21:22:29.691Z[ recovery-image] Dec 17 21:22:28.328 INFO O| Dec 17 21:22:28.327 INFO STEP 806 (remove_files) COMPLETE
67732024-12-17T21:22:29.694Z[ recovery-image] Dec 17 21:22:28.328 INFO O| Dec 17 21:22:28.328 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-17T21:22:29.713Z[ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67752024-12-17T21:22:29.714Z[ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.350 INFO STEP 807 (remove_files) COMPLETE
67762024-12-17T21:22:29.717Z[ recovery-image] Dec 17 21:22:28.350 INFO O| Dec 17 21:22:28.350 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-17T21:22:29.734Z[ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67782024-12-17T21:22:29.734Z[ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO STEP 808 (remove_files) COMPLETE
67792024-12-17T21:22:29.737Z[ recovery-image] Dec 17 21:22:28.371 INFO O| Dec 17 21:22:28.371 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-17T21:22:29.755Z[ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67812024-12-17T21:22:29.755Z[ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO STEP 809 (remove_files) COMPLETE
67822024-12-17T21:22:29.755Z[ recovery-image] Dec 17 21:22:28.391 INFO O| Dec 17 21:22:28.391 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-17T21:22:29.789Z[ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67842024-12-17T21:22:29.789Z[ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO STEP 810 (remove_files) COMPLETE
67852024-12-17T21:22:29.789Z[ recovery-image] Dec 17 21:22:28.426 INFO O| Dec 17 21:22:28.426 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-17T21:22:29.807Z[ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67872024-12-17T21:22:29.807Z[ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO STEP 811 (remove_files) COMPLETE
67882024-12-17T21:22:29.807Z[ recovery-image] Dec 17 21:22:28.444 INFO O| Dec 17 21:22:28.444 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-17T21:22:29.844Z[ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67902024-12-17T21:22:29.844Z[ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO STEP 812 (remove_files) COMPLETE
67912024-12-17T21:22:29.844Z[ recovery-image] Dec 17 21:22:28.480 INFO O| Dec 17 21:22:28.480 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-17T21:22:29.880Z[ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67932024-12-17T21:22:29.880Z[ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO STEP 813 (remove_files) COMPLETE
67942024-12-17T21:22:29.880Z[ recovery-image] Dec 17 21:22:28.516 INFO O| Dec 17 21:22:28.516 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-17T21:22:29.899Z[ recovery-image] Dec 17 21:22:28.535 INFO O| Dec 17 21:22:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67962024-12-17T21:22:29.899Z[ recovery-image] Dec 17 21:22:28.536 INFO O| Dec 17 21:22:28.535 INFO STEP 814 (remove_files) COMPLETE
67972024-12-17T21:22:29.899Z[ recovery-image] Dec 17 21:22:28.536 INFO O| Dec 17 21:22:28.536 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-17T21:22:29.918Z[ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67992024-12-17T21:22:29.918Z[ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.555 INFO STEP 815 (remove_files) COMPLETE
68002024-12-17T21:22:29.918Z[ recovery-image] Dec 17 21:22:28.555 INFO O| Dec 17 21:22:28.555 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-17T21:22:29.937Z[ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68022024-12-17T21:22:29.937Z[ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO STEP 816 (remove_files) COMPLETE
68032024-12-17T21:22:29.937Z[ recovery-image] Dec 17 21:22:28.574 INFO O| Dec 17 21:22:28.574 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-17T21:22:29.959Z[ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68052024-12-17T21:22:29.959Z[ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO STEP 817 (remove_files) COMPLETE
68062024-12-17T21:22:29.959Z[ recovery-image] Dec 17 21:22:28.594 INFO O| Dec 17 21:22:28.594 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-17T21:22:30.005Z[ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68082024-12-17T21:22:30.005Z[ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO STEP 818 (remove_files) COMPLETE
68092024-12-17T21:22:30.005Z[ recovery-image] Dec 17 21:22:28.641 INFO O| Dec 17 21:22:28.641 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-17T21:22:30.036Z[ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68112024-12-17T21:22:30.036Z[ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO STEP 819 (remove_files) COMPLETE
68122024-12-17T21:22:30.036Z[ recovery-image] Dec 17 21:22:28.672 INFO O| Dec 17 21:22:28.672 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-17T21:22:30.073Z[ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68142024-12-17T21:22:30.074Z[ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO STEP 820 (remove_files) COMPLETE
68152024-12-17T21:22:30.077Z[ recovery-image] Dec 17 21:22:28.710 INFO O| Dec 17 21:22:28.710 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-17T21:22:30.107Z[ recovery-image] Dec 17 21:22:28.743 INFO O| Dec 17 21:22:28.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68172024-12-17T21:22:30.107Z[ recovery-image] Dec 17 21:22:28.744 INFO O| Dec 17 21:22:28.744 INFO STEP 821 (remove_files) COMPLETE
68182024-12-17T21:22:30.107Z[ recovery-image] Dec 17 21:22:28.744 INFO O| Dec 17 21:22:28.744 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-17T21:22:30.192Z[ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68202024-12-17T21:22:30.196Z[ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO STEP 822 (remove_files) COMPLETE
68212024-12-17T21:22:30.196Z[ recovery-image] Dec 17 21:22:28.829 INFO O| Dec 17 21:22:28.829 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-17T21:22:30.239Z[ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68232024-12-17T21:22:30.240Z[ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO STEP 823 (remove_files) COMPLETE
68242024-12-17T21:22:30.242Z[ recovery-image] Dec 17 21:22:28.876 INFO O| Dec 17 21:22:28.876 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-17T21:22:30.301Z[ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68262024-12-17T21:22:30.301Z[ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO STEP 824 (remove_files) COMPLETE
68272024-12-17T21:22:30.302Z[ recovery-image] Dec 17 21:22:28.938 INFO O| Dec 17 21:22:28.938 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-17T21:22:30.362Z[ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68292024-12-17T21:22:30.362Z[ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO STEP 825 (remove_files) COMPLETE
68302024-12-17T21:22:30.362Z[ recovery-image] Dec 17 21:22:28.998 INFO O| Dec 17 21:22:28.998 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-17T21:22:30.423Z[ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68322024-12-17T21:22:30.423Z[ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO STEP 826 (remove_files) COMPLETE
68332024-12-17T21:22:30.423Z[ recovery-image] Dec 17 21:22:29.060 INFO O| Dec 17 21:22:29.060 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-17T21:22:30.466Z[ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68352024-12-17T21:22:30.466Z[ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO STEP 827 (remove_files) COMPLETE
68362024-12-17T21:22:30.466Z[ recovery-image] Dec 17 21:22:29.100 INFO O| Dec 17 21:22:29.100 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-17T21:22:30.486Z[ recovery-image] Dec 17 21:22:29.120 INFO O| Dec 17 21:22:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68382024-12-17T21:22:30.486Z[ recovery-image] Dec 17 21:22:29.121 INFO O| Dec 17 21:22:29.121 INFO STEP 828 (remove_files) COMPLETE
68392024-12-17T21:22:30.486Z[ recovery-image] Dec 17 21:22:29.121 INFO O| Dec 17 21:22:29.121 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-17T21:22:30.505Z[ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68412024-12-17T21:22:30.505Z[ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO STEP 829 (remove_files) COMPLETE
68422024-12-17T21:22:30.505Z[ recovery-image] Dec 17 21:22:29.141 INFO O| Dec 17 21:22:29.141 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-17T21:22:30.527Z[ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68442024-12-17T21:22:30.527Z[ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO STEP 830 (remove_files) COMPLETE
68452024-12-17T21:22:30.527Z[ recovery-image] Dec 17 21:22:29.164 INFO O| Dec 17 21:22:29.164 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-17T21:22:30.558Z[ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68472024-12-17T21:22:30.558Z[ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO STEP 831 (remove_files) COMPLETE
68482024-12-17T21:22:30.558Z[ recovery-image] Dec 17 21:22:29.195 INFO O| Dec 17 21:22:29.195 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-17T21:22:30.597Z[ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68502024-12-17T21:22:30.597Z[ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO STEP 832 (remove_files) COMPLETE
68512024-12-17T21:22:30.597Z[ recovery-image] Dec 17 21:22:29.233 INFO O| Dec 17 21:22:29.233 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-17T21:22:30.659Z[ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68532024-12-17T21:22:30.662Z[ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO STEP 833 (remove_files) COMPLETE
68542024-12-17T21:22:30.662Z[ recovery-image] Dec 17 21:22:29.295 INFO O| Dec 17 21:22:29.295 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-17T21:22:30.716Z[ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68562024-12-17T21:22:30.716Z[ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO STEP 834 (remove_files) COMPLETE
68572024-12-17T21:22:30.716Z[ recovery-image] Dec 17 21:22:29.353 INFO O| Dec 17 21:22:29.353 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-17T21:22:30.759Z[ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68592024-12-17T21:22:30.759Z[ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO STEP 835 (remove_files) COMPLETE
68602024-12-17T21:22:30.763Z[ recovery-image] Dec 17 21:22:29.396 INFO O| Dec 17 21:22:29.396 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-17T21:22:30.797Z[ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68622024-12-17T21:22:30.797Z[ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO STEP 836 (remove_files) COMPLETE
68632024-12-17T21:22:30.797Z[ recovery-image] Dec 17 21:22:29.433 INFO O| Dec 17 21:22:29.433 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-17T21:22:30.838Z[ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68652024-12-17T21:22:30.838Z[ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO STEP 837 (remove_files) COMPLETE
68662024-12-17T21:22:30.838Z[ recovery-image] Dec 17 21:22:29.474 INFO O| Dec 17 21:22:29.474 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-17T21:22:30.859Z[ recovery-image] Dec 17 21:22:29.495 INFO O| Dec 17 21:22:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68682024-12-17T21:22:30.859Z[ recovery-image] Dec 17 21:22:29.495 INFO O| Dec 17 21:22:29.495 INFO STEP 838 (remove_files) COMPLETE
68692024-12-17T21:22:30.862Z[ recovery-image] Dec 17 21:22:29.496 INFO O| Dec 17 21:22:29.495 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-17T21:22:30.881Z[ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68712024-12-17T21:22:30.881Z[ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO STEP 839 (remove_files) COMPLETE
68722024-12-17T21:22:30.885Z[ recovery-image] Dec 17 21:22:29.518 INFO O| Dec 17 21:22:29.518 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-17T21:22:30.905Z[ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68742024-12-17T21:22:30.906Z[ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.542 INFO STEP 840 (remove_files) COMPLETE
68752024-12-17T21:22:30.906Z[ recovery-image] Dec 17 21:22:29.542 INFO O| Dec 17 21:22:29.542 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-17T21:22:30.940Z[ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68772024-12-17T21:22:30.940Z[ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO STEP 841 (remove_files) COMPLETE
68782024-12-17T21:22:30.940Z[ recovery-image] Dec 17 21:22:29.577 INFO O| Dec 17 21:22:29.577 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-17T21:22:30.961Z[ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68802024-12-17T21:22:30.961Z[ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO STEP 842 (remove_files) COMPLETE
68812024-12-17T21:22:30.963Z[ recovery-image] Dec 17 21:22:29.598 INFO O| Dec 17 21:22:29.598 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-17T21:22:30.983Z[ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68832024-12-17T21:22:30.983Z[ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO STEP 843 (remove_files) COMPLETE
68842024-12-17T21:22:30.983Z[ recovery-image] Dec 17 21:22:29.619 INFO O| Dec 17 21:22:29.619 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-17T21:22:31.028Z[ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68862024-12-17T21:22:31.028Z[ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO STEP 844 (remove_files) COMPLETE
68872024-12-17T21:22:31.028Z[ recovery-image] Dec 17 21:22:29.665 INFO O| Dec 17 21:22:29.665 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-17T21:22:31.066Z[ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68892024-12-17T21:22:31.067Z[ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO STEP 845 (remove_files) COMPLETE
68902024-12-17T21:22:31.067Z[ recovery-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-17T21:22:31.069Z[ host-image] Dec 17 21:22:29.704 INFO O| Dec 17 21:22:29.704 INFO O| Done
68922024-12-17T21:22:31.088Z[ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68932024-12-17T21:22:31.088Z[ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO STEP 846 (remove_files) COMPLETE
68942024-12-17T21:22:31.090Z[ recovery-image] Dec 17 21:22:29.725 INFO O| Dec 17 21:22:29.725 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-17T21:22:31.108Z[ recovery-image] Dec 17 21:22:29.745 INFO O| Dec 17 21:22:29.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68962024-12-17T21:22:31.108Z[ recovery-image] Dec 17 21:22:29.746 INFO O| Dec 17 21:22:29.746 INFO STEP 847 (remove_files) COMPLETE
68972024-12-17T21:22:31.109Z[ recovery-image] Dec 17 21:22:29.746 INFO O| Dec 17 21:22:29.746 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-17T21:22:31.128Z[ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68992024-12-17T21:22:31.128Z[ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO STEP 848 (remove_files) COMPLETE
69002024-12-17T21:22:31.128Z[ recovery-image] Dec 17 21:22:29.765 INFO O| Dec 17 21:22:29.765 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-17T21:22:31.208Z[ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69022024-12-17T21:22:31.208Z[ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO STEP 849 (remove_files) COMPLETE
69032024-12-17T21:22:31.211Z[ recovery-image] Dec 17 21:22:29.845 INFO O| Dec 17 21:22:29.845 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-17T21:22:31.285Z[ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69052024-12-17T21:22:31.285Z[ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO STEP 850 (remove_files) COMPLETE
69062024-12-17T21:22:31.285Z[ recovery-image] Dec 17 21:22:29.884 INFO O| Dec 17 21:22:29.884 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-17T21:22:31.287Z[ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69082024-12-17T21:22:31.287Z[ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.914 INFO STEP 851 (remove_files) COMPLETE
69092024-12-17T21:22:31.287Z[ recovery-image] Dec 17 21:22:29.914 INFO O| Dec 17 21:22:29.914 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-17T21:22:31.299Z[ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69112024-12-17T21:22:31.299Z[ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO STEP 852 (remove_files) COMPLETE
69122024-12-17T21:22:31.299Z[ recovery-image] Dec 17 21:22:29.935 INFO O| Dec 17 21:22:29.935 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-17T21:22:31.318Z[ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69142024-12-17T21:22:31.318Z[ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO STEP 853 (remove_files) COMPLETE
69152024-12-17T21:22:31.318Z[ recovery-image] Dec 17 21:22:29.955 INFO O| Dec 17 21:22:29.954 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-17T21:22:31.335Z[ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69172024-12-17T21:22:31.335Z[ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO STEP 854 (remove_files) COMPLETE
69182024-12-17T21:22:31.335Z[ recovery-image] Dec 17 21:22:29.972 INFO O| Dec 17 21:22:29.972 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-17T21:22:31.356Z[ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69202024-12-17T21:22:31.356Z[ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.992 INFO STEP 855 (remove_files) COMPLETE
69212024-12-17T21:22:31.358Z[ recovery-image] Dec 17 21:22:29.993 INFO O| Dec 17 21:22:29.993 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-17T21:22:31.400Z[ recovery-image] Dec 17 21:22:30.036 INFO O| Dec 17 21:22:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69232024-12-17T21:22:31.400Z[ recovery-image] Dec 17 21:22:30.037 INFO O| Dec 17 21:22:30.031 INFO STEP 856 (remove_files) COMPLETE
69242024-12-17T21:22:31.400Z[ recovery-image] Dec 17 21:22:30.037 INFO O| Dec 17 21:22:30.031 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-17T21:22:31.416Z[ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69262024-12-17T21:22:31.416Z[ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.051 INFO STEP 857 (remove_files) COMPLETE
69272024-12-17T21:22:31.416Z[ recovery-image] Dec 17 21:22:30.052 INFO O| Dec 17 21:22:30.051 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-17T21:22:31.462Z[ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69292024-12-17T21:22:31.465Z[ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO STEP 858 (remove_files) COMPLETE
69302024-12-17T21:22:31.465Z[ recovery-image] Dec 17 21:22:30.099 INFO O| Dec 17 21:22:30.099 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-17T21:22:31.504Z[ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69322024-12-17T21:22:31.504Z[ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO STEP 859 (remove_files) COMPLETE
69332024-12-17T21:22:31.506Z[ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.121 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-17T21:22:31.506Z[ recovery-image] Dec 17 21:22:30.141 INFO O| Dec 17 21:22:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69352024-12-17T21:22:31.506Z[ recovery-image] Dec 17 21:22:30.142 INFO O| Dec 17 21:22:30.142 INFO STEP 860 (remove_files) COMPLETE
69362024-12-17T21:22:31.506Z[ recovery-image] Dec 17 21:22:30.142 INFO O| Dec 17 21:22:30.142 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-17T21:22:31.540Z[ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69382024-12-17T21:22:31.540Z[ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO STEP 861 (remove_files) COMPLETE
69392024-12-17T21:22:31.542Z[ recovery-image] Dec 17 21:22:30.177 INFO O| Dec 17 21:22:30.177 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-17T21:22:31.596Z[ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69412024-12-17T21:22:31.598Z[ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.233 INFO STEP 862 (remove_files) COMPLETE
69422024-12-17T21:22:31.598Z[ recovery-image] Dec 17 21:22:30.233 INFO O| Dec 17 21:22:30.233 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-17T21:22:31.617Z[ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69442024-12-17T21:22:31.617Z[ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO STEP 863 (remove_files) COMPLETE
69452024-12-17T21:22:31.623Z[ recovery-image] Dec 17 21:22:30.254 INFO O| Dec 17 21:22:30.254 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-17T21:22:31.651Z[ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69472024-12-17T21:22:31.651Z[ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.287 INFO STEP 864 (remove_files) COMPLETE
69482024-12-17T21:22:31.651Z[ recovery-image] Dec 17 21:22:30.287 INFO O| Dec 17 21:22:30.287 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-17T21:22:31.670Z[ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69502024-12-17T21:22:31.670Z[ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO STEP 865 (remove_files) COMPLETE
69512024-12-17T21:22:31.670Z[ recovery-image] Dec 17 21:22:30.306 INFO O| Dec 17 21:22:30.306 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-17T21:22:31.688Z[ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69532024-12-17T21:22:31.688Z[ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO STEP 866 (remove_files) COMPLETE
69542024-12-17T21:22:31.688Z[ recovery-image] Dec 17 21:22:30.325 INFO O| Dec 17 21:22:30.325 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-17T21:22:31.709Z[ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69562024-12-17T21:22:31.709Z[ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO STEP 867 (remove_files) COMPLETE
69572024-12-17T21:22:31.709Z[ recovery-image] Dec 17 21:22:30.344 INFO O| Dec 17 21:22:30.344 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-17T21:22:31.734Z[ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69592024-12-17T21:22:31.734Z[ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO STEP 868 (remove_files) COMPLETE
69602024-12-17T21:22:31.737Z[ recovery-image] Dec 17 21:22:30.371 INFO O| Dec 17 21:22:30.371 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-17T21:22:31.786Z[ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69622024-12-17T21:22:31.788Z[ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO STEP 869 (remove_files) COMPLETE
69632024-12-17T21:22:31.788Z[ recovery-image] Dec 17 21:22:30.406 INFO O| Dec 17 21:22:30.406 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-17T21:22:31.788Z[ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69652024-12-17T21:22:31.788Z[ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO STEP 870 (remove_files) COMPLETE
69662024-12-17T21:22:31.788Z[ recovery-image] Dec 17 21:22:30.424 INFO O| Dec 17 21:22:30.424 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-17T21:22:31.814Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
69682024-12-17T21:22:31.841Z[ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69692024-12-17T21:22:31.841Z[ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO STEP 871 (remove_files) COMPLETE
69702024-12-17T21:22:31.841Z[ recovery-image] Dec 17 21:22:30.468 INFO O| Dec 17 21:22:30.468 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-17T21:22:31.923Z[ recovery-image] Dec 17 21:22:30.560 INFO O| Dec 17 21:22:30.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69722024-12-17T21:22:31.925Z[ recovery-image] Dec 17 21:22:30.561 INFO O| Dec 17 21:22:30.560 INFO STEP 872 (remove_files) COMPLETE
69732024-12-17T21:22:31.925Z[ recovery-image] Dec 17 21:22:30.561 INFO O| Dec 17 21:22:30.560 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-17T21:22:31.979Z[ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69752024-12-17T21:22:31.979Z[ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO STEP 873 (remove_files) COMPLETE
69762024-12-17T21:22:31.979Z[ recovery-image] Dec 17 21:22:30.614 INFO O| Dec 17 21:22:30.614 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-17T21:22:32.004Z[ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69782024-12-17T21:22:32.004Z[ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO STEP 874 (remove_files) COMPLETE
69792024-12-17T21:22:32.004Z[ recovery-image] Dec 17 21:22:30.636 INFO O| Dec 17 21:22:30.636 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-17T21:22:32.031Z[ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69812024-12-17T21:22:32.031Z[ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO STEP 875 (remove_files) COMPLETE
69822024-12-17T21:22:32.034Z[ recovery-image] Dec 17 21:22:30.668 INFO O| Dec 17 21:22:30.668 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-17T21:22:32.182Z[ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69842024-12-17T21:22:32.182Z[ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO STEP 876 (remove_files) COMPLETE
69852024-12-17T21:22:32.185Z[ recovery-image] Dec 17 21:22:30.819 INFO O| Dec 17 21:22:30.811 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-17T21:22:32.195Z[ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69872024-12-17T21:22:32.195Z[ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO STEP 877 (remove_files) COMPLETE
69882024-12-17T21:22:32.198Z[ recovery-image] Dec 17 21:22:30.832 INFO O| Dec 17 21:22:30.832 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-17T21:22:32.217Z[ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69902024-12-17T21:22:32.220Z[ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO STEP 878 (remove_files) COMPLETE
69912024-12-17T21:22:32.220Z[ recovery-image] Dec 17 21:22:30.854 INFO O| Dec 17 21:22:30.854 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-17T21:22:32.238Z[ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69932024-12-17T21:22:32.241Z[ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO STEP 879 (remove_files) COMPLETE
69942024-12-17T21:22:32.241Z[ recovery-image] Dec 17 21:22:30.875 INFO O| Dec 17 21:22:30.875 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-17T21:22:32.259Z[ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69962024-12-17T21:22:32.262Z[ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.896 INFO STEP 880 (remove_files) COMPLETE
69972024-12-17T21:22:32.262Z[ recovery-image] Dec 17 21:22:30.896 INFO O| Dec 17 21:22:30.896 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-17T21:22:32.280Z[ recovery-image] Dec 17 21:22:30.917 INFO O| Dec 17 21:22:30.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69992024-12-17T21:22:32.283Z[ recovery-image] Dec 17 21:22:30.917 INFO O| Dec 17 21:22:30.917 INFO STEP 881 (remove_files) COMPLETE
70002024-12-17T21:22:32.283Z[ recovery-image] Dec 17 21:22:30.918 INFO O| Dec 17 21:22:30.917 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-17T21:22:32.301Z[ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70022024-12-17T21:22:32.303Z[ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO STEP 882 (remove_files) COMPLETE
70032024-12-17T21:22:32.304Z[ recovery-image] Dec 17 21:22:30.938 INFO O| Dec 17 21:22:30.938 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-17T21:22:32.338Z[ recovery-image] Dec 17 21:22:30.975 INFO O| Dec 17 21:22:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70052024-12-17T21:22:32.342Z[ recovery-image] Dec 17 21:22:30.976 INFO O| Dec 17 21:22:30.976 INFO STEP 883 (remove_files) COMPLETE
70062024-12-17T21:22:32.342Z[ recovery-image] Dec 17 21:22:30.976 INFO O| Dec 17 21:22:30.976 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-17T21:22:32.364Z[ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70082024-12-17T21:22:32.367Z[ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO STEP 884 (remove_files) COMPLETE
70092024-12-17T21:22:32.367Z[ recovery-image] Dec 17 21:22:31.001 INFO O| Dec 17 21:22:31.001 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-17T21:22:32.386Z[ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70112024-12-17T21:22:32.388Z[ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO STEP 885 (remove_files) COMPLETE
70122024-12-17T21:22:32.389Z[ recovery-image] Dec 17 21:22:31.023 INFO O| Dec 17 21:22:31.023 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-17T21:22:32.407Z[ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70142024-12-17T21:22:32.410Z[ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.043 INFO STEP 886 (remove_files) COMPLETE
70152024-12-17T21:22:32.410Z[ recovery-image] Dec 17 21:22:31.043 INFO O| Dec 17 21:22:31.043 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-17T21:22:32.426Z[ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70172024-12-17T21:22:32.428Z[ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO STEP 887 (remove_files) COMPLETE
70182024-12-17T21:22:32.428Z[ recovery-image] Dec 17 21:22:31.063 INFO O| Dec 17 21:22:31.063 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-17T21:22:32.482Z[ recovery-image] Dec 17 21:22:31.118 INFO O| Dec 17 21:22:31.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70202024-12-17T21:22:32.485Z[ recovery-image] Dec 17 21:22:31.118 INFO O| Dec 17 21:22:31.118 INFO STEP 888 (remove_files) COMPLETE
70212024-12-17T21:22:32.508Z[ recovery-image] Dec 17 21:22:31.119 INFO O| Dec 17 21:22:31.118 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-17T21:22:32.508Z[ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70232024-12-17T21:22:32.508Z[ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.139 INFO STEP 889 (remove_files) COMPLETE
70242024-12-17T21:22:32.508Z[ recovery-image] Dec 17 21:22:31.139 INFO O| Dec 17 21:22:31.139 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-17T21:22:32.530Z[ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70262024-12-17T21:22:32.532Z[ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO STEP 890 (remove_files) COMPLETE
70272024-12-17T21:22:32.532Z[ recovery-image] Dec 17 21:22:31.167 INFO O| Dec 17 21:22:31.167 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-17T21:22:32.549Z[ recovery-image] Dec 17 21:22:31.186 INFO O| Dec 17 21:22:31.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70292024-12-17T21:22:32.549Z[ recovery-image] Dec 17 21:22:31.186 INFO O| Dec 17 21:22:31.186 INFO STEP 891 (remove_files) COMPLETE
70302024-12-17T21:22:32.552Z[ recovery-image] Dec 17 21:22:31.187 INFO O| Dec 17 21:22:31.186 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-17T21:22:32.568Z[ recovery-image] Dec 17 21:22:31.205 INFO O| Dec 17 21:22:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70322024-12-17T21:22:32.571Z[ recovery-image] Dec 17 21:22:31.206 INFO O| Dec 17 21:22:31.205 INFO STEP 892 (remove_files) COMPLETE
70332024-12-17T21:22:32.571Z[ recovery-image] Dec 17 21:22:31.206 INFO O| Dec 17 21:22:31.206 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-17T21:22:32.589Z[ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70352024-12-17T21:22:32.592Z[ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO STEP 893 (remove_files) COMPLETE
70362024-12-17T21:22:32.592Z[ recovery-image] Dec 17 21:22:31.226 INFO O| Dec 17 21:22:31.226 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-17T21:22:32.610Z[ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70382024-12-17T21:22:32.612Z[ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO STEP 894 (remove_files) COMPLETE
70392024-12-17T21:22:32.612Z[ recovery-image] Dec 17 21:22:31.247 INFO O| Dec 17 21:22:31.247 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-17T21:22:32.630Z[ recovery-image] Dec 17 21:22:31.267 INFO O| Dec 17 21:22:31.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70412024-12-17T21:22:32.633Z[ recovery-image] Dec 17 21:22:31.267 INFO O| Dec 17 21:22:31.267 INFO STEP 895 (remove_files) COMPLETE
70422024-12-17T21:22:32.633Z[ recovery-image] Dec 17 21:22:31.268 INFO O| Dec 17 21:22:31.268 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-17T21:22:32.651Z[ recovery-image] Dec 17 21:22:31.288 INFO O| Dec 17 21:22:31.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70442024-12-17T21:22:32.654Z[ recovery-image] Dec 17 21:22:31.289 INFO O| Dec 17 21:22:31.289 INFO STEP 896 (remove_files) COMPLETE
70452024-12-17T21:22:32.654Z[ recovery-image] Dec 17 21:22:31.289 INFO O| Dec 17 21:22:31.289 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-17T21:22:32.671Z[ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70472024-12-17T21:22:32.674Z[ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO STEP 897 (remove_files) COMPLETE
70482024-12-17T21:22:32.674Z[ recovery-image] Dec 17 21:22:31.308 INFO O| Dec 17 21:22:31.308 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-17T21:22:32.690Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
70502024-12-17T21:22:32.694Z[ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70512024-12-17T21:22:32.696Z[ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO STEP 898 (remove_files) COMPLETE
70522024-12-17T21:22:32.696Z[ recovery-image] Dec 17 21:22:31.331 INFO O| Dec 17 21:22:31.331 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-17T21:22:32.721Z[ recovery-image] Dec 17 21:22:31.358 INFO O| Dec 17 21:22:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70542024-12-17T21:22:32.723Z[ recovery-image] Dec 17 21:22:31.358 INFO O| Dec 17 21:22:31.358 INFO STEP 899 (remove_files) COMPLETE
70552024-12-17T21:22:32.723Z[ recovery-image] Dec 17 21:22:31.359 INFO O| Dec 17 21:22:31.358 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-17T21:22:32.740Z[ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70572024-12-17T21:22:32.741Z[ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.378 INFO STEP 900 (remove_files) COMPLETE
70582024-12-17T21:22:32.743Z[ recovery-image] Dec 17 21:22:31.378 INFO O| Dec 17 21:22:31.378 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-17T21:22:32.790Z[ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70602024-12-17T21:22:32.790Z[ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.427 INFO STEP 901 (remove_files) COMPLETE
70612024-12-17T21:22:32.793Z[ recovery-image] Dec 17 21:22:31.427 INFO O| Dec 17 21:22:31.427 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-17T21:22:32.810Z[ recovery-image] Dec 17 21:22:31.447 INFO O| Dec 17 21:22:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70632024-12-17T21:22:32.811Z[ recovery-image] Dec 17 21:22:31.448 INFO O| Dec 17 21:22:31.448 INFO STEP 902 (remove_files) COMPLETE
70642024-12-17T21:22:32.813Z[ recovery-image] Dec 17 21:22:31.448 INFO O| Dec 17 21:22:31.448 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-17T21:22:32.833Z[ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70662024-12-17T21:22:32.833Z[ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO STEP 903 (remove_files) COMPLETE
70672024-12-17T21:22:32.836Z[ recovery-image] Dec 17 21:22:31.470 INFO O| Dec 17 21:22:31.470 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-17T21:22:32.885Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70692024-12-17T21:22:32.885Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO STEP 904 (remove_files) COMPLETE
70702024-12-17T21:22:32.885Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.493 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-17T21:22:32.885Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70722024-12-17T21:22:32.888Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO STEP 905 (remove_files) COMPLETE
70732024-12-17T21:22:32.888Z[ recovery-image] Dec 17 21:22:31.522 INFO O| Dec 17 21:22:31.516 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-17T21:22:32.909Z[ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70752024-12-17T21:22:32.910Z[ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO STEP 906 (remove_files) COMPLETE
70762024-12-17T21:22:32.910Z[ recovery-image] Dec 17 21:22:31.546 INFO O| Dec 17 21:22:31.538 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-17T21:22:32.923Z[ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70782024-12-17T21:22:32.923Z[ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.560 INFO STEP 907 (remove_files) COMPLETE
70792024-12-17T21:22:32.923Z[ recovery-image] Dec 17 21:22:31.560 INFO O| Dec 17 21:22:31.560 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-17T21:22:32.971Z[ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70812024-12-17T21:22:32.971Z[ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO STEP 908 (remove_files) COMPLETE
70822024-12-17T21:22:32.971Z[ recovery-image] Dec 17 21:22:31.608 INFO O| Dec 17 21:22:31.608 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-17T21:22:32.991Z[ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70842024-12-17T21:22:32.991Z[ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO STEP 909 (remove_files) COMPLETE
70852024-12-17T21:22:32.994Z[ recovery-image] Dec 17 21:22:31.628 INFO O| Dec 17 21:22:31.628 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-17T21:22:33.011Z[ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70872024-12-17T21:22:33.011Z[ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO STEP 910 (remove_files) COMPLETE
70882024-12-17T21:22:33.011Z[ recovery-image] Dec 17 21:22:31.648 INFO O| Dec 17 21:22:31.648 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-17T21:22:33.366Z[ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70902024-12-17T21:22:33.366Z[ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.688 INFO STEP 911 (remove_files) COMPLETE
70912024-12-17T21:22:33.366Z[ recovery-image] Dec 17 21:22:31.688 INFO O| Dec 17 21:22:31.688 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70932024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO STEP 912 (remove_files) COMPLETE
70942024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.709 INFO O| Dec 17 21:22:31.709 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70962024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO STEP 913 (remove_files) COMPLETE
70972024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.728 INFO O| Dec 17 21:22:31.728 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.747 INFO O| Dec 17 21:22:31.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70992024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.747 INFO O| Dec 17 21:22:31.747 INFO STEP 914 (remove_files) COMPLETE
71002024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.748 INFO O| Dec 17 21:22:31.747 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71022024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO STEP 915 (remove_files) COMPLETE
71032024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.767 INFO O| Dec 17 21:22:31.767 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71052024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO STEP 916 (remove_files) COMPLETE
71062024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.787 INFO O| Dec 17 21:22:31.787 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71082024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO STEP 917 (remove_files) COMPLETE
71092024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.884 INFO O| Dec 17 21:22:31.884 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71112024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO STEP 918 (remove_files) COMPLETE
71122024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.906 INFO O| Dec 17 21:22:31.906 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71142024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO STEP 919 (remove_files) COMPLETE
71152024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.927 INFO O| Dec 17 21:22:31.927 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71172024-12-17T21:22:33.378Z[ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO STEP 920 (remove_files) COMPLETE
71182024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.948 INFO O| Dec 17 21:22:31.948 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71202024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO STEP 921 (remove_files) COMPLETE
71212024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.969 INFO O| Dec 17 21:22:31.969 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71232024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO STEP 922 (remove_files) COMPLETE
71242024-12-17T21:22:33.379Z[ recovery-image] Dec 17 21:22:31.989 INFO O| Dec 17 21:22:31.989 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-17T21:22:33.382Z[ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71262024-12-17T21:22:33.382Z[ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO STEP 923 (remove_files) COMPLETE
71272024-12-17T21:22:33.382Z[ recovery-image] Dec 17 21:22:32.015 INFO O| Dec 17 21:22:32.015 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-17T21:22:33.401Z[ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71292024-12-17T21:22:33.402Z[ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO STEP 924 (remove_files) COMPLETE
71302024-12-17T21:22:33.404Z[ recovery-image] Dec 17 21:22:32.037 INFO O| Dec 17 21:22:32.037 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-17T21:22:33.421Z[ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71322024-12-17T21:22:33.421Z[ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO STEP 925 (remove_files) COMPLETE
71332024-12-17T21:22:33.421Z[ recovery-image] Dec 17 21:22:32.058 INFO O| Dec 17 21:22:32.058 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-17T21:22:33.480Z[ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71352024-12-17T21:22:33.483Z[ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO STEP 926 (remove_files) COMPLETE
71362024-12-17T21:22:33.483Z[ recovery-image] Dec 17 21:22:32.117 INFO O| Dec 17 21:22:32.117 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-17T21:22:33.522Z[ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71382024-12-17T21:22:33.522Z[ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO STEP 927 (remove_files) COMPLETE
71392024-12-17T21:22:33.525Z[ recovery-image] Dec 17 21:22:32.159 INFO O| Dec 17 21:22:32.159 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-17T21:22:33.560Z[ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71412024-12-17T21:22:33.560Z[ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO STEP 928 (remove_files) COMPLETE
71422024-12-17T21:22:33.563Z[ recovery-image] Dec 17 21:22:32.197 INFO O| Dec 17 21:22:32.197 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-17T21:22:33.581Z[ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71442024-12-17T21:22:33.584Z[ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO STEP 929 (remove_files) COMPLETE
71452024-12-17T21:22:33.584Z[ recovery-image] Dec 17 21:22:32.218 INFO O| Dec 17 21:22:32.218 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-17T21:22:33.616Z[ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71472024-12-17T21:22:33.616Z[ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO STEP 930 (remove_files) COMPLETE
71482024-12-17T21:22:33.619Z[ recovery-image] Dec 17 21:22:32.253 INFO O| Dec 17 21:22:32.253 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-17T21:22:33.707Z[ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71502024-12-17T21:22:33.709Z[ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO STEP 931 (remove_files) COMPLETE
71512024-12-17T21:22:33.709Z[ recovery-image] Dec 17 21:22:32.344 INFO O| Dec 17 21:22:32.344 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-17T21:22:33.729Z[ recovery-image] Dec 17 21:22:32.366 INFO O| Dec 17 21:22:32.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71532024-12-17T21:22:33.731Z[ recovery-image] Dec 17 21:22:32.366 INFO O| Dec 17 21:22:32.366 INFO STEP 932 (remove_files) COMPLETE
71542024-12-17T21:22:33.731Z[ recovery-image] Dec 17 21:22:32.367 INFO O| Dec 17 21:22:32.367 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-17T21:22:33.755Z[ host-image] Dec 17 21:22:32.392 INFO O| Dec 17 21:22:32.392 INFO O| Done
71562024-12-17T21:22:33.763Z[ recovery-image] Dec 17 21:22:32.400 INFO O| Dec 17 21:22:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71572024-12-17T21:22:33.766Z[ recovery-image] Dec 17 21:22:32.400 INFO O| Dec 17 21:22:32.400 INFO STEP 933 (remove_files) COMPLETE
71582024-12-17T21:22:33.766Z[ recovery-image] Dec 17 21:22:32.401 INFO O| Dec 17 21:22:32.401 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-17T21:22:33.813Z[ host-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO O| Done
71602024-12-17T21:22:33.813Z[ host-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO O| Done
71612024-12-17T21:22:33.817Z[ recovery-image] Dec 17 21:22:32.450 INFO O| Dec 17 21:22:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71622024-12-17T21:22:33.817Z[ recovery-image] Dec 17 21:22:32.451 INFO O| Dec 17 21:22:32.451 INFO STEP 934 (remove_files) COMPLETE
71632024-12-17T21:22:33.817Z[ recovery-image] Dec 17 21:22:32.451 INFO O| Dec 17 21:22:32.451 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-17T21:22:33.829Z[ host-image] Dec 17 21:22:32.466 INFO O| Dec 17 21:22:32.466 INFO O| Done
71652024-12-17T21:22:33.839Z[ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71662024-12-17T21:22:33.839Z[ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO STEP 935 (remove_files) COMPLETE
71672024-12-17T21:22:33.841Z[ recovery-image] Dec 17 21:22:32.476 INFO O| Dec 17 21:22:32.476 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-17T21:22:33.892Z[ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71692024-12-17T21:22:33.892Z[ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO STEP 936 (remove_files) COMPLETE
71702024-12-17T21:22:33.895Z[ recovery-image] Dec 17 21:22:32.529 INFO O| Dec 17 21:22:32.529 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-17T21:22:33.914Z[ recovery-image] Dec 17 21:22:32.551 INFO O| Dec 17 21:22:32.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71722024-12-17T21:22:33.914Z[ recovery-image] Dec 17 21:22:32.551 INFO O| Dec 17 21:22:32.551 INFO STEP 937 (remove_files) COMPLETE
71732024-12-17T21:22:33.917Z[ recovery-image] Dec 17 21:22:32.552 INFO O| Dec 17 21:22:32.551 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-17T21:22:33.937Z[ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71752024-12-17T21:22:33.937Z[ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO STEP 938 (remove_files) COMPLETE
71762024-12-17T21:22:33.939Z[ recovery-image] Dec 17 21:22:32.574 INFO O| Dec 17 21:22:32.574 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-17T21:22:33.972Z[ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71782024-12-17T21:22:33.972Z[ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO STEP 939 (remove_files) COMPLETE
71792024-12-17T21:22:33.972Z[ recovery-image] Dec 17 21:22:32.609 INFO O| Dec 17 21:22:32.609 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-17T21:22:33.998Z[ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71812024-12-17T21:22:33.998Z[ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO STEP 940 (remove_files) COMPLETE
71822024-12-17T21:22:33.998Z[ recovery-image] Dec 17 21:22:32.635 INFO O| Dec 17 21:22:32.635 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-17T21:22:34.028Z[ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 14 (pkg_install) COMPLETE
71842024-12-17T21:22:34.028Z[ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71852024-12-17T21:22:34.028Z[ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "mfg" is not enabled
71862024-12-17T21:22:34.031Z[ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71872024-12-17T21:22:34.031Z[ host-image] Dec 17 21:22:32.665 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "compliance" is not enabled
71882024-12-17T21:22:34.031Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71892024-12-17T21:22:34.032Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "stress" is not enabled
71902024-12-17T21:22:34.032Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71912024-12-17T21:22:34.032Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO skip step because feature "nfs" is not enabled
71922024-12-17T21:22:34.032Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.665 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
71932024-12-17T21:22:34.032Z[ host-image] Dec 17 21:22:32.666 INFO O| Dec 17 21:22:32.666 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
71942024-12-17T21:22:34.035Z[ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71952024-12-17T21:22:34.037Z[ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO STEP 941 (remove_files) COMPLETE
71962024-12-17T21:22:34.037Z[ recovery-image] Dec 17 21:22:32.672 INFO O| Dec 17 21:22:32.672 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-17T21:22:34.132Z[ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71982024-12-17T21:22:34.135Z[ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO STEP 942 (remove_files) COMPLETE
71992024-12-17T21:22:34.135Z[ recovery-image] Dec 17 21:22:32.769 INFO O| Dec 17 21:22:32.769 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-17T21:22:34.151Z[ host-image] Dec 17 21:22:32.788 INFO O| Dec 17 21:22:32.788 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72012024-12-17T21:22:34.208Z[ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72022024-12-17T21:22:34.211Z[ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO STEP 943 (remove_files) COMPLETE
72032024-12-17T21:22:34.212Z[ recovery-image] Dec 17 21:22:32.845 INFO O| Dec 17 21:22:32.845 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-17T21:22:34.248Z[ host-image] Dec 17 21:22:32.885 INFO O| Dec 17 21:22:32.885 INFO completed processing gimlet/ramdisk-01-os
72052024-12-17T21:22:34.251Z[ host-image] Dec 17 21:22:32.889 INFO omicron1 baseline generation...
72062024-12-17T21:22:34.254Z[ host-image] Dec 17 21:22:32.889 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72072024-12-17T21:22:34.358Z[ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72082024-12-17T21:22:34.358Z[ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO STEP 944 (remove_files) COMPLETE
72092024-12-17T21:22:34.361Z[ recovery-image] Dec 17 21:22:32.995 INFO O| Dec 17 21:22:32.995 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-17T21:22:34.416Z[ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72112024-12-17T21:22:34.416Z[ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO STEP 945 (remove_files) COMPLETE
72122024-12-17T21:22:34.416Z[ recovery-image] Dec 17 21:22:33.053 INFO O| Dec 17 21:22:33.053 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-17T21:22:34.476Z[ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72142024-12-17T21:22:34.476Z[ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO STEP 946 (remove_files) COMPLETE
72152024-12-17T21:22:34.476Z[ recovery-image] Dec 17 21:22:33.113 INFO O| Dec 17 21:22:33.113 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-17T21:22:34.518Z[ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72172024-12-17T21:22:34.518Z[ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO STEP 947 (remove_files) COMPLETE
72182024-12-17T21:22:34.518Z[ recovery-image] Dec 17 21:22:33.155 INFO O| Dec 17 21:22:33.155 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-17T21:22:34.538Z[ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72202024-12-17T21:22:34.541Z[ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.176 INFO STEP 948 (remove_files) COMPLETE
72212024-12-17T21:22:34.541Z[ recovery-image] Dec 17 21:22:33.176 INFO O| Dec 17 21:22:33.176 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-17T21:22:34.588Z[ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72232024-12-17T21:22:34.588Z[ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO STEP 949 (remove_files) COMPLETE
72242024-12-17T21:22:34.590Z[ recovery-image] Dec 17 21:22:33.225 INFO O| Dec 17 21:22:33.225 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-17T21:22:34.610Z[ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72262024-12-17T21:22:34.610Z[ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO STEP 950 (remove_files) COMPLETE
72272024-12-17T21:22:34.613Z[ recovery-image] Dec 17 21:22:33.247 INFO O| Dec 17 21:22:33.247 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-17T21:22:34.631Z[ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72292024-12-17T21:22:34.631Z[ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO STEP 951 (remove_files) COMPLETE
72302024-12-17T21:22:34.633Z[ recovery-image] Dec 17 21:22:33.268 INFO O| Dec 17 21:22:33.268 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-17T21:22:34.725Z[ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72322024-12-17T21:22:34.725Z[ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO STEP 952 (remove_files) COMPLETE
72332024-12-17T21:22:34.725Z[ recovery-image] Dec 17 21:22:33.362 INFO O| Dec 17 21:22:33.362 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-17T21:22:34.782Z[ recovery-image] Dec 17 21:22:33.418 INFO O| Dec 17 21:22:33.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72352024-12-17T21:22:34.782Z[ recovery-image] Dec 17 21:22:33.419 INFO O| Dec 17 21:22:33.419 INFO STEP 953 (remove_files) COMPLETE
72362024-12-17T21:22:34.784Z[ recovery-image] Dec 17 21:22:33.419 INFO O| Dec 17 21:22:33.419 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-17T21:22:34.800Z[ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72382024-12-17T21:22:34.800Z[ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO STEP 954 (remove_files) COMPLETE
72392024-12-17T21:22:34.803Z[ recovery-image] Dec 17 21:22:33.437 INFO O| Dec 17 21:22:33.437 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-17T21:22:34.819Z[ recovery-image] Dec 17 21:22:33.456 INFO O| Dec 17 21:22:33.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72412024-12-17T21:22:34.819Z[ recovery-image] Dec 17 21:22:33.457 INFO O| Dec 17 21:22:33.457 INFO STEP 955 (remove_files) COMPLETE
72422024-12-17T21:22:34.822Z[ recovery-image] Dec 17 21:22:33.457 INFO O| Dec 17 21:22:33.457 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-17T21:22:34.840Z[ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72442024-12-17T21:22:34.840Z[ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO STEP 956 (remove_files) COMPLETE
72452024-12-17T21:22:34.840Z[ recovery-image] Dec 17 21:22:33.477 INFO O| Dec 17 21:22:33.477 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-17T21:22:34.862Z[ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72472024-12-17T21:22:34.862Z[ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO STEP 957 (remove_files) COMPLETE
72482024-12-17T21:22:34.862Z[ recovery-image] Dec 17 21:22:33.498 INFO O| Dec 17 21:22:33.498 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-17T21:22:34.883Z[ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72502024-12-17T21:22:34.883Z[ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO STEP 958 (remove_files) COMPLETE
72512024-12-17T21:22:34.883Z[ recovery-image] Dec 17 21:22:33.519 INFO O| Dec 17 21:22:33.519 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-17T21:22:34.919Z[ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72532024-12-17T21:22:34.919Z[ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO STEP 959 (remove_files) COMPLETE
72542024-12-17T21:22:34.919Z[ recovery-image] Dec 17 21:22:33.556 INFO O| Dec 17 21:22:33.556 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-17T21:22:34.976Z[ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72562024-12-17T21:22:34.976Z[ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO STEP 960 (remove_files) COMPLETE
72572024-12-17T21:22:34.976Z[ recovery-image] Dec 17 21:22:33.613 INFO O| Dec 17 21:22:33.613 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-17T21:22:34.997Z[ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72592024-12-17T21:22:34.997Z[ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO STEP 961 (remove_files) COMPLETE
72602024-12-17T21:22:35.000Z[ recovery-image] Dec 17 21:22:33.634 INFO O| Dec 17 21:22:33.634 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-17T21:22:35.041Z[ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72622024-12-17T21:22:35.041Z[ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO STEP 962 (remove_files) COMPLETE
72632024-12-17T21:22:35.041Z[ recovery-image] Dec 17 21:22:33.678 INFO O| Dec 17 21:22:33.678 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-17T21:22:35.077Z[ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72652024-12-17T21:22:35.077Z[ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO STEP 963 (remove_files) COMPLETE
72662024-12-17T21:22:35.077Z[ recovery-image] Dec 17 21:22:33.713 INFO O| Dec 17 21:22:33.713 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-17T21:22:35.099Z[ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72682024-12-17T21:22:35.099Z[ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO STEP 964 (remove_files) COMPLETE
72692024-12-17T21:22:35.099Z[ recovery-image] Dec 17 21:22:33.736 INFO O| Dec 17 21:22:33.736 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-17T21:22:35.126Z[ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72712024-12-17T21:22:35.147Z[ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO STEP 965 (remove_files) COMPLETE
72722024-12-17T21:22:35.147Z[ recovery-image] Dec 17 21:22:33.763 INFO O| Dec 17 21:22:33.763 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-17T21:22:35.150Z[ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72742024-12-17T21:22:35.150Z[ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO STEP 966 (remove_files) COMPLETE
72752024-12-17T21:22:35.150Z[ recovery-image] Dec 17 21:22:33.785 INFO O| Dec 17 21:22:33.785 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-17T21:22:35.150Z[ host-image] Dec 17 21:22:33.787 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23078:20241216T214113Z
72772024-12-17T21:22:35.229Z[ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72782024-12-17T21:22:35.231Z[ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO STEP 967 (remove_files) COMPLETE
72792024-12-17T21:22:35.232Z[ recovery-image] Dec 17 21:22:33.866 INFO O| Dec 17 21:22:33.866 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-17T21:22:35.251Z[ recovery-image] Dec 17 21:22:33.888 INFO O| Dec 17 21:22:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72812024-12-17T21:22:35.254Z[ recovery-image] Dec 17 21:22:33.889 INFO O| Dec 17 21:22:33.888 INFO STEP 968 (remove_files) COMPLETE
72822024-12-17T21:22:35.254Z[ recovery-image] Dec 17 21:22:33.889 INFO O| Dec 17 21:22:33.889 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-17T21:22:35.274Z[ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72842024-12-17T21:22:35.274Z[ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO STEP 969 (remove_files) COMPLETE
72852024-12-17T21:22:35.274Z[ recovery-image] Dec 17 21:22:33.911 INFO O| Dec 17 21:22:33.911 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-17T21:22:35.297Z[ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72872024-12-17T21:22:35.297Z[ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO STEP 970 (remove_files) COMPLETE
72882024-12-17T21:22:35.297Z[ recovery-image] Dec 17 21:22:33.934 INFO O| Dec 17 21:22:33.934 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-17T21:22:35.318Z[ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72902024-12-17T21:22:35.321Z[ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO STEP 971 (remove_files) COMPLETE
72912024-12-17T21:22:35.321Z[ recovery-image] Dec 17 21:22:33.955 INFO O| Dec 17 21:22:33.955 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-17T21:22:35.337Z[ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72932024-12-17T21:22:35.337Z[ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO STEP 972 (remove_files) COMPLETE
72942024-12-17T21:22:35.339Z[ recovery-image] Dec 17 21:22:33.974 INFO O| Dec 17 21:22:33.974 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-17T21:22:35.356Z[ recovery-image] Dec 17 21:22:33.993 INFO O| Dec 17 21:22:33.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72962024-12-17T21:22:35.359Z[ recovery-image] Dec 17 21:22:33.994 INFO O| Dec 17 21:22:33.994 INFO STEP 973 (remove_files) COMPLETE
72972024-12-17T21:22:35.359Z[ recovery-image] Dec 17 21:22:33.994 INFO O| Dec 17 21:22:33.994 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-17T21:22:35.380Z[ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72992024-12-17T21:22:35.380Z[ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO STEP 974 (remove_files) COMPLETE
73002024-12-17T21:22:35.380Z[ recovery-image] Dec 17 21:22:34.017 INFO O| Dec 17 21:22:34.017 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-17T21:22:35.410Z[ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73022024-12-17T21:22:35.413Z[ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO STEP 975 (remove_files) COMPLETE
73032024-12-17T21:22:35.413Z[ recovery-image] Dec 17 21:22:34.047 INFO O| Dec 17 21:22:34.047 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-17T21:22:35.431Z[ recovery-image] Dec 17 21:22:34.068 INFO O| Dec 17 21:22:34.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73052024-12-17T21:22:35.434Z[ recovery-image] Dec 17 21:22:34.069 INFO O| Dec 17 21:22:34.068 INFO STEP 976 (remove_files) COMPLETE
73062024-12-17T21:22:35.434Z[ recovery-image] Dec 17 21:22:34.069 INFO O| Dec 17 21:22:34.069 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-17T21:22:35.453Z[ recovery-image] Dec 17 21:22:34.090 INFO O| Dec 17 21:22:34.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73082024-12-17T21:22:35.453Z[ recovery-image] Dec 17 21:22:34.091 INFO O| Dec 17 21:22:34.091 INFO STEP 977 (remove_files) COMPLETE
73092024-12-17T21:22:35.456Z[ recovery-image] Dec 17 21:22:34.091 INFO O| Dec 17 21:22:34.091 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-17T21:22:35.481Z[ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73112024-12-17T21:22:35.483Z[ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO STEP 978 (remove_files) COMPLETE
73122024-12-17T21:22:35.483Z[ recovery-image] Dec 17 21:22:34.118 INFO O| Dec 17 21:22:34.118 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-17T21:22:35.502Z[ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73142024-12-17T21:22:35.502Z[ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO STEP 979 (remove_files) COMPLETE
73152024-12-17T21:22:35.505Z[ recovery-image] Dec 17 21:22:34.139 INFO O| Dec 17 21:22:34.139 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-17T21:22:35.523Z[ recovery-image] Dec 17 21:22:34.160 INFO O| Dec 17 21:22:34.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73172024-12-17T21:22:35.523Z[ recovery-image] Dec 17 21:22:34.160 INFO O| Dec 17 21:22:34.160 INFO STEP 980 (remove_files) COMPLETE
73182024-12-17T21:22:35.527Z[ recovery-image] Dec 17 21:22:34.161 INFO O| Dec 17 21:22:34.160 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-17T21:22:35.547Z[ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73202024-12-17T21:22:35.548Z[ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO STEP 981 (remove_files) COMPLETE
73212024-12-17T21:22:35.548Z[ recovery-image] Dec 17 21:22:34.183 INFO O| Dec 17 21:22:34.183 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-17T21:22:35.567Z[ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73232024-12-17T21:22:35.567Z[ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO STEP 982 (remove_files) COMPLETE
73242024-12-17T21:22:35.570Z[ recovery-image] Dec 17 21:22:34.204 INFO O| Dec 17 21:22:34.204 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-17T21:22:35.598Z[ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73262024-12-17T21:22:35.601Z[ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO STEP 983 (remove_files) COMPLETE
73272024-12-17T21:22:35.601Z[ recovery-image] Dec 17 21:22:34.225 INFO O| Dec 17 21:22:34.225 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-17T21:22:35.608Z[ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73292024-12-17T21:22:35.611Z[ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO STEP 984 (remove_files) COMPLETE
73302024-12-17T21:22:35.611Z[ recovery-image] Dec 17 21:22:34.245 INFO O| Dec 17 21:22:34.245 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-17T21:22:35.650Z[ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73322024-12-17T21:22:35.650Z[ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO STEP 985 (remove_files) COMPLETE
73332024-12-17T21:22:35.650Z[ recovery-image] Dec 17 21:22:34.287 INFO O| Dec 17 21:22:34.287 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-17T21:22:35.692Z[ recovery-image] Dec 17 21:22:34.329 INFO O| Dec 17 21:22:34.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73352024-12-17T21:22:35.692Z[ recovery-image] Dec 17 21:22:34.330 INFO O| Dec 17 21:22:34.330 INFO STEP 986 (remove_files) COMPLETE
73362024-12-17T21:22:35.695Z[ recovery-image] Dec 17 21:22:34.330 INFO O| Dec 17 21:22:34.330 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-17T21:22:35.715Z[ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73382024-12-17T21:22:35.715Z[ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO STEP 987 (remove_files) COMPLETE
73392024-12-17T21:22:35.715Z[ recovery-image] Dec 17 21:22:34.351 INFO O| Dec 17 21:22:34.351 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-17T21:22:35.752Z[ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73412024-12-17T21:22:35.752Z[ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO STEP 988 (remove_files) COMPLETE
73422024-12-17T21:22:35.752Z[ recovery-image] Dec 17 21:22:34.389 INFO O| Dec 17 21:22:34.389 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-17T21:22:35.773Z[ recovery-image] Dec 17 21:22:34.409 INFO O| Dec 17 21:22:34.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73442024-12-17T21:22:35.773Z[ recovery-image] Dec 17 21:22:34.409 INFO O| Dec 17 21:22:34.409 INFO STEP 989 (remove_files) COMPLETE
73452024-12-17T21:22:35.773Z[ recovery-image] Dec 17 21:22:34.410 INFO O| Dec 17 21:22:34.409 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-17T21:22:35.793Z[ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73472024-12-17T21:22:35.793Z[ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.430 INFO STEP 990 (remove_files) COMPLETE
73482024-12-17T21:22:35.793Z[ recovery-image] Dec 17 21:22:34.430 INFO O| Dec 17 21:22:34.430 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-17T21:22:35.826Z[ recovery-image] Dec 17 21:22:34.463 INFO O| Dec 17 21:22:34.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73502024-12-17T21:22:35.829Z[ recovery-image] Dec 17 21:22:34.463 INFO O| Dec 17 21:22:34.463 INFO STEP 991 (remove_files) COMPLETE
73512024-12-17T21:22:35.829Z[ recovery-image] Dec 17 21:22:34.464 INFO O| Dec 17 21:22:34.463 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-17T21:22:35.849Z[ recovery-image] Dec 17 21:22:34.486 INFO O| Dec 17 21:22:34.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73532024-12-17T21:22:35.852Z[ recovery-image] Dec 17 21:22:34.487 INFO O| Dec 17 21:22:34.487 INFO STEP 992 (remove_files) COMPLETE
73542024-12-17T21:22:35.852Z[ recovery-image] Dec 17 21:22:34.487 INFO O| Dec 17 21:22:34.487 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-17T21:22:35.871Z[ recovery-image] Dec 17 21:22:34.508 INFO O| Dec 17 21:22:34.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73562024-12-17T21:22:35.871Z[ recovery-image] Dec 17 21:22:34.509 INFO O| Dec 17 21:22:34.508 INFO STEP 993 (remove_files) COMPLETE
73572024-12-17T21:22:35.874Z[ recovery-image] Dec 17 21:22:34.509 INFO O| Dec 17 21:22:34.509 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-17T21:22:35.892Z[ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73592024-12-17T21:22:35.894Z[ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO STEP 994 (remove_files) COMPLETE
73602024-12-17T21:22:35.894Z[ recovery-image] Dec 17 21:22:34.529 INFO O| Dec 17 21:22:34.529 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-17T21:22:35.911Z[ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73622024-12-17T21:22:35.914Z[ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO STEP 995 (remove_files) COMPLETE
73632024-12-17T21:22:35.914Z[ recovery-image] Dec 17 21:22:34.548 INFO O| Dec 17 21:22:34.548 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-17T21:22:35.932Z[ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73652024-12-17T21:22:35.934Z[ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO STEP 996 (remove_files) COMPLETE
73662024-12-17T21:22:35.934Z[ recovery-image] Dec 17 21:22:34.569 INFO O| Dec 17 21:22:34.569 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-17T21:22:35.972Z[ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73682024-12-17T21:22:35.972Z[ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO STEP 997 (remove_files) COMPLETE
73692024-12-17T21:22:35.975Z[ recovery-image] Dec 17 21:22:34.609 INFO O| Dec 17 21:22:34.609 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-17T21:22:35.993Z[ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73712024-12-17T21:22:35.993Z[ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO STEP 998 (remove_files) COMPLETE
73722024-12-17T21:22:35.995Z[ recovery-image] Dec 17 21:22:34.630 INFO O| Dec 17 21:22:34.630 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-17T21:22:36.049Z[ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73742024-12-17T21:22:36.049Z[ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO STEP 999 (remove_files) COMPLETE
73752024-12-17T21:22:36.049Z[ recovery-image] Dec 17 21:22:34.686 INFO O| Dec 17 21:22:34.686 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-17T21:22:36.069Z[ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73772024-12-17T21:22:36.069Z[ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO STEP 1000 (remove_files) COMPLETE
73782024-12-17T21:22:36.069Z[ recovery-image] Dec 17 21:22:34.706 INFO O| Dec 17 21:22:34.706 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-17T21:22:36.115Z[ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73802024-12-17T21:22:36.115Z[ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO STEP 1001 (remove_files) COMPLETE
73812024-12-17T21:22:36.115Z[ recovery-image] Dec 17 21:22:34.749 INFO O| Dec 17 21:22:34.749 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-17T21:22:36.139Z[ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73832024-12-17T21:22:36.141Z[ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO STEP 1002 (remove_files) COMPLETE
73842024-12-17T21:22:36.141Z[ recovery-image] Dec 17 21:22:34.776 INFO O| Dec 17 21:22:34.776 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-17T21:22:36.163Z[ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73862024-12-17T21:22:36.181Z[ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO STEP 1003 (remove_files) COMPLETE
73872024-12-17T21:22:36.181Z[ recovery-image] Dec 17 21:22:34.796 INFO O| Dec 17 21:22:34.796 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-17T21:22:36.187Z[ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73892024-12-17T21:22:36.187Z[ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO STEP 1004 (remove_files) COMPLETE
73902024-12-17T21:22:36.187Z[ recovery-image] Dec 17 21:22:34.816 INFO O| Dec 17 21:22:34.816 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-17T21:22:36.199Z[ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73922024-12-17T21:22:36.201Z[ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO STEP 1005 (remove_files) COMPLETE
73932024-12-17T21:22:36.201Z[ recovery-image] Dec 17 21:22:34.836 INFO O| Dec 17 21:22:34.836 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-17T21:22:36.230Z[ recovery-image] Dec 17 21:22:34.867 INFO O| Dec 17 21:22:34.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73952024-12-17T21:22:36.230Z[ recovery-image] Dec 17 21:22:34.867 INFO O| Dec 17 21:22:34.867 INFO STEP 1006 (remove_files) COMPLETE
73962024-12-17T21:22:36.233Z[ recovery-image] Dec 17 21:22:34.868 INFO O| Dec 17 21:22:34.867 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-17T21:22:36.250Z[ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73982024-12-17T21:22:36.250Z[ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO STEP 1007 (remove_files) COMPLETE
73992024-12-17T21:22:36.252Z[ recovery-image] Dec 17 21:22:34.887 INFO O| Dec 17 21:22:34.887 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-17T21:22:36.286Z[ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74012024-12-17T21:22:36.286Z[ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO STEP 1008 (remove_files) COMPLETE
74022024-12-17T21:22:36.286Z[ recovery-image] Dec 17 21:22:34.922 INFO O| Dec 17 21:22:34.922 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-17T21:22:36.323Z[ recovery-image] Dec 17 21:22:34.960 INFO O| Dec 17 21:22:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74042024-12-17T21:22:36.323Z[ recovery-image] Dec 17 21:22:34.960 INFO O| Dec 17 21:22:34.960 INFO STEP 1009 (remove_files) COMPLETE
74052024-12-17T21:22:36.323Z[ recovery-image] Dec 17 21:22:34.961 INFO O| Dec 17 21:22:34.960 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-17T21:22:36.343Z[ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74072024-12-17T21:22:36.343Z[ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO STEP 1010 (remove_files) COMPLETE
74082024-12-17T21:22:36.343Z[ recovery-image] Dec 17 21:22:34.980 INFO O| Dec 17 21:22:34.980 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-17T21:22:36.363Z[ recovery-image] Dec 17 21:22:35.000 INFO O| Dec 17 21:22:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74102024-12-17T21:22:36.366Z[ recovery-image] Dec 17 21:22:35.001 INFO O| Dec 17 21:22:35.001 INFO STEP 1011 (remove_files) COMPLETE
74112024-12-17T21:22:36.366Z[ recovery-image] Dec 17 21:22:35.001 INFO O| Dec 17 21:22:35.001 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-17T21:22:36.384Z[ recovery-image] Dec 17 21:22:35.021 INFO O| Dec 17 21:22:35.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74132024-12-17T21:22:36.387Z[ recovery-image] Dec 17 21:22:35.021 INFO O| Dec 17 21:22:35.021 INFO STEP 1012 (remove_files) COMPLETE
74142024-12-17T21:22:36.387Z[ recovery-image] Dec 17 21:22:35.022 INFO O| Dec 17 21:22:35.022 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-17T21:22:36.403Z[ recovery-image] Dec 17 21:22:35.040 INFO O| Dec 17 21:22:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74162024-12-17T21:22:36.406Z[ recovery-image] Dec 17 21:22:35.041 INFO O| Dec 17 21:22:35.041 INFO STEP 1013 (remove_files) COMPLETE
74172024-12-17T21:22:36.406Z[ recovery-image] Dec 17 21:22:35.041 INFO O| Dec 17 21:22:35.041 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-17T21:22:36.423Z[ recovery-image] Dec 17 21:22:35.060 INFO O| Dec 17 21:22:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74192024-12-17T21:22:36.426Z[ recovery-image] Dec 17 21:22:35.060 INFO O| Dec 17 21:22:35.060 INFO STEP 1014 (remove_files) COMPLETE
74202024-12-17T21:22:36.426Z[ recovery-image] Dec 17 21:22:35.061 INFO O| Dec 17 21:22:35.060 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-17T21:22:36.444Z[ recovery-image] Dec 17 21:22:35.080 INFO O| Dec 17 21:22:35.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74222024-12-17T21:22:36.447Z[ recovery-image] Dec 17 21:22:35.081 INFO O| Dec 17 21:22:35.081 INFO STEP 1015 (remove_files) COMPLETE
74232024-12-17T21:22:36.447Z[ recovery-image] Dec 17 21:22:35.081 INFO O| Dec 17 21:22:35.081 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-17T21:22:36.464Z[ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74252024-12-17T21:22:36.464Z[ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.101 INFO STEP 1016 (remove_files) COMPLETE
74262024-12-17T21:22:36.468Z[ recovery-image] Dec 17 21:22:35.101 INFO O| Dec 17 21:22:35.101 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-17T21:22:36.502Z[ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74282024-12-17T21:22:36.505Z[ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO STEP 1017 (remove_files) COMPLETE
74292024-12-17T21:22:36.505Z[ recovery-image] Dec 17 21:22:35.139 INFO O| Dec 17 21:22:35.139 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-17T21:22:36.558Z[ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74312024-12-17T21:22:36.561Z[ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO STEP 1018 (remove_files) COMPLETE
74322024-12-17T21:22:36.561Z[ recovery-image] Dec 17 21:22:35.195 INFO O| Dec 17 21:22:35.195 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-17T21:22:36.579Z[ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74342024-12-17T21:22:36.579Z[ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO STEP 1019 (remove_files) COMPLETE
74352024-12-17T21:22:36.582Z[ recovery-image] Dec 17 21:22:35.216 INFO O| Dec 17 21:22:35.216 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-17T21:22:36.600Z[ recovery-image] Dec 17 21:22:35.236 INFO O| Dec 17 21:22:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74372024-12-17T21:22:36.600Z[ recovery-image] Dec 17 21:22:35.237 INFO O| Dec 17 21:22:35.237 INFO STEP 1020 (remove_files) COMPLETE
74382024-12-17T21:22:36.602Z[ recovery-image] Dec 17 21:22:35.237 INFO O| Dec 17 21:22:35.237 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-17T21:22:36.632Z[ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74402024-12-17T21:22:36.632Z[ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO STEP 1021 (remove_files) COMPLETE
74412024-12-17T21:22:36.636Z[ recovery-image] Dec 17 21:22:35.269 INFO O| Dec 17 21:22:35.269 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-17T21:22:36.656Z[ recovery-image] Dec 17 21:22:35.293 INFO O| Dec 17 21:22:35.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74432024-12-17T21:22:36.656Z[ recovery-image] Dec 17 21:22:35.293 INFO O| Dec 17 21:22:35.293 INFO STEP 1022 (remove_files) COMPLETE
74442024-12-17T21:22:36.656Z[ recovery-image] Dec 17 21:22:35.294 INFO O| Dec 17 21:22:35.293 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-17T21:22:36.679Z[ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74462024-12-17T21:22:36.679Z[ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO STEP 1023 (remove_files) COMPLETE
74472024-12-17T21:22:36.679Z[ recovery-image] Dec 17 21:22:35.315 INFO O| Dec 17 21:22:35.315 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-17T21:22:36.716Z[ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74492024-12-17T21:22:36.719Z[ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO STEP 1024 (remove_files) COMPLETE
74502024-12-17T21:22:36.719Z[ recovery-image] Dec 17 21:22:35.352 INFO O| Dec 17 21:22:35.352 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-17T21:22:36.824Z[ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74522024-12-17T21:22:36.824Z[ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO STEP 1025 (remove_files) COMPLETE
74532024-12-17T21:22:36.824Z[ recovery-image] Dec 17 21:22:35.461 INFO O| Dec 17 21:22:35.461 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-17T21:22:36.850Z[ recovery-image] Dec 17 21:22:35.487 INFO O| Dec 17 21:22:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74552024-12-17T21:22:36.870Z[ recovery-image] Dec 17 21:22:35.507 INFO O| Dec 17 21:22:35.507 INFO STEP 1026 (remove_files) COMPLETE
74562024-12-17T21:22:36.870Z[ recovery-image] Dec 17 21:22:35.507 INFO O| Dec 17 21:22:35.507 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-17T21:22:36.962Z[ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74582024-12-17T21:22:36.962Z[ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO STEP 1027 (remove_files) COMPLETE
74592024-12-17T21:22:36.962Z[ recovery-image] Dec 17 21:22:35.597 INFO O| Dec 17 21:22:35.597 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-17T21:22:36.988Z[ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74612024-12-17T21:22:36.988Z[ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO STEP 1028 (remove_files) COMPLETE
74622024-12-17T21:22:36.988Z[ recovery-image] Dec 17 21:22:35.624 INFO O| Dec 17 21:22:35.624 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-17T21:22:37.025Z[ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74642024-12-17T21:22:37.025Z[ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO STEP 1029 (remove_files) COMPLETE
74652024-12-17T21:22:37.025Z[ recovery-image] Dec 17 21:22:35.662 INFO O| Dec 17 21:22:35.662 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-17T21:22:37.063Z[ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74672024-12-17T21:22:37.063Z[ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO STEP 1030 (remove_files) COMPLETE
74682024-12-17T21:22:37.063Z[ recovery-image] Dec 17 21:22:35.700 INFO O| Dec 17 21:22:35.700 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-17T21:22:37.093Z[ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74702024-12-17T21:22:37.093Z[ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO STEP 1031 (remove_files) COMPLETE
74712024-12-17T21:22:37.093Z[ recovery-image] Dec 17 21:22:35.730 INFO O| Dec 17 21:22:35.730 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-17T21:22:37.114Z[ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74732024-12-17T21:22:37.114Z[ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.751 INFO STEP 1032 (remove_files) COMPLETE
74742024-12-17T21:22:37.116Z[ recovery-image] Dec 17 21:22:35.751 INFO O| Dec 17 21:22:35.751 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-17T21:22:37.148Z[ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74762024-12-17T21:22:37.148Z[ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO STEP 1033 (remove_files) COMPLETE
74772024-12-17T21:22:37.148Z[ recovery-image] Dec 17 21:22:35.785 INFO O| Dec 17 21:22:35.785 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-17T21:22:37.166Z[ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74792024-12-17T21:22:37.166Z[ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO STEP 1034 (remove_files) COMPLETE
74802024-12-17T21:22:37.166Z[ recovery-image] Dec 17 21:22:35.803 INFO O| Dec 17 21:22:35.803 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-17T21:22:37.191Z[ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74822024-12-17T21:22:37.191Z[ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO STEP 1035 (remove_files) COMPLETE
74832024-12-17T21:22:37.191Z[ recovery-image] Dec 17 21:22:35.828 INFO O| Dec 17 21:22:35.828 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-17T21:22:37.214Z[ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74852024-12-17T21:22:37.214Z[ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO STEP 1036 (remove_files) COMPLETE
74862024-12-17T21:22:37.216Z[ recovery-image] Dec 17 21:22:35.851 INFO O| Dec 17 21:22:35.851 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-17T21:22:37.237Z[ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74882024-12-17T21:22:37.237Z[ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO STEP 1037 (remove_files) COMPLETE
74892024-12-17T21:22:37.237Z[ recovery-image] Dec 17 21:22:35.874 INFO O| Dec 17 21:22:35.874 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-17T21:22:37.259Z[ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74912024-12-17T21:22:37.259Z[ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO STEP 1038 (remove_files) COMPLETE
74922024-12-17T21:22:37.259Z[ recovery-image] Dec 17 21:22:35.896 INFO O| Dec 17 21:22:35.896 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-17T21:22:37.282Z[ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74942024-12-17T21:22:37.282Z[ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.919 INFO STEP 1039 (remove_files) COMPLETE
74952024-12-17T21:22:37.284Z[ recovery-image] Dec 17 21:22:35.919 INFO O| Dec 17 21:22:35.919 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-17T21:22:37.303Z[ recovery-image] Dec 17 21:22:35.940 INFO O| Dec 17 21:22:35.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74972024-12-17T21:22:37.306Z[ recovery-image] Dec 17 21:22:35.941 INFO O| Dec 17 21:22:35.940 INFO STEP 1040 (remove_files) COMPLETE
74982024-12-17T21:22:37.306Z[ recovery-image] Dec 17 21:22:35.941 INFO O| Dec 17 21:22:35.940 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-17T21:22:37.327Z[ recovery-image] Dec 17 21:22:35.964 INFO O| Dec 17 21:22:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75002024-12-17T21:22:37.327Z[ recovery-image] Dec 17 21:22:35.965 INFO O| Dec 17 21:22:35.965 INFO STEP 1041 (remove_files) COMPLETE
75012024-12-17T21:22:37.330Z[ recovery-image] Dec 17 21:22:35.965 INFO O| Dec 17 21:22:35.965 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-17T21:22:37.350Z[ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75032024-12-17T21:22:37.350Z[ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO STEP 1042 (remove_files) COMPLETE
75042024-12-17T21:22:37.350Z[ recovery-image] Dec 17 21:22:35.987 INFO O| Dec 17 21:22:35.987 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-17T21:22:37.372Z[ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75062024-12-17T21:22:37.374Z[ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO STEP 1043 (remove_files) COMPLETE
75072024-12-17T21:22:37.374Z[ recovery-image] Dec 17 21:22:36.009 INFO O| Dec 17 21:22:36.009 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-17T21:22:37.392Z[ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75092024-12-17T21:22:37.392Z[ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO STEP 1044 (remove_files) COMPLETE
75102024-12-17T21:22:37.392Z[ recovery-image] Dec 17 21:22:36.029 INFO O| Dec 17 21:22:36.029 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-17T21:22:37.443Z[ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75122024-12-17T21:22:37.443Z[ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO STEP 1045 (remove_files) COMPLETE
75132024-12-17T21:22:37.443Z[ recovery-image] Dec 17 21:22:36.069 INFO O| Dec 17 21:22:36.069 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-17T21:22:37.484Z[ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75152024-12-17T21:22:37.484Z[ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO STEP 1046 (remove_files) COMPLETE
75162024-12-17T21:22:37.484Z[ recovery-image] Dec 17 21:22:36.117 INFO O| Dec 17 21:22:36.117 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-17T21:22:37.526Z[ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75182024-12-17T21:22:37.526Z[ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO STEP 1047 (remove_files) COMPLETE
75192024-12-17T21:22:37.526Z[ recovery-image] Dec 17 21:22:36.162 INFO O| Dec 17 21:22:36.162 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-17T21:22:37.545Z[ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75212024-12-17T21:22:37.545Z[ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO STEP 1048 (remove_files) COMPLETE
75222024-12-17T21:22:37.545Z[ recovery-image] Dec 17 21:22:36.182 INFO O| Dec 17 21:22:36.182 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-17T21:22:37.566Z[ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75242024-12-17T21:22:37.566Z[ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO STEP 1049 (remove_files) COMPLETE
75252024-12-17T21:22:37.566Z[ recovery-image] Dec 17 21:22:36.203 INFO O| Dec 17 21:22:36.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-17T21:22:37.606Z[ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75272024-12-17T21:22:37.606Z[ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO STEP 1050 (remove_files) COMPLETE
75282024-12-17T21:22:37.606Z[ recovery-image] Dec 17 21:22:36.243 INFO O| Dec 17 21:22:36.243 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-17T21:22:37.647Z[ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75302024-12-17T21:22:37.647Z[ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.265 INFO STEP 1051 (remove_files) COMPLETE
75312024-12-17T21:22:37.647Z[ recovery-image] Dec 17 21:22:36.265 INFO O| Dec 17 21:22:36.265 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-17T21:22:37.650Z[ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75332024-12-17T21:22:37.650Z[ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO STEP 1052 (remove_files) COMPLETE
75342024-12-17T21:22:37.650Z[ recovery-image] Dec 17 21:22:36.285 INFO O| Dec 17 21:22:36.285 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-17T21:22:37.673Z[ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75362024-12-17T21:22:37.673Z[ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO STEP 1053 (remove_files) COMPLETE
75372024-12-17T21:22:37.673Z[ recovery-image] Dec 17 21:22:36.309 INFO O| Dec 17 21:22:36.309 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-17T21:22:37.729Z[ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75392024-12-17T21:22:37.729Z[ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO STEP 1054 (remove_files) COMPLETE
75402024-12-17T21:22:37.729Z[ recovery-image] Dec 17 21:22:36.366 INFO O| Dec 17 21:22:36.366 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-17T21:22:37.798Z[ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75422024-12-17T21:22:37.798Z[ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.431 INFO STEP 1055 (remove_files) COMPLETE
75432024-12-17T21:22:37.798Z[ recovery-image] Dec 17 21:22:36.435 INFO O| Dec 17 21:22:36.431 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-17T21:22:37.837Z[ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75452024-12-17T21:22:37.842Z[ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO STEP 1056 (remove_files) COMPLETE
75462024-12-17T21:22:37.842Z[ recovery-image] Dec 17 21:22:36.458 INFO O| Dec 17 21:22:36.458 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-17T21:22:37.842Z[ recovery-image] Dec 17 21:22:36.477 INFO O| Dec 17 21:22:36.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75482024-12-17T21:22:37.842Z[ recovery-image] Dec 17 21:22:36.478 INFO O| Dec 17 21:22:36.478 INFO STEP 1057 (remove_files) COMPLETE
75492024-12-17T21:22:37.842Z[ recovery-image] Dec 17 21:22:36.478 INFO O| Dec 17 21:22:36.478 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-17T21:22:37.863Z[ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75512024-12-17T21:22:37.863Z[ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO STEP 1058 (remove_files) COMPLETE
75522024-12-17T21:22:37.863Z[ recovery-image] Dec 17 21:22:36.498 INFO O| Dec 17 21:22:36.498 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-17T21:22:37.888Z[ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75542024-12-17T21:22:37.888Z[ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO STEP 1059 (remove_files) COMPLETE
75552024-12-17T21:22:37.888Z[ recovery-image] Dec 17 21:22:36.516 INFO O| Dec 17 21:22:36.516 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-17T21:22:37.898Z[ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75572024-12-17T21:22:37.898Z[ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO STEP 1060 (remove_files) COMPLETE
75582024-12-17T21:22:37.898Z[ recovery-image] Dec 17 21:22:36.535 INFO O| Dec 17 21:22:36.535 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-17T21:22:37.936Z[ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75602024-12-17T21:22:37.936Z[ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO STEP 1061 (remove_files) COMPLETE
75612024-12-17T21:22:37.937Z[ recovery-image] Dec 17 21:22:36.573 INFO O| Dec 17 21:22:36.573 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-17T21:22:37.957Z[ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75632024-12-17T21:22:37.957Z[ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO STEP 1062 (remove_files) COMPLETE
75642024-12-17T21:22:37.960Z[ recovery-image] Dec 17 21:22:36.594 INFO O| Dec 17 21:22:36.594 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-17T21:22:37.985Z[ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75662024-12-17T21:22:37.985Z[ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO STEP 1063 (remove_files) COMPLETE
75672024-12-17T21:22:37.986Z[ recovery-image] Dec 17 21:22:36.622 INFO O| Dec 17 21:22:36.622 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-17T21:22:38.011Z[ recovery-image] Dec 17 21:22:36.648 INFO O| Dec 17 21:22:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75692024-12-17T21:22:38.011Z[ recovery-image] Dec 17 21:22:36.648 INFO O| Dec 17 21:22:36.648 INFO STEP 1064 (remove_files) COMPLETE
75702024-12-17T21:22:38.020Z[ recovery-image] Dec 17 21:22:36.649 INFO O| Dec 17 21:22:36.648 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-17T21:22:38.129Z[ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75722024-12-17T21:22:38.129Z[ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO STEP 1065 (remove_files) COMPLETE
75732024-12-17T21:22:38.132Z[ recovery-image] Dec 17 21:22:36.766 INFO O| Dec 17 21:22:36.766 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-17T21:22:38.151Z[ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75752024-12-17T21:22:38.151Z[ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.788 INFO STEP 1066 (remove_files) COMPLETE
75762024-12-17T21:22:38.151Z[ recovery-image] Dec 17 21:22:36.788 INFO O| Dec 17 21:22:36.788 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-17T21:22:38.171Z[ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75782024-12-17T21:22:38.173Z[ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO STEP 1067 (remove_files) COMPLETE
75792024-12-17T21:22:38.174Z[ recovery-image] Dec 17 21:22:36.808 INFO O| Dec 17 21:22:36.808 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-17T21:22:38.192Z[ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75812024-12-17T21:22:38.192Z[ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.829 INFO STEP 1068 (remove_files) COMPLETE
75822024-12-17T21:22:38.194Z[ recovery-image] Dec 17 21:22:36.829 INFO O| Dec 17 21:22:36.829 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-17T21:22:38.223Z[ recovery-image] Dec 17 21:22:36.859 INFO O| Dec 17 21:22:36.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75842024-12-17T21:22:38.226Z[ recovery-image] Dec 17 21:22:36.860 INFO O| Dec 17 21:22:36.860 INFO STEP 1069 (remove_files) COMPLETE
75852024-12-17T21:22:38.226Z[ recovery-image] Dec 17 21:22:36.860 INFO O| Dec 17 21:22:36.860 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-17T21:22:38.248Z[ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75872024-12-17T21:22:38.251Z[ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO STEP 1070 (remove_files) COMPLETE
75882024-12-17T21:22:38.251Z[ recovery-image] Dec 17 21:22:36.885 INFO O| Dec 17 21:22:36.885 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-17T21:22:38.320Z[ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75902024-12-17T21:22:38.320Z[ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO STEP 1071 (remove_files) COMPLETE
75912024-12-17T21:22:38.322Z[ recovery-image] Dec 17 21:22:36.957 INFO O| Dec 17 21:22:36.957 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-17T21:22:38.340Z[ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75932024-12-17T21:22:38.340Z[ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO STEP 1072 (remove_files) COMPLETE
75942024-12-17T21:22:38.340Z[ recovery-image] Dec 17 21:22:36.977 INFO O| Dec 17 21:22:36.977 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-17T21:22:38.384Z[ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75962024-12-17T21:22:38.387Z[ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.021 INFO STEP 1073 (remove_files) COMPLETE
75972024-12-17T21:22:38.387Z[ recovery-image] Dec 17 21:22:37.021 INFO O| Dec 17 21:22:37.021 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-17T21:22:38.403Z[ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75992024-12-17T21:22:38.403Z[ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO STEP 1074 (remove_files) COMPLETE
76002024-12-17T21:22:38.403Z[ recovery-image] Dec 17 21:22:37.040 INFO O| Dec 17 21:22:37.040 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-17T21:22:38.423Z[ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76022024-12-17T21:22:38.423Z[ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO STEP 1075 (remove_files) COMPLETE
76032024-12-17T21:22:38.423Z[ recovery-image] Dec 17 21:22:37.060 INFO O| Dec 17 21:22:37.060 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-17T21:22:38.443Z[ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76052024-12-17T21:22:38.443Z[ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO STEP 1076 (remove_files) COMPLETE
76062024-12-17T21:22:38.446Z[ recovery-image] Dec 17 21:22:37.080 INFO O| Dec 17 21:22:37.080 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-17T21:22:38.475Z[ recovery-image] Dec 17 21:22:37.112 INFO O| Dec 17 21:22:37.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76082024-12-17T21:22:38.475Z[ recovery-image] Dec 17 21:22:37.113 INFO O| Dec 17 21:22:37.113 INFO STEP 1077 (remove_files) COMPLETE
76092024-12-17T21:22:38.475Z[ recovery-image] Dec 17 21:22:37.113 INFO O| Dec 17 21:22:37.113 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-17T21:22:38.496Z[ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76112024-12-17T21:22:38.496Z[ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO STEP 1078 (remove_files) COMPLETE
76122024-12-17T21:22:38.496Z[ recovery-image] Dec 17 21:22:37.133 INFO O| Dec 17 21:22:37.133 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-17T21:22:38.555Z[ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76142024-12-17T21:22:38.555Z[ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO STEP 1079 (remove_files) COMPLETE
76152024-12-17T21:22:38.555Z[ recovery-image] Dec 17 21:22:37.192 INFO O| Dec 17 21:22:37.192 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-17T21:22:38.575Z[ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76172024-12-17T21:22:38.575Z[ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.212 INFO STEP 1080 (remove_files) COMPLETE
76182024-12-17T21:22:38.575Z[ recovery-image] Dec 17 21:22:37.212 INFO O| Dec 17 21:22:37.212 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-17T21:22:38.603Z[ recovery-image] Dec 17 21:22:37.240 INFO O| Dec 17 21:22:37.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76202024-12-17T21:22:38.613Z[ recovery-image] Dec 17 21:22:37.250 INFO O| Dec 17 21:22:37.250 INFO STEP 1081 (remove_files) COMPLETE
76212024-12-17T21:22:38.613Z[ recovery-image] Dec 17 21:22:37.250 INFO O| Dec 17 21:22:37.250 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-17T21:22:38.634Z[ recovery-image] Dec 17 21:22:37.271 INFO O| Dec 17 21:22:37.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76232024-12-17T21:22:38.638Z[ recovery-image] Dec 17 21:22:37.272 INFO O| Dec 17 21:22:37.271 INFO STEP 1082 (remove_files) COMPLETE
76242024-12-17T21:22:38.638Z[ recovery-image] Dec 17 21:22:37.272 INFO O| Dec 17 21:22:37.272 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-17T21:22:38.654Z[ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76262024-12-17T21:22:38.657Z[ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO STEP 1083 (remove_files) COMPLETE
76272024-12-17T21:22:38.657Z[ recovery-image] Dec 17 21:22:37.291 INFO O| Dec 17 21:22:37.291 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-17T21:22:38.673Z[ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76292024-12-17T21:22:38.675Z[ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.310 INFO STEP 1084 (remove_files) COMPLETE
76302024-12-17T21:22:38.676Z[ recovery-image] Dec 17 21:22:37.310 INFO O| Dec 17 21:22:37.310 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-17T21:22:38.691Z[ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76322024-12-17T21:22:38.691Z[ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO STEP 1085 (remove_files) COMPLETE
76332024-12-17T21:22:38.691Z[ recovery-image] Dec 17 21:22:37.328 INFO O| Dec 17 21:22:37.328 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-17T21:22:38.709Z[ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76352024-12-17T21:22:38.709Z[ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO STEP 1086 (remove_files) COMPLETE
76362024-12-17T21:22:38.709Z[ recovery-image] Dec 17 21:22:37.346 INFO O| Dec 17 21:22:37.346 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-17T21:22:38.728Z[ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76382024-12-17T21:22:38.728Z[ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO STEP 1087 (remove_files) COMPLETE
76392024-12-17T21:22:38.731Z[ recovery-image] Dec 17 21:22:37.365 INFO O| Dec 17 21:22:37.365 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-17T21:22:38.748Z[ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76412024-12-17T21:22:38.750Z[ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO STEP 1088 (remove_files) COMPLETE
76422024-12-17T21:22:38.750Z[ recovery-image] Dec 17 21:22:37.385 INFO O| Dec 17 21:22:37.385 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-17T21:22:38.767Z[ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76442024-12-17T21:22:38.767Z[ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO STEP 1089 (remove_files) COMPLETE
76452024-12-17T21:22:38.767Z[ recovery-image] Dec 17 21:22:37.404 INFO O| Dec 17 21:22:37.404 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-17T21:22:38.797Z[ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76472024-12-17T21:22:38.797Z[ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO STEP 1090 (remove_files) COMPLETE
76482024-12-17T21:22:38.800Z[ recovery-image] Dec 17 21:22:37.434 INFO O| Dec 17 21:22:37.434 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-17T21:22:38.835Z[ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76502024-12-17T21:22:38.835Z[ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO STEP 1091 (remove_files) COMPLETE
76512024-12-17T21:22:38.836Z[ recovery-image] Dec 17 21:22:37.472 INFO O| Dec 17 21:22:37.472 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-17T21:22:38.855Z[ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76532024-12-17T21:22:38.855Z[ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO STEP 1092 (remove_files) COMPLETE
76542024-12-17T21:22:38.856Z[ recovery-image] Dec 17 21:22:37.491 INFO O| Dec 17 21:22:37.491 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-17T21:22:38.889Z[ recovery-image] Dec 17 21:22:37.526 INFO O| Dec 17 21:22:37.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76562024-12-17T21:22:38.890Z[ recovery-image] Dec 17 21:22:37.527 INFO O| Dec 17 21:22:37.527 INFO STEP 1093 (remove_files) COMPLETE
76572024-12-17T21:22:38.890Z[ recovery-image] Dec 17 21:22:37.527 INFO O| Dec 17 21:22:37.527 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-17T21:22:38.908Z[ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76592024-12-17T21:22:38.910Z[ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.545 INFO STEP 1094 (remove_files) COMPLETE
76602024-12-17T21:22:38.910Z[ recovery-image] Dec 17 21:22:37.545 INFO O| Dec 17 21:22:37.545 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-17T21:22:38.942Z[ recovery-image] Dec 17 21:22:37.578 INFO O| Dec 17 21:22:37.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76622024-12-17T21:22:38.942Z[ recovery-image] Dec 17 21:22:37.579 INFO O| Dec 17 21:22:37.578 INFO STEP 1095 (remove_files) COMPLETE
76632024-12-17T21:22:38.942Z[ recovery-image] Dec 17 21:22:37.579 INFO O| Dec 17 21:22:37.579 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-17T21:22:38.962Z[ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76652024-12-17T21:22:38.962Z[ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO STEP 1096 (remove_files) COMPLETE
76662024-12-17T21:22:38.962Z[ recovery-image] Dec 17 21:22:37.599 INFO O| Dec 17 21:22:37.599 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-17T21:22:38.991Z[ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76682024-12-17T21:22:38.991Z[ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO STEP 1097 (remove_files) COMPLETE
76692024-12-17T21:22:38.991Z[ recovery-image] Dec 17 21:22:37.628 INFO O| Dec 17 21:22:37.628 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-17T21:22:39.035Z[ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76712024-12-17T21:22:39.035Z[ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO STEP 1098 (remove_files) COMPLETE
76722024-12-17T21:22:39.035Z[ recovery-image] Dec 17 21:22:37.659 INFO O| Dec 17 21:22:37.659 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-17T21:22:39.049Z[ recovery-image] Dec 17 21:22:37.686 INFO O| Dec 17 21:22:37.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76742024-12-17T21:22:39.052Z[ recovery-image] Dec 17 21:22:37.687 INFO O| Dec 17 21:22:37.686 INFO STEP 1099 (remove_files) COMPLETE
76752024-12-17T21:22:39.052Z[ recovery-image] Dec 17 21:22:37.687 INFO O| Dec 17 21:22:37.687 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-17T21:22:39.088Z[ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76772024-12-17T21:22:39.091Z[ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO STEP 1100 (remove_files) COMPLETE
76782024-12-17T21:22:39.091Z[ recovery-image] Dec 17 21:22:37.725 INFO O| Dec 17 21:22:37.725 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-17T21:22:39.110Z[ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76802024-12-17T21:22:39.112Z[ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO STEP 1101 (remove_files) COMPLETE
76812024-12-17T21:22:39.113Z[ recovery-image] Dec 17 21:22:37.747 INFO O| Dec 17 21:22:37.747 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-17T21:22:39.134Z[ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76832024-12-17T21:22:39.134Z[ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO STEP 1102 (remove_files) COMPLETE
76842024-12-17T21:22:39.134Z[ recovery-image] Dec 17 21:22:37.770 INFO O| Dec 17 21:22:37.770 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-17T21:22:39.253Z[ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76862024-12-17T21:22:39.253Z[ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO STEP 1103 (remove_files) COMPLETE
76872024-12-17T21:22:39.253Z[ recovery-image] Dec 17 21:22:37.890 INFO O| Dec 17 21:22:37.890 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-17T21:22:39.273Z[ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76892024-12-17T21:22:39.273Z[ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO STEP 1104 (remove_files) COMPLETE
76902024-12-17T21:22:39.276Z[ recovery-image] Dec 17 21:22:37.910 INFO O| Dec 17 21:22:37.910 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-17T21:22:39.306Z[ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76922024-12-17T21:22:39.306Z[ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO STEP 1105 (remove_files) COMPLETE
76932024-12-17T21:22:39.309Z[ recovery-image] Dec 17 21:22:37.943 INFO O| Dec 17 21:22:37.943 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-17T21:22:39.327Z[ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76952024-12-17T21:22:39.330Z[ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO STEP 1106 (remove_files) COMPLETE
76962024-12-17T21:22:39.330Z[ recovery-image] Dec 17 21:22:37.963 INFO O| Dec 17 21:22:37.963 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-17T21:22:39.383Z[ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76982024-12-17T21:22:39.383Z[ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.020 INFO STEP 1107 (remove_files) COMPLETE
76992024-12-17T21:22:39.383Z[ recovery-image] Dec 17 21:22:38.020 INFO O| Dec 17 21:22:38.020 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-17T21:22:39.403Z[ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77012024-12-17T21:22:39.403Z[ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO STEP 1108 (remove_files) COMPLETE
77022024-12-17T21:22:39.403Z[ recovery-image] Dec 17 21:22:38.040 INFO O| Dec 17 21:22:38.040 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-17T21:22:39.423Z[ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77042024-12-17T21:22:39.423Z[ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO STEP 1109 (remove_files) COMPLETE
77052024-12-17T21:22:39.426Z[ recovery-image] Dec 17 21:22:38.060 INFO O| Dec 17 21:22:38.060 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-17T21:22:39.442Z[ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77072024-12-17T21:22:39.442Z[ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO STEP 1110 (remove_files) COMPLETE
77082024-12-17T21:22:39.442Z[ recovery-image] Dec 17 21:22:38.079 INFO O| Dec 17 21:22:38.079 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-17T21:22:39.461Z[ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77102024-12-17T21:22:39.461Z[ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO STEP 1111 (remove_files) COMPLETE
77112024-12-17T21:22:39.461Z[ recovery-image] Dec 17 21:22:38.098 INFO O| Dec 17 21:22:38.098 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-17T21:22:39.480Z[ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77132024-12-17T21:22:39.480Z[ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.117 INFO STEP 1112 (remove_files) COMPLETE
77142024-12-17T21:22:39.480Z[ recovery-image] Dec 17 21:22:38.117 INFO O| Dec 17 21:22:38.117 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-17T21:22:39.501Z[ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77162024-12-17T21:22:39.501Z[ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.136 INFO STEP 1113 (remove_files) COMPLETE
77172024-12-17T21:22:39.501Z[ recovery-image] Dec 17 21:22:38.136 INFO O| Dec 17 21:22:38.136 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-17T21:22:39.518Z[ recovery-image] Dec 17 21:22:38.154 INFO O| Dec 17 21:22:38.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77192024-12-17T21:22:39.518Z[ recovery-image] Dec 17 21:22:38.155 INFO O| Dec 17 21:22:38.155 INFO STEP 1114 (remove_files) COMPLETE
77202024-12-17T21:22:39.518Z[ recovery-image] Dec 17 21:22:38.155 INFO O| Dec 17 21:22:38.155 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-17T21:22:39.538Z[ recovery-image] Dec 17 21:22:38.174 INFO O| Dec 17 21:22:38.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77222024-12-17T21:22:39.538Z[ recovery-image] Dec 17 21:22:38.175 INFO O| Dec 17 21:22:38.175 INFO STEP 1115 (remove_files) COMPLETE
77232024-12-17T21:22:39.538Z[ recovery-image] Dec 17 21:22:38.175 INFO O| Dec 17 21:22:38.175 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-17T21:22:39.558Z[ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77252024-12-17T21:22:39.558Z[ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO STEP 1116 (remove_files) COMPLETE
77262024-12-17T21:22:39.558Z[ recovery-image] Dec 17 21:22:38.195 INFO O| Dec 17 21:22:38.195 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-17T21:22:39.578Z[ recovery-image] Dec 17 21:22:38.215 INFO O| Dec 17 21:22:38.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77282024-12-17T21:22:39.580Z[ recovery-image] Dec 17 21:22:38.216 INFO O| Dec 17 21:22:38.216 INFO STEP 1117 (remove_files) COMPLETE
77292024-12-17T21:22:39.580Z[ recovery-image] Dec 17 21:22:38.216 INFO O| Dec 17 21:22:38.216 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-17T21:22:39.615Z[ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77312024-12-17T21:22:39.617Z[ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO STEP 1118 (remove_files) COMPLETE
77322024-12-17T21:22:39.617Z[ recovery-image] Dec 17 21:22:38.252 INFO O| Dec 17 21:22:38.252 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-17T21:22:39.636Z[ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77342024-12-17T21:22:39.636Z[ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO STEP 1119 (remove_files) COMPLETE
77352024-12-17T21:22:39.639Z[ recovery-image] Dec 17 21:22:38.273 INFO O| Dec 17 21:22:38.273 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-17T21:22:39.656Z[ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77372024-12-17T21:22:39.658Z[ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO STEP 1120 (remove_files) COMPLETE
77382024-12-17T21:22:39.658Z[ recovery-image] Dec 17 21:22:38.293 INFO O| Dec 17 21:22:38.293 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-17T21:22:39.676Z[ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77402024-12-17T21:22:39.676Z[ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO STEP 1121 (remove_files) COMPLETE
77412024-12-17T21:22:39.678Z[ recovery-image] Dec 17 21:22:38.313 INFO O| Dec 17 21:22:38.313 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-17T21:22:39.699Z[ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77432024-12-17T21:22:39.699Z[ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO STEP 1122 (remove_files) COMPLETE
77442024-12-17T21:22:39.699Z[ recovery-image] Dec 17 21:22:38.336 INFO O| Dec 17 21:22:38.336 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-17T21:22:39.731Z[ recovery-image] Dec 17 21:22:38.364 INFO O| Dec 17 21:22:38.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77462024-12-17T21:22:39.731Z[ recovery-image] Dec 17 21:22:38.365 INFO O| Dec 17 21:22:38.365 INFO STEP 1123 (remove_files) COMPLETE
77472024-12-17T21:22:39.731Z[ recovery-image] Dec 17 21:22:38.365 INFO O| Dec 17 21:22:38.365 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-17T21:22:39.747Z[ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77492024-12-17T21:22:39.750Z[ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO STEP 1124 (remove_files) COMPLETE
77502024-12-17T21:22:39.750Z[ recovery-image] Dec 17 21:22:38.384 INFO O| Dec 17 21:22:38.384 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-17T21:22:39.768Z[ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77522024-12-17T21:22:39.770Z[ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.405 INFO STEP 1125 (remove_files) COMPLETE
77532024-12-17T21:22:39.771Z[ recovery-image] Dec 17 21:22:38.405 INFO O| Dec 17 21:22:38.405 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-17T21:22:39.824Z[ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77552024-12-17T21:22:39.824Z[ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO STEP 1126 (remove_files) COMPLETE
77562024-12-17T21:22:39.824Z[ recovery-image] Dec 17 21:22:38.459 INFO O| Dec 17 21:22:38.459 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-17T21:22:39.871Z[ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77582024-12-17T21:22:39.871Z[ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.508 INFO STEP 1127 (remove_files) COMPLETE
77592024-12-17T21:22:39.871Z[ recovery-image] Dec 17 21:22:38.508 INFO O| Dec 17 21:22:38.508 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-17T21:22:39.917Z[ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77612024-12-17T21:22:39.918Z[ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO STEP 1128 (remove_files) COMPLETE
77622024-12-17T21:22:39.921Z[ recovery-image] Dec 17 21:22:38.554 INFO O| Dec 17 21:22:38.554 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-17T21:22:39.988Z[ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77642024-12-17T21:22:39.988Z[ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO STEP 1129 (remove_files) COMPLETE
77652024-12-17T21:22:39.990Z[ recovery-image] Dec 17 21:22:38.625 INFO O| Dec 17 21:22:38.625 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-17T21:22:40.009Z[ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77672024-12-17T21:22:40.009Z[ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.646 INFO STEP 1130 (remove_files) COMPLETE
77682024-12-17T21:22:40.009Z[ recovery-image] Dec 17 21:22:38.646 INFO O| Dec 17 21:22:38.646 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-17T21:22:40.049Z[ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77702024-12-17T21:22:40.049Z[ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO STEP 1131 (remove_files) COMPLETE
77712024-12-17T21:22:40.049Z[ recovery-image] Dec 17 21:22:38.686 INFO O| Dec 17 21:22:38.686 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-17T21:22:40.072Z[ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77732024-12-17T21:22:40.072Z[ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO STEP 1132 (remove_files) COMPLETE
77742024-12-17T21:22:40.072Z[ recovery-image] Dec 17 21:22:38.709 INFO O| Dec 17 21:22:38.709 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-17T21:22:40.100Z[ recovery-image] Dec 17 21:22:38.737 INFO O| Dec 17 21:22:38.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77762024-12-17T21:22:40.103Z[ recovery-image] Dec 17 21:22:38.737 INFO O| Dec 17 21:22:38.737 INFO STEP 1133 (remove_files) COMPLETE
77772024-12-17T21:22:40.103Z[ recovery-image] Dec 17 21:22:38.738 INFO O| Dec 17 21:22:38.737 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-17T21:22:40.122Z[ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77792024-12-17T21:22:40.124Z[ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.759 INFO STEP 1134 (remove_files) COMPLETE
77802024-12-17T21:22:40.124Z[ recovery-image] Dec 17 21:22:38.759 INFO O| Dec 17 21:22:38.759 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-17T21:22:40.251Z[ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77822024-12-17T21:22:40.251Z[ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO STEP 1135 (remove_files) COMPLETE
77832024-12-17T21:22:40.251Z[ recovery-image] Dec 17 21:22:38.888 INFO O| Dec 17 21:22:38.888 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-17T21:22:40.273Z[ recovery-image] Dec 17 21:22:38.910 INFO O| Dec 17 21:22:38.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77852024-12-17T21:22:40.291Z[ recovery-image] Dec 17 21:22:38.928 INFO O| Dec 17 21:22:38.928 INFO STEP 1136 (remove_files) COMPLETE
77862024-12-17T21:22:40.292Z[ recovery-image] Dec 17 21:22:38.928 INFO O| Dec 17 21:22:38.928 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-17T21:22:40.348Z[ recovery-image] Dec 17 21:22:38.985 INFO O| Dec 17 21:22:38.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77882024-12-17T21:22:40.351Z[ recovery-image] Dec 17 21:22:38.986 INFO O| Dec 17 21:22:38.985 INFO STEP 1137 (remove_files) COMPLETE
77892024-12-17T21:22:40.351Z[ recovery-image] Dec 17 21:22:38.986 INFO O| Dec 17 21:22:38.986 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-17T21:22:40.403Z[ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77912024-12-17T21:22:40.403Z[ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO STEP 1138 (remove_files) COMPLETE
77922024-12-17T21:22:40.403Z[ recovery-image] Dec 17 21:22:39.040 INFO O| Dec 17 21:22:39.040 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-17T21:22:40.426Z[ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77942024-12-17T21:22:40.426Z[ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO STEP 1139 (remove_files) COMPLETE
77952024-12-17T21:22:40.429Z[ recovery-image] Dec 17 21:22:39.063 INFO O| Dec 17 21:22:39.063 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-17T21:22:40.445Z[ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77972024-12-17T21:22:40.445Z[ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO STEP 1140 (remove_files) COMPLETE
77982024-12-17T21:22:40.445Z[ recovery-image] Dec 17 21:22:39.082 INFO O| Dec 17 21:22:39.082 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-17T21:22:40.465Z[ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78002024-12-17T21:22:40.465Z[ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO STEP 1141 (remove_files) COMPLETE
78012024-12-17T21:22:40.465Z[ recovery-image] Dec 17 21:22:39.102 INFO O| Dec 17 21:22:39.102 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-17T21:22:40.500Z[ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78032024-12-17T21:22:40.503Z[ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO STEP 1142 (remove_files) COMPLETE
78042024-12-17T21:22:40.503Z[ recovery-image] Dec 17 21:22:39.137 INFO O| Dec 17 21:22:39.137 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-17T21:22:40.523Z[ recovery-image] Dec 17 21:22:39.160 INFO O| Dec 17 21:22:39.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78062024-12-17T21:22:40.526Z[ recovery-image] Dec 17 21:22:39.160 INFO O| Dec 17 21:22:39.160 INFO STEP 1143 (remove_files) COMPLETE
78072024-12-17T21:22:40.526Z[ recovery-image] Dec 17 21:22:39.161 INFO O| Dec 17 21:22:39.161 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-17T21:22:40.543Z[ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78092024-12-17T21:22:40.545Z[ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO STEP 1144 (remove_files) COMPLETE
78102024-12-17T21:22:40.545Z[ recovery-image] Dec 17 21:22:39.180 INFO O| Dec 17 21:22:39.180 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-17T21:22:40.563Z[ recovery-image] Dec 17 21:22:39.200 INFO O| Dec 17 21:22:39.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78122024-12-17T21:22:40.566Z[ recovery-image] Dec 17 21:22:39.201 INFO O| Dec 17 21:22:39.201 INFO STEP 1145 (remove_files) COMPLETE
78132024-12-17T21:22:40.566Z[ recovery-image] Dec 17 21:22:39.201 INFO O| Dec 17 21:22:39.201 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-17T21:22:40.583Z[ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78152024-12-17T21:22:40.585Z[ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO STEP 1146 (remove_files) COMPLETE
78162024-12-17T21:22:40.585Z[ recovery-image] Dec 17 21:22:39.220 INFO O| Dec 17 21:22:39.220 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-17T21:22:40.603Z[ recovery-image] Dec 17 21:22:39.239 INFO O| Dec 17 21:22:39.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78182024-12-17T21:22:40.606Z[ recovery-image] Dec 17 21:22:39.240 INFO O| Dec 17 21:22:39.240 INFO STEP 1147 (remove_files) COMPLETE
78192024-12-17T21:22:40.606Z[ recovery-image] Dec 17 21:22:39.240 INFO O| Dec 17 21:22:39.240 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-17T21:22:40.627Z[ recovery-image] Dec 17 21:22:39.264 INFO O| Dec 17 21:22:39.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78212024-12-17T21:22:40.630Z[ recovery-image] Dec 17 21:22:39.265 INFO O| Dec 17 21:22:39.264 INFO STEP 1148 (remove_files) COMPLETE
78222024-12-17T21:22:40.630Z[ recovery-image] Dec 17 21:22:39.265 INFO O| Dec 17 21:22:39.265 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-17T21:22:40.662Z[ recovery-image] Dec 17 21:22:39.299 INFO O| Dec 17 21:22:39.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78242024-12-17T21:22:40.666Z[ recovery-image] Dec 17 21:22:39.300 INFO O| Dec 17 21:22:39.299 INFO STEP 1149 (remove_files) COMPLETE
78252024-12-17T21:22:40.666Z[ recovery-image] Dec 17 21:22:39.300 INFO O| Dec 17 21:22:39.299 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-17T21:22:40.684Z[ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78272024-12-17T21:22:40.686Z[ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.321 INFO STEP 1150 (remove_files) COMPLETE
78282024-12-17T21:22:40.686Z[ recovery-image] Dec 17 21:22:39.321 INFO O| Dec 17 21:22:39.321 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-17T21:22:40.703Z[ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78302024-12-17T21:22:40.705Z[ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO STEP 1151 (remove_files) COMPLETE
78312024-12-17T21:22:40.705Z[ recovery-image] Dec 17 21:22:39.340 INFO O| Dec 17 21:22:39.340 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-17T21:22:40.724Z[ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78332024-12-17T21:22:40.727Z[ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO STEP 1152 (remove_files) COMPLETE
78342024-12-17T21:22:40.727Z[ recovery-image] Dec 17 21:22:39.361 INFO O| Dec 17 21:22:39.361 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-17T21:22:40.744Z[ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78362024-12-17T21:22:40.744Z[ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO STEP 1153 (remove_files) COMPLETE
78372024-12-17T21:22:40.746Z[ recovery-image] Dec 17 21:22:39.381 INFO O| Dec 17 21:22:39.381 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-17T21:22:40.763Z[ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78392024-12-17T21:22:40.763Z[ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO STEP 1154 (remove_files) COMPLETE
78402024-12-17T21:22:40.763Z[ recovery-image] Dec 17 21:22:39.400 INFO O| Dec 17 21:22:39.400 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-17T21:22:40.783Z[ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78422024-12-17T21:22:40.783Z[ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO STEP 1155 (remove_files) COMPLETE
78432024-12-17T21:22:40.783Z[ recovery-image] Dec 17 21:22:39.420 INFO O| Dec 17 21:22:39.420 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-17T21:22:40.802Z[ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78452024-12-17T21:22:40.802Z[ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO STEP 1156 (remove_files) COMPLETE
78462024-12-17T21:22:40.802Z[ recovery-image] Dec 17 21:22:39.439 INFO O| Dec 17 21:22:39.439 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-17T21:22:40.859Z[ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78482024-12-17T21:22:40.859Z[ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO STEP 1157 (remove_files) COMPLETE
78492024-12-17T21:22:40.860Z[ recovery-image] Dec 17 21:22:39.496 INFO O| Dec 17 21:22:39.496 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-17T21:22:40.901Z[ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78512024-12-17T21:22:40.901Z[ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO STEP 1158 (remove_files) COMPLETE
78522024-12-17T21:22:40.901Z[ recovery-image] Dec 17 21:22:39.538 INFO O| Dec 17 21:22:39.538 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-17T21:22:40.924Z[ recovery-image] Dec 17 21:22:39.560 INFO O| Dec 17 21:22:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78542024-12-17T21:22:40.924Z[ recovery-image] Dec 17 21:22:39.560 INFO O| Dec 17 21:22:39.560 INFO STEP 1159 (remove_files) COMPLETE
78552024-12-17T21:22:40.924Z[ recovery-image] Dec 17 21:22:39.561 INFO O| Dec 17 21:22:39.560 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-17T21:22:40.943Z[ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78572024-12-17T21:22:40.943Z[ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO STEP 1160 (remove_files) COMPLETE
78582024-12-17T21:22:40.943Z[ recovery-image] Dec 17 21:22:39.580 INFO O| Dec 17 21:22:39.580 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-17T21:22:40.963Z[ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78602024-12-17T21:22:40.963Z[ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO STEP 1161 (remove_files) COMPLETE
78612024-12-17T21:22:40.963Z[ recovery-image] Dec 17 21:22:39.600 INFO O| Dec 17 21:22:39.600 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-17T21:22:40.985Z[ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78632024-12-17T21:22:40.985Z[ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO STEP 1162 (remove_files) COMPLETE
78642024-12-17T21:22:40.985Z[ recovery-image] Dec 17 21:22:39.622 INFO O| Dec 17 21:22:39.622 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-17T21:22:41.018Z[ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78662024-12-17T21:22:41.018Z[ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO STEP 1163 (remove_files) COMPLETE
78672024-12-17T21:22:41.018Z[ recovery-image] Dec 17 21:22:39.655 INFO O| Dec 17 21:22:39.655 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-17T21:22:41.084Z[ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78692024-12-17T21:22:41.084Z[ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO STEP 1164 (remove_files) COMPLETE
78702024-12-17T21:22:41.084Z[ recovery-image] Dec 17 21:22:39.721 INFO O| Dec 17 21:22:39.721 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-17T21:22:41.116Z[ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78722024-12-17T21:22:41.116Z[ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO STEP 1165 (remove_files) COMPLETE
78732024-12-17T21:22:41.116Z[ recovery-image] Dec 17 21:22:39.753 INFO O| Dec 17 21:22:39.753 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-17T21:22:41.137Z[ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78752024-12-17T21:22:41.137Z[ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.774 INFO STEP 1166 (remove_files) COMPLETE
78762024-12-17T21:22:41.137Z[ recovery-image] Dec 17 21:22:39.774 INFO O| Dec 17 21:22:39.774 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-17T21:22:41.237Z[ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78782024-12-17T21:22:41.241Z[ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO STEP 1167 (remove_files) COMPLETE
78792024-12-17T21:22:41.241Z[ recovery-image] Dec 17 21:22:39.873 INFO O| Dec 17 21:22:39.873 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-17T21:22:41.258Z[ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78812024-12-17T21:22:41.258Z[ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO STEP 1168 (remove_files) COMPLETE
78822024-12-17T21:22:41.258Z[ recovery-image] Dec 17 21:22:39.895 INFO O| Dec 17 21:22:39.895 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-17T21:22:41.278Z[ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78842024-12-17T21:22:41.278Z[ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO STEP 1169 (remove_files) COMPLETE
78852024-12-17T21:22:41.278Z[ recovery-image] Dec 17 21:22:39.915 INFO O| Dec 17 21:22:39.915 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-17T21:22:41.297Z[ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78872024-12-17T21:22:41.297Z[ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO STEP 1170 (remove_files) COMPLETE
78882024-12-17T21:22:41.297Z[ recovery-image] Dec 17 21:22:39.934 INFO O| Dec 17 21:22:39.934 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-17T21:22:41.317Z[ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78902024-12-17T21:22:41.317Z[ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO STEP 1171 (remove_files) COMPLETE
78912024-12-17T21:22:41.320Z[ recovery-image] Dec 17 21:22:39.954 INFO O| Dec 17 21:22:39.954 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-17T21:22:41.337Z[ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78932024-12-17T21:22:41.337Z[ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO STEP 1172 (remove_files) COMPLETE
78942024-12-17T21:22:41.339Z[ recovery-image] Dec 17 21:22:39.974 INFO O| Dec 17 21:22:39.974 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-17T21:22:41.358Z[ recovery-image] Dec 17 21:22:39.995 INFO O| Dec 17 21:22:39.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78962024-12-17T21:22:41.358Z[ recovery-image] Dec 17 21:22:39.996 INFO O| Dec 17 21:22:39.996 INFO STEP 1173 (remove_files) COMPLETE
78972024-12-17T21:22:41.359Z[ recovery-image] Dec 17 21:22:39.996 INFO O| Dec 17 21:22:39.996 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-17T21:22:42.382Z[ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78992024-12-17T21:22:42.382Z[ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO STEP 1174 (remove_files) COMPLETE
79002024-12-17T21:22:42.382Z[ recovery-image] Dec 17 21:22:40.017 INFO O| Dec 17 21:22:40.017 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-17T21:22:42.387Z[ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79022024-12-17T21:22:42.387Z[ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO STEP 1175 (remove_files) COMPLETE
79032024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.038 INFO O| Dec 17 21:22:40.038 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79052024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO STEP 1176 (remove_files) COMPLETE
79062024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.077 INFO O| Dec 17 21:22:40.077 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79082024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO STEP 1177 (remove_files) COMPLETE
79092024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.099 INFO O| Dec 17 21:22:40.099 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79112024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO STEP 1178 (remove_files) COMPLETE
79122024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.119 INFO O| Dec 17 21:22:40.119 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79142024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO STEP 1179 (remove_files) COMPLETE
79152024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.139 INFO O| Dec 17 21:22:40.139 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.159 INFO O| Dec 17 21:22:40.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79172024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.161 INFO O| Dec 17 21:22:40.161 INFO STEP 1180 (remove_files) COMPLETE
79182024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.161 INFO O| Dec 17 21:22:40.161 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79202024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO STEP 1181 (remove_files) COMPLETE
79212024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.181 INFO O| Dec 17 21:22:40.181 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79232024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO STEP 1182 (remove_files) COMPLETE
79242024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.202 INFO O| Dec 17 21:22:40.202 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-17T21:22:42.388Z[ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79262024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO STEP 1183 (remove_files) COMPLETE
79272024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.221 INFO O| Dec 17 21:22:40.221 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.241 INFO O| Dec 17 21:22:40.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79292024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.242 INFO O| Dec 17 21:22:40.241 INFO STEP 1184 (remove_files) COMPLETE
79302024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.242 INFO O| Dec 17 21:22:40.242 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79322024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO STEP 1185 (remove_files) COMPLETE
79332024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.263 INFO O| Dec 17 21:22:40.263 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79352024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO STEP 1186 (remove_files) COMPLETE
79362024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.283 INFO O| Dec 17 21:22:40.283 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79382024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO STEP 1187 (remove_files) COMPLETE
79392024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.322 INFO O| Dec 17 21:22:40.322 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79412024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO STEP 1188 (remove_files) COMPLETE
79422024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.343 INFO O| Dec 17 21:22:40.343 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79442024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO STEP 1189 (remove_files) COMPLETE
79452024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.362 INFO O| Dec 17 21:22:40.362 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79472024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO STEP 1190 (remove_files) COMPLETE
79482024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.382 INFO O| Dec 17 21:22:40.382 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.402 INFO O| Dec 17 21:22:40.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79502024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.403 INFO O| Dec 17 21:22:40.402 INFO STEP 1191 (remove_files) COMPLETE
79512024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.403 INFO O| Dec 17 21:22:40.403 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.423 INFO O| Dec 17 21:22:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79532024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.424 INFO O| Dec 17 21:22:40.423 INFO STEP 1192 (remove_files) COMPLETE
79542024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.424 INFO O| Dec 17 21:22:40.424 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79562024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO STEP 1193 (remove_files) COMPLETE
79572024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.444 INFO O| Dec 17 21:22:40.444 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.479 INFO O| Dec 17 21:22:40.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79592024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.479 INFO O| Dec 17 21:22:40.479 INFO STEP 1194 (remove_files) COMPLETE
79602024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.480 INFO O| Dec 17 21:22:40.479 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79622024-12-17T21:22:42.389Z[ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO STEP 1195 (remove_files) COMPLETE
79632024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.518 INFO O| Dec 17 21:22:40.518 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79652024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO STEP 1196 (remove_files) COMPLETE
79662024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.557 INFO O| Dec 17 21:22:40.557 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79682024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO STEP 1197 (remove_files) COMPLETE
79692024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.594 INFO O| Dec 17 21:22:40.594 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79712024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO STEP 1198 (remove_files) COMPLETE
79722024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.612 INFO O| Dec 17 21:22:40.612 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79742024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO STEP 1199 (remove_files) COMPLETE
79752024-12-17T21:22:42.390Z[ recovery-image] Dec 17 21:22:40.655 INFO O| Dec 17 21:22:40.655 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79772024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO STEP 1200 (remove_files) COMPLETE
79782024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.698 INFO O| Dec 17 21:22:40.698 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79802024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.719 INFO STEP 1201 (remove_files) COMPLETE
79812024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.719 INFO O| Dec 17 21:22:40.719 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79832024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO STEP 1202 (remove_files) COMPLETE
79842024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.781 INFO O| Dec 17 21:22:40.781 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.802 INFO O| Dec 17 21:22:40.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79862024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.802 INFO O| Dec 17 21:22:40.802 INFO STEP 1203 (remove_files) COMPLETE
79872024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.803 INFO O| Dec 17 21:22:40.802 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79892024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO STEP 1204 (remove_files) COMPLETE
79902024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.824 INFO O| Dec 17 21:22:40.824 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79922024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.846 INFO STEP 1205 (remove_files) COMPLETE
79932024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.846 INFO O| Dec 17 21:22:40.846 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79942024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.876 INFO O| Dec 17 21:22:40.876 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79952024-12-17T21:22:42.391Z[ recovery-image] Dec 17 21:22:40.877 INFO O| Dec 17 21:22:40.876 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79962024-12-17T21:22:43.839Z[ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO STEP 1206 (pack_tar) COMPLETE
79972024-12-17T21:22:43.840Z[ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79982024-12-17T21:22:43.842Z[ recovery-image] Dec 17 21:22:42.472 INFO O| Dec 17 21:22:42.472 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79992024-12-17T21:22:44.143Z[ recovery-image] Dec 17 21:22:42.780 INFO O| Dec 17 21:22:42.780 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80002024-12-17T21:22:44.242Z[ recovery-image] Dec 17 21:22:42.879 INFO O| Dec 17 21:22:42.879 INFO completed processing gimlet/ramdisk-03-recovery-trim
80012024-12-17T21:22:44.252Z[ recovery-image] Dec 17 21:22:42.889 INFO image builder template: zfs-recovery...
80022024-12-17T21:22:44.252Z[ recovery-image] Dec 17 21:22:42.889 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/.tmpzNgeWV/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
80032024-12-17T21:22:44.320Z[ recovery-image] Dec 17 21:22:42.957 INFO O| Dec 17 21:22:42.957 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80042024-12-17T21:22:44.329Z[ recovery-image] Dec 17 21:22:42.966 INFO O| Dec 17 21:22:42.966 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052024-12-17T21:22:44.398Z[ recovery-image] Dec 17 21:22:43.035 INFO O| Dec 17 21:22:43.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80062024-12-17T21:22:44.468Z[ recovery-image] Dec 17 21:22:43.105 INFO O| Dec 17 21:22:43.104 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80072024-12-17T21:22:44.470Z[ recovery-image] Dec 17 21:22:43.105 INFO O| Dec 17 21:22:43.105 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80082024-12-17T21:22:44.477Z[ recovery-image] Dec 17 21:22:43.114 INFO O| Dec 17 21:22:43.114 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80092024-12-17T21:22:44.617Z[ recovery-image] Dec 17 21:22:43.254 INFO O| Dec 17 21:22:43.253 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80102024-12-17T21:22:44.753Z[ recovery-image] Dec 17 21:22:43.390 INFO O| Dec 17 21:22:43.389 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80112024-12-17T21:22:44.835Z[ recovery-image] Dec 17 21:22:43.472 INFO O| Dec 17 21:22:43.472 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80122024-12-17T21:22:44.844Z[ recovery-image] Dec 17 21:22:43.481 INFO O| Dec 17 21:22:43.480 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80132024-12-17T21:22:44.919Z[ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO no lofi found
80142024-12-17T21:22:44.922Z[ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80152024-12-17T21:22:44.922Z[ recovery-image] Dec 17 21:22:43.556 INFO O| Dec 17 21:22:43.556 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80162024-12-17T21:22:47.375Z[ recovery-image] Dec 17 21:22:46.012 INFO O| Dec 17 21:22:46.012 INFO lofi device = /dev/dsk/c2t1d0p0
80172024-12-17T21:22:47.375Z[ recovery-image] Dec 17 21:22:46.012 INFO O| Dec 17 21:22:46.012 INFO pool device = /dev/dsk/c2t1d0p0
80182024-12-17T21:22:47.379Z[ recovery-image] Dec 17 21:22:46.013 INFO O| Dec 17 21:22:46.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80192024-12-17T21:22:47.562Z[ recovery-image] Dec 17 21:22:46.199 INFO O| Dec 17 21:22:46.199 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80202024-12-17T21:22:47.562Z[ recovery-image] Dec 17 21:22:46.199 INFO O| Dec 17 21:22:46.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80212024-12-17T21:22:47.622Z[ recovery-image] Dec 17 21:22:46.259 INFO O| Dec 17 21:22:46.259 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80222024-12-17T21:22:48.015Z[ recovery-image] Dec 17 21:22:46.652 INFO O| Dec 17 21:22:46.652 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80232024-12-17T21:22:48.065Z[ recovery-image] Dec 17 21:22:46.702 INFO O| Dec 17 21:22:46.702 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80242024-12-17T21:22:48.108Z[ recovery-image] Dec 17 21:22:46.733 INFO O| Dec 17 21:22:46.732 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80252024-12-17T21:22:48.118Z[ recovery-image] Dec 17 21:22:46.755 INFO O| Dec 17 21:22:46.755 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80262024-12-17T21:22:48.203Z[ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80272024-12-17T21:22:48.206Z[ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80282024-12-17T21:22:48.206Z[ recovery-image] Dec 17 21:22:46.840 INFO O| Dec 17 21:22:46.840 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80292024-12-17T21:22:48.275Z[ recovery-image] Dec 17 21:22:46.911 INFO O| Dec 17 21:22:46.911 INFO boot environment UUID: 7577db79-b2b4-47b5-a2fd-5260c01e76f3
80302024-12-17T21:22:48.275Z[ recovery-image] Dec 17 21:22:46.911 INFO O| Dec 17 21:22:46.911 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7577db79-b2b4-47b5-a2fd-5260c01e76f3
80312024-12-17T21:22:48.322Z[ recovery-image] Dec 17 21:22:46.959 INFO O| Dec 17 21:22:46.959 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80322024-12-17T21:22:48.368Z[ recovery-image] Dec 17 21:22:47.005 INFO O| Dec 17 21:22:47.004 INFO STEP 0 (create_be) COMPLETE
80332024-12-17T21:22:48.368Z[ recovery-image] Dec 17 21:22:47.005 INFO O| Dec 17 21:22:47.005 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80342024-12-17T21:22:48.397Z[ recovery-image] Dec 17 21:22:47.032 INFO O| Dec 17 21:22:47.032 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"]
80352024-12-17T21:22:55.222Z[ recovery-image] Dec 17 21:22:53.859 INFO O| Dec 17 21:22:53.859 INFO STEP 1 (unpack_tar) COMPLETE
80362024-12-17T21:22:55.222Z[ recovery-image] Dec 17 21:22:53.859 INFO O| Dec 17 21:22:53.859 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372024-12-17T21:22:55.242Z[ recovery-image] Dec 17 21:22:53.879 INFO O| Dec 17 21:22:53.879 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80382024-12-17T21:22:55.629Z[ recovery-image] Dec 17 21:22:54.266 INFO O| Dec 17 21:22:54.266 INFO STEP 2 (devfsadm) COMPLETE
80392024-12-17T21:22:55.629Z[ recovery-image] Dec 17 21:22:54.266 INFO O| Dec 17 21:22:54.266 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402024-12-17T21:22:55.649Z[ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80412024-12-17T21:22:55.649Z[ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80422024-12-17T21:22:55.652Z[ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO STEP 3 (ensure_dir) COMPLETE
80432024-12-17T21:22:55.652Z[ recovery-image] Dec 17 21:22:54.286 INFO O| Dec 17 21:22:54.286 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-17T21:22:55.673Z[ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80452024-12-17T21:22:55.674Z[ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO STEP 4 (ensure_dir) COMPLETE
80462024-12-17T21:22:55.676Z[ recovery-image] Dec 17 21:22:54.310 INFO O| Dec 17 21:22:54.310 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-17T21:22:55.694Z[ recovery-image] Dec 17 21:22:54.330 INFO O| Dec 17 21:22:54.330 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80482024-12-17T21:22:55.694Z[ recovery-image] Dec 17 21:22:54.330 INFO O| Dec 17 21:22:54.330 INFO STEP 5 (ensure_dir) COMPLETE
80492024-12-17T21:22:55.694Z[ recovery-image] Dec 17 21:22:54.331 INFO O| Dec 17 21:22:54.330 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-17T21:22:55.714Z[ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80512024-12-17T21:22:55.714Z[ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80522024-12-17T21:22:55.714Z[ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO STEP 6 (ensure_dir) COMPLETE
80532024-12-17T21:22:55.717Z[ recovery-image] Dec 17 21:22:54.351 INFO O| Dec 17 21:22:54.351 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-17T21:22:55.740Z[ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80552024-12-17T21:22:55.740Z[ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80562024-12-17T21:22:55.741Z[ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO STEP 7 (ensure_dir) COMPLETE
80572024-12-17T21:22:55.741Z[ recovery-image] Dec 17 21:22:54.377 INFO O| Dec 17 21:22:54.377 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582024-12-17T21:22:55.771Z[ recovery-image] Dec 17 21:22:54.407 INFO O| Dec 17 21:22:54.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80592024-12-17T21:22:55.773Z[ recovery-image] Dec 17 21:22:54.408 INFO O| Dec 17 21:22:54.408 INFO STEP 8 (remove_files) COMPLETE
80602024-12-17T21:22:55.773Z[ recovery-image] Dec 17 21:22:54.408 INFO O| Dec 17 21:22:54.408 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-17T21:22:55.791Z[ recovery-image] Dec 17 21:22:54.428 INFO O| Dec 17 21:22:54.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80622024-12-17T21:22:55.794Z[ recovery-image] Dec 17 21:22:54.429 INFO O| Dec 17 21:22:54.429 INFO STEP 9 (remove_files) COMPLETE
80632024-12-17T21:22:55.794Z[ recovery-image] Dec 17 21:22:54.429 INFO O| Dec 17 21:22:54.429 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-17T21:22:55.838Z[ recovery-image] Dec 17 21:22:54.475 INFO O| Dec 17 21:22:54.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80652024-12-17T21:22:55.841Z[ recovery-image] Dec 17 21:22:54.476 INFO O| Dec 17 21:22:54.476 INFO STEP 10 (remove_files) COMPLETE
80662024-12-17T21:22:55.841Z[ recovery-image] Dec 17 21:22:54.476 INFO O| Dec 17 21:22:54.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-17T21:22:55.862Z[ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80682024-12-17T21:22:55.873Z[ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO STEP 11 (remove_files) COMPLETE
80692024-12-17T21:22:55.873Z[ recovery-image] Dec 17 21:22:54.499 INFO O| Dec 17 21:22:54.499 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-17T21:22:55.961Z[ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80712024-12-17T21:22:55.963Z[ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO STEP 12 (remove_files) COMPLETE
80722024-12-17T21:22:55.963Z[ recovery-image] Dec 17 21:22:54.598 INFO O| Dec 17 21:22:54.598 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-17T21:22:55.994Z[ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80742024-12-17T21:22:55.994Z[ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80752024-12-17T21:22:55.997Z[ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO STEP 13 (ensure_dir) COMPLETE
80762024-12-17T21:22:55.997Z[ recovery-image] Dec 17 21:22:54.631 INFO O| Dec 17 21:22:54.631 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-17T21:22:56.014Z[ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80782024-12-17T21:22:56.014Z[ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80792024-12-17T21:22:56.016Z[ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80802024-12-17T21:22:56.016Z[ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO STEP 14 (ensure_dir) COMPLETE
80812024-12-17T21:22:56.016Z[ recovery-image] Dec 17 21:22:54.651 INFO O| Dec 17 21:22:54.651 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-17T21:22:56.048Z[ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80832024-12-17T21:22:56.048Z[ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80842024-12-17T21:22:56.048Z[ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80852024-12-17T21:22:56.051Z[ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO STEP 15 (ensure_dir) COMPLETE
80862024-12-17T21:22:56.051Z[ recovery-image] Dec 17 21:22:54.685 INFO O| Dec 17 21:22:54.685 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-17T21:22:56.103Z[ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80882024-12-17T21:22:56.103Z[ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80892024-12-17T21:22:56.106Z[ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO STEP 16 (ensure_dir) COMPLETE
80902024-12-17T21:22:56.106Z[ recovery-image] Dec 17 21:22:54.740 INFO O| Dec 17 21:22:54.740 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80912024-12-17T21:22:56.125Z[ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80922024-12-17T21:22:56.125Z[ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80932024-12-17T21:22:56.125Z[ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO STEP 17 (ensure_dir) COMPLETE
80942024-12-17T21:22:56.128Z[ recovery-image] Dec 17 21:22:54.762 INFO O| Dec 17 21:22:54.762 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-17T21:22:56.146Z[ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80962024-12-17T21:22:56.146Z[ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80972024-12-17T21:22:56.146Z[ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO ok!
80982024-12-17T21:22:56.150Z[ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO STEP 18 (ensure_symlink) COMPLETE
80992024-12-17T21:22:56.150Z[ recovery-image] Dec 17 21:22:54.783 INFO O| Dec 17 21:22:54.783 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-17T21:22:56.167Z[ recovery-image] Dec 17 21:22:54.804 INFO O| Dec 17 21:22:54.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81012024-12-17T21:22:56.168Z[ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81022024-12-17T21:22:56.168Z[ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO ok!
81032024-12-17T21:22:56.168Z[ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO STEP 19 (ensure_file) COMPLETE
81042024-12-17T21:22:56.170Z[ recovery-image] Dec 17 21:22:54.805 INFO O| Dec 17 21:22:54.804 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81052024-12-17T21:22:56.231Z[ recovery-image] Dec 17 21:22:54.868 INFO O| Dec 17 21:22:54.868 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81062024-12-17T21:22:56.231Z[ recovery-image] Dec 17 21:22:54.868 INFO O| Dec 17 21:22:54.868 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81072024-12-17T21:22:56.234Z[ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81082024-12-17T21:22:56.234Z[ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO ok!
81092024-12-17T21:22:56.235Z[ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO STEP 20 (ensure_symlink) COMPLETE
81102024-12-17T21:22:56.235Z[ recovery-image] Dec 17 21:22:54.869 INFO O| Dec 17 21:22:54.869 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81112024-12-17T21:22:56.296Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81122024-12-17T21:22:56.296Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81132024-12-17T21:22:56.299Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81142024-12-17T21:22:56.299Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO ok!
81152024-12-17T21:22:56.300Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO STEP 21 (ensure_symlink) COMPLETE
81162024-12-17T21:22:56.300Z[ recovery-image] Dec 17 21:22:54.933 INFO O| Dec 17 21:22:54.933 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81172024-12-17T21:22:56.339Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81182024-12-17T21:22:56.339Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81192024-12-17T21:22:56.339Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81202024-12-17T21:22:56.342Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO ok!
81212024-12-17T21:22:56.342Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO STEP 22 (ensure_symlink) COMPLETE
81222024-12-17T21:22:56.342Z[ recovery-image] Dec 17 21:22:54.976 INFO O| Dec 17 21:22:54.976 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81232024-12-17T21:22:56.361Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81242024-12-17T21:22:56.361Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81252024-12-17T21:22:56.364Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81262024-12-17T21:22:56.364Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO ok!
81272024-12-17T21:22:56.364Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO STEP 23 (ensure_symlink) COMPLETE
81282024-12-17T21:22:56.364Z[ recovery-image] Dec 17 21:22:54.998 INFO O| Dec 17 21:22:54.998 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81292024-12-17T21:22:56.387Z[ recovery-image] Dec 17 21:22:55.024 INFO O| Dec 17 21:22:55.024 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81302024-12-17T21:22:56.390Z[ recovery-image] Dec 17 21:22:55.024 INFO O| Dec 17 21:22:55.024 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 ...
81312024-12-17T21:22:56.390Z[ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81322024-12-17T21:22:56.390Z[ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO ok!
81332024-12-17T21:22:56.390Z[ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO STEP 24 (ensure_file) COMPLETE
81342024-12-17T21:22:56.390Z[ recovery-image] Dec 17 21:22:55.025 INFO O| Dec 17 21:22:55.025 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81352024-12-17T21:22:56.434Z[ recovery-image] Dec 17 21:22:55.071 INFO O| Dec 17 21:22:55.071 INFO updating shadow file
81362024-12-17T21:22:56.437Z[ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81372024-12-17T21:22:56.437Z[ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81382024-12-17T21:22:56.437Z[ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO STEP 25 (shadow) COMPLETE
81392024-12-17T21:22:56.437Z[ recovery-image] Dec 17 21:22:55.072 INFO O| Dec 17 21:22:55.072 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-17T21:22:56.497Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81412024-12-17T21:22:56.497Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81422024-12-17T21:22:56.500Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81432024-12-17T21:22:56.500Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO ok!
81442024-12-17T21:22:56.500Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO STEP 26 (ensure_file) COMPLETE
81452024-12-17T21:22:56.500Z[ recovery-image] Dec 17 21:22:55.134 INFO O| Dec 17 21:22:55.134 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81462024-12-17T21:22:56.519Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81472024-12-17T21:22:56.519Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81482024-12-17T21:22:56.519Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81492024-12-17T21:22:56.519Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO ok!
81502024-12-17T21:22:56.521Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO STEP 27 (ensure_file) COMPLETE
81512024-12-17T21:22:56.521Z[ recovery-image] Dec 17 21:22:55.156 INFO O| Dec 17 21:22:55.156 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81522024-12-17T21:22:56.542Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81532024-12-17T21:22:56.542Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81542024-12-17T21:22:56.545Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81552024-12-17T21:22:56.545Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81562024-12-17T21:22:56.545Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO ok!
81572024-12-17T21:22:56.545Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO STEP 28 (ensure_file) COMPLETE
81582024-12-17T21:22:56.545Z[ recovery-image] Dec 17 21:22:55.179 INFO O| Dec 17 21:22:55.179 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81592024-12-17T21:22:56.564Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81602024-12-17T21:22:56.564Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81612024-12-17T21:22:56.567Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81622024-12-17T21:22:56.567Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO ok!
81632024-12-17T21:22:56.567Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO STEP 29 (ensure_file) COMPLETE
81642024-12-17T21:22:56.567Z[ recovery-image] Dec 17 21:22:55.201 INFO O| Dec 17 21:22:55.201 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81652024-12-17T21:22:56.588Z[ recovery-image] Dec 17 21:22:55.224 INFO O| Dec 17 21:22:55.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81662024-12-17T21:22:56.588Z[ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.224 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81672024-12-17T21:22:56.588Z[ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81682024-12-17T21:22:56.588Z[ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO ok!
81692024-12-17T21:22:56.591Z[ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO STEP 30 (ensure_file) COMPLETE
81702024-12-17T21:22:56.591Z[ recovery-image] Dec 17 21:22:55.225 INFO O| Dec 17 21:22:55.225 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81712024-12-17T21:22:56.610Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81722024-12-17T21:22:56.610Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81732024-12-17T21:22:56.613Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81742024-12-17T21:22:56.613Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81752024-12-17T21:22:56.613Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO ok!
81762024-12-17T21:22:56.613Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO STEP 31 (ensure_file) COMPLETE
81772024-12-17T21:22:56.613Z[ recovery-image] Dec 17 21:22:55.247 INFO O| Dec 17 21:22:55.247 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81782024-12-17T21:22:56.643Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.279 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81792024-12-17T21:22:56.643Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81802024-12-17T21:22:56.646Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81812024-12-17T21:22:56.646Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO ok!
81822024-12-17T21:22:56.646Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO STEP 32 (ensure_file) COMPLETE
81832024-12-17T21:22:56.646Z[ recovery-image] Dec 17 21:22:55.280 INFO O| Dec 17 21:22:55.280 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842024-12-17T21:22:56.665Z[ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81852024-12-17T21:22:56.667Z[ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81862024-12-17T21:22:56.667Z[ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81872024-12-17T21:22:56.668Z[ recovery-image] Dec 17 21:22:55.302 INFO O| Dec 17 21:22:55.302 INFO ok!
81882024-12-17T21:22:56.668Z[ recovery-image] Dec 17 21:22:55.303 INFO O| Dec 17 21:22:55.302 INFO STEP 33 (ensure_file) COMPLETE
81892024-12-17T21:22:56.668Z[ recovery-image] Dec 17 21:22:55.303 INFO O| Dec 17 21:22:55.303 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81902024-12-17T21:22:56.686Z[ recovery-image] Dec 17 21:22:55.323 INFO O| Dec 17 21:22:55.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81912024-12-17T21:22:56.686Z[ recovery-image] Dec 17 21:22:55.323 INFO O| Dec 17 21:22:55.323 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81922024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81932024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81942024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81952024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81962024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO ok!
81972024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO STEP 34 (ensure_file) COMPLETE
81982024-12-17T21:22:56.689Z[ recovery-image] Dec 17 21:22:55.324 INFO O| Dec 17 21:22:55.324 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81992024-12-17T21:22:56.708Z[ recovery-image] Dec 17 21:22:55.345 INFO O| Dec 17 21:22:55.345 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82002024-12-17T21:22:56.711Z[ recovery-image] Dec 17 21:22:55.345 INFO O| Dec 17 21:22:55.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82012024-12-17T21:22:56.711Z[ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82022024-12-17T21:22:56.711Z[ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO STEP 35 (ensure_dir) COMPLETE
82032024-12-17T21:22:56.711Z[ recovery-image] Dec 17 21:22:55.346 INFO O| Dec 17 21:22:55.346 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82042024-12-17T21:22:56.752Z[ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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
82052024-12-17T21:22:56.752Z[ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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 ...
82062024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.389 INFO O| Dec 17 21:22:55.389 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
82072024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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
82082024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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
82092024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 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
82102024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO ok!
82112024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO STEP 36 (ensure_file) COMPLETE
82122024-12-17T21:22:56.755Z[ recovery-image] Dec 17 21:22:55.390 INFO O| Dec 17 21:22:55.390 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82132024-12-17T21:22:56.775Z[ recovery-image] Dec 17 21:22:55.412 INFO O| Dec 17 21:22:55.412 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82142024-12-17T21:22:56.775Z[ recovery-image] Dec 17 21:22:55.412 INFO O| Dec 17 21:22:55.412 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 ...
82152024-12-17T21:22:56.778Z[ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82162024-12-17T21:22:56.778Z[ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO ok!
82172024-12-17T21:22:56.778Z[ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO STEP 37 (ensure_symlink) COMPLETE
82182024-12-17T21:22:56.778Z[ recovery-image] Dec 17 21:22:55.413 INFO O| Dec 17 21:22:55.413 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82192024-12-17T21:22:56.803Z[ recovery-image] Dec 17 21:22:55.440 INFO O| Dec 17 21:22:55.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82202024-12-17T21:22:56.803Z[ recovery-image] Dec 17 21:22:55.440 INFO O| Dec 17 21:22:55.440 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82212024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.440 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82222024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82232024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82242024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82252024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO ok!
82262024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO STEP 38 (ensure_file) COMPLETE
82272024-12-17T21:22:56.806Z[ recovery-image] Dec 17 21:22:55.441 INFO O| Dec 17 21:22:55.441 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82282024-12-17T21:22:56.824Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82292024-12-17T21:22:56.824Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 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 ...
82302024-12-17T21:22:56.824Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 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
82312024-12-17T21:22:56.825Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82322024-12-17T21:22:56.827Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO ok!
82332024-12-17T21:22:56.828Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO STEP 39 (ensure_file) COMPLETE
82342024-12-17T21:22:56.828Z[ recovery-image] Dec 17 21:22:55.461 INFO O| Dec 17 21:22:55.461 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352024-12-17T21:22:56.845Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82362024-12-17T21:22:56.845Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82372024-12-17T21:22:56.845Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82382024-12-17T21:22:56.845Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO ok!
82392024-12-17T21:22:56.848Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO STEP 40 (ensure_file) COMPLETE
82402024-12-17T21:22:56.848Z[ recovery-image] Dec 17 21:22:55.482 INFO O| Dec 17 21:22:55.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82412024-12-17T21:22:56.866Z[ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO updating shadow file
82422024-12-17T21:22:56.870Z[ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82432024-12-17T21:22:56.870Z[ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO STEP 41 (shadow) COMPLETE
82442024-12-17T21:22:56.870Z[ recovery-image] Dec 17 21:22:55.503 INFO O| Dec 17 21:22:55.503 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82452024-12-17T21:22:56.907Z[ recovery-image] Dec 17 21:22:55.543 INFO O| Dec 17 21:22:55.543 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82462024-12-17T21:22:56.907Z[ recovery-image] Dec 17 21:22:55.543 INFO O| Dec 17 21:22:55.543 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82472024-12-17T21:22:56.910Z[ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82482024-12-17T21:22:56.910Z[ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82492024-12-17T21:22:56.910Z[ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO ok!
82502024-12-17T21:22:56.910Z[ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO STEP 42 (ensure_file) COMPLETE
82512024-12-17T21:22:56.910Z[ recovery-image] Dec 17 21:22:55.544 INFO O| Dec 17 21:22:55.544 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522024-12-17T21:22:56.929Z[ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82532024-12-17T21:22:56.929Z[ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO STEP 43 (ensure_dir) COMPLETE
82542024-12-17T21:22:56.932Z[ recovery-image] Dec 17 21:22:55.566 INFO O| Dec 17 21:22:55.566 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82552024-12-17T21:22:56.950Z[ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.586 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82562024-12-17T21:22:56.950Z[ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82572024-12-17T21:22:56.954Z[ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO STEP 44 (ensure_dir) COMPLETE
82582024-12-17T21:22:56.954Z[ recovery-image] Dec 17 21:22:55.587 INFO O| Dec 17 21:22:55.587 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592024-12-17T21:22:56.971Z[ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82602024-12-17T21:22:56.971Z[ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82612024-12-17T21:22:56.974Z[ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO STEP 45 (ensure_dir) COMPLETE
82622024-12-17T21:22:56.974Z[ recovery-image] Dec 17 21:22:55.608 INFO O| Dec 17 21:22:55.608 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-17T21:22:56.993Z[ recovery-image] Dec 17 21:22:55.629 INFO O| Dec 17 21:22:55.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82642024-12-17T21:22:56.993Z[ recovery-image] Dec 17 21:22:55.630 INFO O| Dec 17 21:22:55.629 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82652024-12-17T21:22:57.073Z[ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82662024-12-17T21:22:57.073Z[ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO ok!
82672024-12-17T21:22:57.076Z[ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO STEP 46 (ensure_file) COMPLETE
82682024-12-17T21:22:57.076Z[ recovery-image] Dec 17 21:22:55.710 INFO O| Dec 17 21:22:55.710 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-17T21:22:57.114Z[ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.750 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82702024-12-17T21:22:57.116Z[ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82712024-12-17T21:22:57.116Z[ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO STEP 47 (ensure_dir) COMPLETE
82722024-12-17T21:22:57.116Z[ recovery-image] Dec 17 21:22:55.751 INFO O| Dec 17 21:22:55.751 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-17T21:22:57.136Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82742024-12-17T21:22:57.136Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82752024-12-17T21:22:57.136Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82762024-12-17T21:22:57.139Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO ok!
82772024-12-17T21:22:57.139Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO STEP 48 (ensure_file) COMPLETE
82782024-12-17T21:22:57.139Z[ recovery-image] Dec 17 21:22:55.773 INFO O| Dec 17 21:22:55.773 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-17T21:22:57.166Z[ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82802024-12-17T21:22:57.166Z[ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82812024-12-17T21:22:57.166Z[ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO STEP 49 (ensure_dir) COMPLETE
82822024-12-17T21:22:57.166Z[ recovery-image] Dec 17 21:22:55.803 INFO O| Dec 17 21:22:55.803 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-17T21:22:57.195Z[ recovery-image] Dec 17 21:22:55.832 INFO O| Dec 17 21:22:55.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82842024-12-17T21:22:57.195Z[ recovery-image] Dec 17 21:22:55.832 INFO O| Dec 17 21:22:55.832 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82852024-12-17T21:22:57.218Z[ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82862024-12-17T21:22:57.218Z[ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO ok!
82872024-12-17T21:22:57.221Z[ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO STEP 50 (ensure_file) COMPLETE
82882024-12-17T21:22:57.221Z[ recovery-image] Dec 17 21:22:55.855 INFO O| Dec 17 21:22:55.855 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-17T21:22:57.242Z[ recovery-image] Dec 17 21:22:55.879 INFO O| Dec 17 21:22:55.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82902024-12-17T21:22:57.242Z[ recovery-image] Dec 17 21:22:55.879 INFO O| Dec 17 21:22:55.879 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82912024-12-17T21:22:59.282Z[ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82922024-12-17T21:22:59.282Z[ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO ok!
82932024-12-17T21:22:59.285Z[ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO STEP 51 (ensure_file) COMPLETE
82942024-12-17T21:22:59.285Z[ recovery-image] Dec 17 21:22:57.919 INFO O| Dec 17 21:22:57.919 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952024-12-17T21:22:59.300Z[ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82962024-12-17T21:22:59.300Z[ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82972024-12-17T21:22:59.300Z[ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO STEP 52 (ensure_dir) COMPLETE
82982024-12-17T21:22:59.303Z[ recovery-image] Dec 17 21:22:57.937 INFO O| Dec 17 21:22:57.937 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-17T21:22:59.337Z[ recovery-image] Dec 17 21:22:57.973 INFO O| Dec 17 21:22:57.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83002024-12-17T21:22:59.337Z[ recovery-image] Dec 17 21:22:57.973 INFO O| Dec 17 21:22:57.973 INFO copying /tmp/.tmpzNgeWV/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 ...
83012024-12-17T21:22:59.340Z[ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 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
83022024-12-17T21:22:59.340Z[ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO ok!
83032024-12-17T21:22:59.340Z[ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO STEP 53 (ensure_file) COMPLETE
83042024-12-17T21:22:59.340Z[ recovery-image] Dec 17 21:22:57.974 INFO O| Dec 17 21:22:57.974 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-17T21:22:59.356Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83062024-12-17T21:22:59.356Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO copying /tmp/.tmpzNgeWV/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 ...
83072024-12-17T21:22:59.356Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 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
83082024-12-17T21:22:59.359Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO ok!
83092024-12-17T21:22:59.359Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO STEP 54 (ensure_file) COMPLETE
83102024-12-17T21:22:59.359Z[ recovery-image] Dec 17 21:22:57.993 INFO O| Dec 17 21:22:57.993 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-17T21:22:59.385Z[ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83122024-12-17T21:22:59.385Z[ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83132024-12-17T21:22:59.385Z[ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO STEP 55 (ensure_dir) COMPLETE
83142024-12-17T21:22:59.388Z[ recovery-image] Dec 17 21:22:58.022 INFO O| Dec 17 21:22:58.022 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-17T21:22:59.417Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83162024-12-17T21:22:59.417Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO copying /tmp/.tmpzNgeWV/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 ...
83172024-12-17T21:22:59.420Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83182024-12-17T21:22:59.420Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO ok!
83192024-12-17T21:22:59.420Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO STEP 56 (ensure_file) COMPLETE
83202024-12-17T21:22:59.420Z[ recovery-image] Dec 17 21:22:58.054 INFO O| Dec 17 21:22:58.054 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212024-12-17T21:22:59.462Z[ recovery-image] Dec 17 21:22:58.098 INFO O| Dec 17 21:22:58.098 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83222024-12-17T21:22:59.462Z[ recovery-image] Dec 17 21:22:58.098 INFO O| Dec 17 21:22:58.098 INFO copying /tmp/.tmpzNgeWV/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 ...
83232024-12-17T21:22:59.466Z[ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.098 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
83242024-12-17T21:22:59.466Z[ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO ok!
83252024-12-17T21:22:59.466Z[ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO STEP 57 (ensure_file) COMPLETE
83262024-12-17T21:22:59.466Z[ recovery-image] Dec 17 21:22:58.099 INFO O| Dec 17 21:22:58.099 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272024-12-17T21:22:59.481Z[ recovery-image] Dec 17 21:22:58.117 INFO O| Dec 17 21:22:58.117 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83282024-12-17T21:22:59.484Z[ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83292024-12-17T21:22:59.484Z[ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.118 INFO STEP 58 (ensure_dir) COMPLETE
83302024-12-17T21:22:59.484Z[ recovery-image] Dec 17 21:22:58.118 INFO O| Dec 17 21:22:58.118 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312024-12-17T21:22:59.504Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83322024-12-17T21:22:59.504Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO copying /tmp/.tmpzNgeWV/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 ...
83332024-12-17T21:22:59.504Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83342024-12-17T21:22:59.506Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO ok!
83352024-12-17T21:22:59.508Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO STEP 59 (ensure_file) COMPLETE
83362024-12-17T21:22:59.508Z[ recovery-image] Dec 17 21:22:58.141 INFO O| Dec 17 21:22:58.141 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372024-12-17T21:22:59.526Z[ recovery-image] Dec 17 21:22:58.162 INFO O| Dec 17 21:22:58.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83382024-12-17T21:22:59.526Z[ recovery-image] Dec 17 21:22:58.162 INFO O| Dec 17 21:22:58.162 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83392024-12-17T21:22:59.526Z[ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83402024-12-17T21:22:59.529Z[ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO ok!
83412024-12-17T21:22:59.529Z[ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO STEP 60 (ensure_file) COMPLETE
83422024-12-17T21:22:59.529Z[ recovery-image] Dec 17 21:22:58.163 INFO O| Dec 17 21:22:58.163 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432024-12-17T21:22:59.576Z[ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83442024-12-17T21:22:59.576Z[ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO STEP 61 (ensure_dir) COMPLETE
83452024-12-17T21:22:59.576Z[ recovery-image] Dec 17 21:22:58.200 INFO O| Dec 17 21:22:58.200 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-17T21:22:59.621Z[ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83472024-12-17T21:22:59.621Z[ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO STEP 62 (ensure_dir) COMPLETE
83482024-12-17T21:22:59.621Z[ recovery-image] Dec 17 21:22:58.257 INFO O| Dec 17 21:22:58.257 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-17T21:22:59.682Z[ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83502024-12-17T21:22:59.682Z[ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.319 INFO STEP 63 (ensure_dir) COMPLETE
83512024-12-17T21:22:59.685Z[ recovery-image] Dec 17 21:22:58.319 INFO O| Dec 17 21:22:58.319 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-17T21:22:59.709Z[ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83532024-12-17T21:22:59.709Z[ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO STEP 64 (ensure_dir) COMPLETE
83542024-12-17T21:22:59.709Z[ recovery-image] Dec 17 21:22:58.345 INFO O| Dec 17 21:22:58.345 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552024-12-17T21:22:59.751Z[ recovery-image] Dec 17 21:22:58.387 INFO O| Dec 17 21:22:58.387 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83562024-12-17T21:22:59.751Z[ recovery-image] Dec 17 21:22:58.387 INFO O| Dec 17 21:22:58.387 INFO copying /tmp/.tmpzNgeWV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83572024-12-17T21:22:59.753Z[ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83582024-12-17T21:22:59.753Z[ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO ok!
83592024-12-17T21:22:59.753Z[ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO STEP 65 (ensure_file) COMPLETE
83602024-12-17T21:22:59.753Z[ recovery-image] Dec 17 21:22:58.388 INFO O| Dec 17 21:22:58.388 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612024-12-17T21:22:59.773Z[ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83622024-12-17T21:22:59.776Z[ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO STEP 66 (remove_files) COMPLETE
83632024-12-17T21:22:59.776Z[ recovery-image] Dec 17 21:22:58.410 INFO O| Dec 17 21:22:58.410 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-17T21:22:59.808Z[ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83652024-12-17T21:22:59.811Z[ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO STEP 67 (remove_files) COMPLETE
83662024-12-17T21:22:59.811Z[ recovery-image] Dec 17 21:22:58.444 INFO O| Dec 17 21:22:58.444 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-17T21:22:59.933Z[ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83682024-12-17T21:22:59.936Z[ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO STEP 68 (remove_files) COMPLETE
83692024-12-17T21:22:59.936Z[ recovery-image] Dec 17 21:22:58.570 INFO O| Dec 17 21:22:58.570 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-17T21:22:59.956Z[ recovery-image] Dec 17 21:22:58.591 INFO O| Dec 17 21:22:58.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83712024-12-17T21:22:59.959Z[ recovery-image] Dec 17 21:22:58.592 INFO O| Dec 17 21:22:58.592 INFO STEP 69 (remove_files) COMPLETE
83722024-12-17T21:22:59.959Z[ recovery-image] Dec 17 21:22:58.592 INFO O| Dec 17 21:22:58.592 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-17T21:22:59.983Z[ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83742024-12-17T21:22:59.986Z[ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO STEP 70 (remove_files) COMPLETE
83752024-12-17T21:22:59.986Z[ recovery-image] Dec 17 21:22:58.620 INFO O| Dec 17 21:22:58.620 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-17T21:23:00.006Z[ recovery-image] Dec 17 21:22:58.643 INFO O| Dec 17 21:22:58.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83772024-12-17T21:23:00.009Z[ recovery-image] Dec 17 21:22:58.644 INFO O| Dec 17 21:22:58.644 INFO STEP 71 (remove_files) COMPLETE
83782024-12-17T21:23:00.009Z[ recovery-image] Dec 17 21:22:58.644 INFO O| Dec 17 21:22:58.644 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-17T21:23:00.051Z[ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83802024-12-17T21:23:00.051Z[ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO STEP 72 (remove_files) COMPLETE
83812024-12-17T21:23:00.051Z[ recovery-image] Dec 17 21:22:58.688 INFO O| Dec 17 21:22:58.688 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-17T21:23:00.074Z[ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83832024-12-17T21:23:00.074Z[ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.711 INFO STEP 73 (remove_files) COMPLETE
83842024-12-17T21:23:00.074Z[ recovery-image] Dec 17 21:22:58.711 INFO O| Dec 17 21:22:58.711 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-17T21:23:00.113Z[ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83862024-12-17T21:23:00.113Z[ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO STEP 74 (remove_files) COMPLETE
83872024-12-17T21:23:00.113Z[ recovery-image] Dec 17 21:22:58.750 INFO O| Dec 17 21:22:58.750 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-17T21:23:00.155Z[ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83892024-12-17T21:23:00.155Z[ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO STEP 75 (remove_files) COMPLETE
83902024-12-17T21:23:00.155Z[ recovery-image] Dec 17 21:22:58.792 INFO O| Dec 17 21:22:58.792 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-17T21:23:00.176Z[ recovery-image] Dec 17 21:22:58.811 INFO O| Dec 17 21:22:58.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83922024-12-17T21:23:00.176Z[ recovery-image] Dec 17 21:22:58.812 INFO O| Dec 17 21:22:58.812 INFO STEP 76 (remove_files) COMPLETE
83932024-12-17T21:23:00.176Z[ recovery-image] Dec 17 21:22:58.812 INFO O| Dec 17 21:22:58.812 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-17T21:23:00.209Z[ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83952024-12-17T21:23:00.211Z[ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO STEP 77 (remove_files) COMPLETE
83962024-12-17T21:23:00.211Z[ recovery-image] Dec 17 21:22:58.846 INFO O| Dec 17 21:22:58.846 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-17T21:23:00.245Z[ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83982024-12-17T21:23:00.245Z[ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.882 INFO STEP 78 (remove_files) COMPLETE
83992024-12-17T21:23:00.245Z[ recovery-image] Dec 17 21:22:58.882 INFO O| Dec 17 21:22:58.882 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-17T21:23:00.265Z[ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84012024-12-17T21:23:00.265Z[ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO STEP 79 (remove_files) COMPLETE
84022024-12-17T21:23:00.265Z[ recovery-image] Dec 17 21:22:58.902 INFO O| Dec 17 21:22:58.902 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-17T21:23:00.286Z[ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84042024-12-17T21:23:00.286Z[ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.923 INFO STEP 80 (remove_files) COMPLETE
84052024-12-17T21:23:00.286Z[ recovery-image] Dec 17 21:22:58.923 INFO O| Dec 17 21:22:58.923 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-17T21:23:00.328Z[ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84072024-12-17T21:23:00.329Z[ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO STEP 81 (remove_files) COMPLETE
84082024-12-17T21:23:00.331Z[ recovery-image] Dec 17 21:22:58.965 INFO O| Dec 17 21:22:58.965 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-17T21:23:00.354Z[ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84102024-12-17T21:23:00.354Z[ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO STEP 82 (remove_files) COMPLETE
84112024-12-17T21:23:00.354Z[ recovery-image] Dec 17 21:22:58.990 INFO O| Dec 17 21:22:58.990 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-17T21:23:00.440Z[ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84132024-12-17T21:23:00.440Z[ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO STEP 83 (remove_files) COMPLETE
84142024-12-17T21:23:00.443Z[ recovery-image] Dec 17 21:22:59.077 INFO O| Dec 17 21:22:59.077 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-17T21:23:00.496Z[ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84162024-12-17T21:23:00.496Z[ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO STEP 84 (remove_files) COMPLETE
84172024-12-17T21:23:00.499Z[ recovery-image] Dec 17 21:22:59.133 INFO O| Dec 17 21:22:59.133 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-17T21:23:00.540Z[ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84192024-12-17T21:23:00.542Z[ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO STEP 85 (remove_files) COMPLETE
84202024-12-17T21:23:00.542Z[ recovery-image] Dec 17 21:22:59.177 INFO O| Dec 17 21:22:59.177 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-17T21:23:00.562Z[ recovery-image] Dec 17 21:22:59.198 INFO O| Dec 17 21:22:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84222024-12-17T21:23:00.564Z[ recovery-image] Dec 17 21:22:59.199 INFO O| Dec 17 21:22:59.199 INFO STEP 86 (remove_files) COMPLETE
84232024-12-17T21:23:00.564Z[ recovery-image] Dec 17 21:22:59.199 INFO O| Dec 17 21:22:59.199 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-17T21:23:00.603Z[ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84252024-12-17T21:23:00.605Z[ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO STEP 87 (remove_files) COMPLETE
84262024-12-17T21:23:00.605Z[ recovery-image] Dec 17 21:22:59.240 INFO O| Dec 17 21:22:59.240 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-17T21:23:00.639Z[ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84282024-12-17T21:23:00.641Z[ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO STEP 88 (remove_files) COMPLETE
84292024-12-17T21:23:00.641Z[ recovery-image] Dec 17 21:22:59.276 INFO O| Dec 17 21:22:59.276 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-17T21:23:00.675Z[ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84312024-12-17T21:23:00.675Z[ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO STEP 89 (remove_files) COMPLETE
84322024-12-17T21:23:00.675Z[ recovery-image] Dec 17 21:22:59.312 INFO O| Dec 17 21:22:59.312 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-17T21:23:00.696Z[ recovery-image] Dec 17 21:22:59.333 INFO O| Dec 17 21:22:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84342024-12-17T21:23:00.696Z[ recovery-image] Dec 17 21:22:59.334 INFO O| Dec 17 21:22:59.333 INFO STEP 90 (remove_files) COMPLETE
84352024-12-17T21:23:00.697Z[ recovery-image] Dec 17 21:22:59.334 INFO O| Dec 17 21:22:59.334 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-17T21:23:00.717Z[ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84372024-12-17T21:23:00.720Z[ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO STEP 91 (remove_files) COMPLETE
84382024-12-17T21:23:00.720Z[ recovery-image] Dec 17 21:22:59.354 INFO O| Dec 17 21:22:59.354 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-17T21:23:00.740Z[ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84402024-12-17T21:23:00.740Z[ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO STEP 92 (remove_files) COMPLETE
84412024-12-17T21:23:00.741Z[ recovery-image] Dec 17 21:22:59.377 INFO O| Dec 17 21:22:59.377 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-17T21:23:00.769Z[ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84432024-12-17T21:23:00.769Z[ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO STEP 93 (remove_files) COMPLETE
84442024-12-17T21:23:00.769Z[ recovery-image] Dec 17 21:22:59.406 INFO O| Dec 17 21:22:59.406 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-17T21:23:00.792Z[ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84462024-12-17T21:23:00.792Z[ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO STEP 94 (remove_files) COMPLETE
84472024-12-17T21:23:00.796Z[ recovery-image] Dec 17 21:22:59.429 INFO O| Dec 17 21:22:59.429 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84482024-12-17T21:23:00.849Z[ recovery-image] Dec 17 21:22:59.486 INFO O| Dec 17 21:22:59.486 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84492024-12-17T21:23:00.852Z[ recovery-image] Dec 17 21:22:59.487 INFO O| Dec 17 21:22:59.486 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84502024-12-17T21:23:18.488Z[ recovery-image] Dec 17 21:23:17.125 INFO O| Dec 17 21:23:17.125 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
84512024-12-17T21:23:18.489Z[ recovery-image] Dec 17 21:23:17.125 INFO O| Dec 17 21:23:17.125 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84522024-12-17T21:23:18.509Z[ recovery-image] Dec 17 21:23:17.146 INFO O| Dec 17 21:23:17.146 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84532024-12-17T21:23:18.656Z[ recovery-image] Dec 17 21:23:17.293 INFO O| Dec 17 21:23:17.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84542024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.293 INFO O| Dec 17 21:23:17.293 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 ...
84552024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84562024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO ok!
84572024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84582024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO STEP 95 (seed_smf) COMPLETE
84592024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO steps complete; finalising image!
84602024-12-17T21:23:18.659Z[ recovery-image] Dec 17 21:23:17.295 INFO O| Dec 17 21:23:17.295 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84612024-12-17T21:23:18.732Z[ recovery-image] Dec 17 21:23:17.369 INFO O| Dec 17 21:23:17.369 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Dec 17 21:23:17 2024)
84622024-12-17T21:23:18.945Z[ recovery-image] Dec 17 21:23:17.581 INFO O| Dec 17 21:23:17.581 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Tue Dec 17 21:23:17 2024)
84632024-12-17T21:23:19.184Z[ recovery-image] Dec 17 21:23:17.820 INFO O| Dec 17 21:23:17.820 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84642024-12-17T21:23:19.185Z[ recovery-image] Dec 17 21:23:17.820 INFO O| Dec 17 21:23:17.820 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84652024-12-17T21:23:19.964Z[ recovery-image] Dec 17 21:23:18.601 INFO O| Dec 17 21:23:18.601 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
84662024-12-17T21:23:19.964Z[ recovery-image] Dec 17 21:23:18.601 INFO O| Dec 17 21:23:18.601 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84672024-12-17T21:23:25.613Z[ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.249 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84682024-12-17T21:23:25.613Z[ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84692024-12-17T21:23:25.613Z[ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84702024-12-17T21:23:25.613Z[ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO completed processing gimlet/zfs-recovery
84712024-12-17T21:23:25.613Z[ recovery-image] Dec 17 21:23:24.250 INFO O| Dec 17 21:23:24.250 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84722024-12-17T21:23:26.057Z[ recovery-image] Dec 17 21:23:24.692 INFO O| Dec 17 21:23:24.692 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84732024-12-17T21:23:26.176Z[ recovery-image] Dec 17 21:23:24.813 INFO BUILD STRING "heads/stlouis-0-g189e595780\n"
84742024-12-17T21:23:26.178Z[ recovery-image] Dec 17 21:23:24.814 INFO expanded image name: "recovery 1214a47/${os_short_commit} 2024-12-17 20:53" -> "recovery 1214a47/189e595 2024-12-17 20:53"
84752024-12-17T21:23:26.178Z[ recovery-image] Dec 17 21:23:24.814 INFO output artefacts stored in: "/work/os-recovery"
84762024-12-17T21:23:26.178Z[ recovery-image] Dec 17 21:23:24.814 INFO collecting git info from project "amd-host-image-builder"...
84772024-12-17T21:23:26.705Z[ recovery-image] Dec 17 21:23:25.342 INFO collecting git info from project "pinprick"...
84782024-12-17T21:23:26.714Z[ recovery-image] Dec 17 21:23:25.351 INFO collecting git info from project "image-builder"...
84792024-12-17T21:23:26.726Z[ recovery-image] Dec 17 21:23:25.363 INFO collecting git info from project "phbl"...
84802024-12-17T21:23:26.739Z[ recovery-image] Dec 17 21:23:25.376 INFO collecting git info from project "amd-firmware"...
84812024-12-17T21:23:27.301Z[ recovery-image] Dec 17 21:23:25.938 INFO collecting git info from project "chelsio-t6-roms"...
84822024-12-17T21:23:27.337Z[ recovery-image] Dec 17 21:23:25.973 INFO collecting git info from project "bootserver"...
84832024-12-17T21:23:27.347Z[ recovery-image] Dec 17 21:23:25.984 INFO collecting git info from project "pilot"...
84842024-12-17T21:23:27.371Z[ recovery-image] Dec 17 21:23:26.008 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84852024-12-17T21:23:28.108Z[ recovery-image] Dec 17 21:23:26.744 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84862024-12-17T21:23:28.771Z[ recovery-image] Dec 17 21:23:27.407 INFO creating Oxide boot image...
84872024-12-17T21:23:28.771Z[ recovery-image] Dec 17 21:23:27.407 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1214a47/189e595 2024-12-17 20:53", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84882024-12-17T21:24:14.582Z[ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23078:20241216T214144Z
84892024-12-17T21:24:14.583Z[ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23078:20241216T214144Z
84902024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.219 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84912024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84922024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84932024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.220 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84942024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84952024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84962024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.221 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84972024-12-17T21:24:14.586Z[ host-image] Dec 17 21:24:13.222 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84982024-12-17T21:24:14.587Z[ host-image] Dec 17 21:24:13.222 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23078:20241216T214145Z
84992024-12-17T21:24:14.589Z[ host-image] Dec 17 21:24:13.224 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23078:20241216T214146Z
85002024-12-17T21:24:14.589Z[ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23078:20241216T214146Z
85012024-12-17T21:24:14.591Z[ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23078:20241216T214146Z
85022024-12-17T21:24:14.592Z[ host-image] Dec 17 21:24:13.226 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85032024-12-17T21:24:14.592Z[ host-image] Dec 17 21:24:13.228 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23078:20241216T214146Z
85042024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23078:20241216T214146Z
85052024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23078:20241216T214146Z
85062024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23078:20241216T214146Z
85072024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23078:20241216T214147Z
85082024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.229 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23078:20241216T214147Z
85092024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23078:20241216T214147Z
85102024-12-17T21:24:14.595Z[ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23078:20241216T214148Z
85112024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23078:20241216T214148Z
85122024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.230 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23078:20241216T214149Z
85132024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23078:20241216T214150Z
85142024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23078:20241216T214150Z
85152024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23078:20241216T214151Z
85162024-12-17T21:24:14.596Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23078:20241216T214152Z
85172024-12-17T21:24:14.598Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85182024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23078:20241216T214153Z
85192024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.231 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23078:20241216T214155Z
85202024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.232 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23078:20241216T214156Z
85212024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.232 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23078:20241216T214156Z
85222024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.233 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23078:20241216T214158Z
85232024-12-17T21:24:14.599Z[ host-image] Dec 17 21:24:13.234 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23078:20241216T214158Z
85242024-12-17T21:24:14.610Z[ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85252024-12-17T21:24:14.610Z[ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23078:20241216T214158Z
85262024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.247 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85272024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.248 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85282024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85292024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23078:20241216T214158Z
85302024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.249 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85312024-12-17T21:24:14.614Z[ host-image] Dec 17 21:24:13.250 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85322024-12-17T21:24:14.617Z[ host-image] Dec 17 21:24:13.251 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85332024-12-17T21:24:14.617Z[ host-image] Dec 17 21:24:13.252 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85342024-12-17T21:24:14.632Z[ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85352024-12-17T21:24:14.632Z[ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85362024-12-17T21:24:14.632Z[ host-image] Dec 17 21:24:13.269 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85372024-12-17T21:24:14.635Z[ host-image] Dec 17 21:24:13.270 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85382024-12-17T21:24:14.635Z[ host-image] Dec 17 21:24:13.271 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85392024-12-17T21:24:14.635Z[ host-image] Dec 17 21:24:13.271 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85402024-12-17T21:24:14.690Z[ host-image] Dec 17 21:24:13.327 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85412024-12-17T21:24:14.692Z[ host-image] Dec 17 21:24:13.327 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85422024-12-17T21:24:14.692Z[ host-image] Dec 17 21:24:13.328 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85432024-12-17T21:24:14.692Z[ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23078:20241216T214200Z
85442024-12-17T21:24:14.692Z[ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23078:20241216T214205Z
85452024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85462024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.329 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23078:20241216T214206Z
85472024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85482024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85492024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85502024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23078:20241216T214206Z
85512024-12-17T21:24:14.695Z[ host-image] Dec 17 21:24:13.330 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85522024-12-17T21:24:14.700Z[ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85532024-12-17T21:24:14.700Z[ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85542024-12-17T21:24:14.700Z[ host-image] Dec 17 21:24:13.337 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85552024-12-17T21:24:14.703Z[ host-image] Dec 17 21:24:13.338 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23078:20241216T214206Z
85562024-12-17T21:24:14.703Z[ host-image] Dec 17 21:24:13.338 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85572024-12-17T21:24:14.723Z[ host-image] Dec 17 21:24:13.360 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85582024-12-17T21:24:14.726Z[ host-image] Dec 17 21:24:13.360 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23078:20241216T214207Z
85592024-12-17T21:24:14.729Z[ host-image] Dec 17 21:24:13.364 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23078:20241216T214207Z
85602024-12-17T21:24:14.729Z[ host-image] Dec 17 21:24:13.364 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23078:20241216T214207Z
85612024-12-17T21:24:14.729Z[ host-image] Dec 17 21:24:13.365 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85622024-12-17T21:24:14.729Z[ host-image] Dec 17 21:24:13.365 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23078:20241216T214208Z
85632024-12-17T21:24:14.732Z[ host-image] Dec 17 21:24:13.366 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23078:20241216T214209Z
85642024-12-17T21:24:14.732Z[ host-image] Dec 17 21:24:13.366 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23078:20241216T214209Z
85652024-12-17T21:24:14.732Z[ host-image] Dec 17 21:24:13.367 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23078:20241216T214209Z
85662024-12-17T21:24:14.736Z[ host-image] Dec 17 21:24:13.373 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85672024-12-17T21:24:14.738Z[ host-image] Dec 17 21:24:13.374 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23078:20241216T214209Z
85682024-12-17T21:24:14.738Z[ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23078:20241216T214210Z
85692024-12-17T21:24:14.738Z[ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85702024-12-17T21:24:14.739Z[ host-image] Dec 17 21:24:13.375 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23078:20241216T214210Z
85712024-12-17T21:24:14.741Z[ host-image] Dec 17 21:24:13.376 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23078:20241216T214211Z
85722024-12-17T21:24:14.741Z[ host-image] Dec 17 21:24:13.376 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23078:20241216T214211Z
85732024-12-17T21:24:14.741Z[ host-image] Dec 17 21:24:13.377 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23078:20241216T214211Z
85742024-12-17T21:24:14.753Z[ host-image] Dec 17 21:24:13.389 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23078:20241216T214211Z
85752024-12-17T21:24:14.753Z[ host-image] Dec 17 21:24:13.389 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85762024-12-17T21:24:14.755Z[ host-image] Dec 17 21:24:13.392 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23078:20241216T214211Z
85772024-12-17T21:24:14.758Z[ host-image] Dec 17 21:24:13.394 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23078:20241216T214211Z
85782024-12-17T21:24:14.758Z[ host-image] Dec 17 21:24:13.395 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23078:20241216T214211Z
85792024-12-17T21:24:14.761Z[ host-image] Dec 17 21:24:13.395 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23078:20241216T214212Z
85802024-12-17T21:24:14.761Z[ host-image] Dec 17 21:24:13.396 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23078:20241216T214212Z
85812024-12-17T21:24:14.761Z[ host-image] Dec 17 21:24:13.397 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23078:20241216T214212Z
85822024-12-17T21:24:14.776Z[ host-image] Dec 17 21:24:13.412 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23078:20241216T214213Z
85832024-12-17T21:24:14.776Z[ host-image] Dec 17 21:24:13.413 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23078:20241216T214213Z
85842024-12-17T21:24:14.778Z[ host-image] Dec 17 21:24:13.413 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23078:20241216T214213Z
85852024-12-17T21:24:14.778Z[ host-image] Dec 17 21:24:13.415 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23078:20241216T214213Z
85862024-12-17T21:24:14.778Z[ host-image] Dec 17 21:24:13.415 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23078:20241216T214213Z
85872024-12-17T21:24:14.853Z[ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23078:20241216T214216Z
85882024-12-17T21:24:14.856Z[ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23078:20241216T214213Z
85892024-12-17T21:24:14.856Z[ host-image] Dec 17 21:24:13.490 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23078:20241216T214214Z
85902024-12-17T21:24:14.856Z[ host-image] Dec 17 21:24:13.491 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85912024-12-17T21:24:14.856Z[ host-image] Dec 17 21:24:13.491 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85922024-12-17T21:24:14.903Z[ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23078:20241216T214214Z
85932024-12-17T21:24:14.906Z[ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85942024-12-17T21:24:14.906Z[ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23078:20241216T214214Z
85952024-12-17T21:24:14.906Z[ host-image] Dec 17 21:24:13.540 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23078:20241216T214214Z
85962024-12-17T21:24:14.912Z[ host-image] Dec 17 21:24:13.548 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23078:20241216T214214Z
85972024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.549 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85982024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85992024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23078:20241216T214215Z
86002024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.550 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23078:20241216T214215Z
86012024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.551 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23078:20241216T214215Z
86022024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.551 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23078:20241216T214215Z
86032024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.552 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23078:20241216T214216Z
86042024-12-17T21:24:14.915Z[ host-image] Dec 17 21:24:13.552 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23078:20241216T214216Z
86052024-12-17T21:24:14.919Z[ host-image] Dec 17 21:24:13.556 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86062024-12-17T21:24:14.922Z[ host-image] Dec 17 21:24:13.556 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23078:20241216T214217Z
86072024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23078:20241216T214217Z
86082024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23078:20241216T214217Z
86092024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.559 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23078:20241216T214218Z
86102024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23078:20241216T214217Z
86112024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23078:20241216T214218Z
86122024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86132024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.560 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86142024-12-17T21:24:14.924Z[ host-image] Dec 17 21:24:13.561 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23078:20241216T214220Z
86152024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.561 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23078:20241216T214220Z
86162024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86172024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86182024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86192024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86202024-12-17T21:24:14.927Z[ host-image] Dec 17 21:24:13.562 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86212024-12-17T21:24:14.928Z[ host-image] Dec 17 21:24:13.563 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86222024-12-17T21:24:14.931Z[ host-image] Dec 17 21:24:13.565 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86232024-12-17T21:24:14.931Z[ host-image] Dec 17 21:24:13.565 INFO O| tempdir @ "/tmp/.tmp6kKioa/tmp"
86242024-12-17T21:24:14.931Z[ host-image] Dec 17 21:24:13.566 INFO O| image root @ "/tmp/.tmp6kKioa/tmp/root"
86252024-12-17T21:24:14.931Z[ host-image] Dec 17 21:24:13.566 INFO O| creating image...
86262024-12-17T21:24:15.979Z[ host-image] Dec 17 21:24:14.616 INFO O| copying publishers...
86272024-12-17T21:24:36.679Z[ recovery-image] Dec 17 21:24:35.308 INFO O| ok, image written!
86282024-12-17T21:24:36.679Z[ recovery-image] Dec 17 21:24:35.308 INFO O| ok, boot_image_csum file written!
86292024-12-17T21:24:36.695Z[ recovery-image] Dec 17 21:24:35.315 INFO creating boot archive (CPIO)...
86302024-12-17T21:24:36.695Z[ recovery-image] Dec 17 21:24:35.316 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
86312024-12-17T21:24:36.705Z[ recovery-image] Dec 17 21:24:35.329 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86322024-12-17T21:24:36.705Z[ recovery-image] Dec 17 21:24:35.329 INFO E| + outfile=/work/os-recovery/cpio
86332024-12-17T21:24:36.705Z[ recovery-image] Dec 17 21:24:35.329 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86342024-12-17T21:24:36.705Z[ recovery-image] Dec 17 21:24:35.332 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86352024-12-17T21:24:36.705Z[ recovery-image] Dec 17 21:24:35.333 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86362024-12-17T21:24:36.745Z[ recovery-image] Dec 17 21:24:35.381 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86372024-12-17T21:24:36.753Z[ recovery-image] Dec 17 21:24:35.381 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86382024-12-17T21:24:36.761Z[ recovery-image] Dec 17 21:24:35.393 INFO creating compressed cpio/unix for nanobl-rs...
86392024-12-17T21:24:36.761Z[ recovery-image] Dec 17 21:24:35.393 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
86402024-12-17T21:24:37.016Z[ host-image] Dec 17 21:24:35.653 INFO O| adding properties...
86412024-12-17T21:24:37.196Z[ recovery-image] Dec 17 21:24:35.833 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86422024-12-17T21:24:39.486Z[ host-image] Dec 17 21:24:38.122 INFO O| installing packages...
86432024-12-17T21:24:43.773Z[ recovery-image] Dec 17 21:24:42.410 INFO creating reset image...
86442024-12-17T21:24:43.773Z[ recovery-image] Dec 17 21:24:42.410 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86452024-12-17T21:24:44.300Z[ recovery-image] Dec 17 21:24:42.937 INFO E| Updating crates.io index
86462024-12-17T21:24:44.793Z[ recovery-image] Dec 17 21:24:43.430 INFO E| Downloading crates ...
86472024-12-17T21:24:45.042Z[ recovery-image] Dec 17 21:24:43.679 INFO E| Downloaded shared_child v1.0.1
86482024-12-17T21:24:45.049Z[ recovery-image] Dec 17 21:24:43.686 INFO E| Downloaded os_pipe v1.2.1
86492024-12-17T21:24:45.075Z[ recovery-image] Dec 17 21:24:43.712 INFO E| Downloaded clap_derive v4.5.13
86502024-12-17T21:24:45.079Z[ recovery-image] Dec 17 21:24:43.716 INFO E| Downloaded duct v0.13.7
86512024-12-17T21:24:45.082Z[ recovery-image] Dec 17 21:24:43.719 INFO E| Downloaded clap v4.5.17
86522024-12-17T21:24:45.096Z[ recovery-image] Dec 17 21:24:43.733 INFO E| Downloaded clap_builder v4.5.17
86532024-12-17T21:24:45.115Z[ recovery-image] Dec 17 21:24:43.752 INFO E| Downloaded syn v2.0.77
86542024-12-17T21:24:45.164Z[ recovery-image] Dec 17 21:24:43.800 INFO E| Downloaded libc v0.2.158
86552024-12-17T21:24:45.298Z[ recovery-image] Dec 17 21:24:43.934 INFO E| Compiling proc-macro2 v1.0.86
86562024-12-17T21:24:45.320Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling libc v0.2.158
86572024-12-17T21:24:45.320Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling unicode-ident v1.0.13
86582024-12-17T21:24:45.323Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling utf8parse v0.2.2
86592024-12-17T21:24:45.323Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling anstyle v1.0.8
86602024-12-17T21:24:45.323Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling colorchoice v1.0.2
86612024-12-17T21:24:45.323Z[ recovery-image] Dec 17 21:24:43.957 INFO E| Compiling anstyle-query v1.1.1
86622024-12-17T21:24:45.323Z[ recovery-image] Dec 17 21:24:43.958 INFO E| Compiling is_terminal_polyfill v1.70.1
86632024-12-17T21:24:46.089Z[ recovery-image] Dec 17 21:24:44.725 INFO E| Compiling anstyle-parse v0.2.5
86642024-12-17T21:24:46.097Z[ recovery-image] Dec 17 21:24:44.734 INFO E| Compiling strsim v0.11.1
86652024-12-17T21:24:46.287Z[ recovery-image] Dec 17 21:24:44.923 INFO E| Compiling heck v0.5.0
86662024-12-17T21:24:46.306Z[ recovery-image] Dec 17 21:24:44.942 INFO E| Compiling clap_lex v0.7.2
86672024-12-17T21:24:46.597Z[ recovery-image] Dec 17 21:24:45.234 INFO E| Compiling once_cell v1.19.0
86682024-12-17T21:24:46.941Z[ recovery-image] Dec 17 21:24:45.578 INFO E| Compiling anstream v0.6.15
86692024-12-17T21:24:47.603Z[ recovery-image] Dec 17 21:24:46.240 INFO E| Compiling clap_builder v4.5.17
86702024-12-17T21:24:47.691Z[ recovery-image] Dec 17 21:24:46.328 INFO E| Compiling os_pipe v1.2.1
86712024-12-17T21:24:47.691Z[ recovery-image] Dec 17 21:24:46.328 INFO E| Compiling shared_child v1.0.1
86722024-12-17T21:24:47.937Z[ recovery-image] Dec 17 21:24:46.574 INFO E| Compiling duct v0.13.7
86732024-12-17T21:24:48.755Z[ recovery-image] Dec 17 21:24:47.392 INFO E| Compiling quote v1.0.37
86742024-12-17T21:24:49.362Z[ recovery-image] Dec 17 21:24:47.999 INFO E| Compiling syn v2.0.77
86752024-12-17T21:24:58.274Z[ recovery-image] Dec 17 21:24:56.911 INFO E| Compiling clap_derive v4.5.13
86762024-12-17T21:25:02.931Z[ recovery-image] Dec 17 21:25:01.568 INFO E| Compiling clap v4.5.17
86772024-12-17T21:25:03.028Z[ recovery-image] Dec 17 21:25:01.664 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86782024-12-17T21:25:05.021Z[ recovery-image] Dec 17 21:25:03.657 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
86792024-12-17T21:25:05.036Z[ recovery-image] Dec 17 21:25:03.673 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86802024-12-17T21:25:05.277Z[ recovery-image] Dec 17 21:25:03.912 INFO E| Updating crates.io index
86812024-12-17T21:25:05.620Z[ recovery-image] Dec 17 21:25:04.256 INFO E| Downloading crates ...
86822024-12-17T21:25:06.028Z[ recovery-image] Dec 17 21:25:04.665 INFO E| Downloaded bitstruct v0.1.1
86832024-12-17T21:25:06.036Z[ recovery-image] Dec 17 21:25:04.673 INFO E| Downloaded seq-macro v0.3.5
86842024-12-17T21:25:06.039Z[ recovery-image] Dec 17 21:25:04.676 INFO E| Downloaded bitstruct_derive v0.1.0
86852024-12-17T21:25:06.045Z[ recovery-image] Dec 17 21:25:04.682 INFO E| Downloaded cpio_reader v0.1.1
86862024-12-17T21:25:06.048Z[ recovery-image] Dec 17 21:25:04.684 INFO E| Downloaded bit_field v0.10.2
86872024-12-17T21:25:06.066Z[ recovery-image] Dec 17 21:25:04.702 INFO E| Downloaded raw-cpuid v10.7.0
86882024-12-17T21:25:06.075Z[ recovery-image] Dec 17 21:25:04.712 INFO E| Downloaded syn v2.0.85
86892024-12-17T21:25:06.239Z[ recovery-image] Dec 17 21:25:04.875 INFO E| Downloaded x86 v0.52.0
86902024-12-17T21:25:06.316Z[ recovery-image] Dec 17 21:25:04.953 INFO E| Updating crates.io index
86912024-12-17T21:25:06.540Z[ recovery-image] Dec 17 21:25:05.176 INFO E| Downloading crates ...
86922024-12-17T21:25:06.735Z[ recovery-image] Dec 17 21:25:05.372 INFO E| Downloaded hashbrown v0.15.0
86932024-12-17T21:25:06.770Z[ recovery-image] Dec 17 21:25:05.406 INFO E| Downloaded compiler_builtins v0.1.134
86942024-12-17T21:25:06.994Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling compiler_builtins v0.1.134
86952024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 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)
86962024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling proc-macro2 v1.0.89
86972024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling unicode-ident v1.0.13
86982024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling syn v1.0.109
86992024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling x86 v0.52.0
87002024-12-17T21:25:06.997Z[ recovery-image] Dec 17 21:25:05.631 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87012024-12-17T21:25:07.003Z[ recovery-image] Dec 17 21:25:05.639 INFO E| Compiling seq-macro v0.3.5
87022024-12-17T21:25:09.419Z[ recovery-image] Dec 17 21:25:08.055 INFO E| Compiling quote v1.0.37
87032024-12-17T21:25:09.842Z[ recovery-image] Dec 17 21:25:08.478 INFO E| Compiling syn v2.0.85
87042024-12-17T21:25:15.538Z[ recovery-image] Dec 17 21:25:14.174 INFO E| Compiling scroll_derive v0.12.0
87052024-12-17T21:25:19.351Z[ recovery-image] Dec 17 21:25:17.987 INFO E| Compiling bitstruct_derive v0.1.0
87062024-12-17T21:25:23.122Z[ host-image] Dec 17 21:25:21.758 INFO O| seeding SMF database...
87072024-12-17T21:25:36.859Z[ host-image] Dec 17 21:25:35.496 INFO O| configuring SMF profile...
87082024-12-17T21:25:36.866Z[ host-image] Dec 17 21:25:35.496 INFO O| modifying shadow(5)...
87092024-12-17T21:25:36.867Z[ host-image] Dec 17 21:25:35.496 INFO O| loading user and group database...
87102024-12-17T21:25:36.867Z[ host-image] Dec 17 21:25:35.496 INFO O| assessing packaged files...
87112024-12-17T21:25:42.093Z[ host-image] Dec 17 21:25:40.728 INFO O| creating archive...
87122024-12-17T21:25:42.149Z[ host-image] Dec 17 21:25:40.785 INFO O| missing from packaging:
87132024-12-17T21:25:42.149Z[ host-image] Dec 17 21:25:40.785 INFO O| "etc/.pwd.lock"
87142024-12-17T21:25:42.151Z[ host-image] Dec 17 21:25:40.785 INFO O| "etc/bash"
87152024-12-17T21:25:42.173Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/generic.xml"
87162024-12-17T21:25:42.173Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/inetd_services.xml"
87172024-12-17T21:25:42.173Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/name_service.xml"
87182024-12-17T21:25:42.176Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/platform.xml"
87192024-12-17T21:25:42.176Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/profile/platform_omicron1.xml"
87202024-12-17T21:25:42.176Z[ host-image] Dec 17 21:25:40.809 INFO O| "etc/svc/repository.db"
87212024-12-17T21:25:42.188Z[ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share"
87222024-12-17T21:25:42.188Z[ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share/man"
87232024-12-17T21:25:42.189Z[ host-image] Dec 17 21:25:40.825 INFO O| "opt/ooce/share/man/man1"
87242024-12-17T21:25:42.519Z[ host-image] Dec 17 21:25:40.839 INFO O| finishing archive...
87252024-12-17T21:25:45.673Z[ recovery-image] Dec 17 21:25:44.310 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)
87262024-12-17T21:25:46.716Z[ host-image] Dec 17 21:25:45.352 INFO O| creating gzonly manifest...
87272024-12-17T21:25:46.726Z[ host-image] Dec 17 21:25:45.363 INFO O| ok
87282024-12-17T21:25:47.016Z[ host-image] Dec 17 21:25:45.652 INFO image builder template: ramdisk-02-trim...
87292024-12-17T21:25:47.016Z[ host-image] Dec 17 21:25:45.652 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/.tmpzNgeWV/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
87302024-12-17T21:25:47.078Z[ host-image] Dec 17 21:25:45.714 INFO O| Dec 17 21:25:45.713 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87312024-12-17T21:25:47.093Z[ host-image] Dec 17 21:25:45.728 INFO O| Dec 17 21:25:45.728 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87322024-12-17T21:25:47.374Z[ host-image] Dec 17 21:25:46.010 INFO O| Dec 17 21:25:46.010 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87332024-12-17T21:25:47.638Z[ host-image] Dec 17 21:25:46.274 INFO O| Dec 17 21:25:46.274 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87342024-12-17T21:25:47.642Z[ host-image] Dec 17 21:25:46.274 INFO O| Dec 17 21:25:46.274 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87352024-12-17T21:25:47.684Z[ host-image] Dec 17 21:25:46.320 INFO O| Dec 17 21:25:46.320 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87362024-12-17T21:25:47.728Z[ host-image] Dec 17 21:25:46.364 INFO O| Dec 17 21:25:46.364 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87372024-12-17T21:25:47.752Z[ host-image] Dec 17 21:25:46.387 INFO O| Dec 17 21:25:46.387 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87382024-12-17T21:25:48.355Z[ host-image] Dec 17 21:25:46.985 INFO O| Dec 17 21:25:46.985 INFO rolled back to input snapshot; work may begin
87392024-12-17T21:25:48.356Z[ host-image] Dec 17 21:25:46.985 INFO O| Dec 17 21:25:46.985 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87402024-12-17T21:25:48.376Z[ host-image] Dec 17 21:25:46.994 INFO O| Dec 17 21:25:46.994 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-12-17T21:25:48.377Z[ host-image] Dec 17 21:25:47.012 INFO O| Dec 17 21:25:47.012 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87422024-12-17T21:25:48.861Z[ host-image] Dec 17 21:25:47.497 INFO O| Dec 17 21:25:47.496 INFO STEP 0 (remove_files) COMPLETE
87432024-12-17T21:25:48.861Z[ host-image] Dec 17 21:25:47.497 INFO O| Dec 17 21:25:47.497 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-17T21:25:48.881Z[ recovery-image] Dec 17 21:25:47.517 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)
87452024-12-17T21:25:48.910Z[ host-image] Dec 17 21:25:47.546 INFO O| Dec 17 21:25:47.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87462024-12-17T21:25:48.914Z[ host-image] Dec 17 21:25:47.549 INFO O| Dec 17 21:25:47.549 INFO STEP 1 (remove_files) COMPLETE
87472024-12-17T21:25:48.914Z[ host-image] Dec 17 21:25:47.549 INFO O| Dec 17 21:25:47.549 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-12-17T21:25:48.934Z[ host-image] Dec 17 21:25:47.570 INFO O| Dec 17 21:25:47.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87492024-12-17T21:25:48.957Z[ host-image] Dec 17 21:25:47.593 INFO O| Dec 17 21:25:47.593 INFO STEP 2 (remove_files) COMPLETE
87502024-12-17T21:25:48.957Z[ host-image] Dec 17 21:25:47.593 INFO O| Dec 17 21:25:47.593 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-17T21:25:49.029Z[ host-image] Dec 17 21:25:47.666 INFO O| Dec 17 21:25:47.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87522024-12-17T21:25:49.032Z[ host-image] Dec 17 21:25:47.668 INFO O| Dec 17 21:25:47.668 INFO STEP 3 (remove_files) COMPLETE
87532024-12-17T21:25:49.035Z[ host-image] Dec 17 21:25:47.668 INFO O| Dec 17 21:25:47.668 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-17T21:25:49.095Z[ host-image] Dec 17 21:25:47.723 INFO O| Dec 17 21:25:47.723 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87552024-12-17T21:25:49.102Z[ host-image] Dec 17 21:25:47.730 INFO O| Dec 17 21:25:47.730 INFO STEP 4 (remove_files) COMPLETE
87562024-12-17T21:25:49.102Z[ host-image] Dec 17 21:25:47.731 INFO O| Dec 17 21:25:47.730 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-17T21:25:49.155Z[ host-image] Dec 17 21:25:47.789 INFO O| Dec 17 21:25:47.789 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87582024-12-17T21:25:49.159Z[ host-image] Dec 17 21:25:47.794 INFO O| Dec 17 21:25:47.794 INFO STEP 5 (remove_files) COMPLETE
87592024-12-17T21:25:49.159Z[ host-image] Dec 17 21:25:47.794 INFO O| Dec 17 21:25:47.794 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-17T21:25:49.205Z[ host-image] Dec 17 21:25:47.841 INFO O| Dec 17 21:25:47.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87612024-12-17T21:25:49.225Z[ host-image] Dec 17 21:25:47.861 INFO O| Dec 17 21:25:47.860 INFO STEP 6 (remove_files) COMPLETE
87622024-12-17T21:25:49.225Z[ host-image] Dec 17 21:25:47.861 INFO O| Dec 17 21:25:47.861 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-17T21:25:49.388Z[ host-image] Dec 17 21:25:48.020 INFO O| Dec 17 21:25:48.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87642024-12-17T21:25:49.436Z[ host-image] Dec 17 21:25:48.069 INFO O| Dec 17 21:25:48.069 INFO STEP 7 (remove_files) COMPLETE
87652024-12-17T21:25:49.436Z[ host-image] Dec 17 21:25:48.069 INFO O| Dec 17 21:25:48.069 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-17T21:25:49.490Z[ host-image] Dec 17 21:25:48.126 INFO O| Dec 17 21:25:48.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87672024-12-17T21:25:49.723Z[ host-image] Dec 17 21:25:48.359 INFO O| Dec 17 21:25:48.359 INFO STEP 8 (remove_files) COMPLETE
87682024-12-17T21:25:49.723Z[ host-image] Dec 17 21:25:48.359 INFO O| Dec 17 21:25:48.359 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-17T21:25:49.815Z[ host-image] Dec 17 21:25:48.450 INFO O| Dec 17 21:25:48.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87702024-12-17T21:25:50.194Z[ host-image] Dec 17 21:25:48.830 INFO O| Dec 17 21:25:48.830 INFO STEP 9 (remove_files) COMPLETE
87712024-12-17T21:25:50.194Z[ host-image] Dec 17 21:25:48.830 INFO O| Dec 17 21:25:48.830 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-17T21:25:50.261Z[ host-image] Dec 17 21:25:48.896 INFO O| Dec 17 21:25:48.895 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87732024-12-17T21:25:50.266Z[ host-image] Dec 17 21:25:48.902 INFO O| Dec 17 21:25:48.902 INFO STEP 10 (remove_files) COMPLETE
87742024-12-17T21:25:50.266Z[ host-image] Dec 17 21:25:48.902 INFO O| Dec 17 21:25:48.902 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-17T21:25:50.293Z[ host-image] Dec 17 21:25:48.929 INFO O| Dec 17 21:25:48.929 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87762024-12-17T21:25:50.297Z[ host-image] Dec 17 21:25:48.931 INFO O| Dec 17 21:25:48.931 INFO STEP 11 (remove_files) COMPLETE
87772024-12-17T21:25:50.297Z[ host-image] Dec 17 21:25:48.931 INFO O| Dec 17 21:25:48.931 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-17T21:25:50.316Z[ host-image] Dec 17 21:25:48.952 INFO O| Dec 17 21:25:48.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87792024-12-17T21:25:50.319Z[ host-image] Dec 17 21:25:48.955 INFO O| Dec 17 21:25:48.955 INFO STEP 12 (remove_files) COMPLETE
87802024-12-17T21:25:50.319Z[ host-image] Dec 17 21:25:48.955 INFO O| Dec 17 21:25:48.955 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-17T21:25:50.428Z[ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87822024-12-17T21:25:50.432Z[ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87832024-12-17T21:25:50.432Z[ host-image] Dec 17 21:25:49.056 INFO O| Dec 17 21:25:49.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87842024-12-17T21:25:50.432Z[ host-image] Dec 17 21:25:49.057 INFO O| Dec 17 21:25:49.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87852024-12-17T21:25:50.432Z[ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87862024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87872024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87882024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.058 INFO O| Dec 17 21:25:49.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87892024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.059 INFO O| Dec 17 21:25:49.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87902024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87912024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87922024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87932024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.060 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87942024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87952024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87962024-12-17T21:25:50.433Z[ host-image] Dec 17 21:25:49.061 INFO O| Dec 17 21:25:49.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87972024-12-17T21:25:50.448Z[ host-image] Dec 17 21:25:49.083 INFO O| Dec 17 21:25:49.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87982024-12-17T21:25:50.715Z[ host-image] Dec 17 21:25:49.351 INFO O| Dec 17 21:25:49.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87992024-12-17T21:25:50.718Z[ host-image] Dec 17 21:25:49.352 INFO O| Dec 17 21:25:49.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88002024-12-17T21:25:50.733Z[ host-image] Dec 17 21:25:49.369 INFO O| Dec 17 21:25:49.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88012024-12-17T21:25:50.827Z[ host-image] Dec 17 21:25:49.463 INFO O| Dec 17 21:25:49.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88022024-12-17T21:25:51.256Z[ host-image] Dec 17 21:25:49.891 INFO O| Dec 17 21:25:49.891 INFO STEP 13 (remove_files) COMPLETE
88032024-12-17T21:25:51.256Z[ host-image] Dec 17 21:25:49.892 INFO O| Dec 17 21:25:49.891 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-12-17T21:25:51.296Z[ host-image] Dec 17 21:25:49.932 INFO O| Dec 17 21:25:49.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88052024-12-17T21:25:51.301Z[ host-image] Dec 17 21:25:49.934 INFO O| Dec 17 21:25:49.934 INFO STEP 14 (remove_files) COMPLETE
88062024-12-17T21:25:51.301Z[ host-image] Dec 17 21:25:49.934 INFO O| Dec 17 21:25:49.934 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-17T21:25:51.321Z[ host-image] Dec 17 21:25:49.957 INFO O| Dec 17 21:25:49.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88082024-12-17T21:25:51.335Z[ host-image] Dec 17 21:25:49.969 INFO O| Dec 17 21:25:49.969 INFO STEP 15 (remove_files) COMPLETE
88092024-12-17T21:25:51.335Z[ host-image] Dec 17 21:25:49.969 INFO O| Dec 17 21:25:49.969 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-17T21:25:51.396Z[ host-image] Dec 17 21:25:50.032 INFO O| Dec 17 21:25:50.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88112024-12-17T21:25:51.399Z[ host-image] Dec 17 21:25:50.033 INFO O| Dec 17 21:25:50.032 INFO STEP 16 (remove_files) COMPLETE
88122024-12-17T21:25:51.399Z[ host-image] Dec 17 21:25:50.033 INFO O| Dec 17 21:25:50.033 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-17T21:25:51.415Z[ host-image] Dec 17 21:25:50.051 INFO O| Dec 17 21:25:50.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88142024-12-17T21:25:51.418Z[ host-image] Dec 17 21:25:50.054 INFO O| Dec 17 21:25:50.054 INFO STEP 17 (remove_files) COMPLETE
88152024-12-17T21:25:51.419Z[ host-image] Dec 17 21:25:50.054 INFO O| Dec 17 21:25:50.054 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-17T21:25:51.437Z[ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88172024-12-17T21:25:51.437Z[ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO STEP 18 (remove_files) COMPLETE
88182024-12-17T21:25:51.437Z[ host-image] Dec 17 21:25:50.073 INFO O| Dec 17 21:25:50.073 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-17T21:25:51.456Z[ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88202024-12-17T21:25:51.456Z[ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO STEP 19 (remove_files) COMPLETE
88212024-12-17T21:25:51.456Z[ host-image] Dec 17 21:25:50.092 INFO O| Dec 17 21:25:50.092 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-17T21:25:51.474Z[ host-image] Dec 17 21:25:50.110 INFO O| Dec 17 21:25:50.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88232024-12-17T21:25:51.474Z[ host-image] Dec 17 21:25:50.110 INFO O| Dec 17 21:25:50.110 INFO STEP 20 (remove_files) COMPLETE
88242024-12-17T21:25:51.477Z[ host-image] Dec 17 21:25:50.111 INFO O| Dec 17 21:25:50.110 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-17T21:25:51.512Z[ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88262024-12-17T21:25:51.512Z[ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO STEP 21 (remove_files) COMPLETE
88272024-12-17T21:25:51.512Z[ host-image] Dec 17 21:25:50.148 INFO O| Dec 17 21:25:50.148 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-17T21:25:51.570Z[ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88292024-12-17T21:25:51.570Z[ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO STEP 22 (remove_files) COMPLETE
88302024-12-17T21:25:51.570Z[ host-image] Dec 17 21:25:50.206 INFO O| Dec 17 21:25:50.206 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-17T21:25:51.631Z[ host-image] Dec 17 21:25:50.267 INFO O| Dec 17 21:25:50.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88322024-12-17T21:25:51.632Z[ host-image] Dec 17 21:25:50.268 INFO O| Dec 17 21:25:50.268 INFO STEP 23 (remove_files) COMPLETE
88332024-12-17T21:25:51.632Z[ host-image] Dec 17 21:25:50.268 INFO O| Dec 17 21:25:50.268 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-17T21:25:51.650Z[ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88352024-12-17T21:25:51.651Z[ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO STEP 24 (remove_files) COMPLETE
88362024-12-17T21:25:51.651Z[ host-image] Dec 17 21:25:50.286 INFO O| Dec 17 21:25:50.286 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-17T21:25:51.679Z[ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88382024-12-17T21:25:51.679Z[ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO STEP 25 (remove_files) COMPLETE
88392024-12-17T21:25:51.679Z[ host-image] Dec 17 21:25:50.315 INFO O| Dec 17 21:25:50.315 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-17T21:25:51.701Z[ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88412024-12-17T21:25:51.704Z[ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO STEP 26 (remove_files) COMPLETE
88422024-12-17T21:25:51.704Z[ host-image] Dec 17 21:25:50.337 INFO O| Dec 17 21:25:50.337 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-17T21:25:51.737Z[ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88442024-12-17T21:25:51.737Z[ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO STEP 27 (remove_files) COMPLETE
88452024-12-17T21:25:51.740Z[ host-image] Dec 17 21:25:50.373 INFO O| Dec 17 21:25:50.373 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-17T21:25:51.771Z[ host-image] Dec 17 21:25:50.406 INFO O| Dec 17 21:25:50.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88472024-12-17T21:25:51.771Z[ host-image] Dec 17 21:25:50.406 INFO O| Dec 17 21:25:50.406 INFO STEP 28 (remove_files) COMPLETE
88482024-12-17T21:25:51.771Z[ host-image] Dec 17 21:25:50.407 INFO O| Dec 17 21:25:50.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-17T21:25:51.809Z[ host-image] Dec 17 21:25:50.442 INFO O| Dec 17 21:25:50.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88502024-12-17T21:25:51.809Z[ host-image] Dec 17 21:25:50.443 INFO O| Dec 17 21:25:50.443 INFO STEP 29 (remove_files) COMPLETE
88512024-12-17T21:25:51.809Z[ host-image] Dec 17 21:25:50.443 INFO O| Dec 17 21:25:50.443 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-17T21:25:51.856Z[ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88532024-12-17T21:25:51.856Z[ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.492 INFO STEP 30 (remove_files) COMPLETE
88542024-12-17T21:25:51.856Z[ host-image] Dec 17 21:25:50.492 INFO O| Dec 17 21:25:50.492 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-17T21:25:51.917Z[ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88562024-12-17T21:25:51.917Z[ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO STEP 31 (remove_files) COMPLETE
88572024-12-17T21:25:51.920Z[ host-image] Dec 17 21:25:50.553 INFO O| Dec 17 21:25:50.553 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-17T21:25:51.938Z[ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88592024-12-17T21:25:51.938Z[ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.574 INFO STEP 32 (remove_files) COMPLETE
88602024-12-17T21:25:51.938Z[ host-image] Dec 17 21:25:50.574 INFO O| Dec 17 21:25:50.574 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-17T21:25:51.967Z[ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88622024-12-17T21:25:51.967Z[ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO STEP 33 (remove_files) COMPLETE
88632024-12-17T21:25:51.967Z[ host-image] Dec 17 21:25:50.602 INFO O| Dec 17 21:25:50.602 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-17T21:25:51.987Z[ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88652024-12-17T21:25:51.987Z[ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.623 INFO STEP 34 (remove_files) COMPLETE
88662024-12-17T21:25:51.987Z[ host-image] Dec 17 21:25:50.623 INFO O| Dec 17 21:25:50.623 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-17T21:25:52.020Z[ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88682024-12-17T21:25:52.021Z[ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO STEP 35 (remove_files) COMPLETE
88692024-12-17T21:25:52.021Z[ host-image] Dec 17 21:25:50.642 INFO O| Dec 17 21:25:50.642 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-17T21:25:52.046Z[ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88712024-12-17T21:25:52.046Z[ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO STEP 36 (remove_files) COMPLETE
88722024-12-17T21:25:52.046Z[ host-image] Dec 17 21:25:50.681 INFO O| Dec 17 21:25:50.681 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-17T21:25:52.079Z[ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88742024-12-17T21:25:52.079Z[ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO STEP 37 (remove_files) COMPLETE
88752024-12-17T21:25:52.079Z[ host-image] Dec 17 21:25:50.715 INFO O| Dec 17 21:25:50.715 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-17T21:25:52.098Z[ host-image] Dec 17 21:25:50.734 INFO O| Dec 17 21:25:50.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88772024-12-17T21:25:52.098Z[ host-image] Dec 17 21:25:50.734 INFO O| Dec 17 21:25:50.734 INFO STEP 38 (remove_files) COMPLETE
88782024-12-17T21:25:52.098Z[ host-image] Dec 17 21:25:50.735 INFO O| Dec 17 21:25:50.734 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-17T21:25:52.161Z[ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88802024-12-17T21:25:52.161Z[ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.796 INFO STEP 39 (remove_files) COMPLETE
88812024-12-17T21:25:52.176Z[ host-image] Dec 17 21:25:50.796 INFO O| Dec 17 21:25:50.796 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-17T21:25:52.184Z[ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88832024-12-17T21:25:52.184Z[ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO STEP 40 (remove_files) COMPLETE
88842024-12-17T21:25:52.184Z[ host-image] Dec 17 21:25:50.820 INFO O| Dec 17 21:25:50.820 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-17T21:25:52.205Z[ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88862024-12-17T21:25:52.205Z[ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO STEP 41 (remove_files) COMPLETE
88872024-12-17T21:25:52.205Z[ host-image] Dec 17 21:25:50.841 INFO O| Dec 17 21:25:50.841 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-17T21:25:52.256Z[ host-image] Dec 17 21:25:50.892 INFO O| Dec 17 21:25:50.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88892024-12-17T21:25:52.264Z[ host-image] Dec 17 21:25:50.892 INFO O| Dec 17 21:25:50.892 INFO STEP 42 (remove_files) COMPLETE
88902024-12-17T21:25:52.264Z[ host-image] Dec 17 21:25:50.893 INFO O| Dec 17 21:25:50.892 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-17T21:25:52.283Z[ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88922024-12-17T21:25:52.287Z[ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.913 INFO STEP 43 (remove_files) COMPLETE
88932024-12-17T21:25:52.287Z[ host-image] Dec 17 21:25:50.913 INFO O| Dec 17 21:25:50.913 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-17T21:25:52.297Z[ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88952024-12-17T21:25:52.300Z[ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO STEP 44 (remove_files) COMPLETE
88962024-12-17T21:25:52.300Z[ host-image] Dec 17 21:25:50.933 INFO O| Dec 17 21:25:50.933 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-17T21:25:52.338Z[ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88982024-12-17T21:25:52.341Z[ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO STEP 45 (remove_files) COMPLETE
88992024-12-17T21:25:52.341Z[ host-image] Dec 17 21:25:50.970 INFO O| Dec 17 21:25:50.970 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-17T21:25:52.356Z[ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89012024-12-17T21:25:52.356Z[ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO STEP 46 (remove_files) COMPLETE
89022024-12-17T21:25:52.358Z[ host-image] Dec 17 21:25:50.991 INFO O| Dec 17 21:25:50.991 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-17T21:25:52.375Z[ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89042024-12-17T21:25:52.375Z[ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO STEP 47 (remove_files) COMPLETE
89052024-12-17T21:25:52.375Z[ host-image] Dec 17 21:25:51.011 INFO O| Dec 17 21:25:51.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-17T21:25:52.406Z[ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89072024-12-17T21:25:52.406Z[ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO STEP 48 (remove_files) COMPLETE
89082024-12-17T21:25:52.406Z[ host-image] Dec 17 21:25:51.042 INFO O| Dec 17 21:25:51.042 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-17T21:25:52.431Z[ host-image] Dec 17 21:25:51.067 INFO O| Dec 17 21:25:51.067 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89102024-12-17T21:25:52.434Z[ host-image] Dec 17 21:25:51.067 INFO O| Dec 17 21:25:51.067 INFO STEP 49 (remove_files) COMPLETE
89112024-12-17T21:25:52.435Z[ host-image] Dec 17 21:25:51.068 INFO O| Dec 17 21:25:51.067 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-17T21:25:52.452Z[ host-image] Dec 17 21:25:51.088 INFO O| Dec 17 21:25:51.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89132024-12-17T21:25:52.456Z[ host-image] Dec 17 21:25:51.089 INFO O| Dec 17 21:25:51.089 INFO STEP 50 (remove_files) COMPLETE
89142024-12-17T21:25:52.456Z[ host-image] Dec 17 21:25:51.089 INFO O| Dec 17 21:25:51.089 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-17T21:25:52.474Z[ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89162024-12-17T21:25:52.474Z[ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.110 INFO STEP 51 (remove_files) COMPLETE
89172024-12-17T21:25:52.474Z[ host-image] Dec 17 21:25:51.110 INFO O| Dec 17 21:25:51.110 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-17T21:25:52.491Z[ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89192024-12-17T21:25:52.491Z[ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.127 INFO STEP 52 (remove_files) COMPLETE
89202024-12-17T21:25:52.491Z[ host-image] Dec 17 21:25:51.127 INFO O| Dec 17 21:25:51.127 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-17T21:25:52.513Z[ host-image] Dec 17 21:25:51.149 INFO O| Dec 17 21:25:51.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89222024-12-17T21:25:52.517Z[ host-image] Dec 17 21:25:51.150 INFO O| Dec 17 21:25:51.149 INFO STEP 53 (remove_files) COMPLETE
89232024-12-17T21:25:52.517Z[ host-image] Dec 17 21:25:51.150 INFO O| Dec 17 21:25:51.150 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-17T21:25:52.535Z[ host-image] Dec 17 21:25:51.171 INFO O| Dec 17 21:25:51.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89252024-12-17T21:25:52.539Z[ host-image] Dec 17 21:25:51.172 INFO O| Dec 17 21:25:51.172 INFO STEP 54 (remove_files) COMPLETE
89262024-12-17T21:25:52.539Z[ host-image] Dec 17 21:25:51.172 INFO O| Dec 17 21:25:51.172 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-17T21:25:52.556Z[ host-image] Dec 17 21:25:51.192 INFO O| Dec 17 21:25:51.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89282024-12-17T21:25:52.559Z[ host-image] Dec 17 21:25:51.193 INFO O| Dec 17 21:25:51.192 INFO STEP 55 (remove_files) COMPLETE
89292024-12-17T21:25:52.559Z[ host-image] Dec 17 21:25:51.193 INFO O| Dec 17 21:25:51.193 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-17T21:25:52.598Z[ host-image] Dec 17 21:25:51.234 INFO O| Dec 17 21:25:51.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89312024-12-17T21:25:52.598Z[ host-image] Dec 17 21:25:51.234 INFO O| Dec 17 21:25:51.234 INFO STEP 56 (remove_files) COMPLETE
89322024-12-17T21:25:52.599Z[ host-image] Dec 17 21:25:51.235 INFO O| Dec 17 21:25:51.234 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-17T21:25:52.622Z[ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89342024-12-17T21:25:52.622Z[ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO STEP 57 (remove_files) COMPLETE
89352024-12-17T21:25:52.625Z[ host-image] Dec 17 21:25:51.258 INFO O| Dec 17 21:25:51.258 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-17T21:25:52.678Z[ host-image] Dec 17 21:25:51.314 INFO O| Dec 17 21:25:51.314 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89372024-12-17T21:25:52.678Z[ host-image] Dec 17 21:25:51.314 INFO O| Dec 17 21:25:51.314 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89382024-12-17T21:25:52.681Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89392024-12-17T21:25:52.681Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89402024-12-17T21:25:52.681Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89412024-12-17T21:25:52.681Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89422024-12-17T21:25:52.681Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO ok!
89432024-12-17T21:25:52.682Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO STEP 58 (ensure_file) COMPLETE
89442024-12-17T21:25:52.682Z[ host-image] Dec 17 21:25:51.315 INFO O| Dec 17 21:25:51.315 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-17T21:25:52.697Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.332 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89462024-12-17T21:25:52.697Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89472024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89482024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89492024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89502024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89512024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO ok!
89522024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO STEP 59 (ensure_file) COMPLETE
89532024-12-17T21:25:52.700Z[ host-image] Dec 17 21:25:51.333 INFO O| Dec 17 21:25:51.333 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-17T21:25:52.724Z[ host-image] Dec 17 21:25:51.360 INFO O| Dec 17 21:25:51.360 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89552024-12-17T21:25:52.724Z[ host-image] Dec 17 21:25:51.360 INFO O| Dec 17 21:25:51.360 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89562024-12-17T21:25:52.727Z[ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89572024-12-17T21:25:52.728Z[ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO ok!
89582024-12-17T21:25:52.728Z[ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO STEP 60 (ensure_file) COMPLETE
89592024-12-17T21:25:52.728Z[ host-image] Dec 17 21:25:51.361 INFO O| Dec 17 21:25:51.361 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-17T21:25:52.761Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.396 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89612024-12-17T21:25:52.761Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89622024-12-17T21:25:52.764Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89632024-12-17T21:25:52.764Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO ok!
89642024-12-17T21:25:52.764Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO STEP 61 (ensure_file) COMPLETE
89652024-12-17T21:25:52.764Z[ host-image] Dec 17 21:25:51.397 INFO O| Dec 17 21:25:51.397 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-17T21:25:52.779Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.414 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89672024-12-17T21:25:52.779Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89682024-12-17T21:25:52.779Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89692024-12-17T21:25:52.782Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89702024-12-17T21:25:52.782Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO ok!
89712024-12-17T21:25:52.782Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO STEP 62 (ensure_file) COMPLETE
89722024-12-17T21:25:52.782Z[ host-image] Dec 17 21:25:51.415 INFO O| Dec 17 21:25:51.415 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-17T21:25:52.797Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89742024-12-17T21:25:52.797Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89752024-12-17T21:25:52.797Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89762024-12-17T21:25:52.797Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89772024-12-17T21:25:52.800Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO ok!
89782024-12-17T21:25:52.800Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO STEP 63 (ensure_file) COMPLETE
89792024-12-17T21:25:52.800Z[ host-image] Dec 17 21:25:51.433 INFO O| Dec 17 21:25:51.433 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-17T21:25:52.815Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89812024-12-17T21:25:52.818Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89822024-12-17T21:25:52.819Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89832024-12-17T21:25:52.819Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO ok!
89842024-12-17T21:25:52.819Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO STEP 64 (assemble_files) COMPLETE
89852024-12-17T21:25:52.819Z[ host-image] Dec 17 21:25:51.451 INFO O| Dec 17 21:25:51.451 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-17T21:25:52.836Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89872024-12-17T21:25:52.836Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89882024-12-17T21:25:52.839Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89892024-12-17T21:25:52.839Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89902024-12-17T21:25:52.839Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO ok!
89912024-12-17T21:25:52.839Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO STEP 65 (ensure_file) COMPLETE
89922024-12-17T21:25:52.839Z[ host-image] Dec 17 21:25:51.472 INFO O| Dec 17 21:25:51.472 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-17T21:25:52.857Z[ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89942024-12-17T21:25:52.857Z[ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89952024-12-17T21:25:52.860Z[ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89962024-12-17T21:25:52.860Z[ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO STEP 66 (ensure_dir) COMPLETE
89972024-12-17T21:25:52.860Z[ host-image] Dec 17 21:25:51.493 INFO O| Dec 17 21:25:51.493 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-17T21:25:52.893Z[ host-image] Dec 17 21:25:51.529 INFO O| Dec 17 21:25:51.529 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89992024-12-17T21:25:52.893Z[ host-image] Dec 17 21:25:51.529 INFO O| Dec 17 21:25:51.529 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 ...
90002024-12-17T21:25:52.902Z[ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 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
90012024-12-17T21:25:52.902Z[ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90022024-12-17T21:25:52.902Z[ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO ok!
90032024-12-17T21:25:52.906Z[ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO STEP 67 (ensure_file) COMPLETE
90042024-12-17T21:25:52.906Z[ host-image] Dec 17 21:25:51.538 INFO O| Dec 17 21:25:51.538 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-17T21:25:52.963Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90062024-12-17T21:25:52.963Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 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 ...
90072024-12-17T21:25:52.966Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 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
90082024-12-17T21:25:52.966Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90092024-12-17T21:25:52.967Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO ok!
90102024-12-17T21:25:52.967Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO STEP 68 (ensure_file) COMPLETE
90112024-12-17T21:25:52.967Z[ host-image] Dec 17 21:25:51.599 INFO O| Dec 17 21:25:51.599 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122024-12-17T21:25:52.996Z[ host-image] Dec 17 21:25:51.632 INFO O| Dec 17 21:25:51.632 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90132024-12-17T21:25:52.996Z[ host-image] Dec 17 21:25:51.633 INFO O| Dec 17 21:25:51.632 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90142024-12-17T21:25:55.736Z[ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling bitflags v1.3.2
90152024-12-17T21:25:55.736Z[ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling log v0.4.22
90162024-12-17T21:25:55.736Z[ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling plain v0.2.3
90172024-12-17T21:25:55.739Z[ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling bit_field v0.10.2
90182024-12-17T21:25:55.740Z[ recovery-image] Dec 17 21:25:54.371 INFO E| Compiling scroll v0.12.0
90192024-12-17T21:25:55.740Z[ recovery-image] Dec 17 21:25:54.372 INFO E| Compiling adler2 v2.0.0
90202024-12-17T21:25:55.740Z[ recovery-image] Dec 17 21:25:54.372 INFO E| Compiling static_assertions v1.1.0
90212024-12-17T21:25:55.850Z[ recovery-image] Dec 17 21:25:54.486 INFO E| Compiling raw-cpuid v10.7.0
90222024-12-17T21:25:55.877Z[ recovery-image] Dec 17 21:25:54.512 INFO E| Compiling cpio_reader v0.1.1
90232024-12-17T21:25:56.071Z[ recovery-image] Dec 17 21:25:54.707 INFO E| Compiling miniz_oxide v0.8.0
90242024-12-17T21:25:56.138Z[ recovery-image] Dec 17 21:25:54.774 INFO E| Compiling bitstruct v0.1.1
90252024-12-17T21:25:56.874Z[ recovery-image] Dec 17 21:25:55.510 INFO E| Compiling goblin v0.8.2
90262024-12-17T21:25:57.470Z[ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO STEP 69 (pack_tar) COMPLETE
90272024-12-17T21:25:57.470Z[ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90282024-12-17T21:25:57.473Z[ host-image] Dec 17 21:25:56.106 INFO O| Dec 17 21:25:56.106 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90292024-12-17T21:25:58.037Z[ host-image] Dec 17 21:25:56.673 INFO O| Dec 17 21:25:56.673 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90302024-12-17T21:25:58.138Z[ host-image] Dec 17 21:25:56.774 INFO O| Dec 17 21:25:56.774 INFO completed processing gimlet/ramdisk-02-trim
90312024-12-17T21:25:58.142Z[ host-image] Dec 17 21:25:56.777 INFO image builder template: zfs...
90322024-12-17T21:25:58.142Z[ host-image] Dec 17 21:25:56.777 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/.tmpzNgeWV/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
90332024-12-17T21:25:58.162Z[ host-image] Dec 17 21:25:56.798 INFO O| Dec 17 21:25:56.798 INFO skip include "stress" because feature "stress" is not enabled
90342024-12-17T21:25:58.248Z[ host-image] Dec 17 21:25:56.883 INFO O| Dec 17 21:25:56.883 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90352024-12-17T21:25:58.263Z[ host-image] Dec 17 21:25:56.898 INFO O| Dec 17 21:25:56.898 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90362024-12-17T21:25:58.406Z[ host-image] Dec 17 21:25:57.042 INFO O| Dec 17 21:25:57.042 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90372024-12-17T21:25:58.520Z[ host-image] Dec 17 21:25:57.156 INFO O| Dec 17 21:25:57.156 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90382024-12-17T21:25:58.520Z[ host-image] Dec 17 21:25:57.156 INFO O| Dec 17 21:25:57.156 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90392024-12-17T21:25:58.530Z[ host-image] Dec 17 21:25:57.165 INFO O| Dec 17 21:25:57.165 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90402024-12-17T21:25:58.658Z[ host-image] Dec 17 21:25:57.293 INFO O| Dec 17 21:25:57.293 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90412024-12-17T21:25:58.746Z[ host-image] Dec 17 21:25:57.382 INFO O| Dec 17 21:25:57.382 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90422024-12-17T21:25:58.839Z[ host-image] Dec 17 21:25:57.474 INFO O| Dec 17 21:25:57.474 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90432024-12-17T21:25:58.875Z[ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90442024-12-17T21:25:58.879Z[ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO no lofi found
90452024-12-17T21:25:58.879Z[ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90462024-12-17T21:25:58.879Z[ host-image] Dec 17 21:25:57.511 INFO O| Dec 17 21:25:57.511 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90472024-12-17T21:26:01.374Z[ host-image] Dec 17 21:26:00.010 INFO O| Dec 17 21:26:00.010 INFO lofi device = /dev/dsk/c2t1d0p0
90482024-12-17T21:26:01.374Z[ host-image] Dec 17 21:26:00.010 INFO O| Dec 17 21:26:00.010 INFO pool device = /dev/dsk/c2t1d0p0
90492024-12-17T21:26:01.375Z[ host-image] Dec 17 21:26:00.011 INFO O| Dec 17 21:26:00.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90502024-12-17T21:26:01.746Z[ host-image] Dec 17 21:26:00.382 INFO O| Dec 17 21:26:00.382 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90512024-12-17T21:26:01.746Z[ host-image] Dec 17 21:26:00.382 INFO O| Dec 17 21:26:00.382 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90522024-12-17T21:26:01.785Z[ host-image] Dec 17 21:26:00.421 INFO O| Dec 17 21:26:00.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90532024-12-17T21:26:01.904Z[ host-image] Dec 17 21:26:00.540 INFO O| Dec 17 21:26:00.540 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90542024-12-17T21:26:01.990Z[ host-image] Dec 17 21:26:00.626 INFO O| Dec 17 21:26:00.626 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90552024-12-17T21:26:02.018Z[ host-image] Dec 17 21:26:00.655 INFO O| Dec 17 21:26:00.655 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90562024-12-17T21:26:02.041Z[ host-image] Dec 17 21:26:00.677 INFO O| Dec 17 21:26:00.677 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90572024-12-17T21:26:02.130Z[ host-image] Dec 17 21:26:00.766 INFO O| Dec 17 21:26:00.766 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90582024-12-17T21:26:02.133Z[ host-image] Dec 17 21:26:00.766 INFO O| Dec 17 21:26:00.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90592024-12-17T21:26:02.133Z[ host-image] Dec 17 21:26:00.767 INFO O| Dec 17 21:26:00.766 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90602024-12-17T21:26:02.309Z[ host-image] Dec 17 21:26:00.945 INFO O| Dec 17 21:26:00.945 INFO boot environment UUID: 5db04e0c-962d-4cc1-8950-65d2c372010d
90612024-12-17T21:26:02.309Z[ host-image] Dec 17 21:26:00.945 INFO O| Dec 17 21:26:00.945 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5db04e0c-962d-4cc1-8950-65d2c372010d
90622024-12-17T21:26:02.400Z[ host-image] Dec 17 21:26:01.036 INFO O| Dec 17 21:26:01.036 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90632024-12-17T21:26:02.490Z[ host-image] Dec 17 21:26:01.126 INFO O| Dec 17 21:26:01.126 INFO STEP 0 (create_be) COMPLETE
90642024-12-17T21:26:02.490Z[ host-image] Dec 17 21:26:01.126 INFO O| Dec 17 21:26:01.126 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90652024-12-17T21:26:02.560Z[ host-image] Dec 17 21:26:01.196 INFO O| Dec 17 21:26:01.196 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90662024-12-17T21:26:15.263Z[ recovery-image] Dec 17 21:26:13.899 INFO E| Finished `release` profile [optimized] target(s) in 1m 10s
90672024-12-17T21:26:15.393Z[ recovery-image] Dec 17 21:26:14.030 INFO building host image...
90682024-12-17T21:26:15.396Z[ recovery-image] Dec 17 21:26:14.031 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")
90692024-12-17T21:26:17.207Z[ recovery-image] Dec 17 21:26:15.842 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90702024-12-17T21:26:22.052Z[ recovery-image] Dec 17 21:26:20.688 INFO image complete! materials are in "/work/os-recovery"
90712024-12-17T21:26:22.067Z[ recovery-image]
90722024-12-17T21:26:22.070Z[ recovery-image] real 10:44.020907111
90732024-12-17T21:26:22.070ZDec 17 21:26:20.706 INFO [recovery-image] process exited with exit status: 0 (644.092490304s)
90742024-12-17T21:26:22.071Z[ recovery-image] user 6:29.909060923
90752024-12-17T21:26:22.071Z[ recovery-image] sys 1:08.955179940
90762024-12-17T21:26:22.071Z[ recovery-image] trap 0.360447302
90772024-12-17T21:26:22.071Z[ recovery-image] tflt 0.418918711
90782024-12-17T21:26:22.071Z[ recovery-image] dflt 2.238045405
90792024-12-17T21:26:22.071Z[ recovery-image] kflt 0.033213153
90802024-12-17T21:26:22.071Z[ recovery-image] lock 24:51.997060987
90812024-12-17T21:26:22.071Z[ recovery-image] slp 1:05:06.371325461
90822024-12-17T21:26:22.071Z[ recovery-image] lat 4:42.971820789
90832024-12-17T21:26:22.073Z[ recovery-image] stop 9.519926609
90842024-12-17T21:26:27.383Z[ host-image] Dec 17 21:26:26.020 INFO O| Dec 17 21:26:26.019 INFO STEP 1 (unpack_tar) COMPLETE
90852024-12-17T21:26:27.385Z[ host-image] Dec 17 21:26:26.020 INFO O| Dec 17 21:26:26.019 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-17T21:26:27.402Z[ host-image] Dec 17 21:26:26.038 INFO O| Dec 17 21:26:26.038 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90872024-12-17T21:26:27.951Z[ host-image] Dec 17 21:26:26.588 INFO O| Dec 17 21:26:26.588 INFO STEP 2 (devfsadm) COMPLETE
90882024-12-17T21:26:27.952Z[ host-image] Dec 17 21:26:26.588 INFO O| Dec 17 21:26:26.588 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90892024-12-17T21:26:27.971Z[ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90902024-12-17T21:26:27.971Z[ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90912024-12-17T21:26:27.971Z[ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO STEP 3 (ensure_dir) COMPLETE
90922024-12-17T21:26:27.971Z[ host-image] Dec 17 21:26:26.607 INFO O| Dec 17 21:26:26.607 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-17T21:26:27.990Z[ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90942024-12-17T21:26:27.990Z[ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO STEP 4 (ensure_dir) COMPLETE
90952024-12-17T21:26:27.993Z[ host-image] Dec 17 21:26:26.627 INFO O| Dec 17 21:26:26.627 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-17T21:26:28.035Z[ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90972024-12-17T21:26:28.035Z[ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO STEP 5 (ensure_dir) COMPLETE
90982024-12-17T21:26:28.038Z[ host-image] Dec 17 21:26:26.671 INFO O| Dec 17 21:26:26.671 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-17T21:26:28.073Z[ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91002024-12-17T21:26:28.073Z[ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91012024-12-17T21:26:28.073Z[ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO STEP 6 (ensure_dir) COMPLETE
91022024-12-17T21:26:28.073Z[ host-image] Dec 17 21:26:26.709 INFO O| Dec 17 21:26:26.709 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-17T21:26:28.095Z[ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91042024-12-17T21:26:28.095Z[ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91052024-12-17T21:26:28.095Z[ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO STEP 7 (ensure_dir) COMPLETE
91062024-12-17T21:26:28.095Z[ host-image] Dec 17 21:26:26.731 INFO O| Dec 17 21:26:26.731 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-17T21:26:28.116Z[ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91082024-12-17T21:26:28.119Z[ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO STEP 8 (remove_files) COMPLETE
91092024-12-17T21:26:28.119Z[ host-image] Dec 17 21:26:26.753 INFO O| Dec 17 21:26:26.753 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-17T21:26:28.136Z[ host-image] Dec 17 21:26:26.773 INFO O| Dec 17 21:26:26.773 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91112024-12-17T21:26:28.139Z[ host-image] Dec 17 21:26:26.774 INFO O| Dec 17 21:26:26.774 INFO STEP 9 (remove_files) COMPLETE
91122024-12-17T21:26:28.139Z[ host-image] Dec 17 21:26:26.774 INFO O| Dec 17 21:26:26.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-17T21:26:28.171Z[ host-image] Dec 17 21:26:26.807 INFO O| Dec 17 21:26:26.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91142024-12-17T21:26:28.174Z[ host-image] Dec 17 21:26:26.809 INFO O| Dec 17 21:26:26.808 INFO STEP 10 (remove_files) COMPLETE
91152024-12-17T21:26:28.174Z[ host-image] Dec 17 21:26:26.809 INFO O| Dec 17 21:26:26.809 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-17T21:26:28.195Z[ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91172024-12-17T21:26:28.195Z[ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO STEP 11 (remove_files) COMPLETE
91182024-12-17T21:26:28.195Z[ host-image] Dec 17 21:26:26.831 INFO O| Dec 17 21:26:26.831 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-17T21:26:28.218Z[ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91202024-12-17T21:26:28.218Z[ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO STEP 12 (remove_files) COMPLETE
91212024-12-17T21:26:28.218Z[ host-image] Dec 17 21:26:26.854 INFO O| Dec 17 21:26:26.854 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-17T21:26:28.241Z[ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91232024-12-17T21:26:28.241Z[ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91242024-12-17T21:26:28.241Z[ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO STEP 13 (ensure_dir) COMPLETE
91252024-12-17T21:26:28.244Z[ host-image] Dec 17 21:26:26.877 INFO O| Dec 17 21:26:26.877 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-17T21:26:28.264Z[ host-image] Dec 17 21:26:26.900 INFO O| Dec 17 21:26:26.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91272024-12-17T21:26:28.264Z[ host-image] Dec 17 21:26:26.900 INFO O| Dec 17 21:26:26.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91282024-12-17T21:26:28.267Z[ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91292024-12-17T21:26:28.267Z[ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO STEP 14 (ensure_dir) COMPLETE
91302024-12-17T21:26:28.267Z[ host-image] Dec 17 21:26:26.901 INFO O| Dec 17 21:26:26.901 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-17T21:26:28.286Z[ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91322024-12-17T21:26:28.286Z[ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91332024-12-17T21:26:28.288Z[ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91342024-12-17T21:26:28.288Z[ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO STEP 15 (ensure_dir) COMPLETE
91352024-12-17T21:26:28.288Z[ host-image] Dec 17 21:26:26.922 INFO O| Dec 17 21:26:26.922 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-17T21:26:28.307Z[ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91372024-12-17T21:26:28.307Z[ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91382024-12-17T21:26:28.307Z[ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO STEP 16 (ensure_dir) COMPLETE
91392024-12-17T21:26:28.307Z[ host-image] Dec 17 21:26:26.943 INFO O| Dec 17 21:26:26.943 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402024-12-17T21:26:28.335Z[ host-image] Dec 17 21:26:26.971 INFO O| Dec 17 21:26:26.971 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91412024-12-17T21:26:28.335Z[ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91422024-12-17T21:26:28.335Z[ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO STEP 17 (ensure_dir) COMPLETE
91432024-12-17T21:26:28.336Z[ host-image] Dec 17 21:26:26.972 INFO O| Dec 17 21:26:26.972 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-17T21:26:28.358Z[ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.994 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91452024-12-17T21:26:28.358Z[ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91462024-12-17T21:26:28.358Z[ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO ok!
91472024-12-17T21:26:28.359Z[ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO STEP 18 (ensure_symlink) COMPLETE
91482024-12-17T21:26:28.361Z[ host-image] Dec 17 21:26:26.995 INFO O| Dec 17 21:26:26.995 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-17T21:26:28.404Z[ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91502024-12-17T21:26:28.404Z[ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91512024-12-17T21:26:28.404Z[ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO ok!
91522024-12-17T21:26:28.404Z[ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO STEP 19 (ensure_file) COMPLETE
91532024-12-17T21:26:28.404Z[ host-image] Dec 17 21:26:27.040 INFO O| Dec 17 21:26:27.040 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91542024-12-17T21:26:28.444Z[ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91552024-12-17T21:26:28.444Z[ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91562024-12-17T21:26:28.444Z[ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91572024-12-17T21:26:28.444Z[ host-image] Dec 17 21:26:27.080 INFO O| Dec 17 21:26:27.080 INFO ok!
91582024-12-17T21:26:28.447Z[ host-image] Dec 17 21:26:27.081 INFO O| Dec 17 21:26:27.080 INFO STEP 20 (ensure_symlink) COMPLETE
91592024-12-17T21:26:28.447Z[ host-image] Dec 17 21:26:27.081 INFO O| Dec 17 21:26:27.080 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91602024-12-17T21:26:28.482Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91612024-12-17T21:26:28.482Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91622024-12-17T21:26:28.482Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91632024-12-17T21:26:28.485Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO ok!
91642024-12-17T21:26:28.485Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO STEP 21 (ensure_symlink) COMPLETE
91652024-12-17T21:26:28.485Z[ host-image] Dec 17 21:26:27.118 INFO O| Dec 17 21:26:27.118 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91662024-12-17T21:26:28.519Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91672024-12-17T21:26:28.519Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91682024-12-17T21:26:28.519Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91692024-12-17T21:26:28.522Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO ok!
91702024-12-17T21:26:28.522Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO STEP 22 (ensure_symlink) COMPLETE
91712024-12-17T21:26:28.522Z[ host-image] Dec 17 21:26:27.155 INFO O| Dec 17 21:26:27.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-17T21:26:28.540Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91732024-12-17T21:26:28.540Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91742024-12-17T21:26:28.541Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91752024-12-17T21:26:28.544Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO ok!
91762024-12-17T21:26:28.544Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO STEP 23 (ensure_symlink) COMPLETE
91772024-12-17T21:26:28.544Z[ host-image] Dec 17 21:26:27.176 INFO O| Dec 17 21:26:27.176 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-17T21:26:28.577Z[ host-image] Dec 17 21:26:27.213 INFO O| Dec 17 21:26:27.213 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91792024-12-17T21:26:28.579Z[ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.213 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91802024-12-17T21:26:28.579Z[ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91812024-12-17T21:26:28.579Z[ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO ok!
91822024-12-17T21:26:28.579Z[ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO STEP 24 (ensure_file) COMPLETE
91832024-12-17T21:26:28.579Z[ host-image] Dec 17 21:26:27.214 INFO O| Dec 17 21:26:27.214 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-17T21:26:28.625Z[ host-image] Dec 17 21:26:27.261 INFO O| Dec 17 21:26:27.261 INFO updating shadow file
91852024-12-17T21:26:28.628Z[ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91862024-12-17T21:26:28.628Z[ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91872024-12-17T21:26:28.628Z[ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO STEP 25 (shadow) COMPLETE
91882024-12-17T21:26:28.628Z[ host-image] Dec 17 21:26:27.262 INFO O| Dec 17 21:26:27.262 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-17T21:26:28.649Z[ host-image] Dec 17 21:26:27.285 INFO O| Dec 17 21:26:27.285 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91902024-12-17T21:26:28.653Z[ host-image] Dec 17 21:26:27.285 INFO O| Dec 17 21:26:27.285 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91912024-12-17T21:26:28.653Z[ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91922024-12-17T21:26:28.653Z[ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO ok!
91932024-12-17T21:26:28.653Z[ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO STEP 26 (ensure_file) COMPLETE
91942024-12-17T21:26:28.653Z[ host-image] Dec 17 21:26:27.286 INFO O| Dec 17 21:26:27.286 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-17T21:26:28.673Z[ host-image] Dec 17 21:26:27.309 INFO O| Dec 17 21:26:27.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91962024-12-17T21:26:28.673Z[ host-image] Dec 17 21:26:27.309 INFO O| Dec 17 21:26:27.309 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91972024-12-17T21:26:28.676Z[ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91982024-12-17T21:26:28.676Z[ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO ok!
91992024-12-17T21:26:28.676Z[ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO STEP 27 (ensure_file) COMPLETE
92002024-12-17T21:26:28.676Z[ host-image] Dec 17 21:26:27.310 INFO O| Dec 17 21:26:27.310 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-17T21:26:28.696Z[ host-image] Dec 17 21:26:27.332 INFO O| Dec 17 21:26:27.332 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92022024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92032024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92042024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92052024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO ok!
92062024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO STEP 28 (ensure_file) COMPLETE
92072024-12-17T21:26:28.700Z[ host-image] Dec 17 21:26:27.333 INFO O| Dec 17 21:26:27.333 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92082024-12-17T21:26:28.719Z[ host-image] Dec 17 21:26:27.355 INFO O| Dec 17 21:26:27.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92092024-12-17T21:26:28.719Z[ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.355 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92102024-12-17T21:26:28.722Z[ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92112024-12-17T21:26:28.722Z[ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO ok!
92122024-12-17T21:26:28.722Z[ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO STEP 29 (ensure_file) COMPLETE
92132024-12-17T21:26:28.722Z[ host-image] Dec 17 21:26:27.356 INFO O| Dec 17 21:26:27.356 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-17T21:26:28.753Z[ host-image] Dec 17 21:26:27.389 INFO O| Dec 17 21:26:27.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92152024-12-17T21:26:28.753Z[ host-image] Dec 17 21:26:27.389 INFO O| Dec 17 21:26:27.389 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92162024-12-17T21:26:28.755Z[ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92172024-12-17T21:26:28.756Z[ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO ok!
92182024-12-17T21:26:28.756Z[ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO STEP 30 (ensure_file) COMPLETE
92192024-12-17T21:26:28.756Z[ host-image] Dec 17 21:26:27.390 INFO O| Dec 17 21:26:27.390 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-17T21:26:28.775Z[ host-image] Dec 17 21:26:27.411 INFO O| Dec 17 21:26:27.411 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92212024-12-17T21:26:28.775Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.411 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92222024-12-17T21:26:28.775Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92232024-12-17T21:26:28.775Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92242024-12-17T21:26:28.778Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO ok!
92252024-12-17T21:26:28.778Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO STEP 31 (ensure_file) COMPLETE
92262024-12-17T21:26:28.778Z[ host-image] Dec 17 21:26:27.412 INFO O| Dec 17 21:26:27.412 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92272024-12-17T21:26:28.797Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92282024-12-17T21:26:28.797Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92292024-12-17T21:26:28.799Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92302024-12-17T21:26:28.799Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO ok!
92312024-12-17T21:26:28.799Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO STEP 32 (ensure_file) COMPLETE
92322024-12-17T21:26:28.799Z[ host-image] Dec 17 21:26:27.433 INFO O| Dec 17 21:26:27.433 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-17T21:26:28.835Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92342024-12-17T21:26:28.835Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92352024-12-17T21:26:28.839Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92362024-12-17T21:26:28.839Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO ok!
92372024-12-17T21:26:28.839Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO STEP 33 (ensure_file) COMPLETE
92382024-12-17T21:26:28.839Z[ host-image] Dec 17 21:26:27.471 INFO O| Dec 17 21:26:27.471 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92392024-12-17T21:26:28.888Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92402024-12-17T21:26:28.888Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92412024-12-17T21:26:28.888Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92422024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92432024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92442024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92452024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO ok!
92462024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO STEP 34 (ensure_file) COMPLETE
92472024-12-17T21:26:28.891Z[ host-image] Dec 17 21:26:27.524 INFO O| Dec 17 21:26:27.524 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92482024-12-17T21:26:28.909Z[ host-image] Dec 17 21:26:27.545 INFO O| Dec 17 21:26:27.545 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92492024-12-17T21:26:28.913Z[ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92502024-12-17T21:26:28.913Z[ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92512024-12-17T21:26:28.913Z[ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO STEP 35 (ensure_dir) COMPLETE
92522024-12-17T21:26:28.913Z[ host-image] Dec 17 21:26:27.546 INFO O| Dec 17 21:26:27.546 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532024-12-17T21:26:28.931Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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
92542024-12-17T21:26:28.932Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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 ...
92552024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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
92562024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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
92572024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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
92582024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 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
92592024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO ok!
92602024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO STEP 36 (ensure_file) COMPLETE
92612024-12-17T21:26:28.935Z[ host-image] Dec 17 21:26:27.568 INFO O| Dec 17 21:26:27.568 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92622024-12-17T21:26:28.954Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92632024-12-17T21:26:28.955Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 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 ...
92642024-12-17T21:26:28.959Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92652024-12-17T21:26:28.959Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO ok!
92662024-12-17T21:26:28.959Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO STEP 37 (ensure_symlink) COMPLETE
92672024-12-17T21:26:28.959Z[ host-image] Dec 17 21:26:27.591 INFO O| Dec 17 21:26:27.591 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92682024-12-17T21:26:28.975Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92692024-12-17T21:26:28.975Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92702024-12-17T21:26:28.975Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92712024-12-17T21:26:28.975Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92722024-12-17T21:26:28.977Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92732024-12-17T21:26:28.977Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92742024-12-17T21:26:28.977Z[ host-image] Dec 17 21:26:27.611 INFO O| Dec 17 21:26:27.611 INFO ok!
92752024-12-17T21:26:28.977Z[ host-image] Dec 17 21:26:27.612 INFO O| Dec 17 21:26:27.611 INFO STEP 38 (ensure_file) COMPLETE
92762024-12-17T21:26:28.978Z[ host-image] Dec 17 21:26:27.612 INFO O| Dec 17 21:26:27.612 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-17T21:26:29.007Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92782024-12-17T21:26:29.007Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 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 ...
92792024-12-17T21:26:29.009Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 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
92802024-12-17T21:26:29.009Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92812024-12-17T21:26:29.009Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO ok!
92822024-12-17T21:26:29.009Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO STEP 39 (ensure_file) COMPLETE
92832024-12-17T21:26:29.009Z[ host-image] Dec 17 21:26:27.643 INFO O| Dec 17 21:26:27.643 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92842024-12-17T21:26:29.046Z[ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92852024-12-17T21:26:29.046Z[ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92862024-12-17T21:26:29.050Z[ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92872024-12-17T21:26:29.050Z[ host-image] Dec 17 21:26:27.682 INFO O| Dec 17 21:26:27.682 INFO ok!
92882024-12-17T21:26:29.050Z[ host-image] Dec 17 21:26:27.683 INFO O| Dec 17 21:26:27.682 INFO STEP 40 (ensure_file) COMPLETE
92892024-12-17T21:26:29.050Z[ host-image] Dec 17 21:26:27.683 INFO O| Dec 17 21:26:27.683 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92902024-12-17T21:26:29.069Z[ host-image] Dec 17 21:26:27.705 INFO O| Dec 17 21:26:27.705 INFO updating shadow file
92912024-12-17T21:26:29.072Z[ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92922024-12-17T21:26:29.072Z[ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO STEP 41 (shadow) COMPLETE
92932024-12-17T21:26:29.072Z[ host-image] Dec 17 21:26:27.706 INFO O| Dec 17 21:26:27.706 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92942024-12-17T21:26:29.092Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92952024-12-17T21:26:29.092Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92962024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92972024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92982024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO ok!
92992024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO STEP 42 (ensure_file) COMPLETE
93002024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.728 INFO O| Dec 17 21:26:27.728 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.728 INFO skip step because feature "mfg" is not enabled
93022024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93032024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO skip step because feature "mfg" is not enabled
93042024-12-17T21:26:29.094Z[ host-image] Dec 17 21:26:27.729 INFO O| Dec 17 21:26:27.729 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-17T21:26:29.114Z[ host-image] Dec 17 21:26:27.750 INFO O| Dec 17 21:26:27.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93062024-12-17T21:26:29.114Z[ host-image] Dec 17 21:26:27.751 INFO O| Dec 17 21:26:27.750 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93072024-12-17T21:26:29.979Z[ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93082024-12-17T21:26:29.979Z[ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93092024-12-17T21:26:29.981Z[ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO ok!
93102024-12-17T21:26:29.981Z[ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO STEP 45 (ensure_file) COMPLETE
93112024-12-17T21:26:29.981Z[ host-image] Dec 17 21:26:28.615 INFO O| Dec 17 21:26:28.615 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93122024-12-17T21:26:30.025Z[ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93132024-12-17T21:26:30.025Z[ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93142024-12-17T21:26:30.025Z[ host-image] Dec 17 21:26:28.661 INFO O| Dec 17 21:26:28.661 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93152024-12-17T21:26:30.027Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93162024-12-17T21:26:30.028Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93172024-12-17T21:26:30.028Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93182024-12-17T21:26:30.028Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.661 INFO ok!
93192024-12-17T21:26:30.029Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.662 INFO STEP 46 (ensure_file) COMPLETE
93202024-12-17T21:26:30.029Z[ host-image] Dec 17 21:26:28.662 INFO O| Dec 17 21:26:28.662 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93212024-12-17T21:26:30.062Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93222024-12-17T21:26:30.062Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 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 ...
93232024-12-17T21:26:30.064Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 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
93242024-12-17T21:26:30.065Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93252024-12-17T21:26:30.065Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO ok!
93262024-12-17T21:26:30.065Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO STEP 47 (ensure_file) COMPLETE
93272024-12-17T21:26:30.065Z[ host-image] Dec 17 21:26:28.698 INFO O| Dec 17 21:26:28.698 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93282024-12-17T21:26:30.084Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93292024-12-17T21:26:30.084Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93302024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93312024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93322024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93332024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93342024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO ok!
93352024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO STEP 48 (ensure_file) COMPLETE
93362024-12-17T21:26:30.087Z[ host-image] Dec 17 21:26:28.720 INFO O| Dec 17 21:26:28.720 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93372024-12-17T21:26:30.105Z[ host-image] Dec 17 21:26:28.741 INFO O| Dec 17 21:26:28.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93382024-12-17T21:26:30.105Z[ host-image] Dec 17 21:26:28.741 INFO O| Dec 17 21:26:28.741 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 ...
93392024-12-17T21:26:30.108Z[ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 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
93402024-12-17T21:26:30.108Z[ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93412024-12-17T21:26:30.108Z[ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO ok!
93422024-12-17T21:26:30.108Z[ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO STEP 49 (ensure_file) COMPLETE
93432024-12-17T21:26:30.108Z[ host-image] Dec 17 21:26:28.742 INFO O| Dec 17 21:26:28.742 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93442024-12-17T21:26:30.127Z[ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93452024-12-17T21:26:30.127Z[ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93462024-12-17T21:26:30.127Z[ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93472024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93482024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.763 INFO O| Dec 17 21:26:28.763 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93492024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93502024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO ok!
93512024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO STEP 50 (ensure_file) COMPLETE
93522024-12-17T21:26:30.129Z[ host-image] Dec 17 21:26:28.764 INFO O| Dec 17 21:26:28.764 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93532024-12-17T21:26:30.149Z[ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93542024-12-17T21:26:30.149Z[ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 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 ...
93552024-12-17T21:26:30.152Z[ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 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
93562024-12-17T21:26:30.152Z[ host-image] Dec 17 21:26:28.785 INFO O| Dec 17 21:26:28.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93572024-12-17T21:26:30.152Z[ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.785 INFO ok!
93582024-12-17T21:26:30.152Z[ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.785 INFO STEP 51 (ensure_file) COMPLETE
93592024-12-17T21:26:30.152Z[ host-image] Dec 17 21:26:28.786 INFO O| Dec 17 21:26:28.786 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93602024-12-17T21:26:30.172Z[ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93612024-12-17T21:26:30.172Z[ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 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 ...
93622024-12-17T21:26:30.175Z[ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 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
93632024-12-17T21:26:30.175Z[ host-image] Dec 17 21:26:28.808 INFO O| Dec 17 21:26:28.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93642024-12-17T21:26:30.175Z[ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.808 INFO ok!
93652024-12-17T21:26:30.175Z[ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.809 INFO STEP 52 (ensure_file) COMPLETE
93662024-12-17T21:26:30.175Z[ host-image] Dec 17 21:26:28.809 INFO O| Dec 17 21:26:28.809 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93672024-12-17T21:26:30.205Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93682024-12-17T21:26:30.205Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.841 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 ...
93692024-12-17T21:26:30.208Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 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
93702024-12-17T21:26:30.208Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93712024-12-17T21:26:30.208Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO ok!
93722024-12-17T21:26:30.208Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO STEP 53 (ensure_file) COMPLETE
93732024-12-17T21:26:30.208Z[ host-image] Dec 17 21:26:28.842 INFO O| Dec 17 21:26:28.842 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-17T21:26:30.226Z[ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93752024-12-17T21:26:30.226Z[ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO STEP 54 (ensure_dir) COMPLETE
93762024-12-17T21:26:30.226Z[ host-image] Dec 17 21:26:28.862 INFO O| Dec 17 21:26:28.862 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-12-17T21:26:30.246Z[ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93782024-12-17T21:26:30.246Z[ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93792024-12-17T21:26:30.246Z[ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO STEP 55 (ensure_dir) COMPLETE
93802024-12-17T21:26:30.246Z[ host-image] Dec 17 21:26:28.882 INFO O| Dec 17 21:26:28.882 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-12-17T21:26:30.266Z[ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93822024-12-17T21:26:30.266Z[ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93832024-12-17T21:26:30.266Z[ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO STEP 56 (ensure_dir) COMPLETE
93842024-12-17T21:26:30.266Z[ host-image] Dec 17 21:26:28.902 INFO O| Dec 17 21:26:28.902 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-17T21:26:30.287Z[ host-image] Dec 17 21:26:28.923 INFO O| Dec 17 21:26:28.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93862024-12-17T21:26:30.287Z[ host-image] Dec 17 21:26:28.923 INFO O| Dec 17 21:26:28.923 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93872024-12-17T21:26:30.313Z[ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93882024-12-17T21:26:30.313Z[ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO ok!
93892024-12-17T21:26:30.316Z[ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO STEP 57 (ensure_file) COMPLETE
93902024-12-17T21:26:30.316Z[ host-image] Dec 17 21:26:28.949 INFO O| Dec 17 21:26:28.949 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-17T21:26:30.358Z[ host-image] Dec 17 21:26:28.994 INFO O| Dec 17 21:26:28.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93922024-12-17T21:26:30.358Z[ host-image] Dec 17 21:26:28.994 INFO O| Dec 17 21:26:28.994 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93932024-12-17T21:26:31.793Z[ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93942024-12-17T21:26:31.794Z[ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO ok!
93952024-12-17T21:26:31.794Z[ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO STEP 58 (ensure_file) COMPLETE
93962024-12-17T21:26:31.794Z[ host-image] Dec 17 21:26:30.429 INFO O| Dec 17 21:26:30.429 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-17T21:26:31.827Z[ host-image] Dec 17 21:26:30.463 INFO O| Dec 17 21:26:30.463 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93982024-12-17T21:26:31.830Z[ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93992024-12-17T21:26:31.830Z[ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO STEP 59 (ensure_dir) COMPLETE
94002024-12-17T21:26:31.830Z[ host-image] Dec 17 21:26:30.464 INFO O| Dec 17 21:26:30.464 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-17T21:26:31.849Z[ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94022024-12-17T21:26:31.849Z[ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO copying /tmp/.tmpzNgeWV/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 ...
94032024-12-17T21:26:31.849Z[ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94042024-12-17T21:26:31.852Z[ host-image] Dec 17 21:26:30.485 INFO O| Dec 17 21:26:30.485 INFO ok!
94052024-12-17T21:26:31.852Z[ host-image] Dec 17 21:26:30.486 INFO O| Dec 17 21:26:30.485 INFO STEP 60 (ensure_file) COMPLETE
94062024-12-17T21:26:31.852Z[ host-image] Dec 17 21:26:30.486 INFO O| Dec 17 21:26:30.485 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-12-17T21:26:31.870Z[ host-image] Dec 17 21:26:30.506 INFO O| Dec 17 21:26:30.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94082024-12-17T21:26:31.870Z[ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.506 INFO copying /tmp/.tmpzNgeWV/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 ...
94092024-12-17T21:26:31.873Z[ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94102024-12-17T21:26:31.873Z[ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO ok!
94112024-12-17T21:26:31.873Z[ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO STEP 61 (ensure_file) COMPLETE
94122024-12-17T21:26:31.873Z[ host-image] Dec 17 21:26:30.507 INFO O| Dec 17 21:26:30.507 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-12-17T21:26:31.891Z[ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94142024-12-17T21:26:31.891Z[ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94152024-12-17T21:26:31.891Z[ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO STEP 62 (ensure_dir) COMPLETE
94162024-12-17T21:26:31.894Z[ host-image] Dec 17 21:26:30.527 INFO O| Dec 17 21:26:30.527 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-17T21:26:31.912Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94182024-12-17T21:26:31.912Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO copying /tmp/.tmpzNgeWV/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 ...
94192024-12-17T21:26:31.915Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94202024-12-17T21:26:31.915Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO ok!
94212024-12-17T21:26:31.915Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO STEP 63 (ensure_file) COMPLETE
94222024-12-17T21:26:31.915Z[ host-image] Dec 17 21:26:30.548 INFO O| Dec 17 21:26:30.548 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-12-17T21:26:31.933Z[ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94242024-12-17T21:26:31.933Z[ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO copying /tmp/.tmpzNgeWV/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 ...
94252024-12-17T21:26:31.933Z[ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94262024-12-17T21:26:31.933Z[ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO ok!
94272024-12-17T21:26:31.936Z[ host-image] Dec 17 21:26:30.569 INFO O| Dec 17 21:26:30.569 INFO STEP 64 (ensure_file) COMPLETE
94282024-12-17T21:26:31.936Z[ host-image] Dec 17 21:26:30.570 INFO O| Dec 17 21:26:30.569 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-12-17T21:26:31.962Z[ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94302024-12-17T21:26:31.962Z[ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94312024-12-17T21:26:31.965Z[ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO STEP 65 (ensure_dir) COMPLETE
94322024-12-17T21:26:31.965Z[ host-image] Dec 17 21:26:30.598 INFO O| Dec 17 21:26:30.598 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-17T21:26:31.982Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94342024-12-17T21:26:31.982Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO copying /tmp/.tmpzNgeWV/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 ...
94352024-12-17T21:26:31.985Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94362024-12-17T21:26:31.985Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO ok!
94372024-12-17T21:26:31.985Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO STEP 66 (ensure_file) COMPLETE
94382024-12-17T21:26:31.985Z[ host-image] Dec 17 21:26:30.618 INFO O| Dec 17 21:26:30.618 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-17T21:26:32.018Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94402024-12-17T21:26:32.018Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94412024-12-17T21:26:32.018Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94422024-12-17T21:26:32.021Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO ok!
94432024-12-17T21:26:32.021Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO STEP 67 (ensure_file) COMPLETE
94442024-12-17T21:26:32.021Z[ host-image] Dec 17 21:26:30.653 INFO O| Dec 17 21:26:30.653 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-12-17T21:26:32.060Z[ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94462024-12-17T21:26:32.060Z[ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94472024-12-17T21:26:32.060Z[ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO STEP 68 (ensure_dir) COMPLETE
94482024-12-17T21:26:32.064Z[ host-image] Dec 17 21:26:30.696 INFO O| Dec 17 21:26:30.696 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-12-17T21:26:32.082Z[ host-image] Dec 17 21:26:30.718 INFO O| Dec 17 21:26:30.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94502024-12-17T21:26:32.082Z[ host-image] Dec 17 21:26:30.718 INFO O| Dec 17 21:26:30.718 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94512024-12-17T21:26:33.513Z[ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94522024-12-17T21:26:33.514Z[ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO ok!
94532024-12-17T21:26:33.516Z[ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO STEP 69 (ensure_file) COMPLETE
94542024-12-17T21:26:33.516Z[ host-image] Dec 17 21:26:32.150 INFO O| Dec 17 21:26:32.150 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-12-17T21:26:33.534Z[ host-image] Dec 17 21:26:32.170 INFO O| Dec 17 21:26:32.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94562024-12-17T21:26:33.534Z[ host-image] Dec 17 21:26:32.170 INFO O| Dec 17 21:26:32.170 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94572024-12-17T21:26:35.623Z[ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94582024-12-17T21:26:35.623Z[ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO ok!
94592024-12-17T21:26:35.626Z[ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO STEP 70 (ensure_file) COMPLETE
94602024-12-17T21:26:35.626Z[ host-image] Dec 17 21:26:34.259 INFO O| Dec 17 21:26:34.259 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-12-17T21:26:35.644Z[ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94622024-12-17T21:26:35.644Z[ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94632024-12-17T21:26:35.646Z[ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO STEP 71 (ensure_dir) COMPLETE
94642024-12-17T21:26:35.646Z[ host-image] Dec 17 21:26:34.280 INFO O| Dec 17 21:26:34.280 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-12-17T21:26:35.675Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94662024-12-17T21:26:35.675Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO copying /tmp/.tmpzNgeWV/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 ...
94672024-12-17T21:26:35.677Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94682024-12-17T21:26:35.677Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO ok!
94692024-12-17T21:26:35.678Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO STEP 72 (ensure_file) COMPLETE
94702024-12-17T21:26:35.678Z[ host-image] Dec 17 21:26:34.311 INFO O| Dec 17 21:26:34.311 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-17T21:26:35.699Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94722024-12-17T21:26:35.699Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO copying /tmp/.tmpzNgeWV/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 ...
94732024-12-17T21:26:35.702Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94742024-12-17T21:26:35.702Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO ok!
94752024-12-17T21:26:35.702Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO STEP 73 (ensure_file) COMPLETE
94762024-12-17T21:26:35.702Z[ host-image] Dec 17 21:26:34.335 INFO O| Dec 17 21:26:34.335 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-17T21:26:35.721Z[ host-image] Dec 17 21:26:34.357 INFO O| Dec 17 21:26:34.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94782024-12-17T21:26:35.721Z[ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.357 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94792024-12-17T21:26:35.724Z[ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94802024-12-17T21:26:35.724Z[ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO ok!
94812024-12-17T21:26:35.724Z[ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO STEP 74 (ensure_file) COMPLETE
94822024-12-17T21:26:35.724Z[ host-image] Dec 17 21:26:34.358 INFO O| Dec 17 21:26:34.358 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-17T21:26:35.745Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94842024-12-17T21:26:35.745Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94852024-12-17T21:26:35.747Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94862024-12-17T21:26:35.747Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO ok!
94872024-12-17T21:26:35.747Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO STEP 75 (ensure_file) COMPLETE
94882024-12-17T21:26:35.747Z[ host-image] Dec 17 21:26:34.381 INFO O| Dec 17 21:26:34.381 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-12-17T21:26:35.767Z[ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94902024-12-17T21:26:35.767Z[ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94912024-12-17T21:26:35.769Z[ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO STEP 76 (ensure_dir) COMPLETE
94922024-12-17T21:26:35.769Z[ host-image] Dec 17 21:26:34.403 INFO O| Dec 17 21:26:34.403 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-12-17T21:26:35.789Z[ host-image] Dec 17 21:26:34.425 INFO O| Dec 17 21:26:34.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94942024-12-17T21:26:35.789Z[ host-image] Dec 17 21:26:34.425 INFO O| Dec 17 21:26:34.425 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94952024-12-17T21:26:35.796Z[ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94962024-12-17T21:26:35.796Z[ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO ok!
94972024-12-17T21:26:35.796Z[ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO STEP 77 (ensure_file) COMPLETE
94982024-12-17T21:26:35.799Z[ host-image] Dec 17 21:26:34.432 INFO O| Dec 17 21:26:34.432 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-17T21:26:35.818Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95002024-12-17T21:26:35.818Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95012024-12-17T21:26:35.818Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95022024-12-17T21:26:35.818Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO ok!
95032024-12-17T21:26:35.821Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO STEP 78 (ensure_file) COMPLETE
95042024-12-17T21:26:35.821Z[ host-image] Dec 17 21:26:34.455 INFO O| Dec 17 21:26:34.455 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-12-17T21:26:35.851Z[ host-image] Dec 17 21:26:34.488 INFO O| Dec 17 21:26:34.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95062024-12-17T21:26:35.851Z[ host-image] Dec 17 21:26:34.488 INFO O| Dec 17 21:26:34.488 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95072024-12-17T21:26:37.707Z[ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95082024-12-17T21:26:37.707Z[ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO ok!
95092024-12-17T21:26:37.710Z[ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO STEP 79 (ensure_file) COMPLETE
95102024-12-17T21:26:37.710Z[ host-image] Dec 17 21:26:36.343 INFO O| Dec 17 21:26:36.343 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-17T21:26:37.740Z[ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95122024-12-17T21:26:37.740Z[ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95132024-12-17T21:26:37.742Z[ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO STEP 80 (ensure_dir) COMPLETE
95142024-12-17T21:26:37.742Z[ host-image] Dec 17 21:26:36.376 INFO O| Dec 17 21:26:36.376 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-17T21:26:37.798Z[ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95162024-12-17T21:26:37.798Z[ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95172024-12-17T21:26:37.798Z[ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO STEP 81 (ensure_dir) COMPLETE
95182024-12-17T21:26:37.800Z[ host-image] Dec 17 21:26:36.434 INFO O| Dec 17 21:26:36.434 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-17T21:26:37.818Z[ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95202024-12-17T21:26:37.818Z[ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95212024-12-17T21:26:37.818Z[ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO STEP 82 (ensure_dir) COMPLETE
95222024-12-17T21:26:37.818Z[ host-image] Dec 17 21:26:36.454 INFO O| Dec 17 21:26:36.454 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-17T21:26:37.839Z[ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95242024-12-17T21:26:37.839Z[ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95252024-12-17T21:26:37.842Z[ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO STEP 83 (ensure_dir) COMPLETE
95262024-12-17T21:26:37.842Z[ host-image] Dec 17 21:26:36.475 INFO O| Dec 17 21:26:36.475 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-17T21:26:37.861Z[ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95282024-12-17T21:26:37.861Z[ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95292024-12-17T21:26:37.861Z[ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO STEP 84 (ensure_dir) COMPLETE
95302024-12-17T21:26:37.861Z[ host-image] Dec 17 21:26:36.497 INFO O| Dec 17 21:26:36.497 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-17T21:26:37.881Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95322024-12-17T21:26:37.882Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO copying /tmp/.tmpzNgeWV/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 ...
95332024-12-17T21:26:37.882Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95342024-12-17T21:26:37.882Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO ok!
95352024-12-17T21:26:37.884Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO STEP 85 (ensure_file) COMPLETE
95362024-12-17T21:26:37.884Z[ host-image] Dec 17 21:26:36.518 INFO O| Dec 17 21:26:36.518 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-12-17T21:26:37.903Z[ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95382024-12-17T21:26:37.903Z[ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95392024-12-17T21:26:37.903Z[ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO STEP 86 (ensure_dir) COMPLETE
95402024-12-17T21:26:37.906Z[ host-image] Dec 17 21:26:36.540 INFO O| Dec 17 21:26:36.540 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-12-17T21:26:37.938Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95422024-12-17T21:26:37.938Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95432024-12-17T21:26:37.941Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95442024-12-17T21:26:37.941Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO ok!
95452024-12-17T21:26:37.941Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO STEP 87 (ensure_file) COMPLETE
95462024-12-17T21:26:37.941Z[ host-image] Dec 17 21:26:36.575 INFO O| Dec 17 21:26:36.575 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-12-17T21:26:37.961Z[ host-image] Dec 17 21:26:36.597 INFO O| Dec 17 21:26:36.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95482024-12-17T21:26:37.961Z[ host-image] Dec 17 21:26:36.597 INFO O| Dec 17 21:26:36.597 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95492024-12-17T21:26:38.623Z[ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95502024-12-17T21:26:38.623Z[ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO ok!
95512024-12-17T21:26:38.625Z[ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO STEP 88 (ensure_file) COMPLETE
95522024-12-17T21:26:38.625Z[ host-image] Dec 17 21:26:37.259 INFO O| Dec 17 21:26:37.259 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-12-17T21:26:38.642Z[ host-image] Dec 17 21:26:37.278 INFO O| Dec 17 21:26:37.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95542024-12-17T21:26:38.642Z[ host-image] Dec 17 21:26:37.278 INFO O| Dec 17 21:26:37.278 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95552024-12-17T21:26:39.329Z[ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95562024-12-17T21:26:39.329Z[ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO ok!
95572024-12-17T21:26:39.329Z[ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO STEP 89 (ensure_file) COMPLETE
95582024-12-17T21:26:39.331Z[ host-image] Dec 17 21:26:37.965 INFO O| Dec 17 21:26:37.965 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-12-17T21:26:39.351Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95602024-12-17T21:26:39.351Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95612024-12-17T21:26:39.355Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95622024-12-17T21:26:39.356Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO ok!
95632024-12-17T21:26:39.356Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO STEP 90 (ensure_file) COMPLETE
95642024-12-17T21:26:39.356Z[ host-image] Dec 17 21:26:37.987 INFO O| Dec 17 21:26:37.987 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-17T21:26:39.371Z[ host-image] Dec 17 21:26:38.007 INFO O| Dec 17 21:26:38.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95662024-12-17T21:26:39.371Z[ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95672024-12-17T21:26:39.371Z[ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.008 INFO STEP 91 (ensure_dir) COMPLETE
95682024-12-17T21:26:39.375Z[ host-image] Dec 17 21:26:38.008 INFO O| Dec 17 21:26:38.008 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-12-17T21:26:39.395Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95702024-12-17T21:26:39.395Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO copying /tmp/.tmpzNgeWV/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 ...
95712024-12-17T21:26:39.398Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95722024-12-17T21:26:39.398Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO ok!
95732024-12-17T21:26:39.398Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO STEP 92 (ensure_file) COMPLETE
95742024-12-17T21:26:39.398Z[ host-image] Dec 17 21:26:38.031 INFO O| Dec 17 21:26:38.031 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-12-17T21:26:39.417Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95762024-12-17T21:26:39.417Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO copying /tmp/.tmpzNgeWV/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 ...
95772024-12-17T21:26:39.417Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95782024-12-17T21:26:39.424Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO ok!
95792024-12-17T21:26:39.424Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO STEP 93 (ensure_file) COMPLETE
95802024-12-17T21:26:39.425Z[ host-image] Dec 17 21:26:38.053 INFO O| Dec 17 21:26:38.053 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-17T21:26:39.443Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95822024-12-17T21:26:39.443Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO copying /tmp/.tmpzNgeWV/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 ...
95832024-12-17T21:26:39.443Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95842024-12-17T21:26:39.446Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO ok!
95852024-12-17T21:26:39.446Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO STEP 94 (ensure_file) COMPLETE
95862024-12-17T21:26:39.446Z[ host-image] Dec 17 21:26:38.074 INFO O| Dec 17 21:26:38.074 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-17T21:26:39.459Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95882024-12-17T21:26:39.459Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO copying /tmp/.tmpzNgeWV/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 ...
95892024-12-17T21:26:39.459Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95902024-12-17T21:26:39.461Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO ok!
95912024-12-17T21:26:39.461Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO STEP 95 (ensure_file) COMPLETE
95922024-12-17T21:26:39.461Z[ host-image] Dec 17 21:26:38.095 INFO O| Dec 17 21:26:38.095 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-17T21:26:39.480Z[ host-image] Dec 17 21:26:38.116 INFO O| Dec 17 21:26:38.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95942024-12-17T21:26:39.480Z[ host-image] Dec 17 21:26:38.116 INFO O| Dec 17 21:26:38.116 INFO copying /tmp/.tmpzNgeWV/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 ...
95952024-12-17T21:26:39.482Z[ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95962024-12-17T21:26:39.483Z[ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO ok!
95972024-12-17T21:26:39.483Z[ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO STEP 96 (ensure_file) COMPLETE
95982024-12-17T21:26:39.483Z[ host-image] Dec 17 21:26:38.117 INFO O| Dec 17 21:26:38.117 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-17T21:26:39.503Z[ host-image] Dec 17 21:26:38.139 INFO O| Dec 17 21:26:38.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96002024-12-17T21:26:39.503Z[ host-image] Dec 17 21:26:38.139 INFO O| Dec 17 21:26:38.139 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96012024-12-17T21:26:39.503Z[ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96022024-12-17T21:26:39.503Z[ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO ok!
96032024-12-17T21:26:39.512Z[ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO STEP 97 (ensure_file) COMPLETE
96042024-12-17T21:26:39.512Z[ host-image] Dec 17 21:26:38.140 INFO O| Dec 17 21:26:38.140 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-17T21:26:39.526Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96062024-12-17T21:26:39.526Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO copying /tmp/.tmpzNgeWV/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 ...
96072024-12-17T21:26:39.529Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96082024-12-17T21:26:39.529Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO ok!
96092024-12-17T21:26:39.529Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO STEP 98 (ensure_file) COMPLETE
96102024-12-17T21:26:39.529Z[ host-image] Dec 17 21:26:38.162 INFO O| Dec 17 21:26:38.162 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-17T21:26:39.554Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96122024-12-17T21:26:39.554Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO copying /tmp/.tmpzNgeWV/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 ...
96132024-12-17T21:26:39.554Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96142024-12-17T21:26:39.557Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO ok!
96152024-12-17T21:26:39.557Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO STEP 99 (ensure_file) COMPLETE
96162024-12-17T21:26:39.557Z[ host-image] Dec 17 21:26:38.190 INFO O| Dec 17 21:26:38.190 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-17T21:26:39.577Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96182024-12-17T21:26:39.577Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO copying /tmp/.tmpzNgeWV/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 ...
96192024-12-17T21:26:39.577Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96202024-12-17T21:26:39.577Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO ok!
96212024-12-17T21:26:39.580Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO STEP 100 (ensure_file) COMPLETE
96222024-12-17T21:26:39.580Z[ host-image] Dec 17 21:26:38.213 INFO O| Dec 17 21:26:38.213 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232024-12-17T21:26:39.602Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96242024-12-17T21:26:39.602Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96252024-12-17T21:26:39.602Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96262024-12-17T21:26:39.605Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO ok!
96272024-12-17T21:26:39.605Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO STEP 101 (ensure_file) COMPLETE
96282024-12-17T21:26:39.605Z[ host-image] Dec 17 21:26:38.238 INFO O| Dec 17 21:26:38.238 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-17T21:26:39.623Z[ host-image] Dec 17 21:26:38.259 INFO O| Dec 17 21:26:38.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96302024-12-17T21:26:39.623Z[ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.259 INFO copying /tmp/.tmpzNgeWV/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 ...
96312024-12-17T21:26:39.623Z[ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96322024-12-17T21:26:39.623Z[ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO ok!
96332024-12-17T21:26:39.626Z[ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO STEP 102 (ensure_file) COMPLETE
96342024-12-17T21:26:39.626Z[ host-image] Dec 17 21:26:38.260 INFO O| Dec 17 21:26:38.260 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-17T21:26:39.711Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96362024-12-17T21:26:39.711Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO copying /tmp/.tmpzNgeWV/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 ...
96372024-12-17T21:26:39.714Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96382024-12-17T21:26:39.714Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO ok!
96392024-12-17T21:26:39.714Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO STEP 103 (ensure_file) COMPLETE
96402024-12-17T21:26:39.714Z[ host-image] Dec 17 21:26:38.347 INFO O| Dec 17 21:26:38.347 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-17T21:26:39.731Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96422024-12-17T21:26:39.731Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.367 INFO copying /tmp/.tmpzNgeWV/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 ...
96432024-12-17T21:26:39.731Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96442024-12-17T21:26:39.734Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO ok!
96452024-12-17T21:26:39.734Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO STEP 104 (ensure_file) COMPLETE
96462024-12-17T21:26:39.734Z[ host-image] Dec 17 21:26:38.368 INFO O| Dec 17 21:26:38.368 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-17T21:26:39.753Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96482024-12-17T21:26:39.753Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO copying /tmp/.tmpzNgeWV/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 ...
96492024-12-17T21:26:39.753Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96502024-12-17T21:26:39.753Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO ok!
96512024-12-17T21:26:39.757Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO STEP 105 (ensure_file) COMPLETE
96522024-12-17T21:26:39.757Z[ host-image] Dec 17 21:26:38.389 INFO O| Dec 17 21:26:38.389 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-17T21:26:39.776Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96542024-12-17T21:26:39.779Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO copying /tmp/.tmpzNgeWV/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 ...
96552024-12-17T21:26:39.779Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96562024-12-17T21:26:39.780Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO ok!
96572024-12-17T21:26:39.780Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO STEP 106 (ensure_file) COMPLETE
96582024-12-17T21:26:39.780Z[ host-image] Dec 17 21:26:38.413 INFO O| Dec 17 21:26:38.413 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-17T21:26:39.817Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96602024-12-17T21:26:39.818Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO copying /tmp/.tmpzNgeWV/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 ...
96612024-12-17T21:26:39.818Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96622024-12-17T21:26:39.818Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO ok!
96632024-12-17T21:26:39.818Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO STEP 107 (ensure_file) COMPLETE
96642024-12-17T21:26:39.821Z[ host-image] Dec 17 21:26:38.454 INFO O| Dec 17 21:26:38.454 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-17T21:26:39.837Z[ host-image] Dec 17 21:26:38.473 INFO O| Dec 17 21:26:38.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96662024-12-17T21:26:39.837Z[ host-image] Dec 17 21:26:38.473 INFO O| Dec 17 21:26:38.473 INFO copying /tmp/.tmpzNgeWV/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 ...
96672024-12-17T21:26:39.837Z[ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96682024-12-17T21:26:39.840Z[ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO ok!
96692024-12-17T21:26:39.840Z[ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO STEP 108 (ensure_file) COMPLETE
96702024-12-17T21:26:39.840Z[ host-image] Dec 17 21:26:38.474 INFO O| Dec 17 21:26:38.474 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-17T21:26:39.857Z[ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96722024-12-17T21:26:39.857Z[ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 INFO copying /tmp/.tmpzNgeWV/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 ...
96732024-12-17T21:26:39.860Z[ host-image] Dec 17 21:26:38.493 INFO O| Dec 17 21:26:38.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96742024-12-17T21:26:39.860Z[ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.493 INFO ok!
96752024-12-17T21:26:39.860Z[ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.493 INFO STEP 109 (ensure_file) COMPLETE
96762024-12-17T21:26:39.860Z[ host-image] Dec 17 21:26:38.494 INFO O| Dec 17 21:26:38.494 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-17T21:26:39.877Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96782024-12-17T21:26:39.878Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO copying /tmp/.tmpzNgeWV/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 ...
96792024-12-17T21:26:39.878Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96802024-12-17T21:26:39.881Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO ok!
96812024-12-17T21:26:39.881Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO STEP 110 (ensure_file) COMPLETE
96822024-12-17T21:26:39.881Z[ host-image] Dec 17 21:26:38.514 INFO O| Dec 17 21:26:38.514 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-17T21:26:39.898Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96842024-12-17T21:26:39.899Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO copying /tmp/.tmpzNgeWV/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 ...
96852024-12-17T21:26:39.899Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96862024-12-17T21:26:39.902Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO ok!
96872024-12-17T21:26:39.902Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO STEP 111 (ensure_file) COMPLETE
96882024-12-17T21:26:39.902Z[ host-image] Dec 17 21:26:38.535 INFO O| Dec 17 21:26:38.535 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-17T21:26:39.937Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96902024-12-17T21:26:39.937Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO copying /tmp/.tmpzNgeWV/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 ...
96912024-12-17T21:26:39.937Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96922024-12-17T21:26:39.939Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO ok!
96932024-12-17T21:26:39.939Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO STEP 112 (ensure_file) COMPLETE
96942024-12-17T21:26:39.939Z[ host-image] Dec 17 21:26:38.573 INFO O| Dec 17 21:26:38.573 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-17T21:26:39.961Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96962024-12-17T21:26:39.961Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO copying /tmp/.tmpzNgeWV/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 ...
96972024-12-17T21:26:39.961Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96982024-12-17T21:26:39.964Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO ok!
96992024-12-17T21:26:39.964Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO STEP 113 (ensure_file) COMPLETE
97002024-12-17T21:26:39.968Z[ host-image] Dec 17 21:26:38.597 INFO O| Dec 17 21:26:38.597 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-17T21:26:39.992Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97022024-12-17T21:26:39.992Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO copying /tmp/.tmpzNgeWV/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 ...
97032024-12-17T21:26:39.992Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97042024-12-17T21:26:39.995Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO ok!
97052024-12-17T21:26:39.995Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO STEP 114 (ensure_file) COMPLETE
97062024-12-17T21:26:39.995Z[ host-image] Dec 17 21:26:38.628 INFO O| Dec 17 21:26:38.628 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-17T21:26:40.055Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97082024-12-17T21:26:40.055Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO copying /tmp/.tmpzNgeWV/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 ...
97092024-12-17T21:26:40.058Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97102024-12-17T21:26:40.058Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO ok!
97112024-12-17T21:26:40.058Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO STEP 115 (ensure_file) COMPLETE
97122024-12-17T21:26:40.058Z[ host-image] Dec 17 21:26:38.667 INFO O| Dec 17 21:26:38.667 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-17T21:26:40.125Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97142024-12-17T21:26:40.125Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO copying /tmp/.tmpzNgeWV/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 ...
97152024-12-17T21:26:40.125Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97162024-12-17T21:26:40.129Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO ok!
97172024-12-17T21:26:40.129Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO STEP 116 (ensure_file) COMPLETE
97182024-12-17T21:26:40.129Z[ host-image] Dec 17 21:26:38.761 INFO O| Dec 17 21:26:38.761 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-17T21:26:40.150Z[ host-image] Dec 17 21:26:38.786 INFO O| Dec 17 21:26:38.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97202024-12-17T21:26:40.150Z[ host-image] Dec 17 21:26:38.786 INFO O| Dec 17 21:26:38.786 INFO copying /tmp/.tmpzNgeWV/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 ...
97212024-12-17T21:26:40.153Z[ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97222024-12-17T21:26:40.153Z[ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO ok!
97232024-12-17T21:26:40.153Z[ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO STEP 117 (ensure_file) COMPLETE
97242024-12-17T21:26:40.153Z[ host-image] Dec 17 21:26:38.787 INFO O| Dec 17 21:26:38.787 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-17T21:26:40.176Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97262024-12-17T21:26:40.176Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97272024-12-17T21:26:40.179Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97282024-12-17T21:26:40.179Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO ok!
97292024-12-17T21:26:40.179Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO STEP 118 (ensure_file) COMPLETE
97302024-12-17T21:26:40.179Z[ host-image] Dec 17 21:26:38.812 INFO O| Dec 17 21:26:38.812 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-17T21:26:40.201Z[ host-image] Dec 17 21:26:38.836 INFO O| Dec 17 21:26:38.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97322024-12-17T21:26:40.201Z[ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.836 INFO copying /tmp/.tmpzNgeWV/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 ...
97332024-12-17T21:26:40.203Z[ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97342024-12-17T21:26:40.203Z[ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO ok!
97352024-12-17T21:26:40.203Z[ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO STEP 119 (ensure_file) COMPLETE
97362024-12-17T21:26:40.203Z[ host-image] Dec 17 21:26:38.837 INFO O| Dec 17 21:26:38.837 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-17T21:26:40.223Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97382024-12-17T21:26:40.223Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97392024-12-17T21:26:40.223Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97402024-12-17T21:26:40.223Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO ok!
97412024-12-17T21:26:40.226Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO STEP 120 (ensure_file) COMPLETE
97422024-12-17T21:26:40.226Z[ host-image] Dec 17 21:26:38.859 INFO O| Dec 17 21:26:38.859 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-17T21:26:40.256Z[ host-image] Dec 17 21:26:38.892 INFO O| Dec 17 21:26:38.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97442024-12-17T21:26:40.256Z[ host-image] Dec 17 21:26:38.892 INFO O| Dec 17 21:26:38.892 INFO copying /tmp/.tmpzNgeWV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97452024-12-17T21:26:52.129Z[ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97462024-12-17T21:26:52.129Z[ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO ok!
97472024-12-17T21:26:52.131Z[ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO STEP 121 (ensure_file) COMPLETE
97482024-12-17T21:26:52.131Z[ host-image] Dec 17 21:26:50.765 INFO O| Dec 17 21:26:50.765 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-17T21:26:52.150Z[ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97502024-12-17T21:26:52.152Z[ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO STEP 122 (ensure_dir) COMPLETE
97512024-12-17T21:26:52.152Z[ host-image] Dec 17 21:26:50.786 INFO O| Dec 17 21:26:50.786 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-17T21:26:52.169Z[ host-image] Dec 17 21:26:50.805 INFO O| Dec 17 21:26:50.805 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97532024-12-17T21:26:52.169Z[ host-image] Dec 17 21:26:50.805 INFO O| Dec 17 21:26:50.805 INFO STEP 123 (ensure_dir) COMPLETE
97542024-12-17T21:26:52.171Z[ host-image] Dec 17 21:26:50.806 INFO O| Dec 17 21:26:50.805 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-17T21:26:52.204Z[ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97562024-12-17T21:26:52.204Z[ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO STEP 124 (ensure_dir) COMPLETE
97572024-12-17T21:26:52.207Z[ host-image] Dec 17 21:26:50.840 INFO O| Dec 17 21:26:50.840 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-17T21:26:52.244Z[ host-image] Dec 17 21:26:50.879 INFO O| Dec 17 21:26:50.879 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97592024-12-17T21:26:52.244Z[ host-image] Dec 17 21:26:50.879 INFO O| Dec 17 21:26:50.879 INFO STEP 125 (ensure_dir) COMPLETE
97602024-12-17T21:26:52.247Z[ host-image] Dec 17 21:26:50.880 INFO O| Dec 17 21:26:50.879 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-17T21:26:52.264Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97622024-12-17T21:26:52.264Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO copying /tmp/.tmpzNgeWV/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 ...
97632024-12-17T21:26:52.266Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97642024-12-17T21:26:52.266Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO ok!
97652024-12-17T21:26:52.266Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO STEP 126 (ensure_file) COMPLETE
97662024-12-17T21:26:52.266Z[ host-image] Dec 17 21:26:50.900 INFO O| Dec 17 21:26:50.900 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-17T21:26:52.283Z[ host-image] Dec 17 21:26:50.919 INFO O| Dec 17 21:26:50.919 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97682024-12-17T21:26:52.283Z[ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.919 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97692024-12-17T21:26:52.283Z[ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97702024-12-17T21:26:52.283Z[ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO STEP 127 (ensure_dir) COMPLETE
97712024-12-17T21:26:52.283Z[ host-image] Dec 17 21:26:50.920 INFO O| Dec 17 21:26:50.920 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-17T21:26:52.302Z[ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97732024-12-17T21:26:52.302Z[ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO copying /tmp/.tmpzNgeWV/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97742024-12-17T21:26:52.305Z[ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97752024-12-17T21:26:52.305Z[ host-image] Dec 17 21:26:50.938 INFO O| Dec 17 21:26:50.938 INFO ok!
97762024-12-17T21:26:52.305Z[ host-image] Dec 17 21:26:50.939 INFO O| Dec 17 21:26:50.939 INFO STEP 128 (ensure_file) COMPLETE
97772024-12-17T21:26:52.305Z[ host-image] Dec 17 21:26:50.939 INFO O| Dec 17 21:26:50.939 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-17T21:26:52.322Z[ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97792024-12-17T21:26:52.324Z[ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO STEP 129 (remove_files) COMPLETE
97802024-12-17T21:26:52.324Z[ host-image] Dec 17 21:26:50.958 INFO O| Dec 17 21:26:50.958 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-17T21:26:52.341Z[ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97822024-12-17T21:26:52.341Z[ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO STEP 130 (remove_files) COMPLETE
97832024-12-17T21:26:52.344Z[ host-image] Dec 17 21:26:50.978 INFO O| Dec 17 21:26:50.978 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-17T21:26:52.371Z[ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97852024-12-17T21:26:52.373Z[ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO STEP 131 (remove_files) COMPLETE
97862024-12-17T21:26:52.373Z[ host-image] Dec 17 21:26:51.007 INFO O| Dec 17 21:26:51.007 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-17T21:26:52.392Z[ host-image] Dec 17 21:26:51.028 INFO O| Dec 17 21:26:51.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97882024-12-17T21:26:52.395Z[ host-image] Dec 17 21:26:51.029 INFO O| Dec 17 21:26:51.029 INFO STEP 132 (remove_files) COMPLETE
97892024-12-17T21:26:52.395Z[ host-image] Dec 17 21:26:51.029 INFO O| Dec 17 21:26:51.029 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-17T21:26:52.412Z[ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97912024-12-17T21:26:52.415Z[ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO STEP 133 (remove_files) COMPLETE
97922024-12-17T21:26:52.415Z[ host-image] Dec 17 21:26:51.048 INFO O| Dec 17 21:26:51.048 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-17T21:26:52.455Z[ host-image] Dec 17 21:26:51.091 INFO O| Dec 17 21:26:51.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97942024-12-17T21:26:52.458Z[ host-image] Dec 17 21:26:51.092 INFO O| Dec 17 21:26:51.092 INFO STEP 134 (remove_files) COMPLETE
97952024-12-17T21:26:52.458Z[ host-image] Dec 17 21:26:51.092 INFO O| Dec 17 21:26:51.092 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-17T21:26:52.475Z[ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97972024-12-17T21:26:52.475Z[ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO STEP 135 (remove_files) COMPLETE
97982024-12-17T21:26:52.475Z[ host-image] Dec 17 21:26:51.111 INFO O| Dec 17 21:26:51.111 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-17T21:26:52.494Z[ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98002024-12-17T21:26:52.494Z[ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO STEP 136 (remove_files) COMPLETE
98012024-12-17T21:26:52.494Z[ host-image] Dec 17 21:26:51.131 INFO O| Dec 17 21:26:51.131 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-17T21:26:52.528Z[ host-image] Dec 17 21:26:51.164 INFO O| Dec 17 21:26:51.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98032024-12-17T21:26:52.528Z[ host-image] Dec 17 21:26:51.165 INFO O| Dec 17 21:26:51.164 INFO STEP 137 (remove_files) COMPLETE
98042024-12-17T21:26:52.528Z[ host-image] Dec 17 21:26:51.165 INFO O| Dec 17 21:26:51.164 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-17T21:26:52.549Z[ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.184 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98062024-12-17T21:26:52.549Z[ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.185 INFO STEP 138 (remove_files) COMPLETE
98072024-12-17T21:26:52.549Z[ host-image] Dec 17 21:26:51.185 INFO O| Dec 17 21:26:51.185 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-17T21:26:52.566Z[ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98092024-12-17T21:26:52.566Z[ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO STEP 139 (remove_files) COMPLETE
98102024-12-17T21:26:52.569Z[ host-image] Dec 17 21:26:51.203 INFO O| Dec 17 21:26:51.203 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-17T21:26:52.585Z[ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98122024-12-17T21:26:52.585Z[ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO STEP 140 (remove_files) COMPLETE
98132024-12-17T21:26:52.585Z[ host-image] Dec 17 21:26:51.221 INFO O| Dec 17 21:26:51.221 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-17T21:26:52.629Z[ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98152024-12-17T21:26:52.629Z[ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO STEP 141 (remove_files) COMPLETE
98162024-12-17T21:26:52.632Z[ host-image] Dec 17 21:26:51.266 INFO O| Dec 17 21:26:51.266 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-17T21:26:52.667Z[ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98182024-12-17T21:26:52.667Z[ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO STEP 142 (remove_files) COMPLETE
98192024-12-17T21:26:52.669Z[ host-image] Dec 17 21:26:51.303 INFO O| Dec 17 21:26:51.303 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-17T21:26:52.685Z[ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98212024-12-17T21:26:52.685Z[ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.322 INFO STEP 143 (remove_files) COMPLETE
98222024-12-17T21:26:52.685Z[ host-image] Dec 17 21:26:51.322 INFO O| Dec 17 21:26:51.322 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-17T21:26:52.705Z[ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98242024-12-17T21:26:52.705Z[ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO STEP 144 (remove_files) COMPLETE
98252024-12-17T21:26:52.708Z[ host-image] Dec 17 21:26:51.341 INFO O| Dec 17 21:26:51.341 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-17T21:26:52.724Z[ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98272024-12-17T21:26:52.725Z[ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO STEP 145 (remove_files) COMPLETE
98282024-12-17T21:26:52.725Z[ host-image] Dec 17 21:26:51.361 INFO O| Dec 17 21:26:51.361 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-17T21:26:52.744Z[ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98302024-12-17T21:26:52.744Z[ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO STEP 146 (remove_files) COMPLETE
98312024-12-17T21:26:52.744Z[ host-image] Dec 17 21:26:51.380 INFO O| Dec 17 21:26:51.380 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-17T21:26:52.784Z[ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98332024-12-17T21:26:52.784Z[ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO STEP 147 (remove_files) COMPLETE
98342024-12-17T21:26:52.786Z[ host-image] Dec 17 21:26:51.420 INFO O| Dec 17 21:26:51.420 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-17T21:26:52.804Z[ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98362024-12-17T21:26:52.804Z[ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO STEP 148 (remove_files) COMPLETE
98372024-12-17T21:26:52.804Z[ host-image] Dec 17 21:26:51.441 INFO O| Dec 17 21:26:51.441 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-17T21:26:52.824Z[ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98392024-12-17T21:26:52.824Z[ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO STEP 149 (remove_files) COMPLETE
98402024-12-17T21:26:52.824Z[ host-image] Dec 17 21:26:51.460 INFO O| Dec 17 21:26:51.460 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-17T21:26:52.844Z[ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98422024-12-17T21:26:52.846Z[ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO STEP 150 (remove_files) COMPLETE
98432024-12-17T21:26:52.846Z[ host-image] Dec 17 21:26:51.480 INFO O| Dec 17 21:26:51.480 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-17T21:26:52.863Z[ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98452024-12-17T21:26:52.863Z[ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO STEP 151 (remove_files) COMPLETE
98462024-12-17T21:26:52.863Z[ host-image] Dec 17 21:26:51.499 INFO O| Dec 17 21:26:51.499 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-17T21:26:52.881Z[ host-image] Dec 17 21:26:51.517 INFO O| Dec 17 21:26:51.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98482024-12-17T21:26:52.881Z[ host-image] Dec 17 21:26:51.518 INFO O| Dec 17 21:26:51.518 INFO STEP 152 (remove_files) COMPLETE
98492024-12-17T21:26:52.881Z[ host-image] Dec 17 21:26:51.518 INFO O| Dec 17 21:26:51.518 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-17T21:26:52.900Z[ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98512024-12-17T21:26:52.900Z[ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO STEP 153 (remove_files) COMPLETE
98522024-12-17T21:26:52.900Z[ host-image] Dec 17 21:26:51.536 INFO O| Dec 17 21:26:51.536 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-17T21:26:52.920Z[ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98542024-12-17T21:26:52.920Z[ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO STEP 154 (remove_files) COMPLETE
98552024-12-17T21:26:52.920Z[ host-image] Dec 17 21:26:51.555 INFO O| Dec 17 21:26:51.555 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-17T21:26:52.939Z[ host-image] Dec 17 21:26:51.575 INFO O| Dec 17 21:26:51.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98572024-12-17T21:26:52.939Z[ host-image] Dec 17 21:26:51.576 INFO O| Dec 17 21:26:51.576 INFO STEP 155 (remove_files) COMPLETE
98582024-12-17T21:26:52.939Z[ host-image] Dec 17 21:26:51.576 INFO O| Dec 17 21:26:51.576 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-17T21:26:52.959Z[ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98602024-12-17T21:26:52.959Z[ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO STEP 156 (remove_files) COMPLETE
98612024-12-17T21:26:52.959Z[ host-image] Dec 17 21:26:51.595 INFO O| Dec 17 21:26:51.595 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-17T21:26:52.988Z[ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98632024-12-17T21:26:52.991Z[ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO STEP 157 (remove_files) COMPLETE
98642024-12-17T21:26:52.991Z[ host-image] Dec 17 21:26:51.624 INFO O| Dec 17 21:26:51.624 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98652024-12-17T21:26:53.022Z[ host-image] Dec 17 21:26:51.658 INFO O| Dec 17 21:26:51.658 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98662024-12-17T21:26:53.025Z[ host-image] Dec 17 21:26:51.659 INFO O| Dec 17 21:26:51.658 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98672024-12-17T21:27:07.512Z[ host-image] Dec 17 21:27:06.148 INFO O| Dec 17 21:27:06.148 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
98682024-12-17T21:27:07.514Z[ host-image] Dec 17 21:27:06.148 INFO O| Dec 17 21:27:06.148 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98692024-12-17T21:27:07.602Z[ host-image] Dec 17 21:27:06.238 INFO O| Dec 17 21:27:06.238 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98702024-12-17T21:27:07.768Z[ host-image] Dec 17 21:27:06.404 INFO O| Dec 17 21:27:06.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98712024-12-17T21:27:07.770Z[ host-image] Dec 17 21:27:06.404 INFO O| Dec 17 21:27:06.404 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98722024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98732024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO ok!
98742024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98752024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO STEP 158 (seed_smf) COMPLETE
98762024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO steps complete; finalising image!
98772024-12-17T21:27:07.773Z[ host-image] Dec 17 21:27:06.407 INFO O| Dec 17 21:27:06.407 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98782024-12-17T21:27:07.993Z[ host-image] Dec 17 21:27:06.630 INFO O| Dec 17 21:27:06.629 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Tue Dec 17 21:27:06 2024)
98792024-12-17T21:27:08.205Z[ host-image] Dec 17 21:27:06.841 INFO O| Dec 17 21:27:06.841 INFO trim TEMPORARY-gimlet-zfs: (26% trimmed, started at Tue Dec 17 21:27:06 2024)
98802024-12-17T21:27:08.469Z[ host-image] Dec 17 21:27:07.105 INFO O| Dec 17 21:27:07.105 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Tue Dec 17 21:27:06 2024)
98812024-12-17T21:27:08.723Z[ host-image] Dec 17 21:27:07.359 INFO O| Dec 17 21:27:07.359 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
98822024-12-17T21:27:08.723Z[ host-image] Dec 17 21:27:07.359 INFO O| Dec 17 21:27:07.359 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98832024-12-17T21:27:09.438Z[ host-image] Dec 17 21:27:08.074 INFO O| Dec 17 21:27:08.074 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98842024-12-17T21:27:09.438Z[ host-image] Dec 17 21:27:08.074 INFO O| Dec 17 21:27:08.074 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98852024-12-17T21:27:11.108Z[ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98862024-12-17T21:27:11.108Z[ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98872024-12-17T21:27:11.111Z[ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98882024-12-17T21:27:11.111Z[ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO completed processing gimlet/zfs
98892024-12-17T21:27:11.111Z[ host-image] Dec 17 21:27:09.744 INFO O| Dec 17 21:27:09.744 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98902024-12-17T21:27:19.676Z[ host-image] Dec 17 21:27:18.312 INFO O| Dec 17 21:27:18.312 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98912024-12-17T21:27:19.864Z[ host-image] Dec 17 21:27:18.498 INFO BUILD STRING "heads/stlouis-0-g189e595780\n"
98922024-12-17T21:27:19.864Z[ host-image] Dec 17 21:27:18.498 INFO expanded image name: "ci 1214a47/${os_short_commit} 2024-12-17 20:53" -> "ci 1214a47/189e595 2024-12-17 20:53"
98932024-12-17T21:27:19.866Z[ host-image] Dec 17 21:27:18.498 INFO output artefacts stored in: "/work/os-host"
98942024-12-17T21:27:19.866Z[ host-image] Dec 17 21:27:18.499 INFO collecting git info from project "amd-host-image-builder"...
98952024-12-17T21:27:19.927Z[ host-image] Dec 17 21:27:18.528 INFO collecting git info from project "pinprick"...
98962024-12-17T21:27:19.927Z[ host-image] Dec 17 21:27:18.537 INFO collecting git info from project "image-builder"...
98972024-12-17T21:27:19.927Z[ host-image] Dec 17 21:27:18.545 INFO collecting git info from project "phbl"...
98982024-12-17T21:27:19.927Z[ host-image] Dec 17 21:27:18.553 INFO collecting git info from project "amd-firmware"...
98992024-12-17T21:27:19.931Z[ host-image] Dec 17 21:27:18.567 INFO collecting git info from project "chelsio-t6-roms"...
99002024-12-17T21:27:19.943Z[ host-image] Dec 17 21:27:18.578 INFO collecting git info from project "bootserver"...
99012024-12-17T21:27:19.967Z[ host-image] Dec 17 21:27:18.601 INFO collecting git info from project "pilot"...
99022024-12-17T21:27:19.999Z[ host-image] Dec 17 21:27:18.625 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99032024-12-17T21:27:21.945Z[ host-image] Dec 17 21:27:20.581 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99042024-12-17T21:27:22.559Z[ host-image] Dec 17 21:27:21.195 INFO creating Oxide boot image...
99052024-12-17T21:27:22.559Z[ host-image] Dec 17 21:27:21.195 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1214a47/189e595 2024-12-17 20:53", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99062024-12-17T21:27:24.038Z[ host-image] Dec 17 21:27:22.674 INFO O| ok, image written!
99072024-12-17T21:27:24.040Z[ host-image] Dec 17 21:27:22.674 INFO O| ok, boot_image_csum file written!
99082024-12-17T21:27:24.042Z[ host-image] Dec 17 21:27:22.679 INFO creating boot archive (CPIO)...
99092024-12-17T21:27:24.045Z[ host-image] Dec 17 21:27:22.679 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
99102024-12-17T21:27:24.055Z[ host-image] Dec 17 21:27:22.691 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99112024-12-17T21:27:24.055Z[ host-image] Dec 17 21:27:22.691 INFO E| + outfile=/work/os-host/cpio
99122024-12-17T21:27:24.055Z[ host-image] Dec 17 21:27:22.691 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99132024-12-17T21:27:24.058Z[ host-image] Dec 17 21:27:22.694 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99142024-12-17T21:27:24.058Z[ host-image] Dec 17 21:27:22.694 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99152024-12-17T21:27:24.113Z[ host-image] Dec 17 21:27:22.750 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99162024-12-17T21:27:24.113Z[ host-image] Dec 17 21:27:22.750 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99172024-12-17T21:27:24.125Z[ host-image] Dec 17 21:27:22.761 INFO creating compressed cpio/unix for nanobl-rs...
99182024-12-17T21:27:24.125Z[ host-image] Dec 17 21:27:22.761 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
99192024-12-17T21:27:24.539Z[ host-image] Dec 17 21:27:23.175 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99202024-12-17T21:27:30.695Z[ host-image] Dec 17 21:27:29.331 INFO creating reset image...
99212024-12-17T21:27:30.698Z[ host-image] Dec 17 21:27:29.331 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99222024-12-17T21:27:30.905Z[ host-image] Dec 17 21:27:29.541 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
99232024-12-17T21:27:30.936Z[ host-image] Dec 17 21:27:29.572 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99242024-12-17T21:27:31.122Z[ host-image] Dec 17 21:27:29.758 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99252024-12-17T21:27:34.937Z[ host-image] Dec 17 21:27:33.573 INFO E| Finished `release` profile [optimized] target(s) in 3.95s
99262024-12-17T21:27:34.957Z[ host-image] Dec 17 21:27:33.592 INFO building host image...
99272024-12-17T21:27:34.959Z[ host-image] Dec 17 21:27:33.592 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
99282024-12-17T21:27:35.884Z[ host-image] Dec 17 21:27:34.520 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99292024-12-17T21:28:52.351Z[ host-image] Dec 17 21:28:50.987 INFO image complete! materials are in "/work/os-host"
99302024-12-17T21:28:52.355Z[ host-image]
99312024-12-17T21:28:52.358Z[ host-image] real 13:28.336950211
99322024-12-17T21:28:52.358Z[ host-image] user 6:44.359665626
99332024-12-17T21:28:52.358Z[ host-image] sys 1:11.577010905
99342024-12-17T21:28:52.358Z[ host-image] trap 0.309797400
99352024-12-17T21:28:52.358Z[ host-image] tflt 0.139256339
99362024-12-17T21:28:52.358Z[ host-image] dflt 0.352701982
99372024-12-17T21:28:52.358Z[ host-image] kflt 0.047775477
99382024-12-17T21:28:52.358Z[ host-image] lock 8:54.519618295
99392024-12-17T21:28:52.358Z[ host-image] slp 1:10:06.991048895
99402024-12-17T21:28:52.358Z[ host-image] lat 3:09.126029946
99412024-12-17T21:28:52.358Z[ host-image] stop 2.349154098
99422024-12-17T21:28:52.359ZDec 17 21:28:50.992 INFO [host-image] process exited with exit status: 0 (808.35546015s)
99432024-12-17T21:28:52.362ZDec 17 21:28:50.995 INFO [tuf-repo] running task
99442024-12-17T21:29:07.288ZDec 17 21:29:05.923 INFO assembling repository in `/tmp/tufaceouspQqkwB`, component: OmicronRepoAssembler
99452024-12-17T21:29:29.944ZDec 17 21:29:28.580 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99462024-12-17T21:29:30.262ZDec 17 21:29:28.898 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99472024-12-17T21:29:46.364ZDec 17 21:29:45.000 INFO [tuf-repo] task succeeded (54.007841849s)
99482024-12-17T21:31:10.659Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 29s
99492024-12-17T21:31:11.043ZDec 17 21:31:09.678 INFO [verify-libraries] process exited with exit status: 0 (933.63982084s)
99502024-12-17T21:31:11.043ZDec 17 21:31:09.678 INFO all jobs completed in 2258.3471541s
99512024-12-17T21:31:13.482Zprocess exited: duration 2972043 ms, exit code 0
 
99522024-12-17T21:31:13.505Zfound 33 output files
99532024-12-17T21:31:13.505Zuploading: /work/manifest.toml (8404 bytes)
99542024-12-17T21:31:14.520Zuploaded: /work/manifest.toml
99552024-12-17T21:31:14.520Zuploading: /work/repo.zip (1946015917 bytes)
99562024-12-17T21:31:56.617Zuploaded: /work/repo.zip
99572024-12-17T21:31:56.617Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99582024-12-17T21:31:57.656Zuploaded: /work/repo.zip.sha256.txt
99592024-12-17T21:31:57.658Zuploading: /work/helios-setup.log (66031 bytes)
99602024-12-17T21:31:58.666Zuploaded: /work/helios-setup.log
99612024-12-17T21:31:58.667Zuploading: /work/host-image.log (196626 bytes)
99622024-12-17T21:31:59.681Zuploaded: /work/host-image.log
99632024-12-17T21:31:59.684Zuploading: /work/host-package.log (22349 bytes)
99642024-12-17T21:32:00.820Zuploaded: /work/host-package.log
99652024-12-17T21:32:00.821Zuploading: /work/host-target.log (101 bytes)
99662024-12-17T21:32:01.830Zuploaded: /work/host-target.log
99672024-12-17T21:32:01.831Zuploading: /work/omicron-package.log (5666 bytes)
99682024-12-17T21:32:02.840Zuploaded: /work/omicron-package.log
99692024-12-17T21:32:02.842Zuploading: /work/phbl-toolchain.log (881 bytes)
99702024-12-17T21:32:03.850Zuploaded: /work/phbl-toolchain.log
99712024-12-17T21:32:03.853Zuploading: /work/recovery-image.log (591909 bytes)
99722024-12-17T21:32:04.875Zuploaded: /work/recovery-image.log
99732024-12-17T21:32:04.875Zuploading: /work/recovery-package.log (321 bytes)
99742024-12-17T21:32:05.883Zuploaded: /work/recovery-package.log
99752024-12-17T21:32:05.883Zuploading: /work/recovery-target.log (98 bytes)
99762024-12-17T21:32:06.891Zuploaded: /work/recovery-target.log
99772024-12-17T21:32:06.891Zuploading: /work/stamp-clickhouse.log (117 bytes)
99782024-12-17T21:32:07.900Zuploaded: /work/stamp-clickhouse.log
99792024-12-17T21:32:07.900Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99802024-12-17T21:32:08.908Zuploaded: /work/stamp-clickhouse_keeper.log
99812024-12-17T21:32:08.908Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99822024-12-17T21:32:09.916Zuploaded: /work/stamp-cockroachdb.log
99832024-12-17T21:32:09.916Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99842024-12-17T21:32:10.925Zuploaded: /work/stamp-crucible-dtrace.log
99852024-12-17T21:32:10.927Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99862024-12-17T21:32:11.934Zuploaded: /work/stamp-crucible-pantry-zone.log
99872024-12-17T21:32:11.934Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99882024-12-17T21:32:12.944Zuploaded: /work/stamp-crucible-zone.log
99892024-12-17T21:32:12.944Zuploading: /work/stamp-external-dns.log (119 bytes)
99902024-12-17T21:32:13.954Zuploaded: /work/stamp-external-dns.log
99912024-12-17T21:32:13.956Zuploading: /work/stamp-installinator.log (103 bytes)
99922024-12-17T21:32:14.962Zuploaded: /work/stamp-installinator.log
99932024-12-17T21:32:14.962Zuploading: /work/stamp-internal-dns.log (119 bytes)
99942024-12-17T21:32:15.974Zuploaded: /work/stamp-internal-dns.log
99952024-12-17T21:32:15.974Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99962024-12-17T21:32:16.982Zuploaded: /work/stamp-mg-ddm-gz.log
99972024-12-17T21:32:16.982Zuploading: /work/stamp-nexus.log (112 bytes)
99982024-12-17T21:32:17.993Zuploaded: /work/stamp-nexus.log
99992024-12-17T21:32:17.993Zuploading: /work/stamp-ntp.log (110 bytes)
100002024-12-17T21:32:19.001Zuploaded: /work/stamp-ntp.log
100012024-12-17T21:32:19.001Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100022024-12-17T21:32:20.010Zuploaded: /work/stamp-omicron-sled-agent.log
100032024-12-17T21:32:20.010Zuploading: /work/stamp-overlay.log (114 bytes)
100042024-12-17T21:32:21.018Zuploaded: /work/stamp-overlay.log
100052024-12-17T21:32:21.018Zuploading: /work/stamp-oximeter.log (115 bytes)
100062024-12-17T21:32:22.026Zuploaded: /work/stamp-oximeter.log
100072024-12-17T21:32:22.026Zuploading: /work/stamp-oxlog.log (109 bytes)
100082024-12-17T21:32:23.035Zuploaded: /work/stamp-oxlog.log
100092024-12-17T21:32:23.035Zuploading: /work/stamp-probe.log (112 bytes)
100102024-12-17T21:32:24.043Zuploaded: /work/stamp-probe.log
100112024-12-17T21:32:24.043Zuploading: /work/stamp-propolis-server.log (122 bytes)
100122024-12-17T21:32:25.051Zuploaded: /work/stamp-propolis-server.log
100132024-12-17T21:32:25.051Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100142024-12-17T21:32:26.063Zuploaded: /work/stamp-pumpkind-gz.log
100152024-12-17T21:32:26.063Zuploading: /work/stamp-switch-asic.log (118 bytes)
100162024-12-17T21:32:27.071Zuploaded: /work/stamp-switch-asic.log
100172024-12-17T21:32:27.071Zuploading: /work/verify-libraries.log (5735 bytes)
100182024-12-17T21:32:28.080Zuploaded: /work/verify-libraries.log