01JFKGCPC4SCBBXS82AQTT3W1P: 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: 01JFKGDJ3XG8K8WF2DHNDHHYKZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:29.310Zjob assigned to worker 01JFKGDP2530N5MPJEST0HP5V4 [factory aws, i-04a769de348b736c5] (queued for 1 m 7 s)
 
22024-12-21T02:24:37.382Zstarting task 0: "setup"
32024-12-21T02:24:37.405Z++ uname -s
42024-12-21T02:24:37.406Z+ kern=SunOS
52024-12-21T02:24:37.406Z+ case "$kern" in
62024-12-21T02:24:37.406Z+ groupadd -g 12345 build
72024-12-21T02:24:37.406Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:24:39.392Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:24:39.495Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:24:39.497Z+ home_fs=zfs
112024-12-21T02:24:39.497Z+ [[ zfs == autofs ]]
122024-12-21T02:24:39.497Z+ mkdir -p /home/build
132024-12-21T02:24:39.499Z+ chown build:build /home/build /work
142024-12-21T02:24:40.502Z+ chmod 0700 /home/build /work
152024-12-21T02:24:40.505Zprocess exited: duration 3136 ms, exit code 0
 
162024-12-21T02:24:40.510Zstarting task 1: "rust-toolchain"
172024-12-21T02:24:40.516Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:24:40.516Z' 1.81.0
192024-12-21T02:24:40.516Z+ printf ' * toolchain profile = "%s"
202024-12-21T02:24:40.516Z * toolchain channel = "1.81.0"
212024-12-21T02:24:40.516Z' default
222024-12-21T02:24:40.516Z * toolchain profile = "default"
232024-12-21T02:24:40.518Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:24:40.518Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:24:40.635Zinfo: downloading installer
262024-12-21T02:24:41.839Zinfo: profile set to 'default'
272024-12-21T02:24:41.839Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:24:41.840Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:24:41.997Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:24:41.997Zinfo: downloading component 'cargo'
312024-12-21T02:24:42.918Zinfo: downloading component 'clippy'
322024-12-21T02:24:43.270Zinfo: downloading component 'rust-docs'
332024-12-21T02:24:44.421Zinfo: downloading component 'rust-std'
342024-12-21T02:24:46.295Zinfo: downloading component 'rustc'
352024-12-21T02:24:53.003Zinfo: downloading component 'rustfmt'
362024-12-21T02:24:53.256Zinfo: installing component 'cargo'
372024-12-21T02:24:54.038Zinfo: installing component 'clippy'
382024-12-21T02:24:54.398Zinfo: installing component 'rust-docs'
392024-12-21T02:24:55.992Zinfo: installing component 'rust-std'
402024-12-21T02:24:57.711Zinfo: installing component 'rustc'
412024-12-21T02:25:03.320Zinfo: installing component 'rustfmt'
422024-12-21T02:25:03.643Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:25:03.643Z
442024-12-21T02:25:04.011Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:25:04.011Z
462024-12-21T02:25:04.016Z
472024-12-21T02:25:04.016ZRust is installed now. Great!
482024-12-21T02:25:04.016Z
492024-12-21T02:25:04.016ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:25:04.016Zenvironment variable. This has not been done automatically.
512024-12-21T02:25:04.016Z
522024-12-21T02:25:04.016ZTo configure your current shell, you need to source
532024-12-21T02:25:04.016Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:25:04.016Z
552024-12-21T02:25:04.016ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:25:04.016Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:25:04.016Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:25:04.085Z+ rustc --version
592024-12-21T02:25:04.149Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:25:04.152Zprocess exited: duration 23636 ms, exit code 0
 
612024-12-21T02:25:04.158Zstarting task 2: "authentication"
622024-12-21T02:25:04.181Zprocess exited: duration 21 ms, exit code 0
 
632024-12-21T02:25:04.188Zstarting task 3: "clone repository"
642024-12-21T02:25:04.193Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:25:04.196Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:25:04.238ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:25:11.446Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:25:11.447Z+ git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c
692024-12-21T02:25:11.781ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:25:11.781Z * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD
712024-12-21T02:25:11.791Z+ [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
722024-12-21T02:25:11.793Z++ git branch --show-current
732024-12-21T02:25:11.795Z+ current=main
742024-12-21T02:25:11.795Z+ [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]]
752024-12-21T02:25:11.795Z+ git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c
762024-12-21T02:25:11.798Z+ git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package
772024-12-21T02:25:11.974ZSwitched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package'
782024-12-21T02:25:11.977Z+ git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c
792024-12-21T02:25:11.994ZHEAD is now at ecf33f7ef fix test
802024-12-21T02:25:11.996Zprocess exited: duration 7805 ms, exit code 0
 
812024-12-21T02:25:12.001Zstarting task 4: "build"
822024-12-21T02:25:12.007Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:25:12.007Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:25:12.007Z++ CARGO_TERM_COLOR=always
852024-12-21T02:25:12.007Z+ cargo --version
862024-12-21T02:25:12.064Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:25:12.067Z+ rustc --version
882024-12-21T02:25:12.127Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:25:12.130Z+ cargo tree --locked
902024-12-21T02:25:12.386Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-21T02:25:12.686Z Updating crates.io index
922024-12-21T02:25:12.689Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-21T02:25:13.277Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-21T02:25:13.495Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-21T02:25:13.765Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-21T02:25:14.043Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-21T02:25:14.978Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-21T02:25:16.473Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-21T02:25:17.092Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-21T02:25:17.845Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-21T02:25:18.083Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-21T02:25:18.361Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-21T02:25:18.870Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-21T02:25:19.206Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-21T02:25:19.561Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-21T02:25:19.823Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-21T02:25:20.144Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-21T02:25:20.382Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-21T02:25:20.660Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-21T02:25:21.028Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-21T02:25:21.418Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-21T02:25:21.641Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-21T02:25:22.054Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-21T02:25:22.364Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-21T02:25:22.942Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-21T02:25:23.357Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-21T02:25:23.649Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-21T02:25:23.858Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-21T02:25:24.136Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-21T02:25:25.504Z Downloading crates ...
1212024-12-21T02:25:25.634Z Downloaded async-stream-impl v0.3.6
1222024-12-21T02:25:25.638Z Downloaded atomicwrites v0.4.4
1232024-12-21T02:25:25.644Z Downloaded event-listener v2.5.3
1242024-12-21T02:25:25.646Z Downloaded errno v0.3.9
1252024-12-21T02:25:25.649Z Downloaded fastrand v2.1.1
1262024-12-21T02:25:25.651Z Downloaded fallible-streaming-iterator v0.1.9
1272024-12-21T02:25:25.651Z Downloaded ciborium v0.2.2
1282024-12-21T02:25:25.654Z Downloaded foreign-types-shared v0.1.1
1292024-12-21T02:25:25.654Z Downloaded escape8259 v0.5.3
1302024-12-21T02:25:25.656Z Downloaded atty v0.2.14
1312024-12-21T02:25:25.659Z Downloaded http-body v1.0.1
1322024-12-21T02:25:25.662Z Downloaded headers-core v0.3.0
1332024-12-21T02:25:25.662Z Downloaded foreign-types v0.3.2
1342024-12-21T02:25:25.665Z Downloaded foreign-types-shared v0.3.1
1352024-12-21T02:25:25.668Z Downloaded anstyle-query v1.1.1
1362024-12-21T02:25:25.668Z Downloaded ahash v0.8.11
1372024-12-21T02:25:25.675Z Downloaded cfg_aliases v0.2.1
1382024-12-21T02:25:25.677Z Downloaded async-object-pool v0.1.5
1392024-12-21T02:25:25.677Z Downloaded assert_matches v1.5.0
1402024-12-21T02:25:25.681Z Downloaded hubpack_derive v0.1.1
1412024-12-21T02:25:25.683Z Downloaded http-range v0.1.5
1422024-12-21T02:25:25.683Z Downloaded autocfg v1.4.0
1432024-12-21T02:25:25.685Z Downloaded guppy-workspace-hack v0.1.0
1442024-12-21T02:25:25.685Z Downloaded fxhash v0.2.1
1452024-12-21T02:25:25.688Z Downloaded atomic-waker v1.1.2
1462024-12-21T02:25:25.688Z Downloaded async-global-executor v2.4.1
1472024-12-21T02:25:25.691Z Downloaded hash32 v0.2.1
1482024-12-21T02:25:25.693Z Downloaded futures-executor v0.3.31
1492024-12-21T02:25:25.693Z Downloaded async-channel v2.3.1
1502024-12-21T02:25:25.696Z Downloaded bit-vec v0.6.3
1512024-12-21T02:25:25.696Z Downloaded home v0.5.9
1522024-12-21T02:25:25.698Z Downloaded byteorder v1.5.0
1532024-12-21T02:25:25.700Z Downloaded heck v0.4.1
1542024-12-21T02:25:25.700Z Downloaded futures-task v0.3.31
1552024-12-21T02:25:25.702Z Downloaded funty v2.0.0
1562024-12-21T02:25:25.703Z Downloaded flagset v0.4.6
1572024-12-21T02:25:25.709Z Downloaded http-body-util v0.1.2
1582024-12-21T02:25:25.709Z Downloaded hostname v0.3.1
1592024-12-21T02:25:25.709Z Downloaded futures-timer v3.0.3
1602024-12-21T02:25:25.713Z Downloaded cfg_aliases v0.1.1
1612024-12-21T02:25:25.713Z Downloaded cfg-if v1.0.0
1622024-12-21T02:25:25.713Z Downloaded fnv v1.0.7
1632024-12-21T02:25:25.713Z Downloaded bytecount v0.6.8
1642024-12-21T02:25:25.716Z Downloaded futures-io v0.3.31
1652024-12-21T02:25:25.719Z Downloaded cbc v0.1.2
1662024-12-21T02:25:25.719Z Downloaded cargo-platform v0.1.8
1672024-12-21T02:25:25.719Z Downloaded cast v0.3.0
1682024-12-21T02:25:25.721Z Downloaded blowfish v0.9.1
1692024-12-21T02:25:25.721Z Downloaded hubpack v0.1.2
1702024-12-21T02:25:25.724Z Downloaded chrono-tz-build v0.4.0
1712024-12-21T02:25:25.724Z Downloaded cassowary v0.3.0
1722024-12-21T02:25:25.730Z Downloaded anstyle v1.0.10
1732024-12-21T02:25:25.732Z Downloaded block-padding v0.3.3
1742024-12-21T02:25:25.732Z Downloaded anstream v0.6.15
1752024-12-21T02:25:25.732Z Downloaded fd-lock v4.0.2
1762024-12-21T02:25:25.734Z Downloaded bcrypt-pbkdf v0.10.0
1772024-12-21T02:25:25.735Z Downloaded humantime v2.1.0
1782024-12-21T02:25:25.737Z Downloaded bit-set v0.5.3
1792024-12-21T02:25:25.737Z Downloaded hex v0.4.3
1802024-12-21T02:25:25.740Z Downloaded cexpr v0.6.0
1812024-12-21T02:25:25.743Z Downloaded globset v0.4.15
1822024-12-21T02:25:25.743Z Downloaded async-lock v3.4.0
1832024-12-21T02:25:25.745Z Downloaded getrandom v0.2.15
1842024-12-21T02:25:25.748Z Downloaded castaway v0.2.3
1852024-12-21T02:25:25.751Z Downloaded addr2line v0.24.2
1862024-12-21T02:25:25.753Z Downloaded hash32 v0.3.1
1872024-12-21T02:25:25.756Z Downloaded bzip2 v0.4.4
1882024-12-21T02:25:25.756Z Downloaded block-buffer v0.10.4
1892024-12-21T02:25:25.759Z Downloaded heck v0.3.3
1902024-12-21T02:25:25.759Z Downloaded pretty-hex v0.4.1
1912024-12-21T02:25:25.759Z Downloaded bitflags v1.3.2
1922024-12-21T02:25:25.761Z Downloaded futures-channel v0.3.31
1932024-12-21T02:25:25.764Z Downloaded highway v1.2.0
1942024-12-21T02:25:25.766Z Downloaded cargo_metadata v0.18.1
1952024-12-21T02:25:25.769Z Downloaded pretty-hex v0.2.1
1962024-12-21T02:25:25.769Z Downloaded argon2 v0.5.3
1972024-12-21T02:25:25.771Z Downloaded num-iter v0.1.45
1982024-12-21T02:25:25.774Z Downloaded camino-tempfile v1.1.1
1992024-12-21T02:25:25.774Z Downloaded futures-core v0.3.31
2002024-12-21T02:25:25.777Z Downloaded anyhow v1.0.93
2012024-12-21T02:25:25.780Z Downloaded camino v1.1.9
2022024-12-21T02:25:25.783Z Downloaded bcs v0.1.6
2032024-12-21T02:25:25.785Z Downloaded hyper-rustls v0.26.0
2042024-12-21T02:25:25.787Z Downloaded glob v0.3.1
2052024-12-21T02:25:25.787Z Downloaded futures-lite v2.3.0
2062024-12-21T02:25:25.790Z Downloaded generic-array v0.14.7
2072024-12-21T02:25:25.792Z Downloaded hickory-client v0.24.1
2082024-12-21T02:25:25.794Z Downloaded fs_extra v1.3.0
2092024-12-21T02:25:25.797Z Downloaded phf_codegen v0.11.2
2102024-12-21T02:25:25.797Z Downloaded termtree v0.4.1
2112024-12-21T02:25:25.799Z Downloaded blake2b_simd v1.0.2
2122024-12-21T02:25:25.799Z Downloaded sync-ptr v0.1.1
2132024-12-21T02:25:25.801Z Downloaded phf v0.11.2
2142024-12-21T02:25:25.805Z Downloaded parking v2.2.1
2152024-12-21T02:25:25.806Z Downloaded pest_generator v2.7.14
2162024-12-21T02:25:25.808Z Downloaded pbkdf2 v0.12.2
2172024-12-21T02:25:25.808Z Downloaded bitflags v2.6.0
2182024-12-21T02:25:25.810Z Downloaded usdt-macro v0.5.0
2192024-12-21T02:25:25.812Z Downloaded cfg-expr v0.17.0
2202024-12-21T02:25:25.814Z Downloaded powerfmt v0.2.0
2212024-12-21T02:25:25.817Z Downloaded polyval v0.6.2
2222024-12-21T02:25:25.817Z Downloaded blake2 v0.10.6
2232024-12-21T02:25:25.820Z Downloaded colorchoice v1.0.2
2242024-12-21T02:25:25.822Z Downloaded float-cmp v0.9.0
2252024-12-21T02:25:25.822Z Downloaded quick-error v1.2.3
2262024-12-21T02:25:25.825Z Downloaded predicates-tree v1.0.11
2272024-12-21T02:25:25.825Z Downloaded predicates-core v1.0.8
2282024-12-21T02:25:25.828Z Downloaded serde_path_to_error v0.1.16
2292024-12-21T02:25:25.828Z Downloaded waitgroup v0.1.2
2302024-12-21T02:25:25.830Z Downloaded rustc-hash v2.0.0
2312024-12-21T02:25:25.831Z Downloaded shlex v1.3.0
2322024-12-21T02:25:25.834Z Downloaded rustc_version v0.1.7
2332024-12-21T02:25:25.834Z Downloaded once_cell v1.20.2
2342024-12-21T02:25:25.838Z Downloaded siphasher v0.3.11
2352024-12-21T02:25:25.838Z Downloaded similar-asserts v1.6.0
2362024-12-21T02:25:25.842Z Downloaded smf v0.2.3
2372024-12-21T02:25:25.845Z Downloaded smawk v0.3.2
2382024-12-21T02:25:25.848Z Downloaded flume v0.11.1
2392024-12-21T02:25:25.851Z Downloaded is_ci v1.2.0
2402024-12-21T02:25:25.853Z Downloaded termios v0.3.3
2412024-12-21T02:25:25.856Z Downloaded termcolor v1.4.1
2422024-12-21T02:25:25.858Z Downloaded structmeta v0.3.0
2432024-12-21T02:25:25.858Z Downloaded pkcs8 v0.10.2
2442024-12-21T02:25:25.861Z Downloaded half v2.4.1
2452024-12-21T02:25:25.865Z Downloaded instant v0.1.13
2462024-12-21T02:25:25.867Z Downloaded bytes v1.8.0
2472024-12-21T02:25:25.871Z Downloaded tui-tree-widget v0.22.0
2482024-12-21T02:25:25.873Z Downloaded fatfs v0.3.6
2492024-12-21T02:25:25.876Z Downloaded zeroize v1.8.1
2502024-12-21T02:25:25.879Z Downloaded hyper-rustls v0.27.3
2512024-12-21T02:25:25.881Z Downloaded crossbeam-deque v0.8.5
2522024-12-21T02:25:25.884Z Downloaded xattr v1.3.1
2532024-12-21T02:25:25.887Z Downloaded newtype_derive v0.1.6
2542024-12-21T02:25:25.889Z Downloaded match_cfg v0.1.0
2552024-12-21T02:25:25.889Z Downloaded serde_derive_internals v0.29.1
2562024-12-21T02:25:25.892Z Downloaded chacha20poly1305 v0.10.1
2572024-12-21T02:25:25.894Z Downloaded writeable v0.5.5
2582024-12-21T02:25:25.897Z Downloaded curve25519-dalek-derive v0.1.1
2592024-12-21T02:25:25.897Z Downloaded zone v0.3.0
2602024-12-21T02:25:25.901Z Downloaded zone v0.1.8
2612024-12-21T02:25:25.901Z Downloaded smallvec v1.13.2
2622024-12-21T02:25:25.906Z Downloaded dirs-sys-next v0.1.2
2632024-12-21T02:25:25.906Z Downloaded password-hash v0.5.0
2642024-12-21T02:25:25.910Z Downloaded ena v0.14.3
2652024-12-21T02:25:25.910Z Downloaded embedded-io v0.6.1
2662024-12-21T02:25:25.910Z Downloaded is_terminal_polyfill v1.70.1
2672024-12-21T02:25:25.913Z Downloaded kv-log-macro v1.0.7
2682024-12-21T02:25:25.913Z Downloaded plotters-svg v0.3.7
2692024-12-21T02:25:25.913Z Downloaded tokio-tungstenite v0.24.0
2702024-12-21T02:25:25.915Z Downloaded tokio-rustls v0.25.0
2712024-12-21T02:25:25.918Z Downloaded headers v0.4.0
2722024-12-21T02:25:25.922Z Downloaded base64 v0.21.7
2732024-12-21T02:25:25.926Z Downloaded maplit v1.0.2
2742024-12-21T02:25:25.928Z Downloaded memoffset v0.9.1
2752024-12-21T02:25:25.931Z Downloaded omicron-zone-package v0.12.0
2762024-12-21T02:25:25.933Z Downloaded wyz v0.5.1
2772024-12-21T02:25:25.935Z Downloaded cmake v0.1.51
2782024-12-21T02:25:25.938Z Downloaded strum v0.26.3
2792024-12-21T02:25:25.938Z Downloaded base64 v0.22.1
2802024-12-21T02:25:25.941Z Downloaded packed_struct_codegen v0.10.1
2812024-12-21T02:25:25.944Z Downloaded signal-hook v0.3.17
2822024-12-21T02:25:25.946Z Downloaded nibble_vec v0.1.0
2832024-12-21T02:25:25.948Z Downloaded rustls-native-certs v0.7.3
2842024-12-21T02:25:25.950Z Downloaded crossbeam-epoch v0.9.18
2852024-12-21T02:25:25.953Z Downloaded russh-cryptovec v0.7.3
2862024-12-21T02:25:25.956Z Downloaded hashbrown v0.12.3
2872024-12-21T02:25:25.959Z Downloaded darling v0.20.10
2882024-12-21T02:25:25.964Z Downloaded r2d2 v0.8.10
2892024-12-21T02:25:25.967Z Downloaded proc-macro-error-attr v1.0.4
2902024-12-21T02:25:25.967Z Downloaded dirs-next v2.0.0
2912024-12-21T02:25:25.969Z Downloaded hashbrown v0.13.2
2922024-12-21T02:25:25.973Z Downloaded plotters-backend v0.3.7
2932024-12-21T02:25:25.976Z Downloaded path-slash v0.1.5
2942024-12-21T02:25:25.979Z Downloaded which v4.4.2
2952024-12-21T02:25:25.979Z Downloaded toml v0.7.8
2962024-12-21T02:25:25.982Z Downloaded salsa20 v0.10.2
2972024-12-21T02:25:25.985Z Downloaded ref-cast-impl v1.0.23
2982024-12-21T02:25:25.987Z Downloaded radium v0.7.0
2992024-12-21T02:25:25.988Z Downloaded ref-cast v1.0.23
3002024-12-21T02:25:25.992Z Downloaded structmeta-derive v0.3.0
3012024-12-21T02:25:25.994Z Downloaded strip-ansi-escapes v0.2.0
3022024-12-21T02:25:25.994Z Downloaded downcast v0.11.0
3032024-12-21T02:25:25.994Z Downloaded doc-comment v0.3.3
3042024-12-21T02:25:25.997Z Downloaded semver v0.1.20
3052024-12-21T02:25:25.997Z Downloaded lock_api v0.4.12
3062024-12-21T02:25:25.999Z Downloaded zone_cfg_derive v0.3.0
3072024-12-21T02:25:26.002Z Downloaded stringprep v0.1.5
3082024-12-21T02:25:26.002Z Downloaded serde_derive v1.0.215
3092024-12-21T02:25:26.005Z Downloaded cc v1.1.30
3102024-12-21T02:25:26.008Z Downloaded zone_cfg_derive v0.1.2
3112024-12-21T02:25:26.011Z Downloaded strsim v0.11.1
3122024-12-21T02:25:26.013Z Downloaded tinystr v0.7.6
3132024-12-21T02:25:26.013Z Downloaded litemap v0.7.3
3142024-12-21T02:25:26.016Z Downloaded twox-hash v1.6.3
3152024-12-21T02:25:26.019Z Downloaded utf16_iter v1.0.5
3162024-12-21T02:25:26.022Z Downloaded dhcproto-macros v0.1.0
3172024-12-21T02:25:26.022Z Downloaded flate2 v1.0.34
3182024-12-21T02:25:26.028Z Downloaded strum_macros v0.25.3
3192024-12-21T02:25:26.030Z Downloaded opaque-debug v0.3.1
3202024-12-21T02:25:26.033Z Downloaded ident_case v1.0.1
3212024-12-21T02:25:26.033Z Downloaded toml_datetime v0.6.8
3222024-12-21T02:25:26.035Z Downloaded rpassword v7.3.1
3232024-12-21T02:25:26.035Z Downloaded phf_shared v0.11.2
3242024-12-21T02:25:26.039Z Downloaded untrusted v0.7.1
3252024-12-21T02:25:26.042Z Downloaded whoami v1.5.2
3262024-12-21T02:25:26.042Z Downloaded tungstenite v0.24.0
3272024-12-21T02:25:26.045Z Downloaded cpufeatures v0.2.14
3282024-12-21T02:25:26.048Z Downloaded tiny-keccak v2.0.2
3292024-12-21T02:25:26.050Z Downloaded sha2 v0.10.8
3302024-12-21T02:25:26.053Z Downloaded sha1 v0.10.6
3312024-12-21T02:25:26.055Z Downloaded serde_with_macros v3.11.0
3322024-12-21T02:25:26.059Z Downloaded enum-as-inner v0.6.1
3332024-12-21T02:25:26.065Z Downloaded dof v0.3.0
3342024-12-21T02:25:26.065Z Downloaded hickory-resolver v0.24.1
3352024-12-21T02:25:26.069Z Downloaded crc-catalog v2.4.0
3362024-12-21T02:25:26.072Z Downloaded instability v0.3.2
3372024-12-21T02:25:26.072Z Downloaded inout v0.1.3
3382024-12-21T02:25:26.072Z Downloaded multimap v0.10.0
3392024-12-21T02:25:26.075Z Downloaded indoc v2.0.5
3402024-12-21T02:25:26.078Z Downloaded tokio-tungstenite v0.23.1
3412024-12-21T02:25:26.081Z Downloaded proc-macro2 v1.0.89
3422024-12-21T02:25:26.084Z Downloaded pin-project v1.1.6
3432024-12-21T02:25:26.095Z Downloaded sqlparser_derive v0.2.2
3442024-12-21T02:25:26.099Z Downloaded aes v0.8.4
3452024-12-21T02:25:26.103Z Downloaded nanorand v0.7.0
3462024-12-21T02:25:26.106Z Downloaded paste v1.0.15
3472024-12-21T02:25:26.106Z Downloaded aho-corasick v1.1.3
3482024-12-21T02:25:26.113Z Downloaded pkg-config v0.3.31
3492024-12-21T02:25:26.116Z Downloaded deranged v0.3.11
3502024-12-21T02:25:26.116Z Downloaded cookie_store v0.21.0
3512024-12-21T02:25:26.118Z Downloaded displaydoc v0.2.5
3522024-12-21T02:25:26.121Z Downloaded der_derive v0.7.3
3532024-12-21T02:25:26.124Z Downloaded vsss-rs v3.3.4
3542024-12-21T02:25:26.127Z Downloaded vte_generate_state_changes v0.1.2
3552024-12-21T02:25:26.129Z Downloaded version_check v0.9.5
3562024-12-21T02:25:26.129Z Downloaded rand_seeder v0.3.0
3572024-12-21T02:25:26.132Z Downloaded scheduled-thread-pool v0.2.7
3582024-12-21T02:25:26.134Z Downloaded ciborium-io v0.2.2
3592024-12-21T02:25:26.134Z Downloaded rand_xorshift v0.3.0
3602024-12-21T02:25:26.137Z Downloaded psl-types v2.0.11
3612024-12-21T02:25:26.137Z Downloaded pem v3.0.4
3622024-12-21T02:25:26.139Z Downloaded lockfree-object-pool v0.1.6
3632024-12-21T02:25:26.144Z Downloaded secrecy v0.8.0
3642024-12-21T02:25:26.144Z Downloaded prettyplease v0.2.25
3652024-12-21T02:25:26.149Z Downloaded linked-hash-map v0.5.6
3662024-12-21T02:25:26.149Z Downloaded tabled_derive v0.7.0
3672024-12-21T02:25:26.154Z Downloaded hashbrown v0.14.5
3682024-12-21T02:25:26.172Z Downloaded tls_codec v0.4.1
3692024-12-21T02:25:26.175Z Downloaded x509-cert v0.2.5
3702024-12-21T02:25:26.175Z Downloaded oso-derive v0.27.3
3712024-12-21T02:25:26.175Z Downloaded openssl-probe v0.1.5
3722024-12-21T02:25:26.175Z Downloaded openssl-macros v0.1.1
3732024-12-21T02:25:26.175Z Downloaded matches v0.1.10
3742024-12-21T02:25:26.175Z Downloaded tokio-macros v2.4.0
3752024-12-21T02:25:26.175Z Downloaded typify-macro v0.2.0
3762024-12-21T02:25:26.175Z Downloaded postgres-protocol v0.6.7
3772024-12-21T02:25:26.175Z Downloaded guppy v0.17.8
3782024-12-21T02:25:26.181Z Downloaded progenitor-client v0.8.0
3792024-12-21T02:25:26.185Z Downloaded unarray v0.1.4
3802024-12-21T02:25:26.187Z Downloaded zerovec-derive v0.10.3
3812024-12-21T02:25:26.187Z Downloaded postgres-types v0.2.8
3822024-12-21T02:25:26.189Z Downloaded slog-bunyan v2.5.0
3832024-12-21T02:25:26.191Z Downloaded rustc-demangle v0.1.24
3842024-12-21T02:25:26.191Z Downloaded rust-argon2 v2.1.0
3852024-12-21T02:25:26.194Z Downloaded progenitor v0.8.0
3862024-12-21T02:25:26.197Z Downloaded convert_case v0.4.0
3872024-12-21T02:25:26.197Z Downloaded aes-gcm v0.10.3
3882024-12-21T02:25:26.201Z Downloaded ed25519 v2.2.3
3892024-12-21T02:25:26.203Z Downloaded diesel-dtrace v0.4.2
3902024-12-21T02:25:26.206Z Downloaded unicode-segmentation v1.12.0
3912024-12-21T02:25:26.209Z Downloaded thiserror v2.0.3
3922024-12-21T02:25:26.215Z Downloaded internet-checksum v0.2.1
3932024-12-21T02:25:26.217Z Downloaded managed v0.8.0
3942024-12-21T02:25:26.220Z Downloaded hyper v1.5.0
3952024-12-21T02:25:26.225Z Downloaded write16 v1.0.0
3962024-12-21T02:25:26.228Z Downloaded h2 v0.4.6
3972024-12-21T02:25:26.235Z Downloaded proc-macro-crate v3.2.0
3982024-12-21T02:25:26.239Z Downloaded proc-macro-crate v1.3.1
3992024-12-21T02:25:26.239Z Downloaded primeorder v0.13.6
4002024-12-21T02:25:26.242Z Downloaded yoke-derive v0.7.4
4012024-12-21T02:25:26.242Z Downloaded num-bigint-dig v0.8.4
4022024-12-21T02:25:26.247Z Downloaded slog-envlogger v2.2.0
4032024-12-21T02:25:26.250Z Downloaded simd-adler32 v0.3.7
4042024-12-21T02:25:26.250Z Downloaded russh-keys v0.45.0
4052024-12-21T02:25:26.253Z Downloaded nom v7.1.3
4062024-12-21T02:25:26.257Z Downloaded scopeguard v1.2.0
4072024-12-21T02:25:26.259Z Downloaded schemars_derive v0.8.21
4082024-12-21T02:25:26.262Z Downloaded rustc-hash v1.1.0
4092024-12-21T02:25:26.262Z Downloaded either v1.13.0
4102024-12-21T02:25:26.264Z Downloaded derive_builder v0.20.2
4112024-12-21T02:25:26.267Z Downloaded constant_time_eq v0.3.1
4122024-12-21T02:25:26.270Z Downloaded precomputed-hash v0.1.1
4132024-12-21T02:25:26.270Z Downloaded new_debug_unreachable v1.0.6
4142024-12-21T02:25:26.273Z Downloaded const_format_proc_macros v0.2.33
4152024-12-21T02:25:26.278Z Downloaded nodrop v0.1.14
4162024-12-21T02:25:26.278Z Downloaded number_prefix v0.4.0
4172024-12-21T02:25:26.281Z Downloaded thiserror-impl-no-std v2.0.2
4182024-12-21T02:25:26.281Z Downloaded futures-util v0.3.31
4192024-12-21T02:25:26.288Z Downloaded scroll_derive v0.12.0
4202024-12-21T02:25:26.291Z Downloaded utf8parse v0.2.2
4212024-12-21T02:25:26.291Z Downloaded vergen v8.3.2
4222024-12-21T02:25:26.294Z Downloaded xz2 v0.1.7
4232024-12-21T02:25:26.296Z Downloaded proc-macro-error v1.0.4
4242024-12-21T02:25:26.298Z Downloaded datatest-stable v0.2.9
4252024-12-21T02:25:26.301Z Downloaded zerofrom v0.1.4
4262024-12-21T02:25:26.303Z Downloaded tower-service v0.3.3
4272024-12-21T02:25:26.303Z Downloaded swrite v0.1.0
4282024-12-21T02:25:26.303Z Downloaded owo-colors v4.1.0
4292024-12-21T02:25:26.306Z Downloaded idna_adapter v1.2.0
4302024-12-21T02:25:26.309Z Downloaded memmap v0.7.0
4312024-12-21T02:25:26.309Z Downloaded defmt-macros v0.3.9
4322024-12-21T02:25:26.311Z Downloaded debug-ignore v1.0.5
4332024-12-21T02:25:26.314Z Downloaded cookie v0.18.1
4342024-12-21T02:25:26.318Z Downloaded data-encoding v2.6.0
4352024-12-21T02:25:26.318Z Downloaded rustls-pemfile v1.0.4
4362024-12-21T02:25:26.322Z Downloaded vte v0.11.1
4372024-12-21T02:25:26.325Z Downloaded is-terminal v0.4.13
4382024-12-21T02:25:26.325Z Downloaded indexmap v1.9.3
4392024-12-21T02:25:26.328Z Downloaded hyper-util v0.1.10
4402024-12-21T02:25:26.332Z Downloaded num-rational v0.4.2
4412024-12-21T02:25:26.332Z Downloaded num_enum v0.5.11
4422024-12-21T02:25:26.339Z Downloaded nu-ansi-term v0.50.1
4432024-12-21T02:25:26.342Z Downloaded md5 v0.7.0
4442024-12-21T02:25:26.342Z Downloaded num-integer v0.1.46
4452024-12-21T02:25:26.342Z Downloaded thiserror-no-std v2.0.2
4462024-12-21T02:25:26.344Z Downloaded quinn-udp v0.5.5
4472024-12-21T02:25:26.347Z Downloaded slog-scope v4.4.0
4482024-12-21T02:25:26.350Z Downloaded tokio-tungstenite v0.21.0
4492024-12-21T02:25:26.352Z Downloaded scrypt v0.11.0
4502024-12-21T02:25:26.352Z Downloaded tracing-core v0.1.32
4512024-12-21T02:25:26.355Z Downloaded defmt v0.3.8
4522024-12-21T02:25:26.358Z Downloaded peg-runtime v0.8.3
4532024-12-21T02:25:26.359Z Downloaded ctr v0.9.2
4542024-12-21T02:25:26.363Z Downloaded tabwriter v1.4.0
4552024-12-21T02:25:26.363Z Downloaded synstructure v0.13.1
4562024-12-21T02:25:26.366Z Downloaded sqlformat v0.2.6
4572024-12-21T02:25:26.366Z Downloaded diesel_derives v2.2.3
4582024-12-21T02:25:26.369Z Downloaded zerofrom-derive v0.1.4
4592024-12-21T02:25:26.372Z Downloaded iana-time-zone v0.1.61
4602024-12-21T02:25:26.375Z Downloaded rand_distr v0.4.3
4612024-12-21T02:25:26.378Z Downloaded typed-path v0.9.3
4622024-12-21T02:25:26.384Z Downloaded unicode-linebreak v0.1.5
4632024-12-21T02:25:26.387Z Downloaded aws-lc-rs v1.10.0
4642024-12-21T02:25:26.391Z Downloaded concurrent-queue v2.5.0
4652024-12-21T02:25:26.396Z Downloaded colored v2.1.0
4662024-12-21T02:25:26.399Z Downloaded miniz_oxide v0.8.0
4672024-12-21T02:25:26.399Z Downloaded diesel_table_macro_syntax v0.2.0
4682024-12-21T02:25:26.402Z Downloaded num-derive v0.4.2
4692024-12-21T02:25:26.402Z Downloaded spin v0.9.8
4702024-12-21T02:25:26.404Z Downloaded clap_derive v4.5.18
4712024-12-21T02:25:26.407Z Downloaded md-5 v0.10.6
4722024-12-21T02:25:26.407Z Downloaded mime v0.3.17
4732024-12-21T02:25:26.409Z Downloaded p256 v0.13.2
4742024-12-21T02:25:26.412Z Downloaded tokio-stream v0.1.16
4752024-12-21T02:25:26.416Z Downloaded tokio-rustls v0.26.0
4762024-12-21T02:25:26.421Z Downloaded pathdiff v0.2.2
4772024-12-21T02:25:26.426Z Downloaded zopfli v0.8.1
4782024-12-21T02:25:26.426Z Downloaded plain v0.2.3
4792024-12-21T02:25:26.426Z Downloaded peg v0.8.4
4802024-12-21T02:25:26.430Z Downloaded sct v0.7.1
4812024-12-21T02:25:26.432Z Downloaded toolchain_find v0.4.0
4822024-12-21T02:25:26.432Z Downloaded sigpipe v0.1.3
4832024-12-21T02:25:26.432Z Downloaded polling v3.7.3
4842024-12-21T02:25:26.435Z Downloaded thread-id v4.2.2
4852024-12-21T02:25:26.438Z Downloaded thiserror v1.0.69
4862024-12-21T02:25:26.442Z Downloaded rfc6979 v0.4.0
4872024-12-21T02:25:26.445Z Downloaded schemars v0.8.21
4882024-12-21T02:25:26.454Z Downloaded unicase v2.7.0
4892024-12-21T02:25:26.457Z Downloaded threadpool v1.8.1
4902024-12-21T02:25:26.457Z Downloaded pest v2.7.14
4912024-12-21T02:25:26.461Z Downloaded icu_provider_macros v1.5.0
4922024-12-21T02:25:26.464Z Downloaded mime_guess v2.0.5
4932024-12-21T02:25:26.464Z Downloaded memmap2 v0.9.5
4942024-12-21T02:25:26.472Z Downloaded num-traits v0.2.19
4952024-12-21T02:25:26.477Z Downloaded openssl-sys v0.9.103
4962024-12-21T02:25:26.477Z Downloaded similar v2.6.0
4972024-12-21T02:25:26.480Z Downloaded dtrace-parser v0.2.0
4982024-12-21T02:25:26.481Z Downloaded crucible-workspace-hack v0.1.0
4992024-12-21T02:25:26.481Z Downloaded poly1305 v0.8.0
5002024-12-21T02:25:26.483Z Downloaded peg-macros v0.8.4
5012024-12-21T02:25:26.485Z Downloaded macaddr v1.0.1
5022024-12-21T02:25:26.487Z Downloaded tinyvec v1.8.0
5032024-12-21T02:25:26.490Z Downloaded try-lock v0.2.5
5042024-12-21T02:25:26.490Z Downloaded signal-hook-mio v0.2.4
5052024-12-21T02:25:26.495Z Downloaded lru-cache v0.1.2
5062024-12-21T02:25:26.495Z Downloaded thread_local v1.1.8
5072024-12-21T02:25:26.495Z Downloaded tokio-postgres v0.7.12
5082024-12-21T02:25:26.500Z Downloaded topological-sort v0.2.2
5092024-12-21T02:25:26.500Z Downloaded indexmap v2.6.0
5102024-12-21T02:25:26.504Z Downloaded ed25519-dalek v2.1.1
5112024-12-21T02:25:26.508Z Downloaded libxml v0.3.3
5122024-12-21T02:25:26.513Z Downloaded serde_urlencoded v0.7.1
5132024-12-21T02:25:26.517Z Downloaded icu_normalizer_data v1.5.0
5142024-12-21T02:25:26.522Z Downloaded dropshot_endpoint v0.13.0
5152024-12-21T02:25:26.525Z Downloaded criterion-plot v0.5.0
5162024-12-21T02:25:26.525Z Downloaded usdt-attr-macro v0.5.0
5172024-12-21T02:25:26.525Z Downloaded git2 v0.19.0
5182024-12-21T02:25:26.530Z Downloaded phf_generator v0.11.2
5192024-12-21T02:25:26.533Z Downloaded walkdir v2.5.0
5202024-12-21T02:25:26.535Z Downloaded tinyvec_macros v0.1.1
5212024-12-21T02:25:26.535Z Downloaded serde_with v3.11.0
5222024-12-21T02:25:26.543Z Downloaded parse-size v1.1.0
5232024-12-21T02:25:26.547Z Downloaded parse-display v0.10.0
5242024-12-21T02:25:26.547Z Downloaded pem-rfc7468 v0.7.0
5252024-12-21T02:25:26.550Z Downloaded password-hash v0.4.2
5262024-12-21T02:25:26.550Z Downloaded mirai-annotations v1.12.0
5272024-12-21T02:25:26.553Z Downloaded bitvec v1.0.1
5282024-12-21T02:25:26.564Z Downloaded rtoolbox v0.0.2
5292024-12-21T02:25:26.566Z Downloaded sec1 v0.7.3
5302024-12-21T02:25:26.569Z Downloaded spki v0.7.3
5312024-12-21T02:25:26.571Z Downloaded lru v0.12.5
5322024-12-21T02:25:26.571Z Downloaded ron v0.7.1
5332024-12-21T02:25:26.574Z Downloaded serde-big-array v0.5.1
5342024-12-21T02:25:26.577Z Downloaded nested v0.1.1
5352024-12-21T02:25:26.579Z Downloaded rustls-pemfile v2.2.0
5362024-12-21T02:25:26.582Z Downloaded derive_builder_macro v0.20.2
5372024-12-21T02:25:26.582Z Downloaded lazycell v1.3.0
5382024-12-21T02:25:26.585Z Downloaded value-bag v1.9.0
5392024-12-21T02:25:26.585Z Downloaded uzers v0.12.1
5402024-12-21T02:25:26.588Z Downloaded parse-display-derive v0.10.0
5412024-12-21T02:25:26.588Z Downloaded toml_edit v0.19.15
5422024-12-21T02:25:26.603Z Downloaded phf_shared v0.10.0
5432024-12-21T02:25:26.605Z Downloaded chrono v0.4.38
5442024-12-21T02:25:26.611Z Downloaded tokio-native-tls v0.3.1
5452024-12-21T02:25:26.613Z Downloaded progenitor-macro v0.8.0
5462024-12-21T02:25:26.615Z Downloaded parking_lot_core v0.9.10
5472024-12-21T02:25:26.615Z Downloaded env_filter v0.1.2
5482024-12-21T02:25:26.618Z Downloaded dyn-clone v1.0.17
5492024-12-21T02:25:26.621Z Downloaded jobserver v0.1.32
5502024-12-21T02:25:26.621Z Downloaded icu_locid_transform_data v1.5.0
5512024-12-21T02:25:26.624Z Downloaded ecdsa v0.16.9
5522024-12-21T02:25:26.628Z Downloaded pest_derive v2.7.14
5532024-12-21T02:25:26.628Z Downloaded typify v0.2.0
5542024-12-21T02:25:26.632Z Downloaded relative-path v1.9.3
5552024-12-21T02:25:26.632Z Downloaded slog v2.7.0
5562024-12-21T02:25:26.634Z Downloaded derive-where v1.2.7
5572024-12-21T02:25:26.637Z Downloaded serde-hex v0.1.0
5582024-12-21T02:25:26.640Z Downloaded ppv-lite86 v0.2.20
5592024-12-21T02:25:26.640Z Downloaded rsa v0.9.6
5602024-12-21T02:25:26.644Z Downloaded target-triple v0.1.3
5612024-12-21T02:25:26.646Z Downloaded keccak v0.1.5
5622024-12-21T02:25:26.647Z Downloaded dropshot_endpoint v0.12.0
5632024-12-21T02:25:26.650Z Downloaded time-core v0.1.2
5642024-12-21T02:25:26.653Z Downloaded cipher v0.4.4
5652024-12-21T02:25:26.653Z Downloaded target-spec v3.2.2
5662024-12-21T02:25:26.655Z Downloaded serde_plain v1.0.2
5672024-12-21T02:25:26.655Z Downloaded crossbeam-utils v0.8.20
5682024-12-21T02:25:26.658Z Downloaded percent-encoding v2.3.1
5692024-12-21T02:25:26.658Z Downloaded pest_meta v2.7.14
5702024-12-21T02:25:26.661Z Downloaded toml_edit v0.22.22
5712024-12-21T02:25:26.680Z Downloaded crunchy v0.2.2
5722024-12-21T02:25:26.683Z Downloaded equivalent v1.0.1
5732024-12-21T02:25:26.683Z Downloaded num v0.4.3
5742024-12-21T02:25:26.683Z Downloaded zeroize_derive v1.4.2
5752024-12-21T02:25:26.686Z Downloaded utf8_iter v1.0.4
5762024-12-21T02:25:26.686Z Downloaded usdt v0.5.0
5772024-12-21T02:25:26.690Z Downloaded tracing-attributes v0.1.27
5782024-12-21T02:25:26.690Z Downloaded signal-hook-tokio v0.3.1
5792024-12-21T02:25:26.692Z Downloaded dunce v1.0.5
5802024-12-21T02:25:26.692Z Downloaded libefi-sys v0.1.0
5812024-12-21T02:25:26.692Z Downloaded rayon-core v1.12.1
5822024-12-21T02:25:26.695Z Downloaded time-macros v0.2.18
5832024-12-21T02:25:26.698Z Downloaded cstr-argument v0.1.2
5842024-12-21T02:25:26.698Z Downloaded env_logger v0.10.2
5852024-12-21T02:25:26.701Z Downloaded socket2 v0.5.7
5862024-12-21T02:25:26.703Z Downloaded rusty-fork v0.3.0
5872024-12-21T02:25:26.706Z Downloaded kstat-rs v0.2.4
5882024-12-21T02:25:26.706Z Downloaded universal-hash v0.5.1
5892024-12-21T02:25:26.706Z Downloaded unicode-xid v0.2.6
5902024-12-21T02:25:26.710Z Downloaded trybuild v1.0.101
5912024-12-21T02:25:26.712Z Downloaded csv-core v0.1.11
5922024-12-21T02:25:26.712Z Downloaded snafu-derive v0.8.5
5932024-12-21T02:25:26.715Z Downloaded rustls-pki-types v1.10.0
5942024-12-21T02:25:26.717Z Downloaded rstest_macros v0.23.0
5952024-12-21T02:25:26.720Z Downloaded signal-hook-registry v1.4.2
5962024-12-21T02:25:26.722Z Downloaded gimli v0.31.1
5972024-12-21T02:25:26.728Z Downloaded pin-project-internal v1.1.6
5982024-12-21T02:25:26.738Z Downloaded des v0.8.1
5992024-12-21T02:25:26.742Z Downloaded derive_builder_core v0.20.2
6002024-12-21T02:25:26.742Z Downloaded defmt-parser v0.3.4
6012024-12-21T02:25:26.742Z Downloaded take_mut v0.2.2
6022024-12-21T02:25:26.742Z Downloaded zerocopy-derive v0.7.35
6032024-12-21T02:25:26.742Z Downloaded subtle v2.6.1
6042024-12-21T02:25:26.742Z Downloaded crypto-common v0.1.6
6052024-12-21T02:25:26.745Z Downloaded tap v1.0.1
6062024-12-21T02:25:26.745Z Downloaded lalrpop v0.19.12
6072024-12-21T02:25:26.753Z Downloaded maybe-uninit v2.0.0
6082024-12-21T02:25:26.755Z Downloaded rustversion v1.0.17
6092024-12-21T02:25:26.758Z Downloaded piper v0.2.4
6102024-12-21T02:25:26.758Z Downloaded mockall_derive v0.13.0
6112024-12-21T02:25:26.762Z Downloaded tracing v0.1.40
6122024-12-21T02:25:26.765Z Downloaded pkcs1 v0.7.5
6132024-12-21T02:25:26.768Z Downloaded diff v0.1.13
6142024-12-21T02:25:26.770Z Downloaded icu_provider v1.5.0
6152024-12-21T02:25:26.772Z Downloaded derive_more v0.99.18
6162024-12-21T02:25:26.775Z Downloaded shell-words v1.1.0
6172024-12-21T02:25:26.778Z Downloaded newtype-uuid v1.1.3
6182024-12-21T02:25:26.778Z Downloaded slog-dtrace v0.3.0
6192024-12-21T02:25:26.780Z Downloaded rcgen v0.12.1
6202024-12-21T02:25:26.782Z Downloaded pin-utils v0.1.0
6212024-12-21T02:25:26.785Z Downloaded target-lexicon v0.12.16
6222024-12-21T02:25:26.785Z Downloaded env_logger v0.11.5
6232024-12-21T02:25:26.787Z Downloaded supports-color v3.0.1
6242024-12-21T02:25:26.789Z Downloaded portable-atomic v1.9.0
6252024-12-21T02:25:26.795Z Downloaded criterion v0.5.1
6262024-12-21T02:25:26.806Z Downloaded libloading v0.8.5
6272024-12-21T02:25:26.809Z Downloaded predicates v3.1.2
6282024-12-21T02:25:26.809Z Downloaded pin-project-lite v0.2.14
6292024-12-21T02:25:26.811Z Downloaded test-strategy v0.3.1
6302024-12-21T02:25:26.815Z Downloaded sqlparser v0.45.0
6312024-12-21T02:25:26.819Z Downloaded tough v0.19.0
6322024-12-21T02:25:26.826Z Downloaded icu_normalizer v1.5.0
6332024-12-21T02:25:26.829Z Downloaded unicode-normalization v0.1.24
6342024-12-21T02:25:26.832Z Downloaded clap v4.5.21
6352024-12-21T02:25:26.840Z Downloaded snafu v0.8.5
6362024-12-21T02:25:26.845Z Downloaded rustls v0.21.12
6372024-12-21T02:25:26.856Z Downloaded textwrap v0.16.1
6382024-12-21T02:25:26.858Z Downloaded unsafe-libyaml v0.2.11
6392024-12-21T02:25:26.861Z Downloaded idna v1.0.3
6402024-12-21T02:25:26.865Z Downloaded syn v2.0.87
6412024-12-21T02:25:26.876Z Downloaded tar v0.4.42
6422024-12-21T02:25:26.878Z Downloaded der v0.7.9
6432024-12-21T02:25:26.883Z Downloaded unicode_categories v0.1.1
6442024-12-21T02:25:26.886Z Downloaded libm v0.2.8
6452024-12-21T02:25:26.893Z Downloaded clang-sys v1.8.1
6462024-12-21T02:25:26.895Z Downloaded salty v0.3.0
6472024-12-21T02:25:26.900Z Downloaded serde v1.0.215
6482024-12-21T02:25:26.903Z Downloaded pretty_assertions v1.4.1
6492024-12-21T02:25:26.906Z Downloaded itertools v0.13.0
6502024-12-21T02:25:26.911Z Downloaded crypto-bigint v0.5.5
6512024-12-21T02:25:26.917Z Downloaded parse-zoneinfo v0.3.1
6522024-12-21T02:25:26.921Z Downloaded winnow v0.5.40
6532024-12-21T02:25:26.927Z Downloaded time v0.3.36
6542024-12-21T02:25:26.934Z Downloaded regress v0.10.1
6552024-12-21T02:25:26.943Z Downloaded smoltcp v0.11.0
6562024-12-21T02:25:26.954Z Downloaded mio v1.0.2
6572024-12-21T02:25:26.959Z Downloaded reedline v0.35.0
6582024-12-21T02:25:26.966Z Downloaded proptest v1.5.0
6592024-12-21T02:25:26.974Z Downloaded idna v0.4.0
6602024-12-21T02:25:26.982Z Downloaded zerovec v0.10.4
6612024-12-21T02:25:26.986Z Downloaded regex-syntax v0.8.5
6622024-12-21T02:25:26.993Z Downloaded clap_builder v4.5.21
6632024-12-21T02:25:27.001Z Downloaded object v0.36.5
6642024-12-21T02:25:27.010Z Downloaded quinn-proto v0.11.8
6652024-12-21T02:25:27.016Z Downloaded object v0.30.4
6662024-12-21T02:25:27.025Z Downloaded p521 v0.13.3
6672024-12-21T02:25:27.028Z Downloaded rustls v0.22.4
6682024-12-21T02:25:27.040Z Downloaded rayon v1.10.0
6692024-12-21T02:25:27.048Z Downloaded rustls-webpki v0.101.7
6702024-12-21T02:25:27.061Z Downloaded rustls-webpki v0.102.8
6712024-12-21T02:25:27.077Z Downloaded polar-core v0.27.3
6722024-12-21T02:25:27.086Z Downloaded diesel v2.2.6
6732024-12-21T02:25:27.102Z Downloaded dropshot v0.12.0
6742024-12-21T02:25:27.120Z Downloaded p384 v0.13.0
6752024-12-21T02:25:27.125Z Downloaded icu_properties_data v1.5.0
6762024-12-21T02:25:27.135Z Downloaded idna v0.5.0
6772024-12-21T02:25:27.141Z Downloaded unicode-width v0.1.14
6782024-12-21T02:25:27.146Z Downloaded trust-dns-proto v0.22.0
6792024-12-21T02:25:27.157Z Downloaded dropshot v0.13.0
6802024-12-21T02:25:27.176Z Downloaded openapiv3 v2.0.0
6812024-12-21T02:25:27.188Z Downloaded rustix v0.38.37
6822024-12-21T02:25:27.209Z Downloaded syn v1.0.109
6832024-12-21T02:25:27.218Z Downloaded zerocopy-derive v0.6.6
6842024-12-21T02:25:27.226Z Downloaded radix_trie v0.2.1
6852024-12-21T02:25:27.231Z Downloaded hickory-proto v0.24.1
6862024-12-21T02:25:27.245Z Downloaded nix v0.29.0
6872024-12-21T02:25:27.256Z Downloaded chrono-tz v0.10.0
6882024-12-21T02:25:27.263Z Downloaded typify-impl v0.2.0
6892024-12-21T02:25:27.276Z Downloaded regex-automata v0.4.8
6902024-12-21T02:25:27.292Z Downloaded sled v0.34.7
6912024-12-21T02:25:27.301Z Downloaded ratatui v0.28.1
6922024-12-21T02:25:27.318Z Downloaded bzip2-sys v0.1.11+1.0.8
6932024-12-21T02:25:27.329Z Downloaded reqwest v0.12.9
6942024-12-21T02:25:27.337Z Downloaded openssl v0.10.66
6952024-12-21T02:25:27.349Z Downloaded bstr v1.10.0
6962024-12-21T02:25:27.356Z Downloaded petgraph v0.6.5
6972024-12-21T02:25:27.373Z Downloaded nix v0.28.0
6982024-12-21T02:25:27.383Z Downloaded rustls v0.23.19
6992024-12-21T02:25:27.394Z Downloaded tokio v1.40.0
7002024-12-21T02:25:27.429Z Downloaded webpki-roots v0.26.6
7012024-12-21T02:25:27.433Z Downloaded lzma-sys v0.1.20
7022024-12-21T02:25:27.461Z Downloaded curve25519-dalek v4.1.3
7032024-12-21T02:25:27.469Z Downloaded num-bigint v0.4.6
7042024-12-21T02:25:27.474Z Downloaded crossterm v0.28.1
7052024-12-21T02:25:27.481Z Downloaded unicode-width v0.2.0
7062024-12-21T02:25:27.485Z Downloaded regress v0.9.1
7072024-12-21T02:25:27.493Z Downloaded libz-sys v1.1.20
7082024-12-21T02:25:27.513Z Downloaded regex-syntax v0.6.29
7092024-12-21T02:25:27.520Z Downloaded zerocopy v0.7.35
7102024-12-21T02:25:27.534Z Downloaded libc v0.2.162
7112024-12-21T02:25:27.560Z Downloaded petname v2.0.2
7122024-12-21T02:25:27.565Z Downloaded idna v0.2.3
7132024-12-21T02:25:27.572Z Downloaded nix v0.27.1
7142024-12-21T02:25:27.582Z Downloaded itertools v0.12.1
7152024-12-21T02:25:27.590Z Downloaded tabled v0.15.0
7162024-12-21T02:25:27.602Z Downloaded csv v1.3.0
7172024-12-21T02:25:27.621Z Downloaded sha3 v0.10.8
7182024-12-21T02:25:27.626Z Downloaded ssh-key v0.6.6
7192024-12-21T02:25:27.632Z Downloaded winnow v0.6.20
7202024-12-21T02:25:27.641Z Downloaded idna v0.3.0
7212024-12-21T02:25:27.647Z Downloaded rand v0.8.5
7222024-12-21T02:25:27.650Z Downloaded rustyline v14.0.0
7232024-12-21T02:25:27.655Z Downloaded zerocopy v0.8.10
7242024-12-21T02:25:27.677Z Downloaded regex v1.11.1
7252024-12-21T02:25:27.689Z Downloaded itertools v0.10.5
7262024-12-21T02:25:27.696Z Downloaded vcpkg v0.2.15
7272024-12-21T02:25:27.730Z Downloaded progenitor-impl v0.8.0
7282024-12-21T02:25:27.733Z Downloaded smoltcp v0.9.1
7292024-12-21T02:25:27.743Z Downloaded icu_locid v1.5.0
7302024-12-21T02:25:27.746Z Downloaded compact_str v0.8.0
7312024-12-21T02:25:27.749Z Downloaded memchr v2.7.4
7322024-12-21T02:25:27.754Z Downloaded httpmock v0.8.0-alpha.1
7332024-12-21T02:25:27.771Z Downloaded zerocopy v0.6.6
7342024-12-21T02:25:27.774Z Downloaded uuid v1.11.0
7352024-12-21T02:25:27.776Z Downloaded unicode-bidi v0.3.17
7362024-12-21T02:25:27.779Z Downloaded icu_locid_transform v1.5.0
7372024-12-21T02:25:27.781Z Downloaded icu_collections v1.5.0
7382024-12-21T02:25:27.786Z Downloaded plotters v0.3.7
7392024-12-21T02:25:27.795Z Downloaded newline-converter v0.3.0
7402024-12-21T02:25:27.798Z Downloaded rand_chacha v0.3.1
7412024-12-21T02:25:27.798Z Downloaded itoa v1.0.11
7422024-12-21T02:25:27.798Z Downloaded dsl_auto_type v0.1.2
7432024-12-21T02:25:27.800Z Downloaded encoding_rs v0.8.34
7442024-12-21T02:25:27.818Z Downloaded partial-io v0.5.4
7452024-12-21T02:25:27.821Z Downloaded yansi v1.0.1
7462024-12-21T02:25:27.823Z Downloaded rusqlite v0.32.1
7472024-12-21T02:25:27.828Z Downloaded minimal-lexical v0.2.1
7482024-12-21T02:25:27.832Z Downloaded ciborium-ll v0.2.2
7492024-12-21T02:25:27.835Z Downloaded steno v0.4.1
7502024-12-21T02:25:27.837Z Downloaded console v0.15.8
7512024-12-21T02:25:27.840Z Downloaded bindgen v0.69.5
7522024-12-21T02:25:27.846Z Downloaded async-std v1.13.0
7532024-12-21T02:25:27.864Z Downloaded slab v0.4.9
7542024-12-21T02:25:27.866Z Downloaded signature v2.2.0
7552024-12-21T02:25:27.868Z Downloaded unicode-ident v1.0.13
7562024-12-21T02:25:27.868Z Downloaded num-complex v0.4.6
7572024-12-21T02:25:27.871Z Downloaded libtest-mimic v0.7.3
7582024-12-21T02:25:27.874Z Downloaded rstest v0.23.0
7592024-12-21T02:25:27.877Z Downloaded samael v0.0.17
7602024-12-21T02:25:27.882Z Downloaded ron v0.8.1
7612024-12-21T02:25:27.886Z Downloaded ssh-encoding v0.2.0
7622024-12-21T02:25:27.889Z Downloaded resolv-conf v0.7.0
7632024-12-21T02:25:27.891Z Downloaded dhcproto v0.12.0
7642024-12-21T02:25:27.894Z Downloaded const_format v0.2.33
7652024-12-21T02:25:27.897Z Downloaded url v2.5.3
7662024-12-21T02:25:27.900Z Downloaded quick-xml v0.33.0
7672024-12-21T02:25:27.904Z Downloaded goblin v0.8.2
7682024-12-21T02:25:27.910Z Downloaded zerocopy-derive v0.8.10
7692024-12-21T02:25:27.916Z Downloaded ipnetwork v0.20.0
7702024-12-21T02:25:27.918Z Downloaded libgit2-sys v0.17.0+1.8.1
7712024-12-21T02:25:27.972Z Downloaded ipnet v2.10.1
7722024-12-21T02:25:27.975Z Downloaded serde_json v1.0.132
7732024-12-21T02:25:27.980Z Downloaded blake3 v1.5.4
7742024-12-21T02:25:27.994Z Downloaded yoke v0.7.4
7752024-12-21T02:25:27.997Z Downloaded yasna v0.5.2
7762024-12-21T02:25:27.999Z Downloaded tokio-rustls v0.24.1
7772024-12-21T02:25:28.000Z Downloaded russh v0.45.0
7782024-12-21T02:25:28.005Z Downloaded stringmetrics v2.2.2
7792024-12-21T02:25:28.007Z Downloaded ucd-trie v0.1.7
7802024-12-21T02:25:28.010Z Downloaded num_threads v0.1.7
7812024-12-21T02:25:28.010Z Downloaded string_cache v0.8.7
7822024-12-21T02:25:28.010Z Downloaded static_assertions v1.1.0
7832024-12-21T02:25:28.013Z Downloaded hkdf v0.12.4
7842024-12-21T02:25:28.016Z Downloaded want v0.3.1
7852024-12-21T02:25:28.016Z Downloaded oorandom v11.1.4
7862024-12-21T02:25:28.016Z Downloaded libsw v3.3.1
7872024-12-21T02:25:28.018Z Downloaded zip v0.6.6
7882024-12-21T02:25:28.021Z Downloaded tokio-util v0.7.12
7892024-12-21T02:25:28.026Z Downloaded indent_write v2.2.0
7902024-12-21T02:25:28.029Z Downloaded impl-trait-for-tuples v0.2.2
7912024-12-21T02:25:28.031Z Downloaded enum-as-inner v0.5.1
7922024-12-21T02:25:28.031Z Downloaded tls_codec_derive v0.4.1
7932024-12-21T02:25:28.034Z Downloaded zip v2.1.3
7942024-12-21T02:25:28.038Z Downloaded parking_lot v0.12.3
7952024-12-21T02:25:28.040Z Downloaded hashbrown v0.15.1
7962024-12-21T02:25:28.044Z Downloaded log v0.4.22
7972024-12-21T02:25:28.047Z Downloaded normalize-line-endings v0.3.0
7982024-12-21T02:25:28.049Z Downloaded untrusted v0.9.0
7992024-12-21T02:25:28.049Z Downloaded darling_core v0.20.10
8002024-12-21T02:25:28.053Z Downloaded postcard v1.0.10
8012024-12-21T02:25:28.055Z Downloaded serde_yaml v0.9.34+deprecated
8022024-12-21T02:25:28.058Z Downloaded crossbeam-channel v0.5.13
8032024-12-21T02:25:28.062Z Downloaded endian-type v0.1.2
8042024-12-21T02:25:28.065Z Downloaded thiserror-impl v2.0.3
8052024-12-21T02:25:28.065Z Downloaded thiserror-impl v1.0.69
8062024-12-21T02:25:28.068Z Downloaded const-oid v0.9.6
8072024-12-21T02:25:28.068Z Downloaded parking_lot_core v0.8.6
8082024-12-21T02:25:28.070Z Downloaded ssh-cipher v0.2.0
8092024-12-21T02:25:28.071Z Downloaded slog-async v2.8.0
8102024-12-21T02:25:28.073Z Downloaded typenum v1.17.0
8112024-12-21T02:25:28.075Z Downloaded subprocess v0.2.9
8122024-12-21T02:25:28.078Z Downloaded toml v0.8.19
8132024-12-21T02:25:28.080Z Downloaded serde_tokenstream v0.2.2
8142024-12-21T02:25:28.080Z Downloaded serde_spanned v0.6.8
8152024-12-21T02:25:28.083Z Downloaded serde_repr v0.1.19
8162024-12-21T02:25:28.083Z Downloaded serde_regex v1.1.0
8172024-12-21T02:25:28.086Z Downloaded same-file v1.0.6
8182024-12-21T02:25:28.086Z Downloaded num_cpus v1.16.0
8192024-12-21T02:25:28.088Z Downloaded multer v3.1.0
8202024-12-21T02:25:28.091Z Downloaded linear-map v1.2.0
8212024-12-21T02:25:28.091Z Downloaded rand_core v0.6.4
8222024-12-21T02:25:28.097Z Downloaded num-conv v0.1.0
8232024-12-21T02:25:28.097Z Downloaded hyper-staticfile v0.10.1
8242024-12-21T02:25:28.100Z Downloaded crc32fast v1.4.2
8252024-12-21T02:25:28.100Z Downloaded ryu v1.0.18
8262024-12-21T02:25:28.100Z Downloaded indicatif v0.17.9
8272024-12-21T02:25:28.103Z Downloaded tungstenite v0.23.0
8282024-12-21T02:25:28.105Z Downloaded parking_lot v0.11.2
8292024-12-21T02:25:28.107Z Downloaded tinytemplate v1.2.1
8302024-12-21T02:25:28.111Z Downloaded strum_macros v0.26.4
8312024-12-21T02:25:28.113Z Downloaded strum_macros v0.24.3
8322024-12-21T02:25:28.113Z Downloaded icu_properties v1.5.1
8332024-12-21T02:25:28.115Z Downloaded elliptic-curve v0.13.8
8342024-12-21T02:25:28.118Z Downloaded indoc v1.0.9
8352024-12-21T02:25:28.120Z Downloaded hyper-tls v0.6.0
8362024-12-21T02:25:28.122Z Downloaded crc v3.2.1
8372024-12-21T02:25:28.125Z Downloaded oso v0.27.3
8382024-12-21T02:25:28.128Z Downloaded native-tls v0.2.12
8392024-12-21T02:25:28.130Z Downloaded crc-any v2.5.0
8402024-12-21T02:25:28.130Z Downloaded expectorate v1.1.0
8412024-12-21T02:25:28.133Z Downloaded heapless v0.7.17
8422024-12-21T02:25:28.136Z Downloaded scroll v0.12.0
8432024-12-21T02:25:28.139Z Downloaded qorb v0.2.1
8442024-12-21T02:25:28.141Z Downloaded publicsuffix v2.2.3
8452024-12-21T02:25:28.143Z Downloaded semver v1.0.23
8462024-12-21T02:25:28.146Z Downloaded quinn v0.11.5
8472024-12-21T02:25:28.149Z Downloaded http v1.1.0
8482024-12-21T02:25:28.152Z Downloaded tungstenite v0.21.0
8492024-12-21T02:25:28.155Z Downloaded quote v1.0.37
8502024-12-21T02:25:28.158Z Downloaded path-tree v0.8.1
8512024-12-21T02:25:28.160Z Downloaded stable_deref_trait v1.2.0
8522024-12-21T02:25:28.160Z Downloaded smallvec v0.6.14
8532024-12-21T02:25:28.162Z Downloaded slog-term v2.9.1
8542024-12-21T02:25:28.165Z Downloaded utf-8 v0.7.6
8552024-12-21T02:25:28.165Z Downloaded slog-stdlog v4.1.1
8562024-12-21T02:25:28.168Z Downloaded mockall v0.13.0
8572024-12-21T02:25:28.168Z Downloaded unicode-properties v0.1.3
8582024-12-21T02:25:28.170Z Downloaded bumpalo v3.16.0
8592024-12-21T02:25:28.172Z Downloaded hickory-server v0.24.1
8602024-12-21T02:25:28.176Z Downloaded event-listener v5.3.1
8612024-12-21T02:25:28.179Z Downloaded papergrid v0.11.0
8622024-12-21T02:25:28.182Z Downloaded packed_struct v0.10.1
8632024-12-21T02:25:28.184Z Downloaded unicode-truncate v1.1.0
8642024-12-21T02:25:28.186Z Downloaded lazy_static v1.5.0
8652024-12-21T02:25:28.186Z Downloaded lalrpop-util v0.19.12
8662024-12-21T02:25:28.189Z Downloaded usdt-impl v0.5.0
8672024-12-21T02:25:28.189Z Downloaded pkcs5 v0.7.1
8682024-12-21T02:25:28.195Z Downloaded heapless v0.8.0
8692024-12-21T02:25:28.195Z Downloaded backtrace v0.3.74
8702024-12-21T02:25:28.199Z Downloaded display-error-chain v0.2.2
8712024-12-21T02:25:28.202Z Downloaded term v0.7.0
8722024-12-21T02:25:28.210Z Downloaded tempfile v3.13.0
8732024-12-21T02:25:28.210Z Downloaded embedded-io v0.4.0
8742024-12-21T02:25:28.210Z Downloaded digest v0.10.7
8752024-12-21T02:25:28.210Z Downloaded difflib v0.4.0
8762024-12-21T02:25:28.210Z Downloaded slog-json v2.6.1
8772024-12-21T02:25:28.216Z Downloaded cobs v0.2.3
8782024-12-21T02:25:28.217Z Downloaded clap_lex v0.7.2
8792024-12-21T02:25:28.217Z Downloaded wait-timeout v0.2.0
8802024-12-21T02:25:28.220Z Downloaded base64 v0.13.1
8812024-12-21T02:25:28.220Z Downloaded fancy-regex v0.13.0
8822024-12-21T02:25:28.220Z Downloaded darling_macro v0.20.10
8832024-12-21T02:25:28.223Z Downloaded terminal_size v0.4.0
8842024-12-21T02:25:28.223Z Downloaded sync_wrapper v1.0.1
8852024-12-21T02:25:28.223Z Downloaded structmeta-derive v0.2.0
8862024-12-21T02:25:28.226Z Downloaded structmeta v0.2.0
8872024-12-21T02:25:28.226Z Downloaded hmac v0.12.1
8882024-12-21T02:25:28.228Z Downloaded async-io v2.3.4
8892024-12-21T02:25:28.228Z Downloaded arc-swap v1.7.1
8902024-12-21T02:25:28.232Z Downloaded hashlink v0.9.1
8912024-12-21T02:25:28.234Z Downloaded rustfmt-wrapper v0.2.1
8922024-12-21T02:25:28.236Z Downloaded rustc_version v0.4.1
8932024-12-21T02:25:28.236Z Downloaded cancel-safe-futures v0.1.5
8942024-12-21T02:25:28.239Z Downloaded pbkdf2 v0.11.0
8952024-12-21T02:25:28.242Z Downloaded httparse v1.9.5
8962024-12-21T02:25:28.244Z Downloaded futures v0.3.31
8972024-12-21T02:25:28.246Z Downloaded form_urlencoded v1.2.1
8982024-12-21T02:25:28.249Z Downloaded olpc-cjson v0.1.4
8992024-12-21T02:25:28.249Z Downloaded num_enum_derive v0.5.11
9002024-12-21T02:25:28.251Z Downloaded httptest v0.16.1
9012024-12-21T02:25:28.251Z Downloaded base64ct v1.6.0
9022024-12-21T02:25:28.253Z Downloaded backoff v0.4.0
9032024-12-21T02:25:28.256Z Downloaded async-task v4.7.1
9042024-12-21T02:25:28.258Z Downloaded assert_cmd v2.0.16
9052024-12-21T02:25:28.261Z Downloaded async-trait v0.1.83
9062024-12-21T02:25:28.263Z Downloaded async-process v2.3.0
9072024-12-21T02:25:28.263Z Downloaded async-executor v1.13.1
9082024-12-21T02:25:28.265Z Downloaded array-init v0.0.4
9092024-12-21T02:25:28.268Z Downloaded buf-list v1.0.3
9102024-12-21T02:25:28.268Z Downloaded base16ct v0.2.0
9112024-12-21T02:25:28.270Z Downloaded async-signal v0.2.10
9122024-12-21T02:25:28.270Z Downloaded async-bb8-diesel v0.2.1
9132024-12-21T02:25:28.273Z Downloaded arrayvec v0.7.6
9142024-12-21T02:25:28.275Z Downloaded bitfield v0.14.0
9152024-12-21T02:25:28.276Z Downloaded bb8 v0.8.5
9162024-12-21T02:25:28.279Z Downloaded approx v0.5.1
9172024-12-21T02:25:28.279Z Downloaded heck v0.5.0
9182024-12-21T02:25:28.283Z Downloaded ghash v0.5.1
9192024-12-21T02:25:28.283Z Downloaded hostname v0.4.0
9202024-12-21T02:25:28.283Z Downloaded futures-sink v0.3.31
9212024-12-21T02:25:28.283Z Downloaded foreign-types v0.5.0
9222024-12-21T02:25:28.285Z Downloaded allocator-api2 v0.2.18
9232024-12-21T02:25:28.285Z Downloaded httpdate v1.0.3
9242024-12-21T02:25:28.288Z Downloaded ff v0.13.0
9252024-12-21T02:25:28.291Z Downloaded event-listener-strategy v0.5.2
9262024-12-21T02:25:28.291Z Downloaded blocking v1.6.1
9272024-12-21T02:25:28.294Z Downloaded group v0.13.0
9282024-12-21T02:25:28.294Z Downloaded bitfield-struct v0.6.2
9292024-12-21T02:25:28.296Z Downloaded float-ord v0.3.2
9302024-12-21T02:25:28.296Z Downloaded chacha20 v0.9.1
9312024-12-21T02:25:28.296Z Downloaded fixedbitset v0.4.2
9322024-12-21T02:25:28.299Z Downloaded hex-literal v0.4.1
9332024-12-21T02:25:28.301Z Downloaded async-stream v0.3.6
9342024-12-21T02:25:28.305Z Downloaded async-channel v1.9.0
9352024-12-21T02:25:28.305Z Downloaded async-attributes v1.1.2
9362024-12-21T02:25:28.308Z Downloaded assert-json-diff v2.0.2
9372024-12-21T02:25:28.308Z Downloaded fs-err v2.11.0
9382024-12-21T02:25:28.308Z Downloaded fragile v2.0.0
9392024-12-21T02:25:28.311Z Downloaded foreign-types-macros v0.2.3
9402024-12-21T02:25:28.311Z Downloaded ring v0.17.8
9412024-12-21T02:25:28.377Z Downloaded filetime v0.2.25
9422024-12-21T02:25:28.380Z Downloaded fallible-iterator v0.3.0
9432024-12-21T02:25:28.380Z Downloaded fallible-iterator v0.2.0
9442024-12-21T02:25:28.382Z Downloaded async-recursion v1.1.1
9452024-12-21T02:25:28.387Z Downloaded arrayref v0.3.9
9462024-12-21T02:25:28.387Z Downloaded gethostname v0.5.0
9472024-12-21T02:25:28.389Z Downloaded futures-macro v0.3.31
9482024-12-21T02:25:28.389Z Downloaded foldhash v0.1.3
9492024-12-21T02:25:28.389Z Downloaded anstyle-parse v0.2.5
9502024-12-21T02:25:28.391Z Downloaded anes v0.1.6
9512024-12-21T02:25:28.392Z Downloaded ascii-canvas v3.0.0
9522024-12-21T02:25:28.395Z Downloaded aead v0.5.2
9532024-12-21T02:25:28.395Z Downloaded adler2 v2.0.0
9542024-12-21T02:25:28.470Z Downloaded libsqlite3-sys v0.30.1
9552024-12-21T02:25:28.700Z Downloaded aws-lc-sys v0.22.0
9562024-12-21T02:25:29.174Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9572024-12-21T02:25:39.867Z Startup: Refreshing catalog 'helios-dev' ... Done
9582024-12-21T02:25:43.788Z Startup: Caching catalogs ... Done
9592024-12-21T02:25:54.731ZPlanning: Solver setup ... Done (9.968s)
9602024-12-21T02:25:54.866ZPlanning: Running solver ... Done (0.134s)
9612024-12-21T02:25:54.970ZPlanning: Finding local manifests ... Done (0.004s)
9622024-12-21T02:25:55.004ZPlanning: Fetching manifests: 0/5 0% complete
9632024-12-21T02:25:55.242ZPlanning: Fetching manifests: 5/5 100% complete
9642024-12-21T02:25:55.342ZPlanning: Package planning ... Done (0.098s)
9652024-12-21T02:25:55.396ZPlanning: Merging actions ... Done (0.055s)
9662024-12-21T02:25:55.755ZPlanning: Checking for conflicting actions ... Done (0.359s)
9672024-12-21T02:25:57.958ZPlanning: Consolidating action changes ... Done (2.202s)
9682024-12-21T02:25:58.396ZPlanning: Evaluating mediators ... Done (0.438s)
9692024-12-21T02:25:58.474ZPlanning: Planning completed in 14.59 seconds
9702024-12-21T02:25:58.491Z Packages to install: 4
9712024-12-21T02:25:58.491Z Packages to update: 1
9722024-12-21T02:25:58.493Z Mediators to change: 2
9732024-12-21T02:25:58.493Z Services to change: 1
9742024-12-21T02:25:58.493Z Estimated space available: 155.39 GB
9752024-12-21T02:25:58.494ZEstimated space to be consumed: 1.62 GB
9762024-12-21T02:25:58.494Z Create boot environment: No
9772024-12-21T02:25:58.494ZCreate backup boot environment: Yes
9782024-12-21T02:25:58.494Z Rebuild boot archive: No
9792024-12-21T02:25:58.494Z
9802024-12-21T02:25:58.494ZChanged mediators:
9812024-12-21T02:25:58.494Z mediator clang:
9822024-12-21T02:25:58.494Z version: None -> 15 (system default)
9832024-12-21T02:25:58.494Z
9842024-12-21T02:25:58.494Z mediator llvm:
9852024-12-21T02:25:58.494Z version: 14 (system default) -> 15 (system default)
9862024-12-21T02:25:58.494Z
9872024-12-21T02:25:58.494ZChanged packages:
9882024-12-21T02:25:58.494Zhelios-dev
9892024-12-21T02:25:58.494Z developer/build-essential
9902024-12-21T02:25:58.494Z None -> 11-2.0
9912024-12-21T02:25:58.494Z library/libxmlsec1
9922024-12-21T02:25:58.494Z None -> 1.2.35-2.0
9932024-12-21T02:25:58.494Z ooce/developer/clang-15
9942024-12-21T02:25:58.494Z None -> 15.0.7-2.0
9952024-12-21T02:25:58.494Z ooce/developer/llvm-15
9962024-12-21T02:25:58.494Z None -> 15.0.7-2.0
9972024-12-21T02:25:58.494Z package/pkg
9982024-12-21T02:25:58.494Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9992024-12-21T02:25:58.494Z
10002024-12-21T02:25:58.494ZServices:
10012024-12-21T02:25:58.494Z restart_fmri:
10022024-12-21T02:25:58.494Z svc:/system/update-man-index:default
10032024-12-21T02:25:58.494Z
10042024-12-21T02:25:58.494ZEditable files to change:
10052024-12-21T02:25:58.495Z Update:
10062024-12-21T02:25:58.495Z usr/share/lib/pkg/web/config.shtml
10072024-12-21T02:25:58.574Z
10082024-12-21T02:25:58.574ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10092024-12-21T02:26:03.576ZDownload: 317/4281 items 16.2/220.6MB 7% complete (3.3M/s)
10102024-12-21T02:26:08.661ZDownload: 1191/4281 items 83.5/220.6MB 37% complete (9.0M/s)
10112024-12-21T02:26:13.668ZDownload: 1387/4281 items 116.9/220.6MB 52% complete (10.2M/s)
10122024-12-21T02:26:18.678ZDownload: 1630/4281 items 117.8/220.6MB 53% complete (3.9M/s)
10132024-12-21T02:26:23.695ZDownload: 2166/4281 items 119.0/220.6MB 53% complete (264k/s)
10142024-12-21T02:26:30.069ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (220k/s)
10152024-12-21T02:26:42.168ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10162024-12-21T02:26:50.817ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10172024-12-21T02:26:55.911ZDownload: 2422/4281 items 119.9/220.6MB 54% complete (149k/s)
10182024-12-21T02:27:00.927ZDownload: 2663/4281 items 120.5/220.6MB 54% complete (130k/s)
10192024-12-21T02:27:06.004ZDownload: 2822/4281 items 120.9/220.6MB 54% complete (99.0k/s)
10202024-12-21T02:27:11.008ZDownload: 2953/4281 items 121.0/220.6MB 54% complete (57.1k/s)
10212024-12-21T02:27:16.010ZDownload: 3118/4281 items 170.4/220.6MB 77% complete (4.9M/s)
10222024-12-21T02:27:21.385ZDownload: 3245/4281 items 202.7/220.6MB 91% complete (8.2M/s)
10232024-12-21T02:27:28.909ZDownload: 3286/4281 items 212.5/220.6MB 96% complete (5.3M/s)
10242024-12-21T02:27:33.927ZDownload: 3510/4281 items 215.5/220.6MB 97% complete (833k/s)
10252024-12-21T02:27:39.033ZDownload: 4060/4281 items 219.2/220.6MB 99% complete (679k/s)
10262024-12-21T02:27:45.582ZDownload: 4203/4281 items 220.6/220.6MB 99% complete (622k/s)
10272024-12-21T02:27:54.270ZDownload: 4205/4281 items 220.6/220.6MB 99% complete
10282024-12-21T02:27:54.386ZDownload: Completed 220.60 MB in 115.79 seconds (1.9M/s)
10292024-12-21T02:27:56.503Z Actions: 1/5063 actions (Removing old actions)
10302024-12-21T02:27:56.525Z Actions: 194/5063 actions (Installing new actions)
10312024-12-21T02:28:01.214Z Actions: 4226/5063 actions (Updating modified actions)
10322024-12-21T02:28:01.537Z Actions: Completed 5063 actions in 5.03 seconds.
10332024-12-21T02:28:01.946Z Done (0.402s)
10342024-12-21T02:28:01.950Z Done (0.000s)
10352024-12-21T02:28:02.534Z Done (0.584s)
10362024-12-21T02:28:06.870Z Done (4.116s)
10372024-12-21T02:28:06.956Z Done (0.018s)
10382024-12-21T02:28:06.959Z Done (0.000s)
10392024-12-21T02:28:07.154Z Done (0.000s)
10402024-12-21T02:28:07.844ZPlanning: Evaluating mediator changes ... Done
10412024-12-21T02:28:08.005ZPlanning: Checking for conflicting actions ... Done
10422024-12-21T02:28:08.007ZPlanning: Consolidating action changes ... Done
10432024-12-21T02:28:08.277ZPlanning: Evaluating mediators ... Done
10442024-12-21T02:28:08.279ZPlanning: Planning completed in 0.43 seconds
10452024-12-21T02:28:08.318Z Mediators to change: 2
10462024-12-21T02:28:08.318Z Create boot environment: No
10472024-12-21T02:28:08.321ZCreate backup boot environment: No
10482024-12-21T02:28:08.686Z Done
10492024-12-21T02:28:08.686Z Done
10502024-12-21T02:28:08.822Z Done
10512024-12-21T02:28:12.369Z Done
10522024-12-21T02:28:12.453Z Done
10532024-12-21T02:28:12.456Z Done
10542024-12-21T02:28:12.587Z Done
10552024-12-21T02:28:13.202ZPlanning: Evaluating mediator changes ... Done
10562024-12-21T02:28:13.205ZPlanning: Merging actions ... Done
10572024-12-21T02:28:13.394ZPlanning: Checking for conflicting actions ... Done
10582024-12-21T02:28:13.396ZPlanning: Consolidating action changes ... Done
10592024-12-21T02:28:13.666ZPlanning: Evaluating mediators ... Done
10602024-12-21T02:28:13.725ZPlanning: Planning completed in 0.76 seconds
10612024-12-21T02:28:13.763Z Packages to change: 1
10622024-12-21T02:28:13.763Z Mediators to change: 1
10632024-12-21T02:28:13.765Z Services to change: 1
10642024-12-21T02:28:13.765Z Create boot environment: No
10652024-12-21T02:28:13.765ZCreate backup boot environment: Yes
10662024-12-21T02:28:16.044Z Actions: 1/6 actions (Updating modified actions)
10672024-12-21T02:28:16.046Z Actions: Completed 6 actions in 0.00 seconds.
10682024-12-21T02:28:16.046Z Done
10692024-12-21T02:28:16.046Z Done
10702024-12-21T02:28:16.161Z Done
10712024-12-21T02:28:19.748Z Done
10722024-12-21T02:28:19.832Z Done
10732024-12-21T02:28:19.835Z Done
10742024-12-21T02:28:19.982Z Done
10752024-12-21T02:28:20.420ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10762024-12-21T02:28:20.420Zclang system 15 system
10772024-12-21T02:28:20.420Zcsh system system illumos
10782024-12-21T02:28:20.420Zctags system system illumos
10792024-12-21T02:28:20.420Zgcc vendor 12 vendor
10802024-12-21T02:28:20.420Zgcc system 10 system
10812024-12-21T02:28:20.420Zgcc system 7 system
10822024-12-21T02:28:20.420Zgo system 1.20 system
10832024-12-21T02:28:20.420Zgo system 1.19 system
10842024-12-21T02:28:20.420Zllvm system 15 system
10852024-12-21T02:28:20.420Zllvm system 14 system
10862024-12-21T02:28:20.420Zmariadb system 10.6 system
10872024-12-21T02:28:20.420Zmta vendor vendor dma
10882024-12-21T02:28:20.420Zopenjdk system 17 system
10892024-12-21T02:28:20.420Zopenjdk system 11 system
10902024-12-21T02:28:20.420Zopenjdk system 1.8 system
10912024-12-21T02:28:20.420Zopenssl vendor 3 vendor
10922024-12-21T02:28:20.420Zperl system 5.36 system
10932024-12-21T02:28:20.420Zpostgresql system 15 system
10942024-12-21T02:28:20.420Zpostgresql system 13 system
10952024-12-21T02:28:20.420Zpython vendor 3 vendor
10962024-12-21T02:28:20.420Zpython system 2 system
10972024-12-21T02:28:20.420Zpython3 system 3.11 system
10982024-12-21T02:28:20.420Zruby system 3.0 system
10992024-12-21T02:28:20.420Zwords vendor vendor american-english
11002024-12-21T02:28:20.420Zwords system system australian-english
11012024-12-21T02:28:20.420Zwords system system british-english
11022024-12-21T02:28:20.420Zwords system system canadian-english
11032024-12-21T02:28:20.420Zwords system system french
11042024-12-21T02:28:20.421Zwords system system italian
11052024-12-21T02:28:20.421Zwords system system ngerman
11062024-12-21T02:28:20.421Zwords system system ogerman
11072024-12-21T02:28:20.421Zwords system system spanish
11082024-12-21T02:28:20.759ZPUBLISHER TYPE STATUS P LOCATION
11092024-12-21T02:28:20.759Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11102024-12-21T02:28:23.483ZFMRI IFO
11112024-12-21T02:28:23.483Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11122024-12-21T02:28:23.483Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11132024-12-21T02:28:23.483Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11142024-12-21T02:28:23.483Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11152024-12-21T02:28:23.483Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11162024-12-21T02:28:23.483Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11172024-12-21T02:28:23.483Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11182024-12-21T02:28:23.483Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11192024-12-21T02:28:23.483Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11202024-12-21T02:28:23.484Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11212024-12-21T02:28:23.484Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11222024-12-21T02:28:23.484Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11232024-12-21T02:28:23.484Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11242024-12-21T02:28:23.484Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11252024-12-21T02:28:23.484Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11262024-12-21T02:28:24.520Z Downloading crates ...
11272024-12-21T02:28:24.608Z Downloaded cargo_toml v0.20.5
11282024-12-21T02:28:24.741Z Compiling proc-macro2 v1.0.89
11292024-12-21T02:28:24.741Z Compiling unicode-ident v1.0.13
11302024-12-21T02:28:24.742Z Compiling version_check v0.9.5
11312024-12-21T02:28:24.744Z Compiling serde v1.0.215
11322024-12-21T02:28:24.744Z Compiling thiserror v1.0.69
11332024-12-21T02:28:24.744Z Compiling memchr v2.7.4
11342024-12-21T02:28:24.762Z Compiling libc v0.2.162
11352024-12-21T02:28:24.764Z Compiling itoa v1.0.11
11362024-12-21T02:28:24.995Z Compiling ryu v1.0.18
11372024-12-21T02:28:25.008Z Compiling ucd-trie v0.1.7
11382024-12-21T02:28:25.354Z Compiling once_cell v1.20.2
11392024-12-21T02:28:25.583Z Compiling byteorder v1.5.0
11402024-12-21T02:28:25.600Z Compiling rustix v0.38.37
11412024-12-21T02:28:25.764Z Compiling serde_json v1.0.132
11422024-12-21T02:28:26.027Z Compiling bitflags v2.6.0
11432024-12-21T02:28:26.075Z Compiling proc-macro-error-attr v1.0.4
11442024-12-21T02:28:26.330Z Compiling usdt-impl v0.5.0
11452024-12-21T02:28:26.344Z Compiling syn v1.0.109
11462024-12-21T02:28:26.464Z Compiling proc-macro-error v1.0.4
11472024-12-21T02:28:26.478Z Compiling hashbrown v0.15.1
11482024-12-21T02:28:26.502Z Compiling utf8parse v0.2.2
11492024-12-21T02:28:26.532Z Compiling quote v1.0.37
11502024-12-21T02:28:26.719Z Compiling plain v0.2.3
11512024-12-21T02:28:26.793Z Compiling log v0.4.22
11522024-12-21T02:28:26.857Z Compiling equivalent v1.0.1
11532024-12-21T02:28:26.944Z Compiling syn v2.0.87
11542024-12-21T02:28:26.962Z Compiling errno v0.3.9
11552024-12-21T02:28:27.194Z Compiling camino v1.1.9
11562024-12-21T02:28:27.373Z Compiling thread-id v4.2.2
11572024-12-21T02:28:27.412Z Compiling anstyle-parse v0.2.5
11582024-12-21T02:28:27.731Z Compiling indexmap v2.6.0
11592024-12-21T02:28:27.758Z Compiling colorchoice v1.0.2
11602024-12-21T02:28:27.780Z Compiling anstyle v1.0.10
11612024-12-21T02:28:27.867Z Compiling semver v1.0.23
11622024-12-21T02:28:27.907Z Compiling anstyle-query v1.1.1
11632024-12-21T02:28:28.055Z Compiling is_terminal_polyfill v1.70.1
11642024-12-21T02:28:28.190Z Compiling unicode-width v0.1.14
11652024-12-21T02:28:28.253Z Compiling pretty-hex v0.4.1
11662024-12-21T02:28:28.306Z Compiling winnow v0.6.20
11672024-12-21T02:28:28.384Z Compiling autocfg v1.4.0
11682024-12-21T02:28:28.517Z Compiling anstream v0.6.15
11692024-12-21T02:28:28.959Z Compiling strsim v0.11.1
11702024-12-21T02:28:29.259Z Compiling clap_lex v0.7.2
11712024-12-21T02:28:29.505Z Compiling terminal_size v0.4.0
11722024-12-21T02:28:29.546Z Compiling fs-err v2.11.0
11732024-12-21T02:28:29.715Z Compiling fastrand v2.1.1
11742024-12-21T02:28:29.776Z Compiling fnv v1.0.7
11752024-12-21T02:28:29.812Z Compiling cfg-if v1.0.0
11762024-12-21T02:28:29.854Z Compiling anyhow v1.0.93
11772024-12-21T02:28:29.934Z Compiling heck v0.4.1
11782024-12-21T02:28:29.946Z Compiling bytecount v0.6.8
11792024-12-21T02:28:30.159Z Compiling heck v0.5.0
11802024-12-21T02:28:30.312Z Compiling tempfile v3.13.0
11812024-12-21T02:28:30.447Z Compiling papergrid v0.11.0
11822024-12-21T02:28:30.836Z Compiling clap_builder v4.5.21
11832024-12-21T02:28:30.881Z Compiling memmap v0.7.0
11842024-12-21T02:28:30.893Z Compiling smawk v0.3.2
11852024-12-21T02:28:31.102Z Compiling unicode-linebreak v0.1.5
11862024-12-21T02:28:31.599Z Compiling textwrap v0.16.1
11872024-12-21T02:28:31.844Z Compiling swrite v0.1.0
11882024-12-21T02:28:32.923Z Compiling tabled_derive v0.7.0
11892024-12-21T02:28:34.434Z Compiling tabled v0.15.0
11902024-12-21T02:28:35.969Z Compiling serde_derive v1.0.215
11912024-12-21T02:28:35.972Z Compiling thiserror-impl v1.0.69
11922024-12-21T02:28:36.020Z Compiling zerocopy-derive v0.7.35
11932024-12-21T02:28:36.053Z Compiling scroll_derive v0.12.0
11942024-12-21T02:28:36.330Z Compiling clap_derive v4.5.18
11952024-12-21T02:28:37.272Z Compiling scroll v0.12.0
11962024-12-21T02:28:37.713Z Compiling goblin v0.8.2
11972024-12-21T02:28:37.830Z Compiling zerocopy v0.7.35
11982024-12-21T02:28:38.751Z Compiling pest v2.7.14
11992024-12-21T02:28:40.204Z Compiling clap v4.5.21
12002024-12-21T02:28:41.024Z Compiling pest_meta v2.7.14
12012024-12-21T02:28:41.817Z Compiling pest_generator v2.7.14
12022024-12-21T02:28:43.808Z Compiling pest_derive v2.7.14
12032024-12-21T02:28:44.475Z Compiling dtrace-parser v0.2.0
12042024-12-21T02:28:46.334Z Compiling toml_datetime v0.6.8
12052024-12-21T02:28:46.334Z Compiling serde_spanned v0.6.8
12062024-12-21T02:28:46.336Z Compiling cargo-platform v0.1.8
12072024-12-21T02:28:46.777Z Compiling serde_tokenstream v0.2.2
12082024-12-21T02:28:46.810Z Compiling toml_edit v0.22.22
12092024-12-21T02:28:46.831Z Compiling macaddr v1.0.1
12102024-12-21T02:28:46.968Z Compiling camino-tempfile v1.1.1
12112024-12-21T02:28:47.850Z Compiling dof v0.3.0
12122024-12-21T02:28:47.850Z Compiling cargo_metadata v0.18.1
12132024-12-21T02:28:49.637Z Compiling toml v0.8.19
12142024-12-21T02:28:49.833Z Compiling usdt-attr-macro v0.5.0
12152024-12-21T02:28:49.836Z Compiling usdt-macro v0.5.0
12162024-12-21T02:28:50.415Z Compiling cargo_toml v0.20.5
12172024-12-21T02:28:51.231Z Compiling usdt v0.5.0
12182024-12-21T02:28:53.910Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12192024-12-21T02:28:58.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s
12202024-12-21T02:28:58.088Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12212024-12-21T02:28:58.936Z Compiling serde v1.0.215
12222024-12-21T02:28:58.940Z Compiling lock_api v0.4.12
12232024-12-21T02:28:58.940Z Compiling scopeguard v1.2.0
12242024-12-21T02:28:58.940Z Compiling value-bag v1.9.0
12252024-12-21T02:28:58.940Z Compiling typenum v1.17.0
12262024-12-21T02:28:58.940Z Compiling generic-array v0.14.7
12272024-12-21T02:28:59.070Z Compiling syn v2.0.87
12282024-12-21T02:28:59.079Z Compiling getrandom v0.2.15
12292024-12-21T02:28:59.168Z Compiling subtle v2.6.1
12302024-12-21T02:28:59.486Z Compiling log v0.4.22
12312024-12-21T02:28:59.505Z Compiling rand_core v0.6.4
12322024-12-21T02:28:59.582Z Compiling shlex v1.3.0
12332024-12-21T02:28:59.598Z Compiling jobserver v0.1.32
12342024-12-21T02:28:59.859Z Compiling const-oid v0.9.6
12352024-12-21T02:28:59.969Z Compiling cc v1.1.30
12362024-12-21T02:29:00.015Z Compiling smallvec v1.13.2
12372024-12-21T02:29:00.121Z Compiling spin v0.9.8
12382024-12-21T02:29:00.332Z Compiling pin-project-lite v0.2.14
12392024-12-21T02:29:00.457Z Compiling rustix v0.38.37
12402024-12-21T02:29:00.476Z Compiling parking_lot_core v0.9.10
12412024-12-21T02:29:00.531Z Compiling futures-core v0.3.31
12422024-12-21T02:29:00.549Z Compiling signal-hook-registry v1.4.2
12432024-12-21T02:29:00.780Z Compiling mio v1.0.2
12442024-12-21T02:29:01.316Z Compiling parking_lot v0.12.3
12452024-12-21T02:29:01.349Z Compiling aho-corasick v1.1.3
12462024-12-21T02:29:01.587Z Compiling cpufeatures v0.2.14
12472024-12-21T02:29:01.653Z Compiling either v1.13.0
12482024-12-21T02:29:01.687Z Compiling regex-syntax v0.8.5
12492024-12-21T02:29:01.872Z Compiling lazy_static v1.5.0
12502024-12-21T02:29:01.972Z Compiling futures-sink v0.3.31
12512024-12-21T02:29:01.993Z Compiling stable_deref_trait v1.2.0
12522024-12-21T02:29:02.075Z Compiling glob v0.3.1
12532024-12-21T02:29:02.092Z Compiling socket2 v0.5.7
12542024-12-21T02:29:02.121Z Compiling slab v0.4.9
12552024-12-21T02:29:02.231Z Compiling prettyplease v0.2.25
12562024-12-21T02:29:02.545Z Compiling minimal-lexical v0.2.1
12572024-12-21T02:29:02.868Z Compiling libloading v0.8.5
12582024-12-21T02:29:03.035Z Compiling clang-sys v1.8.1
12592024-12-21T02:29:03.073Z Compiling nom v7.1.3
12602024-12-21T02:29:03.091Z Compiling bindgen v0.69.5
12612024-12-21T02:29:03.280Z Compiling home v0.5.9
12622024-12-21T02:29:03.531Z Compiling serde_json v1.0.132
12632024-12-21T02:29:03.853Z Compiling futures-channel v0.3.31
12642024-12-21T02:29:03.902Z Compiling itertools v0.12.1
12652024-12-21T02:29:04.109Z Compiling allocator-api2 v0.2.18
12662024-12-21T02:29:04.289Z Compiling pin-utils v0.1.0
12672024-12-21T02:29:04.386Z Compiling futures-io v0.3.31
12682024-12-21T02:29:04.710Z Compiling futures-task v0.3.31
12692024-12-21T02:29:04.948Z Compiling rustc-hash v1.1.0
12702024-12-21T02:29:05.030Z Compiling lazycell v1.3.0
12712024-12-21T02:29:05.100Z Compiling foldhash v0.1.3
12722024-12-21T02:29:05.189Z Compiling cmake v0.1.51
12732024-12-21T02:29:05.424Z Compiling regex-automata v0.4.8
12742024-12-21T02:29:06.223Z Compiling hashbrown v0.15.1
12752024-12-21T02:29:06.858Z Compiling synstructure v0.13.1
12762024-12-21T02:29:07.085Z Compiling cexpr v0.6.0
12772024-12-21T02:29:07.605Z Compiling tinyvec_macros v0.1.1
12782024-12-21T02:29:07.698Z Compiling libm v0.2.8
12792024-12-21T02:29:08.018Z Compiling dunce v1.0.5
12802024-12-21T02:29:08.153Z Compiling fs_extra v1.3.0
12812024-12-21T02:29:08.446Z Compiling pkg-config v0.3.31
12822024-12-21T02:29:08.623Z Compiling tinyvec v1.8.0
12832024-12-21T02:29:08.742Z Compiling num-traits v0.2.19
12842024-12-21T02:29:09.247Z Compiling ring v0.17.8
12852024-12-21T02:29:09.987Z Compiling unicode-bidi v0.3.17
12862024-12-21T02:29:10.145Z Compiling unicode-normalization v0.1.24
12872024-12-21T02:29:10.162Z Compiling writeable v0.5.5
12882024-12-21T02:29:10.348Z Compiling paste v1.0.15
12892024-12-21T02:29:10.381Z Compiling litemap v0.7.3
12902024-12-21T02:29:10.763Z Compiling base64ct v1.6.0
12912024-12-21T02:29:11.240Z Compiling regex v1.11.1
12922024-12-21T02:29:11.343Z Compiling pem-rfc7468 v0.7.0
12932024-12-21T02:29:11.402Z Compiling httparse v1.9.5
12942024-12-21T02:29:12.019Z Compiling flagset v0.4.6
12952024-12-21T02:29:12.174Z Compiling aws-lc-rs v1.10.0
12962024-12-21T02:29:12.372Z Compiling tracing-core v0.1.32
12972024-12-21T02:29:12.608Z Compiling rustls-pki-types v1.10.0
12982024-12-21T02:29:12.955Z Compiling icu_locid_transform_data v1.5.0
12992024-12-21T02:29:13.055Z Compiling percent-encoding v2.3.1
13002024-12-21T02:29:13.428Z Compiling crossbeam-utils v0.8.20
13012024-12-21T02:29:13.682Z Compiling serde_derive v1.0.215
13022024-12-21T02:29:13.685Z Compiling zeroize_derive v1.4.2
13032024-12-21T02:29:13.692Z Compiling zerocopy-derive v0.7.35
13042024-12-21T02:29:14.022Z Compiling tokio-macros v2.4.0
13052024-12-21T02:29:14.120Z Compiling zerofrom-derive v0.1.4
13062024-12-21T02:29:15.186Z Compiling zeroize v1.8.1
13072024-12-21T02:29:15.604Z Compiling thiserror-impl v1.0.69
13082024-12-21T02:29:15.753Z Compiling yoke-derive v0.7.4
13092024-12-21T02:29:15.974Z Compiling zerocopy v0.7.35
13102024-12-21T02:29:16.513Z Compiling futures-macro v0.3.31
13112024-12-21T02:29:16.995Z Compiling crypto-common v0.1.6
13122024-12-21T02:29:17.243Z Compiling block-buffer v0.10.4
13132024-12-21T02:29:17.514Z Compiling digest v0.10.7
13142024-12-21T02:29:17.631Z Compiling zerovec-derive v0.10.3
13152024-12-21T02:29:17.999Z Compiling hmac v0.12.1
13162024-12-21T02:29:18.224Z Compiling block-padding v0.3.3
13172024-12-21T02:29:18.264Z Compiling zerofrom v0.1.4
13182024-12-21T02:29:18.394Z Compiling displaydoc v0.2.5
13192024-12-21T02:29:18.471Z Compiling inout v0.1.3
13202024-12-21T02:29:18.491Z Compiling sha2 v0.10.8
13212024-12-21T02:29:18.491Z Compiling futures-util v0.3.31
13222024-12-21T02:29:18.754Z Compiling cipher v0.4.4
13232024-12-21T02:29:18.910Z Compiling yoke v0.7.4
13242024-12-21T02:29:18.968Z Compiling thiserror v1.0.69
13252024-12-21T02:29:19.111Z Compiling ppv-lite86 v0.2.20
13262024-12-21T02:29:19.268Z Compiling icu_provider_macros v1.5.0
13272024-12-21T02:29:19.286Z Compiling der_derive v0.7.3
13282024-12-21T02:29:20.021Z Compiling rand_chacha v0.3.1
13292024-12-21T02:29:20.151Z Compiling tracing-attributes v0.1.27
13302024-12-21T02:29:20.414Z Compiling zerovec v0.10.4
13312024-12-21T02:29:20.472Z Compiling rand v0.8.5
13322024-12-21T02:29:21.823Z Compiling der v0.7.9
13332024-12-21T02:29:22.122Z Compiling salsa20 v0.10.2
13342024-12-21T02:29:22.332Z Compiling tinystr v0.7.6
13352024-12-21T02:29:22.353Z Compiling icu_collections v1.5.0
13362024-12-21T02:29:22.670Z Compiling pest v2.7.14
13372024-12-21T02:29:22.695Z Compiling pbkdf2 v0.12.2
13382024-12-21T02:29:22.785Z Compiling icu_locid v1.5.0
13392024-12-21T02:29:22.893Z Compiling icu_properties_data v1.5.0
13402024-12-21T02:29:23.160Z Compiling untrusted v0.7.1
13412024-12-21T02:29:23.350Z Compiling untrusted v0.9.0
13422024-12-21T02:29:23.533Z Compiling mirai-annotations v1.12.0
13432024-12-21T02:29:23.717Z Compiling vcpkg v0.2.15
13442024-12-21T02:29:23.782Z Compiling num-conv v0.1.0
13452024-12-21T02:29:23.916Z Compiling icu_provider v1.5.0
13462024-12-21T02:29:24.076Z Compiling tracing v0.1.40
13472024-12-21T02:29:24.619Z Compiling spki v0.7.3
13482024-12-21T02:29:24.798Z Compiling icu_locid_transform v1.5.0
13492024-12-21T02:29:25.041Z Compiling powerfmt v0.2.0
13502024-12-21T02:29:25.043Z Compiling time-core v0.1.2
13512024-12-21T02:29:25.231Z Compiling time-macros v0.2.18
13522024-12-21T02:29:25.306Z Compiling pest_meta v2.7.14
13532024-12-21T02:29:25.452Z Compiling deranged v0.3.11
13542024-12-21T02:29:25.986Z Compiling openssl-sys v0.9.103
13552024-12-21T02:29:27.086Z Compiling icu_properties v1.5.1
13562024-12-21T02:29:27.144Z Compiling scrypt v0.11.0
13572024-12-21T02:29:27.426Z Compiling aes v0.8.4
13582024-12-21T02:29:27.599Z Compiling cbc v0.1.2
13592024-12-21T02:29:27.686Z Compiling scroll_derive v0.12.0
13602024-12-21T02:29:27.829Z Compiling write16 v1.0.0
13612024-12-21T02:29:27.962Z Compiling icu_normalizer_data v1.5.0
13622024-12-21T02:29:28.072Z Compiling bitflags v2.6.0
13632024-12-21T02:29:28.449Z Compiling bytes v1.8.0
13642024-12-21T02:29:29.048Z Compiling indexmap v2.6.0
13652024-12-21T02:29:29.109Z Compiling semver v1.0.23
13662024-12-21T02:29:29.760Z Compiling tokio v1.40.0
13672024-12-21T02:29:29.892Z Compiling http v1.1.0
13682024-12-21T02:29:30.291Z Compiling rustc_version v0.4.1
13692024-12-21T02:29:30.460Z Compiling num_threads v0.1.7
13702024-12-21T02:29:30.481Z Compiling utf8_iter v1.0.4
13712024-12-21T02:29:30.583Z Compiling atomic-waker v1.1.2
13722024-12-21T02:29:30.698Z Compiling utf16_iter v1.0.5
13732024-12-21T02:29:30.768Z Compiling time v0.3.36
13742024-12-21T02:29:30.909Z Compiling icu_normalizer v1.5.0
13752024-12-21T02:29:31.028Z Compiling scroll v0.12.0
13762024-12-21T02:29:31.626Z Compiling http-body v1.0.1
13772024-12-21T02:29:31.867Z Compiling pkcs5 v0.7.1
13782024-12-21T02:29:32.019Z Compiling pest_generator v2.7.14
13792024-12-21T02:29:32.039Z Compiling form_urlencoded v1.2.1
13802024-12-21T02:29:32.372Z Compiling slog v2.7.0
13812024-12-21T02:29:32.467Z Compiling try-lock v0.2.5
13822024-12-21T02:29:32.619Z Compiling which v4.4.2
13832024-12-21T02:29:32.883Z Compiling goblin v0.8.2
13842024-12-21T02:29:33.192Z Compiling want v0.3.1
13852024-12-21T02:29:33.209Z Compiling pkcs8 v0.10.2
13862024-12-21T02:29:33.479Z Compiling idna_adapter v1.2.0
13872024-12-21T02:29:33.695Z Compiling httpdate v1.0.3
13882024-12-21T02:29:33.940Z Compiling idna v1.0.3
13892024-12-21T02:29:34.024Z Compiling pest_derive v2.7.14
13902024-12-21T02:29:34.146Z Compiling serde_spanned v0.6.8
13912024-12-21T02:29:34.385Z Compiling uuid v1.11.0
13922024-12-21T02:29:34.777Z Compiling serde_tokenstream v0.2.2
13932024-12-21T02:29:34.825Z Compiling dtrace-parser v0.2.0
13942024-12-21T02:29:35.445Z Compiling toml_datetime v0.6.8
13952024-12-21T02:29:35.847Z Compiling iana-time-zone v0.1.61
13962024-12-21T02:29:35.870Z Compiling openssl v0.10.66
13972024-12-21T02:29:35.978Z Compiling base64 v0.22.1
13982024-12-21T02:29:36.103Z Compiling foreign-types-shared v0.1.1
13992024-12-21T02:29:36.215Z Compiling rustversion v1.0.17
14002024-12-21T02:29:36.276Z Compiling adler2 v2.0.0
14012024-12-21T02:29:36.309Z Compiling tower-service v0.3.3
14022024-12-21T02:29:36.439Z Compiling match_cfg v0.1.0
14032024-12-21T02:29:36.488Z Compiling miniz_oxide v0.8.0
14042024-12-21T02:29:36.551Z Compiling hostname v0.3.1
14052024-12-21T02:29:36.764Z Compiling foreign-types v0.3.2
14062024-12-21T02:29:36.792Z Compiling chrono v0.4.38
14072024-12-21T02:29:36.906Z Compiling url v2.5.3
14082024-12-21T02:29:37.061Z Compiling openssl-macros v0.1.1
14092024-12-21T02:29:37.783Z Compiling async-trait v0.1.83
14102024-12-21T02:29:38.046Z Compiling dirs-sys-next v0.1.2
14112024-12-21T02:29:38.326Z Compiling tokio-util v0.7.12
14122024-12-21T02:29:38.714Z Compiling dof v0.3.0
14132024-12-21T02:29:38.886Z Compiling native-tls v0.2.12
14142024-12-21T02:29:39.214Z Compiling siphasher v0.3.11
14152024-12-21T02:29:39.608Z Compiling h2 v0.4.6
14162024-12-21T02:29:39.797Z Compiling usdt-impl v0.5.0
14172024-12-21T02:29:40.497Z Compiling rustls v0.22.4
14182024-12-21T02:29:40.569Z Compiling data-encoding v2.6.0
14192024-12-21T02:29:40.737Z Compiling rustls v0.23.19
14202024-12-21T02:29:40.933Z Compiling syn v1.0.109
14212024-12-21T02:29:41.056Z Compiling dirs-next v2.0.0
14222024-12-21T02:29:41.634Z Compiling http-body-util v0.1.2
14232024-12-21T02:29:42.190Z Compiling heapless v0.7.17
14242024-12-21T02:29:42.599Z Compiling crossbeam-epoch v0.9.18
14252024-12-21T02:29:42.819Z Compiling sha1 v0.10.6
14262024-12-21T02:29:42.937Z Compiling signature v2.2.0
14272024-12-21T02:29:43.510Z Compiling bzip2-sys v0.1.11+1.0.8
14282024-12-21T02:29:43.539Z Compiling serde_derive_internals v0.29.1
14292024-12-21T02:29:43.539Z Compiling thread_local v1.1.8
14302024-12-21T02:29:43.539Z Compiling encoding_rs v0.8.34
14312024-12-21T02:29:43.727Z Compiling cookie v0.18.1
14322024-12-21T02:29:43.806Z Compiling multer v3.1.0
14332024-12-21T02:29:43.989Z Compiling unicode-properties v0.1.3
14342024-12-21T02:29:44.111Z Compiling rayon-core v1.12.1
14352024-12-21T02:29:44.382Z Compiling slog-async v2.8.0
14362024-12-21T02:29:44.398Z Compiling ipnet v2.10.1
14372024-12-21T02:29:44.921Z Compiling signal-hook v0.3.17
14382024-12-21T02:29:45.182Z Compiling schemars v0.8.21
14392024-12-21T02:29:45.534Z Compiling openssl-probe v0.1.5
14402024-12-21T02:29:45.580Z Compiling mime v0.3.17
14412024-12-21T02:29:45.701Z Compiling gimli v0.31.1
14422024-12-21T02:29:45.907Z Compiling toml_edit v0.22.22
14432024-12-21T02:29:46.121Z Compiling schemars_derive v0.8.21
14442024-12-21T02:29:46.312Z Compiling stringprep v0.1.5
14452024-12-21T02:29:47.595Z Compiling hyper v1.5.0
14462024-12-21T02:29:49.453Z Compiling usdt-attr-macro v0.5.0
14472024-12-21T02:29:50.085Z Compiling hyper-util v0.1.10
14482024-12-21T02:29:50.135Z Compiling usdt-macro v0.5.0
14492024-12-21T02:29:50.350Z Compiling addr2line v0.24.2
14502024-12-21T02:29:50.908Z Compiling crossbeam-deque v0.8.5
14512024-12-21T02:29:51.095Z Compiling term v0.7.0
14522024-12-21T02:29:51.251Z Compiling slog-json v2.6.1
14532024-12-21T02:29:51.631Z Compiling serde_urlencoded v0.7.1
14542024-12-21T02:29:51.660Z Compiling curve25519-dalek v4.1.3
14552024-12-21T02:29:51.785Z Compiling crossbeam-channel v0.5.13
14562024-12-21T02:29:52.196Z Compiling futures-executor v0.3.31
14572024-12-21T02:29:52.273Z Compiling enum-as-inner v0.6.1
14582024-12-21T02:29:52.671Z Compiling md-5 v0.10.6
14592024-12-21T02:29:52.760Z Compiling async-stream-impl v0.3.6
14602024-12-21T02:29:52.844Z Compiling rustls-pemfile v2.2.0
14612024-12-21T02:29:52.927Z Compiling num-integer v0.1.46
14622024-12-21T02:29:53.157Z Compiling idna v0.4.0
14632024-12-21T02:29:53.312Z Compiling idna v0.3.0
14642024-12-21T02:29:53.364Z Compiling hash32 v0.2.1
14652024-12-21T02:29:53.687Z Compiling ff v0.13.0
14662024-12-21T02:29:53.765Z Compiling is-terminal v0.4.13
14672024-12-21T02:29:53.885Z Compiling dropshot v0.12.0
14682024-12-21T02:29:53.915Z Compiling object v0.36.5
14692024-12-21T02:29:54.151Z Compiling psl-types v2.0.11
14702024-12-21T02:29:54.189Z Compiling quick-error v1.2.3
14712024-12-21T02:29:54.307Z Compiling base16ct v0.2.0
14722024-12-21T02:29:54.322Z Compiling take_mut v0.2.2
14732024-12-21T02:29:54.341Z Compiling num-bigint-dig v0.8.4
14742024-12-21T02:29:54.471Z Compiling linked-hash-map v0.5.6
14752024-12-21T02:29:54.643Z Compiling dyn-clone v1.0.17
14762024-12-21T02:29:54.735Z Compiling fallible-iterator v0.2.0
14772024-12-21T02:29:54.823Z Compiling portable-atomic v1.9.0
14782024-12-21T02:29:54.826Z Compiling smoltcp v0.9.1
14792024-12-21T02:29:54.860Z Compiling utf-8 v0.7.6
14802024-12-21T02:29:55.015Z Compiling anyhow v1.0.93
14812024-12-21T02:29:55.226Z Compiling rustc-demangle v0.1.24
14822024-12-21T02:29:55.365Z Compiling postgres-protocol v0.6.7
14832024-12-21T02:29:55.657Z Compiling tungstenite v0.24.0
14842024-12-21T02:29:56.034Z Compiling lru-cache v0.1.2
14852024-12-21T02:29:56.253Z Compiling sec1 v0.7.3
14862024-12-21T02:29:56.728Z Compiling publicsuffix v2.2.3
14872024-12-21T02:29:56.824Z Compiling resolv-conf v0.7.0
14882024-12-21T02:29:57.095Z Compiling async-stream v0.3.6
14892024-12-21T02:29:57.373Z Compiling hickory-proto v0.24.1
14902024-12-21T02:29:57.472Z Compiling group v0.13.0
14912024-12-21T02:29:57.640Z Compiling slog-term v2.9.1
14922024-12-21T02:29:57.790Z Compiling usdt v0.5.0
14932024-12-21T02:29:58.303Z Compiling num-iter v0.1.45
14942024-12-21T02:29:58.494Z Compiling futures v0.3.31
14952024-12-21T02:29:58.725Z Compiling slog-bunyan v2.5.0
14962024-12-21T02:29:59.081Z Compiling toml v0.8.19
14972024-12-21T02:30:00.323Z Compiling tokio-native-tls v0.3.1
14982024-12-21T02:30:00.777Z Compiling camino v1.1.9
14992024-12-21T02:30:00.917Z Compiling phf_shared v0.11.2
15002024-12-21T02:30:01.050Z Compiling dropshot_endpoint v0.12.0
15012024-12-21T02:30:01.404Z Compiling backtrace v0.3.74
15022024-12-21T02:30:01.584Z Compiling terminal_size v0.4.0
15032024-12-21T02:30:01.732Z Compiling waitgroup v0.1.2
15042024-12-21T02:30:01.876Z Compiling openapiv3 v2.0.0
15052024-12-21T02:30:02.041Z Compiling serde_path_to_error v0.1.16
15062024-12-21T02:30:02.103Z Compiling hkdf v0.12.4
15072024-12-21T02:30:02.330Z Compiling crypto-bigint v0.5.5
15082024-12-21T02:30:02.837Z Compiling curve25519-dalek-derive v0.1.1
15092024-12-21T02:30:04.500Z Compiling zerocopy-derive v0.6.6
15102024-12-21T02:30:05.035Z Compiling webpki-roots v0.26.6
15112024-12-21T02:30:05.295Z Compiling idna v0.5.0
15122024-12-21T02:30:05.656Z Compiling hubpack_derive v0.1.1
15132024-12-21T02:30:05.851Z Compiling hostname v0.4.0
15142024-12-21T02:30:06.047Z Compiling ahash v0.8.11
15152024-12-21T02:30:06.381Z Compiling fs-err v2.11.0
15162024-12-21T02:30:06.466Z Compiling crc32fast v1.4.2
15172024-12-21T02:30:06.547Z Compiling bitflags v1.3.2
15182024-12-21T02:30:06.627Z Compiling debug-ignore v1.0.5
15192024-12-21T02:30:06.664Z Compiling winnow v0.5.40
15202024-12-21T02:30:06.747Z Compiling managed v0.8.0
15212024-12-21T02:30:06.784Z Compiling clap_builder v4.5.21
15222024-12-21T02:30:06.792Z Compiling console v0.15.8
15232024-12-21T02:30:06.965Z Compiling zerocopy v0.6.6
15242024-12-21T02:30:10.392Z Compiling flate2 v1.0.34
15252024-12-21T02:30:10.475Z Compiling strum_macros v0.25.3
15262024-12-21T02:30:10.475Z Compiling hubpack v0.1.2
15272024-12-21T02:30:10.475Z Compiling cookie_store v0.21.0
15282024-12-21T02:30:10.475Z Compiling elliptic-curve v0.13.8
15292024-12-21T02:30:10.475Z Compiling hickory-resolver v0.24.1
15302024-12-21T02:30:10.475Z Compiling toml_edit v0.19.15
15312024-12-21T02:30:10.520Z Compiling phf v0.11.2
15322024-12-21T02:30:10.603Z Compiling signal-hook-mio v0.2.4
15332024-12-21T02:30:10.773Z Compiling hyper-tls v0.6.0
15342024-12-21T02:30:10.805Z Compiling rayon v1.10.0
15352024-12-21T02:30:11.192Z Compiling bzip2 v0.4.4
15362024-12-21T02:30:12.279Z Compiling tokio-tungstenite v0.24.0
15372024-12-21T02:30:12.901Z Compiling postgres-types v0.2.8
15382024-12-21T02:30:15.782Z Compiling ed25519 v2.2.3
15392024-12-21T02:30:15.814Z Compiling phf_shared v0.10.0
15402024-12-21T02:30:16.189Z Compiling tokio-stream v0.1.16
15412024-12-21T02:30:16.324Z Compiling pkcs1 v0.7.5
15422024-12-21T02:30:16.354Z Compiling serde-big-array v0.5.1
15432024-12-21T02:30:16.589Z Compiling clap_derive v4.5.18
15442024-12-21T02:30:17.246Z Compiling rfc6979 v0.4.0
15452024-12-21T02:30:17.267Z Compiling derive-where v1.2.7
15462024-12-21T02:30:17.324Z Compiling serde_repr v0.1.19
15472024-12-21T02:30:17.443Z Compiling float-cmp v0.9.0
15482024-12-21T02:30:17.672Z Compiling bstr v1.10.0
15492024-12-21T02:30:17.700Z Compiling sync_wrapper v1.0.1
15502024-12-21T02:30:17.849Z Compiling normalize-line-endings v0.3.0
15512024-12-21T02:30:17.978Z Compiling whoami v1.5.2
15522024-12-21T02:30:18.345Z Compiling difflib v0.4.0
15532024-12-21T02:30:18.570Z Compiling unicode-width v0.2.0
15542024-12-21T02:30:18.635Z Compiling predicates-core v1.0.8
15552024-12-21T02:30:18.997Z Compiling new_debug_unreachable v1.0.6
15562024-12-21T02:30:19.073Z Compiling unicode-segmentation v1.12.0
15572024-12-21T02:30:19.096Z Compiling number_prefix v0.4.0
15582024-12-21T02:30:19.331Z Compiling fixedbitset v0.4.2
15592024-12-21T02:30:19.524Z Compiling bit-vec v0.6.3
15602024-12-21T02:30:19.804Z Compiling precomputed-hash v0.1.1
15612024-12-21T02:30:19.957Z Compiling static_assertions v1.1.0
15622024-12-21T02:30:19.976Z Compiling string_cache v0.8.7
15632024-12-21T02:30:19.995Z Compiling bit-set v0.5.3
15642024-12-21T02:30:20.043Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15652024-12-21T02:30:20.059Z Compiling similar v2.6.0
15662024-12-21T02:30:20.290Z Compiling petgraph v0.6.5
15672024-12-21T02:30:20.453Z Compiling indicatif v0.17.9
15682024-12-21T02:30:20.912Z Compiling predicates v3.1.2
15692024-12-21T02:30:21.768Z Compiling clap v4.5.21
15702024-12-21T02:30:21.892Z Compiling tokio-postgres v0.7.12
15712024-12-21T02:30:22.521Z Compiling ecdsa v0.16.9
15722024-12-21T02:30:22.673Z Compiling rsa v0.9.6
15732024-12-21T02:30:22.757Z Compiling ed25519-dalek v2.1.1
15742024-12-21T02:30:23.405Z Compiling toml v0.7.8
15752024-12-21T02:30:24.089Z Compiling zip v0.6.6
15762024-12-21T02:30:24.581Z Compiling crossterm v0.28.1
15772024-12-21T02:30:25.875Z Compiling hex v0.4.3
15782024-12-21T02:30:26.152Z Compiling x509-cert v0.2.5
15792024-12-21T02:30:26.443Z Compiling itertools v0.10.5
15802024-12-21T02:30:26.499Z Compiling lalrpop-util v0.19.12
15812024-12-21T02:30:26.846Z Compiling unicode-xid v0.2.6
15822024-12-21T02:30:27.029Z Compiling peg-runtime v0.8.3
15832024-12-21T02:30:27.072Z Compiling strum_macros v0.26.4
15842024-12-21T02:30:27.768Z Compiling xattr v1.3.1
15852024-12-21T02:30:27.845Z Compiling filetime v0.2.25
15862024-12-21T02:30:28.209Z Compiling tar v0.4.42
15872024-12-21T02:30:32.926Z Compiling strum v0.26.3
15882024-12-21T02:30:34.952Z Compiling aws-lc-sys v0.22.0
15892024-12-21T02:31:03.081Z Compiling rustls-webpki v0.102.8
15902024-12-21T02:31:06.298Z Compiling tokio-rustls v0.25.0
15912024-12-21T02:31:08.369Z Compiling tokio-rustls v0.26.0
15922024-12-21T02:31:08.659Z Compiling hyper-rustls v0.27.3
15932024-12-21T02:31:08.925Z Compiling reqwest v0.12.9
15942024-12-21T02:31:09.875Z Compiling qorb v0.2.1
15952024-12-21T02:31:14.894Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15962024-12-21T02:31:15.129Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15972024-12-21T02:31:20.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
15982024-12-21T02:31:21.097Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15992024-12-21T02:31:21.138ZDec 21 02:31:19.577 INFO Starting download, target: Clickhouse
16002024-12-21T02:31:21.138ZDec 21 02:31:19.578 INFO Starting download, target: Cockroach
16012024-12-21T02:31:21.141ZDec 21 02:31:19.578 INFO Starting download, target: Console
16022024-12-21T02:31:21.142ZDec 21 02:31:19.578 INFO Starting download, target: DendriteOpenapi
16032024-12-21T02:31:21.142ZDec 21 02:31:19.578 INFO Starting download, target: DendriteStub
16042024-12-21T02:31:21.142ZDec 21 02:31:19.578 INFO Starting download, target: MaghemiteMgd
16052024-12-21T02:31:21.142ZDec 21 02:31:19.578 INFO Starting download, target: TransceiverControl
16062024-12-21T02:31:21.142ZDec 21 02:31:19.578 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16072024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16082024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16092024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16102024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16112024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16122024-12-21T02:31:21.142ZDec 21 02:31:19.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16132024-12-21T02:31:21.404ZDec 21 02:31:19.818 INFO Download complete, target: DendriteOpenapi
16142024-12-21T02:31:21.600ZDec 21 02:31:19.989 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16152024-12-21T02:31:21.675ZDec 21 02:31:20.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16162024-12-21T02:31:22.024ZDec 21 02:31:20.445 INFO Download complete, target: Console
16172024-12-21T02:31:22.119ZDec 21 02:31:20.537 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16182024-12-21T02:31:22.228ZDec 21 02:31:20.659 INFO Download complete, target: TransceiverControl
16192024-12-21T02:31:22.347ZDec 21 02:31:20.784 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16202024-12-21T02:31:22.667ZDec 21 02:31:21.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16212024-12-21T02:31:22.667ZDec 21 02:31:21.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16222024-12-21T02:31:23.010ZDec 21 02:31:21.446 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16232024-12-21T02:31:24.917ZDec 21 02:31:23.349 INFO Download complete, target: DendriteStub
16242024-12-21T02:31:25.207ZDec 21 02:31:23.613 INFO Download complete, target: MaghemiteMgd
16252024-12-21T02:31:30.141ZDec 21 02:31:28.576 INFO Checking that binary works, target: Cockroach
16262024-12-21T02:31:30.298ZDec 21 02:31:28.735 INFO Download complete, target: Cockroach
16272024-12-21T02:31:35.451ZDec 21 02:31:33.888 INFO Checking that binary works, target: Clickhouse
16282024-12-21T02:31:35.570ZDec 21 02:31:34.006 INFO Download complete, target: Clickhouse
16292024-12-21T02:31:35.577ZAll prerequisites installed successfully
16302024-12-21T02:31:35.580Z
16312024-12-21T02:31:35.580Zreal 6:06.316630855
16322024-12-21T02:31:35.580Zuser 16:30.107670885
16332024-12-21T02:31:35.580Zsys 3:10.268439679
16342024-12-21T02:31:35.580Ztrap 0.504149333
16352024-12-21T02:31:35.580Ztflt 1.763832081
16362024-12-21T02:31:35.580Zdflt 2.579021833
16372024-12-21T02:31:35.580Zkflt 0.025078884
16382024-12-21T02:31:35.580Zlock 31:44.414168436
16392024-12-21T02:31:35.580Zslp 1:04:28.208957830
16402024-12-21T02:31:35.580Zlat 54.113766573
16412024-12-21T02:31:35.580Zstop 2:04.631487489
16422024-12-21T02:31:35.580Z+ source ./tools/include/force-git-over-https.sh
16432024-12-21T02:31:35.580Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16442024-12-21T02:31:35.580Z++ (( i = 0 ))
16452024-12-21T02:31:35.580Z++ (( i < 5 ))
16462024-12-21T02:31:35.580Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16472024-12-21T02:31:35.583Z++ (( i++ ))
16482024-12-21T02:31:35.583Z++ (( i < 5 ))
16492024-12-21T02:31:35.587Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16502024-12-21T02:31:35.589Z++ (( i++ ))
16512024-12-21T02:31:35.589Z++ (( i < 5 ))
16522024-12-21T02:31:35.589Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16532024-12-21T02:31:35.592Z++ (( i++ ))
16542024-12-21T02:31:35.592Z++ (( i < 5 ))
16552024-12-21T02:31:35.592Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16562024-12-21T02:31:35.595Z++ (( i++ ))
16572024-12-21T02:31:35.595Z++ (( i < 5 ))
16582024-12-21T02:31:35.595Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16592024-12-21T02:31:35.597Z++ (( i++ ))
16602024-12-21T02:31:35.597Z++ (( i < 5 ))
16612024-12-21T02:31:35.597Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16622024-12-21T02:31:35.597Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16632024-12-21T02:31:35.598Z+ rc=0
16642024-12-21T02:31:35.598Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16652024-12-21T02:32:07.151Z+ case $rc in
16662024-12-21T02:32:07.152Z+ pfexec zfs create -p rpool/images/build/host
16672024-12-21T02:32:07.364Z+ pfexec zfs create -p rpool/images/build/recovery
16682024-12-21T02:32:07.595Z+ cargo xtask releng --output-dir /work
16692024-12-21T02:32:08.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16702024-12-21T02:32:08.008Z Running `target/debug/xtask releng --output-dir /work`
16712024-12-21T02:32:08.911Z Compiling proc-macro2 v1.0.89
16722024-12-21T02:32:08.911Z Compiling unicode-ident v1.0.13
16732024-12-21T02:32:08.911Z Compiling libc v0.2.162
16742024-12-21T02:32:08.914Z Compiling serde v1.0.215
16752024-12-21T02:32:08.914Z Compiling autocfg v1.4.0
16762024-12-21T02:32:08.914Z Compiling version_check v0.9.5
16772024-12-21T02:32:08.914Z Compiling cfg-if v1.0.0
16782024-12-21T02:32:09.118Z Compiling memchr v2.7.4
16792024-12-21T02:32:09.238Z Compiling typenum v1.17.0
16802024-12-21T02:32:09.305Z Compiling shlex v1.3.0
16812024-12-21T02:32:09.761Z Compiling value-bag v1.9.0
16822024-12-21T02:32:09.897Z Compiling lock_api v0.4.12
16832024-12-21T02:32:10.116Z Compiling generic-array v0.14.7
16842024-12-21T02:32:10.136Z Compiling scopeguard v1.2.0
16852024-12-21T02:32:10.278Z Compiling log v0.4.22
16862024-12-21T02:32:10.370Z Compiling parking_lot_core v0.9.10
16872024-12-21T02:32:10.674Z Compiling rustix v0.38.37
16882024-12-21T02:32:10.754Z Compiling serde_json v1.0.132
16892024-12-21T02:32:10.835Z Compiling quote v1.0.37
16902024-12-21T02:32:11.080Z Compiling libm v0.2.8
16912024-12-21T02:32:11.111Z Compiling num-traits v0.2.19
16922024-12-21T02:32:11.332Z Compiling syn v2.0.87
16932024-12-21T02:32:11.379Z Compiling jobserver v0.1.32
16942024-12-21T02:32:11.404Z Compiling getrandom v0.2.15
16952024-12-21T02:32:11.446Z Compiling once_cell v1.20.2
16962024-12-21T02:32:11.546Z Compiling thiserror v1.0.69
16972024-12-21T02:32:11.712Z Compiling spin v0.9.8
16982024-12-21T02:32:11.747Z Compiling cc v1.1.30
16992024-12-21T02:32:11.750Z Compiling itoa v1.0.11
17002024-12-21T02:32:11.844Z Compiling aho-corasick v1.1.3
17012024-12-21T02:32:12.100Z Compiling regex-syntax v0.8.5
17022024-12-21T02:32:12.154Z Compiling slab v0.4.9
17032024-12-21T02:32:12.355Z Compiling errno v0.3.9
17042024-12-21T02:32:12.980Z Compiling byteorder v1.5.0
17052024-12-21T02:32:13.195Z Compiling either v1.13.0
17062024-12-21T02:32:13.513Z Compiling lazy_static v1.5.0
17072024-12-21T02:32:13.582Z Compiling rand_core v0.6.4
17082024-12-21T02:32:13.881Z Compiling glob v0.3.1
17092024-12-21T02:32:13.963Z Compiling prettyplease v0.2.25
17102024-12-21T02:32:14.106Z Compiling subtle v2.6.1
17112024-12-21T02:32:14.348Z Compiling minimal-lexical v0.2.1
17122024-12-21T02:32:14.700Z Compiling libloading v0.8.5
17132024-12-21T02:32:14.703Z Compiling clang-sys v1.8.1
17142024-12-21T02:32:14.837Z Compiling nom v7.1.3
17152024-12-21T02:32:15.109Z Compiling bindgen v0.69.5
17162024-12-21T02:32:15.488Z Compiling home v0.5.9
17172024-12-21T02:32:15.710Z Compiling itertools v0.12.1
17182024-12-21T02:32:15.899Z Compiling regex-automata v0.4.8
17192024-12-21T02:32:17.165Z Compiling rustc-hash v1.1.0
17202024-12-21T02:32:17.640Z Compiling lazycell v1.3.0
17212024-12-21T02:32:17.735Z Compiling cmake v0.1.51
17222024-12-21T02:32:17.828Z Compiling dunce v1.0.5
17232024-12-21T02:32:18.013Z Compiling fs_extra v1.3.0
17242024-12-21T02:32:18.405Z Compiling pkg-config v0.3.31
17252024-12-21T02:32:18.659Z Compiling cexpr v0.6.0
17262024-12-21T02:32:18.707Z Compiling smallvec v1.13.2
17272024-12-21T02:32:18.770Z Compiling semver v1.0.23
17282024-12-21T02:32:19.102Z Compiling ring v0.17.8
17292024-12-21T02:32:19.272Z Compiling synstructure v0.13.1
17302024-12-21T02:32:20.132Z Compiling heck v0.5.0
17312024-12-21T02:32:20.213Z Compiling paste v1.0.15
17322024-12-21T02:32:20.349Z Compiling ryu v1.0.18
17332024-12-21T02:32:20.635Z Compiling httparse v1.9.5
17342024-12-21T02:32:20.817Z Compiling aws-lc-rs v1.10.0
17352024-12-21T02:32:20.900Z Compiling const-oid v0.9.6
17362024-12-21T02:32:21.555Z Compiling pin-project-lite v0.2.14
17372024-12-21T02:32:21.718Z Compiling allocator-api2 v0.2.18
17382024-12-21T02:32:22.226Z Compiling regex v1.11.1
17392024-12-21T02:32:22.505Z Compiling futures-core v0.3.31
17402024-12-21T02:32:22.803Z Compiling signal-hook-registry v1.4.2
17412024-12-21T02:32:23.367Z Compiling num-conv v0.1.0
17422024-12-21T02:32:23.555Z Compiling crossbeam-utils v0.8.20
17432024-12-21T02:32:23.719Z Compiling time-core v0.1.2
17442024-12-21T02:32:24.034Z Compiling time-macros v0.2.18
17452024-12-21T02:32:24.072Z Compiling parking_lot v0.12.3
17462024-12-21T02:32:24.203Z Compiling mio v1.0.2
17472024-12-21T02:32:24.533Z Compiling vcpkg v0.2.15
17482024-12-21T02:32:25.094Z Compiling fnv v1.0.7
17492024-12-21T02:32:25.135Z Compiling serde_derive v1.0.215
17502024-12-21T02:32:25.275Z Compiling zeroize_derive v1.4.2
17512024-12-21T02:32:26.093Z Compiling zerocopy-derive v0.7.35
17522024-12-21T02:32:26.252Z Compiling tokio-macros v2.4.0
17532024-12-21T02:32:26.302Z Compiling thiserror-impl v1.0.69
17542024-12-21T02:32:26.471Z Compiling zerofrom-derive v0.1.4
17552024-12-21T02:32:27.023Z Compiling zeroize v1.8.1
17562024-12-21T02:32:27.558Z Compiling yoke-derive v0.7.4
17572024-12-21T02:32:27.583Z Compiling futures-macro v0.3.31
17582024-12-21T02:32:27.720Z Compiling zerovec-derive v0.10.3
17592024-12-21T02:32:28.292Z Compiling displaydoc v0.2.5
17602024-12-21T02:32:29.558Z Compiling zerocopy v0.7.35
17612024-12-21T02:32:29.805Z Compiling crypto-common v0.1.6
17622024-12-21T02:32:29.857Z Compiling icu_provider_macros v1.5.0
17632024-12-21T02:32:30.046Z Compiling tracing-attributes v0.1.27
17642024-12-21T02:32:30.180Z Compiling block-buffer v0.10.4
17652024-12-21T02:32:30.424Z Compiling der_derive v0.7.3
17662024-12-21T02:32:30.469Z Compiling digest v0.10.7
17672024-12-21T02:32:30.887Z Compiling openssl-sys v0.9.103
17682024-12-21T02:32:31.296Z Compiling schemars v0.8.21
17692024-12-21T02:32:32.028Z Compiling serde_derive_internals v0.29.1
17702024-12-21T02:32:32.668Z Compiling socket2 v0.5.7
17712024-12-21T02:32:32.860Z Compiling ahash v0.8.11
17722024-12-21T02:32:34.410Z Compiling schemars_derive v0.8.21
17732024-12-21T02:32:34.591Z Compiling equivalent v1.0.1
17742024-12-21T02:32:34.763Z Compiling foldhash v0.1.3
17752024-12-21T02:32:34.900Z Compiling futures-sink v0.3.31
17762024-12-21T02:32:35.087Z Compiling cpufeatures v0.2.14
17772024-12-21T02:32:35.130Z Compiling hashbrown v0.15.1
17782024-12-21T02:32:35.399Z Compiling stable_deref_trait v1.2.0
17792024-12-21T02:32:35.570Z Compiling slog v2.7.0
17802024-12-21T02:32:36.686Z Compiling futures-channel v0.3.31
17812024-12-21T02:32:36.779Z Compiling zerofrom v0.1.4
17822024-12-21T02:32:37.049Z Compiling scroll_derive v0.12.0
17832024-12-21T02:32:37.109Z Compiling pin-utils v0.1.0
17842024-12-21T02:32:37.209Z Compiling futures-task v0.3.31
17852024-12-21T02:32:37.253Z Compiling openssl v0.10.66
17862024-12-21T02:32:37.319Z Compiling ucd-trie v0.1.7
17872024-12-21T02:32:37.528Z Compiling futures-io v0.3.31
17882024-12-21T02:32:37.572Z Compiling yoke v0.7.4
17892024-12-21T02:32:37.735Z Compiling futures-util v0.3.31
17902024-12-21T02:32:37.767Z Compiling pest v2.7.14
17912024-12-21T02:32:38.085Z Compiling hmac v0.12.1
17922024-12-21T02:32:38.440Z Compiling tinyvec_macros v0.1.1
17932024-12-21T02:32:38.659Z Compiling tinyvec v1.8.0
17942024-12-21T02:32:38.693Z Compiling zerovec v0.10.4
17952024-12-21T02:32:39.662Z Compiling bitflags v2.6.0
17962024-12-21T02:32:40.353Z Compiling bytes v1.8.0
17972024-12-21T02:32:41.832Z Compiling tokio v1.40.0
17982024-12-21T02:32:42.426Z Compiling serde_tokenstream v0.2.2
17992024-12-21T02:32:42.660Z Compiling indexmap v2.6.0
18002024-12-21T02:32:44.487Z Compiling http v1.1.0
18012024-12-21T02:32:45.295Z Compiling which v4.4.2
18022024-12-21T02:32:45.782Z Compiling rustc_version v0.4.1
18032024-12-21T02:32:46.498Z Compiling pest_meta v2.7.14
18042024-12-21T02:32:46.613Z Compiling uuid v1.11.0
18052024-12-21T02:32:47.131Z Compiling block-padding v0.3.3
18062024-12-21T02:32:47.417Z Compiling openssl-macros v0.1.1
18072024-12-21T02:32:47.579Z Compiling iana-time-zone v0.1.61
18082024-12-21T02:32:47.983Z Compiling rustls v0.23.19
18092024-12-21T02:32:48.275Z Compiling native-tls v0.2.12
18102024-12-21T02:32:48.636Z Compiling pest_generator v2.7.14
18112024-12-21T02:32:49.643Z Compiling chrono v0.4.38
18122024-12-21T02:32:50.295Z Compiling inout v0.1.3
18132024-12-21T02:32:50.600Z Compiling unicode-normalization v0.1.24
18142024-12-21T02:32:50.674Z Compiling cipher v0.4.4
18152024-12-21T02:32:51.116Z Compiling pest_derive v2.7.14
18162024-12-21T02:32:51.236Z Compiling tinystr v0.7.6
18172024-12-21T02:32:51.995Z Compiling sha2 v0.10.8
18182024-12-21T02:32:52.122Z Compiling async-trait v0.1.83
18192024-12-21T02:32:52.396Z Compiling cookie v0.18.1
18202024-12-21T02:32:52.745Z Compiling usdt-impl v0.5.0
18212024-12-21T02:32:52.880Z Compiling litemap v0.7.3
18222024-12-21T02:32:53.494Z Compiling unicode-bidi v0.3.17
18232024-12-21T02:32:53.588Z Compiling writeable v0.5.5
18242024-12-21T02:32:54.830Z Compiling base64ct v1.6.0
18252024-12-21T02:32:55.405Z Compiling pem-rfc7468 v0.7.0
18262024-12-21T02:32:55.451Z Compiling icu_locid v1.5.0
18272024-12-21T02:32:56.627Z Compiling scroll v0.12.0
18282024-12-21T02:32:57.429Z Compiling ppv-lite86 v0.2.20
18292024-12-21T02:32:57.839Z Compiling tracing-core v0.1.32
18302024-12-21T02:32:58.547Z Compiling flagset v0.4.6
18312024-12-21T02:32:58.787Z Compiling plain v0.2.3
18322024-12-21T02:32:58.980Z Compiling dyn-clone v1.0.17
18332024-12-21T02:32:59.177Z Compiling rustls-pki-types v1.10.0
18342024-12-21T02:33:00.135Z Compiling percent-encoding v2.3.1
18352024-12-21T02:33:00.612Z Compiling syn v1.0.109
18362024-12-21T02:33:00.790Z Compiling aws-lc-sys v0.22.0
18372024-12-21T02:33:00.921Z Compiling camino v1.1.9
18382024-12-21T02:33:01.676Z Compiling goblin v0.8.2
18392024-12-21T02:33:03.065Z Compiling der v0.7.9
18402024-12-21T02:33:04.803Z Compiling tracing v0.1.40
18412024-12-21T02:33:04.956Z Compiling rand_chacha v0.3.1
18422024-12-21T02:33:06.175Z Compiling icu_provider v1.5.0
18432024-12-21T02:33:06.547Z Compiling tokio-util v0.7.12
18442024-12-21T02:33:08.667Z Compiling rayon-core v1.12.1
18452024-12-21T02:33:08.864Z Compiling untrusted v0.7.1
18462024-12-21T02:33:08.961Z Compiling icu_locid_transform_data v1.5.0
18472024-12-21T02:33:09.127Z Compiling powerfmt v0.2.0
18482024-12-21T02:33:09.206Z Compiling rustls v0.22.4
18492024-12-21T02:33:09.647Z Compiling mirai-annotations v1.12.0
18502024-12-21T02:33:09.734Z Compiling pretty-hex v0.4.1
18512024-12-21T02:33:09.980Z Compiling untrusted v0.9.0
18522024-12-21T02:33:10.012Z Compiling dof v0.3.0
18532024-12-21T02:33:10.348Z Compiling deranged v0.3.11
18542024-12-21T02:33:10.984Z Compiling icu_locid_transform v1.5.0
18552024-12-21T02:33:12.571Z Compiling rand v0.8.5
18562024-12-21T02:33:12.762Z Compiling spki v0.7.3
18572024-12-21T02:33:13.482Z Compiling dtrace-parser v0.2.0
18582024-12-21T02:33:14.379Z Compiling salsa20 v0.10.2
18592024-12-21T02:33:14.684Z Compiling icu_collections v1.5.0
18602024-12-21T02:33:15.436Z Compiling pbkdf2 v0.12.2
18612024-12-21T02:33:16.370Z Compiling bzip2-sys v0.1.11+1.0.8
18622024-12-21T02:33:16.802Z Compiling thread-id v4.2.2
18632024-12-21T02:33:16.985Z Compiling atomic-waker v1.1.2
18642024-12-21T02:33:17.539Z Compiling icu_properties_data v1.5.0
18652024-12-21T02:33:18.241Z Compiling num_threads v0.1.7
18662024-12-21T02:33:18.267Z Compiling icu_properties v1.5.1
18672024-12-21T02:33:18.374Z Compiling time v0.3.36
18682024-12-21T02:33:23.514Z Compiling scrypt v0.11.0
18692024-12-21T02:33:24.164Z Compiling form_urlencoded v1.2.1
18702024-12-21T02:33:24.192Z Compiling cbc v0.1.2
18712024-12-21T02:33:24.535Z Compiling aes v0.8.4
18722024-12-21T02:33:24.668Z Compiling http-body v1.0.1
18732024-12-21T02:33:25.026Z Compiling multer v3.1.0
18742024-12-21T02:33:25.275Z Compiling icu_normalizer_data v1.5.0
18752024-12-21T02:33:25.402Z Compiling utf8_iter v1.0.4
18762024-12-21T02:33:25.426Z Compiling write16 v1.0.0
18772024-12-21T02:33:25.568Z Compiling try-lock v0.2.5
18782024-12-21T02:33:25.712Z Compiling slog-async v2.8.0
18792024-12-21T02:33:25.793Z Compiling utf16_iter v1.0.5
18802024-12-21T02:33:26.284Z Compiling icu_normalizer v1.5.0
18812024-12-21T02:33:26.458Z Compiling want v0.3.1
18822024-12-21T02:33:26.932Z Compiling pkcs5 v0.7.1
18832024-12-21T02:33:30.435Z Compiling h2 v0.4.6
18842024-12-21T02:33:31.801Z Compiling heapless v0.7.17
18852024-12-21T02:33:32.163Z Compiling zerocopy-derive v0.6.6
18862024-12-21T02:33:32.292Z Compiling anyhow v1.0.93
18872024-12-21T02:33:32.620Z Compiling signal-hook v0.3.17
18882024-12-21T02:33:33.125Z Compiling base64 v0.22.1
18892024-12-21T02:33:33.221Z Compiling num-bigint-dig v0.8.4
18902024-12-21T02:33:33.856Z Compiling httpdate v1.0.3
18912024-12-21T02:33:35.577Z Compiling pkcs8 v0.10.2
18922024-12-21T02:33:36.398Z Compiling idna_adapter v1.2.0
18932024-12-21T02:33:36.818Z Compiling usdt-macro v0.5.0
18942024-12-21T02:33:37.170Z Compiling usdt-attr-macro v0.5.0
18952024-12-21T02:33:39.029Z Compiling hyper v1.5.0
18962024-12-21T02:33:39.119Z Compiling async-stream-impl v0.3.6
18972024-12-21T02:33:39.754Z Compiling tower-service v0.3.3
18982024-12-21T02:33:39.922Z Compiling strsim v0.11.1
18992024-12-21T02:33:40.617Z Compiling rustversion v1.0.17
19002024-12-21T02:33:42.102Z Compiling idna v1.0.3
19012024-12-21T02:33:42.635Z Compiling hyper-util v0.1.10
19022024-12-21T02:33:49.176Z Compiling curve25519-dalek v4.1.3
19032024-12-21T02:33:49.787Z Compiling openapiv3 v2.0.0
19042024-12-21T02:33:49.850Z Compiling toml_datetime v0.6.8
19052024-12-21T02:33:50.338Z Compiling serde_spanned v0.6.8
19062024-12-21T02:33:50.459Z Compiling enum-as-inner v0.6.1
19072024-12-21T02:33:50.725Z Compiling dropshot v0.12.0
19082024-12-21T02:33:51.610Z Compiling adler2 v2.0.0
19092024-12-21T02:33:51.711Z Compiling portable-atomic v1.9.0
19102024-12-21T02:33:51.899Z Compiling smoltcp v0.9.1
19112024-12-21T02:33:51.901Z Compiling foreign-types-shared v0.1.1
19122024-12-21T02:33:52.224Z Compiling match_cfg v0.1.0
19132024-12-21T02:33:52.497Z Compiling hostname v0.3.1
19142024-12-21T02:33:52.558Z Compiling foreign-types v0.3.2
19152024-12-21T02:33:52.769Z Compiling miniz_oxide v0.8.0
19162024-12-21T02:33:54.744Z Compiling url v2.5.3
19172024-12-21T02:34:02.598Z Compiling http-body-util v0.1.2
19182024-12-21T02:34:03.271Z Compiling clap_derive v4.5.18
19192024-12-21T02:34:03.575Z Compiling dirs-sys-next v0.1.2
19202024-12-21T02:34:04.130Z Compiling encoding_rs v0.8.34
19212024-12-21T02:34:06.222Z Compiling mime v0.3.17
19222024-12-21T02:34:07.531Z Compiling data-encoding v2.6.0
19232024-12-21T02:34:08.681Z Compiling siphasher v0.3.11
19242024-12-21T02:34:09.480Z Compiling dirs-next v2.0.0
19252024-12-21T02:34:15.867Z Compiling hubpack_derive v0.1.1
19262024-12-21T02:34:15.926Z Compiling serde_urlencoded v0.7.1
19272024-12-21T02:34:16.514Z Compiling crossbeam-epoch v0.9.18
19282024-12-21T02:34:16.746Z Compiling hashbrown v0.14.5
19292024-12-21T02:34:17.204Z Compiling rustls-webpki v0.102.8
19302024-12-21T02:34:18.243Z Compiling rustls-pemfile v2.2.0
19312024-12-21T02:34:18.285Z Compiling dropshot_endpoint v0.12.0
19322024-12-21T02:34:19.194Z Compiling sha1 v0.10.6
19332024-12-21T02:34:19.198Z Compiling signature v2.2.0
19342024-12-21T02:34:19.433Z Compiling curve25519-dalek-derive v0.1.1
19352024-12-21T02:34:19.674Z Compiling thread_local v1.1.8
19362024-12-21T02:34:19.695Z Compiling fs-err v2.11.0
19372024-12-21T02:34:20.160Z Compiling openssl-probe v0.1.5
19382024-12-21T02:34:20.642Z Compiling anstyle v1.0.10
19392024-12-21T02:34:20.797Z Compiling ipnet v2.10.1
19402024-12-21T02:34:22.097Z Compiling winnow v0.6.20
19412024-12-21T02:34:23.202Z Compiling utf8parse v0.2.2
19422024-12-21T02:34:23.373Z Compiling gimli v0.31.1
19432024-12-21T02:34:23.480Z Compiling unicode-properties v0.1.3
19442024-12-21T02:34:23.833Z Compiling anstyle-parse v0.2.5
19452024-12-21T02:34:23.894Z Compiling stringprep v0.1.5
19462024-12-21T02:34:25.790Z Compiling toml_edit v0.22.22
19472024-12-21T02:34:26.362Z Compiling regress v0.10.1
19482024-12-21T02:34:28.536Z Compiling addr2line v0.24.2
19492024-12-21T02:34:29.189Z Compiling crossbeam-deque v0.8.5
19502024-12-21T02:34:29.532Z Compiling term v0.7.0
19512024-12-21T02:34:30.798Z Compiling slog-json v2.6.1
19522024-12-21T02:34:31.384Z Compiling crossbeam-channel v0.5.13
19532024-12-21T02:34:32.797Z Compiling idna v0.3.0
19542024-12-21T02:34:33.162Z Compiling idna v0.4.0
19552024-12-21T02:34:34.325Z Compiling futures-executor v0.3.31
19562024-12-21T02:34:34.424Z Compiling num-integer v0.1.46
19572024-12-21T02:34:34.501Z Compiling md-5 v0.10.6
19582024-12-21T02:34:34.755Z Compiling ff v0.13.0
19592024-12-21T02:34:34.814Z Compiling hash32 v0.2.1
19602024-12-21T02:34:34.991Z Compiling is-terminal v0.4.13
19612024-12-21T02:34:35.128Z Compiling memmap v0.7.0
19622024-12-21T02:34:35.149Z Compiling object v0.36.5
19632024-12-21T02:34:35.187Z Compiling anstyle-query v1.1.1
19642024-12-21T02:34:35.349Z Compiling psl-types v2.0.11
19652024-12-21T02:34:35.451Z Compiling linked-hash-map v0.5.6
19662024-12-21T02:34:35.559Z Compiling heck v0.4.1
19672024-12-21T02:34:35.825Z Compiling base16ct v0.2.0
19682024-12-21T02:34:35.990Z Compiling quick-error v1.2.3
19692024-12-21T02:34:36.124Z Compiling rustc-demangle v0.1.24
19702024-12-21T02:34:36.145Z Compiling fallible-iterator v0.2.0
19712024-12-21T02:34:36.890Z Compiling colorchoice v1.0.2
19722024-12-21T02:34:36.986Z Compiling utf-8 v0.7.6
19732024-12-21T02:34:37.062Z Compiling take_mut v0.2.2
19742024-12-21T02:34:37.286Z Compiling is_terminal_polyfill v1.70.1
19752024-12-21T02:34:37.309Z Compiling tungstenite v0.24.0
19762024-12-21T02:34:37.438Z Compiling publicsuffix v2.2.3
19772024-12-21T02:34:37.463Z Compiling anstream v0.6.15
19782024-12-21T02:34:38.126Z Compiling postgres-protocol v0.6.7
19792024-12-21T02:34:38.768Z Compiling resolv-conf v0.7.0
19802024-12-21T02:34:39.357Z Compiling sec1 v0.7.3
19812024-12-21T02:34:39.382Z Compiling strum_macros v0.25.3
19822024-12-21T02:34:39.403Z Compiling lru-cache v0.1.2
19832024-12-21T02:34:39.617Z Compiling usdt v0.5.0
19842024-12-21T02:34:39.943Z Compiling slog-term v2.9.1
19852024-12-21T02:34:40.097Z Compiling group v0.13.0
19862024-12-21T02:34:40.421Z Compiling num-iter v0.1.45
19872024-12-21T02:34:40.621Z Compiling futures v0.3.31
19882024-12-21T02:34:41.048Z Compiling hickory-proto v0.24.1
19892024-12-21T02:34:42.399Z Compiling tokio-rustls v0.26.0
19902024-12-21T02:34:42.891Z Compiling backtrace v0.3.74
19912024-12-21T02:34:43.327Z Compiling slog-bunyan v2.5.0
19922024-12-21T02:34:43.393Z Compiling typify-impl v0.2.0
19932024-12-21T02:34:43.545Z Compiling tokio-rustls v0.25.0
19942024-12-21T02:34:43.908Z Compiling toml v0.8.19
19952024-12-21T02:34:43.975Z Compiling tokio-native-tls v0.3.1
19962024-12-21T02:34:44.295Z Compiling phf_shared v0.11.2
19972024-12-21T02:34:44.683Z Compiling async-stream v0.3.6
19982024-12-21T02:34:44.963Z Compiling waitgroup v0.1.2
19992024-12-21T02:34:45.123Z Compiling webpki-roots v0.26.6
20002024-12-21T02:34:45.338Z Compiling idna v0.5.0
20012024-12-21T02:34:45.475Z Compiling terminal_size v0.4.0
20022024-12-21T02:34:45.705Z Compiling serde_path_to_error v0.1.16
20032024-12-21T02:34:46.446Z Compiling hkdf v0.12.4
20042024-12-21T02:34:46.490Z Compiling crypto-bigint v0.5.5
20052024-12-21T02:34:46.692Z Compiling serde_repr v0.1.19
20062024-12-21T02:34:46.738Z Compiling derive-where v1.2.7
20072024-12-21T02:34:47.958Z Compiling hostname v0.4.0
20082024-12-21T02:34:48.189Z Compiling crc32fast v1.4.2
20092024-12-21T02:34:49.015Z Compiling bitflags v1.3.2
20102024-12-21T02:34:49.278Z Compiling clap_lex v0.7.2
20112024-12-21T02:34:49.687Z Compiling managed v0.8.0
20122024-12-21T02:34:49.716Z Compiling winnow v0.5.40
20132024-12-21T02:34:50.071Z Compiling unicode-width v0.1.14
20142024-12-21T02:34:50.167Z Compiling debug-ignore v1.0.5
20152024-12-21T02:34:50.573Z Compiling console v0.15.8
20162024-12-21T02:34:52.281Z Compiling clap_builder v4.5.21
20172024-12-21T02:34:53.521Z Compiling toml_edit v0.19.15
20182024-12-21T02:34:53.663Z Compiling elliptic-curve v0.13.8
20192024-12-21T02:34:54.315Z Compiling flate2 v1.0.34
20202024-12-21T02:34:54.388Z Compiling hickory-resolver v0.24.1
20212024-12-21T02:34:55.210Z Compiling typify-macro v0.2.0
20222024-12-21T02:34:55.231Z Compiling cookie_store v0.21.0
20232024-12-21T02:34:59.434Z Compiling hyper-rustls v0.27.3
20242024-12-21T02:35:00.393Z Compiling phf v0.11.2
20252024-12-21T02:35:00.712Z Compiling hyper-tls v0.6.0
20262024-12-21T02:35:01.102Z Compiling signal-hook-mio v0.2.4
20272024-12-21T02:35:01.276Z Compiling rayon v1.10.0
20282024-12-21T02:35:01.419Z Compiling bzip2 v0.4.4
20292024-12-21T02:35:01.805Z Compiling postgres-types v0.2.8
20302024-12-21T02:35:01.958Z Compiling tokio-tungstenite v0.24.0
20312024-12-21T02:35:02.676Z Compiling ed25519 v2.2.3
20322024-12-21T02:35:02.874Z Compiling hubpack v0.1.2
20332024-12-21T02:35:02.926Z Compiling phf_shared v0.10.0
20342024-12-21T02:35:03.179Z Compiling pkcs1 v0.7.5
20352024-12-21T02:35:03.301Z Compiling zerocopy v0.6.6
20362024-12-21T02:35:03.341Z Compiling tokio-stream v0.1.16
20372024-12-21T02:35:04.394Z Compiling serde-big-array v0.5.1
20382024-12-21T02:35:04.415Z Compiling rfc6979 v0.4.0
20392024-12-21T02:35:04.627Z Compiling float-cmp v0.9.0
20402024-12-21T02:35:04.800Z Compiling sync_wrapper v1.0.1
20412024-12-21T02:35:04.952Z Compiling bstr v1.10.0
20422024-12-21T02:35:05.004Z Compiling difflib v0.4.0
20432024-12-21T02:35:05.303Z Compiling unicode-segmentation v1.12.0
20442024-12-21T02:35:06.052Z Compiling static_assertions v1.1.0
20452024-12-21T02:35:06.154Z Compiling fixedbitset v0.4.2
20462024-12-21T02:35:06.177Z Compiling normalize-line-endings v0.3.0
20472024-12-21T02:35:06.230Z Compiling unicode-width v0.2.0
20482024-12-21T02:35:06.250Z Compiling new_debug_unreachable v1.0.6
20492024-12-21T02:35:06.301Z Compiling predicates-core v1.0.8
20502024-12-21T02:35:06.565Z Compiling number_prefix v0.4.0
20512024-12-21T02:35:06.729Z Compiling precomputed-hash v0.1.1
20522024-12-21T02:35:06.790Z Compiling whoami v1.5.2
20532024-12-21T02:35:06.876Z Compiling bit-vec v0.6.3
20542024-12-21T02:35:07.320Z Compiling bit-set v0.5.3
20552024-12-21T02:35:07.323Z Compiling tokio-postgres v0.7.12
20562024-12-21T02:35:07.640Z Compiling reqwest v0.12.9
20572024-12-21T02:35:08.140Z Compiling string_cache v0.8.7
20582024-12-21T02:35:08.554Z Compiling indicatif v0.17.9
20592024-12-21T02:35:10.105Z Compiling predicates v3.1.2
20602024-12-21T02:35:10.421Z Compiling petgraph v0.6.5
20612024-12-21T02:35:12.611Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20622024-12-21T02:35:12.743Z Compiling similar v2.6.0
20632024-12-21T02:35:14.554Z Compiling ecdsa v0.16.9
20642024-12-21T02:35:14.748Z Compiling qorb v0.2.1
20652024-12-21T02:35:14.806Z Compiling rsa v0.9.6
20662024-12-21T02:35:15.190Z Compiling ed25519-dalek v2.1.1
20672024-12-21T02:35:15.731Z Compiling zip v0.6.6
20682024-12-21T02:35:16.243Z Compiling crossterm v0.28.1
20692024-12-21T02:35:16.444Z Compiling toml v0.7.8
20702024-12-21T02:35:17.339Z Compiling clap v4.5.21
20712024-12-21T02:35:20.324Z Compiling x509-cert v0.2.5
20722024-12-21T02:35:20.705Z Compiling hex v0.4.3
20732024-12-21T02:35:22.471Z Compiling itertools v0.10.5
20742024-12-21T02:35:24.411Z Compiling lalrpop-util v0.19.12
20752024-12-21T02:35:24.784Z Compiling peg-runtime v0.8.3
20762024-12-21T02:35:25.216Z Compiling radium v0.7.0
20772024-12-21T02:35:26.238Z Compiling unicode-xid v0.2.6
20782024-12-21T02:35:26.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20792024-12-21T02:35:43.442Z Compiling ident_case v1.0.1
20802024-12-21T02:35:43.639Z Compiling tap v1.0.1
20812024-12-21T02:35:43.803Z Compiling maybe-uninit v2.0.0
20822024-12-21T02:35:45.886Z Compiling wyz v0.5.1
20832024-12-21T02:35:47.284Z Compiling darling_core v0.20.10
20842024-12-21T02:35:54.537Z Compiling typify v0.2.0
20852024-12-21T02:35:58.663Z Compiling packed_struct v0.10.1
20862024-12-21T02:35:59.268Z Compiling funty v2.0.0
20872024-12-21T02:35:59.406Z Compiling unsafe-libyaml v0.2.11
20882024-12-21T02:36:00.363Z Compiling bitvec v1.0.1
20892024-12-21T02:36:01.199Z Compiling serde_yaml v0.9.34+deprecated
20902024-12-21T02:36:04.961Z Compiling progenitor-impl v0.8.0
20912024-12-21T02:36:05.038Z Compiling darling_macro v0.20.10
20922024-12-21T02:36:07.321Z Compiling packed_struct_codegen v0.10.1
20932024-12-21T02:36:10.164Z Compiling structmeta-derive v0.3.0
20942024-12-21T02:36:10.295Z Compiling indexmap v1.9.3
20952024-12-21T02:36:10.610Z Compiling nodrop v0.1.14
20962024-12-21T02:36:11.401Z Compiling fastrand v2.1.1
20972024-12-21T02:36:11.838Z Compiling crc-catalog v2.4.0
20982024-12-21T02:36:11.886Z Compiling newtype-uuid v1.1.3
20992024-12-21T02:36:12.065Z Compiling crc v3.2.1
21002024-12-21T02:36:12.203Z Compiling progenitor-macro v0.8.0
21012024-12-21T02:36:12.807Z Compiling structmeta v0.3.0
21022024-12-21T02:36:13.183Z Compiling tempfile v3.13.0
21032024-12-21T02:36:14.986Z Compiling array-init v0.0.4
21042024-12-21T02:36:19.785Z Compiling smallvec v0.6.14
21052024-12-21T02:36:20.382Z Compiling darling v0.20.10
21062024-12-21T02:36:26.308Z Compiling progenitor-client v0.8.0
21072024-12-21T02:36:28.901Z Compiling pin-project-internal v1.1.6
21082024-12-21T02:36:28.961Z Compiling dropshot v0.13.0
21092024-12-21T02:36:30.596Z Compiling termcolor v1.4.1
21102024-12-21T02:36:30.790Z Compiling base64 v0.21.7
21112024-12-21T02:36:31.122Z Compiling hashbrown v0.12.3
21122024-12-21T02:36:31.821Z Compiling same-file v1.0.6
21132024-12-21T02:36:32.515Z Compiling bitfield v0.14.0
21142024-12-21T02:36:33.418Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21152024-12-21T02:36:38.574Z Compiling walkdir v2.5.0
21162024-12-21T02:36:42.723Z Compiling pin-project v1.1.6
21172024-12-21T02:36:42.879Z Compiling ron v0.8.1
21182024-12-21T02:36:44.948Z Compiling env_logger v0.10.2
21192024-12-21T02:36:50.703Z Compiling progenitor v0.8.0
21202024-12-21T02:36:51.011Z Compiling serde_with_macros v3.11.0
21212024-12-21T02:36:51.215Z Compiling serde-hex v0.1.0
21222024-12-21T02:36:51.337Z Compiling parse-display-derive v0.10.0
21232024-12-21T02:36:53.580Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21242024-12-21T02:36:55.218Z Compiling strum_macros v0.26.4
21252024-12-21T02:36:56.512Z Compiling hashbrown v0.13.2
21262024-12-21T02:36:57.912Z Compiling ipnetwork v0.20.0
21272024-12-21T02:36:58.106Z Compiling xattr v1.3.1
21282024-12-21T02:36:58.433Z Compiling dropshot_endpoint v0.13.0
21292024-12-21T02:36:58.458Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21302024-12-21T02:36:58.478Z Compiling snafu-derive v0.8.5
21312024-12-21T02:36:59.204Z Compiling blake3 v1.5.4
21322024-12-21T02:36:59.664Z Compiling filetime v0.2.25
21332024-12-21T02:36:59.812Z Compiling instant v0.1.13
21342024-12-21T02:36:59.985Z Compiling bumpalo v3.16.0
21352024-12-21T02:37:00.013Z Compiling zip v2.1.3
21362024-12-21T02:37:00.249Z Compiling lockfree-object-pool v0.1.6
21372024-12-21T02:37:00.323Z Compiling simd-adler32 v0.3.7
21382024-12-21T02:37:00.548Z Compiling crc-any v2.5.0
21392024-12-21T02:37:00.577Z Compiling buf-list v1.0.3
21402024-12-21T02:37:01.568Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21412024-12-21T02:37:01.588Z Compiling zopfli v0.8.1
21422024-12-21T02:37:01.874Z Compiling backoff v0.4.0
21432024-12-21T02:37:02.265Z Compiling tar v0.4.42
21442024-12-21T02:37:03.046Z Compiling strum v0.26.3
21452024-12-21T02:37:03.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21462024-12-21T02:37:03.294Z Compiling snafu v0.8.5
21472024-12-21T02:37:03.492Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21482024-12-21T02:37:04.579Z Compiling object v0.30.4
21492024-12-21T02:37:05.800Z Compiling parse-display v0.10.0
21502024-12-21T02:37:07.167Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21512024-12-21T02:37:07.272Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21522024-12-21T02:37:07.799Z Compiling serde_with v3.11.0
21532024-12-21T02:37:07.801Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21542024-12-21T02:37:07.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21552024-12-21T02:37:08.732Z Compiling camino-tempfile v1.1.1
21562024-12-21T02:37:08.863Z Compiling globset v0.4.15
21572024-12-21T02:37:09.532Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21582024-12-21T02:37:09.729Z Compiling regress v0.9.1
21592024-12-21T02:37:12.212Z Compiling pem v3.0.4
21602024-12-21T02:37:13.678Z Compiling olpc-cjson v0.1.4
21612024-12-21T02:37:14.028Z Compiling macaddr v1.0.1
21622024-12-21T02:37:14.674Z Compiling serde_plain v1.0.2
21632024-12-21T02:37:15.202Z Compiling async-recursion v1.1.1
21642024-12-21T02:37:16.503Z Compiling memmap2 v0.9.5
21652024-12-21T02:37:16.664Z Compiling arrayref v0.3.9
21662024-12-21T02:37:16.787Z Compiling typed-path v0.9.3
21672024-12-21T02:37:16.805Z Compiling path-slash v0.1.5
21682024-12-21T02:37:17.061Z Compiling arrayvec v0.7.6
21692024-12-21T02:37:17.107Z Compiling constant_time_eq v0.3.1
21702024-12-21T02:37:17.297Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21712024-12-21T02:37:17.633Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21722024-12-21T02:37:20.292Z Compiling tough v0.19.0
21732024-12-21T02:37:21.615Z Compiling itertools v0.13.0
21742024-12-21T02:37:22.274Z Compiling cargo-platform v0.1.8
21752024-12-21T02:37:23.378Z Compiling parse-size v1.1.0
21762024-12-21T02:37:23.689Z Compiling topological-sort v0.2.2
21772024-12-21T02:37:23.975Z Compiling omicron-zone-package v0.12.0
21782024-12-21T02:37:24.237Z Compiling cargo_metadata v0.18.1
21792024-12-21T02:37:25.421Z Compiling shell-words v1.1.0
21802024-12-21T02:37:31.643Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21812024-12-21T02:37:44.401Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21822024-12-21T02:37:59.291Z Finished `release` profile [optimized] target(s) in 5m 51s
21832024-12-21T02:37:59.453Z Running `target/release/omicron-releng --output-dir /work`
21842024-12-21T02:37:59.500ZDec 21 02:37:57.848 DEBG changing working directory to /work/oxidecomputer/omicron
21852024-12-21T02:37:59.603ZDec 21 02:37:57.952 DEBG running: git rev-parse HEAD
21862024-12-21T02:37:59.615ZDec 21 02:37:57.959 DEBG process exited with exit status: 0 (6.768909ms)
21872024-12-21T02:37:59.615ZDec 21 02:37:57.959 INFO version: 12.0.0-0.ci+gitecf33f7efc1
21882024-12-21T02:37:59.656ZDec 21 02:37:58.004 INFO cloning helios to /work/oxidecomputer/helios
21892024-12-21T02:37:59.656ZDec 21 02:37:58.004 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21902024-12-21T02:37:59.662ZCloning into '/work/oxidecomputer/helios'...
21912024-12-21T02:38:00.201ZDec 21 02:37:58.550 DEBG process exited with exit status: 0 (545.228614ms)
21922024-12-21T02:38:00.201ZDec 21 02:37:58.550 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21932024-12-21T02:38:00.210Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21942024-12-21T02:38:00.210Z# branch.head master
21952024-12-21T02:38:00.210Z# branch.upstream origin/master
21962024-12-21T02:38:00.210Z# branch.ab +0 -0
21972024-12-21T02:38:00.213ZDec 21 02:37:58.558 DEBG process exited with exit status: 0 (7.946472ms)
21982024-12-21T02:38:00.213ZDec 21 02:37:58.558 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21992024-12-21T02:38:01.077ZDec 21 02:37:59.424 DEBG process exited with exit status: 0 (866.258457ms)
22002024-12-21T02:38:01.077ZDec 21 02:37:59.424 DEBG running: zfs list rpool/images/build/host
22012024-12-21T02:38:01.083ZNAME USED AVAIL REFER MOUNTPOINT
22022024-12-21T02:38:01.083Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22032024-12-21T02:38:01.085ZDec 21 02:37:59.432 DEBG process exited with exit status: 0 (7.349276ms)
22042024-12-21T02:38:01.085ZDec 21 02:37:59.432 DEBG running: zfs list rpool/images/build/recovery
22052024-12-21T02:38:01.089ZNAME USED AVAIL REFER MOUNTPOINT
22062024-12-21T02:38:01.089Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22072024-12-21T02:38:01.091ZDec 21 02:37:59.438 DEBG process exited with exit status: 0 (6.201239ms)
22082024-12-21T02:38:01.091ZDec 21 02:37:59.439 INFO [hubris-staging] running task
22092024-12-21T02:38:01.091ZDec 21 02:37:59.439 INFO [hubris-production] running task
22102024-12-21T02:38:01.092ZDec 21 02:37:59.439 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
22112024-12-21T02:38:01.094ZDec 21 02:37:59.442 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22122024-12-21T02:38:01.163Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22132024-12-21T02:38:01.572Z[ omicron-package] Blocking waiting for file lock on package cache
22142024-12-21T02:38:02.151Z[ omicron-package] Blocking waiting for file lock on package cache
22152024-12-21T02:38:02.441Z[ omicron-package] Blocking waiting for file lock on package cache
22162024-12-21T02:38:03.347Z[ omicron-package] Compiling zerocopy v0.8.10
22172024-12-21T02:38:03.350Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22182024-12-21T02:38:03.350Z[ omicron-package] Compiling itertools v0.13.0
22192024-12-21T02:38:03.350Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22202024-12-21T02:38:03.350Z[ omicron-package] Compiling heapless v0.8.0
22212024-12-21T02:38:03.350Z[ omicron-package] Compiling hash32 v0.3.1
22222024-12-21T02:38:03.350Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232024-12-21T02:38:03.350Z[ omicron-package] Compiling smoltcp v0.11.0
22242024-12-21T02:38:03.409ZDec 21 02:38:01.756 INFO [hubris-production] task succeeded (2.317439894s)
22252024-12-21T02:38:04.744Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22262024-12-21T02:38:04.838Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22272024-12-21T02:38:04.983Z[ omicron-package] Compiling cobs v0.2.3
22282024-12-21T02:38:05.432Z[ omicron-package] Compiling postcard v1.0.10
22292024-12-21T02:38:05.579Z[ omicron-package] Compiling num_enum_derive v0.5.11
22302024-12-21T02:38:05.910Z[ omicron-package] Compiling proc-macro-error v1.0.4
22312024-12-21T02:38:05.913Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22322024-12-21T02:38:06.309Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22332024-12-21T02:38:06.953Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22342024-12-21T02:38:07.127Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22352024-12-21T02:38:08.413Z[ omicron-package] Compiling tabwriter v1.4.0
22362024-12-21T02:38:08.883Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22372024-12-21T02:38:08.907Z[ omicron-package] Compiling foreign-types v0.5.0
22382024-12-21T02:38:09.176Z[ omicron-package] Compiling cstr-argument v0.1.2
22392024-12-21T02:38:09.580Z[ omicron-package] Compiling num_enum v0.5.11
22402024-12-21T02:38:09.580Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22412024-12-21T02:38:09.803Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22422024-12-21T02:38:09.919Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22432024-12-21T02:38:10.348Z[ omicron-package] Compiling pretty-hex v0.2.1
22442024-12-21T02:38:10.452Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22452024-12-21T02:38:10.681Z[ omicron-package] Compiling thiserror v2.0.3
22462024-12-21T02:38:10.765Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22472024-12-21T02:38:11.183Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22482024-12-21T02:38:11.183Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22492024-12-21T02:38:11.916Z[ omicron-package] Compiling colored v2.1.0
22502024-12-21T02:38:12.025Z[ omicron-package] Compiling thiserror-impl v2.0.3
22512024-12-21T02:38:12.798Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22522024-12-21T02:38:12.882Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22532024-12-21T02:38:14.365Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22542024-12-21T02:38:14.456Z[ omicron-package] Compiling sigpipe v0.1.3
22552024-12-21T02:38:14.839Z[ omicron-package] Compiling num-derive v0.4.2
22562024-12-21T02:38:15.157ZDec 21 02:38:13.501 INFO [hubris-staging] task succeeded (14.062779976s)
22572024-12-21T02:38:15.754Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22582024-12-21T02:38:15.879Z[ omicron-package] Compiling libefi-sys v0.1.0
22592024-12-21T02:38:16.829Z[ omicron-package] Compiling zone v0.3.0
22602024-12-21T02:38:16.869Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22612024-12-21T02:38:16.996Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22622024-12-21T02:38:17.571Z[ omicron-package] Compiling smf v0.2.3
22632024-12-21T02:38:17.930Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22642024-12-21T02:38:18.676Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22652024-12-21T02:38:18.786Z[ omicron-package] Compiling bitfield-struct v0.6.2
22662024-12-21T02:38:20.787Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22672024-12-21T02:38:21.050Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22682024-12-21T02:38:21.478Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22692024-12-21T02:38:21.639Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22702024-12-21T02:38:21.756Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22712024-12-21T02:38:21.759Z[ omicron-package] Compiling gethostname v0.5.0
22722024-12-21T02:38:21.845Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22732024-12-21T02:38:22.237Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-12-21T02:38:24.867Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22752024-12-21T02:38:26.233Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22762024-12-21T02:38:27.675Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22772024-12-21T02:38:30.403Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22782024-12-21T02:38:31.047Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22792024-12-21T02:38:32.789Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22802024-12-21T02:38:43.854Z[ helios-setup] Dec 21 02:38:42.192 INFO helios repository root is: /work/oxidecomputer/helios
22812024-12-21T02:38:43.860Z[ helios-setup] Dec 21 02:38:42.195 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
22822024-12-21T02:38:43.860Z[ helios-setup] Dec 21 02:38:42.195 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22832024-12-21T02:38:43.864Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22842024-12-21T02:38:49.893Z[ helios-setup] Dec 21 02:38:48.230 INFO clone ok!, project: amd-firmware
22852024-12-21T02:38:49.895Z[ helios-setup] Dec 21 02:38:48.230 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22862024-12-21T02:38:49.896Z[ helios-setup] Dec 21 02:38:48.230 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
22872024-12-21T02:38:49.896Z[ helios-setup] Dec 21 02:38:48.230 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22882024-12-21T02:38:49.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22892024-12-21T02:38:50.554Z[ helios-setup] Dec 21 02:38:48.891 INFO clone ok!, project: bootserver
22902024-12-21T02:38:50.556Z[ helios-setup] Dec 21 02:38:48.891 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
22912024-12-21T02:38:50.556Z[ helios-setup] Dec 21 02:38:48.891 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22922024-12-21T02:38:50.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22932024-12-21T02:38:51.388Z[ helios-setup] Dec 21 02:38:49.725 INFO clone ok!, project: pilot
22942024-12-21T02:38:51.391Z[ helios-setup] Dec 21 02:38:49.725 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
22952024-12-21T02:38:51.391Z[ helios-setup] Dec 21 02:38:49.725 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22962024-12-21T02:38:51.394Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22972024-12-21T02:38:51.987Z[ helios-setup] Dec 21 02:38:50.323 INFO clone ok!, project: phbl
22982024-12-21T02:38:51.989Z[ helios-setup] Dec 21 02:38:50.323 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
22992024-12-21T02:38:51.989Z[ helios-setup] Dec 21 02:38:50.324 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23002024-12-21T02:38:51.992Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23012024-12-21T02:38:52.175Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.06s
23022024-12-21T02:38:52.423Z[ omicron-package]
23032024-12-21T02:38:52.423Z[ omicron-package] real 51.276254972
23042024-12-21T02:38:52.425Z[ omicron-package] user 3:00.730693979
23052024-12-21T02:38:52.426Z[ omicron-package] sys 26.636954203
23062024-12-21T02:38:52.426Z[ omicron-package] trap 0.257737202
23072024-12-21T02:38:52.426Z[ omicron-package] tflt 1.036370975
23082024-12-21T02:38:52.426Z[ omicron-package] dflt 0.730256100
23092024-12-21T02:38:52.426Z[ omicron-package] kflt 0.000138585
23102024-12-21T02:38:52.426Z[ omicron-package] lock 6:07.961444063
23112024-12-21T02:38:52.426Z[ omicron-package] slp 10:17.176768615
23122024-12-21T02:38:52.426ZDec 21 02:38:50.760 INFO [omicron-package] process exited with exit status: 0 (51.320558097s)
23132024-12-21T02:38:52.426Z[ omicron-package] lat 1:41.338496092
23142024-12-21T02:38:52.426Z[ omicron-package] stop 58.452631721
23152024-12-21T02:38:52.426ZDec 21 02:38:50.760 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
23162024-12-21T02:38:52.498ZDec 21 02:38:50.835 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23172024-12-21T02:38:52.513Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23182024-12-21T02:38:52.516Z[ host-target] Created new build target 'host' and set it as active
23192024-12-21T02:38:52.518ZDec 21 02:38:50.853 INFO [host-target] process exited with exit status: 0 (92.472638ms)
23202024-12-21T02:38:52.518ZDec 21 02:38:50.853 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23212024-12-21T02:38:52.524Z[ recovery-target] Created new build target 'recovery' and set it as active
23222024-12-21T02:38:52.526Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23232024-12-21T02:38:52.528ZDec 21 02:38:50.863 INFO [recovery-target] process exited with exit status: 0 (28.29847ms)
23242024-12-21T02:38:52.535Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23252024-12-21T02:38:52.601Z[ helios-setup] Dec 21 02:38:50.938 INFO clone ok!, project: image-builder
23262024-12-21T02:38:52.604Z[ helios-setup] Dec 21 02:38:50.938 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23272024-12-21T02:38:52.604Z[ helios-setup] Dec 21 02:38:50.938 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
23282024-12-21T02:38:52.604Z[ helios-setup] Dec 21 02:38:50.938 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23292024-12-21T02:38:52.606Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23302024-12-21T02:38:53.029Z[ helios-setup] Dec 21 02:38:51.366 INFO clone ok!, project: pinprick
23312024-12-21T02:38:53.032Z[ helios-setup] Dec 21 02:38:51.366 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
23322024-12-21T02:38:53.032Z[ helios-setup] Dec 21 02:38:51.366 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23332024-12-21T02:38:53.034Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23342024-12-21T02:38:53.763Z[ host-package] Compiling convert_case v0.4.0
23352024-12-21T02:38:53.763Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23362024-12-21T02:38:53.766Z[ host-package] Compiling newline-converter v0.3.0
23372024-12-21T02:38:53.766Z[ host-package] Compiling password-hash v0.5.0
23382024-12-21T02:38:53.766Z[ host-package] Compiling blake2 v0.10.6
23392024-12-21T02:38:53.766Z[ host-package] Compiling atomicwrites v0.4.4
23402024-12-21T02:38:53.766Z[ host-package] Compiling progenitor-client v0.8.0
23412024-12-21T02:38:53.766Z[ host-package] Compiling owo-colors v4.1.0
23422024-12-21T02:38:53.824Z[ helios-setup] Dec 21 02:38:52.159 INFO clone ok!, project: chelsio-t6-roms
23432024-12-21T02:38:53.826Z[ helios-setup] Dec 21 02:38:52.160 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23442024-12-21T02:38:53.826Z[ helios-setup] Dec 21 02:38:52.160 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
23452024-12-21T02:38:53.826Z[ helios-setup] Dec 21 02:38:52.160 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
23462024-12-21T02:38:53.829Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23472024-12-21T02:38:54.111Z[ host-package] Compiling cancel-safe-futures v0.1.5
23482024-12-21T02:38:54.158Z[ host-package] Compiling expectorate v1.1.0
23492024-12-21T02:38:54.251Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23502024-12-21T02:38:54.364Z[ host-package] Compiling progenitor v0.8.0
23512024-12-21T02:38:54.417Z[ host-package] Compiling argon2 v0.5.3
23522024-12-21T02:38:54.473Z[ host-package] Compiling num-rational v0.4.2
23532024-12-21T02:38:54.498Z[ host-package] Compiling num-complex v0.4.6
23542024-12-21T02:38:54.680Z[ host-package] Compiling derive_more v0.99.18
23552024-12-21T02:38:54.828Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23562024-12-21T02:38:54.872Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23572024-12-21T02:38:55.189Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23582024-12-21T02:38:55.326Z[ host-package] Compiling libsw v3.3.1
23592024-12-21T02:38:55.682Z[ host-package] Compiling num v0.4.3
23602024-12-21T02:38:55.792Z[ host-package] Compiling indent_write v2.2.0
23612024-12-21T02:38:55.815Z[ host-package] Compiling float-ord v0.3.2
23622024-12-21T02:38:55.884Z[ host-package] Compiling linear-map v1.2.0
23632024-12-21T02:38:56.008Z[ host-package] Compiling swrite v0.1.0
23642024-12-21T02:38:56.041Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23652024-12-21T02:38:56.078Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23662024-12-21T02:38:56.162Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23672024-12-21T02:38:56.325Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23682024-12-21T02:38:56.903Z[ host-package] Compiling highway v1.2.0
23692024-12-21T02:38:56.939Z[ host-package] Compiling semver v0.1.20
23702024-12-21T02:38:57.567Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23712024-12-21T02:38:58.130Z[ host-package] Compiling rustc_version v0.1.7
23722024-12-21T02:38:58.397Z[ host-package] Compiling tungstenite v0.21.0
23732024-12-21T02:38:58.596Z[ host-package] Compiling newtype_derive v0.1.6
23742024-12-21T02:38:59.058Z[ host-package] Compiling newtype-uuid v1.1.3
23752024-12-21T02:38:59.094Z[ host-package] Compiling humantime v2.1.0
23762024-12-21T02:39:00.012Z[ host-package] Compiling tokio-tungstenite v0.21.0
23772024-12-21T02:39:00.750Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23782024-12-21T02:39:01.643Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23792024-12-21T02:39:03.586Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23802024-12-21T02:39:03.601Z[ helios-setup] Dec 21 02:39:01.935 INFO clone ok!, project: amd-host-image-builder
23812024-12-21T02:39:03.604Z[ helios-setup] Dec 21 02:39:01.935 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23822024-12-21T02:39:04.298Z[ host-package] Compiling dropshot v0.13.0
23832024-12-21T02:39:04.389Z[ host-package] Compiling ipnetwork v0.20.0
23842024-12-21T02:39:04.501Z[ host-package] Compiling instant v0.1.13
23852024-12-21T02:39:04.510Z[ helios-setup] Dec 21 02:39:02.844 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23862024-12-21T02:39:04.863Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23872024-12-21T02:39:05.113Z[ helios-setup] Dec 21 02:39:03.446 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23882024-12-21T02:39:05.116Z[ helios-setup] Dec 21 02:39:03.447 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23892024-12-21T02:39:05.264Z[ host-package] Compiling backoff v0.4.0
23902024-12-21T02:39:05.674Z[ helios-setup] Dec 21 02:39:04.007 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23912024-12-21T02:39:05.742Z[ host-package] Compiling steno v0.4.1
23922024-12-21T02:39:05.930Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932024-12-21T02:39:06.194Z[ helios-setup] Dec 21 02:39:04.527 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23942024-12-21T02:39:06.194Z[ helios-setup] Dec 21 02:39:04.527 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23952024-12-21T02:39:06.238Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23962024-12-21T02:39:06.349Z[ host-package] Compiling parse-display v0.10.0
23972024-12-21T02:39:06.727Z[ helios-setup] Dec 21 02:39:05.060 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23982024-12-21T02:39:06.994Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23992024-12-21T02:39:07.203Z[ host-package] Compiling strum v0.26.3
24002024-12-21T02:39:07.245Z[ helios-setup] Dec 21 02:39:05.578 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24012024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.578 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24022024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24032024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO ok!
24042024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24052024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24062024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO ok!
24072024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24082024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24092024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO ok!
24102024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24112024-12-21T02:39:07.248Z[ helios-setup] Dec 21 02:39:05.579 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24122024-12-21T02:39:07.461Z[ host-package] Compiling serde_with v3.11.0
24132024-12-21T02:39:07.609Z[ helios-setup] Dec 21 02:39:05.942 INFO E| Downloading crates ...
24142024-12-21T02:39:07.697Z[ helios-setup] Dec 21 02:39:06.029 INFO E| Downloaded unicode-width v0.1.10
24152024-12-21T02:39:07.700Z[ helios-setup] Dec 21 02:39:06.032 INFO E| Downloaded cpufeatures v0.2.5
24162024-12-21T02:39:07.703Z[ helios-setup] Dec 21 02:39:06.034 INFO E| Downloaded sha2 v0.10.5
24172024-12-21T02:39:07.735Z[ helios-setup] Dec 21 02:39:06.067 INFO E| Downloaded miniz_oxide v0.6.2
24182024-12-21T02:39:07.738Z[ helios-setup] Dec 21 02:39:06.071 INFO E| Downloaded generic-array v0.14.6
24192024-12-21T02:39:07.741Z[ helios-setup] Dec 21 02:39:06.074 INFO E| Downloaded typenum v1.15.0
24202024-12-21T02:39:07.745Z[ helios-setup] Dec 21 02:39:06.077 INFO E| Downloaded anyhow v1.0.62
24212024-12-21T02:39:07.749Z[ helios-setup] Dec 21 02:39:06.082 INFO E| Downloaded flate2 v1.0.25
24222024-12-21T02:39:07.756Z[ helios-setup] Dec 21 02:39:06.089 INFO E| Downloaded bytes v1.2.1
24232024-12-21T02:39:07.762Z[ helios-setup] Dec 21 02:39:06.095 INFO E| Downloaded digest v0.10.3
24242024-12-21T02:39:07.764Z[ helios-setup] Dec 21 02:39:06.097 INFO E| Downloaded block-buffer v0.10.3
24252024-12-21T02:39:07.826Z[ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling version_check v0.9.4
24262024-12-21T02:39:07.826Z[ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling typenum v1.15.0
24272024-12-21T02:39:07.828Z[ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling cfg-if v1.0.0
24282024-12-21T02:39:07.828Z[ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling crc32fast v1.3.2
24292024-12-21T02:39:07.828Z[ helios-setup] Dec 21 02:39:06.159 INFO E| Compiling anyhow v1.0.62
24302024-12-21T02:39:07.828Z[ helios-setup] Dec 21 02:39:06.159 INFO E| Compiling adler v1.0.2
24312024-12-21T02:39:07.831Z[ helios-setup] Dec 21 02:39:06.163 INFO E| Compiling cpufeatures v0.2.5
24322024-12-21T02:39:07.831Z[ helios-setup] Dec 21 02:39:06.163 INFO E| Compiling unicode-width v0.1.10
24332024-12-21T02:39:08.024Z[ helios-setup] Dec 21 02:39:06.357 INFO E| Compiling getopts v0.2.21
24342024-12-21T02:39:08.122Z[ helios-setup] Dec 21 02:39:06.455 INFO E| Compiling miniz_oxide v0.6.2
24352024-12-21T02:39:08.229Z[ helios-setup] Dec 21 02:39:06.561 INFO E| Compiling bytes v1.2.1
24362024-12-21T02:39:08.513Z[ helios-setup] Dec 21 02:39:06.845 INFO E| Compiling bitflags v1.3.2
24372024-12-21T02:39:09.258Z[ helios-setup] Dec 21 02:39:07.591 INFO E| Compiling generic-array v0.14.6
24382024-12-21T02:39:09.908Z[ helios-setup] Dec 21 02:39:08.241 INFO E| Compiling flate2 v1.0.25
24392024-12-21T02:39:13.087Z[ host-package] Compiling regress v0.9.1
24402024-12-21T02:39:14.286Z[ helios-setup] Dec 21 02:39:12.317 INFO E| Compiling block-buffer v0.10.3
24412024-12-21T02:39:14.286Z[ helios-setup] Dec 21 02:39:12.317 INFO E| Compiling crypto-common v0.1.6
24422024-12-21T02:39:14.293Z[ helios-setup] Dec 21 02:39:12.524 INFO E| Compiling digest v0.10.3
24432024-12-21T02:39:14.293Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24442024-12-21T02:39:14.553Z[ helios-setup] Dec 21 02:39:12.885 INFO E| Compiling sha2 v0.10.5
24452024-12-21T02:39:15.065Z[ helios-setup] Dec 21 02:39:13.395 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24462024-12-21T02:39:17.166Z[ host-package] Compiling macaddr v1.0.1
24472024-12-21T02:39:17.216Z[ host-package] Compiling slog-dtrace v0.3.0
24482024-12-21T02:39:17.762Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24492024-12-21T02:39:17.823Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24502024-12-21T02:39:18.441Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24512024-12-21T02:39:20.510Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24522024-12-21T02:39:20.711Z[ host-package] Compiling prettyplease v0.2.25
24532024-12-21T02:39:20.840Z[ helios-setup] Dec 21 02:39:19.167 INFO E| Finished `release` profile [optimized] target(s) in 13.47s
24542024-12-21T02:39:20.855Z[ helios-setup] Dec 21 02:39:19.182 INFO building project "bootserver" ok (13 seconds)
24552024-12-21T02:39:20.855Z[ helios-setup] Dec 21 02:39:19.182 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24562024-12-21T02:39:20.864Z[ helios-setup] Dec 21 02:39:19.182 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24572024-12-21T02:39:21.179Z[ helios-setup] Dec 21 02:39:19.506 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24582024-12-21T02:39:21.638Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24592024-12-21T02:39:22.140Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602024-12-21T02:39:22.275Z[ helios-setup] Dec 21 02:39:20.605 INFO E| From https://github.com/oxidecomputer/progenitor
24612024-12-21T02:39:22.275Z[ helios-setup] Dec 21 02:39:20.605 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24622024-12-21T02:39:22.309Z[ helios-setup] Dec 21 02:39:20.638 INFO E| * [new tag] v0.1.1 -> v0.1.1
24632024-12-21T02:39:22.309Z[ helios-setup] Dec 21 02:39:20.638 INFO E| * [new tag] v0.2.0 -> v0.2.0
24642024-12-21T02:39:22.432Z[ helios-setup] Dec 21 02:39:20.762 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24652024-12-21T02:39:22.973Z[ helios-setup] Dec 21 02:39:21.303 INFO E| From https://github.com/jclulow/hiercmd
24662024-12-21T02:39:22.973Z[ helios-setup] Dec 21 02:39:21.303 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24672024-12-21T02:39:22.994Z[ helios-setup] Dec 21 02:39:21.323 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24682024-12-21T02:39:23.276Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24692024-12-21T02:39:23.547Z[ helios-setup] Dec 21 02:39:21.876 INFO E| From https://github.com/jclulow/network-interface
24702024-12-21T02:39:23.547Z[ helios-setup] Dec 21 02:39:21.876 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24712024-12-21T02:39:23.584Z[ helios-setup] Dec 21 02:39:21.913 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24722024-12-21T02:39:24.092Z[ helios-setup] Dec 21 02:39:22.421 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24732024-12-21T02:39:24.092Z[ helios-setup] Dec 21 02:39:22.422 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24742024-12-21T02:39:24.129Z[ helios-setup] Dec 21 02:39:22.458 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24752024-12-21T02:39:24.933Z[ helios-setup] Dec 21 02:39:23.260 INFO E| From https://github.com/oxidecomputer/facade
24762024-12-21T02:39:24.933Z[ helios-setup] Dec 21 02:39:23.260 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24772024-12-21T02:39:24.977Z[ helios-setup] Dec 21 02:39:23.306 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24782024-12-21T02:39:25.287Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24792024-12-21T02:39:25.932Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24802024-12-21T02:39:25.940Z[ helios-setup] Dec 21 02:39:24.268 INFO E| From https://github.com/oxidecomputer/dropshot
24812024-12-21T02:39:25.943Z[ helios-setup] Dec 21 02:39:24.268 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24822024-12-21T02:39:25.976Z[ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.3.0 -> v0.3.0
24832024-12-21T02:39:25.976Z[ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.4.0 -> v0.4.0
24842024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.5.0 -> v0.5.0
24852024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.5.1 -> v0.5.1
24862024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.6.0 -> v0.6.0
24872024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.7.0 -> v0.7.0
24882024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.8.0 -> v0.8.0
24892024-12-21T02:39:25.979Z[ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.9.0 -> v0.9.0
24902024-12-21T02:39:26.025Z[ helios-setup] Dec 21 02:39:24.353 INFO E| Updating crates.io index
24912024-12-21T02:39:26.054Z[ helios-setup] Dec 21 02:39:24.382 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24922024-12-21T02:39:26.967Z[ helios-setup] Dec 21 02:39:25.295 INFO E| From https://github.com/oxidecomputer/typify
24932024-12-21T02:39:26.967Z[ helios-setup] Dec 21 02:39:25.295 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24942024-12-21T02:39:27.001Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.10 -> v0.0.10
24952024-12-21T02:39:27.001Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.11 -> v0.0.11
24962024-12-21T02:39:27.004Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.4 -> v0.0.4
24972024-12-21T02:39:27.004Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.5 -> v0.0.5
24982024-12-21T02:39:27.004Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.7 -> v0.0.7
24992024-12-21T02:39:27.004Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.8 -> v0.0.8
25002024-12-21T02:39:27.004Z[ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.9 -> v0.0.9
25012024-12-21T02:39:27.531Z[ helios-setup] Dec 21 02:39:25.859 INFO E| Downloading crates ...
25022024-12-21T02:39:27.681Z[ helios-setup] Dec 21 02:39:26.009 INFO E| Downloaded async-stream-impl v0.3.5
25032024-12-21T02:39:27.687Z[ helios-setup] Dec 21 02:39:26.014 INFO E| Downloaded const-random v0.1.15
25042024-12-21T02:39:27.690Z[ helios-setup] Dec 21 02:39:26.016 INFO E| Downloaded concolor-override v1.0.0
25052024-12-21T02:39:27.725Z[ helios-setup] Dec 21 02:39:26.054 INFO E| Downloaded async-stream v0.3.5
25062024-12-21T02:39:27.728Z[ helios-setup] Dec 21 02:39:26.057 INFO E| Downloaded const-random-macro v0.1.15
25072024-12-21T02:39:27.730Z[ helios-setup] Dec 21 02:39:26.058 INFO E| Downloaded aho-corasick v0.7.20
25082024-12-21T02:39:27.736Z[ helios-setup] Dec 21 02:39:26.065 INFO E| Downloaded either v1.8.0
25092024-12-21T02:39:27.739Z[ helios-setup] Dec 21 02:39:26.067 INFO E| Downloaded fastrand v1.9.0
25102024-12-21T02:39:27.742Z[ helios-setup] Dec 21 02:39:26.070 INFO E| Downloaded futures-io v0.3.28
25112024-12-21T02:39:27.744Z[ helios-setup] Dec 21 02:39:26.071 INFO E| Downloaded futures-core v0.3.28
25122024-12-21T02:39:27.747Z[ helios-setup] Dec 21 02:39:26.073 INFO E| Downloaded form_urlencoded v1.1.0
25132024-12-21T02:39:27.747Z[ helios-setup] Dec 21 02:39:26.075 INFO E| Downloaded spin v0.5.2
25142024-12-21T02:39:27.750Z[ helios-setup] Dec 21 02:39:26.078 INFO E| Downloaded ppv-lite86 v0.2.17
25152024-12-21T02:39:27.753Z[ helios-setup] Dec 21 02:39:26.080 INFO E| Downloaded pkg-config v0.3.26
25162024-12-21T02:39:27.755Z[ helios-setup] Dec 21 02:39:26.083 INFO E| Downloaded jobserver v0.1.26
25172024-12-21T02:39:27.769Z[ helios-setup] Dec 21 02:39:26.097 INFO E| Downloaded lazy_static v1.4.0
25182024-12-21T02:39:27.771Z[ helios-setup] Dec 21 02:39:26.099 INFO E| Downloaded num-integer v0.1.45
25192024-12-21T02:39:27.775Z[ helios-setup] Dec 21 02:39:26.103 INFO E| Downloaded is-terminal v0.4.7
25202024-12-21T02:39:27.777Z[ helios-setup] Dec 21 02:39:26.105 INFO E| Downloaded toolchain_find v0.2.0
25212024-12-21T02:39:27.779Z[ helios-setup] Dec 21 02:39:26.107 INFO E| Downloaded project-root v0.2.2
25222024-12-21T02:39:27.782Z[ helios-setup] Dec 21 02:39:26.108 INFO E| Downloaded num_enum_derive v0.5.7
25232024-12-21T02:39:27.782Z[ helios-setup] Dec 21 02:39:26.110 INFO E| Downloaded iana-time-zone v0.1.56
25242024-12-21T02:39:27.785Z[ helios-setup] Dec 21 02:39:26.114 INFO E| Downloaded try-lock v0.2.4
25252024-12-21T02:39:27.788Z[ helios-setup] Dec 21 02:39:26.115 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25262024-12-21T02:39:27.799Z[ helios-setup] Dec 21 02:39:26.126 INFO E| Downloaded tower-service v0.3.2
25272024-12-21T02:39:27.801Z[ helios-setup] Dec 21 02:39:26.127 INFO E| Downloaded paste v1.0.12
25282024-12-21T02:39:27.811Z[ helios-setup] Dec 21 02:39:26.139 INFO E| Downloaded want v0.3.0
25292024-12-21T02:39:27.813Z[ helios-setup] Dec 21 02:39:26.141 INFO E| Downloaded slog-async v2.7.0
25302024-12-21T02:39:27.830Z[ helios-setup] Dec 21 02:39:26.157 INFO E| Downloaded semver-parser v0.10.2
25312024-12-21T02:39:27.832Z[ helios-setup] Dec 21 02:39:26.160 INFO E| Downloaded slab v0.4.7
25322024-12-21T02:39:27.835Z[ helios-setup] Dec 21 02:39:26.163 INFO E| Downloaded signal-hook-registry v1.4.0
25332024-12-21T02:39:27.838Z[ helios-setup] Dec 21 02:39:26.164 INFO E| Downloaded ahash v0.8.3
25342024-12-21T02:39:27.861Z[ helios-setup] Dec 21 02:39:26.190 INFO E| Downloaded sct v0.7.0
25352024-12-21T02:39:27.866Z[ helios-setup] Dec 21 02:39:26.195 INFO E| Downloaded sha2 v0.10.6
25362024-12-21T02:39:27.870Z[ helios-setup] Dec 21 02:39:26.198 INFO E| Downloaded log v0.4.17
25372024-12-21T02:39:27.873Z[ helios-setup] Dec 21 02:39:26.202 INFO E| Downloaded tokio-macros v2.0.0
25382024-12-21T02:39:27.876Z[ helios-setup] Dec 21 02:39:26.204 INFO E| Downloaded rustls-pemfile v1.0.2
25392024-12-21T02:39:27.879Z[ helios-setup] Dec 21 02:39:26.207 INFO E| Downloaded parking_lot v0.12.1
25402024-12-21T02:39:27.882Z[ helios-setup] Dec 21 02:39:26.210 INFO E| Downloaded tempfile v3.5.0
25412024-12-21T02:39:27.886Z[ helios-setup] Dec 21 02:39:26.214 INFO E| Downloaded crossbeam-epoch v0.9.13
25422024-12-21T02:39:27.890Z[ helios-setup] Dec 21 02:39:26.218 INFO E| Downloaded rustfmt-wrapper v0.2.0
25432024-12-21T02:39:27.893Z[ helios-setup] Dec 21 02:39:26.221 INFO E| Downloaded memchr v2.5.0
25442024-12-21T02:39:27.898Z[ helios-setup] Dec 21 02:39:26.227 INFO E| Downloaded serde_derive_internals v0.26.0
25452024-12-21T02:39:27.900Z[ helios-setup] Dec 21 02:39:26.229 INFO E| Downloaded semver v0.11.0
25462024-12-21T02:39:27.903Z[ helios-setup] Dec 21 02:39:26.231 INFO E| Downloaded semver v1.0.17
25472024-12-21T02:39:27.924Z[ helios-setup] Dec 21 02:39:26.250 INFO E| Downloaded serde_derive v1.0.204
25482024-12-21T02:39:27.926Z[ helios-setup] Dec 21 02:39:26.255 INFO E| Downloaded socket2 v0.4.9
25492024-12-21T02:39:27.930Z[ helios-setup] Dec 21 02:39:26.258 INFO E| Downloaded rayon-core v1.10.2
25502024-12-21T02:39:27.937Z[ helios-setup] Dec 21 02:39:26.266 INFO E| Downloaded ucd-trie v0.1.5
25512024-12-21T02:39:27.940Z[ helios-setup] Dec 21 02:39:26.269 INFO E| Downloaded crossbeam-channel v0.5.6
25522024-12-21T02:39:27.949Z[ helios-setup] Dec 21 02:39:26.277 INFO E| Downloaded typenum v1.16.0
25532024-12-21T02:39:27.954Z[ helios-setup] Dec 21 02:39:26.283 INFO E| Downloaded uuid v1.3.0
25542024-12-21T02:39:27.962Z[ helios-setup] Dec 21 02:39:26.291 INFO E| Downloaded url v2.3.1
25552024-12-21T02:39:27.969Z[ helios-setup] Dec 21 02:39:26.297 INFO E| Downloaded unsafe-libyaml v0.2.8
25562024-12-21T02:39:27.976Z[ helios-setup] Dec 21 02:39:26.304 INFO E| Downloaded rustls-webpki v0.100.1
25572024-12-21T02:39:27.989Z[ helios-setup] Dec 21 02:39:26.316 INFO E| Downloaded unicode-linebreak v0.1.4
25582024-12-21T02:39:27.991Z[ helios-setup] Dec 21 02:39:26.320 INFO E| Downloaded toml_edit v0.19.8
25592024-12-21T02:39:28.021Z[ helios-setup] Dec 21 02:39:26.350 INFO E| Downloaded serde v1.0.204
25602024-12-21T02:39:28.027Z[ helios-setup] Dec 21 02:39:26.355 INFO E| Downloaded unicode-normalization v0.1.22
25612024-12-21T02:39:28.033Z[ helios-setup] Dec 21 02:39:26.361 INFO E| Downloaded h2 v0.3.16
25622024-12-21T02:39:28.043Z[ helios-setup] Dec 21 02:39:26.372 INFO E| Downloaded winnow v0.4.1
25632024-12-21T02:39:28.059Z[ helios-setup] Dec 21 02:39:26.387 INFO E| Downloaded reqwest v0.11.16
25642024-12-21T02:39:28.072Z[ helios-setup] Dec 21 02:39:26.400 INFO E| Downloaded hyper v0.14.25
25652024-12-21T02:39:28.087Z[ helios-setup] Dec 21 02:39:26.415 INFO E| Downloaded git2 v0.16.1
25662024-12-21T02:39:28.102Z[ helios-setup] Dec 21 02:39:26.429 INFO E| Downloaded regress v0.5.0
25672024-12-21T02:39:28.114Z[ helios-setup] Dec 21 02:39:26.442 INFO E| Downloaded regex v1.7.3
25682024-12-21T02:39:28.130Z[ helios-setup] Dec 21 02:39:26.458 INFO E| Downloaded syn v1.0.107
25692024-12-21T02:39:28.148Z[ helios-setup] Dec 21 02:39:26.476 INFO E| Downloaded rustls v0.21.0
25702024-12-21T02:39:28.168Z[ helios-setup] Dec 21 02:39:26.496 INFO E| Downloaded syn v2.0.72
25712024-12-21T02:39:28.188Z[ helios-setup] Dec 21 02:39:26.515 INFO E| Downloaded rustix v0.37.3
25722024-12-21T02:39:28.219Z[ helios-setup] Dec 21 02:39:26.547 INFO E| Downloaded rhai v1.14.0
25732024-12-21T02:39:28.240Z[ helios-setup] Dec 21 02:39:26.568 INFO E| Downloaded rayon v1.6.1
25742024-12-21T02:39:28.255Z[ helios-setup] Dec 21 02:39:26.583 INFO E| Downloaded openapiv3 v1.0.2
25752024-12-21T02:39:28.277Z[ helios-setup] Dec 21 02:39:26.605 INFO E| Downloaded futures-util v0.3.28
25762024-12-21T02:39:28.297Z[ helios-setup] Dec 21 02:39:26.626 INFO E| Downloaded chrono v0.4.24
25772024-12-21T02:39:28.310Z[ helios-setup] Dec 21 02:39:26.638 INFO E| Downloaded clap_builder v4.2.1
25782024-12-21T02:39:28.321Z[ helios-setup] Dec 21 02:39:26.649 INFO E| Downloaded tokio-util v0.7.7
25792024-12-21T02:39:28.332Z[ helios-setup] Dec 21 02:39:26.660 INFO E| Downloaded serde_json v1.0.95
25802024-12-21T02:39:28.345Z[ helios-setup] Dec 21 02:39:26.674 INFO E| Downloaded tracing v0.1.37
25812024-12-21T02:39:28.352Z[ helios-setup] Dec 21 02:39:26.681 INFO E| Downloaded smallvec v1.10.0
25822024-12-21T02:39:28.357Z[ helios-setup] Dec 21 02:39:26.684 INFO E| Downloaded pest v2.5.7
25832024-12-21T02:39:28.365Z[ helios-setup] Dec 21 02:39:26.693 INFO E| Downloaded unicode-bidi v0.3.13
25842024-12-21T02:39:28.369Z[ helios-setup] Dec 21 02:39:26.697 INFO E| Downloaded tracing-core v0.1.30
25852024-12-21T02:39:28.373Z[ helios-setup] Dec 21 02:39:26.702 INFO E| Downloaded textwrap v0.16.0
25862024-12-21T02:39:28.377Z[ helios-setup] Dec 21 02:39:26.706 INFO E| Downloaded toml v0.7.3
25872024-12-21T02:39:28.383Z[ helios-setup] Dec 21 02:39:26.712 INFO E| Downloaded tinyvec v1.6.0
25882024-12-21T02:39:28.389Z[ helios-setup] Dec 21 02:39:26.718 INFO E| Downloaded mio v0.8.5
25892024-12-21T02:39:28.398Z[ helios-setup] Dec 21 02:39:26.727 INFO E| Downloaded http v0.2.9
25902024-12-21T02:39:28.405Z[ helios-setup] Dec 21 02:39:26.733 INFO E| Downloaded tungstenite v0.18.0
25912024-12-21T02:39:28.410Z[ helios-setup] Dec 21 02:39:26.738 INFO E| Downloaded tokio v1.27.0
25922024-12-21T02:39:28.465Z[ helios-setup] Dec 21 02:39:26.793 INFO E| Downloaded libc v0.2.139
25932024-12-21T02:39:28.505Z[ helios-setup] Dec 21 02:39:26.833 INFO E| Downloaded toml v0.5.11
25942024-12-21T02:39:28.509Z[ helios-setup] Dec 21 02:39:26.837 INFO E| Downloaded schemars v0.8.12
25952024-12-21T02:39:28.528Z[ helios-setup] Dec 21 02:39:26.856 INFO E| Downloaded smartstring v1.0.1
25962024-12-21T02:39:28.531Z[ helios-setup] Dec 21 02:39:26.859 INFO E| Downloaded serde_yaml v0.9.21
25972024-12-21T02:39:28.537Z[ helios-setup] Dec 21 02:39:26.865 INFO E| Downloaded unicode-ident v1.0.8
25982024-12-21T02:39:28.542Z[ helios-setup] Dec 21 02:39:26.870 INFO E| Downloaded tokio-tungstenite v0.18.0
25992024-12-21T02:39:28.546Z[ helios-setup] Dec 21 02:39:26.874 INFO E| Downloaded thiserror-impl v1.0.38
26002024-12-21T02:39:28.548Z[ helios-setup] Dec 21 02:39:26.876 INFO E| Downloaded ryu v1.0.13
26012024-12-21T02:39:28.553Z[ helios-setup] Dec 21 02:39:26.881 INFO E| Downloaded tokio-rustls v0.24.0
26022024-12-21T02:39:28.557Z[ helios-setup] Dec 21 02:39:26.885 INFO E| Downloaded time v0.1.45
26032024-12-21T02:39:28.561Z[ helios-setup] Dec 21 02:39:26.888 INFO E| Downloaded bytes v1.4.0
26042024-12-21T02:39:28.566Z[ helios-setup] Dec 21 02:39:26.895 INFO E| Downloaded cc v1.0.78
26052024-12-21T02:39:28.571Z[ helios-setup] Dec 21 02:39:26.899 INFO E| Downloaded async-trait v0.1.68
26062024-12-21T02:39:28.577Z[ helios-setup] Dec 21 02:39:26.905 INFO E| Downloaded crossbeam-utils v0.8.14
26072024-12-21T02:39:28.582Z[ helios-setup] Dec 21 02:39:26.910 INFO E| Downloaded thiserror v1.0.38
26082024-12-21T02:39:28.590Z[ helios-setup] Dec 21 02:39:26.918 INFO E| Downloaded clap v4.2.1
26092024-12-21T02:39:28.604Z[ helios-setup] Dec 21 02:39:26.932 INFO E| Downloaded base64 v0.21.0
26102024-12-21T02:39:28.610Z[ helios-setup] Dec 21 02:39:26.938 INFO E| Downloaded anyhow v1.0.68
26112024-12-21T02:39:28.616Z[ helios-setup] Dec 21 02:39:26.944 INFO E| Downloaded schemars_derive v0.8.12
26122024-12-21T02:39:28.619Z[ helios-setup] Dec 21 02:39:26.947 INFO E| Downloaded terminal_size v0.2.6
26132024-12-21T02:39:28.622Z[ helios-setup] Dec 21 02:39:26.949 INFO E| Downloaded rhai_codegen v1.5.0
26142024-12-21T02:39:28.636Z[ helios-setup] Dec 21 02:39:26.964 INFO E| Downloaded proc-macro2 v1.0.86
26152024-12-21T02:39:28.640Z[ helios-setup] Dec 21 02:39:26.968 INFO E| Downloaded pin-project-lite v0.2.9
26162024-12-21T02:39:28.648Z[ helios-setup] Dec 21 02:39:26.976 INFO E| Downloaded num-traits v0.2.15
26172024-12-21T02:39:28.652Z[ helios-setup] Dec 21 02:39:26.980 INFO E| Downloaded httparse v1.8.0
26182024-12-21T02:39:28.655Z[ helios-setup] Dec 21 02:39:26.984 INFO E| Downloaded futures v0.3.28
26192024-12-21T02:39:28.664Z[ helios-setup] Dec 21 02:39:26.992 INFO E| Downloaded clap_derive v4.2.0
26202024-12-21T02:39:28.667Z[ helios-setup] Dec 21 02:39:26.995 INFO E| Downloaded serde_tokenstream v0.2.0
26212024-12-21T02:39:28.673Z[ helios-setup] Dec 21 02:39:27.001 INFO E| Downloaded anstyle-parse v0.1.1
26222024-12-21T02:39:28.676Z[ helios-setup] Dec 21 02:39:27.004 INFO E| Downloaded scopeguard v1.1.0
26232024-12-21T02:39:28.679Z[ helios-setup] Dec 21 02:39:27.006 INFO E| Downloaded walkdir v2.3.3
26242024-12-21T02:39:28.681Z[ helios-setup] Dec 21 02:39:27.009 INFO E| Downloaded utf8parse v0.2.1
26252024-12-21T02:39:28.684Z[ helios-setup] Dec 21 02:39:27.013 INFO E| Downloaded toml_datetime v0.6.1
26262024-12-21T02:39:28.687Z[ helios-setup] Dec 21 02:39:27.014 INFO E| Downloaded strsim v0.10.0
26272024-12-21T02:39:28.689Z[ helios-setup] Dec 21 02:39:27.016 INFO E| Downloaded smawk v0.3.1
26282024-12-21T02:39:28.692Z[ helios-setup] Dec 21 02:39:27.019 INFO E| Downloaded sha1 v0.10.5
26292024-12-21T02:39:28.694Z[ helios-setup] Dec 21 02:39:27.022 INFO E| Downloaded serde_spanned v0.6.1
26302024-12-21T02:39:28.697Z[ helios-setup] Dec 21 02:39:27.023 INFO E| Downloaded quote v1.0.36
26312024-12-21T02:39:28.700Z[ helios-setup] Dec 21 02:39:27.028 INFO E| Downloaded proc-macro-crate v1.2.1
26322024-12-21T02:39:28.702Z[ helios-setup] Dec 21 02:39:27.030 INFO E| Downloaded percent-encoding v2.2.0
26332024-12-21T02:39:28.704Z[ helios-setup] Dec 21 02:39:27.032 INFO E| Downloaded once_cell v1.17.0
26342024-12-21T02:39:28.707Z[ helios-setup] Dec 21 02:39:27.036 INFO E| Downloaded io-lifetimes v1.0.10
26352024-12-21T02:39:28.712Z[ helios-setup] Dec 21 02:39:27.040 INFO E| Downloaded getrandom v0.2.8
26362024-12-21T02:39:28.717Z[ helios-setup] Dec 21 02:39:27.045 INFO E| Downloaded parking_lot_core v0.9.6
26372024-12-21T02:39:28.720Z[ helios-setup] Dec 21 02:39:27.049 INFO E| Downloaded num_enum v0.5.7
26382024-12-21T02:39:28.727Z[ helios-setup] Dec 21 02:39:27.056 INFO E| Downloaded ipnet v2.7.2
26392024-12-21T02:39:28.730Z[ helios-setup] Dec 21 02:39:27.059 INFO E| Downloaded encoding_rs v0.8.32
26402024-12-21T02:39:28.766Z[ helios-setup] Dec 21 02:39:27.094 INFO E| Downloaded httpdate v1.0.2
26412024-12-21T02:39:28.769Z[ helios-setup] Dec 21 02:39:27.096 INFO E| Downloaded camino v1.1.4
26422024-12-21T02:39:28.773Z[ helios-setup] Dec 21 02:39:27.099 INFO E| Downloaded bincode v1.3.3
26432024-12-21T02:39:28.776Z[ helios-setup] Dec 21 02:39:27.103 INFO E| Downloaded ahash v0.7.6
26442024-12-21T02:39:28.779Z[ helios-setup] Dec 21 02:39:27.107 INFO E| Downloaded slog-bunyan v2.4.0
26452024-12-21T02:39:28.782Z[ helios-setup] Dec 21 02:39:27.110 INFO E| Downloaded serde_path_to_error v0.1.11
26462024-12-21T02:39:28.784Z[ helios-setup] Dec 21 02:39:27.113 INFO E| Downloaded lock_api v0.4.9
26472024-12-21T02:39:28.787Z[ helios-setup] Dec 21 02:39:27.115 INFO E| Downloaded cargo-lock v8.0.3
26482024-12-21T02:39:28.791Z[ helios-setup] Dec 21 02:39:27.119 INFO E| Downloaded futures-channel v0.3.28
26492024-12-21T02:39:28.794Z[ helios-setup] Dec 21 02:39:27.122 INFO E| Downloaded num_cpus v1.15.0
26502024-12-21T02:39:28.798Z[ helios-setup] Dec 21 02:39:27.126 INFO E| Downloaded home v0.5.4
26512024-12-21T02:39:28.800Z[ helios-setup] Dec 21 02:39:27.127 INFO E| Downloaded crossbeam-deque v0.8.2
26522024-12-21T02:39:28.804Z[ helios-setup] Dec 21 02:39:27.130 INFO E| Downloaded itoa v1.0.6
26532024-12-21T02:39:28.806Z[ helios-setup] Dec 21 02:39:27.133 INFO E| Downloaded futures-sink v0.3.28
26542024-12-21T02:39:28.806Z[ helios-setup] Dec 21 02:39:27.134 INFO E| Downloaded futures-macro v0.3.28
26552024-12-21T02:39:28.809Z[ helios-setup] Dec 21 02:39:27.136 INFO E| Downloaded errno v0.3.1
26562024-12-21T02:39:28.812Z[ helios-setup] Dec 21 02:39:27.138 INFO E| Downloaded http-body v0.4.5
26572024-12-21T02:39:28.814Z[ helios-setup] Dec 21 02:39:27.140 INFO E| Downloaded clap_lex v0.4.1
26582024-12-21T02:39:28.814Z[ helios-setup] Dec 21 02:39:27.142 INFO E| Downloaded built v0.6.0
26592024-12-21T02:39:28.820Z[ helios-setup] Dec 21 02:39:27.148 INFO E| Downloaded futures-task v0.3.28
26602024-12-21T02:39:29.826Z[ helios-setup] Dec 21 02:39:27.150 INFO E| Downloaded futures-executor v0.3.28
26612024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.154 INFO E| Downloaded dyn-clone v1.0.11
26622024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.156 INFO E| Downloaded autocfg v1.1.0
26632024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.158 INFO E| Downloaded memoffset v0.7.1
26642024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.160 INFO E| Downloaded concolor-query v0.3.3
26652024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.162 INFO E| Downloaded digest v0.10.6
26662024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.164 INFO E| Downloaded anstyle v0.3.5
26672024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.166 INFO E| Downloaded anstream v0.2.6
26682024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.169 INFO E| Downloaded byteorder v1.4.3
26692024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.180 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26702024-12-21T02:39:29.828Z[ helios-setup] Dec 21 02:39:27.389 INFO E| Downloaded libz-sys v1.1.8
26712024-12-21T02:39:29.829Z[ helios-setup] Dec 21 02:39:27.791 INFO E| Downloaded ring v0.16.20
26722024-12-21T02:39:29.842Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling proc-macro2 v1.0.86
26732024-12-21T02:39:29.843Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling libc v0.2.139
26742024-12-21T02:39:29.845Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling unicode-ident v1.0.8
26752024-12-21T02:39:29.845Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling autocfg v1.1.0
26762024-12-21T02:39:29.845Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling cfg-if v1.0.0
26772024-12-21T02:39:29.845Z[ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling version_check v0.9.4
26782024-12-21T02:39:29.846Z[ helios-setup] Dec 21 02:39:28.171 INFO E| Compiling serde v1.0.204
26792024-12-21T02:39:29.846Z[ helios-setup] Dec 21 02:39:28.171 INFO E| Compiling syn v1.0.107
26802024-12-21T02:39:30.555Z[ helios-setup] Dec 21 02:39:28.882 INFO E| Compiling memchr v2.5.0
26812024-12-21T02:39:31.248Z[ helios-setup] Dec 21 02:39:29.576 INFO E| Compiling once_cell v1.17.0
26822024-12-21T02:39:31.487Z[ helios-setup] Dec 21 02:39:29.814 INFO E| Compiling thiserror v1.0.38
26832024-12-21T02:39:31.646Z[ helios-setup] Dec 21 02:39:29.973 INFO E| Compiling log v0.4.17
26842024-12-21T02:39:32.232Z[ helios-setup] Dec 21 02:39:30.559 INFO E| Compiling itoa v1.0.6
26852024-12-21T02:39:32.452Z[ helios-setup] Dec 21 02:39:30.779 INFO E| Compiling serde_json v1.0.95
26862024-12-21T02:39:33.551Z[ helios-setup] Dec 21 02:39:31.878 INFO E| Compiling quote v1.0.36
26872024-12-21T02:39:33.990Z[ helios-setup] Dec 21 02:39:32.317 INFO E| Compiling jobserver v0.1.26
26882024-12-21T02:39:34.076Z[ helios-setup] Dec 21 02:39:32.403 INFO E| Compiling getrandom v0.2.8
26892024-12-21T02:39:34.537Z[ helios-setup] Dec 21 02:39:32.864 INFO E| Compiling syn v2.0.72
26902024-12-21T02:39:34.881Z[ helios-setup] Dec 21 02:39:33.208 INFO E| Compiling cc v1.0.78
26912024-12-21T02:39:34.881Z[ helios-setup] Dec 21 02:39:33.208 INFO E| Compiling indexmap v1.9.3
26922024-12-21T02:39:35.017Z[ helios-setup] Dec 21 02:39:33.343 INFO E| Compiling pin-project-lite v0.2.9
26932024-12-21T02:39:35.138Z[ helios-setup] Dec 21 02:39:33.449 INFO E| Compiling scopeguard v1.1.0
26942024-12-21T02:39:35.590Z[ helios-setup] Dec 21 02:39:33.916 INFO E| Compiling num-integer v0.1.45
26952024-12-21T02:39:35.796Z[ helios-setup] Dec 21 02:39:34.122 INFO E| Compiling bytes v1.4.0
26962024-12-21T02:39:35.909Z[ helios-setup] Dec 21 02:39:34.235 INFO E| Compiling futures-core v0.3.28
26972024-12-21T02:39:36.680Z[ helios-setup] Dec 21 02:39:35.006 INFO E| Compiling ryu v1.0.13
26982024-12-21T02:39:37.829Z[ helios-setup] Dec 21 02:39:36.155 INFO E| Compiling lock_api v0.4.9
26992024-12-21T02:39:37.928Z[ helios-setup] Dec 21 02:39:36.254 INFO E| Compiling typenum v1.16.0
27002024-12-21T02:39:38.002Z[ helios-setup] Dec 21 02:39:36.327 INFO E| Compiling bitflags v1.3.2
27012024-12-21T02:39:38.470Z[ helios-setup] Dec 21 02:39:36.795 INFO E| Compiling parking_lot_core v0.9.6
27022024-12-21T02:39:39.035Z[ helios-setup] Dec 21 02:39:37.359 INFO E| Compiling num_cpus v1.15.0
27032024-12-21T02:39:39.067Z[ helios-setup] Dec 21 02:39:37.393 INFO E| Compiling generic-array v0.14.6
27042024-12-21T02:39:39.158Z[ helios-setup] Dec 21 02:39:37.483 INFO E| Compiling slab v0.4.7
27052024-12-21T02:39:39.531Z[ helios-setup] Dec 21 02:39:37.857 INFO E| Compiling futures-sink v0.3.28
27062024-12-21T02:39:39.783Z[ helios-setup] Dec 21 02:39:38.109 INFO E| Compiling futures-channel v0.3.28
27072024-12-21T02:39:39.847Z[ helios-setup] Dec 21 02:39:38.172 INFO E| Compiling futures-task v0.3.28
27082024-12-21T02:39:40.431Z[ helios-setup] Dec 21 02:39:38.757 INFO E| Compiling tokio v1.27.0
27092024-12-21T02:39:40.902Z[ helios-setup] Dec 21 02:39:39.227 INFO E| Compiling futures-util v0.3.28
27102024-12-21T02:39:41.218Z[ helios-setup] Dec 21 02:39:39.542 INFO E| Compiling schemars v0.8.12
27112024-12-21T02:39:41.940Z[ helios-setup] Dec 21 02:39:40.265 INFO E| Compiling mio v0.8.5
27122024-12-21T02:39:42.257Z[ helios-setup] Dec 21 02:39:40.582 INFO E| Compiling signal-hook-registry v1.4.0
27132024-12-21T02:39:42.418Z[ helios-setup] Dec 21 02:39:40.743 INFO E| Compiling socket2 v0.4.9
27142024-12-21T02:39:42.747Z[ helios-setup] Dec 21 02:39:41.072 INFO E| Compiling ahash v0.7.6
27152024-12-21T02:39:42.956Z[ helios-setup] Dec 21 02:39:41.281 INFO E| Compiling num-traits v0.2.15
27162024-12-21T02:39:43.544Z[ helios-setup] Dec 21 02:39:41.869 INFO E| Compiling crunchy v0.2.2
27172024-12-21T02:39:44.108Z[ helios-setup] Dec 21 02:39:42.432 INFO E| Compiling io-lifetimes v1.0.10
27182024-12-21T02:39:44.541Z[ host-package] Compiling half v2.4.1
27192024-12-21T02:39:44.607Z[ helios-setup] Dec 21 02:39:42.922 INFO E| Compiling futures-io v0.3.28
27202024-12-21T02:39:44.906Z[ host-package] Compiling ciborium-io v0.2.2
27212024-12-21T02:39:45.292Z[ helios-setup] Dec 21 02:39:43.616 INFO E| Compiling pin-utils v0.1.0
27222024-12-21T02:39:45.317Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232024-12-21T02:39:45.888Z[ helios-setup] Dec 21 02:39:44.212 INFO E| Compiling ahash v0.8.3
27242024-12-21T02:39:45.891Z[ helios-setup] Dec 21 02:39:44.213 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27252024-12-21T02:39:45.951Z[ host-package] Compiling ciborium-ll v0.2.2
27262024-12-21T02:39:46.404Z[ helios-setup] Dec 21 02:39:44.727 INFO E| Compiling serde_derive_internals v0.26.0
27272024-12-21T02:39:46.551Z[ helios-setup] Dec 21 02:39:44.875 INFO E| Compiling rustix v0.37.3
27282024-12-21T02:39:46.758Z[ helios-setup] Dec 21 02:39:45.082 INFO E| Compiling hashbrown v0.12.3
27292024-12-21T02:39:46.948Z[ host-package] Compiling ciborium v0.2.2
27302024-12-21T02:39:47.521Z[ host-package] Compiling fastrand v2.1.1
27312024-12-21T02:39:47.657Z[ helios-setup] Dec 21 02:39:45.980 INFO E| Compiling tiny-keccak v2.0.2
27322024-12-21T02:39:48.037Z[ host-package] Compiling same-file v1.0.6
27332024-12-21T02:39:48.584Z[ host-package] Compiling display-error-chain v0.2.2
27342024-12-21T02:39:48.655Z[ host-package] Compiling walkdir v2.5.0
27352024-12-21T02:39:48.802Z[ helios-setup] Dec 21 02:39:47.125 INFO E| Compiling block-buffer v0.10.3
27362024-12-21T02:39:48.804Z[ helios-setup] Dec 21 02:39:47.125 INFO E| Compiling crypto-common v0.1.6
27372024-12-21T02:39:49.199Z[ host-package] Compiling tempfile v3.13.0
27382024-12-21T02:39:49.588Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27392024-12-21T02:39:49.914Z[ helios-setup] Dec 21 02:39:48.237 INFO E| Compiling errno v0.3.1
27402024-12-21T02:39:50.106Z[ host-package] Compiling blake3 v1.5.4
27412024-12-21T02:39:50.350Z[ helios-setup] Dec 21 02:39:48.673 INFO E| Compiling crossbeam-utils v0.8.14
27422024-12-21T02:39:50.408Z[ helios-setup] Dec 21 02:39:48.721 INFO E| Compiling slog v2.7.0
27432024-12-21T02:39:50.449Z[ helios-setup] Dec 21 02:39:48.772 INFO E| Compiling fnv v1.0.7
27442024-12-21T02:39:50.747Z[ helios-setup] Dec 21 02:39:49.069 INFO E| Compiling pkg-config v0.3.26
27452024-12-21T02:39:50.851Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27462024-12-21T02:39:50.933Z[ helios-setup] Dec 21 02:39:49.255 INFO E| Compiling http v0.2.9
27472024-12-21T02:39:51.055Z[ host-package] Compiling xattr v1.3.1
27482024-12-21T02:39:51.401Z[ host-package] Compiling memmap2 v0.9.5
27492024-12-21T02:39:51.827Z[ host-package] Compiling filetime v0.2.25
27502024-12-21T02:39:52.151Z[ host-package] Compiling keccak v0.1.5
27512024-12-21T02:39:52.553Z[ host-package] Compiling constant_time_eq v0.3.1
27522024-12-21T02:39:52.966Z[ host-package] Compiling arrayref v0.3.9
27532024-12-21T02:39:53.063Z[ helios-setup] Dec 21 02:39:51.383 INFO E| Compiling digest v0.10.6
27542024-12-21T02:39:53.457Z[ host-package] Compiling arrayvec v0.7.6
27552024-12-21T02:39:54.002Z[ helios-setup] Dec 21 02:39:52.324 INFO E| Compiling aho-corasick v0.7.20
27562024-12-21T02:39:54.035Z[ host-package] Compiling sha3 v0.10.8
27572024-12-21T02:39:54.548Z[ helios-setup] Dec 21 02:39:52.870 INFO E| Compiling anyhow v1.0.68
27582024-12-21T02:39:54.816Z[ helios-setup] Dec 21 02:39:53.138 INFO E| Compiling httparse v1.8.0
27592024-12-21T02:39:55.870Z[ helios-setup] Dec 21 02:39:54.191 INFO E| Compiling unicode-width v0.1.10
27602024-12-21T02:39:55.931Z[ helios-setup] Dec 21 02:39:54.253 INFO E| Compiling heck v0.4.1
27612024-12-21T02:39:55.990Z[ helios-setup] Dec 21 02:39:54.312 INFO E| Compiling thiserror-impl v1.0.38
27622024-12-21T02:39:56.261Z[ host-package] Compiling tar v0.4.42
27632024-12-21T02:39:56.495Z[ host-package] Compiling camino-tempfile v1.1.1
27642024-12-21T02:39:56.758Z[ helios-setup] Dec 21 02:39:55.079 INFO E| Compiling schemars_derive v0.8.12
27652024-12-21T02:39:56.782Z[ host-package] Compiling toolchain_find v0.4.0
27662024-12-21T02:39:56.876Z[ helios-setup] Dec 21 02:39:55.198 INFO E| Compiling percent-encoding v2.2.0
27672024-12-21T02:39:56.946Z[ helios-setup] Dec 21 02:39:55.268 INFO E| Compiling serde_derive v1.0.204
27682024-12-21T02:39:57.022Z[ helios-setup] Dec 21 02:39:55.344 INFO E| Compiling tokio-macros v2.0.0
27692024-12-21T02:39:57.239Z[ helios-setup] Dec 21 02:39:55.561 INFO E| Compiling futures-macro v0.3.28
27702024-12-21T02:39:57.260Z[ host-package] Compiling const_format_proc_macros v0.2.33
27712024-12-21T02:39:57.631Z[ host-package] Compiling crunchy v0.2.2
27722024-12-21T02:39:57.727Z[ host-package] Compiling maplit v1.0.2
27732024-12-21T02:39:57.918Z[ helios-setup] Dec 21 02:39:56.239 INFO E| Compiling tinyvec_macros v0.1.1
27742024-12-21T02:39:57.976Z[ host-package] Compiling topological-sort v0.2.2
27752024-12-21T02:39:58.187Z[ helios-setup] Dec 21 02:39:56.508 INFO E| Compiling cpufeatures v0.2.5
27762024-12-21T02:39:58.261Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27772024-12-21T02:39:58.284Z[ helios-setup] Dec 21 02:39:56.605 INFO E| Compiling regex-syntax v0.6.29
27782024-12-21T02:39:58.598Z[ helios-setup] Dec 21 02:39:56.915 INFO E| Compiling tinyvec v1.6.0
27792024-12-21T02:39:58.686Z[ host-package] Compiling tiny-keccak v2.0.2
27802024-12-21T02:39:58.980Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27812024-12-21T02:39:59.238Z[ host-package] Compiling omicron-zone-package v0.12.0
27822024-12-21T02:39:59.337Z[ host-package] Compiling dsl_auto_type v0.1.2
27832024-12-21T02:39:59.717Z[ host-package] Compiling phf_generator v0.11.2
27842024-12-21T02:39:59.734Z[ helios-setup] Dec 21 02:39:58.055 INFO E| Compiling form_urlencoded v1.1.0
27852024-12-21T02:39:59.944Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27862024-12-21T02:40:00.603Z[ host-package] Compiling secrecy v0.8.0
27872024-12-21T02:40:00.677Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27882024-12-21T02:40:00.754Z[ helios-setup] Dec 21 02:39:59.074 INFO E| Compiling const-random-macro v0.1.15
27892024-12-21T02:40:00.960Z[ host-package] Compiling const_format v0.2.33
27902024-12-21T02:40:01.696Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27912024-12-21T02:40:01.711Z[ host-package] Compiling arc-swap v1.7.1
27922024-12-21T02:40:02.204Z[ host-package] Compiling phf_codegen v0.11.2
27932024-12-21T02:40:02.292Z[ host-package] Compiling diesel_derives v2.2.3
27942024-12-21T02:40:02.333Z[ helios-setup] Dec 21 02:40:00.653 INFO E| Compiling hashbrown v0.13.2
27952024-12-21T02:40:02.640Z[ host-package] Compiling slog-scope v4.4.0
27962024-12-21T02:40:02.835Z[ host-package] Compiling r2d2 v0.8.10
27972024-12-21T02:40:02.884Z[ helios-setup] Dec 21 02:40:01.204 INFO E| Compiling libz-sys v1.1.8
27982024-12-21T02:40:03.113Z[ helios-setup] Dec 21 02:40:01.433 INFO E| Compiling chrono v0.4.24
27992024-12-21T02:40:03.458Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28002024-12-21T02:40:03.866Z[ host-package] Compiling ascii-canvas v3.0.0
28012024-12-21T02:40:03.902Z[ host-package] Compiling universal-hash v0.5.1
28022024-12-21T02:40:04.349Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28032024-12-21T02:40:04.604Z[ host-package] Compiling parse-zoneinfo v0.3.1
28042024-12-21T02:40:04.841Z[ host-package] Compiling ena v0.14.3
28052024-12-21T02:40:04.919Z[ helios-setup] Dec 21 02:40:03.238 INFO E| Compiling regex v1.7.3
28062024-12-21T02:40:05.902Z[ host-package] Compiling opaque-debug v0.3.1
28072024-12-21T02:40:06.266Z[ host-package] Compiling diff v0.1.13
28082024-12-21T02:40:06.557Z[ helios-setup] Dec 21 02:40:04.877 INFO E| Compiling uuid v1.3.0
28092024-12-21T02:40:07.128Z[ helios-setup] Dec 21 02:40:05.447 INFO E| Compiling dyn-clone v1.0.11
28102024-12-21T02:40:07.185Z[ host-package] Compiling regex-syntax v0.6.29
28112024-12-21T02:40:07.786Z[ host-package] Compiling poly1305 v0.8.0
28122024-12-21T02:40:07.840Z[ helios-setup] Dec 21 02:40:06.158 INFO E| Compiling regress v0.5.0
28132024-12-21T02:40:07.930Z[ helios-setup] Dec 21 02:40:06.249 INFO E| Compiling unicode-normalization v0.1.22
28142024-12-21T02:40:08.100Z[ helios-setup] Dec 21 02:40:06.416 INFO E| Compiling const-random v0.1.15
28152024-12-21T02:40:09.587Z[ host-package] Compiling thiserror-no-std v2.0.2
28162024-12-21T02:40:09.887Z[ host-package] Compiling chrono-tz-build v0.4.0
28172024-12-21T02:40:10.401Z[ helios-setup] Dec 21 02:40:08.719 INFO E| Compiling getopts v0.2.21
28182024-12-21T02:40:10.571Z[ helios-setup] Dec 21 02:40:08.890 INFO E| Compiling tracing-core v0.1.30
28192024-12-21T02:40:10.649Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28202024-12-21T02:40:10.861Z[ helios-setup] Dec 21 02:40:09.179 INFO E| Compiling memoffset v0.7.1
28212024-12-21T02:40:10.980Z[ host-package] Compiling slog-stdlog v4.1.1
28222024-12-21T02:40:11.833Z[ helios-setup] Dec 21 02:40:10.151 INFO E| Compiling powerfmt v0.2.0
28232024-12-21T02:40:12.426Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28242024-12-21T02:40:13.106Z[ helios-setup] Dec 21 02:40:11.424 INFO E| Compiling time-core v0.1.2
28252024-12-21T02:40:13.337Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28262024-12-21T02:40:13.629Z[ helios-setup] Dec 21 02:40:11.946 INFO E| Compiling ucd-trie v0.1.5
28272024-12-21T02:40:14.030Z[ host-package] Compiling lalrpop v0.19.12
28282024-12-21T02:40:14.695Z[ helios-setup] Dec 21 02:40:13.012 INFO E| Compiling num-conv v0.1.0
28292024-12-21T02:40:14.815Z[ helios-setup] Dec 21 02:40:13.122 INFO E| Compiling unicode-bidi v0.3.13
28302024-12-21T02:40:15.008Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28312024-12-21T02:40:15.423Z[ helios-setup] Dec 21 02:40:13.740 INFO E| Compiling time-macros v0.2.18
28322024-12-21T02:40:15.810Z[ host-package] Compiling chacha20 v0.9.1
28332024-12-21T02:40:15.986Z[ helios-setup] Dec 21 02:40:14.303 INFO E| Compiling idna v0.3.0
28342024-12-21T02:40:16.900Z[ host-package] Compiling aead v0.5.2
28352024-12-21T02:40:17.766Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28362024-12-21T02:40:17.968Z[ host-package] Compiling ref-cast v1.0.23
28372024-12-21T02:40:18.183Z[ helios-setup] Dec 21 02:40:16.499 INFO E| Compiling pest v2.5.7
28382024-12-21T02:40:19.509Z[ host-package] Compiling chacha20poly1305 v0.10.1
28392024-12-21T02:40:19.535Z[ host-package] Compiling vte v0.11.1
28402024-12-21T02:40:19.810Z[ helios-setup] Dec 21 02:40:18.125 INFO E| Compiling deranged v0.3.11
28412024-12-21T02:40:20.533Z[ host-package] Compiling chrono-tz v0.10.0
28422024-12-21T02:40:20.659Z[ helios-setup] Dec 21 02:40:18.954 INFO E| Compiling tracing v0.1.37
28432024-12-21T02:40:22.052Z[ host-package] Compiling slog-envlogger v2.2.0
28442024-12-21T02:40:22.957Z[ host-package] Compiling vsss-rs v3.3.4
28452024-12-21T02:40:23.713Z[ helios-setup] Dec 21 02:40:22.028 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28462024-12-21T02:40:24.208Z[ helios-setup] Dec 21 02:40:22.523 INFO E| Compiling time v0.1.45
28472024-12-21T02:40:24.293Z[ helios-setup] Dec 21 02:40:22.608 INFO E| Compiling crossbeam-epoch v0.9.13
28482024-12-21T02:40:24.372Z[ helios-setup] Dec 21 02:40:22.687 INFO E| Compiling semver v1.0.17
28492024-12-21T02:40:25.104Z[ host-package] Compiling diesel v2.2.6
28502024-12-21T02:40:25.127Z[ helios-setup] Dec 21 02:40:23.442 INFO E| Compiling toml v0.5.11
28512024-12-21T02:40:25.418Z[ helios-setup] Dec 21 02:40:23.733 INFO E| Compiling smallvec v1.10.0
28522024-12-21T02:40:26.714Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28532024-12-21T02:40:27.716Z[ host-package] Compiling derive_builder_core v0.20.2
28542024-12-21T02:40:27.907Z[ helios-setup] Dec 21 02:40:26.221 INFO E| Compiling parking_lot v0.12.1
28552024-12-21T02:40:28.250Z[ helios-setup] Dec 21 02:40:26.563 INFO E| Compiling serde_tokenstream v0.2.0
28562024-12-21T02:40:28.413Z[ helios-setup] Dec 21 02:40:26.727 INFO E| Compiling num_threads v0.1.6
28572024-12-21T02:40:28.913Z[ helios-setup] Dec 21 02:40:27.228 INFO E| Compiling iana-time-zone v0.1.56
28582024-12-21T02:40:30.994Z[ helios-setup] Dec 21 02:40:29.308 INFO E| Compiling time v0.3.36
28592024-12-21T02:40:32.206Z[ host-package] Compiling headers-core v0.3.0
28602024-12-21T02:40:32.272Z[ host-package] Compiling fxhash v0.2.1
28612024-12-21T02:40:32.487Z[ host-package] Compiling libxml v0.3.3
28622024-12-21T02:40:32.836Z[ helios-setup] Dec 21 02:40:31.149 INFO E| Compiling semver-parser v0.10.2
28632024-12-21T02:40:32.951Z[ host-package] Compiling ref-cast-impl v1.0.23
28642024-12-21T02:40:33.430Z[ host-package] Compiling bytecount v0.6.8
28652024-12-21T02:40:34.188Z[ host-package] Compiling papergrid v0.11.0
28662024-12-21T02:40:35.927Z[ helios-setup] Dec 21 02:40:34.227 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28672024-12-21T02:40:36.669Z[ helios-setup] Dec 21 02:40:34.981 INFO E| Compiling url v2.3.1
28682024-12-21T02:40:36.777Z[ host-package] Compiling headers v0.4.0
28692024-12-21T02:40:38.384Z[ helios-setup] Dec 21 02:40:36.696 INFO E| Compiling crossbeam-channel v0.5.6
28702024-12-21T02:40:40.841Z[ helios-setup] Dec 21 02:40:39.153 INFO E| Compiling dirs-sys-next v0.1.2
28712024-12-21T02:40:41.962Z[ helios-setup] Dec 21 02:40:40.264 INFO E| Compiling same-file v1.0.6
28722024-12-21T02:40:42.482Z[ helios-setup] Dec 21 02:40:40.787 INFO E| Compiling crc32fast v1.3.2
28732024-12-21T02:40:43.145Z[ helios-setup] Dec 21 02:40:41.456 INFO E| Compiling try-lock v0.2.4
28742024-12-21T02:40:43.769Z[ helios-setup] Dec 21 02:40:42.079 INFO E| Compiling want v0.3.0
28752024-12-21T02:40:43.965Z[ host-package] Compiling derive_builder_macro v0.20.2
28762024-12-21T02:40:44.138Z[ helios-setup] Dec 21 02:40:42.449 INFO E| Compiling walkdir v2.3.3
28772024-12-21T02:40:45.210Z[ helios-setup] Dec 21 02:40:43.520 INFO E| Compiling dirs-next v2.0.0
28782024-12-21T02:40:46.839Z[ helios-setup] Dec 21 02:40:45.149 INFO E| Compiling tokio-util v0.7.7
28792024-12-21T02:40:49.530Z[ helios-setup] Dec 21 02:40:47.839 INFO E| Compiling h2 v0.3.16
28802024-12-21T02:40:50.600Z[ helios-setup] Dec 21 02:40:48.910 INFO E| Compiling semver v0.11.0
28812024-12-21T02:40:51.595Z[ helios-setup] Dec 21 02:40:49.904 INFO E| Compiling proc-macro-crate v1.2.1
28822024-12-21T02:40:52.678Z[ helios-setup] Dec 21 02:40:50.987 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28832024-12-21T02:40:53.248Z[ helios-setup] Dec 21 02:40:51.557 INFO E| Compiling futures-executor v0.3.28
28842024-12-21T02:40:54.894Z[ helios-setup] Dec 21 02:40:53.202 INFO E| Compiling http-body v0.4.5
28852024-12-21T02:40:55.762Z[ helios-setup] Dec 21 02:40:54.070 INFO E| Compiling ring v0.16.20
28862024-12-21T02:40:56.283Z[ helios-setup] Dec 21 02:40:54.591 INFO E| Compiling rand_core v0.6.4
28872024-12-21T02:40:57.549Z[ helios-setup] Dec 21 02:40:55.857 INFO E| Compiling thread_local v1.1.7
28882024-12-21T02:40:58.141Z[ helios-setup] Dec 21 02:40:56.449 INFO E| Compiling base64 v0.21.0
28892024-12-21T02:40:59.421Z[ helios-setup] Dec 21 02:40:57.728 INFO E| Compiling tower-service v0.3.2
28902024-12-21T02:40:59.659Z[ helios-setup] Dec 21 02:40:57.966 INFO E| Compiling ppv-lite86 v0.2.17
28912024-12-21T02:41:00.675Z[ helios-setup] Dec 21 02:40:58.982 INFO E| Compiling rayon-core v1.10.2
28922024-12-21T02:41:01.091Z[ helios-setup] Dec 21 02:40:59.398 INFO E| Compiling fastrand v1.9.0
28932024-12-21T02:41:01.255Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28942024-12-21T02:41:01.613Z[ helios-setup] Dec 21 02:40:59.919 INFO E| Compiling lazy_static v1.4.0
28952024-12-21T02:41:01.992Z[ helios-setup] Dec 21 02:41:00.299 INFO E| Compiling home v0.5.4
28962024-12-21T02:41:02.107Z[ helios-setup] Dec 21 02:41:00.413 INFO E| Compiling utf8parse v0.2.1
28972024-12-21T02:41:02.698Z[ helios-setup] Dec 21 02:41:01.003 INFO E| Compiling adler v1.0.2
28982024-12-21T02:41:02.780Z[ helios-setup] Dec 21 02:41:01.086 INFO E| Compiling httpdate v1.0.2
28992024-12-21T02:41:02.955Z[ helios-setup] Dec 21 02:41:01.261 INFO E| Compiling anstyle-parse v0.1.1
29002024-12-21T02:41:03.663Z[ helios-setup] Dec 21 02:41:01.969 INFO E| Compiling hyper v0.14.25
29012024-12-21T02:41:03.945Z[ helios-setup] Dec 21 02:41:02.251 INFO E| Compiling miniz_oxide v0.6.2
29022024-12-21T02:41:04.737Z[ helios-setup] Dec 21 02:41:03.043 INFO E| Compiling toolchain_find v0.2.0
29032024-12-21T02:41:04.766Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29042024-12-21T02:41:07.057Z[ helios-setup] Dec 21 02:41:05.362 INFO E| Compiling tempfile v3.5.0
29052024-12-21T02:41:08.299Z[ helios-setup] Dec 21 02:41:06.605 INFO E| Compiling rand_chacha v0.3.1
29062024-12-21T02:41:08.948Z[ host-package] Compiling polar-core v0.27.3
29072024-12-21T02:41:11.136Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29082024-12-21T02:41:11.712Z[ helios-setup] Dec 21 02:41:10.017 INFO E| Compiling futures v0.3.28
29092024-12-21T02:41:12.070Z[ host-package] Compiling tabled_derive v0.7.0
29102024-12-21T02:41:12.087Z[ helios-setup] Dec 21 02:41:10.392 INFO E| Compiling num_enum_derive v0.5.7
29112024-12-21T02:41:15.918Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29122024-12-21T02:41:16.287Z[ host-package] Compiling fd-lock v4.0.2
29132024-12-21T02:41:16.987Z[ host-package] Compiling peg-macros v0.8.4
29142024-12-21T02:41:18.166Z[ host-package] Compiling strum_macros v0.24.3
29152024-12-21T02:41:19.180Z[ helios-setup] Dec 21 02:41:17.482 INFO E| Compiling cargo-lock v8.0.3
29162024-12-21T02:41:24.321Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172024-12-21T02:41:24.695Z[ host-package] Compiling kstat-rs v0.2.4
29182024-12-21T02:41:24.830Z[ host-package] Compiling samael v0.0.17
29192024-12-21T02:41:26.003Z[ helios-setup] Dec 21 02:41:24.305 INFO E| Compiling crossbeam-deque v0.8.2
29202024-12-21T02:41:26.601Z[ host-package] Compiling unicase v2.7.0
29212024-12-21T02:41:26.909Z[ host-package] Compiling nu-ansi-term v0.50.1
29222024-12-21T02:41:26.949Z[ helios-setup] Dec 21 02:41:25.244 INFO E| Compiling term v0.7.0
29232024-12-21T02:41:27.249Z[ host-package] Compiling indoc v1.0.9
29242024-12-21T02:41:29.015Z[ helios-setup] Dec 21 02:41:27.316 INFO E| Compiling serde_urlencoded v0.7.1
29252024-12-21T02:41:29.454Z[ host-package] Compiling reedline v0.35.0
29262024-12-21T02:41:29.532Z[ helios-setup] Dec 21 02:41:27.831 INFO E| Compiling sha2 v0.10.6
29272024-12-21T02:41:29.761Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29282024-12-21T02:41:30.003Z[ helios-setup] Dec 21 02:41:28.304 INFO E| Compiling sha1 v0.10.5
29292024-12-21T02:41:30.219Z[ helios-setup] Dec 21 02:41:28.519 INFO E| Compiling is-terminal v0.4.7
29302024-12-21T02:41:30.765Z[ helios-setup] Dec 21 02:41:29.065 INFO E| Compiling atty v0.2.14
29312024-12-21T02:41:31.195Z[ helios-setup] Dec 21 02:41:29.495 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29322024-12-21T02:41:32.004Z[ helios-setup] Dec 21 02:41:30.304 INFO E| Compiling concolor-query v0.3.3
29332024-12-21T02:41:32.269Z[ helios-setup] Dec 21 02:41:30.569 INFO E| Compiling concolor-override v1.0.0
29342024-12-21T02:41:32.986Z[ helios-setup] Dec 21 02:41:31.285 INFO E| Compiling anstyle v0.3.5
29352024-12-21T02:41:36.526Z[ helios-setup] Dec 21 02:41:34.621 INFO E| Compiling anstream v0.2.6
29362024-12-21T02:41:37.371Z[ host-package] Compiling peg v0.8.4
29372024-12-21T02:41:37.849Z[ host-package] Compiling tabled v0.15.0
29382024-12-21T02:41:38.229Z[ helios-setup] Dec 21 02:41:36.527 INFO E| Compiling slog-term v2.9.0
29392024-12-21T02:41:38.422Z[ helios-setup] Dec 21 02:41:36.720 INFO E| Compiling flate2 v1.0.25
29402024-12-21T02:41:38.941Z[ helios-setup] Dec 21 02:41:37.239 INFO E| Compiling num_enum v0.5.7
29412024-12-21T02:41:39.487Z[ helios-setup] Dec 21 02:41:37.785 INFO E| Compiling rand v0.8.5
29422024-12-21T02:41:41.291Z[ helios-setup] Dec 21 02:41:39.589 INFO E| Compiling rustfmt-wrapper v0.2.0
29432024-12-21T02:41:42.868Z[ helios-setup] Dec 21 02:41:41.166 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29442024-12-21T02:41:43.367Z[ helios-setup] Dec 21 02:41:41.664 INFO E| Compiling openapiv3 v1.0.2
29452024-12-21T02:41:44.168Z[ helios-setup] Dec 21 02:41:42.465 INFO E| Compiling encoding_rs v0.8.32
29462024-12-21T02:41:50.143Z[ helios-setup] Dec 21 02:41:48.439 INFO E| Compiling mime v0.3.17
29472024-12-21T02:41:51.152Z[ helios-setup] Dec 21 02:41:49.447 INFO E| Compiling base64 v0.13.1
29482024-12-21T02:41:52.405Z[ helios-setup] Dec 21 02:41:50.699 INFO E| Compiling project-root v0.2.2
29492024-12-21T02:41:52.647Z[ helios-setup] Dec 21 02:41:50.942 INFO E| Compiling untrusted v0.7.1
29502024-12-21T02:41:52.967Z[ helios-setup] Dec 21 02:41:51.262 INFO E| Compiling clap_lex v0.4.1
29512024-12-21T02:41:53.043Z[ helios-setup] Dec 21 02:41:51.339 INFO E| Compiling ipnet v2.7.2
29522024-12-21T02:41:53.106Z[ helios-setup] Dec 21 02:41:51.400 INFO E| Compiling byteorder v1.4.3
29532024-12-21T02:41:54.224Z[ helios-setup] Dec 21 02:41:52.519 INFO E| Compiling unsafe-libyaml v0.2.8
29542024-12-21T02:41:54.628Z[ helios-setup] Dec 21 02:41:52.923 INFO E| Compiling utf-8 v0.7.6
29552024-12-21T02:41:55.988Z[ helios-setup] Dec 21 02:41:54.283 INFO E| Compiling either v1.8.0
29562024-12-21T02:41:56.854Z[ helios-setup] Dec 21 02:41:55.148 INFO E| Compiling spin v0.5.2
29572024-12-21T02:41:57.234Z[ helios-setup] Dec 21 02:41:55.528 INFO E| Compiling strsim v0.10.0
29582024-12-21T02:41:57.494Z[ helios-setup] Dec 21 02:41:55.786 INFO E| Compiling serde_yaml v0.9.21
29592024-12-21T02:41:58.298Z[ helios-setup] Dec 21 02:41:56.591 INFO E| Compiling clap_builder v4.2.1
29602024-12-21T02:41:58.678Z[ helios-setup] Dec 21 02:41:56.972 INFO E| Compiling rayon v1.6.1
29612024-12-21T02:41:59.670Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29622024-12-21T02:42:00.768Z[ helios-setup] Dec 21 02:41:59.061 INFO E| Compiling tungstenite v0.18.0
29632024-12-21T02:42:05.276Z[ helios-setup] Dec 21 02:42:03.569 INFO E| Compiling reqwest v0.11.16
29642024-12-21T02:42:06.400Z[ helios-setup] Dec 21 02:42:04.692 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29652024-12-21T02:42:09.920Z[ host-package] Compiling derive_builder v0.20.2
29662024-12-21T02:42:10.421Z[ helios-setup] Dec 21 02:42:08.712 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29672024-12-21T02:42:11.446Z[ helios-setup] Dec 21 02:42:09.736 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29682024-12-21T02:42:15.347Z[ helios-setup] Dec 21 02:42:13.637 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29692024-12-21T02:42:15.931Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29702024-12-21T02:42:16.181Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29712024-12-21T02:42:16.295Z[ helios-setup] Dec 21 02:42:14.585 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29722024-12-21T02:42:17.019Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29732024-12-21T02:42:17.692Z[ helios-setup] Dec 21 02:42:15.981 INFO E| Compiling clap_derive v4.2.0
29742024-12-21T02:42:17.886Z[ host-package] Compiling bcs v0.1.6
29752024-12-21T02:42:19.997Z[ host-package] Compiling oso-derive v0.27.3
29762024-12-21T02:42:20.078Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29772024-12-21T02:42:20.283Z[ host-package] Compiling libz-sys v1.1.20
29782024-12-21T02:42:21.925Z[ host-package] Compiling quick-xml v0.33.0
29792024-12-21T02:42:22.177Z[ helios-setup] Dec 21 02:42:20.456 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29802024-12-21T02:42:22.336Z[ host-package] Compiling diesel-dtrace v0.4.2
29812024-12-21T02:42:23.295Z[ host-package] Compiling parking_lot_core v0.8.6
29822024-12-21T02:42:27.132Z[ helios-setup] Dec 21 02:42:25.418 INFO E| Compiling clap v4.2.1
29832024-12-21T02:42:27.484Z[ helios-setup] Dec 21 02:42:25.771 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29842024-12-21T02:42:34.406Z[ host-package] Compiling oso v0.27.3
29852024-12-21T02:42:35.292Z[ helios-setup] Dec 21 02:42:33.577 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29862024-12-21T02:42:38.565Z[ helios-setup] Dec 21 02:42:36.849 INFO E| Compiling tokio-tungstenite v0.18.0
29872024-12-21T02:42:38.693Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29882024-12-21T02:42:39.540Z[ helios-setup] Dec 21 02:42:37.825 INFO E| Compiling smartstring v1.0.1
29892024-12-21T02:42:39.751Z[ helios-setup] Dec 21 02:42:38.035 INFO E| Compiling rustls v0.21.0
29902024-12-21T02:42:40.957Z[ helios-setup] Dec 21 02:42:39.241 INFO E| Compiling rustls-webpki v0.100.1
29912024-12-21T02:42:41.419Z[ helios-setup] Dec 21 02:42:39.703 INFO E| Compiling sct v0.7.0
29922024-12-21T02:42:42.021Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29932024-12-21T02:42:42.376Z[ helios-setup] Dec 21 02:42:40.660 INFO E| Compiling toml_datetime v0.6.1
29942024-12-21T02:42:43.938Z[ helios-setup] Dec 21 02:42:42.221 INFO E| Compiling serde_spanned v0.6.1
29952024-12-21T02:42:44.675Z[ helios-setup] Dec 21 02:42:42.958 INFO E| Compiling async-trait v0.1.68
29962024-12-21T02:42:45.395Z[ helios-setup] Dec 21 02:42:43.678 INFO E| Compiling static_assertions v1.1.0
29972024-12-21T02:42:45.707Z[ helios-setup] Dec 21 02:42:43.990 INFO E| Compiling slog-async v2.7.0
29982024-12-21T02:42:46.071Z[ helios-setup] Dec 21 02:42:44.353 INFO E| Compiling paste v1.0.12
29992024-12-21T02:42:47.019Z[ helios-setup] Dec 21 02:42:45.302 INFO E| Compiling winnow v0.4.1
30002024-12-21T02:42:47.547Z[ helios-setup] Dec 21 02:42:45.829 INFO E| Compiling match_cfg v0.1.0
30012024-12-21T02:42:47.850Z[ helios-setup] Dec 21 02:42:46.133 INFO E| Compiling camino v1.1.4
30022024-12-21T02:42:50.017Z[ helios-setup] Dec 21 02:42:48.299 INFO E| Compiling hostname v0.3.1
30032024-12-21T02:42:53.232Z[ helios-setup] Dec 21 02:42:51.514 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30042024-12-21T02:42:53.242Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30052024-12-21T02:42:54.824Z[ helios-setup] Dec 21 02:42:53.105 INFO E| Compiling toml_edit v0.19.8
30062024-12-21T02:42:58.138Z[ helios-setup] Dec 21 02:42:56.418 INFO E| Compiling slog-json v2.6.1
30072024-12-21T02:42:59.234Z[ helios-setup] Dec 21 02:42:57.514 INFO E| Compiling unicode-linebreak v0.1.4
30082024-12-21T02:43:00.037Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30092024-12-21T02:43:00.986Z[ host-package] Compiling bb8 v0.8.5
30102024-12-21T02:43:02.611Z[ host-package] Compiling async-bb8-diesel v0.2.1
30112024-12-21T02:43:04.477Z[ helios-setup] Dec 21 02:43:02.756 INFO E| Compiling async-stream-impl v0.3.5
30122024-12-21T02:43:07.807Z[ helios-setup] Dec 21 02:43:06.085 INFO E| Compiling rhai_codegen v1.5.0
30132024-12-21T02:43:07.971Z[ host-package] Compiling nibble_vec v0.1.0
30142024-12-21T02:43:08.411Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30152024-12-21T02:43:08.657Z[ host-package] Compiling atty v0.2.14
30162024-12-21T02:43:09.263Z[ host-package] Compiling salty v0.3.0
30172024-12-21T02:43:10.086Z[ helios-setup] Dec 21 02:43:08.363 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30182024-12-21T02:43:10.088Z[ host-package] Compiling endian-type v0.1.2
30192024-12-21T02:43:10.608Z[ host-package] Compiling radix_trie v0.2.1
30202024-12-21T02:43:11.407Z[ helios-setup] Dec 21 02:43:09.488 INFO E| Compiling take_mut v0.2.2
30212024-12-21T02:43:12.815Z[ helios-setup] Dec 21 02:43:11.091 INFO E| Compiling rhai v1.14.0
30222024-12-21T02:43:13.353Z[ helios-setup] Dec 21 02:43:11.629 INFO E| Compiling async-stream v0.3.5
30232024-12-21T02:43:13.496Z[ host-package] Compiling parking_lot v0.11.2
30242024-12-21T02:43:14.336Z[ helios-setup] Dec 21 02:43:12.613 INFO E| Compiling tokio-rustls v0.24.0
30252024-12-21T02:43:15.877Z[ helios-setup] Dec 21 02:43:14.153 INFO E| Compiling toml v0.7.3
30262024-12-21T02:43:17.043Z[ helios-setup] Dec 21 02:43:15.319 INFO E| Compiling slog-bunyan v2.4.0
30272024-12-21T02:43:17.629Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30282024-12-21T02:43:25.121Z[ helios-setup] Dec 21 02:43:23.395 INFO E| Compiling rustls-pemfile v1.0.2
30292024-12-21T02:43:26.086Z[ helios-setup] Dec 21 02:43:24.360 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30302024-12-21T02:43:26.464Z[ helios-setup] Dec 21 02:43:24.737 INFO E| Compiling bincode v1.3.3
30312024-12-21T02:43:26.559Z[ helios-setup] Dec 21 02:43:24.833 INFO E| Compiling serde_path_to_error v0.1.11
30322024-12-21T02:43:28.760Z[ helios-setup] Dec 21 02:43:27.033 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30332024-12-21T02:43:29.037Z[ helios-setup] Dec 21 02:43:27.310 INFO E| Compiling terminal_size v0.2.6
30342024-12-21T02:43:29.816Z[ helios-setup] Dec 21 02:43:28.088 INFO E| Compiling smawk v0.3.1
30352024-12-21T02:43:30.346Z[ helios-setup] Dec 21 02:43:28.619 INFO E| Compiling textwrap v0.16.0
30362024-12-21T02:43:30.592Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30372024-12-21T02:43:40.143Z[ host-package] Compiling sled v0.34.7
30382024-12-21T02:43:49.343Z[ helios-setup] Dec 21 02:43:47.612 INFO E| Compiling git2 v0.16.1
30392024-12-21T02:43:57.360Z[ helios-setup] Dec 21 02:43:55.626 INFO E| Compiling built v0.6.0
30402024-12-21T02:44:01.164Z[ helios-setup] Dec 21 02:43:59.430 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30412024-12-21T02:44:02.650Z[ helios-setup] Dec 21 02:44:00.916 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30422024-12-21T02:44:02.805Z[ host-package] Compiling mime_guess v2.0.5
30432024-12-21T02:44:03.299Z[ helios-setup] Dec 21 02:44:01.564 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30442024-12-21T02:44:04.779Z[ host-package] Compiling hickory-client v0.24.1
30452024-12-21T02:44:06.610Z[ helios-setup] Dec 21 02:44:04.874 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30462024-12-21T02:44:08.860Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30472024-12-21T02:44:09.689Z[ helios-setup] Dec 21 02:44:07.953 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30482024-12-21T02:44:10.985Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30492024-12-21T02:44:12.105Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30502024-12-21T02:44:12.562Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30512024-12-21T02:44:14.507Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30522024-12-21T02:44:18.138Z[ host-package] Compiling hickory-server v0.24.1
30532024-12-21T02:44:19.046Z[ host-package] Compiling primeorder v0.13.6
30542024-12-21T02:44:20.342Z[ host-package] Compiling castaway v0.2.3
30552024-12-21T02:44:20.830Z[ host-package] Compiling vergen v8.3.2
30562024-12-21T02:44:21.346Z[ host-package] Compiling env_filter v0.1.2
30572024-12-21T02:44:22.036Z[ host-package] Compiling cargo-platform v0.1.8
30582024-12-21T02:44:23.229Z[ host-package] Compiling nanorand v0.7.0
30592024-12-21T02:44:24.230Z[ host-package] Compiling memoffset v0.9.1
30602024-12-21T02:44:25.047Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30612024-12-21T02:44:25.609Z[ host-package] Compiling flume v0.11.1
30622024-12-21T02:44:27.903Z[ host-package] Compiling cargo_metadata v0.18.1
30632024-12-21T02:44:29.074Z[ host-package] Compiling env_logger v0.11.5
30642024-12-21T02:44:32.104Z[ host-package] Compiling compact_str v0.8.0
30652024-12-21T02:44:34.678Z[ host-package] Compiling p384 v0.13.0
30662024-12-21T02:44:37.000Z[ host-package] Compiling git2 v0.19.0
30672024-12-21T02:44:40.919Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30682024-12-21T02:44:43.847Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692024-12-21T02:44:47.335Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30702024-12-21T02:44:47.987Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30712024-12-21T02:44:49.710Z[ host-package] Compiling unicode-truncate v1.1.0
30722024-12-21T02:44:50.627Z[ host-package] Compiling lru v0.12.5
30732024-12-21T02:44:51.662Z[ host-package] Compiling rand_seeder v0.3.0
30742024-12-21T02:44:52.831Z[ host-package] Compiling libsqlite3-sys v0.30.1
30752024-12-21T02:44:53.963Z[ host-package] Compiling lzma-sys v0.1.20
30762024-12-21T02:44:54.205Z[ host-package] Compiling instability v0.3.2
30772024-12-21T02:44:54.878Z[ host-package] Compiling rustls v0.21.12
30782024-12-21T02:44:55.485Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30792024-12-21T02:44:55.526Z[ host-package] Compiling http-range v0.1.5
30802024-12-21T02:44:55.695Z[ host-package] Compiling cassowary v0.3.0
30812024-12-21T02:44:56.224Z[ host-package] Compiling cfg_aliases v0.2.1
30822024-12-21T02:44:56.417Z[ host-package] Compiling ratatui v0.28.1
30832024-12-21T02:44:56.503Z[ host-package] Compiling nix v0.29.0
30842024-12-21T02:44:57.864Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852024-12-21T02:44:57.886Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30862024-12-21T02:44:58.915Z[ helios-setup] Dec 21 02:44:57.167 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30872024-12-21T02:44:59.951Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30882024-12-21T02:45:00.086Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892024-12-21T02:45:01.007Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30902024-12-21T02:45:01.351Z[ host-package] Compiling sct v0.7.1
30912024-12-21T02:45:01.556Z[ host-package] Compiling rustls-webpki v0.101.7
30922024-12-21T02:45:01.920Z[ host-package] Compiling heck v0.3.3
30932024-12-21T02:45:02.342Z[ host-package] Compiling csv-core v0.1.11
30942024-12-21T02:45:02.406Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30952024-12-21T02:45:02.864Z[ host-package] Compiling glob v0.3.1
30962024-12-21T02:45:03.354Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30972024-12-21T02:45:04.006Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30982024-12-21T02:45:04.376Z[ host-package] Compiling csv v1.3.0
30992024-12-21T02:45:05.166Z[ host-package] Compiling zone_cfg_derive v0.1.2
31002024-12-21T02:45:05.959Z[ host-package] Compiling nix v0.27.1
31012024-12-21T02:45:06.721Z[ host-package] Compiling hyper-staticfile v0.10.1
31022024-12-21T02:45:06.766Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31032024-12-21T02:45:11.368Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31042024-12-21T02:45:12.368Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31052024-12-21T02:45:20.783Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31062024-12-21T02:45:21.267Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
31072024-12-21T02:45:22.729Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31082024-12-21T02:45:23.516Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31092024-12-21T02:45:34.990Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31102024-12-21T02:45:35.706Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31112024-12-21T02:45:36.047Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31122024-12-21T02:45:36.395Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31132024-12-21T02:45:36.487Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31142024-12-21T02:45:37.925Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31152024-12-21T02:45:42.297Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31162024-12-21T02:45:43.411Z[ host-package] Compiling hashlink v0.9.1
31172024-12-21T02:45:43.860Z[ host-package] Compiling tungstenite v0.23.0
31182024-12-21T02:45:45.458Z[ host-package] Compiling base64 v0.13.1
31192024-12-21T02:45:47.164Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31202024-12-21T02:45:47.954Z[ host-package] Compiling fallible-iterator v0.3.0
31212024-12-21T02:45:49.417Z[ host-package] Compiling ron v0.7.1
31222024-12-21T02:45:49.666Z[ host-package] Compiling rusqlite v0.32.1
31232024-12-21T02:45:53.777Z[ host-package] Compiling tokio-tungstenite v0.23.1
31242024-12-21T02:45:54.959Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31252024-12-21T02:45:56.407Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31262024-12-21T02:45:59.113Z[ host-package] Compiling xz2 v0.1.7
31272024-12-21T02:45:59.152Z[ host-package] Compiling tokio-rustls v0.24.1
31282024-12-21T02:45:59.841Z[ host-package] Compiling zone v0.1.8
31292024-12-21T02:46:03.784Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31302024-12-21T02:46:04.602Z[ helios-setup] Dec 21 02:46:02.840 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
31312024-12-21T02:46:04.721Z[ helios-setup] Dec 21 02:46:02.959 INFO building project "pilot" ok (403 seconds)
31322024-12-21T02:46:04.724Z[ helios-setup] Dec 21 02:46:02.959 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31332024-12-21T02:46:04.724Z[ helios-setup] Dec 21 02:46:02.959 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31342024-12-21T02:46:05.046Z[ helios-setup] Dec 21 02:46:03.284 INFO E| Blocking waiting for file lock on package cache
31352024-12-21T02:46:10.212Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362024-12-21T02:46:10.943Z[ helios-setup] Dec 21 02:46:09.179 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31372024-12-21T02:46:11.358Z[ helios-setup] Dec 21 02:46:09.594 INFO E| From https://github.com/jclulow/rust-jmclib
31382024-12-21T02:46:11.358Z[ helios-setup] Dec 21 02:46:09.594 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31392024-12-21T02:46:11.377Z[ helios-setup] Dec 21 02:46:09.613 INFO E| Updating crates.io index
31402024-12-21T02:46:11.515Z[ helios-setup] Dec 21 02:46:09.750 INFO E| Blocking waiting for file lock on package cache
31412024-12-21T02:46:11.587Z[ helios-setup] Dec 21 02:46:09.823 INFO E| Blocking waiting for file lock on package cache
31422024-12-21T02:46:16.936Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31432024-12-21T02:46:17.245Z[ helios-setup] Dec 21 02:46:15.480 INFO E| Downloading crates ...
31442024-12-21T02:46:17.315Z[ helios-setup] Dec 21 02:46:15.549 INFO E| Downloaded getrandom v0.2.10
31452024-12-21T02:46:17.319Z[ helios-setup] Dec 21 02:46:15.554 INFO E| Downloaded libdevinfo-sys v1.0.0
31462024-12-21T02:46:17.322Z[ helios-setup] Dec 21 02:46:15.555 INFO E| Downloaded cpufeatures v0.2.9
31472024-12-21T02:46:17.322Z[ helios-setup] Dec 21 02:46:15.556 INFO E| Downloaded block-buffer v0.9.0
31482024-12-21T02:46:17.334Z[ helios-setup] Dec 21 02:46:15.567 INFO E| Downloaded md-5 v0.9.1
31492024-12-21T02:46:17.337Z[ helios-setup] Dec 21 02:46:15.570 INFO E| Downloaded bitflags v2.3.3
31502024-12-21T02:46:17.349Z[ helios-setup] Dec 21 02:46:15.583 INFO E| Downloaded sha-1 v0.9.8
31512024-12-21T02:46:17.351Z[ helios-setup] Dec 21 02:46:15.586 INFO E| Downloaded quote v1.0.31
31522024-12-21T02:46:17.354Z[ helios-setup] Dec 21 02:46:15.590 INFO E| Downloaded uuid v0.8.2
31532024-12-21T02:46:17.359Z[ helios-setup] Dec 21 02:46:15.594 INFO E| Downloaded tempfile v3.7.0
31542024-12-21T02:46:17.362Z[ helios-setup] Dec 21 02:46:15.597 INFO E| Downloaded once_cell v1.18.0
31552024-12-21T02:46:17.366Z[ helios-setup] Dec 21 02:46:15.601 INFO E| Downloaded unicode-ident v1.0.11
31562024-12-21T02:46:17.370Z[ helios-setup] Dec 21 02:46:15.605 INFO E| Downloaded serde_derive v1.0.193
31572024-12-21T02:46:17.374Z[ helios-setup] Dec 21 02:46:15.609 INFO E| Downloaded serde v1.0.193
31582024-12-21T02:46:17.378Z[ helios-setup] Dec 21 02:46:15.613 INFO E| Downloaded anyhow v1.0.72
31592024-12-21T02:46:17.384Z[ helios-setup] Dec 21 02:46:15.619 INFO E| Downloaded proc-macro2 v1.0.66
31602024-12-21T02:46:17.388Z[ helios-setup] Dec 21 02:46:15.622 INFO E| Downloaded fastrand v2.0.0
31612024-12-21T02:46:17.391Z[ helios-setup] Dec 21 02:46:15.625 INFO E| Downloaded serde_json v1.0.103
31622024-12-21T02:46:17.417Z[ helios-setup] Dec 21 02:46:15.652 INFO E| Downloaded syn v2.0.32
31632024-12-21T02:46:17.432Z[ helios-setup] Dec 21 02:46:15.667 INFO E| Downloaded digest v0.9.0
31642024-12-21T02:46:17.509Z[ helios-setup] Dec 21 02:46:15.743 INFO E| Downloaded rustix v0.38.4
31652024-12-21T02:46:17.552Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31662024-12-21T02:46:17.561Z[ helios-setup] Dec 21 02:46:15.796 INFO E| Downloaded libc v0.2.147
31672024-12-21T02:46:17.689Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling libc v0.2.147
31682024-12-21T02:46:17.689Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling proc-macro2 v1.0.66
31692024-12-21T02:46:17.689Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling unicode-ident v1.0.11
31702024-12-21T02:46:17.691Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling cfg-if v1.0.0
31712024-12-21T02:46:17.691Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling version_check v0.9.4
31722024-12-21T02:46:17.691Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling typenum v1.16.0
31732024-12-21T02:46:17.691Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling serde v1.0.193
31742024-12-21T02:46:17.691Z[ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling powerfmt v0.2.0
31752024-12-21T02:46:17.893Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31762024-12-21T02:46:17.998Z[ helios-setup] Dec 21 02:46:16.233 INFO E| Compiling slog v2.7.0
31772024-12-21T02:46:18.043Z[ helios-setup] Dec 21 02:46:16.278 INFO E| Compiling itoa v1.0.9
31782024-12-21T02:46:18.704Z[ helios-setup] Dec 21 02:46:16.938 INFO E| Compiling rustix v0.38.4
31792024-12-21T02:46:18.872Z[ helios-setup] Dec 21 02:46:17.106 INFO E| Compiling time-core v0.1.2
31802024-12-21T02:46:19.094Z[ helios-setup] Dec 21 02:46:17.326 INFO E| Compiling num-conv v0.1.0
31812024-12-21T02:46:19.191Z[ helios-setup] Dec 21 02:46:17.422 INFO E| Compiling deranged v0.3.11
31822024-12-21T02:46:19.315Z[ helios-setup] Dec 21 02:46:17.541 INFO E| Compiling generic-array v0.14.7
31832024-12-21T02:46:19.322Z[ helios-setup] Dec 21 02:46:17.548 INFO E| Compiling once_cell v1.18.0
31842024-12-21T02:46:19.762Z[ helios-setup] Dec 21 02:46:17.988 INFO E| Compiling time-macros v0.2.18
31852024-12-21T02:46:20.130Z[ helios-setup] Dec 21 02:46:18.364 INFO E| Compiling num_threads v0.1.6
31862024-12-21T02:46:20.293Z[ helios-setup] Dec 21 02:46:18.527 INFO E| Compiling bitflags v2.3.3
31872024-12-21T02:46:20.353Z[ helios-setup] Dec 21 02:46:18.587 INFO E| Compiling thread_local v1.1.7
31882024-12-21T02:46:21.229Z[ helios-setup] Dec 21 02:46:19.462 INFO E| Compiling quote v1.0.31
31892024-12-21T02:46:21.718Z[ helios-setup] Dec 21 02:46:19.952 INFO E| Compiling fastrand v2.0.0
31902024-12-21T02:46:21.965Z[ helios-setup] Dec 21 02:46:20.198 INFO E| Compiling dirs-sys-next v0.1.2
31912024-12-21T02:46:22.213Z[ helios-setup] Dec 21 02:46:20.446 INFO E| Compiling syn v2.0.32
31922024-12-21T02:46:22.714Z[ helios-setup] Dec 21 02:46:20.948 INFO E| Compiling dirs-next v2.0.0
31932024-12-21T02:46:22.783Z[ helios-setup] Dec 21 02:46:21.017 INFO E| Compiling errno v0.3.1
31942024-12-21T02:46:23.076Z[ helios-setup] Dec 21 02:46:21.309 INFO E| Compiling term v0.7.0
31952024-12-21T02:46:23.126Z[ helios-setup] Dec 21 02:46:21.360 INFO E| Compiling atty v0.2.14
31962024-12-21T02:46:23.371Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31972024-12-21T02:46:23.415Z[ helios-setup] Dec 21 02:46:21.649 INFO E| Compiling serde_json v1.0.103
31982024-12-21T02:46:23.648Z[ helios-setup] Dec 21 02:46:21.881 INFO E| Compiling opaque-debug v0.3.0
31992024-12-21T02:46:23.741Z[ helios-setup] Dec 21 02:46:21.974 INFO E| Compiling anyhow v1.0.72
32002024-12-21T02:46:23.766Z[ helios-setup] Dec 21 02:46:21.999 INFO E| Compiling getrandom v0.2.10
32012024-12-21T02:46:24.567Z[ helios-setup] Dec 21 02:46:22.800 INFO E| Compiling unicode-width v0.1.10
32022024-12-21T02:46:24.792Z[ helios-setup] Dec 21 02:46:23.025 INFO E| Compiling same-file v1.0.6
32032024-12-21T02:46:24.890Z[ helios-setup] Dec 21 02:46:23.124 INFO E| Compiling digest v0.9.0
32042024-12-21T02:46:24.946Z[ helios-setup] Dec 21 02:46:23.179 INFO E| Compiling block-buffer v0.9.0
32052024-12-21T02:46:25.174Z[ helios-setup] Dec 21 02:46:23.407 INFO E| Compiling cpufeatures v0.2.9
32062024-12-21T02:46:25.369Z[ helios-setup] Dec 21 02:46:23.600 INFO E| Compiling ryu v1.0.15
32072024-12-21T02:46:25.389Z[ helios-setup] Dec 21 02:46:23.622 INFO E| Compiling time v0.3.36
32082024-12-21T02:46:25.491Z[ helios-setup] Dec 21 02:46:23.722 INFO E| Compiling sha-1 v0.9.8
32092024-12-21T02:46:25.698Z[ helios-setup] Dec 21 02:46:23.930 INFO E| Compiling md-5 v0.9.1
32102024-12-21T02:46:26.173Z[ helios-setup] Dec 21 02:46:24.404 INFO E| Compiling walkdir v2.3.3
32112024-12-21T02:46:26.416Z[ helios-setup] Dec 21 02:46:24.649 INFO E| Compiling getopts v0.2.21
32122024-12-21T02:46:26.937Z[ helios-setup] Dec 21 02:46:25.170 INFO E| Compiling tempfile v3.7.0
32132024-12-21T02:46:27.087Z[ helios-setup] Dec 21 02:46:25.320 INFO E| Compiling libdevinfo-sys v1.0.0
32142024-12-21T02:46:27.477Z[ helios-setup] Dec 21 02:46:25.709 INFO E| Compiling glob v0.3.1
32152024-12-21T02:46:29.270Z[ helios-setup] Dec 21 02:46:27.502 INFO E| Compiling slog-term v2.9.0
32162024-12-21T02:46:30.073Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32172024-12-21T02:46:31.034Z[ host-package] Compiling rustls-pemfile v1.0.4
32182024-12-21T02:46:32.153Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32192024-12-21T02:46:32.187Z[ helios-setup] Dec 21 02:46:30.419 INFO E| Compiling serde_derive v1.0.193
32202024-12-21T02:46:36.611Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32212024-12-21T02:46:37.680Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32222024-12-21T02:46:39.732Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32232024-12-21T02:46:39.961Z[ host-package] Compiling signal-hook-tokio v0.3.1
32242024-12-21T02:46:40.062Z[ host-package] Compiling twox-hash v1.6.3
32252024-12-21T02:46:40.307Z[ host-package] Compiling yasna v0.5.2
32262024-12-21T02:46:41.230Z[ host-package] Compiling unicode-linebreak v0.1.5
32272024-12-21T02:46:41.485Z[ host-package] Compiling smawk v0.3.2
32282024-12-21T02:46:41.866Z[ host-package] Compiling is_ci v1.2.0
32292024-12-21T02:46:41.935Z[ host-package] Compiling textwrap v0.16.1
32302024-12-21T02:46:42.280Z[ host-package] Compiling supports-color v3.0.1
32312024-12-21T02:46:42.925Z[ host-package] Compiling rcgen v0.12.1
32322024-12-21T02:46:45.886Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332024-12-21T02:46:47.257Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32342024-12-21T02:46:47.320Z[ helios-setup] Dec 21 02:46:45.548 INFO E| Compiling toml v0.5.11
32352024-12-21T02:46:47.320Z[ helios-setup] Dec 21 02:46:45.548 INFO E| Compiling uuid v0.8.2
32362024-12-21T02:46:49.671Z[ helios-setup] Dec 21 02:46:47.898 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32372024-12-21T02:46:54.376Z[ helios-setup] Dec 21 02:46:52.602 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32382024-12-21T02:46:56.860Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32392024-12-21T02:46:57.204Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32402024-12-21T02:47:03.975Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412024-12-21T02:47:09.075Z[ helios-setup] Dec 21 02:47:07.298 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
32422024-12-21T02:47:09.110Z[ helios-setup] Dec 21 02:47:07.333 INFO building project "image-builder" ok (64 seconds)
32432024-12-21T02:47:09.113Z[ helios-setup] Dec 21 02:47:07.333 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32442024-12-21T02:47:09.113Z[ helios-setup] Dec 21 02:47:07.333 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32452024-12-21T02:47:09.419Z[ helios-setup] Dec 21 02:47:07.642 INFO E| Downloading crates ...
32462024-12-21T02:47:09.586Z[ helios-setup] Dec 21 02:47:07.809 INFO E| Downloaded miniz_oxide v0.7.2
32472024-12-21T02:47:09.680Z[ helios-setup] Dec 21 02:47:07.903 INFO E| Compiling adler v1.0.2
32482024-12-21T02:47:09.905Z[ helios-setup] Dec 21 02:47:08.128 INFO E| Compiling miniz_oxide v0.7.2
32492024-12-21T02:47:12.728Z[ helios-setup] Dec 21 02:47:10.950 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32502024-12-21T02:47:13.662Z[ helios-setup] Dec 21 02:47:11.884 INFO E| Finished `release` profile [optimized] target(s) in 4.44s
32512024-12-21T02:47:13.673Z[ helios-setup] Dec 21 02:47:11.895 INFO building project "pinprick" ok (4 seconds)
32522024-12-21T02:47:13.673Z[ helios-setup] Dec 21 02:47:11.895 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32532024-12-21T02:47:13.675Z[ helios-setup] Dec 21 02:47:11.895 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32542024-12-21T02:47:13.684Z[ helios-setup] Dec 21 02:47:11.906 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32552024-12-21T02:47:14.110Z[ helios-setup] Dec 21 02:47:12.332 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32562024-12-21T02:47:14.110Z[ helios-setup] Dec 21 02:47:12.332 INFO E| info: downloading component 'cargo'
32572024-12-21T02:47:16.318Z[ helios-setup] Dec 21 02:47:14.539 INFO E| info: downloading component 'clippy'
32582024-12-21T02:47:16.545Z[ helios-setup] Dec 21 02:47:14.767 INFO E| info: downloading component 'rust-docs'
32592024-12-21T02:47:17.596Z[ helios-setup] Dec 21 02:47:15.815 INFO E| info: downloading component 'rust-src'
32602024-12-21T02:47:17.761Z[ helios-setup] Dec 21 02:47:15.982 INFO E| info: downloading component 'rust-std'
32612024-12-21T02:47:19.687Z[ helios-setup] Dec 21 02:47:17.908 INFO E| info: downloading component 'rustc'
32622024-12-21T02:47:20.536Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632024-12-21T02:47:24.397Z[ helios-setup] Dec 21 02:47:22.617 INFO E| info: downloading component 'rustfmt'
32642024-12-21T02:47:24.598Z[ helios-setup] Dec 21 02:47:22.817 INFO E| info: installing component 'cargo'
32652024-12-21T02:47:25.740Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32662024-12-21T02:47:25.854Z[ helios-setup] Dec 21 02:47:24.073 INFO E| info: installing component 'clippy'
32672024-12-21T02:47:26.276Z[ helios-setup] Dec 21 02:47:24.495 INFO E| info: installing component 'rust-docs'
32682024-12-21T02:47:32.474Z[ helios-setup] Dec 21 02:47:30.691 INFO E| info: installing component 'rust-src'
32692024-12-21T02:47:33.316Z[ helios-setup] Dec 21 02:47:31.534 INFO E| info: installing component 'rust-std'
32702024-12-21T02:47:35.933Z[ helios-setup] Dec 21 02:47:34.149 INFO E| info: installing component 'rustc'
32712024-12-21T02:47:37.899Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722024-12-21T02:47:38.212Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32732024-12-21T02:47:38.578Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32742024-12-21T02:47:38.964Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32752024-12-21T02:47:41.579Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32762024-12-21T02:47:42.174Z[ helios-setup] Dec 21 02:47:40.389 INFO E| info: installing component 'rustfmt'
32772024-12-21T02:47:42.944Z[ helios-setup] Dec 21 02:47:41.159 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32782024-12-21T02:47:43.956Z[ helios-setup] Dec 21 02:47:42.171 INFO E| From https://github.com/oxidecomputer/amd-apcb
32792024-12-21T02:47:43.956Z[ helios-setup] Dec 21 02:47:42.171 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32802024-12-21T02:47:43.956Z[ helios-setup] Dec 21 02:47:42.171 INFO E| * [new tag] v0.4.3 -> v0.4.3
32812024-12-21T02:47:43.986Z[ helios-setup] Dec 21 02:47:42.201 INFO E| * [new tag] v0.1.3 -> v0.1.3
32822024-12-21T02:47:43.986Z[ helios-setup] Dec 21 02:47:42.201 INFO E| * [new tag] v0.1.4 -> v0.1.4
32832024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.1.5 -> v0.1.5
32842024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.2.0 -> v0.2.0
32852024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.0 -> v0.3.0
32862024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.1 -> v0.3.1
32872024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.2 -> v0.3.2
32882024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.3 -> v0.3.3
32892024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.4.0 -> v0.4.0
32902024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.4.1 -> v0.4.1
32912024-12-21T02:47:43.990Z[ helios-setup] Dec 21 02:47:42.203 INFO E| * [new tag] v0.4.2 -> v0.4.2
32922024-12-21T02:47:44.042Z[ helios-setup] Dec 21 02:47:42.257 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32932024-12-21T02:47:44.969Z[ helios-setup] Dec 21 02:47:43.183 INFO E| From https://github.com/oxidecomputer/amd-efs
32942024-12-21T02:47:44.969Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] empty -> origin/empty
32952024-12-21T02:47:44.971Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] issue-99 -> origin/issue-99
32962024-12-21T02:47:44.971Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] main -> origin/main
32972024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] review -> origin/review
32982024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new ref] -> origin/HEAD
32992024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.184 INFO E| * [new tag] v0.2.0 -> v0.2.0
33002024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.1 -> v0.2.1
33012024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.2 -> v0.2.2
33022024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.3 -> v0.2.3
33032024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.4 -> v0.2.4
33042024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.5 -> v0.2.5
33052024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.6 -> v0.2.6
33062024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.7 -> v0.2.7
33072024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.3.0 -> v0.3.0
33082024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.3.1 -> v0.3.1
33092024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.0 -> v0.4.0
33102024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.1 -> v0.4.1
33112024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.2 -> v0.4.2
33122024-12-21T02:47:44.972Z[ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.3 -> v0.4.3
33132024-12-21T02:47:44.996Z[ helios-setup] Dec 21 02:47:43.211 INFO E| Updating crates.io index
33142024-12-21T02:47:45.216Z[ helios-setup] Dec 21 02:47:43.431 INFO E| Downloading crates ...
33152024-12-21T02:47:45.357Z[ helios-setup] Dec 21 02:47:43.572 INFO E| Downloaded parse_int v0.6.0
33162024-12-21T02:47:45.361Z[ helios-setup] Dec 21 02:47:43.574 INFO E| Downloaded memoffset v0.5.6
33172024-12-21T02:47:45.361Z[ helios-setup] Dec 21 02:47:43.575 INFO E| Downloaded four-cc v0.3.0
33182024-12-21T02:47:45.364Z[ helios-setup] Dec 21 02:47:43.576 INFO E| Downloaded fletcher v0.1.0
33192024-12-21T02:47:45.364Z[ helios-setup] Dec 21 02:47:43.578 INFO E| Downloaded cfg-if v0.1.10
33202024-12-21T02:47:45.364Z[ helios-setup] Dec 21 02:47:43.579 INFO E| Downloaded unic-common v0.9.0
33212024-12-21T02:47:45.366Z[ helios-setup] Dec 21 02:47:43.580 INFO E| Downloaded unic-char-range v0.9.0
33222024-12-21T02:47:45.369Z[ helios-setup] Dec 21 02:47:43.581 INFO E| Downloaded unic-char-property v0.9.0
33232024-12-21T02:47:45.369Z[ helios-setup] Dec 21 02:47:43.583 INFO E| Downloaded unic-ucd-version v0.9.0
33242024-12-21T02:47:45.369Z[ helios-setup] Dec 21 02:47:43.584 INFO E| Downloaded scroll_derive v0.10.5
33252024-12-21T02:47:45.373Z[ helios-setup] Dec 21 02:47:43.585 INFO E| Downloaded proc-macro-crate v0.1.5
33262024-12-21T02:47:45.373Z[ helios-setup] Dec 21 02:47:43.586 INFO E| Downloaded bytesize v1.3.0
33272024-12-21T02:47:45.377Z[ helios-setup] Dec 21 02:47:43.588 INFO E| Downloaded strum v0.23.0
33282024-12-21T02:47:45.377Z[ helios-setup] Dec 21 02:47:43.589 INFO E| Downloaded modular-bitfield-impl v0.11.2
33292024-12-21T02:47:45.380Z[ helios-setup] Dec 21 02:47:43.590 INFO E| Downloaded ansi_term v0.12.1
33302024-12-21T02:47:45.455Z[ helios-setup] Dec 21 02:47:43.669 INFO E| Downloaded vec_map v0.8.2
33312024-12-21T02:47:45.468Z[ helios-setup] Dec 21 02:47:43.671 INFO E| Downloaded thiserror-impl v1.0.64
33322024-12-21T02:47:45.468Z[ helios-setup] Dec 21 02:47:43.673 INFO E| Downloaded thiserror v1.0.64
33332024-12-21T02:47:45.468Z[ helios-setup] Dec 21 02:47:43.681 INFO E| Downloaded strsim v0.8.0
33342024-12-21T02:47:45.471Z[ helios-setup] Dec 21 02:47:43.683 INFO E| Downloaded textwrap v0.11.0
33352024-12-21T02:47:45.471Z[ helios-setup] Dec 21 02:47:43.685 INFO E| Downloaded strum_macros v0.23.1
33362024-12-21T02:47:45.477Z[ helios-setup] Dec 21 02:47:43.689 INFO E| Downloaded unic-ucd-ident v0.9.0
33372024-12-21T02:47:45.479Z[ helios-setup] Dec 21 02:47:43.691 INFO E| Downloaded scroll v0.10.2
33382024-12-21T02:47:45.479Z[ helios-setup] Dec 21 02:47:43.694 INFO E| Downloaded pre-proc-macro v0.2.1
33392024-12-21T02:47:45.483Z[ helios-setup] Dec 21 02:47:43.698 INFO E| Downloaded modular-bitfield v0.11.2
33402024-12-21T02:47:45.501Z[ helios-setup] Dec 21 02:47:43.715 INFO E| Downloaded structopt v0.3.26
33412024-12-21T02:47:45.514Z[ helios-setup] Dec 21 02:47:43.728 INFO E| Downloaded serde_derive v1.0.210
33422024-12-21T02:47:45.517Z[ helios-setup] Dec 21 02:47:43.732 INFO E| Downloaded serde v1.0.210
33432024-12-21T02:47:45.526Z[ helios-setup] Dec 21 02:47:43.737 INFO E| Downloaded pest_meta v2.7.13
33442024-12-21T02:47:45.529Z[ helios-setup] Dec 21 02:47:43.740 INFO E| Downloaded pest_generator v2.7.13
33452024-12-21T02:47:45.529Z[ helios-setup] Dec 21 02:47:43.742 INFO E| Downloaded pest v2.7.13
33462024-12-21T02:47:45.534Z[ helios-setup] Dec 21 02:47:43.749 INFO E| Downloaded goblin v0.4.3
33472024-12-21T02:47:45.543Z[ helios-setup] Dec 21 02:47:43.758 INFO E| Downloaded serde_json v1.0.128
33482024-12-21T02:47:45.555Z[ helios-setup] Dec 21 02:47:43.769 INFO E| Downloaded syn v2.0.79
33492024-12-21T02:47:45.572Z[ helios-setup] Dec 21 02:47:43.787 INFO E| Downloaded clap v2.34.0
33502024-12-21T02:47:45.599Z[ helios-setup] Dec 21 02:47:43.813 INFO E| Downloaded libc v0.2.159
33512024-12-21T02:47:45.638Z[ helios-setup] Dec 21 02:47:43.853 INFO E| Downloaded pest_derive v2.7.13
33522024-12-21T02:47:45.641Z[ helios-setup] Dec 21 02:47:43.856 INFO E| Downloaded once_cell v1.20.1
33532024-12-21T02:47:45.644Z[ helios-setup] Dec 21 02:47:43.859 INFO E| Downloaded structopt-derive v0.4.18
33542024-12-21T02:47:45.647Z[ helios-setup] Dec 21 02:47:43.860 INFO E| Downloaded semver-parser v0.7.0
33552024-12-21T02:47:45.647Z[ helios-setup] Dec 21 02:47:43.862 INFO E| Downloaded semver v0.9.0
33562024-12-21T02:47:45.651Z[ helios-setup] Dec 21 02:47:43.864 INFO E| Downloaded rustc_version v0.2.3
33572024-12-21T02:47:45.651Z[ helios-setup] Dec 21 02:47:43.865 INFO E| Downloaded pre v0.2.1
33582024-12-21T02:47:45.744Z[ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling proc-macro2 v1.0.86
33592024-12-21T02:47:45.744Z[ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling unicode-ident v1.0.13
33602024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling syn v1.0.109
33612024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling version_check v0.9.5
33622024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling memchr v2.7.4
33632024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling autocfg v1.4.0
33642024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling thiserror v1.0.64
33652024-12-21T02:47:45.747Z[ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling semver-parser v0.7.0
33662024-12-21T02:47:46.330Z[ host-package] Compiling fatfs v0.3.6
33672024-12-21T02:47:46.481Z[ helios-setup] Dec 21 02:47:44.695 INFO E| Compiling semver v0.9.0
33682024-12-21T02:47:47.148Z[ helios-setup] Dec 21 02:47:45.363 INFO E| Compiling serde v1.0.210
33692024-12-21T02:47:47.280Z[ helios-setup] Dec 21 02:47:45.494 INFO E| Compiling proc-macro-error-attr v1.0.4
33702024-12-21T02:47:47.483Z[ helios-setup] Dec 21 02:47:45.698 INFO E| Compiling proc-macro-error v1.0.4
33712024-12-21T02:47:47.643Z[ helios-setup] Dec 21 02:47:45.857 INFO E| Compiling rustc_version v0.2.3
33722024-12-21T02:47:47.878Z[ helios-setup] Dec 21 02:47:46.092 INFO E| Compiling serde_json v1.0.128
33732024-12-21T02:47:48.011Z[ helios-setup] Dec 21 02:47:46.225 INFO E| Compiling num-traits v0.2.19
33742024-12-21T02:47:48.481Z[ helios-setup] Dec 21 02:47:46.695 INFO E| Compiling schemars v0.8.21
33752024-12-21T02:47:48.653Z[ helios-setup] Dec 21 02:47:46.867 INFO E| Compiling ryu v1.0.18
33762024-12-21T02:47:48.660Z[ helios-setup] Dec 21 02:47:46.874 INFO E| Compiling itoa v1.0.11
33772024-12-21T02:47:48.686Z[ helios-setup] Dec 21 02:47:46.900 INFO E| Compiling unicode-segmentation v1.12.0
33782024-12-21T02:47:49.027Z[ helios-setup] Dec 21 02:47:47.241 INFO E| Compiling pre-proc-macro v0.2.1
33792024-12-21T02:47:49.299Z[ helios-setup] Dec 21 02:47:47.512 INFO E| Compiling memoffset v0.5.6
33802024-12-21T02:47:49.386Z[ helios-setup] Dec 21 02:47:47.600 INFO E| Compiling paste v1.0.15
33812024-12-21T02:47:49.422Z[ helios-setup] Dec 21 02:47:47.636 INFO E| Compiling rustversion v1.0.17
33822024-12-21T02:47:49.840Z[ helios-setup] Dec 21 02:47:48.054 INFO E| Compiling quote v1.0.37
33832024-12-21T02:47:49.939Z[ helios-setup] Dec 21 02:47:48.153 INFO E| Compiling lazy_static v1.5.0
33842024-12-21T02:47:50.088Z[ helios-setup] Dec 21 02:47:48.302 INFO E| Compiling ucd-trie v0.1.7
33852024-12-21T02:47:50.148Z[ helios-setup] Dec 21 02:47:48.362 INFO E| Compiling heck v0.3.3
33862024-12-21T02:47:50.290Z[ helios-setup] Dec 21 02:47:48.503 INFO E| Compiling libc v0.2.159
33872024-12-21T02:47:50.667Z[ helios-setup] Dec 21 02:47:48.881 INFO E| Compiling syn v2.0.79
33882024-12-21T02:47:50.886Z[ helios-setup] Dec 21 02:47:49.100 INFO E| Compiling dyn-clone v1.0.17
33892024-12-21T02:47:51.423Z[ helios-setup] Dec 21 02:47:49.637 INFO E| Compiling pre v0.2.1
33902024-12-21T02:47:51.499Z[ helios-setup] Dec 21 02:47:49.712 INFO E| Compiling byteorder v1.5.0
33912024-12-21T02:47:51.944Z[ helios-setup] Dec 21 02:47:50.157 INFO E| Compiling cfg-if v0.1.10
33922024-12-21T02:47:52.046Z[ helios-setup] Dec 21 02:47:50.259 INFO E| Compiling once_cell v1.20.1
33932024-12-21T02:47:52.113Z[ host-package] Compiling rtoolbox v0.0.2
33942024-12-21T02:47:52.291Z[ helios-setup] Dec 21 02:47:50.504 INFO E| Compiling static_assertions v1.1.0
33952024-12-21T02:47:53.025Z[ helios-setup] Dec 21 02:47:51.238 INFO E| Compiling unicode-width v0.1.14
33962024-12-21T02:47:53.140Z[ host-package] Compiling subprocess v0.2.9
33972024-12-21T02:47:54.080Z[ helios-setup] Dec 21 02:47:52.293 INFO E| Compiling textwrap v0.11.0
33982024-12-21T02:47:54.151Z[ helios-setup] Dec 21 02:47:52.364 INFO E| Compiling atty v0.2.14
33992024-12-21T02:47:54.469Z[ helios-setup] Dec 21 02:47:52.682 INFO E| Compiling unic-char-range v0.9.0
34002024-12-21T02:47:54.773Z[ helios-setup] Dec 21 02:47:52.986 INFO E| Compiling fletcher v0.1.0
34012024-12-21T02:47:54.990Z[ helios-setup] Dec 21 02:47:53.200 INFO E| Compiling ansi_term v0.12.1
34022024-12-21T02:47:55.266Z[ helios-setup] Dec 21 02:47:53.479 INFO E| Compiling strsim v0.8.0
34032024-12-21T02:47:55.406Z[ helios-setup] Dec 21 02:47:53.619 INFO E| Compiling strum v0.23.0
34042024-12-21T02:47:55.915Z[ helios-setup] Dec 21 02:47:53.964 INFO E| Compiling parse_int v0.6.0
34052024-12-21T02:47:55.929Z[ helios-setup] Dec 21 02:47:54.075 INFO E| Compiling unic-common v0.9.0
34062024-12-21T02:47:55.947Z[ helios-setup] Dec 21 02:47:54.157 INFO E| Compiling bitflags v1.3.2
34072024-12-21T02:47:56.057Z[ helios-setup] Dec 21 02:47:54.269 INFO E| Compiling vec_map v0.8.2
34082024-12-21T02:47:56.122Z[ helios-setup] Dec 21 02:47:54.335 INFO E| Compiling unic-ucd-version v0.9.0
34092024-12-21T02:47:56.123Z[ helios-setup] Dec 21 02:47:54.335 INFO E| Compiling unic-char-property v0.9.0
34102024-12-21T02:47:56.257Z[ helios-setup] Dec 21 02:47:54.469 INFO E| Compiling log v0.4.22
34112024-12-21T02:47:56.280Z[ helios-setup] Dec 21 02:47:54.493 INFO E| Compiling plain v0.2.3
34122024-12-21T02:47:56.556Z[ helios-setup] Dec 21 02:47:54.768 INFO E| Compiling unic-ucd-ident v0.9.0
34132024-12-21T02:47:56.813Z[ helios-setup] Dec 21 02:47:55.025 INFO E| Compiling clap v2.34.0
34142024-12-21T02:47:56.831Z[ helios-setup] Dec 21 02:47:55.043 INFO E| Compiling bytesize v1.3.0
34152024-12-21T02:47:57.797Z[ host-package] Compiling assert_matches v1.5.0
34162024-12-21T02:47:57.800Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34172024-12-21T02:47:59.543Z[ helios-setup] Dec 21 02:47:57.754 INFO E| Compiling serde_derive_internals v0.29.1
34182024-12-21T02:48:00.820Z[ host-package] Compiling rpassword v7.3.1
34192024-12-21T02:48:01.603Z[ helios-setup] Dec 21 02:47:59.814 INFO E| Compiling toml v0.5.11
34202024-12-21T02:48:01.703Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34212024-12-21T02:48:01.836Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34222024-12-21T02:48:04.739Z[ helios-setup] Dec 21 02:48:02.949 INFO E| Compiling proc-macro-crate v0.1.5
34232024-12-21T02:48:06.097Z[ helios-setup] Dec 21 02:48:04.307 INFO E| Compiling thiserror-impl v1.0.64
34242024-12-21T02:48:06.097Z[ helios-setup] Dec 21 02:48:04.307 INFO E| Compiling serde_derive v1.0.210
34252024-12-21T02:48:06.131Z[ helios-setup] Dec 21 02:48:04.341 INFO E| Compiling schemars_derive v0.8.21
34262024-12-21T02:48:06.189Z[ helios-setup] Dec 21 02:48:04.398 INFO E| Compiling zerocopy-derive v0.6.6
34272024-12-21T02:48:06.310Z[ helios-setup] Dec 21 02:48:04.520 INFO E| Compiling num-derive v0.4.2
34282024-12-21T02:48:07.463Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34292024-12-21T02:48:10.075Z[ host-package] Compiling tui-tree-widget v0.22.0
34302024-12-21T02:48:10.445Z[ helios-setup] Dec 21 02:48:08.654 INFO E| Compiling zerocopy v0.6.6
34312024-12-21T02:48:11.067Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34322024-12-21T02:48:12.082Z[ helios-setup] Dec 21 02:48:10.290 INFO E| Compiling pest v2.7.13
34332024-12-21T02:48:12.326Z[ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling modular-bitfield-impl v0.11.2
34342024-12-21T02:48:12.326Z[ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling strum_macros v0.23.1
34352024-12-21T02:48:12.326Z[ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling scroll_derive v0.10.5
34362024-12-21T02:48:12.784Z[ helios-setup] Dec 21 02:48:10.993 INFO E| Compiling structopt-derive v0.4.18
34372024-12-21T02:48:14.478Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34382024-12-21T02:48:15.393Z[ host-package] Compiling uzers v0.12.1
34392024-12-21T02:48:15.630Z[ helios-setup] Dec 21 02:48:13.838 INFO E| Compiling scroll v0.10.2
34402024-12-21T02:48:16.730Z[ helios-setup] Dec 21 02:48:14.937 INFO E| Compiling goblin v0.4.3
34412024-12-21T02:48:17.243Z[ helios-setup] Dec 21 02:48:15.450 INFO E| Compiling pest_meta v2.7.13
34422024-12-21T02:48:17.648Z[ helios-setup] Dec 21 02:48:15.849 INFO E| Compiling modular-bitfield v0.11.2
34432024-12-21T02:48:18.894Z[ helios-setup] Dec 21 02:48:17.101 INFO E| Compiling structopt v0.3.26
34442024-12-21T02:48:19.943Z[ helios-setup] Dec 21 02:48:18.149 INFO E| Compiling pest_generator v2.7.13
34452024-12-21T02:48:20.748Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34462024-12-21T02:48:25.065Z[ helios-setup] Dec 21 02:48:23.271 INFO E| Compiling pest_derive v2.7.13
34472024-12-21T02:48:28.725Z[ helios-setup] Dec 21 02:48:26.929 INFO E| Compiling json5 v0.4.1
34482024-12-21T02:48:32.454Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34492024-12-21T02:48:34.279Z[ helios-setup] Dec 21 02:48:32.483 INFO E| Compiling four-cc v0.3.0
34502024-12-21T02:48:34.279Z[ helios-setup] Dec 21 02:48:32.483 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34512024-12-21T02:48:34.524Z[ helios-setup] Dec 21 02:48:32.727 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34522024-12-21T02:48:35.750Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34532024-12-21T02:49:04.252Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34542024-12-21T02:49:12.646Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34552024-12-21T02:49:16.349Z[ host-package] Compiling multimap v0.10.0
34562024-12-21T02:49:18.350Z[ helios-setup] Dec 21 02:49:16.544 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34572024-12-21T02:49:39.275Z[ helios-setup] Dec 21 02:49:37.463 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34582024-12-21T02:50:31.509Z[ helios-setup] Dec 21 02:50:29.686 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s
34592024-12-21T02:50:31.546Z[ helios-setup] Dec 21 02:50:29.723 INFO building project "amd-host-image-builder" ok (197 seconds)
34602024-12-21T02:50:31.549Z[ helios-setup] rm -f helios-build
34612024-12-21T02:50:31.552Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34622024-12-21T02:50:31.554Z[ helios-setup]
34632024-12-21T02:50:31.557Z[ helios-setup] Setup complete! ./helios-build is now available.
34642024-12-21T02:50:31.557Z[ helios-setup]
34652024-12-21T02:50:31.560Z[ helios-setup]
34662024-12-21T02:50:31.560ZDec 21 02:50:29.735 INFO [helios-setup] process exited with exit status: 0 (750.292860766s)
34672024-12-21T02:50:31.560Z[ helios-setup] real 12:30.287004447
34682024-12-21T02:50:31.560Z[ helios-setup] user 29:05.347517409
34692024-12-21T02:50:31.560Z[ helios-setup] sys 3:35.187587591
34702024-12-21T02:50:31.560Z[ helios-setup] trap 1.647828243
34712024-12-21T02:50:31.560Z[ helios-setup] tflt 6.153202828
34722024-12-21T02:50:31.560Z[ helios-setup] dflt 38.391379573
34732024-12-21T02:50:31.560Z[ helios-setup] kflt 0.012290959
34742024-12-21T02:50:31.560Z[ helios-setup] lock 2:07:20.905344492
34752024-12-21T02:50:31.560Z[ helios-setup] slp 3:46:48.080983432
34762024-12-21T02:50:31.560Z[ helios-setup] lat 33:27.753945426
34772024-12-21T02:50:31.560Z[ helios-setup] stop 4:40.596567227
34782024-12-21T02:50:31.560ZDec 21 02:50:29.736 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34792024-12-21T02:50:31.586Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34802024-12-21T02:50:31.817Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34812024-12-21T02:50:31.817Z[ phbl-toolchain] info: downloading component 'cargo'
34822024-12-21T02:50:32.726Z[ phbl-toolchain] info: downloading component 'clippy'
34832024-12-21T02:50:33.245Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34842024-12-21T02:50:38.069Z[ phbl-toolchain] info: downloading component 'miri'
34852024-12-21T02:50:38.225Z[ phbl-toolchain] info: downloading component 'rust-docs'
34862024-12-21T02:50:39.523Z[ phbl-toolchain] info: downloading component 'rust-src'
34872024-12-21T02:50:40.010Z[ phbl-toolchain] info: downloading component 'rust-std'
34882024-12-21T02:50:42.582Z[ phbl-toolchain] info: downloading component 'rustc'
34892024-12-21T02:50:51.524Z[ phbl-toolchain] info: downloading component 'rustfmt'
34902024-12-21T02:50:51.746Z[ phbl-toolchain] info: installing component 'cargo'
34912024-12-21T02:50:53.058Z[ phbl-toolchain] info: installing component 'clippy'
34922024-12-21T02:50:53.615Z[ phbl-toolchain] info: installing component 'llvm-tools'
34932024-12-21T02:50:59.298Z[ phbl-toolchain] info: installing component 'miri'
34942024-12-21T02:50:59.636Z[ phbl-toolchain] info: installing component 'rust-docs'
34952024-12-21T02:51:06.665Z[ phbl-toolchain] info: installing component 'rust-src'
34962024-12-21T02:51:07.370Z[ phbl-toolchain] info: installing component 'rust-std'
34972024-12-21T02:51:09.795Z[ phbl-toolchain] info: installing component 'rustc'
34982024-12-21T02:51:19.084Z[ phbl-toolchain] info: installing component 'rustfmt'
34992024-12-21T02:51:19.745Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35002024-12-21T02:51:19.748ZDec 21 02:51:17.914 INFO [phbl-toolchain] process exited with exit status: 0 (48.177056989s)
35012024-12-21T02:51:51.332Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35022024-12-21T02:52:00.896Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35032024-12-21T02:58:34.862Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 41s
35042024-12-21T02:59:42.680ZDec 21 02:59:40.731 INFO [host-package] process exited with exit status: 0 (1249.877724299s)
35052024-12-21T02:59:42.682ZDec 21 02:59:40.731 INFO [host-stamp] running task
35062024-12-21T02:59:42.683ZDec 21 02:59:40.731 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35072024-12-21T02:59:42.688ZDec 21 02:59:40.739 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+gitecf33f7efc1
35082024-12-21T02:59:42.695ZDec 21 02:59:40.746 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+gitecf33f7efc1
35092024-12-21T02:59:42.701Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35102024-12-21T02:59:42.705ZDec 21 02:59:40.753 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+gitecf33f7efc1
35112024-12-21T02:59:42.707Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-21T02:59:42.710ZDec 21 02:59:40.760 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+gitecf33f7efc1
35132024-12-21T02:59:42.715Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-21T02:59:42.719Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35152024-12-21T02:59:42.719Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35162024-12-21T02:59:42.722ZDec 21 02:59:40.771 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+gitecf33f7efc1
35172024-12-21T02:59:42.727Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-21T02:59:42.731Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35192024-12-21T02:59:42.734Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-21T02:59:42.734ZDec 21 02:59:40.783 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+gitecf33f7efc1
35212024-12-21T02:59:42.741Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-21T02:59:42.741ZDec 21 02:59:40.792 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+gitecf33f7efc1
35232024-12-21T02:59:42.751Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-21T02:59:42.755ZDec 21 02:59:40.803 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+gitecf33f7efc1
35252024-12-21T02:59:42.766Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-21T02:59:42.767ZDec 21 02:59:40.818 INFO [stamp-oxlog] process exited with exit status: 0 (78.719998ms)
35272024-12-21T02:59:42.770ZDec 21 02:59:40.818 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (72.024406ms)
35282024-12-21T02:59:42.770ZDec 21 02:59:40.818 INFO [stamp-overlay] process exited with exit status: 0 (58.530411ms)
35292024-12-21T02:59:42.779Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35302024-12-21T02:59:42.813Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35312024-12-21T02:59:42.818ZDec 21 02:59:40.868 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.431089ms)
35322024-12-21T02:59:42.962Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35332024-12-21T02:59:42.965ZDec 21 02:59:41.016 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.381513ms)
35342024-12-21T02:59:43.145Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35352024-12-21T02:59:43.148ZDec 21 02:59:41.200 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (407.37671ms)
35362024-12-21T02:59:43.942Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35372024-12-21T02:59:43.950ZDec 21 02:59:41.996 INFO [stamp-propolis-server] process exited with exit status: 0 (1.193571794s)
35382024-12-21T02:59:43.962Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35392024-12-21T02:59:46.310Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35402024-12-21T02:59:53.490Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35412024-12-21T02:59:53.498ZDec 21 02:59:51.542 INFO [stamp-switch-asic] process exited with exit status: 0 (10.759676405s)
35422024-12-21T02:59:53.498ZDec 21 02:59:51.543 INFO [host-stamp] task succeeded (10.811783346s)
35432024-12-21T02:59:53.498ZDec 21 02:59:51.543 INFO [host-proto] running task
35442024-12-21T02:59:53.912ZDec 21 02:59:51.960 INFO [host-proto] task succeeded (417.724108ms)
35452024-12-21T02:59:53.912ZDec 21 02:59:51.960 INFO [host-profile] running task
35462024-12-21T02:59:53.917ZDec 21 02:59:51.961 INFO [host-profile] task succeeded (308.016µs)
35472024-12-21T02:59:53.917ZDec 21 02:59:51.961 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/.tmpLkmalU/proto/host/root -N 'ci ecf33f7/${os_short_commit} 2024-12-21 02:37' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35482024-12-21T02:59:53.930Z[ host-image] Dec 21 02:59:51.979 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35492024-12-21T02:59:53.930Z[ host-image] Dec 21 02:59:51.979 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35502024-12-21T02:59:53.944Z[ host-image] Dec 21 02:59:51.993 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLkmalU/proto/host/root"
35512024-12-21T02:59:53.944Z[ host-image] Dec 21 02:59:51.993 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35522024-12-21T02:59:53.948Z[ host-image] Dec 21 02:59:51.993 INFO image builder template: ramdisk-01-os...
35532024-12-21T02:59:53.948Z[ host-image] Dec 21 02:59:51.993 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/.tmpLkmalU/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
35542024-12-21T02:59:53.965Z[ host-image] Dec 21 02:59:52.013 INFO O| Dec 21 02:59:52.013 INFO CREATE DATASET: rpool/images/build/host/output
35552024-12-21T02:59:54.160Z[ host-image] Dec 21 02:59:52.208 INFO O| Dec 21 02:59:52.208 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35562024-12-21T02:59:54.164Z[ host-image] Dec 21 02:59:52.213 INFO O| Dec 21 02:59:52.213 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35572024-12-21T02:59:54.392Z[ host-image] Dec 21 02:59:52.440 INFO O| Dec 21 02:59:52.440 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35582024-12-21T02:59:54.466Z[ host-image] Dec 21 02:59:52.514 INFO O| Dec 21 02:59:52.514 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35592024-12-21T02:59:54.471Z[ host-image] Dec 21 02:59:52.514 INFO O| Dec 21 02:59:52.514 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35602024-12-21T02:59:54.472Z[ host-image] Dec 21 02:59:52.515 INFO O| Dec 21 02:59:52.515 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35612024-12-21T02:59:54.472Z[ host-image] Dec 21 02:59:52.515 INFO O| Dec 21 02:59:52.515 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35622024-12-21T02:59:54.478Z[ host-image] Dec 21 02:59:52.526 INFO O| Dec 21 02:59:52.526 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35632024-12-21T02:59:54.722Z[ host-image] Dec 21 02:59:52.771 INFO O| Dec 21 02:59:52.771 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-21T02:59:54.736Z[ host-image] Dec 21 02:59:52.784 INFO O| Dec 21 02:59:52.784 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35652024-12-21T02:59:55.288Z[ host-image] Dec 21 02:59:53.336 INFO O| Dec 21 02:59:53.336 INFO O| Caching catalogs ... Done
35662024-12-21T02:59:55.410Z[ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 0 (pkg_image_create) COMPLETE
35672024-12-21T02:59:55.410Z[ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-21T02:59:55.415Z[ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO skip step because feature "repo_redist" is not enabled
35692024-12-21T02:59:55.415Z[ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-21T02:59:55.426Z[ host-image] Dec 21 02:59:53.475 INFO O| Dec 21 02:59:53.475 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"]
35712024-12-21T02:59:56.015Z[ host-image] Dec 21 02:59:54.061 INFO O| Dec 21 02:59:54.061 INFO STEP 2 (pkg_set_publisher) COMPLETE
35722024-12-21T02:59:56.015Z[ host-image] Dec 21 02:59:54.061 INFO O| Dec 21 02:59:54.061 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-21T02:59:56.032Z[ host-image] Dec 21 02:59:54.080 INFO O| Dec 21 02:59:54.080 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"]
35742024-12-21T02:59:56.572Z[ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 3 (pkg_set_publisher) COMPLETE
35752024-12-21T02:59:56.572Z[ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35762024-12-21T02:59:56.575Z[ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO skip step because feature "repo_redist" is not enabled
35772024-12-21T02:59:56.575Z[ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35782024-12-21T02:59:57.135Z[ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO variant opensolaris.zone is already global
35792024-12-21T02:59:57.135Z[ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO STEP 5 (pkg_change_variant) COMPLETE
35802024-12-21T02:59:57.135Z[ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35812024-12-21T02:59:57.744Z[ host-image] Dec 21 02:59:55.791 INFO O| Dec 21 02:59:55.791 INFO variant opensolaris.imagetype is full; changing to partial
35822024-12-21T02:59:57.744Z[ host-image] Dec 21 02:59:55.791 INFO O| Dec 21 02:59:55.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35832024-12-21T03:00:05.298Z[ host-image] Dec 21 03:00:03.343 INFO O| Dec 21 03:00:03.343 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35842024-12-21T03:00:05.800Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.81s
35852024-12-21T03:00:07.089ZDec 21 03:00:05.128 INFO [recovery-package] process exited with exit status: 0 (24.396800354s)
35862024-12-21T03:00:07.089ZDec 21 03:00:05.128 INFO [recovery-stamp] running task
35872024-12-21T03:00:07.092ZDec 21 03:00:05.128 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35882024-12-21T03:00:07.092ZDec 21 03:00:05.136 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+gitecf33f7efc1
35892024-12-21T03:00:07.098ZDec 21 03:00:05.143 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitecf33f7efc1
35902024-12-21T03:00:07.108Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35912024-12-21T03:00:07.114Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35922024-12-21T03:00:07.196Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35932024-12-21T03:00:07.201ZDec 21 03:00:05.246 INFO [stamp-installinator] process exited with exit status: 0 (102.403071ms)
35942024-12-21T03:00:07.233Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35952024-12-21T03:00:07.238ZDec 21 03:00:05.278 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (142.004043ms)
35962024-12-21T03:00:07.239ZDec 21 03:00:05.278 INFO [recovery-stamp] task succeeded (150.233735ms)
35972024-12-21T03:00:07.239ZDec 21 03:00:05.279 INFO [recovery-proto] running task
35982024-12-21T03:00:07.239ZDec 21 03:00:05.279 INFO [tuf-stamp] running task
35992024-12-21T03:00:07.239ZDec 21 03:00:05.279 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+gitecf33f7efc1
36002024-12-21T03:00:07.249ZDec 21 03:00:05.294 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+gitecf33f7efc1
36012024-12-21T03:00:07.262Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-21T03:00:07.265ZDec 21 03:00:05.307 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+gitecf33f7efc1
36032024-12-21T03:00:07.274Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-21T03:00:07.278ZDec 21 03:00:05.320 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+gitecf33f7efc1
36052024-12-21T03:00:07.285ZDec 21 03:00:05.330 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+gitecf33f7efc1
36062024-12-21T03:00:07.293Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-21T03:00:07.297Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-21T03:00:07.303ZDec 21 03:00:05.343 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+gitecf33f7efc1
36092024-12-21T03:00:07.330Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-21T03:00:07.336ZDec 21 03:00:05.371 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+gitecf33f7efc1
36112024-12-21T03:00:07.444Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-21T03:00:07.453ZDec 21 03:00:05.472 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+gitecf33f7efc1
36132024-12-21T03:00:07.519Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36142024-12-21T03:00:07.528Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-21T03:00:07.528ZDec 21 03:00:05.558 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+gitecf33f7efc1
36162024-12-21T03:00:07.581Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-21T03:00:07.585ZDec 21 03:00:05.626 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+gitecf33f7efc1
36182024-12-21T03:00:07.709Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-21T03:00:07.713ZDec 21 03:00:05.754 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+gitecf33f7efc1
36202024-12-21T03:00:07.782Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-21T03:00:07.784ZDec 21 03:00:05.825 INFO [stamp-probe] process exited with exit status: 0 (481.290044ms)
36222024-12-21T03:00:07.807ZDec 21 03:00:05.853 INFO [recovery-proto] task succeeded (574.074638ms)
36232024-12-21T03:00:07.824ZDec 21 03:00:05.859 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/.tmpLkmalU/proto/recovery/root -N 'recovery ecf33f7/${os_short_commit} 2024-12-21 02:37' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36242024-12-21T03:00:08.028Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36252024-12-21T03:00:08.029Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
36262024-12-21T03:00:08.029Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36272024-12-21T03:00:08.037Z[ recovery-image] Dec 21 03:00:06.081 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36282024-12-21T03:00:08.037Z[ recovery-image] Dec 21 03:00:06.082 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36292024-12-21T03:00:08.054Z[ recovery-image] Dec 21 03:00:06.098 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLkmalU/proto/recovery/root"
36302024-12-21T03:00:08.054Z[ recovery-image] Dec 21 03:00:06.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36312024-12-21T03:00:08.057Z[ recovery-image] Dec 21 03:00:06.099 INFO image builder template: ramdisk-01-os...
36322024-12-21T03:00:08.057Z[ recovery-image] Dec 21 03:00:06.099 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/.tmpLkmalU/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
36332024-12-21T03:00:08.061Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36342024-12-21T03:00:08.095Z[ recovery-image] Dec 21 03:00:06.128 INFO O| Dec 21 03:00:06.128 INFO CREATE DATASET: rpool/images/build/recovery/output
36352024-12-21T03:00:08.099ZDec 21 03:00:06.133 INFO [stamp-ntp] process exited with exit status: 0 (573.996602ms)
36362024-12-21T03:00:08.601Z[ recovery-image] Dec 21 03:00:06.646 INFO O| Dec 21 03:00:06.646 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36372024-12-21T03:00:08.607Z[ recovery-image] Dec 21 03:00:06.652 INFO O| Dec 21 03:00:06.652 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36382024-12-21T03:00:08.749Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36392024-12-21T03:00:08.794ZDec 21 03:00:06.830 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.509633911s)
36402024-12-21T03:00:08.929Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36412024-12-21T03:00:08.991Z[ recovery-image] Dec 21 03:00:07.035 INFO O| Dec 21 03:00:07.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36422024-12-21T03:00:09.036ZDec 21 03:00:07.069 INFO [stamp-internal-dns] process exited with exit status: 0 (1.774944528s)
36432024-12-21T03:00:09.042Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36442024-12-21T03:00:09.066ZDec 21 03:00:07.111 INFO [stamp-external-dns] process exited with exit status: 0 (1.831380228s)
36452024-12-21T03:00:09.098Z[ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36462024-12-21T03:00:09.098Z[ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36472024-12-21T03:00:09.101Z[ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36482024-12-21T03:00:09.102Z[ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36492024-12-21T03:00:09.111Z[ recovery-image] Dec 21 03:00:07.156 INFO O| Dec 21 03:00:07.156 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36502024-12-21T03:00:09.403Z[ recovery-image] Dec 21 03:00:07.448 INFO O| Dec 21 03:00:07.448 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-21T03:00:09.448Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36522024-12-21T03:00:09.453Z[ recovery-image] Dec 21 03:00:07.493 INFO O| Dec 21 03:00:07.493 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36532024-12-21T03:00:09.495Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36542024-12-21T03:00:09.500ZDec 21 03:00:07.543 INFO [stamp-oximeter] process exited with exit status: 0 (2.23589856s)
36552024-12-21T03:00:09.504ZDec 21 03:00:07.547 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.921071776s)
36562024-12-21T03:00:09.965Z[ recovery-image] Dec 21 03:00:08.010 INFO O| Dec 21 03:00:08.009 INFO O| Caching catalogs ... Done
36572024-12-21T03:00:10.088Z[ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 0 (pkg_image_create) COMPLETE
36582024-12-21T03:00:10.088Z[ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-21T03:00:10.088Z[ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO skip step because feature "repo_redist" is not enabled
36602024-12-21T03:00:10.088Z[ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612024-12-21T03:00:10.106Z[ recovery-image] Dec 21 03:00:08.148 INFO O| Dec 21 03:00:08.148 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"]
36622024-12-21T03:00:10.573Z[ recovery-image] Dec 21 03:00:08.617 INFO O| Dec 21 03:00:08.617 INFO STEP 2 (pkg_set_publisher) COMPLETE
36632024-12-21T03:00:10.573Z[ recovery-image] Dec 21 03:00:08.618 INFO O| Dec 21 03:00:08.617 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-21T03:00:10.587Z[ recovery-image] Dec 21 03:00:08.632 INFO O| Dec 21 03:00:08.632 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"]
36652024-12-21T03:00:11.069Z[ host-image] Dec 21 03:00:09.107 INFO O| Dec 21 03:00:09.107 INFO O| Startup: Caching catalogs ... Done
36662024-12-21T03:00:11.097Z[ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.128 INFO STEP 3 (pkg_set_publisher) COMPLETE
36672024-12-21T03:00:11.097Z[ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-12-21T03:00:11.097Z[ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO skip step because feature "repo_redist" is not enabled
36692024-12-21T03:00:11.097Z[ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-12-21T03:00:11.166Z[ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.210 INFO O| Planning: Planning completed in 0.00 seconds
36712024-12-21T03:00:11.170Z[ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.211 INFO O| Planning: Consolidating action changes ... Done
36722024-12-21T03:00:11.170Z[ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.211 INFO O| Planning: Evaluating mediators ... Done
36732024-12-21T03:00:11.170Z[ host-image] Dec 21 03:00:09.212 INFO O| Dec 21 03:00:09.212 INFO O| Planning: Planning completed in 0.00 seconds
36742024-12-21T03:00:11.170Z[ host-image] Dec 21 03:00:09.212 INFO O| Dec 21 03:00:09.212 INFO O| Variants/Facets to change: 1
36752024-12-21T03:00:11.201Z[ host-image] Dec 21 03:00:09.235 INFO O| Dec 21 03:00:09.235 INFO O| Done
36762024-12-21T03:00:11.201Z[ host-image] Dec 21 03:00:09.236 INFO O| Dec 21 03:00:09.235 INFO O| Done
36772024-12-21T03:00:11.558Z[ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO variant opensolaris.zone is already global
36782024-12-21T03:00:11.558Z[ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO STEP 5 (pkg_change_variant) COMPLETE
36792024-12-21T03:00:11.558Z[ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802024-12-21T03:00:11.793Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36812024-12-21T03:00:11.798ZDec 21 03:00:09.842 INFO [stamp-nexus] process exited with exit status: 0 (4.088225752s)
36822024-12-21T03:00:11.914Z[ recovery-image] Dec 21 03:00:09.958 INFO O| Dec 21 03:00:09.958 INFO variant opensolaris.imagetype is full; changing to partial
36832024-12-21T03:00:11.914Z[ recovery-image] Dec 21 03:00:09.958 INFO O| Dec 21 03:00:09.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36842024-12-21T03:00:12.022Z[ host-image] Dec 21 03:00:10.063 INFO O| Dec 21 03:00:10.062 INFO O| Done
36852024-12-21T03:00:12.088Z[ host-image] Dec 21 03:00:10.132 INFO O| Dec 21 03:00:10.131 INFO O| Done
36862024-12-21T03:00:12.091Z[ host-image] Dec 21 03:00:10.133 INFO O| Dec 21 03:00:10.133 INFO O| Done
36872024-12-21T03:00:12.091Z[ host-image] Dec 21 03:00:10.133 INFO O| Dec 21 03:00:10.133 INFO O| Done
36882024-12-21T03:00:12.091Z[ host-image] Dec 21 03:00:10.135 INFO O| Dec 21 03:00:10.135 INFO O| Done
36892024-12-21T03:00:12.313Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36902024-12-21T03:00:12.481Z[verify-libraries] Compiling home v0.5.9
36912024-12-21T03:00:12.501Z[verify-libraries] Compiling cfg_aliases v0.1.1
36922024-12-21T03:00:12.528Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36932024-12-21T03:00:12.528Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36942024-12-21T03:00:12.532Z[verify-libraries] Compiling unicode_categories v0.1.1
36952024-12-21T03:00:12.643Z[ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 6 (pkg_change_variant) COMPLETE
36962024-12-21T03:00:12.643Z[ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-21T03:00:12.644Z[ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO skip step because feature "debug_variant" is not enabled
36982024-12-21T03:00:12.644Z[ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-12-21T03:00:12.664Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37002024-12-21T03:00:12.664Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012024-12-21T03:00:12.750Z[verify-libraries] Compiling nix v0.28.0
37022024-12-21T03:00:13.238Z[ host-image] Dec 21 03:00:11.260 INFO O| Dec 21 03:00:11.260 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37032024-12-21T03:00:13.291Z[verify-libraries] Compiling polyval v0.6.2
37042024-12-21T03:00:13.318Z[verify-libraries] Compiling ctr v0.9.2
37052024-12-21T03:00:13.430Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37062024-12-21T03:00:13.453ZDec 21 03:00:11.494 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.121596979s)
37072024-12-21T03:00:13.491Z[verify-libraries] Compiling sqlformat v0.2.6
37082024-12-21T03:00:14.108Z[verify-libraries] Compiling sqlparser v0.45.0
37092024-12-21T03:00:14.115Z[verify-libraries] Compiling ghash v0.5.1
37102024-12-21T03:00:14.115Z[verify-libraries] Compiling ssh-encoding v0.2.0
37112024-12-21T03:00:14.225Z[verify-libraries] Compiling blowfish v0.9.1
37122024-12-21T03:00:14.474Z[verify-libraries] Compiling aes-gcm v0.10.3
37132024-12-21T03:00:14.940Z[ host-image] Dec 21 03:00:12.979 INFO O| Dec 21 03:00:12.979 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37142024-12-21T03:00:14.945Z[ host-image] Dec 21 03:00:12.980 INFO O| Dec 21 03:00:12.980 INFO O| Planning: Planning completed in 0.00 seconds
37152024-12-21T03:00:14.945Z[ host-image] Dec 21 03:00:12.981 INFO O| Dec 21 03:00:12.981 INFO O| Planning: Consolidating action changes ... Done
37162024-12-21T03:00:14.945Z[ host-image] Dec 21 03:00:12.981 INFO O| Dec 21 03:00:12.981 INFO O| Planning: Evaluating mediators ... Done
37172024-12-21T03:00:14.945Z[ host-image] Dec 21 03:00:12.982 INFO O| Dec 21 03:00:12.982 INFO O| Planning: Planning completed in 0.00 seconds
37182024-12-21T03:00:14.945Z[ host-image] Dec 21 03:00:12.982 INFO O| Dec 21 03:00:12.982 INFO O| Variants/Facets to change: 1
37192024-12-21T03:00:15.076Z[ host-image] Dec 21 03:00:13.120 INFO O| Dec 21 03:00:13.120 INFO O| Done
37202024-12-21T03:00:15.077Z[ host-image] Dec 21 03:00:13.120 INFO O| Dec 21 03:00:13.120 INFO O| Done
37212024-12-21T03:00:15.111Z[verify-libraries] Compiling ssh-cipher v0.2.0
37222024-12-21T03:00:15.677Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37232024-12-21T03:00:15.971Z[ host-image] Dec 21 03:00:13.984 INFO O| Dec 21 03:00:13.984 INFO O| Done
37242024-12-21T03:00:16.043Z[ host-image] Dec 21 03:00:14.067 INFO O| Dec 21 03:00:14.067 INFO O| Done
37252024-12-21T03:00:16.050Z[ host-image] Dec 21 03:00:14.068 INFO O| Dec 21 03:00:14.067 INFO O| Done
37262024-12-21T03:00:16.050Z[ host-image] Dec 21 03:00:14.068 INFO O| Dec 21 03:00:14.068 INFO O| Done
37272024-12-21T03:00:16.050Z[ host-image] Dec 21 03:00:14.069 INFO O| Dec 21 03:00:14.069 INFO O| Done
37282024-12-21T03:00:16.221Z[ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 8 (pkg_change_facet) COMPLETE
37292024-12-21T03:00:16.221Z[ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37302024-12-21T03:00:16.236Z[ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO skip step because feature "recovery" is not enabled
37312024-12-21T03:00:16.236Z[ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37322024-12-21T03:00:16.236Z[ host-image] Dec 21 03:00:14.246 INFO O| Dec 21 03:00:14.245 INFO skip step because feature "recovery" is not enabled
37332024-12-21T03:00:16.236Z[ host-image] Dec 21 03:00:14.246 INFO O| Dec 21 03:00:14.245 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342024-12-21T03:00:16.236Z[ host-image] Dec 21 03:00:14.263 INFO O| Dec 21 03:00:14.262 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"]
37352024-12-21T03:00:16.481Z[verify-libraries] Compiling password-hash v0.4.2
37362024-12-21T03:00:17.550Z[ host-image] Dec 21 03:00:15.593 INFO O| Dec 21 03:00:15.592 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37372024-12-21T03:00:19.479Z[verify-libraries] Compiling rustyline v14.0.0
37382024-12-21T03:00:20.911Z[verify-libraries] Compiling matches v0.1.10
37392024-12-21T03:00:21.167Z[verify-libraries] Compiling idna v0.2.3
37402024-12-21T03:00:21.348Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37412024-12-21T03:00:21.377ZDec 21 03:00:19.419 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.088695622s)
37422024-12-21T03:00:22.048Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37432024-12-21T03:00:22.067ZDec 21 03:00:20.102 INFO [stamp-clickhouse] process exited with exit status: 0 (14.630296785s)
37442024-12-21T03:00:22.067ZDec 21 03:00:20.102 INFO [tuf-stamp] task succeeded (14.823471854s)
37452024-12-21T03:00:22.509Z[verify-libraries] Compiling pbkdf2 v0.11.0
37462024-12-21T03:00:22.815Z[verify-libraries] Compiling ssh-key v0.6.6
37472024-12-21T03:00:23.191Z[verify-libraries] Compiling p521 v0.13.3
37482024-12-21T03:00:25.166Z[ recovery-image] Dec 21 03:00:23.176 INFO O| Dec 21 03:00:23.176 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37492024-12-21T03:00:25.701Z[verify-libraries] Compiling p256 v0.13.2
37502024-12-21T03:00:30.202Z[verify-libraries] Compiling enum-as-inner v0.5.1
37512024-12-21T03:00:30.202Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37522024-12-21T03:00:30.202Z[verify-libraries] Compiling md5 v0.7.0
37532024-12-21T03:00:30.202Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37542024-12-21T03:00:30.202Z[verify-libraries] Compiling russh-keys v0.45.0
37552024-12-21T03:00:33.515Z[ recovery-image] Dec 21 03:00:31.554 INFO O| Dec 21 03:00:31.554 INFO O| Startup: Caching catalogs ... Done
37562024-12-21T03:00:33.719Z[ recovery-image] Dec 21 03:00:31.751 INFO O| Dec 21 03:00:31.751 INFO O| Planning: Planning completed in 0.00 seconds
37572024-12-21T03:00:33.732Z[ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Consolidating action changes ... Done
37582024-12-21T03:00:33.732Z[ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Evaluating mediators ... Done
37592024-12-21T03:00:33.732Z[ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Planning completed in 0.00 seconds
37602024-12-21T03:00:33.732Z[ recovery-image] Dec 21 03:00:31.753 INFO O| Dec 21 03:00:31.753 INFO O| Variants/Facets to change: 1
37612024-12-21T03:00:34.069Z[ recovery-image] Dec 21 03:00:32.108 INFO O| Dec 21 03:00:32.107 INFO O| Done
37622024-12-21T03:00:34.069Z[ recovery-image] Dec 21 03:00:32.108 INFO O| Dec 21 03:00:32.108 INFO O| Done
37632024-12-21T03:00:35.009Z[ recovery-image] Dec 21 03:00:33.046 INFO O| Dec 21 03:00:33.046 INFO O| Done
37642024-12-21T03:00:35.110Z[ recovery-image] Dec 21 03:00:33.149 INFO O| Dec 21 03:00:33.149 INFO O| Done
37652024-12-21T03:00:35.116Z[ recovery-image] Dec 21 03:00:33.150 INFO O| Dec 21 03:00:33.150 INFO O| Done
37662024-12-21T03:00:35.116Z[ recovery-image] Dec 21 03:00:33.150 INFO O| Dec 21 03:00:33.150 INFO O| Done
37672024-12-21T03:00:35.116Z[ recovery-image] Dec 21 03:00:33.152 INFO O| Dec 21 03:00:33.152 INFO O| Done
37682024-12-21T03:00:35.847Z[verify-libraries] Compiling num-bigint v0.4.6
37692024-12-21T03:00:36.005Z[ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 6 (pkg_change_variant) COMPLETE
37702024-12-21T03:00:36.005Z[ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37712024-12-21T03:00:36.006Z[ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO skip step because feature "debug_variant" is not enabled
37722024-12-21T03:00:36.043Z[ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732024-12-21T03:00:36.674Z[ recovery-image] Dec 21 03:00:34.712 INFO O| Dec 21 03:00:34.712 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37742024-12-21T03:00:37.764Z[ recovery-image] Dec 21 03:00:35.800 INFO O| Dec 21 03:00:35.800 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37752024-12-21T03:00:37.767Z[ recovery-image] Dec 21 03:00:35.802 INFO O| Dec 21 03:00:35.802 INFO O| Planning: Planning completed in 0.00 seconds
37762024-12-21T03:00:37.767Z[ recovery-image] Dec 21 03:00:35.803 INFO O| Dec 21 03:00:35.803 INFO O| Planning: Consolidating action changes ... Done
37772024-12-21T03:00:37.767Z[ recovery-image] Dec 21 03:00:35.803 INFO O| Dec 21 03:00:35.803 INFO O| Planning: Evaluating mediators ... Done
37782024-12-21T03:00:37.767Z[ recovery-image] Dec 21 03:00:35.804 INFO O| Dec 21 03:00:35.804 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-21T03:00:37.767Z[ recovery-image] Dec 21 03:00:35.804 INFO O| Dec 21 03:00:35.804 INFO O| Variants/Facets to change: 1
37802024-12-21T03:00:37.888Z[ recovery-image] Dec 21 03:00:35.927 INFO O| Dec 21 03:00:35.926 INFO O| Done
37812024-12-21T03:00:37.888Z[ recovery-image] Dec 21 03:00:35.927 INFO O| Dec 21 03:00:35.926 INFO O| Done
37822024-12-21T03:00:38.810Z[ recovery-image] Dec 21 03:00:36.846 INFO O| Dec 21 03:00:36.846 INFO O| Done
37832024-12-21T03:00:38.889Z[ recovery-image] Dec 21 03:00:36.927 INFO O| Dec 21 03:00:36.927 INFO O| Done
37842024-12-21T03:00:38.894Z[ recovery-image] Dec 21 03:00:36.928 INFO O| Dec 21 03:00:36.928 INFO O| Done
37852024-12-21T03:00:38.894Z[ recovery-image] Dec 21 03:00:36.928 INFO O| Dec 21 03:00:36.928 INFO O| Done
37862024-12-21T03:00:38.895Z[ recovery-image] Dec 21 03:00:36.930 INFO O| Dec 21 03:00:36.930 INFO O| Done
37872024-12-21T03:00:38.984Z[ recovery-image] Dec 21 03:00:37.022 INFO O| Dec 21 03:00:37.022 INFO STEP 8 (pkg_change_facet) COMPLETE
37882024-12-21T03:00:38.984Z[ recovery-image] Dec 21 03:00:37.022 INFO O| Dec 21 03:00:37.022 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-12-21T03:00:39.655Z[ recovery-image] Dec 21 03:00:37.693 INFO O| Dec 21 03:00:37.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37902024-12-21T03:00:40.926Z[ recovery-image] Dec 21 03:00:38.960 INFO O| Dec 21 03:00:38.960 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37912024-12-21T03:00:40.930Z[ recovery-image] Dec 21 03:00:38.962 INFO O| Dec 21 03:00:38.962 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-21T03:00:40.930Z[ recovery-image] Dec 21 03:00:38.963 INFO O| Dec 21 03:00:38.963 INFO O| Planning: Consolidating action changes ... Done
37932024-12-21T03:00:40.930Z[ recovery-image] Dec 21 03:00:38.964 INFO O| Dec 21 03:00:38.964 INFO O| Planning: Evaluating mediators ... Done
37942024-12-21T03:00:40.930Z[ recovery-image] Dec 21 03:00:38.964 INFO O| Dec 21 03:00:38.964 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-21T03:00:40.930Z[ recovery-image] Dec 21 03:00:38.965 INFO O| Dec 21 03:00:38.965 INFO O| Variants/Facets to change: 1
37962024-12-21T03:00:41.029Z[ recovery-image] Dec 21 03:00:39.066 INFO O| Dec 21 03:00:39.066 INFO O| Done
37972024-12-21T03:00:41.029Z[ recovery-image] Dec 21 03:00:39.067 INFO O| Dec 21 03:00:39.066 INFO O| Done
37982024-12-21T03:00:41.764Z[ recovery-image] Dec 21 03:00:39.801 INFO O| Dec 21 03:00:39.801 INFO O| Done
37992024-12-21T03:00:41.848Z[ recovery-image] Dec 21 03:00:39.881 INFO O| Dec 21 03:00:39.881 INFO O| Done
38002024-12-21T03:00:41.853Z[ recovery-image] Dec 21 03:00:39.882 INFO O| Dec 21 03:00:39.882 INFO O| Done
38012024-12-21T03:00:41.853Z[ recovery-image] Dec 21 03:00:39.882 INFO O| Dec 21 03:00:39.882 INFO O| Done
38022024-12-21T03:00:41.853Z[ recovery-image] Dec 21 03:00:39.884 INFO O| Dec 21 03:00:39.884 INFO O| Done
38032024-12-21T03:00:41.945Z[ recovery-image] Dec 21 03:00:39.982 INFO O| Dec 21 03:00:39.982 INFO STEP 9 (pkg_change_facet) COMPLETE
38042024-12-21T03:00:41.945Z[ recovery-image] Dec 21 03:00:39.982 INFO O| Dec 21 03:00:39.982 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052024-12-21T03:00:42.728Z[ recovery-image] Dec 21 03:00:40.765 INFO O| Dec 21 03:00:40.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38062024-12-21T03:00:43.949Z[ recovery-image] Dec 21 03:00:41.972 INFO O| Dec 21 03:00:41.972 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072024-12-21T03:00:43.952Z[ recovery-image] Dec 21 03:00:41.974 INFO O| Dec 21 03:00:41.974 INFO O| Planning: Planning completed in 0.00 seconds
38082024-12-21T03:00:43.952Z[ recovery-image] Dec 21 03:00:41.975 INFO O| Dec 21 03:00:41.975 INFO O| Planning: Consolidating action changes ... Done
38092024-12-21T03:00:43.952Z[ recovery-image] Dec 21 03:00:41.975 INFO O| Dec 21 03:00:41.975 INFO O| Planning: Evaluating mediators ... Done
38102024-12-21T03:00:43.952Z[ recovery-image] Dec 21 03:00:41.976 INFO O| Dec 21 03:00:41.976 INFO O| Planning: Planning completed in 0.00 seconds
38112024-12-21T03:00:43.952Z[ recovery-image] Dec 21 03:00:41.976 INFO O| Dec 21 03:00:41.976 INFO O| Variants/Facets to change: 1
38122024-12-21T03:00:44.033Z[ recovery-image] Dec 21 03:00:42.069 INFO O| Dec 21 03:00:42.069 INFO O| Done
38132024-12-21T03:00:44.033Z[ recovery-image] Dec 21 03:00:42.069 INFO O| Dec 21 03:00:42.069 INFO O| Done
38142024-12-21T03:00:44.957Z[ recovery-image] Dec 21 03:00:42.983 INFO O| Dec 21 03:00:42.983 INFO O| Done
38152024-12-21T03:00:45.034Z[ recovery-image] Dec 21 03:00:43.070 INFO O| Dec 21 03:00:43.070 INFO O| Done
38162024-12-21T03:00:45.037Z[ recovery-image] Dec 21 03:00:43.071 INFO O| Dec 21 03:00:43.071 INFO O| Done
38172024-12-21T03:00:45.037Z[ recovery-image] Dec 21 03:00:43.071 INFO O| Dec 21 03:00:43.071 INFO O| Done
38182024-12-21T03:00:45.037Z[ recovery-image] Dec 21 03:00:43.073 INFO O| Dec 21 03:00:43.073 INFO O| Done
38192024-12-21T03:00:45.130Z[ recovery-image] Dec 21 03:00:43.165 INFO O| Dec 21 03:00:43.165 INFO STEP 10 (pkg_change_facet) COMPLETE
38202024-12-21T03:00:45.130Z[ recovery-image] Dec 21 03:00:43.166 INFO O| Dec 21 03:00:43.165 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38212024-12-21T03:00:45.162Z[ recovery-image] Dec 21 03:00:43.186 INFO O| Dec 21 03:00:43.186 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"]
38222024-12-21T03:00:45.436Z[verify-libraries] Compiling des v0.8.1
38232024-12-21T03:00:46.137Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38242024-12-21T03:00:46.355Z[ recovery-image] Dec 21 03:00:44.382 INFO O| Dec 21 03:00:44.382 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38252024-12-21T03:00:46.494Z[verify-libraries] Compiling hex-literal v0.4.1
38262024-12-21T03:00:46.812Z[verify-libraries] Compiling russh v0.45.0
38272024-12-21T03:00:47.342Z[verify-libraries] Compiling dhcproto v0.12.0
38282024-12-21T03:00:53.333Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38292024-12-21T03:00:56.319Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38302024-12-21T03:00:58.498Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38312024-12-21T03:01:09.425Z[verify-libraries] Compiling petname v2.0.2
38322024-12-21T03:01:10.801Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38332024-12-21T03:01:11.451Z[verify-libraries] Compiling internet-checksum v0.2.1
38342024-12-21T03:01:12.568Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38352024-12-21T03:01:15.336Z[verify-libraries] Compiling heck v0.4.1
38362024-12-21T03:01:16.901Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-21T03:01:22.480Z[ host-image] Dec 21 03:01:20.508 INFO O| Dec 21 03:01:20.508 INFO O| Planning: Solver setup ... Done
38382024-12-21T03:01:25.746Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38392024-12-21T03:01:28.258Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38402024-12-21T03:01:35.531Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38412024-12-21T03:01:40.862Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38422024-12-21T03:01:50.966Z[ recovery-image] Dec 21 03:01:48.988 INFO O| Dec 21 03:01:48.988 INFO O| Planning: Solver setup ... Done
38432024-12-21T03:02:00.531Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38442024-12-21T03:02:02.388Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38452024-12-21T03:02:05.433Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38462024-12-21T03:02:33.136Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38472024-12-21T03:02:37.487Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38482024-12-21T03:02:37.968Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38492024-12-21T03:02:38.477Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38502024-12-21T03:02:39.038Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38512024-12-21T03:02:39.439Z[verify-libraries] Compiling sync-ptr v0.1.1
38522024-12-21T03:02:39.783Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38532024-12-21T03:02:40.379Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38542024-12-21T03:02:43.365Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38552024-12-21T03:02:46.043Z[ host-image] Dec 21 03:02:44.053 INFO O| Dec 21 03:02:44.053 INFO O| Planning: Running solver ... Done
38562024-12-21T03:02:46.709Z[ host-image] Dec 21 03:02:44.718 INFO O| Dec 21 03:02:44.718 INFO O| Planning: Finding local manifests ... Done
38572024-12-21T03:02:46.726Z[ host-image] Dec 21 03:02:44.734 INFO O| Dec 21 03:02:44.734 INFO O| Planning: Fetching manifests: 0/124 0% complete
38582024-12-21T03:02:51.628Z[ host-image] Dec 21 03:02:49.637 INFO O| Dec 21 03:02:49.636 INFO O| Planning: Fetching manifests: 124/124 100% complete
38592024-12-21T03:02:52.117Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38602024-12-21T03:02:53.145Z[ host-image] Dec 21 03:02:51.153 INFO O| Dec 21 03:02:51.153 INFO O| Planning: Package planning ... Done
38612024-12-21T03:02:54.603Z[ host-image] Dec 21 03:02:52.610 INFO O| Dec 21 03:02:52.610 INFO O| Planning: Merging actions ... Done
38622024-12-21T03:02:54.947Z[ host-image] Dec 21 03:02:52.954 INFO O| Dec 21 03:02:52.954 INFO O| Planning: Checking for conflicting actions ... Done
38632024-12-21T03:02:55.253Z[ host-image] Dec 21 03:02:53.260 INFO O| Dec 21 03:02:53.260 INFO O| Planning: Consolidating action changes ... Done
38642024-12-21T03:02:56.093Z[ host-image] Dec 21 03:02:54.099 INFO O| Dec 21 03:02:54.099 INFO O| Planning: Evaluating mediators ... Done
38652024-12-21T03:02:58.414Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38662024-12-21T03:03:02.303Z[ host-image] Dec 21 03:03:00.308 INFO O| Dec 21 03:03:00.308 INFO O| Planning: Planning completed in 164.72 seconds
38672024-12-21T03:03:02.310Z[ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Packages to install: 124
38682024-12-21T03:03:02.310Z[ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Mediators to change: 4
38692024-12-21T03:03:02.313Z[ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Services to change: 6
38702024-12-21T03:03:02.438Z[ host-image] Dec 21 03:03:00.444 INFO O| Dec 21 03:03:00.444 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38712024-12-21T03:03:04.276Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38722024-12-21T03:03:07.451Z[ host-image] Dec 21 03:03:05.455 INFO O| Dec 21 03:03:05.455 INFO O| Download: 1073/22788 items 6.8/199.7MB 3% complete (1.4M/s)
38732024-12-21T03:03:12.123Z[ recovery-image] Dec 21 03:03:10.126 INFO O| Dec 21 03:03:10.126 INFO O| Planning: Running solver ... Done
38742024-12-21T03:03:12.709Z[ recovery-image] Dec 21 03:03:10.712 INFO O| Dec 21 03:03:10.712 INFO O| Planning: Finding local manifests ... Done
38752024-12-21T03:03:12.726Z[ recovery-image] Dec 21 03:03:10.730 INFO O| Dec 21 03:03:10.730 INFO O| Planning: Fetching manifests: 0/124 0% complete
38762024-12-21T03:03:13.088Z[ host-image] Dec 21 03:03:11.092 INFO O| Dec 21 03:03:11.092 INFO O| Download: 1615/22788 items 9.7/199.7MB 4% complete (1.0M/s)
38772024-12-21T03:03:17.244Z[ recovery-image] Dec 21 03:03:15.246 INFO O| Dec 21 03:03:15.246 INFO O| Planning: Fetching manifests: 124/124 100% complete
38782024-12-21T03:03:18.198Z[ host-image] Dec 21 03:03:16.200 INFO O| Dec 21 03:03:16.200 INFO O| Download: 1792/22788 items 12.9/199.7MB 6% complete (521k/s)
38792024-12-21T03:03:18.420Z[ recovery-image] Dec 21 03:03:16.422 INFO O| Dec 21 03:03:16.422 INFO O| Planning: Package planning ... Done
38802024-12-21T03:03:18.634Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38812024-12-21T03:03:19.086Z[ recovery-image] Dec 21 03:03:17.087 INFO O| Dec 21 03:03:17.087 INFO O| Planning: Merging actions ... Done
38822024-12-21T03:03:19.259Z[ recovery-image] Dec 21 03:03:17.261 INFO O| Dec 21 03:03:17.261 INFO O| Planning: Checking for conflicting actions ... Done
38832024-12-21T03:03:19.410Z[ recovery-image] Dec 21 03:03:17.412 INFO O| Dec 21 03:03:17.412 INFO O| Planning: Consolidating action changes ... Done
38842024-12-21T03:03:19.874Z[ recovery-image] Dec 21 03:03:17.875 INFO O| Dec 21 03:03:17.875 INFO O| Planning: Evaluating mediators ... Done
38852024-12-21T03:03:23.566Z[ host-image] Dec 21 03:03:21.566 INFO O| Dec 21 03:03:21.566 INFO O| Download: 2227/22788 items 24.4/199.7MB 12% complete (1.5M/s)
38862024-12-21T03:03:25.913Z[ recovery-image] Dec 21 03:03:23.912 INFO O| Dec 21 03:03:23.912 INFO O| Planning: Planning completed in 159.53 seconds
38872024-12-21T03:03:25.918Z[ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Packages to install: 124
38882024-12-21T03:03:25.918Z[ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Mediators to change: 4
38892024-12-21T03:03:25.921Z[ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Services to change: 5
38902024-12-21T03:03:25.993Z[ recovery-image] Dec 21 03:03:23.993 INFO O| Dec 21 03:03:23.993 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38912024-12-21T03:03:26.388Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38922024-12-21T03:03:27.008Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38932024-12-21T03:03:28.772Z[ host-image] Dec 21 03:03:26.772 INFO O| Dec 21 03:03:26.772 INFO O| Download: 2456/22788 items 28.2/199.7MB 14% complete (1.7M/s)
38942024-12-21T03:03:31.055Z[ recovery-image] Dec 21 03:03:29.054 INFO O| Dec 21 03:03:29.054 INFO O| Download: 1005/15862 items 7.9/176.4MB 4% complete (1.7M/s)
38952024-12-21T03:03:32.544Z[verify-libraries] Compiling termios v0.3.3
38962024-12-21T03:03:32.894Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38972024-12-21T03:03:33.783Z[ host-image] Dec 21 03:03:31.782 INFO O| Dec 21 03:03:31.781 INFO O| Download: 2626/22788 items 30.9/199.7MB 15% complete (653k/s)
38982024-12-21T03:03:36.057Z[ recovery-image] Dec 21 03:03:34.055 INFO O| Dec 21 03:03:34.055 INFO O| Download: 1128/15862 items 9.8/176.4MB 5% complete (1.0M/s)
38992024-12-21T03:03:38.795Z[ host-image] Dec 21 03:03:36.792 INFO O| Dec 21 03:03:36.792 INFO O| Download: 3280/22788 items 34.1/199.7MB 17% complete (616k/s)
39002024-12-21T03:03:41.095Z[ recovery-image] Dec 21 03:03:39.091 INFO O| Dec 21 03:03:39.091 INFO O| Download: 1282/15862 items 19.2/176.4MB 10% complete (1.0M/s)
39012024-12-21T03:03:45.603Z[ host-image] Dec 21 03:03:43.414 INFO O| Dec 21 03:03:43.414 INFO O| Download: 3487/22788 items 35.7/199.7MB 17% complete (930k/s)
39022024-12-21T03:03:46.662Z[ recovery-image] Dec 21 03:03:44.658 INFO O| Dec 21 03:03:44.658 INFO O| Download: 1504/15862 items 21.9/176.4MB 12% complete (1.2M/s)
39032024-12-21T03:03:50.418Z[ host-image] Dec 21 03:03:48.413 INFO O| Dec 21 03:03:48.413 INFO O| Download: 4249/22788 items 40.8/199.7MB 20% complete (536k/s)
39042024-12-21T03:03:54.340Z[ recovery-image] Dec 21 03:03:52.323 INFO O| Dec 21 03:03:52.323 INFO O| Download: 1578/15862 items 24.4/176.4MB 13% complete (507k/s)
39052024-12-21T03:03:55.759Z[ host-image] Dec 21 03:03:53.753 INFO O| Dec 21 03:03:53.753 INFO O| Download: 4549/22788 items 42.4/199.7MB 21% complete (794k/s)
39062024-12-21T03:03:56.562Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39072024-12-21T03:04:00.191Z[ recovery-image] Dec 21 03:03:58.183 INFO O| Dec 21 03:03:58.183 INFO O| Download: 1649/15862 items 25.6/176.4MB 14% complete (380k/s)
39082024-12-21T03:04:00.776Z[ host-image] Dec 21 03:03:58.768 INFO O| Dec 21 03:03:58.768 INFO O| Download: 5148/22788 items 46.0/199.7MB 23% complete (517k/s)
39092024-12-21T03:04:05.267Z[ recovery-image] Dec 21 03:04:03.258 INFO O| Dec 21 03:04:03.258 INFO O| Download: 1793/15862 items 28.1/176.4MB 15% complete (371k/s)
39102024-12-21T03:04:05.787Z[ host-image] Dec 21 03:04:03.778 INFO O| Dec 21 03:04:03.778 INFO O| Download: 6012/22788 items 46.4/199.7MB 23% complete (415k/s)
39112024-12-21T03:04:10.273Z[ recovery-image] Dec 21 03:04:08.263 INFO O| Dec 21 03:04:08.263 INFO O| Download: 2410/15862 items 31.4/176.4MB 17% complete (656k/s)
39122024-12-21T03:04:10.795Z[ host-image] Dec 21 03:04:08.785 INFO O| Dec 21 03:04:08.785 INFO O| Download: 6574/22788 items 46.8/199.7MB 23% complete (82.1k/s)
39132024-12-21T03:04:16.834Z[ host-image] Dec 21 03:04:14.823 INFO O| Dec 21 03:04:14.823 INFO O| Download: 6763/22788 items 47.9/199.7MB 23% complete (137k/s)
39142024-12-21T03:04:17.598Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39152024-12-21T03:04:21.120Z[ recovery-image] Dec 21 03:04:19.108 INFO O| Dec 21 03:04:19.108 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete (775k/s)
39162024-12-21T03:04:23.236Z[ host-image] Dec 21 03:04:21.224 INFO O| Dec 21 03:04:21.223 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete
39172024-12-21T03:04:26.383Z[ recovery-image] Dec 21 03:04:24.370 INFO O| Dec 21 03:04:24.370 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (1.2M/s)
39182024-12-21T03:04:29.490Z[ host-image] Dec 21 03:04:27.475 INFO O| Dec 21 03:04:27.475 INFO O| Download: 6999/22788 items 50.6/199.7MB 25% complete (299k/s)
39192024-12-21T03:04:32.465Z[ recovery-image] Dec 21 03:04:30.450 INFO O| Dec 21 03:04:30.450 INFO O| Download: 3690/15862 items 40.1/176.4MB 22% complete (796k/s)
39202024-12-21T03:04:34.499Z[ host-image] Dec 21 03:04:32.484 INFO O| Dec 21 03:04:32.483 INFO O| Download: 7594/22788 items 58.4/199.7MB 29% complete (1.1M/s)
39212024-12-21T03:04:37.758Z[ recovery-image] Dec 21 03:04:35.742 INFO O| Dec 21 03:04:35.742 INFO O| Download: 4044/15862 items 42.6/176.4MB 24% complete (312k/s)
39222024-12-21T03:04:39.548Z[ host-image] Dec 21 03:04:37.531 INFO O| Dec 21 03:04:37.531 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (1.0M/s)
39232024-12-21T03:04:43.318Z[ recovery-image] Dec 21 03:04:41.300 INFO O| Dec 21 03:04:41.300 INFO O| Download: 4775/15862 items 43.0/176.4MB 24% complete (311k/s)
39242024-12-21T03:04:44.992Z[ host-image] Dec 21 03:04:42.975 INFO O| Dec 21 03:04:42.975 INFO O| Download: 8261/22788 items 64.8/199.7MB 32% complete (555k/s)
39252024-12-21T03:04:48.322Z[ recovery-image] Dec 21 03:04:46.303 INFO O| Dec 21 03:04:46.303 INFO O| Download: 4829/15862 items 43.0/176.4MB 24% complete (38.0k/s)
39262024-12-21T03:04:50.002Z[ host-image] Dec 21 03:04:47.983 INFO O| Dec 21 03:04:47.983 INFO O| Download: 8438/22788 items 69.5/199.7MB 34% complete (894k/s)
39272024-12-21T03:04:53.326Z[ recovery-image] Dec 21 03:04:51.306 INFO O| Dec 21 03:04:51.306 INFO O| Download: 5462/15862 items 43.4/176.4MB 24% complete (40.4k/s)
39282024-12-21T03:04:55.014Z[ host-image] Dec 21 03:04:52.993 INFO O| Dec 21 03:04:52.993 INFO O| Download: 9035/22788 items 72.7/199.7MB 36% complete (821k/s)
39292024-12-21T03:05:00.544Z[ host-image] Dec 21 03:04:58.523 INFO O| Dec 21 03:04:58.523 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.4M/s)
39302024-12-21T03:05:00.547Z[ recovery-image] Dec 21 03:04:58.523 INFO O| Dec 21 03:04:58.523 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (128k/s)
39312024-12-21T03:05:05.552Z[ host-image] Dec 21 03:05:03.529 INFO O| Dec 21 03:05:03.529 INFO O| Download: 10213/22788 items 86.4/199.7MB 43% complete (1.2M/s)
39322024-12-21T03:05:05.863Z[ recovery-image] Dec 21 03:05:03.841 INFO O| Dec 21 03:05:03.841 INFO O| Download: 5753/15862 items 47.0/176.4MB 26% complete (278k/s)
39332024-12-21T03:05:11.973Z[ recovery-image] Dec 21 03:05:09.949 INFO O| Dec 21 03:05:09.949 INFO O| Download: 5910/15862 items 53.0/176.4MB 30% complete (916k/s)
39342024-12-21T03:05:11.983Z[ host-image] Dec 21 03:05:09.959 INFO O| Dec 21 03:05:09.959 INFO O| Download: 10416/22788 items 88.0/199.7MB 44% complete (801k/s)
39352024-12-21T03:05:16.976Z[ recovery-image] Dec 21 03:05:14.951 INFO O| Dec 21 03:05:14.951 INFO O| Download: 6128/15862 items 59.5/176.4MB 33% complete (624k/s)
39362024-12-21T03:05:17.474Z[ host-image] Dec 21 03:05:15.449 INFO O| Dec 21 03:05:15.448 INFO O| Download: 10861/22788 items 90.1/199.7MB 45% complete (547k/s)
39372024-12-21T03:05:21.993Z[ recovery-image] Dec 21 03:05:19.966 INFO O| Dec 21 03:05:19.966 INFO O| Download: 6551/15862 items 64.1/176.4MB 36% complete (1.1M/s)
39382024-12-21T03:05:23.612Z[ host-image] Dec 21 03:05:21.585 INFO O| Dec 21 03:05:21.585 INFO O| Download: 11095/22788 items 92.1/199.7MB 46% complete (402k/s)
39392024-12-21T03:05:27.052Z[ recovery-image] Dec 21 03:05:25.025 INFO O| Dec 21 03:05:25.025 INFO O| Download: 7205/15862 items 73.3/176.4MB 41% complete (1.7M/s)
39402024-12-21T03:05:30.007Z[ host-image] Dec 21 03:05:27.977 INFO O| Dec 21 03:05:27.977 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete
39412024-12-21T03:05:37.884Z[ host-image] Dec 21 03:05:35.854 INFO O| Dec 21 03:05:35.854 INFO O| Download: 11239/22788 items 94.2/199.7MB 47% complete (293k/s)
39422024-12-21T03:05:42.885Z[ host-image] Dec 21 03:05:40.854 INFO O| Dec 21 03:05:40.854 INFO O| Download: 11980/22788 items 98.2/199.7MB 49% complete (427k/s)
39432024-12-21T03:05:44.240Z[ recovery-image] Dec 21 03:05:42.209 INFO O| Dec 21 03:05:42.209 INFO O| Download: 7210/15862 items 73.3/176.4MB 41% complete
39442024-12-21T03:05:49.242Z[ recovery-image] Dec 21 03:05:47.209 INFO O| Dec 21 03:05:47.209 INFO O| Download: 7758/15862 items 74.7/176.4MB 42% complete (261k/s)
39452024-12-21T03:05:49.443Z[ host-image] Dec 21 03:05:47.410 INFO O| Dec 21 03:05:47.410 INFO O| Download: 12017/22788 items 100.3/199.7MB 50% complete (582k/s)
39462024-12-21T03:05:54.624Z[ host-image] Dec 21 03:05:52.590 INFO O| Dec 21 03:05:52.590 INFO O| Download: 12193/22788 items 108.7/199.7MB 54% complete (965k/s)
39472024-12-21T03:05:56.196Z[ recovery-image] Dec 21 03:05:54.162 INFO O| Dec 21 03:05:54.162 INFO O| Download: 7930/15862 items 77.5/176.4MB 43% complete (490k/s)
39482024-12-21T03:05:59.633Z[ host-image] Dec 21 03:05:57.598 INFO O| Dec 21 03:05:57.597 INFO O| Download: 12673/22788 items 109.6/199.7MB 54% complete (950k/s)
39492024-12-21T03:06:00.932Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39502024-12-21T03:06:01.201Z[ recovery-image] Dec 21 03:05:59.166 INFO O| Dec 21 03:05:59.166 INFO O| Download: 8370/15862 items 79.8/176.4MB 45% complete (439k/s)
39512024-12-21T03:06:04.653Z[ host-image] Dec 21 03:06:02.617 INFO O| Dec 21 03:06:02.617 INFO O| Download: 13277/22788 items 109.9/199.7MB 55% complete (126k/s)
39522024-12-21T03:06:06.631Z[ recovery-image] Dec 21 03:06:04.594 INFO O| Dec 21 03:06:04.594 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (419k/s)
39532024-12-21T03:06:09.689Z[ host-image] Dec 21 03:06:07.651 INFO O| Dec 21 03:06:07.651 INFO O| Download: 13685/22788 items 110.1/199.7MB 55% complete (51.3k/s)
39542024-12-21T03:06:12.497Z[ recovery-image] Dec 21 03:06:10.459 INFO O| Dec 21 03:06:10.459 INFO O| Download: 8764/15862 items 84.3/176.4MB 47% complete (458k/s)
39552024-12-21T03:06:17.747Z[ recovery-image] Dec 21 03:06:15.708 INFO O| Dec 21 03:06:15.708 INFO O| Download: 8819/15862 items 91.4/176.4MB 51% complete (984k/s)
39562024-12-21T03:06:22.217Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39572024-12-21T03:06:22.760Z[ recovery-image] Dec 21 03:06:20.720 INFO O| Dec 21 03:06:20.719 INFO O| Download: 8924/15862 items 92.6/176.4MB 52% complete (917k/s)
39582024-12-21T03:06:23.265Z[ host-image] Dec 21 03:06:21.224 INFO O| Dec 21 03:06:21.224 INFO O| Download: 13903/22788 items 110.3/199.7MB 55% complete
39592024-12-21T03:06:28.336Z[ recovery-image] Dec 21 03:06:26.294 INFO O| Dec 21 03:06:26.294 INFO O| Download: 8933/15862 items 92.7/176.4MB 52% complete (961k/s)
39602024-12-21T03:06:29.524Z[ host-image] Dec 21 03:06:27.482 INFO O| Dec 21 03:06:27.482 INFO O| Download: 14267/22788 items 110.7/199.7MB 55% complete (110k/s)
39612024-12-21T03:06:33.051Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39622024-12-21T03:06:33.339Z[ recovery-image] Dec 21 03:06:31.297 INFO O| Dec 21 03:06:31.297 INFO O| Download: 9731/15862 items 93.0/176.4MB 52% complete (39.0k/s)
39632024-12-21T03:06:34.549Z[ host-image] Dec 21 03:06:32.506 INFO O| Dec 21 03:06:32.506 INFO O| Download: 14632/22788 items 117.0/199.7MB 58% complete (679k/s)
39642024-12-21T03:06:38.068Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39652024-12-21T03:06:38.355Z[ recovery-image] Dec 21 03:06:36.311 INFO O| Dec 21 03:06:36.311 INFO O| Download: 10206/15862 items 93.3/176.4MB 52% complete (64.8k/s)
39662024-12-21T03:06:39.556Z[ host-image] Dec 21 03:06:37.512 INFO O| Dec 21 03:06:37.512 INFO O| Download: 15384/22788 items 123.0/199.7MB 61% complete (1.2M/s)
39672024-12-21T03:06:43.488Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39682024-12-21T03:06:43.604Z[ recovery-image] Dec 21 03:06:41.557 INFO O| Dec 21 03:06:41.557 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (61.5k/s)
39692024-12-21T03:06:44.560Z[ host-image] Dec 21 03:06:42.515 INFO O| Dec 21 03:06:42.515 INFO O| Download: 15826/22788 items 129.0/199.7MB 64% complete (1.1M/s)
39702024-12-21T03:06:49.616Z[ host-image] Dec 21 03:06:47.570 INFO O| Dec 21 03:06:47.570 INFO O| Download: 16244/22788 items 145.6/199.7MB 72% complete (2.2M/s)
39712024-12-21T03:06:49.871Z[ recovery-image] Dec 21 03:06:47.825 INFO O| Dec 21 03:06:47.825 INFO O| Download: 10913/15862 items 93.9/176.4MB 53% complete (73.9k/s)
39722024-12-21T03:06:55.042Z[ host-image] Dec 21 03:06:52.679 INFO O| Dec 21 03:06:52.679 INFO O| Download: 16827/22788 items 148.3/199.7MB 74% complete (2.1M/s)
39732024-12-21T03:06:55.045Z[ recovery-image] Dec 21 03:06:52.845 INFO O| Dec 21 03:06:52.845 INFO O| Download: 11020/15862 items 95.0/176.4MB 53% complete (126k/s)
39742024-12-21T03:06:59.739Z[ host-image] Dec 21 03:06:57.690 INFO O| Dec 21 03:06:57.690 INFO O| Download: 17081/22788 items 148.8/199.7MB 74% complete (361k/s)
39752024-12-21T03:06:59.918Z[ recovery-image] Dec 21 03:06:57.869 INFO O| Dec 21 03:06:57.869 INFO O| Download: 11381/15862 items 105.1/176.4MB 59% complete (1.1M/s)
39762024-12-21T03:07:04.814Z[ host-image] Dec 21 03:07:02.764 INFO O| Dec 21 03:07:02.764 INFO O| Download: 17806/22788 items 150.1/199.7MB 75% complete (182k/s)
39772024-12-21T03:07:06.699Z[ recovery-image] Dec 21 03:07:04.648 INFO O| Dec 21 03:07:04.648 INFO O| Download: 11430/15862 items 107.3/176.4MB 60% complete (1.3M/s)
39782024-12-21T03:07:10.028Z[ host-image] Dec 21 03:07:07.976 INFO O| Dec 21 03:07:07.976 INFO O| Download: 17892/22788 items 150.3/199.7MB 75% complete (189k/s)
39792024-12-21T03:07:12.462Z[ recovery-image] Dec 21 03:07:10.411 INFO O| Dec 21 03:07:10.411 INFO O| Download: 11918/15862 items 128.3/176.4MB 72% complete (2.2M/s)
39802024-12-21T03:07:15.336Z[ host-image] Dec 21 03:07:13.284 INFO O| Dec 21 03:07:13.283 INFO O| Download: 17958/22788 items 161.3/199.7MB 80% complete (1.1M/s)
39812024-12-21T03:07:17.487Z[ recovery-image] Dec 21 03:07:15.435 INFO O| Dec 21 03:07:15.434 INFO O| Download: 11947/15862 items 132.6/176.4MB 75% complete (2.1M/s)
39822024-12-21T03:07:20.339Z[ host-image] Dec 21 03:07:18.286 INFO O| Dec 21 03:07:18.286 INFO O| Download: 18786/22788 items 165.1/199.7MB 82% complete (1.5M/s)
39832024-12-21T03:07:22.489Z[ recovery-image] Dec 21 03:07:20.435 INFO O| Dec 21 03:07:20.435 INFO O| Download: 12201/15862 items 140.7/176.4MB 79% complete (1.2M/s)
39842024-12-21T03:07:27.146Z[ host-image] Dec 21 03:07:25.091 INFO O| Dec 21 03:07:25.091 INFO O| Download: 18987/22788 items 165.9/199.7MB 83% complete (752k/s)
39852024-12-21T03:07:27.497Z[ recovery-image] Dec 21 03:07:25.442 INFO O| Dec 21 03:07:25.442 INFO O| Download: 12930/15862 items 143.6/176.4MB 81% complete (1.1M/s)
39862024-12-21T03:07:32.162Z[ host-image] Dec 21 03:07:30.105 INFO O| Dec 21 03:07:30.105 INFO O| Download: 19652/22788 items 169.2/199.7MB 84% complete (357k/s)
39872024-12-21T03:07:32.502Z[ recovery-image] Dec 21 03:07:30.446 INFO O| Dec 21 03:07:30.446 INFO O| Download: 13088/15862 items 144.3/176.4MB 81% complete (377k/s)
39882024-12-21T03:07:37.167Z[ host-image] Dec 21 03:07:35.109 INFO O| Dec 21 03:07:35.109 INFO O| Download: 20169/22788 items 170.9/199.7MB 85% complete (515k/s)
39892024-12-21T03:07:37.508Z[ recovery-image] Dec 21 03:07:35.451 INFO O| Dec 21 03:07:35.451 INFO O| Download: 13937/15862 items 148.2/176.4MB 84% complete (468k/s)
39902024-12-21T03:07:42.397Z[ host-image] Dec 21 03:07:40.222 INFO O| Dec 21 03:07:40.221 INFO O| Download: 20652/22788 items 172.9/199.7MB 86% complete (362k/s)
39912024-12-21T03:07:42.525Z[ recovery-image] Dec 21 03:07:40.466 INFO O| Dec 21 03:07:40.466 INFO O| Download: 14241/15862 items 149.2/176.4MB 84% complete (502k/s)
39922024-12-21T03:07:47.527Z[ recovery-image] Dec 21 03:07:45.467 INFO O| Dec 21 03:07:45.466 INFO O| Download: 14709/15862 items 151.4/176.4MB 85% complete (310k/s)
39932024-12-21T03:07:47.870Z[ host-image] Dec 21 03:07:45.810 INFO O| Dec 21 03:07:45.810 INFO O| Download: 20935/22788 items 178.6/199.7MB 89% complete (790k/s)
39942024-12-21T03:07:52.569Z[ recovery-image] Dec 21 03:07:50.508 INFO O| Dec 21 03:07:50.508 INFO O| Download: 14803/15862 items 156.9/176.4MB 88% complete (787k/s)
39952024-12-21T03:07:52.876Z[ host-image] Dec 21 03:07:50.815 INFO O| Dec 21 03:07:50.815 INFO O| Download: 21376/22788 items 180.3/199.7MB 90% complete (790k/s)
39962024-12-21T03:07:57.588Z[ recovery-image] Dec 21 03:07:55.526 INFO O| Dec 21 03:07:55.526 INFO O| Download: 15456/15862 items 165.7/176.4MB 93% complete (1.5M/s)
39972024-12-21T03:07:58.148Z[ host-image] Dec 21 03:07:56.086 INFO O| Dec 21 03:07:56.086 INFO O| Download: 21924/22788 items 191.4/199.7MB 95% complete (1.3M/s)
39982024-12-21T03:08:02.880Z[ recovery-image] Dec 21 03:08:00.817 INFO O| Dec 21 03:08:00.817 INFO O| Download: 15633/15862 items 169.9/176.4MB 96% complete (1.4M/s)
39992024-12-21T03:08:03.150Z[ host-image] Dec 21 03:08:01.087 INFO O| Dec 21 03:08:01.087 INFO O| Download: 22000/22788 items 191.9/199.7MB 96% complete (1.2M/s)
40002024-12-21T03:08:06.494Z[ recovery-image] Dec 21 03:08:04.430 INFO O| Dec 21 03:08:04.430 INFO O| Download: Completed 176.38 MB in 280.44 seconds (642k/s)
40012024-12-21T03:08:07.487Z[ recovery-image] Dec 21 03:08:05.423 INFO O| Dec 21 03:08:05.423 INFO O| Actions: 1/25028 actions (Installing new actions)
40022024-12-21T03:08:08.160Z[ host-image] Dec 21 03:08:06.096 INFO O| Dec 21 03:08:06.096 INFO O| Download: 22203/22788 items 197.3/199.7MB 98% complete (601k/s)
40032024-12-21T03:08:11.187Z[ host-image] Dec 21 03:08:09.122 INFO O| Dec 21 03:08:09.122 INFO O| Download: Completed 199.66 MB in 308.68 seconds (660k/s)
40042024-12-21T03:08:12.489Z[ recovery-image] Dec 21 03:08:10.424 INFO O| Dec 21 03:08:10.424 INFO O| Actions: 9603/25028 actions (Installing new actions)
40052024-12-21T03:08:12.869Z[ host-image] Dec 21 03:08:10.803 INFO O| Dec 21 03:08:10.803 INFO O| Actions: 1/49485 actions (Installing new actions)
40062024-12-21T03:08:17.492Z[ recovery-image] Dec 21 03:08:15.426 INFO O| Dec 21 03:08:15.426 INFO O| Actions: 15420/25028 actions (Installing new actions)
40072024-12-21T03:08:17.870Z[ host-image] Dec 21 03:08:15.803 INFO O| Dec 21 03:08:15.803 INFO O| Actions: 9890/49485 actions (Installing new actions)
40082024-12-21T03:08:22.445Z[ recovery-image] Dec 21 03:08:20.377 INFO O| Dec 21 03:08:20.377 INFO O| Actions: Completed 25028 actions in 14.95 seconds.
40092024-12-21T03:08:22.871Z[ host-image] Dec 21 03:08:20.803 INFO O| Dec 21 03:08:20.803 INFO O| Actions: 15026/49485 actions (Installing new actions)
40102024-12-21T03:08:23.327Z[ recovery-image] Dec 21 03:08:21.260 INFO O| Dec 21 03:08:21.260 INFO O| Done
40112024-12-21T03:08:23.327Z[ recovery-image] Dec 21 03:08:21.260 INFO O| Dec 21 03:08:21.260 INFO O| Done
40122024-12-21T03:08:25.198Z[ recovery-image] Dec 21 03:08:23.130 INFO O| Dec 21 03:08:23.130 INFO O| Done
40132024-12-21T03:08:27.873Z[ host-image] Dec 21 03:08:25.804 INFO O| Dec 21 03:08:25.804 INFO O| Actions: 19780/49485 actions (Installing new actions)
40142024-12-21T03:08:28.553Z[ recovery-image] Dec 21 03:08:26.485 INFO O| Dec 21 03:08:26.485 INFO O| Done
40152024-12-21T03:08:28.582Z[ recovery-image] Dec 21 03:08:26.514 INFO O| Dec 21 03:08:26.513 INFO O| Done
40162024-12-21T03:08:32.874Z[ host-image] Dec 21 03:08:30.804 INFO O| Dec 21 03:08:30.804 INFO O| Actions: 32961/49485 actions (Installing new actions)
40172024-12-21T03:08:33.951Z[ recovery-image] Dec 21 03:08:31.881 INFO O| Dec 21 03:08:31.881 INFO O| Done
40182024-12-21T03:08:34.701Z[ recovery-image] Dec 21 03:08:32.631 INFO O| Dec 21 03:08:32.631 INFO O| Done
40192024-12-21T03:08:35.406Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 11 (pkg_install) COMPLETE
40202024-12-21T03:08:35.409Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-12-21T03:08:35.409Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO skip step because feature "recovery" is enabled
40222024-12-21T03:08:35.409Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40232024-12-21T03:08:35.409Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO skip step because feature "omicron1" is not enabled
40242024-12-21T03:08:35.409Z[ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40252024-12-21T03:08:35.428Z[ recovery-image] Dec 21 03:08:33.358 INFO O| Dec 21 03:08:33.358 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40262024-12-21T03:08:35.872Z[ host-image] Dec 21 03:08:33.802 INFO O| Dec 21 03:08:33.802 INFO O| Actions: Completed 49485 actions in 22.99 seconds.
40272024-12-21T03:08:36.615Z[ host-image] Dec 21 03:08:34.544 INFO O| Dec 21 03:08:34.543 INFO O| Done
40282024-12-21T03:08:36.615Z[ host-image] Dec 21 03:08:34.544 INFO O| Dec 21 03:08:34.544 INFO O| Done
40292024-12-21T03:08:36.939Z[ recovery-image] Dec 21 03:08:34.869 INFO O| Dec 21 03:08:34.869 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40302024-12-21T03:08:38.342Z[ host-image] Dec 21 03:08:36.271 INFO O| Dec 21 03:08:36.271 INFO O| Done
40312024-12-21T03:08:41.256Z[ recovery-image] Dec 21 03:08:39.184 INFO O| Dec 21 03:08:39.184 INFO O| Planning: Solver setup ... Done
40322024-12-21T03:08:41.262Z[ recovery-image] Dec 21 03:08:39.191 INFO O| Dec 21 03:08:39.191 INFO O| Planning: Running solver ... Done
40332024-12-21T03:08:41.376Z[ recovery-image] Dec 21 03:08:39.304 INFO O| Dec 21 03:08:39.304 INFO O| Planning: Finding local manifests ... Done
40342024-12-21T03:08:41.379Z[ recovery-image] Dec 21 03:08:39.305 INFO O| Dec 21 03:08:39.305 INFO O| Planning: Fetching manifests: 0/1 0% complete
40352024-12-21T03:08:41.493Z[ host-image] Dec 21 03:08:39.422 INFO O| Dec 21 03:08:39.422 INFO O| Done
40362024-12-21T03:08:41.554Z[ host-image] Dec 21 03:08:39.482 INFO O| Dec 21 03:08:39.482 INFO O| Done
40372024-12-21T03:08:41.587Z[ recovery-image] Dec 21 03:08:39.515 INFO O| Dec 21 03:08:39.515 INFO O| Planning: Fetching manifests: 1/1 100% complete
40382024-12-21T03:08:41.655Z[ recovery-image] Dec 21 03:08:39.583 INFO O| Dec 21 03:08:39.583 INFO O| Planning: Package planning ... Done
40392024-12-21T03:08:41.658Z[ recovery-image] Dec 21 03:08:39.584 INFO O| Dec 21 03:08:39.584 INFO O| Planning: Merging actions ... Done
40402024-12-21T03:08:41.767Z[ recovery-image] Dec 21 03:08:39.696 INFO O| Dec 21 03:08:39.695 INFO O| Planning: Checking for conflicting actions ... Done
40412024-12-21T03:08:41.770Z[ recovery-image] Dec 21 03:08:39.696 INFO O| Dec 21 03:08:39.696 INFO O| Planning: Consolidating action changes ... Done
40422024-12-21T03:08:42.055Z[ recovery-image] Dec 21 03:08:39.983 INFO O| Dec 21 03:08:39.983 INFO O| Planning: Evaluating mediators ... Done
40432024-12-21T03:08:42.058Z[ recovery-image] Dec 21 03:08:39.984 INFO O| Dec 21 03:08:39.984 INFO O| Planning: Planning completed in 5.11 seconds
40442024-12-21T03:08:42.073Z[ recovery-image] Dec 21 03:08:40.001 INFO O| Dec 21 03:08:40.001 INFO O| Packages to install: 1
40452024-12-21T03:08:42.090Z[ recovery-image] Dec 21 03:08:40.018 INFO O| Dec 21 03:08:40.018 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40462024-12-21T03:08:42.807Z[ recovery-image] Dec 21 03:08:40.735 INFO O| Dec 21 03:08:40.734 INFO O| Download: Completed 9.99 MB in 0.72 seconds (14.0M/s)
40472024-12-21T03:08:42.919Z[ recovery-image] Dec 21 03:08:40.846 INFO O| Dec 21 03:08:40.846 INFO O| Actions: 1/22 actions (Installing new actions)
40482024-12-21T03:08:43.323Z[ recovery-image] Dec 21 03:08:41.251 INFO O| Dec 21 03:08:41.250 INFO O| Actions: Completed 22 actions in 0.40 seconds.
40492024-12-21T03:08:43.789Z[ recovery-image] Dec 21 03:08:41.717 INFO O| Dec 21 03:08:41.717 INFO O| Done
40502024-12-21T03:08:43.789Z[ recovery-image] Dec 21 03:08:41.717 INFO O| Dec 21 03:08:41.717 INFO O| Done
40512024-12-21T03:08:45.103Z[ recovery-image] Dec 21 03:08:43.030 INFO O| Dec 21 03:08:43.030 INFO O| Done
40522024-12-21T03:08:46.807Z[ recovery-image] Dec 21 03:08:44.734 INFO O| Dec 21 03:08:44.734 INFO O| Done
40532024-12-21T03:08:46.849Z[ recovery-image] Dec 21 03:08:44.775 INFO O| Dec 21 03:08:44.775 INFO O| Done
40542024-12-21T03:08:46.852Z[ recovery-image] Dec 21 03:08:44.775 INFO O| Dec 21 03:08:44.775 INFO O| Done
40552024-12-21T03:08:46.866Z[ recovery-image] Dec 21 03:08:44.792 INFO O| Dec 21 03:08:44.792 INFO O| Done
40562024-12-21T03:08:47.042Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.968 INFO STEP 14 (pkg_install) COMPLETE
40572024-12-21T03:08:47.042Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40582024-12-21T03:08:47.044Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "mfg" is not enabled
40592024-12-21T03:08:47.044Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602024-12-21T03:08:47.044Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "compliance" is not enabled
40612024-12-21T03:08:47.044Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40622024-12-21T03:08:47.044Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "stress" is not enabled
40632024-12-21T03:08:47.045Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40642024-12-21T03:08:47.045Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "nfs" is not enabled
40652024-12-21T03:08:47.045Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40662024-12-21T03:08:47.045Z[ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40672024-12-21T03:08:47.198Z[ recovery-image] Dec 21 03:08:45.121 INFO O| Dec 21 03:08:45.121 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40682024-12-21T03:08:47.419Z[ recovery-image] Dec 21 03:08:45.346 INFO O| Dec 21 03:08:45.346 INFO completed processing gimlet/ramdisk-01-os
40692024-12-21T03:08:47.422Z[ recovery-image] Dec 21 03:08:45.349 INFO image builder template: ramdisk-02-trim...
40702024-12-21T03:08:47.422Z[ recovery-image] Dec 21 03:08:45.349 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/.tmpLkmalU/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
40712024-12-21T03:08:47.464Z[ recovery-image] Dec 21 03:08:45.389 INFO O| Dec 21 03:08:45.388 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40722024-12-21T03:08:47.468Z[ recovery-image] Dec 21 03:08:45.395 INFO O| Dec 21 03:08:45.395 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40732024-12-21T03:08:47.587Z[ recovery-image] Dec 21 03:08:45.513 INFO O| Dec 21 03:08:45.513 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40742024-12-21T03:08:47.715Z[ recovery-image] Dec 21 03:08:45.638 INFO O| Dec 21 03:08:45.638 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40752024-12-21T03:08:47.719Z[ recovery-image] Dec 21 03:08:45.639 INFO O| Dec 21 03:08:45.639 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40762024-12-21T03:08:47.722Z[ recovery-image] Dec 21 03:08:45.648 INFO O| Dec 21 03:08:45.648 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40772024-12-21T03:08:47.746Z[ recovery-image] Dec 21 03:08:45.673 INFO O| Dec 21 03:08:45.673 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40782024-12-21T03:08:47.773Z[ recovery-image] Dec 21 03:08:45.700 INFO O| Dec 21 03:08:45.700 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40792024-12-21T03:08:48.431Z[ recovery-image] Dec 21 03:08:46.358 INFO O| Dec 21 03:08:46.358 INFO rolled back to input snapshot; work may begin
40802024-12-21T03:08:48.431Z[ recovery-image] Dec 21 03:08:46.358 INFO O| Dec 21 03:08:46.358 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40812024-12-21T03:08:48.439Z[ recovery-image] Dec 21 03:08:46.366 INFO O| Dec 21 03:08:46.366 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-12-21T03:08:48.459Z[ recovery-image] Dec 21 03:08:46.385 INFO O| Dec 21 03:08:46.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40832024-12-21T03:08:48.542Z[ recovery-image] Dec 21 03:08:46.467 INFO O| Dec 21 03:08:46.467 INFO STEP 0 (remove_files) COMPLETE
40842024-12-21T03:08:48.542Z[ recovery-image] Dec 21 03:08:46.467 INFO O| Dec 21 03:08:46.467 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-21T03:08:48.561Z[ recovery-image] Dec 21 03:08:46.487 INFO O| Dec 21 03:08:46.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40862024-12-21T03:08:48.564Z[ recovery-image] Dec 21 03:08:46.490 INFO O| Dec 21 03:08:46.490 INFO STEP 1 (remove_files) COMPLETE
40872024-12-21T03:08:48.564Z[ recovery-image] Dec 21 03:08:46.490 INFO O| Dec 21 03:08:46.490 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-21T03:08:48.584Z[ recovery-image] Dec 21 03:08:46.510 INFO O| Dec 21 03:08:46.510 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40892024-12-21T03:08:48.608Z[ recovery-image] Dec 21 03:08:46.535 INFO O| Dec 21 03:08:46.534 INFO STEP 2 (remove_files) COMPLETE
40902024-12-21T03:08:48.608Z[ recovery-image] Dec 21 03:08:46.535 INFO O| Dec 21 03:08:46.534 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-21T03:08:48.646Z[ recovery-image] Dec 21 03:08:46.573 INFO O| Dec 21 03:08:46.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40922024-12-21T03:08:48.650Z[ recovery-image] Dec 21 03:08:46.576 INFO O| Dec 21 03:08:46.576 INFO STEP 3 (remove_files) COMPLETE
40932024-12-21T03:08:48.650Z[ recovery-image] Dec 21 03:08:46.576 INFO O| Dec 21 03:08:46.576 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-21T03:08:48.688Z[ recovery-image] Dec 21 03:08:46.615 INFO O| Dec 21 03:08:46.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40952024-12-21T03:08:48.696Z[ recovery-image] Dec 21 03:08:46.623 INFO O| Dec 21 03:08:46.622 INFO STEP 4 (remove_files) COMPLETE
40962024-12-21T03:08:48.697Z[ recovery-image] Dec 21 03:08:46.623 INFO O| Dec 21 03:08:46.622 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-21T03:08:48.727Z[ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40982024-12-21T03:08:48.732Z[ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO STEP 5 (remove_files) COMPLETE
40992024-12-21T03:08:48.732Z[ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-21T03:08:48.778Z[ recovery-image] Dec 21 03:08:46.703 INFO O| Dec 21 03:08:46.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41012024-12-21T03:08:48.799Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.724 INFO STEP 6 (remove_files) COMPLETE
41022024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled
41042024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled
41062024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled
41082024-12-21T03:08:48.804Z[ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-21T03:08:48.838Z[ recovery-image] Dec 21 03:08:46.764 INFO O| Dec 21 03:08:46.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41102024-12-21T03:08:48.844Z[ recovery-image] Dec 21 03:08:46.771 INFO O| Dec 21 03:08:46.771 INFO STEP 10 (remove_files) COMPLETE
41112024-12-21T03:08:48.847Z[ recovery-image] Dec 21 03:08:46.771 INFO O| Dec 21 03:08:46.771 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-21T03:08:48.869Z[ recovery-image] Dec 21 03:08:46.791 INFO O| Dec 21 03:08:46.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41132024-12-21T03:08:48.872Z[ recovery-image] Dec 21 03:08:46.793 INFO O| Dec 21 03:08:46.793 INFO STEP 11 (remove_files) COMPLETE
41142024-12-21T03:08:48.872Z[ recovery-image] Dec 21 03:08:46.793 INFO O| Dec 21 03:08:46.793 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-21T03:08:48.886Z[ recovery-image] Dec 21 03:08:46.813 INFO O| Dec 21 03:08:46.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41162024-12-21T03:08:48.889Z[ recovery-image] Dec 21 03:08:46.816 INFO O| Dec 21 03:08:46.815 INFO STEP 12 (remove_files) COMPLETE
41172024-12-21T03:08:48.889Z[ recovery-image] Dec 21 03:08:46.816 INFO O| Dec 21 03:08:46.816 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-21T03:08:49.030Z[ host-image] Dec 21 03:08:46.957 INFO O| Dec 21 03:08:46.956 INFO O| Done
41192024-12-21T03:08:49.201Z[ recovery-image] Dec 21 03:08:47.128 INFO O| Dec 21 03:08:47.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41202024-12-21T03:08:49.221Z[ recovery-image] Dec 21 03:08:47.147 INFO O| Dec 21 03:08:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41212024-12-21T03:08:49.347Z[ recovery-image] Dec 21 03:08:47.274 INFO O| Dec 21 03:08:47.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41222024-12-21T03:08:49.354Z[ recovery-image] Dec 21 03:08:47.280 INFO O| Dec 21 03:08:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41232024-12-21T03:08:49.487Z[ recovery-image] Dec 21 03:08:47.412 INFO O| Dec 21 03:08:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41242024-12-21T03:08:49.507Z[ recovery-image] Dec 21 03:08:47.434 INFO O| Dec 21 03:08:47.434 INFO STEP 13 (remove_files) COMPLETE
41252024-12-21T03:08:49.507Z[ recovery-image] Dec 21 03:08:47.434 INFO O| Dec 21 03:08:47.434 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-21T03:08:49.528Z[ recovery-image] Dec 21 03:08:47.454 INFO O| Dec 21 03:08:47.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41272024-12-21T03:08:49.532Z[ recovery-image] Dec 21 03:08:47.456 INFO O| Dec 21 03:08:47.456 INFO STEP 14 (remove_files) COMPLETE
41282024-12-21T03:08:49.532Z[ recovery-image] Dec 21 03:08:47.456 INFO O| Dec 21 03:08:47.456 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-21T03:08:49.548Z[ recovery-image] Dec 21 03:08:47.474 INFO O| Dec 21 03:08:47.474 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41302024-12-21T03:08:49.563Z[ recovery-image] Dec 21 03:08:47.489 INFO O| Dec 21 03:08:47.489 INFO STEP 15 (remove_files) COMPLETE
41312024-12-21T03:08:49.563Z[ recovery-image] Dec 21 03:08:47.489 INFO O| Dec 21 03:08:47.489 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-21T03:08:49.604Z[ recovery-image] Dec 21 03:08:47.526 INFO O| Dec 21 03:08:47.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41332024-12-21T03:08:49.613Z[ recovery-image] Dec 21 03:08:47.527 INFO O| Dec 21 03:08:47.527 INFO STEP 16 (remove_files) COMPLETE
41342024-12-21T03:08:49.613Z[ recovery-image] Dec 21 03:08:47.527 INFO O| Dec 21 03:08:47.527 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-21T03:08:49.620Z[ recovery-image] Dec 21 03:08:47.546 INFO O| Dec 21 03:08:47.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41362024-12-21T03:08:49.623Z[ recovery-image] Dec 21 03:08:47.549 INFO O| Dec 21 03:08:47.549 INFO STEP 17 (remove_files) COMPLETE
41372024-12-21T03:08:49.623Z[ recovery-image] Dec 21 03:08:47.549 INFO O| Dec 21 03:08:47.549 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-21T03:08:49.647Z[ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41392024-12-21T03:08:49.647Z[ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.567 INFO STEP 18 (remove_files) COMPLETE
41402024-12-21T03:08:49.648Z[ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.567 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-21T03:08:49.659Z[ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41422024-12-21T03:08:49.659Z[ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO STEP 19 (remove_files) COMPLETE
41432024-12-21T03:08:49.678Z[ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-21T03:08:49.701Z[ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41452024-12-21T03:08:49.701Z[ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO STEP 20 (remove_files) COMPLETE
41462024-12-21T03:08:49.701Z[ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-21T03:08:49.729Z[ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41482024-12-21T03:08:49.729Z[ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO STEP 21 (remove_files) COMPLETE
41492024-12-21T03:08:49.732Z[ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-21T03:08:49.748Z[ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41512024-12-21T03:08:49.748Z[ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO STEP 22 (remove_files) COMPLETE
41522024-12-21T03:08:49.751Z[ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-21T03:08:49.767Z[ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41542024-12-21T03:08:49.767Z[ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO STEP 23 (remove_files) COMPLETE
41552024-12-21T03:08:49.767Z[ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-21T03:08:49.820Z[ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41572024-12-21T03:08:49.820Z[ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO STEP 24 (remove_files) COMPLETE
41582024-12-21T03:08:49.822Z[ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-21T03:08:49.839Z[ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41602024-12-21T03:08:49.839Z[ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO STEP 25 (remove_files) COMPLETE
41612024-12-21T03:08:49.839Z[ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-21T03:08:49.891Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41632024-12-21T03:08:49.891Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 26 (remove_files) COMPLETE
41642024-12-21T03:08:49.894Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-21T03:08:49.933Z[ recovery-image] Dec 21 03:08:47.858 INFO O| Dec 21 03:08:47.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41662024-12-21T03:08:49.933Z[ recovery-image] Dec 21 03:08:47.859 INFO O| Dec 21 03:08:47.859 INFO STEP 27 (remove_files) COMPLETE
41672024-12-21T03:08:49.933Z[ recovery-image] Dec 21 03:08:47.859 INFO O| Dec 21 03:08:47.859 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-21T03:08:49.982Z[ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41692024-12-21T03:08:49.982Z[ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO STEP 28 (remove_files) COMPLETE
41702024-12-21T03:08:49.982Z[ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-21T03:08:49.996Z[ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41722024-12-21T03:08:49.996Z[ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO STEP 29 (remove_files) COMPLETE
41732024-12-21T03:08:49.996Z[ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-21T03:08:50.015Z[ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41752024-12-21T03:08:50.015Z[ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO STEP 30 (remove_files) COMPLETE
41762024-12-21T03:08:50.015Z[ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-21T03:08:50.035Z[ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41782024-12-21T03:08:50.035Z[ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO STEP 31 (remove_files) COMPLETE
41792024-12-21T03:08:50.035Z[ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-21T03:08:50.055Z[ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41812024-12-21T03:08:50.056Z[ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.981 INFO STEP 32 (remove_files) COMPLETE
41822024-12-21T03:08:50.056Z[ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.981 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-21T03:08:50.137Z[ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41842024-12-21T03:08:50.138Z[ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO STEP 33 (remove_files) COMPLETE
41852024-12-21T03:08:50.140Z[ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-21T03:08:50.206Z[ host-image] Dec 21 03:08:48.129 INFO O| Dec 21 03:08:48.129 INFO O| Done
41872024-12-21T03:08:50.215Z[ recovery-image] Dec 21 03:08:48.140 INFO O| Dec 21 03:08:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41882024-12-21T03:08:50.215Z[ recovery-image] Dec 21 03:08:48.141 INFO O| Dec 21 03:08:48.141 INFO STEP 34 (remove_files) COMPLETE
41892024-12-21T03:08:50.220Z[ recovery-image] Dec 21 03:08:48.141 INFO O| Dec 21 03:08:48.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-21T03:08:50.237Z[ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41912024-12-21T03:08:50.237Z[ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO STEP 35 (remove_files) COMPLETE
41922024-12-21T03:08:50.240Z[ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-21T03:08:50.279Z[ recovery-image] Dec 21 03:08:48.203 INFO O| Dec 21 03:08:48.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41942024-12-21T03:08:50.279Z[ recovery-image] Dec 21 03:08:48.203 INFO O| Dec 21 03:08:48.203 INFO STEP 36 (remove_files) COMPLETE
41952024-12-21T03:08:50.282Z[ recovery-image] Dec 21 03:08:48.204 INFO O| Dec 21 03:08:48.203 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-21T03:08:50.309Z[ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41972024-12-21T03:08:50.309Z[ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO STEP 37 (remove_files) COMPLETE
41982024-12-21T03:08:50.312Z[ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-21T03:08:50.329Z[ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42002024-12-21T03:08:50.329Z[ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.256 INFO STEP 38 (remove_files) COMPLETE
42012024-12-21T03:08:50.333Z[ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.256 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T03:08:50.389Z[ recovery-image] Dec 21 03:08:48.314 INFO O| Dec 21 03:08:48.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42032024-12-21T03:08:50.389Z[ recovery-image] Dec 21 03:08:48.314 INFO O| Dec 21 03:08:48.314 INFO STEP 39 (remove_files) COMPLETE
42042024-12-21T03:08:50.389Z[ recovery-image] Dec 21 03:08:48.315 INFO O| Dec 21 03:08:48.314 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-21T03:08:50.799Z[ host-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.724 INFO STEP 11 (pkg_install) COMPLETE
42062024-12-21T03:08:50.800Z[ host-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42072024-12-21T03:08:50.800Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42082024-12-21T03:08:50.800Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 40 (remove_files) COMPLETE
42092024-12-21T03:08:50.800Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-21T03:08:50.817Z[ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42112024-12-21T03:08:50.820Z[ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO STEP 41 (remove_files) COMPLETE
42122024-12-21T03:08:50.820Z[ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-21T03:08:50.820Z[ host-image] Dec 21 03:08:48.743 INFO O| Dec 21 03:08:48.743 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"]
42142024-12-21T03:08:50.896Z[ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42152024-12-21T03:08:50.896Z[ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO STEP 42 (remove_files) COMPLETE
42162024-12-21T03:08:50.896Z[ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-21T03:08:50.967Z[ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42182024-12-21T03:08:50.967Z[ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.892 INFO STEP 43 (remove_files) COMPLETE
42192024-12-21T03:08:50.970Z[ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.892 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-21T03:08:51.003Z[ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42212024-12-21T03:08:51.003Z[ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO STEP 44 (remove_files) COMPLETE
42222024-12-21T03:08:51.003Z[ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-21T03:08:51.047Z[ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42242024-12-21T03:08:51.048Z[ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO STEP 45 (remove_files) COMPLETE
42252024-12-21T03:08:51.053Z[ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-21T03:08:51.108Z[ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42272024-12-21T03:08:51.108Z[ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO STEP 46 (remove_files) COMPLETE
42282024-12-21T03:08:51.108Z[ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-21T03:08:51.142Z[ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42302024-12-21T03:08:51.146Z[ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO STEP 47 (remove_files) COMPLETE
42312024-12-21T03:08:51.146Z[ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-21T03:08:51.161Z[ recovery-image] Dec 21 03:08:49.087 INFO O| Dec 21 03:08:49.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42332024-12-21T03:08:51.164Z[ recovery-image] Dec 21 03:08:49.088 INFO O| Dec 21 03:08:49.087 INFO STEP 48 (remove_files) COMPLETE
42342024-12-21T03:08:51.164Z[ recovery-image] Dec 21 03:08:49.088 INFO O| Dec 21 03:08:49.088 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-21T03:08:51.181Z[ recovery-image] Dec 21 03:08:49.107 INFO O| Dec 21 03:08:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42362024-12-21T03:08:51.184Z[ recovery-image] Dec 21 03:08:49.108 INFO O| Dec 21 03:08:49.108 INFO STEP 49 (remove_files) COMPLETE
42372024-12-21T03:08:51.184Z[ recovery-image] Dec 21 03:08:49.108 INFO O| Dec 21 03:08:49.108 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-21T03:08:51.202Z[ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42392024-12-21T03:08:51.202Z[ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO STEP 50 (remove_files) COMPLETE
42402024-12-21T03:08:51.202Z[ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-21T03:08:51.219Z[ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42422024-12-21T03:08:51.219Z[ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO STEP 51 (remove_files) COMPLETE
42432024-12-21T03:08:51.219Z[ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-21T03:08:51.269Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42452024-12-21T03:08:51.269Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 52 (remove_files) COMPLETE
42462024-12-21T03:08:51.269Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-21T03:08:51.307Z[ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42482024-12-21T03:08:51.307Z[ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO STEP 53 (remove_files) COMPLETE
42492024-12-21T03:08:51.310Z[ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-21T03:08:51.323Z[ recovery-image] Dec 21 03:08:49.248 INFO O| Dec 21 03:08:49.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42512024-12-21T03:08:51.323Z[ recovery-image] Dec 21 03:08:49.248 INFO O| Dec 21 03:08:49.248 INFO STEP 54 (remove_files) COMPLETE
42522024-12-21T03:08:51.326Z[ recovery-image] Dec 21 03:08:49.249 INFO O| Dec 21 03:08:49.248 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-21T03:08:51.339Z[ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42542024-12-21T03:08:51.339Z[ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO STEP 55 (remove_files) COMPLETE
42552024-12-21T03:08:51.339Z[ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-21T03:08:51.354Z[ recovery-image] Dec 21 03:08:49.279 INFO O| Dec 21 03:08:49.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42572024-12-21T03:08:51.354Z[ recovery-image] Dec 21 03:08:49.280 INFO O| Dec 21 03:08:49.280 INFO STEP 56 (remove_files) COMPLETE
42582024-12-21T03:08:51.357Z[ recovery-image] Dec 21 03:08:49.280 INFO O| Dec 21 03:08:49.280 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-21T03:08:51.370Z[ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42602024-12-21T03:08:51.370Z[ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO STEP 57 (remove_files) COMPLETE
42612024-12-21T03:08:51.379Z[ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-21T03:08:51.385Z[ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42632024-12-21T03:08:51.385Z[ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42642024-12-21T03:08:51.385Z[ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42652024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42662024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42672024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42682024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO ok!
42692024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO STEP 58 (ensure_file) COMPLETE
42702024-12-21T03:08:51.390Z[ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-21T03:08:51.404Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42722024-12-21T03:08:51.404Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42732024-12-21T03:08:51.408Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42742024-12-21T03:08:51.408Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42752024-12-21T03:08:51.409Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42762024-12-21T03:08:51.409Z[ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42772024-12-21T03:08:51.409Z[ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.328 INFO ok!
42782024-12-21T03:08:51.409Z[ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.329 INFO STEP 59 (ensure_file) COMPLETE
42792024-12-21T03:08:51.409Z[ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.329 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-21T03:08:51.418Z[ recovery-image] Dec 21 03:08:49.344 INFO O| Dec 21 03:08:49.344 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42812024-12-21T03:08:51.419Z[ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42822024-12-21T03:08:51.419Z[ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42832024-12-21T03:08:51.422Z[ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO ok!
42842024-12-21T03:08:51.422Z[ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO STEP 60 (ensure_file) COMPLETE
42852024-12-21T03:08:51.422Z[ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-21T03:08:51.438Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42872024-12-21T03:08:51.438Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42882024-12-21T03:08:51.443Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42892024-12-21T03:08:51.444Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO ok!
42902024-12-21T03:08:51.444Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO STEP 61 (ensure_file) COMPLETE
42912024-12-21T03:08:51.444Z[ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922024-12-21T03:08:51.457Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42932024-12-21T03:08:51.457Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42942024-12-21T03:08:51.465Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42952024-12-21T03:08:51.466Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42962024-12-21T03:08:51.466Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO ok!
42972024-12-21T03:08:51.466Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO STEP 62 (ensure_file) COMPLETE
42982024-12-21T03:08:51.466Z[ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-21T03:08:51.476Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43002024-12-21T03:08:51.476Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43012024-12-21T03:08:51.476Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43022024-12-21T03:08:51.479Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43032024-12-21T03:08:51.479Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO ok!
43042024-12-21T03:08:51.479Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO STEP 63 (ensure_file) COMPLETE
43052024-12-21T03:08:51.479Z[ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062024-12-21T03:08:51.504Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43072024-12-21T03:08:51.504Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43082024-12-21T03:08:51.507Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43092024-12-21T03:08:51.507Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO ok!
43102024-12-21T03:08:51.507Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO STEP 64 (assemble_files) COMPLETE
43112024-12-21T03:08:51.507Z[ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122024-12-21T03:08:51.601Z[ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43132024-12-21T03:08:51.601Z[ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43142024-12-21T03:08:51.601Z[ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43152024-12-21T03:08:51.604Z[ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43162024-12-21T03:08:51.604Z[ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO ok!
43172024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO STEP 65 (ensure_file) COMPLETE
43182024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO skip step because feature "omicron1" is not enabled
43202024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO skip step because feature "omicron1" is not enabled
43222024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO skip step because feature "omicron1" is not enabled
43242024-12-21T03:08:51.605Z[ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252024-12-21T03:08:51.730Z[ recovery-image] Dec 21 03:08:49.654 INFO O| Dec 21 03:08:49.654 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43262024-12-21T03:08:51.730Z[ recovery-image] Dec 21 03:08:49.654 INFO O| Dec 21 03:08:49.654 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43272024-12-21T03:08:52.235Z[ host-image] Dec 21 03:08:50.161 INFO O| Dec 21 03:08:50.161 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43282024-12-21T03:08:54.642Z[ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO STEP 69 (pack_tar) COMPLETE
43292024-12-21T03:08:54.642Z[ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43302024-12-21T03:08:54.645Z[ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43312024-12-21T03:08:55.022Z[ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43322024-12-21T03:08:55.192Z[ recovery-image] Dec 21 03:08:53.117 INFO O| Dec 21 03:08:53.117 INFO completed processing gimlet/ramdisk-02-trim
43332024-12-21T03:08:55.195Z[ recovery-image] Dec 21 03:08:53.120 INFO image builder template: ramdisk-03-recovery-trim...
43342024-12-21T03:08:55.199Z[ recovery-image] Dec 21 03:08:53.121 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/.tmpLkmalU/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
43352024-12-21T03:08:55.449Z[ recovery-image] Dec 21 03:08:53.374 INFO O| Dec 21 03:08:53.374 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43362024-12-21T03:08:55.458Z[ recovery-image] Dec 21 03:08:53.382 INFO O| Dec 21 03:08:53.382 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43372024-12-21T03:08:55.683Z[ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43382024-12-21T03:08:55.814Z[ recovery-image] Dec 21 03:08:53.738 INFO O| Dec 21 03:08:53.738 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43392024-12-21T03:08:55.818Z[ recovery-image] Dec 21 03:08:53.739 INFO O| Dec 21 03:08:53.739 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43402024-12-21T03:08:55.833Z[ recovery-image] Dec 21 03:08:53.757 INFO O| Dec 21 03:08:53.757 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43412024-12-21T03:08:55.873Z[ recovery-image] Dec 21 03:08:53.798 INFO O| Dec 21 03:08:53.798 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43422024-12-21T03:08:55.902Z[ recovery-image] Dec 21 03:08:53.823 INFO O| Dec 21 03:08:53.823 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43432024-12-21T03:08:56.285Z[ recovery-image] Dec 21 03:08:54.206 INFO O| Dec 21 03:08:54.206 INFO rolled back to input snapshot; work may begin
43442024-12-21T03:08:56.285Z[ recovery-image] Dec 21 03:08:54.206 INFO O| Dec 21 03:08:54.206 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43452024-12-21T03:08:56.291Z[ recovery-image] Dec 21 03:08:54.215 INFO O| Dec 21 03:08:54.215 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-21T03:08:56.308Z[ recovery-image] Dec 21 03:08:54.232 INFO O| Dec 21 03:08:54.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43472024-12-21T03:08:56.320Z[ recovery-image] Dec 21 03:08:54.245 INFO O| Dec 21 03:08:54.245 INFO STEP 0 (remove_files) COMPLETE
43482024-12-21T03:08:56.320Z[ recovery-image] Dec 21 03:08:54.245 INFO O| Dec 21 03:08:54.245 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-21T03:08:56.348Z[ recovery-image] Dec 21 03:08:54.272 INFO O| Dec 21 03:08:54.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43502024-12-21T03:08:56.894Z[ recovery-image] Dec 21 03:08:54.818 INFO O| Dec 21 03:08:54.818 INFO STEP 1 (remove_files) COMPLETE
43512024-12-21T03:08:56.894Z[ recovery-image] Dec 21 03:08:54.818 INFO O| Dec 21 03:08:54.818 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-21T03:08:56.938Z[ recovery-image] Dec 21 03:08:54.862 INFO O| Dec 21 03:08:54.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43532024-12-21T03:08:57.009Z[ recovery-image] Dec 21 03:08:54.933 INFO O| Dec 21 03:08:54.933 INFO STEP 2 (remove_files) COMPLETE
43542024-12-21T03:08:57.009Z[ recovery-image] Dec 21 03:08:54.933 INFO O| Dec 21 03:08:54.933 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-21T03:08:57.029Z[ recovery-image] Dec 21 03:08:54.952 INFO O| Dec 21 03:08:54.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43562024-12-21T03:08:57.197Z[ recovery-image] Dec 21 03:08:55.120 INFO O| Dec 21 03:08:55.119 INFO STEP 3 (remove_files) COMPLETE
43572024-12-21T03:08:57.197Z[ recovery-image] Dec 21 03:08:55.120 INFO O| Dec 21 03:08:55.120 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-21T03:08:57.225Z[ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43592024-12-21T03:08:57.241Z[ recovery-image] Dec 21 03:08:55.166 INFO O| Dec 21 03:08:55.166 INFO STEP 4 (remove_files) COMPLETE
43602024-12-21T03:08:57.241Z[ recovery-image] Dec 21 03:08:55.166 INFO O| Dec 21 03:08:55.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-21T03:08:57.277Z[ recovery-image] Dec 21 03:08:55.201 INFO O| Dec 21 03:08:55.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43622024-12-21T03:08:57.282Z[ recovery-image] Dec 21 03:08:55.206 INFO O| Dec 21 03:08:55.206 INFO STEP 5 (remove_files) COMPLETE
43632024-12-21T03:08:57.282Z[ recovery-image] Dec 21 03:08:55.206 INFO O| Dec 21 03:08:55.206 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-21T03:08:57.304Z[ recovery-image] Dec 21 03:08:55.229 INFO O| Dec 21 03:08:55.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43652024-12-21T03:08:57.327Z[ recovery-image] Dec 21 03:08:55.252 INFO O| Dec 21 03:08:55.252 INFO STEP 6 (remove_files) COMPLETE
43662024-12-21T03:08:57.327Z[ recovery-image] Dec 21 03:08:55.252 INFO O| Dec 21 03:08:55.252 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-21T03:08:57.362Z[ recovery-image] Dec 21 03:08:55.272 INFO O| Dec 21 03:08:55.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43682024-12-21T03:08:57.383Z[ recovery-image] Dec 21 03:08:55.307 INFO O| Dec 21 03:08:55.307 INFO STEP 7 (remove_files) COMPLETE
43692024-12-21T03:08:57.383Z[ recovery-image] Dec 21 03:08:55.307 INFO O| Dec 21 03:08:55.307 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-21T03:08:57.446Z[ recovery-image] Dec 21 03:08:55.370 INFO O| Dec 21 03:08:55.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43712024-12-21T03:08:57.495Z[ recovery-image] Dec 21 03:08:55.420 INFO O| Dec 21 03:08:55.420 INFO STEP 8 (remove_files) COMPLETE
43722024-12-21T03:08:57.495Z[ recovery-image] Dec 21 03:08:55.420 INFO O| Dec 21 03:08:55.420 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-21T03:08:57.532Z[ recovery-image] Dec 21 03:08:55.454 INFO O| Dec 21 03:08:55.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43742024-12-21T03:08:57.544Z[ recovery-image] Dec 21 03:08:55.468 INFO O| Dec 21 03:08:55.468 INFO STEP 9 (remove_files) COMPLETE
43752024-12-21T03:08:57.544Z[ recovery-image] Dec 21 03:08:55.468 INFO O| Dec 21 03:08:55.468 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-21T03:08:57.590Z[ recovery-image] Dec 21 03:08:55.514 INFO O| Dec 21 03:08:55.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43772024-12-21T03:08:57.592Z[ recovery-image] Dec 21 03:08:55.515 INFO O| Dec 21 03:08:55.515 INFO STEP 10 (remove_files) COMPLETE
43782024-12-21T03:08:57.592Z[ recovery-image] Dec 21 03:08:55.516 INFO O| Dec 21 03:08:55.516 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-21T03:08:57.612Z[ recovery-image] Dec 21 03:08:55.535 INFO O| Dec 21 03:08:55.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43802024-12-21T03:08:57.773Z[ host-image] Dec 21 03:08:55.697 INFO O| Dec 21 03:08:55.697 INFO O| Planning: Solver setup ... Done
43812024-12-21T03:08:57.780Z[ host-image] Dec 21 03:08:55.704 INFO O| Dec 21 03:08:55.704 INFO O| Planning: Running solver ... Done
43822024-12-21T03:08:57.870Z[ host-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.793 INFO O| Planning: Finding local manifests ... Done
43832024-12-21T03:08:57.873Z[ host-image] Dec 21 03:08:55.795 INFO O| Dec 21 03:08:55.795 INFO O| Planning: Fetching manifests: 0/5 0% complete
43842024-12-21T03:08:58.171Z[ host-image] Dec 21 03:08:56.096 INFO O| Dec 21 03:08:56.096 INFO O| Planning: Fetching manifests: 5/5 100% complete
43852024-12-21T03:08:58.211Z[ host-image] Dec 21 03:08:56.135 INFO O| Dec 21 03:08:56.135 INFO O| Planning: Package planning ... Done
43862024-12-21T03:08:58.219Z[ host-image] Dec 21 03:08:56.142 INFO O| Dec 21 03:08:56.142 INFO O| Planning: Merging actions ... Done
43872024-12-21T03:08:58.227Z[ recovery-image] Dec 21 03:08:56.150 INFO O| Dec 21 03:08:56.150 INFO STEP 11 (remove_files) COMPLETE
43882024-12-21T03:08:58.227Z[ recovery-image] Dec 21 03:08:56.150 INFO O| Dec 21 03:08:56.150 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-21T03:08:58.259Z[ recovery-image] Dec 21 03:08:56.183 INFO O| Dec 21 03:08:56.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43902024-12-21T03:08:58.277Z[ recovery-image] Dec 21 03:08:56.201 INFO O| Dec 21 03:08:56.201 INFO STEP 12 (remove_files) COMPLETE
43912024-12-21T03:08:58.277Z[ recovery-image] Dec 21 03:08:56.201 INFO O| Dec 21 03:08:56.201 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-21T03:08:58.309Z[ recovery-image] Dec 21 03:08:56.233 INFO O| Dec 21 03:08:56.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43932024-12-21T03:08:58.376Z[ recovery-image] Dec 21 03:08:56.299 INFO O| Dec 21 03:08:56.299 INFO STEP 13 (remove_files) COMPLETE
43942024-12-21T03:08:58.376Z[ recovery-image] Dec 21 03:08:56.299 INFO O| Dec 21 03:08:56.299 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-21T03:08:58.402Z[ host-image] Dec 21 03:08:56.326 INFO O| Dec 21 03:08:56.326 INFO O| Planning: Checking for conflicting actions ... Done
43962024-12-21T03:08:58.405Z[ host-image] Dec 21 03:08:56.328 INFO O| Dec 21 03:08:56.328 INFO O| Planning: Consolidating action changes ... Done
43972024-12-21T03:08:58.438Z[ recovery-image] Dec 21 03:08:56.362 INFO O| Dec 21 03:08:56.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43982024-12-21T03:08:58.441Z[ recovery-image] Dec 21 03:08:56.363 INFO O| Dec 21 03:08:56.363 INFO STEP 14 (remove_files) COMPLETE
43992024-12-21T03:08:58.441Z[ recovery-image] Dec 21 03:08:56.363 INFO O| Dec 21 03:08:56.363 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-21T03:08:58.484Z[ recovery-image] Dec 21 03:08:56.408 INFO O| Dec 21 03:08:56.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44012024-12-21T03:08:58.488Z[ recovery-image] Dec 21 03:08:56.409 INFO O| Dec 21 03:08:56.409 INFO STEP 15 (remove_files) COMPLETE
44022024-12-21T03:08:58.488Z[ recovery-image] Dec 21 03:08:56.409 INFO O| Dec 21 03:08:56.409 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-21T03:08:58.504Z[ recovery-image] Dec 21 03:08:56.429 INFO O| Dec 21 03:08:56.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44042024-12-21T03:08:58.661Z[ recovery-image] Dec 21 03:08:56.585 INFO O| Dec 21 03:08:56.585 INFO STEP 16 (remove_files) COMPLETE
44052024-12-21T03:08:58.661Z[ recovery-image] Dec 21 03:08:56.585 INFO O| Dec 21 03:08:56.585 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-21T03:08:58.694Z[ recovery-image] Dec 21 03:08:56.618 INFO O| Dec 21 03:08:56.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44072024-12-21T03:08:58.696Z[ recovery-image] Dec 21 03:08:56.619 INFO O| Dec 21 03:08:56.618 INFO STEP 17 (remove_files) COMPLETE
44082024-12-21T03:08:58.697Z[ recovery-image] Dec 21 03:08:56.619 INFO O| Dec 21 03:08:56.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-21T03:08:58.715Z[ recovery-image] Dec 21 03:08:56.637 INFO O| Dec 21 03:08:56.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44102024-12-21T03:08:58.718Z[ recovery-image] Dec 21 03:08:56.638 INFO O| Dec 21 03:08:56.637 INFO STEP 18 (remove_files) COMPLETE
44112024-12-21T03:08:58.719Z[ recovery-image] Dec 21 03:08:56.638 INFO O| Dec 21 03:08:56.638 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-21T03:08:58.731Z[ recovery-image] Dec 21 03:08:56.655 INFO O| Dec 21 03:08:56.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44132024-12-21T03:08:58.798Z[ host-image] Dec 21 03:08:56.723 INFO O| Dec 21 03:08:56.723 INFO O| Planning: Evaluating mediators ... Done
44142024-12-21T03:08:58.801Z[ host-image] Dec 21 03:08:56.725 INFO O| Dec 21 03:08:56.725 INFO O| Planning: Planning completed in 6.56 seconds
44152024-12-21T03:08:58.806Z[ host-image] Dec 21 03:08:56.727 INFO O| Dec 21 03:08:56.727 INFO O| Packages to install: 5
44162024-12-21T03:08:58.806Z[ host-image] Dec 21 03:08:56.727 INFO O| Dec 21 03:08:56.727 INFO O| Services to change: 2
44172024-12-21T03:08:58.827Z[ host-image] Dec 21 03:08:56.749 INFO O| Dec 21 03:08:56.749 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
44182024-12-21T03:08:58.956Z[ recovery-image] Dec 21 03:08:56.878 INFO O| Dec 21 03:08:56.878 INFO STEP 19 (remove_files) COMPLETE
44192024-12-21T03:08:58.956Z[ recovery-image] Dec 21 03:08:56.878 INFO O| Dec 21 03:08:56.878 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-21T03:08:58.976Z[ recovery-image] Dec 21 03:08:56.898 INFO O| Dec 21 03:08:56.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44212024-12-21T03:08:58.982Z[ recovery-image] Dec 21 03:08:56.901 INFO O| Dec 21 03:08:56.901 INFO STEP 20 (remove_files) COMPLETE
44222024-12-21T03:08:58.982Z[ recovery-image] Dec 21 03:08:56.901 INFO O| Dec 21 03:08:56.901 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-21T03:08:58.997Z[ recovery-image] Dec 21 03:08:56.920 INFO O| Dec 21 03:08:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44242024-12-21T03:08:59.000Z[ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.922 INFO STEP 21 (remove_files) COMPLETE
44252024-12-21T03:08:59.000Z[ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.922 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-21T03:08:59.017Z[ recovery-image] Dec 21 03:08:56.941 INFO O| Dec 21 03:08:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44272024-12-21T03:08:59.022Z[ recovery-image] Dec 21 03:08:56.946 INFO O| Dec 21 03:08:56.946 INFO STEP 22 (remove_files) COMPLETE
44282024-12-21T03:08:59.022Z[ recovery-image] Dec 21 03:08:56.946 INFO O| Dec 21 03:08:56.946 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-21T03:08:59.042Z[ recovery-image] Dec 21 03:08:56.966 INFO O| Dec 21 03:08:56.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44302024-12-21T03:08:59.063Z[ recovery-image] Dec 21 03:08:56.987 INFO O| Dec 21 03:08:56.987 INFO STEP 23 (remove_files) COMPLETE
44312024-12-21T03:08:59.063Z[ recovery-image] Dec 21 03:08:56.987 INFO O| Dec 21 03:08:56.987 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-21T03:08:59.102Z[ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44332024-12-21T03:08:59.102Z[ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO STEP 24 (remove_files) COMPLETE
44342024-12-21T03:08:59.102Z[ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-21T03:08:59.120Z[ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44362024-12-21T03:08:59.144Z[ recovery-image] Dec 21 03:08:57.068 INFO O| Dec 21 03:08:57.068 INFO STEP 25 (remove_files) COMPLETE
44372024-12-21T03:08:59.144Z[ recovery-image] Dec 21 03:08:57.068 INFO O| Dec 21 03:08:57.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-21T03:08:59.180Z[ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44392024-12-21T03:08:59.183Z[ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO STEP 26 (remove_files) COMPLETE
44402024-12-21T03:08:59.183Z[ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-21T03:08:59.204Z[ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44422024-12-21T03:08:59.204Z[ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO STEP 27 (remove_files) COMPLETE
44432024-12-21T03:08:59.204Z[ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-21T03:08:59.222Z[ recovery-image] Dec 21 03:08:57.146 INFO O| Dec 21 03:08:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44452024-12-21T03:08:59.225Z[ recovery-image] Dec 21 03:08:57.147 INFO O| Dec 21 03:08:57.147 INFO STEP 28 (remove_files) COMPLETE
44462024-12-21T03:08:59.225Z[ recovery-image] Dec 21 03:08:57.147 INFO O| Dec 21 03:08:57.147 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-21T03:08:59.242Z[ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44482024-12-21T03:08:59.245Z[ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO STEP 29 (remove_files) COMPLETE
44492024-12-21T03:08:59.245Z[ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-21T03:08:59.294Z[ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44512024-12-21T03:08:59.294Z[ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.216 INFO STEP 30 (remove_files) COMPLETE
44522024-12-21T03:08:59.294Z[ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.216 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-21T03:08:59.331Z[ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44542024-12-21T03:08:59.331Z[ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO STEP 31 (remove_files) COMPLETE
44552024-12-21T03:08:59.331Z[ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-21T03:08:59.350Z[ recovery-image] Dec 21 03:08:57.274 INFO O| Dec 21 03:08:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44572024-12-21T03:08:59.357Z[ recovery-image] Dec 21 03:08:57.281 INFO O| Dec 21 03:08:57.281 INFO STEP 32 (remove_files) COMPLETE
44582024-12-21T03:08:59.357Z[ recovery-image] Dec 21 03:08:57.281 INFO O| Dec 21 03:08:57.281 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-21T03:08:59.418Z[ recovery-image] Dec 21 03:08:57.342 INFO O| Dec 21 03:08:57.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44602024-12-21T03:08:59.447Z[ recovery-image] Dec 21 03:08:57.371 INFO O| Dec 21 03:08:57.371 INFO STEP 33 (remove_files) COMPLETE
44612024-12-21T03:08:59.447Z[ recovery-image] Dec 21 03:08:57.371 INFO O| Dec 21 03:08:57.371 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-21T03:08:59.508Z[ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44632024-12-21T03:08:59.508Z[ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO STEP 34 (remove_files) COMPLETE
44642024-12-21T03:08:59.508Z[ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-21T03:08:59.527Z[ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44662024-12-21T03:08:59.527Z[ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.450 INFO STEP 35 (remove_files) COMPLETE
44672024-12-21T03:08:59.527Z[ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.450 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-21T03:08:59.545Z[ recovery-image] Dec 21 03:08:57.468 INFO O| Dec 21 03:08:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44692024-12-21T03:08:59.545Z[ recovery-image] Dec 21 03:08:57.469 INFO O| Dec 21 03:08:57.468 INFO STEP 36 (remove_files) COMPLETE
44702024-12-21T03:08:59.545Z[ recovery-image] Dec 21 03:08:57.469 INFO O| Dec 21 03:08:57.469 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-21T03:08:59.562Z[ recovery-image] Dec 21 03:08:57.486 INFO O| Dec 21 03:08:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44722024-12-21T03:08:59.579Z[ recovery-image] Dec 21 03:08:57.503 INFO O| Dec 21 03:08:57.503 INFO STEP 37 (remove_files) COMPLETE
44732024-12-21T03:08:59.579Z[ recovery-image] Dec 21 03:08:57.503 INFO O| Dec 21 03:08:57.503 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-21T03:08:59.635Z[ recovery-image] Dec 21 03:08:57.559 INFO O| Dec 21 03:08:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44752024-12-21T03:08:59.660Z[ recovery-image] Dec 21 03:08:57.583 INFO O| Dec 21 03:08:57.583 INFO STEP 38 (remove_files) COMPLETE
44762024-12-21T03:08:59.660Z[ recovery-image] Dec 21 03:08:57.583 INFO O| Dec 21 03:08:57.583 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-21T03:08:59.694Z[ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44782024-12-21T03:08:59.694Z[ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.617 INFO STEP 39 (remove_files) COMPLETE
44792024-12-21T03:08:59.694Z[ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.617 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-21T03:08:59.731Z[ recovery-image] Dec 21 03:08:57.654 INFO O| Dec 21 03:08:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44812024-12-21T03:08:59.731Z[ recovery-image] Dec 21 03:08:57.655 INFO O| Dec 21 03:08:57.655 INFO STEP 40 (remove_files) COMPLETE
44822024-12-21T03:08:59.731Z[ recovery-image] Dec 21 03:08:57.655 INFO O| Dec 21 03:08:57.655 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-21T03:08:59.750Z[ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44842024-12-21T03:08:59.750Z[ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO STEP 41 (remove_files) COMPLETE
44852024-12-21T03:08:59.750Z[ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-21T03:08:59.768Z[ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44872024-12-21T03:08:59.768Z[ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO STEP 42 (remove_files) COMPLETE
44882024-12-21T03:08:59.768Z[ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-21T03:08:59.786Z[ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44902024-12-21T03:08:59.786Z[ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO STEP 43 (remove_files) COMPLETE
44912024-12-21T03:08:59.791Z[ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-21T03:08:59.804Z[ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44932024-12-21T03:08:59.804Z[ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO STEP 44 (remove_files) COMPLETE
44942024-12-21T03:08:59.809Z[ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-21T03:08:59.838Z[ recovery-image] Dec 21 03:08:57.762 INFO O| Dec 21 03:08:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44962024-12-21T03:08:59.861Z[ recovery-image] Dec 21 03:08:57.784 INFO O| Dec 21 03:08:57.784 INFO STEP 45 (remove_files) COMPLETE
44972024-12-21T03:08:59.861Z[ recovery-image] Dec 21 03:08:57.784 INFO O| Dec 21 03:08:57.784 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-21T03:08:59.921Z[ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44992024-12-21T03:08:59.921Z[ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO STEP 46 (remove_files) COMPLETE
45002024-12-21T03:08:59.921Z[ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-21T03:08:59.940Z[ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45022024-12-21T03:08:59.940Z[ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO STEP 47 (remove_files) COMPLETE
45032024-12-21T03:08:59.943Z[ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-21T03:08:59.960Z[ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45052024-12-21T03:08:59.960Z[ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO STEP 48 (remove_files) COMPLETE
45062024-12-21T03:08:59.969Z[ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-21T03:08:59.977Z[ recovery-image] Dec 21 03:08:57.900 INFO O| Dec 21 03:08:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45082024-12-21T03:08:59.977Z[ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 49 (remove_files) COMPLETE
45092024-12-21T03:08:59.977Z[ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-21T03:09:00.002Z[ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45112024-12-21T03:09:00.002Z[ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO STEP 50 (remove_files) COMPLETE
45122024-12-21T03:09:00.006Z[ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-21T03:09:00.014Z[ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45142024-12-21T03:09:00.014Z[ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO STEP 51 (remove_files) COMPLETE
45152024-12-21T03:09:00.020Z[ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-21T03:09:00.033Z[ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45172024-12-21T03:09:00.033Z[ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO STEP 52 (remove_files) COMPLETE
45182024-12-21T03:09:00.036Z[ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-21T03:09:00.052Z[ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45202024-12-21T03:09:00.052Z[ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO STEP 53 (remove_files) COMPLETE
45212024-12-21T03:09:00.053Z[ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-21T03:09:00.072Z[ recovery-image] Dec 21 03:08:57.995 INFO O| Dec 21 03:08:57.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45232024-12-21T03:09:00.082Z[ recovery-image] Dec 21 03:08:58.005 INFO O| Dec 21 03:08:58.005 INFO STEP 54 (remove_files) COMPLETE
45242024-12-21T03:09:00.082Z[ recovery-image] Dec 21 03:08:58.005 INFO O| Dec 21 03:08:58.005 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-21T03:09:00.100Z[ recovery-image] Dec 21 03:08:58.024 INFO O| Dec 21 03:08:58.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45262024-12-21T03:09:00.119Z[ recovery-image] Dec 21 03:08:58.043 INFO O| Dec 21 03:08:58.043 INFO STEP 55 (remove_files) COMPLETE
45272024-12-21T03:09:00.119Z[ recovery-image] Dec 21 03:08:58.043 INFO O| Dec 21 03:08:58.043 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-21T03:09:00.137Z[ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45292024-12-21T03:09:00.137Z[ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO STEP 56 (remove_files) COMPLETE
45302024-12-21T03:09:00.140Z[ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-21T03:09:00.156Z[ recovery-image] Dec 21 03:08:58.079 INFO O| Dec 21 03:08:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45322024-12-21T03:09:00.171Z[ recovery-image] Dec 21 03:08:58.095 INFO O| Dec 21 03:08:58.095 INFO STEP 57 (remove_files) COMPLETE
45332024-12-21T03:09:00.171Z[ recovery-image] Dec 21 03:08:58.095 INFO O| Dec 21 03:08:58.095 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-21T03:09:00.199Z[ recovery-image] Dec 21 03:08:58.123 INFO O| Dec 21 03:08:58.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45352024-12-21T03:09:00.200Z[ recovery-image] Dec 21 03:08:58.123 INFO O| Dec 21 03:08:58.123 INFO STEP 58 (remove_files) COMPLETE
45362024-12-21T03:09:00.203Z[ recovery-image] Dec 21 03:08:58.124 INFO O| Dec 21 03:08:58.123 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-21T03:09:00.218Z[ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45382024-12-21T03:09:00.218Z[ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO STEP 59 (remove_files) COMPLETE
45392024-12-21T03:09:00.218Z[ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-21T03:09:00.244Z[ recovery-image] Dec 21 03:08:58.168 INFO O| Dec 21 03:08:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45412024-12-21T03:09:00.246Z[ recovery-image] Dec 21 03:08:58.168 INFO O| Dec 21 03:08:58.168 INFO STEP 60 (remove_files) COMPLETE
45422024-12-21T03:09:00.247Z[ recovery-image] Dec 21 03:08:58.169 INFO O| Dec 21 03:08:58.169 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-21T03:09:00.286Z[ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45442024-12-21T03:09:00.289Z[ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 61 (remove_files) COMPLETE
45452024-12-21T03:09:00.290Z[ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-21T03:09:00.308Z[ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45472024-12-21T03:09:00.311Z[ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO STEP 62 (remove_files) COMPLETE
45482024-12-21T03:09:00.311Z[ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-21T03:09:00.368Z[ recovery-image] Dec 21 03:08:58.291 INFO O| Dec 21 03:08:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45502024-12-21T03:09:00.371Z[ recovery-image] Dec 21 03:08:58.292 INFO O| Dec 21 03:08:58.292 INFO STEP 63 (remove_files) COMPLETE
45512024-12-21T03:09:00.372Z[ recovery-image] Dec 21 03:08:58.292 INFO O| Dec 21 03:08:58.292 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-21T03:09:00.387Z[ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45532024-12-21T03:09:00.389Z[ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.311 INFO STEP 64 (remove_files) COMPLETE
45542024-12-21T03:09:00.389Z[ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.311 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-21T03:09:00.405Z[ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45562024-12-21T03:09:00.405Z[ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO STEP 65 (remove_files) COMPLETE
45572024-12-21T03:09:00.410Z[ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-21T03:09:00.540Z[ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45592024-12-21T03:09:00.540Z[ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO STEP 66 (remove_files) COMPLETE
45602024-12-21T03:09:00.544Z[ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-21T03:09:00.560Z[ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45622024-12-21T03:09:00.560Z[ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO STEP 67 (remove_files) COMPLETE
45632024-12-21T03:09:00.565Z[ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-21T03:09:00.581Z[ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45652024-12-21T03:09:00.581Z[ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 68 (remove_files) COMPLETE
45662024-12-21T03:09:00.583Z[ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-21T03:09:00.601Z[ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45682024-12-21T03:09:00.601Z[ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO STEP 69 (remove_files) COMPLETE
45692024-12-21T03:09:00.601Z[ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-21T03:09:00.621Z[ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45712024-12-21T03:09:00.621Z[ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO STEP 70 (remove_files) COMPLETE
45722024-12-21T03:09:00.621Z[ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-21T03:09:00.639Z[ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45742024-12-21T03:09:00.639Z[ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO STEP 71 (remove_files) COMPLETE
45752024-12-21T03:09:00.639Z[ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-21T03:09:00.657Z[ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45772024-12-21T03:09:00.657Z[ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO STEP 72 (remove_files) COMPLETE
45782024-12-21T03:09:00.657Z[ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-21T03:09:00.688Z[ recovery-image] Dec 21 03:08:58.612 INFO O| Dec 21 03:08:58.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45802024-12-21T03:09:00.698Z[ recovery-image] Dec 21 03:08:58.622 INFO O| Dec 21 03:08:58.622 INFO STEP 73 (remove_files) COMPLETE
45812024-12-21T03:09:00.700Z[ recovery-image] Dec 21 03:08:58.622 INFO O| Dec 21 03:08:58.622 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-21T03:09:00.732Z[ recovery-image] Dec 21 03:08:58.656 INFO O| Dec 21 03:08:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45832024-12-21T03:09:00.732Z[ recovery-image] Dec 21 03:08:58.656 INFO O| Dec 21 03:08:58.656 INFO STEP 74 (remove_files) COMPLETE
45842024-12-21T03:09:00.735Z[ recovery-image] Dec 21 03:08:58.657 INFO O| Dec 21 03:08:58.656 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-21T03:09:00.752Z[ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45862024-12-21T03:09:00.756Z[ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.676 INFO STEP 75 (remove_files) COMPLETE
45872024-12-21T03:09:00.756Z[ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.676 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-12-21T03:09:00.759Z[ host-image] Dec 21 03:08:58.681 INFO O| Dec 21 03:08:58.681 INFO O| Download: Completed 1.45 MB in 1.93 seconds (766k/s)
45892024-12-21T03:09:00.832Z[ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45902024-12-21T03:09:00.835Z[ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 76 (remove_files) COMPLETE
45912024-12-21T03:09:00.836Z[ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-21T03:09:00.845Z[ host-image] Dec 21 03:08:58.769 INFO O| Dec 21 03:08:58.769 INFO O| Actions: 1/305 actions (Installing new actions)
45932024-12-21T03:09:00.860Z[ recovery-image] Dec 21 03:08:58.783 INFO O| Dec 21 03:08:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45942024-12-21T03:09:00.878Z[ recovery-image] Dec 21 03:08:58.783 INFO O| Dec 21 03:08:58.783 INFO STEP 77 (remove_files) COMPLETE
45952024-12-21T03:09:00.878Z[ recovery-image] Dec 21 03:08:58.784 INFO O| Dec 21 03:08:58.783 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-21T03:09:00.885Z[ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45972024-12-21T03:09:00.885Z[ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO STEP 78 (remove_files) COMPLETE
45982024-12-21T03:09:00.885Z[ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-21T03:09:00.901Z[ recovery-image] Dec 21 03:08:58.823 INFO O| Dec 21 03:08:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46002024-12-21T03:09:00.901Z[ recovery-image] Dec 21 03:08:58.823 INFO O| Dec 21 03:08:58.823 INFO STEP 79 (remove_files) COMPLETE
46012024-12-21T03:09:00.901Z[ recovery-image] Dec 21 03:08:58.824 INFO O| Dec 21 03:08:58.823 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-21T03:09:00.920Z[ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46032024-12-21T03:09:00.920Z[ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO STEP 80 (remove_files) COMPLETE
46042024-12-21T03:09:00.921Z[ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-21T03:09:00.940Z[ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46062024-12-21T03:09:00.941Z[ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO STEP 81 (remove_files) COMPLETE
46072024-12-21T03:09:00.941Z[ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-21T03:09:00.961Z[ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46092024-12-21T03:09:00.964Z[ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO STEP 82 (remove_files) COMPLETE
46102024-12-21T03:09:00.964Z[ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-21T03:09:00.982Z[ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46122024-12-21T03:09:00.985Z[ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO STEP 83 (remove_files) COMPLETE
46132024-12-21T03:09:00.985Z[ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-21T03:09:01.002Z[ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46152024-12-21T03:09:01.002Z[ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO STEP 84 (remove_files) COMPLETE
46162024-12-21T03:09:01.005Z[ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-21T03:09:01.044Z[ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46182024-12-21T03:09:01.047Z[ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO STEP 85 (remove_files) COMPLETE
46192024-12-21T03:09:01.047Z[ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-21T03:09:01.065Z[ recovery-image] Dec 21 03:08:58.989 INFO O| Dec 21 03:08:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46212024-12-21T03:09:01.084Z[ recovery-image] Dec 21 03:08:59.007 INFO O| Dec 21 03:08:59.007 INFO STEP 86 (remove_files) COMPLETE
46222024-12-21T03:09:01.084Z[ recovery-image] Dec 21 03:08:59.007 INFO O| Dec 21 03:08:59.007 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-21T03:09:01.120Z[ recovery-image] Dec 21 03:08:59.043 INFO O| Dec 21 03:08:59.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46242024-12-21T03:09:01.122Z[ recovery-image] Dec 21 03:08:59.043 INFO O| Dec 21 03:08:59.043 INFO STEP 87 (remove_files) COMPLETE
46252024-12-21T03:09:01.123Z[ recovery-image] Dec 21 03:08:59.044 INFO O| Dec 21 03:08:59.043 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-21T03:09:01.143Z[ host-image] Dec 21 03:08:59.067 INFO O| Dec 21 03:08:59.066 INFO O| Actions: Completed 305 actions in 0.30 seconds.
46272024-12-21T03:09:01.216Z[ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46282024-12-21T03:09:01.217Z[ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.137 INFO STEP 88 (remove_files) COMPLETE
46292024-12-21T03:09:01.217Z[ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.137 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-21T03:09:01.233Z[ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46312024-12-21T03:09:01.233Z[ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO STEP 89 (remove_files) COMPLETE
46322024-12-21T03:09:01.233Z[ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-21T03:09:01.273Z[ recovery-image] Dec 21 03:08:59.196 INFO O| Dec 21 03:08:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46342024-12-21T03:09:01.276Z[ recovery-image] Dec 21 03:08:59.197 INFO O| Dec 21 03:08:59.197 INFO STEP 90 (remove_files) COMPLETE
46352024-12-21T03:09:01.276Z[ recovery-image] Dec 21 03:08:59.197 INFO O| Dec 21 03:08:59.197 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-21T03:09:01.337Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46372024-12-21T03:09:01.337Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 91 (remove_files) COMPLETE
46382024-12-21T03:09:01.342Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-21T03:09:01.358Z[ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46402024-12-21T03:09:01.358Z[ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO STEP 92 (remove_files) COMPLETE
46412024-12-21T03:09:01.361Z[ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-21T03:09:01.396Z[ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46432024-12-21T03:09:01.396Z[ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.301 INFO STEP 93 (remove_files) COMPLETE
46442024-12-21T03:09:01.404Z[ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.301 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-21T03:09:01.410Z[ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46462024-12-21T03:09:01.410Z[ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO STEP 94 (remove_files) COMPLETE
46472024-12-21T03:09:01.410Z[ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-12-21T03:09:01.423Z[ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46492024-12-21T03:09:01.423Z[ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO STEP 95 (remove_files) COMPLETE
46502024-12-21T03:09:01.423Z[ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-21T03:09:01.483Z[ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46522024-12-21T03:09:01.483Z[ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO STEP 96 (remove_files) COMPLETE
46532024-12-21T03:09:01.490Z[ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-21T03:09:01.516Z[ recovery-image] Dec 21 03:08:59.423 INFO O| Dec 21 03:08:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46552024-12-21T03:09:01.517Z[ recovery-image] Dec 21 03:08:59.424 INFO O| Dec 21 03:08:59.423 INFO STEP 97 (remove_files) COMPLETE
46562024-12-21T03:09:01.517Z[ recovery-image] Dec 21 03:08:59.424 INFO O| Dec 21 03:08:59.424 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-21T03:09:01.521Z[ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46582024-12-21T03:09:01.521Z[ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO STEP 98 (remove_files) COMPLETE
46592024-12-21T03:09:01.521Z[ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-21T03:09:01.541Z[ recovery-image] Dec 21 03:08:59.465 INFO O| Dec 21 03:08:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46612024-12-21T03:09:01.557Z[ recovery-image] Dec 21 03:08:59.481 INFO O| Dec 21 03:08:59.481 INFO STEP 99 (remove_files) COMPLETE
46622024-12-21T03:09:01.557Z[ recovery-image] Dec 21 03:08:59.481 INFO O| Dec 21 03:08:59.481 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-21T03:09:01.623Z[ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46642024-12-21T03:09:01.624Z[ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO STEP 100 (remove_files) COMPLETE
46652024-12-21T03:09:01.632Z[ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-21T03:09:01.636Z[ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46672024-12-21T03:09:01.637Z[ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO STEP 101 (remove_files) COMPLETE
46682024-12-21T03:09:01.639Z[ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-12-21T03:09:01.655Z[ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46702024-12-21T03:09:01.655Z[ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO STEP 102 (remove_files) COMPLETE
46712024-12-21T03:09:01.655Z[ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-12-21T03:09:01.671Z[ recovery-image] Dec 21 03:08:59.594 INFO O| Dec 21 03:08:59.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46732024-12-21T03:09:01.686Z[ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 103 (remove_files) COMPLETE
46742024-12-21T03:09:01.686Z[ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-12-21T03:09:01.715Z[ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46762024-12-21T03:09:01.715Z[ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO STEP 104 (remove_files) COMPLETE
46772024-12-21T03:09:01.715Z[ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-21T03:09:01.764Z[ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46792024-12-21T03:09:01.764Z[ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO STEP 105 (remove_files) COMPLETE
46802024-12-21T03:09:01.764Z[ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-12-21T03:09:01.805Z[ recovery-image] Dec 21 03:08:59.729 INFO O| Dec 21 03:08:59.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46822024-12-21T03:09:01.820Z[ recovery-image] Dec 21 03:08:59.743 INFO O| Dec 21 03:08:59.743 INFO STEP 106 (remove_files) COMPLETE
46832024-12-21T03:09:01.820Z[ recovery-image] Dec 21 03:08:59.743 INFO O| Dec 21 03:08:59.743 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-12-21T03:09:01.859Z[ host-image] Dec 21 03:08:59.781 INFO O| Dec 21 03:08:59.781 INFO O| Done
46852024-12-21T03:09:01.860Z[ host-image] Dec 21 03:08:59.781 INFO O| Dec 21 03:08:59.781 INFO O| Done
46862024-12-21T03:09:01.897Z[ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46872024-12-21T03:09:01.897Z[ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.811 INFO STEP 107 (remove_files) COMPLETE
46882024-12-21T03:09:01.901Z[ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.811 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-21T03:09:01.908Z[ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46902024-12-21T03:09:01.908Z[ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO STEP 108 (remove_files) COMPLETE
46912024-12-21T03:09:01.909Z[ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-21T03:09:01.928Z[ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46932024-12-21T03:09:01.928Z[ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.851 INFO STEP 109 (remove_files) COMPLETE
46942024-12-21T03:09:01.928Z[ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.851 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-21T03:09:01.990Z[ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46962024-12-21T03:09:01.990Z[ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO STEP 110 (remove_files) COMPLETE
46972024-12-21T03:09:01.990Z[ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-21T03:09:02.017Z[ recovery-image] Dec 21 03:08:59.940 INFO O| Dec 21 03:08:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46992024-12-21T03:09:02.017Z[ recovery-image] Dec 21 03:08:59.940 INFO O| Dec 21 03:08:59.940 INFO STEP 111 (remove_files) COMPLETE
47002024-12-21T03:09:02.019Z[ recovery-image] Dec 21 03:08:59.941 INFO O| Dec 21 03:08:59.940 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-21T03:09:02.052Z[ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47022024-12-21T03:09:02.052Z[ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO STEP 112 (remove_files) COMPLETE
47032024-12-21T03:09:02.052Z[ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-21T03:09:02.073Z[ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47052024-12-21T03:09:02.074Z[ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO STEP 113 (remove_files) COMPLETE
47062024-12-21T03:09:02.075Z[ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-21T03:09:02.091Z[ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47082024-12-21T03:09:02.091Z[ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO STEP 114 (remove_files) COMPLETE
47092024-12-21T03:09:02.096Z[ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-21T03:09:02.122Z[ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47112024-12-21T03:09:02.122Z[ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO STEP 115 (remove_files) COMPLETE
47122024-12-21T03:09:02.125Z[ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-21T03:09:02.173Z[ recovery-image] Dec 21 03:09:00.096 INFO O| Dec 21 03:09:00.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47142024-12-21T03:09:02.173Z[ recovery-image] Dec 21 03:09:00.096 INFO O| Dec 21 03:09:00.096 INFO STEP 116 (remove_files) COMPLETE
47152024-12-21T03:09:02.177Z[ recovery-image] Dec 21 03:09:00.097 INFO O| Dec 21 03:09:00.096 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-21T03:09:02.192Z[ recovery-image] Dec 21 03:09:00.115 INFO O| Dec 21 03:09:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47172024-12-21T03:09:02.212Z[ recovery-image] Dec 21 03:09:00.116 INFO O| Dec 21 03:09:00.116 INFO STEP 117 (remove_files) COMPLETE
47182024-12-21T03:09:02.212Z[ recovery-image] Dec 21 03:09:00.116 INFO O| Dec 21 03:09:00.116 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-21T03:09:02.223Z[ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47202024-12-21T03:09:02.223Z[ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO STEP 118 (remove_files) COMPLETE
47212024-12-21T03:09:02.223Z[ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-21T03:09:02.234Z[ recovery-image] Dec 21 03:09:00.157 INFO O| Dec 21 03:09:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47232024-12-21T03:09:02.242Z[ recovery-image] Dec 21 03:09:00.158 INFO O| Dec 21 03:09:00.158 INFO STEP 119 (remove_files) COMPLETE
47242024-12-21T03:09:02.242Z[ recovery-image] Dec 21 03:09:00.158 INFO O| Dec 21 03:09:00.158 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-21T03:09:02.277Z[ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47262024-12-21T03:09:02.277Z[ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO STEP 120 (remove_files) COMPLETE
47272024-12-21T03:09:02.277Z[ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-21T03:09:02.322Z[ recovery-image] Dec 21 03:09:00.245 INFO O| Dec 21 03:09:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47292024-12-21T03:09:02.325Z[ recovery-image] Dec 21 03:09:00.246 INFO O| Dec 21 03:09:00.246 INFO STEP 121 (remove_files) COMPLETE
47302024-12-21T03:09:02.325Z[ recovery-image] Dec 21 03:09:00.246 INFO O| Dec 21 03:09:00.246 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-21T03:09:02.343Z[ recovery-image] Dec 21 03:09:00.265 INFO O| Dec 21 03:09:00.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47322024-12-21T03:09:02.346Z[ recovery-image] Dec 21 03:09:00.266 INFO O| Dec 21 03:09:00.266 INFO STEP 122 (remove_files) COMPLETE
47332024-12-21T03:09:02.346Z[ recovery-image] Dec 21 03:09:00.266 INFO O| Dec 21 03:09:00.266 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-21T03:09:02.361Z[ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47352024-12-21T03:09:02.364Z[ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO STEP 123 (remove_files) COMPLETE
47362024-12-21T03:09:02.365Z[ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-21T03:09:02.426Z[ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47382024-12-21T03:09:02.431Z[ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO STEP 124 (remove_files) COMPLETE
47392024-12-21T03:09:02.431Z[ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-21T03:09:02.447Z[ recovery-image] Dec 21 03:09:00.370 INFO O| Dec 21 03:09:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47412024-12-21T03:09:02.450Z[ recovery-image] Dec 21 03:09:00.371 INFO O| Dec 21 03:09:00.371 INFO STEP 125 (remove_files) COMPLETE
47422024-12-21T03:09:02.450Z[ recovery-image] Dec 21 03:09:00.371 INFO O| Dec 21 03:09:00.371 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-21T03:09:02.468Z[ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47442024-12-21T03:09:02.471Z[ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO STEP 126 (remove_files) COMPLETE
47452024-12-21T03:09:02.471Z[ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-21T03:09:02.498Z[ recovery-image] Dec 21 03:09:00.419 INFO O| Dec 21 03:09:00.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47472024-12-21T03:09:02.504Z[ recovery-image] Dec 21 03:09:00.427 INFO O| Dec 21 03:09:00.427 INFO STEP 127 (remove_files) COMPLETE
47482024-12-21T03:09:02.504Z[ recovery-image] Dec 21 03:09:00.427 INFO O| Dec 21 03:09:00.427 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-21T03:09:02.556Z[ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47502024-12-21T03:09:02.556Z[ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO STEP 128 (remove_files) COMPLETE
47512024-12-21T03:09:02.556Z[ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-21T03:09:02.587Z[ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47532024-12-21T03:09:02.587Z[ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO STEP 129 (remove_files) COMPLETE
47542024-12-21T03:09:02.594Z[ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T03:09:02.606Z[ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47562024-12-21T03:09:02.606Z[ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO STEP 130 (remove_files) COMPLETE
47572024-12-21T03:09:02.613Z[ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T03:09:02.651Z[ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47592024-12-21T03:09:02.652Z[ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.571 INFO STEP 131 (remove_files) COMPLETE
47602024-12-21T03:09:02.655Z[ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.571 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-21T03:09:02.686Z[ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47622024-12-21T03:09:02.686Z[ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO STEP 132 (remove_files) COMPLETE
47632024-12-21T03:09:02.687Z[ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-21T03:09:02.747Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47652024-12-21T03:09:02.747Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 133 (remove_files) COMPLETE
47662024-12-21T03:09:02.751Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-21T03:09:02.765Z[ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47682024-12-21T03:09:02.765Z[ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO STEP 134 (remove_files) COMPLETE
47692024-12-21T03:09:02.765Z[ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-21T03:09:02.822Z[ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47712024-12-21T03:09:02.822Z[ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO STEP 135 (remove_files) COMPLETE
47722024-12-21T03:09:02.822Z[ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-21T03:09:02.864Z[ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47742024-12-21T03:09:02.864Z[ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO STEP 136 (remove_files) COMPLETE
47752024-12-21T03:09:02.864Z[ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-21T03:09:02.900Z[ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47772024-12-21T03:09:02.900Z[ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO STEP 137 (remove_files) COMPLETE
47782024-12-21T03:09:02.903Z[ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-21T03:09:02.922Z[ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47802024-12-21T03:09:02.922Z[ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO STEP 138 (remove_files) COMPLETE
47812024-12-21T03:09:02.929Z[ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-21T03:09:02.940Z[ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47832024-12-21T03:09:02.940Z[ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.863 INFO STEP 139 (remove_files) COMPLETE
47842024-12-21T03:09:02.942Z[ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.863 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-21T03:09:02.958Z[ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47862024-12-21T03:09:02.961Z[ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO STEP 140 (remove_files) COMPLETE
47872024-12-21T03:09:02.961Z[ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-21T03:09:02.973Z[ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47892024-12-21T03:09:02.984Z[ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.897 INFO STEP 141 (remove_files) COMPLETE
47902024-12-21T03:09:02.984Z[ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.897 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-21T03:09:02.992Z[ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47922024-12-21T03:09:02.995Z[ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.916 INFO STEP 142 (remove_files) COMPLETE
47932024-12-21T03:09:02.995Z[ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.916 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-21T03:09:03.017Z[ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47952024-12-21T03:09:03.020Z[ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO STEP 143 (remove_files) COMPLETE
47962024-12-21T03:09:03.020Z[ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-21T03:09:03.038Z[ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47982024-12-21T03:09:03.041Z[ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.959 INFO STEP 144 (remove_files) COMPLETE
47992024-12-21T03:09:03.042Z[ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.959 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-21T03:09:03.054Z[ recovery-image] Dec 21 03:09:00.977 INFO O| Dec 21 03:09:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48012024-12-21T03:09:03.074Z[ recovery-image] Dec 21 03:09:00.997 INFO O| Dec 21 03:09:00.997 INFO STEP 145 (remove_files) COMPLETE
48022024-12-21T03:09:03.074Z[ recovery-image] Dec 21 03:09:00.997 INFO O| Dec 21 03:09:00.997 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-21T03:09:03.124Z[ host-image] Dec 21 03:09:01.047 INFO O| Dec 21 03:09:01.046 INFO O| Done
48042024-12-21T03:09:03.133Z[ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48052024-12-21T03:09:03.138Z[ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO STEP 146 (remove_files) COMPLETE
48062024-12-21T03:09:03.138Z[ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-21T03:09:03.157Z[ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48082024-12-21T03:09:03.160Z[ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO STEP 147 (remove_files) COMPLETE
48092024-12-21T03:09:03.160Z[ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-21T03:09:03.177Z[ recovery-image] Dec 21 03:09:01.100 INFO O| Dec 21 03:09:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48112024-12-21T03:09:03.197Z[ recovery-image] Dec 21 03:09:01.119 INFO O| Dec 21 03:09:01.119 INFO STEP 148 (remove_files) COMPLETE
48122024-12-21T03:09:03.197Z[ recovery-image] Dec 21 03:09:01.119 INFO O| Dec 21 03:09:01.119 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-21T03:09:03.232Z[ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48142024-12-21T03:09:03.232Z[ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO STEP 149 (remove_files) COMPLETE
48152024-12-21T03:09:03.232Z[ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-21T03:09:03.266Z[ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48172024-12-21T03:09:03.267Z[ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO STEP 150 (remove_files) COMPLETE
48182024-12-21T03:09:03.267Z[ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-21T03:09:03.337Z[ recovery-image] Dec 21 03:09:01.230 INFO O| Dec 21 03:09:01.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48202024-12-21T03:09:03.349Z[ recovery-image] Dec 21 03:09:01.230 INFO O| Dec 21 03:09:01.230 INFO STEP 151 (remove_files) COMPLETE
48212024-12-21T03:09:03.349Z[ recovery-image] Dec 21 03:09:01.231 INFO O| Dec 21 03:09:01.230 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-21T03:09:03.349Z[ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48232024-12-21T03:09:03.349Z[ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO STEP 152 (remove_files) COMPLETE
48242024-12-21T03:09:03.349Z[ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-21T03:09:03.353Z[ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48262024-12-21T03:09:03.353Z[ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO STEP 153 (remove_files) COMPLETE
48272024-12-21T03:09:03.353Z[ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-21T03:09:03.373Z[ recovery-image] Dec 21 03:09:01.293 INFO O| Dec 21 03:09:01.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48292024-12-21T03:09:03.373Z[ recovery-image] Dec 21 03:09:01.294 INFO O| Dec 21 03:09:01.294 INFO STEP 154 (remove_files) COMPLETE
48302024-12-21T03:09:03.378Z[ recovery-image] Dec 21 03:09:01.294 INFO O| Dec 21 03:09:01.294 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-21T03:09:03.389Z[ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48322024-12-21T03:09:03.390Z[ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO STEP 155 (remove_files) COMPLETE
48332024-12-21T03:09:03.396Z[ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-21T03:09:03.425Z[ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48352024-12-21T03:09:03.425Z[ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO STEP 156 (remove_files) COMPLETE
48362024-12-21T03:09:03.429Z[ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-21T03:09:03.459Z[ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48382024-12-21T03:09:03.459Z[ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO STEP 157 (remove_files) COMPLETE
48392024-12-21T03:09:03.459Z[ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-21T03:09:03.495Z[ recovery-image] Dec 21 03:09:01.419 INFO O| Dec 21 03:09:01.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48412024-12-21T03:09:03.498Z[ recovery-image] Dec 21 03:09:01.420 INFO O| Dec 21 03:09:01.419 INFO STEP 158 (remove_files) COMPLETE
48422024-12-21T03:09:03.499Z[ recovery-image] Dec 21 03:09:01.420 INFO O| Dec 21 03:09:01.420 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-21T03:09:03.554Z[ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48442024-12-21T03:09:03.554Z[ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO STEP 159 (remove_files) COMPLETE
48452024-12-21T03:09:03.554Z[ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-21T03:09:03.573Z[ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48472024-12-21T03:09:03.574Z[ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO STEP 160 (remove_files) COMPLETE
48482024-12-21T03:09:03.579Z[ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-21T03:09:03.610Z[ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48502024-12-21T03:09:03.610Z[ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO STEP 161 (remove_files) COMPLETE
48512024-12-21T03:09:03.613Z[ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-21T03:09:03.630Z[ recovery-image] Dec 21 03:09:01.550 INFO O| Dec 21 03:09:01.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48532024-12-21T03:09:03.630Z[ recovery-image] Dec 21 03:09:01.550 INFO O| Dec 21 03:09:01.550 INFO STEP 162 (remove_files) COMPLETE
48542024-12-21T03:09:03.630Z[ recovery-image] Dec 21 03:09:01.551 INFO O| Dec 21 03:09:01.550 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-21T03:09:03.665Z[ recovery-image] Dec 21 03:09:01.588 INFO O| Dec 21 03:09:01.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48562024-12-21T03:09:03.668Z[ recovery-image] Dec 21 03:09:01.589 INFO O| Dec 21 03:09:01.589 INFO STEP 163 (remove_files) COMPLETE
48572024-12-21T03:09:03.668Z[ recovery-image] Dec 21 03:09:01.589 INFO O| Dec 21 03:09:01.589 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-21T03:09:03.685Z[ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48592024-12-21T03:09:03.687Z[ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO STEP 164 (remove_files) COMPLETE
48602024-12-21T03:09:03.688Z[ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-21T03:09:03.727Z[ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48622024-12-21T03:09:03.730Z[ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO STEP 165 (remove_files) COMPLETE
48632024-12-21T03:09:03.730Z[ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-21T03:09:03.792Z[ recovery-image] Dec 21 03:09:01.714 INFO O| Dec 21 03:09:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48652024-12-21T03:09:03.798Z[ recovery-image] Dec 21 03:09:01.720 INFO O| Dec 21 03:09:01.720 INFO STEP 166 (remove_files) COMPLETE
48662024-12-21T03:09:03.798Z[ recovery-image] Dec 21 03:09:01.720 INFO O| Dec 21 03:09:01.720 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-21T03:09:03.818Z[ recovery-image] Dec 21 03:09:01.741 INFO O| Dec 21 03:09:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48682024-12-21T03:09:03.823Z[ recovery-image] Dec 21 03:09:01.742 INFO O| Dec 21 03:09:01.741 INFO STEP 167 (remove_files) COMPLETE
48692024-12-21T03:09:03.823Z[ recovery-image] Dec 21 03:09:01.742 INFO O| Dec 21 03:09:01.742 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-21T03:09:03.841Z[ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48712024-12-21T03:09:03.844Z[ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO STEP 168 (remove_files) COMPLETE
48722024-12-21T03:09:03.844Z[ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-21T03:09:03.860Z[ recovery-image] Dec 21 03:09:01.782 INFO O| Dec 21 03:09:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48742024-12-21T03:09:03.863Z[ recovery-image] Dec 21 03:09:01.783 INFO O| Dec 21 03:09:01.782 INFO STEP 169 (remove_files) COMPLETE
48752024-12-21T03:09:03.863Z[ recovery-image] Dec 21 03:09:01.783 INFO O| Dec 21 03:09:01.783 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-21T03:09:03.911Z[ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48772024-12-21T03:09:03.914Z[ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO STEP 170 (remove_files) COMPLETE
48782024-12-21T03:09:03.914Z[ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-21T03:09:03.931Z[ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48802024-12-21T03:09:03.935Z[ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO STEP 171 (remove_files) COMPLETE
48812024-12-21T03:09:03.935Z[ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-21T03:09:03.949Z[ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48832024-12-21T03:09:03.952Z[ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO STEP 172 (remove_files) COMPLETE
48842024-12-21T03:09:03.952Z[ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-21T03:09:03.973Z[ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48862024-12-21T03:09:03.977Z[ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO STEP 173 (remove_files) COMPLETE
48872024-12-21T03:09:03.977Z[ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-21T03:09:03.988Z[ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48892024-12-21T03:09:04.004Z[ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO STEP 174 (remove_files) COMPLETE
48902024-12-21T03:09:04.004Z[ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-21T03:09:04.015Z[ recovery-image] Dec 21 03:09:01.937 INFO O| Dec 21 03:09:01.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48922024-12-21T03:09:04.020Z[ recovery-image] Dec 21 03:09:01.938 INFO O| Dec 21 03:09:01.937 INFO STEP 175 (remove_files) COMPLETE
48932024-12-21T03:09:04.020Z[ recovery-image] Dec 21 03:09:01.938 INFO O| Dec 21 03:09:01.938 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-21T03:09:04.035Z[ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48952024-12-21T03:09:04.038Z[ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO STEP 176 (remove_files) COMPLETE
48962024-12-21T03:09:04.038Z[ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-21T03:09:04.073Z[ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48982024-12-21T03:09:04.073Z[ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO STEP 177 (remove_files) COMPLETE
48992024-12-21T03:09:04.076Z[ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-21T03:09:04.141Z[ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49012024-12-21T03:09:04.141Z[ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO STEP 178 (remove_files) COMPLETE
49022024-12-21T03:09:04.141Z[ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-21T03:09:04.198Z[ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49042024-12-21T03:09:04.199Z[ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO STEP 179 (remove_files) COMPLETE
49052024-12-21T03:09:04.204Z[ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-21T03:09:04.217Z[ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49072024-12-21T03:09:04.217Z[ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO STEP 180 (remove_files) COMPLETE
49082024-12-21T03:09:04.218Z[ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-21T03:09:04.245Z[ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49102024-12-21T03:09:04.245Z[ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.168 INFO STEP 181 (remove_files) COMPLETE
49112024-12-21T03:09:04.252Z[ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.168 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-21T03:09:04.285Z[ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49132024-12-21T03:09:04.285Z[ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO STEP 182 (remove_files) COMPLETE
49142024-12-21T03:09:04.285Z[ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-21T03:09:04.327Z[ recovery-image] Dec 21 03:09:02.225 INFO O| Dec 21 03:09:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49162024-12-21T03:09:04.347Z[ recovery-image] Dec 21 03:09:02.251 INFO O| Dec 21 03:09:02.251 INFO STEP 183 (remove_files) COMPLETE
49172024-12-21T03:09:04.347Z[ recovery-image] Dec 21 03:09:02.251 INFO O| Dec 21 03:09:02.251 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-21T03:09:04.352Z[ recovery-image] Dec 21 03:09:02.271 INFO O| Dec 21 03:09:02.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49192024-12-21T03:09:04.353Z[ recovery-image] Dec 21 03:09:02.272 INFO O| Dec 21 03:09:02.271 INFO STEP 184 (remove_files) COMPLETE
49202024-12-21T03:09:04.353Z[ recovery-image] Dec 21 03:09:02.272 INFO O| Dec 21 03:09:02.271 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-21T03:09:04.368Z[ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49222024-12-21T03:09:04.368Z[ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO STEP 185 (remove_files) COMPLETE
49232024-12-21T03:09:04.371Z[ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-21T03:09:04.386Z[ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49252024-12-21T03:09:04.386Z[ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO STEP 186 (remove_files) COMPLETE
49262024-12-21T03:09:04.386Z[ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-21T03:09:04.405Z[ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49282024-12-21T03:09:04.405Z[ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO STEP 187 (remove_files) COMPLETE
49292024-12-21T03:09:04.405Z[ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-21T03:09:04.427Z[ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49312024-12-21T03:09:04.427Z[ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.347 INFO STEP 188 (remove_files) COMPLETE
49322024-12-21T03:09:04.430Z[ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.347 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-21T03:09:04.448Z[ recovery-image] Dec 21 03:09:02.370 INFO O| Dec 21 03:09:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49342024-12-21T03:09:04.451Z[ recovery-image] Dec 21 03:09:02.370 INFO O| Dec 21 03:09:02.370 INFO STEP 189 (remove_files) COMPLETE
49352024-12-21T03:09:04.451Z[ recovery-image] Dec 21 03:09:02.371 INFO O| Dec 21 03:09:02.370 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-21T03:09:04.489Z[ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49372024-12-21T03:09:04.498Z[ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO STEP 190 (remove_files) COMPLETE
49382024-12-21T03:09:04.498Z[ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-21T03:09:04.510Z[ recovery-image] Dec 21 03:09:02.432 INFO O| Dec 21 03:09:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49402024-12-21T03:09:04.514Z[ recovery-image] Dec 21 03:09:02.433 INFO O| Dec 21 03:09:02.433 INFO STEP 191 (remove_files) COMPLETE
49412024-12-21T03:09:04.514Z[ recovery-image] Dec 21 03:09:02.433 INFO O| Dec 21 03:09:02.433 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-21T03:09:04.540Z[ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49432024-12-21T03:09:04.543Z[ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO STEP 192 (remove_files) COMPLETE
49442024-12-21T03:09:04.543Z[ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-21T03:09:04.560Z[ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49462024-12-21T03:09:04.563Z[ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO STEP 193 (remove_files) COMPLETE
49472024-12-21T03:09:04.563Z[ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-21T03:09:04.581Z[ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49492024-12-21T03:09:04.581Z[ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO STEP 194 (remove_files) COMPLETE
49502024-12-21T03:09:04.581Z[ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-21T03:09:04.603Z[ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49522024-12-21T03:09:04.607Z[ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO STEP 195 (remove_files) COMPLETE
49532024-12-21T03:09:04.607Z[ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-21T03:09:04.621Z[ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49552024-12-21T03:09:04.625Z[ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.544 INFO STEP 196 (remove_files) COMPLETE
49562024-12-21T03:09:04.625Z[ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.544 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-21T03:09:04.640Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49582024-12-21T03:09:04.640Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 197 (remove_files) COMPLETE
49592024-12-21T03:09:04.640Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-21T03:09:04.658Z[ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49612024-12-21T03:09:04.658Z[ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO STEP 198 (remove_files) COMPLETE
49622024-12-21T03:09:04.658Z[ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-21T03:09:04.693Z[ recovery-image] Dec 21 03:09:02.609 INFO O| Dec 21 03:09:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49642024-12-21T03:09:04.698Z[ recovery-image] Dec 21 03:09:02.609 INFO O| Dec 21 03:09:02.609 INFO STEP 199 (remove_files) COMPLETE
49652024-12-21T03:09:04.698Z[ recovery-image] Dec 21 03:09:02.610 INFO O| Dec 21 03:09:02.610 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-21T03:09:04.730Z[ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49672024-12-21T03:09:04.730Z[ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO STEP 200 (remove_files) COMPLETE
49682024-12-21T03:09:04.730Z[ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-21T03:09:04.768Z[ recovery-image] Dec 21 03:09:02.691 INFO O| Dec 21 03:09:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49702024-12-21T03:09:04.771Z[ recovery-image] Dec 21 03:09:02.691 INFO O| Dec 21 03:09:02.691 INFO STEP 201 (remove_files) COMPLETE
49712024-12-21T03:09:04.771Z[ recovery-image] Dec 21 03:09:02.692 INFO O| Dec 21 03:09:02.691 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-21T03:09:04.810Z[ recovery-image] Dec 21 03:09:02.731 INFO O| Dec 21 03:09:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49732024-12-21T03:09:04.810Z[ recovery-image] Dec 21 03:09:02.732 INFO O| Dec 21 03:09:02.731 INFO STEP 202 (remove_files) COMPLETE
49742024-12-21T03:09:04.813Z[ recovery-image] Dec 21 03:09:02.732 INFO O| Dec 21 03:09:02.732 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-21T03:09:04.835Z[ recovery-image] Dec 21 03:09:02.756 INFO O| Dec 21 03:09:02.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49762024-12-21T03:09:04.839Z[ recovery-image] Dec 21 03:09:02.756 INFO O| Dec 21 03:09:02.756 INFO STEP 203 (remove_files) COMPLETE
49772024-12-21T03:09:04.840Z[ recovery-image] Dec 21 03:09:02.757 INFO O| Dec 21 03:09:02.757 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-21T03:09:04.854Z[ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49792024-12-21T03:09:04.862Z[ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO STEP 204 (remove_files) COMPLETE
49802024-12-21T03:09:04.863Z[ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-21T03:09:04.910Z[ recovery-image] Dec 21 03:09:02.832 INFO O| Dec 21 03:09:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49822024-12-21T03:09:04.913Z[ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 205 (remove_files) COMPLETE
49832024-12-21T03:09:04.913Z[ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-21T03:09:04.930Z[ recovery-image] Dec 21 03:09:02.852 INFO O| Dec 21 03:09:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49852024-12-21T03:09:04.933Z[ recovery-image] Dec 21 03:09:02.852 INFO O| Dec 21 03:09:02.852 INFO STEP 206 (remove_files) COMPLETE
49862024-12-21T03:09:04.934Z[ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.852 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-21T03:09:04.948Z[ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49882024-12-21T03:09:04.951Z[ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO STEP 207 (remove_files) COMPLETE
49892024-12-21T03:09:04.951Z[ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-21T03:09:04.967Z[ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49912024-12-21T03:09:04.971Z[ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO STEP 208 (remove_files) COMPLETE
49922024-12-21T03:09:04.971Z[ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-21T03:09:04.996Z[ recovery-image] Dec 21 03:09:02.918 INFO O| Dec 21 03:09:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49942024-12-21T03:09:04.999Z[ recovery-image] Dec 21 03:09:02.918 INFO O| Dec 21 03:09:02.918 INFO STEP 209 (remove_files) COMPLETE
49952024-12-21T03:09:04.999Z[ recovery-image] Dec 21 03:09:02.919 INFO O| Dec 21 03:09:02.918 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-21T03:09:05.016Z[ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49972024-12-21T03:09:05.019Z[ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO STEP 210 (remove_files) COMPLETE
49982024-12-21T03:09:05.019Z[ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-21T03:09:05.036Z[ recovery-image] Dec 21 03:09:02.958 INFO O| Dec 21 03:09:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50002024-12-21T03:09:05.040Z[ recovery-image] Dec 21 03:09:02.959 INFO O| Dec 21 03:09:02.959 INFO STEP 211 (remove_files) COMPLETE
50012024-12-21T03:09:05.040Z[ recovery-image] Dec 21 03:09:02.959 INFO O| Dec 21 03:09:02.959 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-21T03:09:05.054Z[ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50032024-12-21T03:09:05.061Z[ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO STEP 212 (remove_files) COMPLETE
50042024-12-21T03:09:05.061Z[ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-21T03:09:05.104Z[ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50062024-12-21T03:09:05.104Z[ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO STEP 213 (remove_files) COMPLETE
50072024-12-21T03:09:05.111Z[ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-21T03:09:05.132Z[ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50092024-12-21T03:09:05.140Z[ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO STEP 214 (remove_files) COMPLETE
50102024-12-21T03:09:05.140Z[ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-21T03:09:05.159Z[ recovery-image] Dec 21 03:09:03.078 INFO O| Dec 21 03:09:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50122024-12-21T03:09:05.165Z[ recovery-image] Dec 21 03:09:03.078 INFO O| Dec 21 03:09:03.078 INFO STEP 215 (remove_files) COMPLETE
50132024-12-21T03:09:05.165Z[ recovery-image] Dec 21 03:09:03.079 INFO O| Dec 21 03:09:03.078 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-21T03:09:05.175Z[ recovery-image] Dec 21 03:09:03.098 INFO O| Dec 21 03:09:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50152024-12-21T03:09:05.181Z[ recovery-image] Dec 21 03:09:03.098 INFO O| Dec 21 03:09:03.098 INFO STEP 216 (remove_files) COMPLETE
50162024-12-21T03:09:05.182Z[ recovery-image] Dec 21 03:09:03.099 INFO O| Dec 21 03:09:03.098 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-21T03:09:05.194Z[ recovery-image] Dec 21 03:09:03.116 INFO O| Dec 21 03:09:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50182024-12-21T03:09:05.197Z[ recovery-image] Dec 21 03:09:03.117 INFO O| Dec 21 03:09:03.116 INFO STEP 217 (remove_files) COMPLETE
50192024-12-21T03:09:05.197Z[ recovery-image] Dec 21 03:09:03.117 INFO O| Dec 21 03:09:03.117 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-21T03:09:05.212Z[ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50212024-12-21T03:09:05.212Z[ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO STEP 218 (remove_files) COMPLETE
50222024-12-21T03:09:05.212Z[ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-21T03:09:05.244Z[ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50242024-12-21T03:09:05.244Z[ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO STEP 219 (remove_files) COMPLETE
50252024-12-21T03:09:05.244Z[ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-21T03:09:05.284Z[ recovery-image] Dec 21 03:09:03.206 INFO O| Dec 21 03:09:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50272024-12-21T03:09:05.286Z[ recovery-image] Dec 21 03:09:03.206 INFO O| Dec 21 03:09:03.206 INFO STEP 220 (remove_files) COMPLETE
50282024-12-21T03:09:05.286Z[ recovery-image] Dec 21 03:09:03.207 INFO O| Dec 21 03:09:03.207 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T03:09:05.384Z[ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50302024-12-21T03:09:05.384Z[ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO STEP 221 (remove_files) COMPLETE
50312024-12-21T03:09:05.384Z[ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-21T03:09:05.444Z[ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50332024-12-21T03:09:05.444Z[ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO STEP 222 (remove_files) COMPLETE
50342024-12-21T03:09:05.444Z[ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T03:09:05.468Z[ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50362024-12-21T03:09:05.469Z[ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO STEP 223 (remove_files) COMPLETE
50372024-12-21T03:09:05.469Z[ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T03:09:05.501Z[ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50392024-12-21T03:09:05.501Z[ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.424 INFO STEP 224 (remove_files) COMPLETE
50402024-12-21T03:09:05.501Z[ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.424 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-21T03:09:05.562Z[ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50422024-12-21T03:09:05.562Z[ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO STEP 225 (remove_files) COMPLETE
50432024-12-21T03:09:05.562Z[ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-21T03:09:05.580Z[ recovery-image] Dec 21 03:09:03.502 INFO O| Dec 21 03:09:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50452024-12-21T03:09:05.580Z[ recovery-image] Dec 21 03:09:03.503 INFO O| Dec 21 03:09:03.502 INFO STEP 226 (remove_files) COMPLETE
50462024-12-21T03:09:05.580Z[ recovery-image] Dec 21 03:09:03.503 INFO O| Dec 21 03:09:03.502 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T03:09:05.599Z[ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50482024-12-21T03:09:05.603Z[ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.521 INFO STEP 227 (remove_files) COMPLETE
50492024-12-21T03:09:05.603Z[ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.521 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T03:09:05.625Z[ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50512024-12-21T03:09:05.625Z[ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO STEP 228 (remove_files) COMPLETE
50522024-12-21T03:09:05.625Z[ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T03:09:05.675Z[ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50542024-12-21T03:09:05.675Z[ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO STEP 229 (remove_files) COMPLETE
50552024-12-21T03:09:05.675Z[ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T03:09:05.712Z[ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50572024-12-21T03:09:05.712Z[ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO STEP 230 (remove_files) COMPLETE
50582024-12-21T03:09:05.714Z[ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T03:09:05.729Z[ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50602024-12-21T03:09:05.729Z[ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO STEP 231 (remove_files) COMPLETE
50612024-12-21T03:09:05.729Z[ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T03:09:05.747Z[ host-image] Dec 21 03:09:03.668 INFO O| Dec 21 03:09:03.668 INFO O| Done
50632024-12-21T03:09:05.762Z[ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50642024-12-21T03:09:05.762Z[ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO STEP 232 (remove_files) COMPLETE
50652024-12-21T03:09:05.764Z[ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-21T03:09:05.783Z[ recovery-image] Dec 21 03:09:03.705 INFO O| Dec 21 03:09:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50672024-12-21T03:09:05.804Z[ recovery-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO STEP 233 (remove_files) COMPLETE
50682024-12-21T03:09:05.804Z[ recovery-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-21T03:09:05.804Z[ host-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO O| Done
50702024-12-21T03:09:05.807Z[ host-image] Dec 21 03:09:03.727 INFO O| Dec 21 03:09:03.727 INFO O| Done
50712024-12-21T03:09:05.828Z[ host-image] Dec 21 03:09:03.751 INFO O| Dec 21 03:09:03.751 INFO O| Done
50722024-12-21T03:09:05.866Z[ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50732024-12-21T03:09:05.867Z[ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO STEP 234 (remove_files) COMPLETE
50742024-12-21T03:09:05.867Z[ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-21T03:09:05.908Z[ recovery-image] Dec 21 03:09:03.827 INFO O| Dec 21 03:09:03.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50762024-12-21T03:09:05.908Z[ recovery-image] Dec 21 03:09:03.827 INFO O| Dec 21 03:09:03.827 INFO STEP 235 (remove_files) COMPLETE
50772024-12-21T03:09:05.913Z[ recovery-image] Dec 21 03:09:03.828 INFO O| Dec 21 03:09:03.827 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-21T03:09:05.940Z[ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50792024-12-21T03:09:05.941Z[ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO STEP 236 (remove_files) COMPLETE
50802024-12-21T03:09:05.941Z[ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-21T03:09:05.963Z[ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50822024-12-21T03:09:05.963Z[ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO STEP 237 (remove_files) COMPLETE
50832024-12-21T03:09:05.963Z[ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-21T03:09:06.012Z[ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50852024-12-21T03:09:06.012Z[ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO STEP 238 (remove_files) COMPLETE
50862024-12-21T03:09:06.020Z[ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-21T03:09:06.020Z[ host-image] Dec 21 03:09:03.932 INFO O| Dec 21 03:09:03.932 INFO STEP 12 (pkg_install) COMPLETE
50882024-12-21T03:09:06.020Z[ host-image] Dec 21 03:09:03.932 INFO O| Dec 21 03:09:03.932 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
50892024-12-21T03:09:06.025Z[ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50902024-12-21T03:09:06.025Z[ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO STEP 239 (remove_files) COMPLETE
50912024-12-21T03:09:06.025Z[ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-21T03:09:06.030Z[ host-image] Dec 21 03:09:03.950 INFO O| Dec 21 03:09:03.950 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
50932024-12-21T03:09:06.039Z[ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50942024-12-21T03:09:06.039Z[ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO STEP 240 (remove_files) COMPLETE
50952024-12-21T03:09:06.045Z[ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-21T03:09:06.057Z[ recovery-image] Dec 21 03:09:03.979 INFO O| Dec 21 03:09:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50972024-12-21T03:09:06.057Z[ recovery-image] Dec 21 03:09:03.980 INFO O| Dec 21 03:09:03.980 INFO STEP 241 (remove_files) COMPLETE
50982024-12-21T03:09:06.057Z[ recovery-image] Dec 21 03:09:03.980 INFO O| Dec 21 03:09:03.980 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-21T03:09:06.082Z[ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51002024-12-21T03:09:06.082Z[ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO STEP 242 (remove_files) COMPLETE
51012024-12-21T03:09:06.083Z[ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-21T03:09:06.103Z[ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51032024-12-21T03:09:06.103Z[ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO STEP 243 (remove_files) COMPLETE
51042024-12-21T03:09:06.104Z[ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-21T03:09:06.119Z[ recovery-image] Dec 21 03:09:04.041 INFO O| Dec 21 03:09:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51062024-12-21T03:09:06.121Z[ recovery-image] Dec 21 03:09:04.041 INFO O| Dec 21 03:09:04.041 INFO STEP 244 (remove_files) COMPLETE
51072024-12-21T03:09:06.121Z[ recovery-image] Dec 21 03:09:04.042 INFO O| Dec 21 03:09:04.041 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-21T03:09:06.226Z[ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51092024-12-21T03:09:06.226Z[ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.144 INFO STEP 245 (remove_files) COMPLETE
51102024-12-21T03:09:06.241Z[ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.144 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-21T03:09:06.246Z[ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51122024-12-21T03:09:06.246Z[ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO STEP 246 (remove_files) COMPLETE
51132024-12-21T03:09:06.248Z[ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-21T03:09:06.340Z[ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51152024-12-21T03:09:06.352Z[ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO STEP 247 (remove_files) COMPLETE
51162024-12-21T03:09:06.352Z[ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-21T03:09:06.358Z[ recovery-image] Dec 21 03:09:04.279 INFO O| Dec 21 03:09:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51182024-12-21T03:09:06.362Z[ recovery-image] Dec 21 03:09:04.279 INFO O| Dec 21 03:09:04.279 INFO STEP 248 (remove_files) COMPLETE
51192024-12-21T03:09:06.362Z[ recovery-image] Dec 21 03:09:04.280 INFO O| Dec 21 03:09:04.280 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-21T03:09:06.377Z[ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51212024-12-21T03:09:06.377Z[ recovery-image] Dec 21 03:09:04.299 INFO O| Dec 21 03:09:04.299 INFO STEP 249 (remove_files) COMPLETE
51222024-12-21T03:09:06.377Z[ recovery-image] Dec 21 03:09:04.299 INFO O| Dec 21 03:09:04.299 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-21T03:09:06.394Z[ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51242024-12-21T03:09:06.398Z[ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO STEP 250 (remove_files) COMPLETE
51252024-12-21T03:09:06.399Z[ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-21T03:09:06.415Z[ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51272024-12-21T03:09:06.417Z[ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO STEP 251 (remove_files) COMPLETE
51282024-12-21T03:09:06.417Z[ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-21T03:09:06.454Z[ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51302024-12-21T03:09:06.457Z[ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO STEP 252 (remove_files) COMPLETE
51312024-12-21T03:09:06.457Z[ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-21T03:09:06.538Z[ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51332024-12-21T03:09:06.538Z[ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO STEP 253 (remove_files) COMPLETE
51342024-12-21T03:09:06.538Z[ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-21T03:09:06.588Z[ recovery-image] Dec 21 03:09:04.498 INFO O| Dec 21 03:09:04.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51362024-12-21T03:09:06.591Z[ recovery-image] Dec 21 03:09:04.498 INFO O| Dec 21 03:09:04.498 INFO STEP 254 (remove_files) COMPLETE
51372024-12-21T03:09:06.591Z[ recovery-image] Dec 21 03:09:04.499 INFO O| Dec 21 03:09:04.498 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-21T03:09:06.596Z[ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51392024-12-21T03:09:06.596Z[ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO STEP 255 (remove_files) COMPLETE
51402024-12-21T03:09:06.600Z[ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-21T03:09:06.622Z[ recovery-image] Dec 21 03:09:04.544 INFO O| Dec 21 03:09:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51422024-12-21T03:09:06.626Z[ recovery-image] Dec 21 03:09:04.545 INFO O| Dec 21 03:09:04.545 INFO STEP 256 (remove_files) COMPLETE
51432024-12-21T03:09:06.626Z[ recovery-image] Dec 21 03:09:04.545 INFO O| Dec 21 03:09:04.545 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-21T03:09:06.660Z[ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51452024-12-21T03:09:06.662Z[ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO STEP 257 (remove_files) COMPLETE
51462024-12-21T03:09:06.662Z[ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-21T03:09:06.694Z[ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51482024-12-21T03:09:06.694Z[ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO STEP 258 (remove_files) COMPLETE
51492024-12-21T03:09:06.698Z[ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-21T03:09:06.755Z[ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51512024-12-21T03:09:06.759Z[ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO STEP 259 (remove_files) COMPLETE
51522024-12-21T03:09:06.759Z[ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-21T03:09:06.812Z[ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51542024-12-21T03:09:06.812Z[ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO STEP 260 (remove_files) COMPLETE
51552024-12-21T03:09:06.812Z[ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-21T03:09:06.848Z[ recovery-image] Dec 21 03:09:04.771 INFO O| Dec 21 03:09:04.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51572024-12-21T03:09:06.884Z[ recovery-image] Dec 21 03:09:04.806 INFO O| Dec 21 03:09:04.806 INFO STEP 261 (remove_files) COMPLETE
51582024-12-21T03:09:06.884Z[ recovery-image] Dec 21 03:09:04.806 INFO O| Dec 21 03:09:04.806 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-21T03:09:06.924Z[ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51602024-12-21T03:09:06.924Z[ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO STEP 262 (remove_files) COMPLETE
51612024-12-21T03:09:06.927Z[ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-21T03:09:06.984Z[ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51632024-12-21T03:09:06.984Z[ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.904 INFO STEP 263 (remove_files) COMPLETE
51642024-12-21T03:09:06.984Z[ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.904 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-21T03:09:06.999Z[ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51662024-12-21T03:09:06.999Z[ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO STEP 264 (remove_files) COMPLETE
51672024-12-21T03:09:07.002Z[ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-21T03:09:07.060Z[ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51692024-12-21T03:09:07.060Z[ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO STEP 265 (remove_files) COMPLETE
51702024-12-21T03:09:07.060Z[ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-21T03:09:07.076Z[ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51722024-12-21T03:09:07.077Z[ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO STEP 266 (remove_files) COMPLETE
51732024-12-21T03:09:07.077Z[ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-21T03:09:07.100Z[ recovery-image] Dec 21 03:09:05.021 INFO O| Dec 21 03:09:05.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51752024-12-21T03:09:07.100Z[ recovery-image] Dec 21 03:09:05.021 INFO O| Dec 21 03:09:05.021 INFO STEP 267 (remove_files) COMPLETE
51762024-12-21T03:09:07.100Z[ recovery-image] Dec 21 03:09:05.022 INFO O| Dec 21 03:09:05.021 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-21T03:09:07.132Z[ recovery-image] Dec 21 03:09:05.054 INFO O| Dec 21 03:09:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51782024-12-21T03:09:07.135Z[ recovery-image] Dec 21 03:09:05.054 INFO O| Dec 21 03:09:05.054 INFO STEP 268 (remove_files) COMPLETE
51792024-12-21T03:09:07.135Z[ recovery-image] Dec 21 03:09:05.055 INFO O| Dec 21 03:09:05.054 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-21T03:09:07.152Z[ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51812024-12-21T03:09:07.155Z[ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO STEP 269 (remove_files) COMPLETE
51822024-12-21T03:09:07.155Z[ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-21T03:09:07.182Z[ recovery-image] Dec 21 03:09:05.103 INFO O| Dec 21 03:09:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51842024-12-21T03:09:07.192Z[ recovery-image] Dec 21 03:09:05.103 INFO O| Dec 21 03:09:05.103 INFO STEP 270 (remove_files) COMPLETE
51852024-12-21T03:09:07.192Z[ recovery-image] Dec 21 03:09:05.104 INFO O| Dec 21 03:09:05.103 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-21T03:09:07.206Z[ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51872024-12-21T03:09:07.206Z[ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO STEP 271 (remove_files) COMPLETE
51882024-12-21T03:09:07.207Z[ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-21T03:09:07.221Z[ host-image] Dec 21 03:09:05.141 INFO O| Dec 21 03:09:05.141 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
51902024-12-21T03:09:07.235Z[ recovery-image] Dec 21 03:09:05.157 INFO O| Dec 21 03:09:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51912024-12-21T03:09:07.235Z[ recovery-image] Dec 21 03:09:05.158 INFO O| Dec 21 03:09:05.157 INFO STEP 272 (remove_files) COMPLETE
51922024-12-21T03:09:07.235Z[ recovery-image] Dec 21 03:09:05.158 INFO O| Dec 21 03:09:05.158 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-21T03:09:07.265Z[ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51942024-12-21T03:09:07.265Z[ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO STEP 273 (remove_files) COMPLETE
51952024-12-21T03:09:07.265Z[ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-21T03:09:07.310Z[ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51972024-12-21T03:09:07.310Z[ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO STEP 274 (remove_files) COMPLETE
51982024-12-21T03:09:07.310Z[ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-21T03:09:07.352Z[ recovery-image] Dec 21 03:09:05.273 INFO O| Dec 21 03:09:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52002024-12-21T03:09:07.356Z[ recovery-image] Dec 21 03:09:05.273 INFO O| Dec 21 03:09:05.273 INFO STEP 275 (remove_files) COMPLETE
52012024-12-21T03:09:07.356Z[ recovery-image] Dec 21 03:09:05.274 INFO O| Dec 21 03:09:05.273 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-21T03:09:07.371Z[ recovery-image] Dec 21 03:09:05.293 INFO O| Dec 21 03:09:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52032024-12-21T03:09:07.374Z[ recovery-image] Dec 21 03:09:05.293 INFO O| Dec 21 03:09:05.293 INFO STEP 276 (remove_files) COMPLETE
52042024-12-21T03:09:07.374Z[ recovery-image] Dec 21 03:09:05.294 INFO O| Dec 21 03:09:05.294 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-21T03:09:07.403Z[ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52062024-12-21T03:09:07.407Z[ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO STEP 277 (remove_files) COMPLETE
52072024-12-21T03:09:07.407Z[ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-21T03:09:07.423Z[ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52092024-12-21T03:09:07.423Z[ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO STEP 278 (remove_files) COMPLETE
52102024-12-21T03:09:07.424Z[ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-21T03:09:07.466Z[ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52122024-12-21T03:09:07.466Z[ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO STEP 279 (remove_files) COMPLETE
52132024-12-21T03:09:07.466Z[ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-21T03:09:07.486Z[ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52152024-12-21T03:09:07.486Z[ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO STEP 280 (remove_files) COMPLETE
52162024-12-21T03:09:07.489Z[ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-21T03:09:07.514Z[ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52182024-12-21T03:09:07.514Z[ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO STEP 281 (remove_files) COMPLETE
52192024-12-21T03:09:07.518Z[ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-21T03:09:07.550Z[ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52212024-12-21T03:09:07.550Z[ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO STEP 282 (remove_files) COMPLETE
52222024-12-21T03:09:07.550Z[ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-21T03:09:07.567Z[ recovery-image] Dec 21 03:09:05.488 INFO O| Dec 21 03:09:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52242024-12-21T03:09:07.567Z[ recovery-image] Dec 21 03:09:05.489 INFO O| Dec 21 03:09:05.489 INFO STEP 283 (remove_files) COMPLETE
52252024-12-21T03:09:07.570Z[ recovery-image] Dec 21 03:09:05.489 INFO O| Dec 21 03:09:05.489 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-21T03:09:07.584Z[ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52272024-12-21T03:09:07.584Z[ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO STEP 284 (remove_files) COMPLETE
52282024-12-21T03:09:07.588Z[ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-21T03:09:07.625Z[ recovery-image] Dec 21 03:09:05.547 INFO O| Dec 21 03:09:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52302024-12-21T03:09:07.643Z[ recovery-image] Dec 21 03:09:05.565 INFO O| Dec 21 03:09:05.565 INFO STEP 285 (remove_files) COMPLETE
52312024-12-21T03:09:07.643Z[ recovery-image] Dec 21 03:09:05.565 INFO O| Dec 21 03:09:05.565 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-21T03:09:07.699Z[ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52332024-12-21T03:09:07.699Z[ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO STEP 286 (remove_files) COMPLETE
52342024-12-21T03:09:07.703Z[ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-21T03:09:07.721Z[ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52362024-12-21T03:09:07.721Z[ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO STEP 287 (remove_files) COMPLETE
52372024-12-21T03:09:07.721Z[ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-21T03:09:07.739Z[ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52392024-12-21T03:09:07.739Z[ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO STEP 288 (remove_files) COMPLETE
52402024-12-21T03:09:07.742Z[ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-21T03:09:07.756Z[ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52422024-12-21T03:09:07.762Z[ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.678 INFO STEP 289 (remove_files) COMPLETE
52432024-12-21T03:09:07.762Z[ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.678 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-21T03:09:07.774Z[ recovery-image] Dec 21 03:09:05.696 INFO O| Dec 21 03:09:05.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52452024-12-21T03:09:07.774Z[ recovery-image] Dec 21 03:09:05.697 INFO O| Dec 21 03:09:05.696 INFO STEP 290 (remove_files) COMPLETE
52462024-12-21T03:09:07.777Z[ recovery-image] Dec 21 03:09:05.697 INFO O| Dec 21 03:09:05.697 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-21T03:09:07.794Z[ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52482024-12-21T03:09:07.794Z[ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO STEP 291 (remove_files) COMPLETE
52492024-12-21T03:09:07.794Z[ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-21T03:09:07.814Z[ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52512024-12-21T03:09:07.814Z[ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO STEP 292 (remove_files) COMPLETE
52522024-12-21T03:09:07.816Z[ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-21T03:09:07.847Z[ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52542024-12-21T03:09:07.848Z[ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO STEP 293 (remove_files) COMPLETE
52552024-12-21T03:09:07.860Z[ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-21T03:09:07.869Z[ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52572024-12-21T03:09:07.876Z[ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO STEP 294 (remove_files) COMPLETE
52582024-12-21T03:09:07.876Z[ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-21T03:09:07.904Z[ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52602024-12-21T03:09:07.904Z[ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO STEP 295 (remove_files) COMPLETE
52612024-12-21T03:09:07.904Z[ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-21T03:09:07.936Z[ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52632024-12-21T03:09:07.936Z[ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO STEP 296 (remove_files) COMPLETE
52642024-12-21T03:09:07.936Z[ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-21T03:09:08.085Z[ recovery-image] Dec 21 03:09:06.007 INFO O| Dec 21 03:09:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52662024-12-21T03:09:08.088Z[ recovery-image] Dec 21 03:09:06.007 INFO O| Dec 21 03:09:06.007 INFO STEP 297 (remove_files) COMPLETE
52672024-12-21T03:09:08.089Z[ recovery-image] Dec 21 03:09:06.008 INFO O| Dec 21 03:09:06.007 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.112 INFO O| Dec 21 03:09:06.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52692024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.113 INFO O| Dec 21 03:09:06.113 INFO STEP 298 (remove_files) COMPLETE
52702024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.113 INFO O| Dec 21 03:09:06.113 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52722024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO STEP 299 (remove_files) COMPLETE
52732024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52752024-12-21T03:09:08.260Z[ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO STEP 300 (remove_files) COMPLETE
52762024-12-21T03:09:08.261Z[ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-21T03:09:08.261Z[ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52782024-12-21T03:09:08.261Z[ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO STEP 301 (remove_files) COMPLETE
52792024-12-21T03:09:08.261Z[ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-21T03:09:08.342Z[ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52812024-12-21T03:09:08.342Z[ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO STEP 302 (remove_files) COMPLETE
52822024-12-21T03:09:08.342Z[ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-21T03:09:08.346Z[ recovery-image] Dec 21 03:09:06.265 INFO O| Dec 21 03:09:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52842024-12-21T03:09:08.346Z[ recovery-image] Dec 21 03:09:06.265 INFO O| Dec 21 03:09:06.265 INFO STEP 303 (remove_files) COMPLETE
52852024-12-21T03:09:08.346Z[ recovery-image] Dec 21 03:09:06.266 INFO O| Dec 21 03:09:06.265 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-21T03:09:08.372Z[ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52872024-12-21T03:09:08.372Z[ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO STEP 304 (remove_files) COMPLETE
52882024-12-21T03:09:08.375Z[ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-21T03:09:08.393Z[ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52902024-12-21T03:09:08.393Z[ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO STEP 305 (remove_files) COMPLETE
52912024-12-21T03:09:08.397Z[ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-21T03:09:08.433Z[ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52932024-12-21T03:09:08.433Z[ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO STEP 306 (remove_files) COMPLETE
52942024-12-21T03:09:08.433Z[ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-21T03:09:08.451Z[ recovery-image] Dec 21 03:09:06.370 INFO O| Dec 21 03:09:06.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52962024-12-21T03:09:08.451Z[ recovery-image] Dec 21 03:09:06.371 INFO O| Dec 21 03:09:06.371 INFO STEP 307 (remove_files) COMPLETE
52972024-12-21T03:09:08.451Z[ recovery-image] Dec 21 03:09:06.371 INFO O| Dec 21 03:09:06.371 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-21T03:09:08.466Z[ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52992024-12-21T03:09:08.466Z[ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.389 INFO STEP 308 (remove_files) COMPLETE
53002024-12-21T03:09:08.466Z[ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.389 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-21T03:09:08.485Z[ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53022024-12-21T03:09:08.485Z[ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO STEP 309 (remove_files) COMPLETE
53032024-12-21T03:09:08.488Z[ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-21T03:09:08.583Z[ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53052024-12-21T03:09:08.583Z[ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO STEP 310 (remove_files) COMPLETE
53062024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.476 INFO O| Dec 21 03:09:06.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53082024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.477 INFO O| Dec 21 03:09:06.476 INFO STEP 311 (remove_files) COMPLETE
53092024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.477 INFO O| Dec 21 03:09:06.477 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53112024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO STEP 312 (remove_files) COMPLETE
53122024-12-21T03:09:08.588Z[ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-21T03:09:08.591Z[ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53142024-12-21T03:09:08.591Z[ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO STEP 313 (remove_files) COMPLETE
53152024-12-21T03:09:08.591Z[ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-21T03:09:08.609Z[ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53172024-12-21T03:09:08.609Z[ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO STEP 314 (remove_files) COMPLETE
53182024-12-21T03:09:08.609Z[ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-21T03:09:08.628Z[ recovery-image] Dec 21 03:09:06.549 INFO O| Dec 21 03:09:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53202024-12-21T03:09:08.629Z[ recovery-image] Dec 21 03:09:06.549 INFO O| Dec 21 03:09:06.549 INFO STEP 315 (remove_files) COMPLETE
53212024-12-21T03:09:08.633Z[ recovery-image] Dec 21 03:09:06.550 INFO O| Dec 21 03:09:06.549 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-21T03:09:08.646Z[ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53232024-12-21T03:09:08.648Z[ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO STEP 316 (remove_files) COMPLETE
53242024-12-21T03:09:08.649Z[ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-21T03:09:08.664Z[ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53262024-12-21T03:09:08.669Z[ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO STEP 317 (remove_files) COMPLETE
53272024-12-21T03:09:08.669Z[ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-21T03:09:08.685Z[ recovery-image] Dec 21 03:09:06.604 INFO O| Dec 21 03:09:06.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53292024-12-21T03:09:08.689Z[ recovery-image] Dec 21 03:09:06.604 INFO O| Dec 21 03:09:06.604 INFO STEP 318 (remove_files) COMPLETE
53302024-12-21T03:09:08.689Z[ recovery-image] Dec 21 03:09:06.605 INFO O| Dec 21 03:09:06.604 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-21T03:09:08.701Z[ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53322024-12-21T03:09:08.704Z[ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO STEP 319 (remove_files) COMPLETE
53332024-12-21T03:09:08.704Z[ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-21T03:09:08.720Z[ recovery-image] Dec 21 03:09:06.641 INFO O| Dec 21 03:09:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53352024-12-21T03:09:08.723Z[ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.642 INFO STEP 320 (remove_files) COMPLETE
53362024-12-21T03:09:08.723Z[ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.642 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-21T03:09:08.740Z[ recovery-image] Dec 21 03:09:06.661 INFO O| Dec 21 03:09:06.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53382024-12-21T03:09:08.740Z[ recovery-image] Dec 21 03:09:06.661 INFO O| Dec 21 03:09:06.661 INFO STEP 321 (remove_files) COMPLETE
53392024-12-21T03:09:08.743Z[ recovery-image] Dec 21 03:09:06.662 INFO O| Dec 21 03:09:06.661 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-21T03:09:08.757Z[ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53412024-12-21T03:09:08.760Z[ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.680 INFO STEP 322 (remove_files) COMPLETE
53422024-12-21T03:09:08.760Z[ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.680 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-21T03:09:08.776Z[ recovery-image] Dec 21 03:09:06.697 INFO O| Dec 21 03:09:06.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53442024-12-21T03:09:08.814Z[ recovery-image] Dec 21 03:09:06.720 INFO O| Dec 21 03:09:06.720 INFO STEP 323 (remove_files) COMPLETE
53452024-12-21T03:09:08.814Z[ recovery-image] Dec 21 03:09:06.720 INFO O| Dec 21 03:09:06.720 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-21T03:09:08.817Z[ recovery-image] Dec 21 03:09:06.737 INFO O| Dec 21 03:09:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53472024-12-21T03:09:08.817Z[ recovery-image] Dec 21 03:09:06.737 INFO O| Dec 21 03:09:06.737 INFO STEP 324 (remove_files) COMPLETE
53482024-12-21T03:09:08.817Z[ recovery-image] Dec 21 03:09:06.738 INFO O| Dec 21 03:09:06.737 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-21T03:09:08.832Z[ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53502024-12-21T03:09:08.835Z[ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO STEP 325 (remove_files) COMPLETE
53512024-12-21T03:09:08.835Z[ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-21T03:09:08.861Z[ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53532024-12-21T03:09:08.861Z[ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO STEP 326 (remove_files) COMPLETE
53542024-12-21T03:09:08.861Z[ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-21T03:09:08.881Z[ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53562024-12-21T03:09:08.881Z[ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.803 INFO STEP 327 (remove_files) COMPLETE
53572024-12-21T03:09:08.881Z[ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.803 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-21T03:09:08.925Z[ recovery-image] Dec 21 03:09:06.843 INFO O| Dec 21 03:09:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53592024-12-21T03:09:08.926Z[ recovery-image] Dec 21 03:09:06.844 INFO O| Dec 21 03:09:06.844 INFO STEP 328 (remove_files) COMPLETE
53602024-12-21T03:09:08.926Z[ recovery-image] Dec 21 03:09:06.844 INFO O| Dec 21 03:09:06.844 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-21T03:09:08.946Z[ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53622024-12-21T03:09:08.946Z[ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO STEP 329 (remove_files) COMPLETE
53632024-12-21T03:09:08.946Z[ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53652024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO STEP 330 (remove_files) COMPLETE
53662024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53682024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO STEP 331 (remove_files) COMPLETE
53692024-12-21T03:09:08.982Z[ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-21T03:09:08.996Z[ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53712024-12-21T03:09:08.999Z[ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO STEP 332 (remove_files) COMPLETE
53722024-12-21T03:09:08.999Z[ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-21T03:09:09.016Z[ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53742024-12-21T03:09:09.016Z[ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO STEP 333 (remove_files) COMPLETE
53752024-12-21T03:09:09.022Z[ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-21T03:09:09.033Z[ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53772024-12-21T03:09:09.037Z[ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 334 (remove_files) COMPLETE
53782024-12-21T03:09:09.037Z[ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-21T03:09:09.051Z[ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53802024-12-21T03:09:09.051Z[ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.973 INFO STEP 335 (remove_files) COMPLETE
53812024-12-21T03:09:09.051Z[ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.973 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-21T03:09:09.071Z[ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53832024-12-21T03:09:09.071Z[ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.993 INFO STEP 336 (remove_files) COMPLETE
53842024-12-21T03:09:09.075Z[ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.993 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-21T03:09:09.113Z[ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53862024-12-21T03:09:09.113Z[ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO STEP 337 (remove_files) COMPLETE
53872024-12-21T03:09:09.116Z[ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-21T03:09:09.161Z[ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53892024-12-21T03:09:09.164Z[ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO STEP 338 (remove_files) COMPLETE
53902024-12-21T03:09:09.164Z[ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-21T03:09:09.181Z[ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53922024-12-21T03:09:09.184Z[ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO STEP 339 (remove_files) COMPLETE
53932024-12-21T03:09:09.184Z[ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-21T03:09:09.201Z[ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53952024-12-21T03:09:09.201Z[ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO STEP 340 (remove_files) COMPLETE
53962024-12-21T03:09:09.201Z[ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-21T03:09:09.224Z[ recovery-image] Dec 21 03:09:07.144 INFO O| Dec 21 03:09:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53982024-12-21T03:09:09.234Z[ recovery-image] Dec 21 03:09:07.145 INFO O| Dec 21 03:09:07.145 INFO STEP 341 (remove_files) COMPLETE
53992024-12-21T03:09:09.234Z[ recovery-image] Dec 21 03:09:07.145 INFO O| Dec 21 03:09:07.145 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-21T03:09:09.255Z[ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54012024-12-21T03:09:09.255Z[ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO STEP 342 (remove_files) COMPLETE
54022024-12-21T03:09:09.258Z[ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-21T03:09:09.299Z[ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54042024-12-21T03:09:09.303Z[ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.221 INFO STEP 343 (remove_files) COMPLETE
54052024-12-21T03:09:09.303Z[ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.221 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-21T03:09:09.340Z[ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54072024-12-21T03:09:09.340Z[ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.262 INFO STEP 344 (remove_files) COMPLETE
54082024-12-21T03:09:09.340Z[ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.262 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-21T03:09:09.362Z[ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54102024-12-21T03:09:09.362Z[ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO STEP 345 (remove_files) COMPLETE
54112024-12-21T03:09:09.362Z[ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-21T03:09:09.391Z[ recovery-image] Dec 21 03:09:07.311 INFO O| Dec 21 03:09:07.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54132024-12-21T03:09:09.419Z[ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 346 (remove_files) COMPLETE
54142024-12-21T03:09:09.419Z[ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-21T03:09:09.440Z[ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54162024-12-21T03:09:09.440Z[ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO STEP 347 (remove_files) COMPLETE
54172024-12-21T03:09:09.446Z[ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-21T03:09:09.458Z[ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54192024-12-21T03:09:09.458Z[ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO STEP 348 (remove_files) COMPLETE
54202024-12-21T03:09:09.461Z[ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-21T03:09:09.509Z[ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54222024-12-21T03:09:09.509Z[ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO STEP 349 (remove_files) COMPLETE
54232024-12-21T03:09:09.509Z[ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-21T03:09:09.532Z[ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54252024-12-21T03:09:09.534Z[ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO STEP 350 (remove_files) COMPLETE
54262024-12-21T03:09:09.534Z[ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-21T03:09:09.567Z[ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54282024-12-21T03:09:09.571Z[ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO STEP 351 (remove_files) COMPLETE
54292024-12-21T03:09:09.571Z[ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-21T03:09:09.608Z[ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54312024-12-21T03:09:09.608Z[ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO STEP 352 (remove_files) COMPLETE
54322024-12-21T03:09:09.611Z[ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-21T03:09:09.631Z[ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54342024-12-21T03:09:09.631Z[ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO STEP 353 (remove_files) COMPLETE
54352024-12-21T03:09:09.631Z[ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-21T03:09:09.653Z[ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54372024-12-21T03:09:09.653Z[ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO STEP 354 (remove_files) COMPLETE
54382024-12-21T03:09:09.653Z[ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-21T03:09:09.699Z[ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54402024-12-21T03:09:09.702Z[ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO STEP 355 (remove_files) COMPLETE
54412024-12-21T03:09:09.703Z[ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-12-21T03:09:09.719Z[ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54432024-12-21T03:09:09.722Z[ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.641 INFO STEP 356 (remove_files) COMPLETE
54442024-12-21T03:09:09.722Z[ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.641 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-12-21T03:09:09.781Z[ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54462024-12-21T03:09:09.783Z[ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO STEP 357 (remove_files) COMPLETE
54472024-12-21T03:09:09.784Z[ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-21T03:09:09.800Z[ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54492024-12-21T03:09:09.801Z[ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO STEP 358 (remove_files) COMPLETE
54502024-12-21T03:09:09.803Z[ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-21T03:09:09.820Z[ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54522024-12-21T03:09:09.821Z[ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO STEP 359 (remove_files) COMPLETE
54532024-12-21T03:09:09.823Z[ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-21T03:09:09.840Z[ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54552024-12-21T03:09:09.841Z[ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO STEP 360 (remove_files) COMPLETE
54562024-12-21T03:09:09.841Z[ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-21T03:09:09.879Z[ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54582024-12-21T03:09:09.879Z[ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO STEP 361 (remove_files) COMPLETE
54592024-12-21T03:09:09.879Z[ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-21T03:09:09.894Z[ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54612024-12-21T03:09:09.894Z[ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO STEP 362 (remove_files) COMPLETE
54622024-12-21T03:09:09.894Z[ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-21T03:09:09.916Z[ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54642024-12-21T03:09:09.917Z[ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.837 INFO STEP 363 (remove_files) COMPLETE
54652024-12-21T03:09:09.917Z[ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.837 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-21T03:09:09.951Z[ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54672024-12-21T03:09:09.952Z[ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO STEP 364 (remove_files) COMPLETE
54682024-12-21T03:09:09.955Z[ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-21T03:09:09.989Z[ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54702024-12-21T03:09:09.990Z[ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO STEP 365 (remove_files) COMPLETE
54712024-12-21T03:09:09.990Z[ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-21T03:09:10.025Z[ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54732024-12-21T03:09:10.028Z[ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO STEP 366 (remove_files) COMPLETE
54742024-12-21T03:09:10.028Z[ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-21T03:09:10.054Z[ recovery-image] Dec 21 03:09:07.969 INFO O| Dec 21 03:09:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54762024-12-21T03:09:10.054Z[ recovery-image] Dec 21 03:09:07.970 INFO O| Dec 21 03:09:07.970 INFO STEP 367 (remove_files) COMPLETE
54772024-12-21T03:09:10.054Z[ recovery-image] Dec 21 03:09:07.970 INFO O| Dec 21 03:09:07.970 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-21T03:09:10.070Z[ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54792024-12-21T03:09:10.070Z[ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO STEP 368 (remove_files) COMPLETE
54802024-12-21T03:09:10.070Z[ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-21T03:09:10.094Z[ recovery-image] Dec 21 03:09:08.015 INFO O| Dec 21 03:09:08.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54822024-12-21T03:09:10.097Z[ recovery-image] Dec 21 03:09:08.015 INFO O| Dec 21 03:09:08.015 INFO STEP 369 (remove_files) COMPLETE
54832024-12-21T03:09:10.097Z[ recovery-image] Dec 21 03:09:08.016 INFO O| Dec 21 03:09:08.016 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-21T03:09:10.113Z[ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54852024-12-21T03:09:10.113Z[ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO STEP 370 (remove_files) COMPLETE
54862024-12-21T03:09:10.116Z[ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-21T03:09:10.129Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54882024-12-21T03:09:10.132Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 371 (remove_files) COMPLETE
54892024-12-21T03:09:10.132Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-21T03:09:10.149Z[ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54912024-12-21T03:09:10.153Z[ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO STEP 372 (remove_files) COMPLETE
54922024-12-21T03:09:10.153Z[ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-21T03:09:10.169Z[ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54942024-12-21T03:09:10.179Z[ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.086 INFO STEP 373 (remove_files) COMPLETE
54952024-12-21T03:09:10.179Z[ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.086 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-21T03:09:10.182Z[ recovery-image] Dec 21 03:09:08.102 INFO O| Dec 21 03:09:08.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54972024-12-21T03:09:10.182Z[ recovery-image] Dec 21 03:09:08.103 INFO O| Dec 21 03:09:08.102 INFO STEP 374 (remove_files) COMPLETE
54982024-12-21T03:09:10.182Z[ recovery-image] Dec 21 03:09:08.103 INFO O| Dec 21 03:09:08.103 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-21T03:09:10.198Z[ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55002024-12-21T03:09:10.198Z[ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO STEP 375 (remove_files) COMPLETE
55012024-12-21T03:09:10.201Z[ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-21T03:09:10.228Z[ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55032024-12-21T03:09:10.228Z[ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO STEP 376 (remove_files) COMPLETE
55042024-12-21T03:09:10.228Z[ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-21T03:09:10.248Z[ recovery-image] Dec 21 03:09:08.169 INFO O| Dec 21 03:09:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55062024-12-21T03:09:10.251Z[ recovery-image] Dec 21 03:09:08.169 INFO O| Dec 21 03:09:08.169 INFO STEP 377 (remove_files) COMPLETE
55072024-12-21T03:09:10.251Z[ recovery-image] Dec 21 03:09:08.170 INFO O| Dec 21 03:09:08.170 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-21T03:09:10.293Z[ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55092024-12-21T03:09:10.293Z[ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO STEP 378 (remove_files) COMPLETE
55102024-12-21T03:09:10.296Z[ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-21T03:09:10.314Z[ recovery-image] Dec 21 03:09:08.235 INFO O| Dec 21 03:09:08.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55122024-12-21T03:09:10.327Z[ recovery-image] Dec 21 03:09:08.246 INFO O| Dec 21 03:09:08.246 INFO STEP 379 (remove_files) COMPLETE
55132024-12-21T03:09:10.327Z[ recovery-image] Dec 21 03:09:08.246 INFO O| Dec 21 03:09:08.246 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-21T03:09:10.347Z[ recovery-image] Dec 21 03:09:08.265 INFO O| Dec 21 03:09:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55152024-12-21T03:09:10.364Z[ recovery-image] Dec 21 03:09:08.266 INFO O| Dec 21 03:09:08.265 INFO STEP 380 (remove_files) COMPLETE
55162024-12-21T03:09:10.364Z[ recovery-image] Dec 21 03:09:08.266 INFO O| Dec 21 03:09:08.266 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-21T03:09:10.370Z[ recovery-image] Dec 21 03:09:08.284 INFO O| Dec 21 03:09:08.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55182024-12-21T03:09:10.370Z[ recovery-image] Dec 21 03:09:08.285 INFO O| Dec 21 03:09:08.285 INFO STEP 381 (remove_files) COMPLETE
55192024-12-21T03:09:10.370Z[ recovery-image] Dec 21 03:09:08.285 INFO O| Dec 21 03:09:08.285 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-21T03:09:10.382Z[ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55212024-12-21T03:09:10.387Z[ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.304 INFO STEP 382 (remove_files) COMPLETE
55222024-12-21T03:09:10.387Z[ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.304 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-21T03:09:10.400Z[ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55242024-12-21T03:09:10.403Z[ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO STEP 383 (remove_files) COMPLETE
55252024-12-21T03:09:10.403Z[ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-21T03:09:10.425Z[ recovery-image] Dec 21 03:09:08.345 INFO O| Dec 21 03:09:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55272024-12-21T03:09:10.448Z[ recovery-image] Dec 21 03:09:08.369 INFO O| Dec 21 03:09:08.369 INFO STEP 384 (remove_files) COMPLETE
55282024-12-21T03:09:10.448Z[ recovery-image] Dec 21 03:09:08.369 INFO O| Dec 21 03:09:08.369 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-21T03:09:10.478Z[ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55302024-12-21T03:09:10.478Z[ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO STEP 385 (remove_files) COMPLETE
55312024-12-21T03:09:10.483Z[ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-21T03:09:10.538Z[ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55332024-12-21T03:09:10.538Z[ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO STEP 386 (remove_files) COMPLETE
55342024-12-21T03:09:10.538Z[ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-21T03:09:10.555Z[ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55362024-12-21T03:09:10.556Z[ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO STEP 387 (remove_files) COMPLETE
55372024-12-21T03:09:10.559Z[ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-12-21T03:09:10.613Z[ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55392024-12-21T03:09:10.613Z[ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO STEP 388 (remove_files) COMPLETE
55402024-12-21T03:09:10.618Z[ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-21T03:09:10.636Z[ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55422024-12-21T03:09:10.636Z[ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO STEP 389 (remove_files) COMPLETE
55432024-12-21T03:09:10.639Z[ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-21T03:09:10.694Z[ recovery-image] Dec 21 03:09:08.611 INFO O| Dec 21 03:09:08.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55452024-12-21T03:09:10.714Z[ recovery-image] Dec 21 03:09:08.635 INFO O| Dec 21 03:09:08.635 INFO STEP 390 (remove_files) COMPLETE
55462024-12-21T03:09:10.715Z[ recovery-image] Dec 21 03:09:08.635 INFO O| Dec 21 03:09:08.635 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-21T03:09:10.779Z[ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55482024-12-21T03:09:10.786Z[ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO STEP 391 (remove_files) COMPLETE
55492024-12-21T03:09:10.786Z[ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-21T03:09:10.793Z[ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55512024-12-21T03:09:10.793Z[ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO STEP 392 (remove_files) COMPLETE
55522024-12-21T03:09:10.793Z[ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-21T03:09:10.824Z[ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55542024-12-21T03:09:10.824Z[ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO STEP 393 (remove_files) COMPLETE
55552024-12-21T03:09:10.829Z[ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-21T03:09:10.836Z[ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55572024-12-21T03:09:10.836Z[ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO STEP 394 (remove_files) COMPLETE
55582024-12-21T03:09:10.839Z[ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-21T03:09:10.871Z[ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55602024-12-21T03:09:10.875Z[ recovery-image] Dec 21 03:09:08.793 INFO O| Dec 21 03:09:08.793 INFO STEP 395 (remove_files) COMPLETE
55612024-12-21T03:09:10.875Z[ recovery-image] Dec 21 03:09:08.793 INFO O| Dec 21 03:09:08.793 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-21T03:09:10.888Z[ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55632024-12-21T03:09:10.891Z[ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO STEP 396 (remove_files) COMPLETE
55642024-12-21T03:09:10.891Z[ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-12-21T03:09:10.906Z[ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55662024-12-21T03:09:10.908Z[ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO STEP 397 (remove_files) COMPLETE
55672024-12-21T03:09:10.908Z[ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-12-21T03:09:10.942Z[ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55692024-12-21T03:09:10.942Z[ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO STEP 398 (remove_files) COMPLETE
55702024-12-21T03:09:10.946Z[ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-12-21T03:09:10.962Z[ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55722024-12-21T03:09:10.962Z[ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 399 (remove_files) COMPLETE
55732024-12-21T03:09:10.965Z[ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-21T03:09:10.981Z[ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55752024-12-21T03:09:10.981Z[ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO STEP 400 (remove_files) COMPLETE
55762024-12-21T03:09:10.984Z[ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-21T03:09:10.998Z[ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55782024-12-21T03:09:11.003Z[ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO STEP 401 (remove_files) COMPLETE
55792024-12-21T03:09:11.003Z[ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-21T03:09:11.026Z[ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55812024-12-21T03:09:11.026Z[ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO STEP 402 (remove_files) COMPLETE
55822024-12-21T03:09:11.029Z[ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-21T03:09:11.047Z[ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55842024-12-21T03:09:11.047Z[ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO STEP 403 (remove_files) COMPLETE
55852024-12-21T03:09:11.050Z[ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-21T03:09:11.084Z[ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55872024-12-21T03:09:11.084Z[ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO STEP 404 (remove_files) COMPLETE
55882024-12-21T03:09:11.084Z[ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-21T03:09:11.105Z[ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55902024-12-21T03:09:11.105Z[ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO STEP 405 (remove_files) COMPLETE
55912024-12-21T03:09:11.105Z[ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-21T03:09:11.129Z[ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55932024-12-21T03:09:11.129Z[ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO STEP 406 (remove_files) COMPLETE
55942024-12-21T03:09:11.129Z[ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-21T03:09:11.185Z[ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55962024-12-21T03:09:11.185Z[ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO STEP 407 (remove_files) COMPLETE
55972024-12-21T03:09:11.188Z[ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-21T03:09:11.230Z[ recovery-image] Dec 21 03:09:09.151 INFO O| Dec 21 03:09:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55992024-12-21T03:09:11.230Z[ recovery-image] Dec 21 03:09:09.152 INFO O| Dec 21 03:09:09.152 INFO STEP 408 (remove_files) COMPLETE
56002024-12-21T03:09:11.230Z[ recovery-image] Dec 21 03:09:09.152 INFO O| Dec 21 03:09:09.152 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-21T03:09:11.249Z[ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56022024-12-21T03:09:11.249Z[ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO STEP 409 (remove_files) COMPLETE
56032024-12-21T03:09:11.250Z[ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-21T03:09:11.298Z[ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56052024-12-21T03:09:11.303Z[ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO STEP 410 (remove_files) COMPLETE
56062024-12-21T03:09:11.303Z[ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-21T03:09:11.317Z[ recovery-image] Dec 21 03:09:09.238 INFO O| Dec 21 03:09:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56082024-12-21T03:09:11.320Z[ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 411 (remove_files) COMPLETE
56092024-12-21T03:09:11.320Z[ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-21T03:09:11.338Z[ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56112024-12-21T03:09:11.348Z[ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.259 INFO STEP 412 (remove_files) COMPLETE
56122024-12-21T03:09:11.348Z[ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.259 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-21T03:09:11.382Z[ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56142024-12-21T03:09:11.382Z[ recovery-image] Dec 21 03:09:09.304 INFO O| Dec 21 03:09:09.304 INFO STEP 413 (remove_files) COMPLETE
56152024-12-21T03:09:11.385Z[ recovery-image] Dec 21 03:09:09.304 INFO O| Dec 21 03:09:09.304 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-21T03:09:11.404Z[ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56172024-12-21T03:09:11.405Z[ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO STEP 414 (remove_files) COMPLETE
56182024-12-21T03:09:11.417Z[ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-21T03:09:11.424Z[ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56202024-12-21T03:09:11.424Z[ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO STEP 415 (remove_files) COMPLETE
56212024-12-21T03:09:11.424Z[ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-21T03:09:11.503Z[ recovery-image] Dec 21 03:09:09.403 INFO O| Dec 21 03:09:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56232024-12-21T03:09:11.517Z[ recovery-image] Dec 21 03:09:09.427 INFO O| Dec 21 03:09:09.427 INFO STEP 416 (remove_files) COMPLETE
56242024-12-21T03:09:11.517Z[ recovery-image] Dec 21 03:09:09.427 INFO O| Dec 21 03:09:09.427 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-21T03:09:11.577Z[ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56262024-12-21T03:09:11.582Z[ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO STEP 417 (remove_files) COMPLETE
56272024-12-21T03:09:11.582Z[ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-21T03:09:11.582Z[ host-image] Dec 21 03:09:09.499 INFO O| Dec 21 03:09:09.499 INFO O| Planning: Solver setup ... Done
56292024-12-21T03:09:11.585Z[ host-image] Dec 21 03:09:09.506 INFO O| Dec 21 03:09:09.506 INFO O| Planning: Running solver ... Done
56302024-12-21T03:09:11.593Z[ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56312024-12-21T03:09:11.593Z[ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO STEP 418 (remove_files) COMPLETE
56322024-12-21T03:09:11.593Z[ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-21T03:09:11.641Z[ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56342024-12-21T03:09:11.641Z[ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO STEP 419 (remove_files) COMPLETE
56352024-12-21T03:09:11.647Z[ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-21T03:09:11.688Z[ recovery-image] Dec 21 03:09:09.608 INFO O| Dec 21 03:09:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56372024-12-21T03:09:11.688Z[ recovery-image] Dec 21 03:09:09.608 INFO O| Dec 21 03:09:09.608 INFO STEP 420 (remove_files) COMPLETE
56382024-12-21T03:09:11.688Z[ recovery-image] Dec 21 03:09:09.609 INFO O| Dec 21 03:09:09.608 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-21T03:09:11.691Z[ host-image] Dec 21 03:09:09.612 INFO O| Dec 21 03:09:09.612 INFO O| Planning: Finding local manifests ... Done
56402024-12-21T03:09:11.695Z[ host-image] Dec 21 03:09:09.614 INFO O| Dec 21 03:09:09.614 INFO O| Planning: Fetching manifests: 0/6 0% complete
56412024-12-21T03:09:11.722Z[ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56422024-12-21T03:09:11.722Z[ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO STEP 421 (remove_files) COMPLETE
56432024-12-21T03:09:11.722Z[ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-21T03:09:11.743Z[ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56452024-12-21T03:09:11.743Z[ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO STEP 422 (remove_files) COMPLETE
56462024-12-21T03:09:11.743Z[ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-21T03:09:11.795Z[ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56482024-12-21T03:09:11.795Z[ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO STEP 423 (remove_files) COMPLETE
56492024-12-21T03:09:11.796Z[ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-21T03:09:11.825Z[ recovery-image] Dec 21 03:09:09.746 INFO O| Dec 21 03:09:09.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56512024-12-21T03:09:11.846Z[ recovery-image] Dec 21 03:09:09.767 INFO O| Dec 21 03:09:09.767 INFO STEP 424 (remove_files) COMPLETE
56522024-12-21T03:09:11.846Z[ recovery-image] Dec 21 03:09:09.767 INFO O| Dec 21 03:09:09.767 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-21T03:09:11.878Z[ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56542024-12-21T03:09:11.879Z[ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 425 (remove_files) COMPLETE
56552024-12-21T03:09:11.881Z[ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-21T03:09:11.933Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56572024-12-21T03:09:11.942Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 426 (remove_files) COMPLETE
56582024-12-21T03:09:11.942Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-21T03:09:11.949Z[ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56602024-12-21T03:09:11.949Z[ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO STEP 427 (remove_files) COMPLETE
56612024-12-21T03:09:11.949Z[ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-21T03:09:11.976Z[ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56632024-12-21T03:09:11.976Z[ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO STEP 428 (remove_files) COMPLETE
56642024-12-21T03:09:11.980Z[ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-21T03:09:12.009Z[ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56662024-12-21T03:09:12.009Z[ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.930 INFO STEP 429 (remove_files) COMPLETE
56672024-12-21T03:09:12.009Z[ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.930 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-21T03:09:12.082Z[ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56692024-12-21T03:09:12.082Z[ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.990 INFO STEP 430 (remove_files) COMPLETE
56702024-12-21T03:09:12.087Z[ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.990 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-21T03:09:12.091Z[ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56722024-12-21T03:09:12.092Z[ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO STEP 431 (remove_files) COMPLETE
56732024-12-21T03:09:12.092Z[ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-21T03:09:12.118Z[ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56752024-12-21T03:09:12.118Z[ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO STEP 432 (remove_files) COMPLETE
56762024-12-21T03:09:12.118Z[ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-21T03:09:12.151Z[ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56782024-12-21T03:09:12.151Z[ host-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO O| Planning: Fetching manifests: 6/6 100% complete
56792024-12-21T03:09:12.153Z[ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO STEP 433 (remove_files) COMPLETE
56802024-12-21T03:09:12.157Z[ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-21T03:09:12.171Z[ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56822024-12-21T03:09:12.174Z[ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO STEP 434 (remove_files) COMPLETE
56832024-12-21T03:09:12.174Z[ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-21T03:09:12.201Z[ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56852024-12-21T03:09:12.201Z[ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.112 INFO STEP 435 (remove_files) COMPLETE
56862024-12-21T03:09:12.201Z[ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.112 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-21T03:09:12.225Z[ host-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO O| Planning: Package planning ... Done
56882024-12-21T03:09:12.225Z[ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56892024-12-21T03:09:12.228Z[ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO STEP 436 (remove_files) COMPLETE
56902024-12-21T03:09:12.228Z[ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-21T03:09:12.254Z[ host-image] Dec 21 03:09:10.175 INFO O| Dec 21 03:09:10.175 INFO O| Planning: Merging actions ... Done
56922024-12-21T03:09:12.283Z[ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56932024-12-21T03:09:12.283Z[ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO STEP 437 (remove_files) COMPLETE
56942024-12-21T03:09:12.283Z[ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-21T03:09:12.330Z[ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56962024-12-21T03:09:12.330Z[ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO STEP 438 (remove_files) COMPLETE
56972024-12-21T03:09:12.330Z[ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-21T03:09:12.367Z[ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56992024-12-21T03:09:12.367Z[ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO STEP 439 (remove_files) COMPLETE
57002024-12-21T03:09:12.371Z[ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-21T03:09:12.403Z[ host-image] Dec 21 03:09:10.319 INFO O| Dec 21 03:09:10.319 INFO O| Planning: Checking for conflicting actions ... Done
57022024-12-21T03:09:12.409Z[ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57032024-12-21T03:09:12.409Z[ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO STEP 440 (remove_files) COMPLETE
57042024-12-21T03:09:12.409Z[ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-21T03:09:12.409Z[ host-image] Dec 21 03:09:10.326 INFO O| Dec 21 03:09:10.326 INFO O| Planning: Consolidating action changes ... Done
57062024-12-21T03:09:12.457Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57072024-12-21T03:09:12.457Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 441 (remove_files) COMPLETE
57082024-12-21T03:09:12.457Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-21T03:09:12.474Z[ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57102024-12-21T03:09:12.477Z[ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO STEP 442 (remove_files) COMPLETE
57112024-12-21T03:09:12.477Z[ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-21T03:09:12.499Z[ recovery-image] Dec 21 03:09:10.415 INFO O| Dec 21 03:09:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57132024-12-21T03:09:12.499Z[ recovery-image] Dec 21 03:09:10.415 INFO O| Dec 21 03:09:10.415 INFO STEP 443 (remove_files) COMPLETE
57142024-12-21T03:09:12.503Z[ recovery-image] Dec 21 03:09:10.416 INFO O| Dec 21 03:09:10.415 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-21T03:09:12.514Z[ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57162024-12-21T03:09:12.516Z[ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO STEP 444 (remove_files) COMPLETE
57172024-12-21T03:09:12.517Z[ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-21T03:09:12.534Z[ recovery-image] Dec 21 03:09:10.452 INFO O| Dec 21 03:09:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57192024-12-21T03:09:12.537Z[ recovery-image] Dec 21 03:09:10.453 INFO O| Dec 21 03:09:10.453 INFO STEP 445 (remove_files) COMPLETE
57202024-12-21T03:09:12.538Z[ recovery-image] Dec 21 03:09:10.453 INFO O| Dec 21 03:09:10.453 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-21T03:09:12.554Z[ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57222024-12-21T03:09:12.554Z[ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO STEP 446 (remove_files) COMPLETE
57232024-12-21T03:09:12.554Z[ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-21T03:09:12.570Z[ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57252024-12-21T03:09:12.571Z[ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.490 INFO STEP 447 (remove_files) COMPLETE
57262024-12-21T03:09:12.571Z[ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.490 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-21T03:09:12.588Z[ recovery-image] Dec 21 03:09:10.507 INFO O| Dec 21 03:09:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57282024-12-21T03:09:12.588Z[ recovery-image] Dec 21 03:09:10.508 INFO O| Dec 21 03:09:10.507 INFO STEP 448 (remove_files) COMPLETE
57292024-12-21T03:09:12.588Z[ recovery-image] Dec 21 03:09:10.508 INFO O| Dec 21 03:09:10.508 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-21T03:09:12.605Z[ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57312024-12-21T03:09:12.605Z[ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO STEP 449 (remove_files) COMPLETE
57322024-12-21T03:09:12.608Z[ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-21T03:09:12.622Z[ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57342024-12-21T03:09:12.622Z[ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO STEP 450 (remove_files) COMPLETE
57352024-12-21T03:09:12.622Z[ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-21T03:09:12.640Z[ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57372024-12-21T03:09:12.640Z[ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO STEP 451 (remove_files) COMPLETE
57382024-12-21T03:09:12.640Z[ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-21T03:09:12.667Z[ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57402024-12-21T03:09:12.667Z[ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO STEP 452 (remove_files) COMPLETE
57412024-12-21T03:09:12.673Z[ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-21T03:09:12.832Z[ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57432024-12-21T03:09:12.838Z[ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO STEP 453 (remove_files) COMPLETE
57442024-12-21T03:09:12.839Z[ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-21T03:09:12.839Z[ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57462024-12-21T03:09:12.839Z[ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO STEP 454 (remove_files) COMPLETE
57472024-12-21T03:09:12.839Z[ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-21T03:09:12.873Z[ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57492024-12-21T03:09:12.873Z[ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO STEP 455 (remove_files) COMPLETE
57502024-12-21T03:09:12.873Z[ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-21T03:09:12.886Z[ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57522024-12-21T03:09:12.890Z[ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO STEP 456 (remove_files) COMPLETE
57532024-12-21T03:09:12.890Z[ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-21T03:09:12.904Z[ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57552024-12-21T03:09:12.904Z[ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO STEP 457 (remove_files) COMPLETE
57562024-12-21T03:09:12.904Z[ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-21T03:09:12.920Z[ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57582024-12-21T03:09:12.920Z[ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.840 INFO STEP 458 (remove_files) COMPLETE
57592024-12-21T03:09:12.920Z[ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.840 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-21T03:09:12.968Z[ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57612024-12-21T03:09:12.969Z[ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO STEP 459 (remove_files) COMPLETE
57622024-12-21T03:09:12.969Z[ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-21T03:09:12.978Z[ host-image] Dec 21 03:09:10.870 INFO O| Dec 21 03:09:10.870 INFO O| Planning: Evaluating mediators ... Done
57642024-12-21T03:09:12.978Z[ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57652024-12-21T03:09:12.978Z[ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.873 INFO STEP 460 (remove_files) COMPLETE
57662024-12-21T03:09:12.978Z[ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.873 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-21T03:09:12.978Z[ host-image] Dec 21 03:09:10.876 INFO O| Dec 21 03:09:10.876 INFO O| Planning: Planning completed in 5.73 seconds
57682024-12-21T03:09:12.978Z[ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Packages to install: 6
57692024-12-21T03:09:12.978Z[ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Mediators to change: 1
57702024-12-21T03:09:12.978Z[ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Services to change: 1
57712024-12-21T03:09:12.979Z[ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57722024-12-21T03:09:12.979Z[ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO STEP 461 (remove_files) COMPLETE
57732024-12-21T03:09:12.979Z[ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-21T03:09:12.999Z[ host-image] Dec 21 03:09:10.905 INFO O| Dec 21 03:09:10.904 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
57752024-12-21T03:09:12.999Z[ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57762024-12-21T03:09:13.000Z[ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO STEP 462 (remove_files) COMPLETE
57772024-12-21T03:09:13.000Z[ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-21T03:09:13.085Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57792024-12-21T03:09:13.085Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO STEP 463 (remove_files) COMPLETE
57802024-12-21T03:09:13.085Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57822024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO STEP 464 (remove_files) COMPLETE
57832024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57852024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO STEP 465 (remove_files) COMPLETE
57862024-12-21T03:09:13.088Z[ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-21T03:09:13.105Z[ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57882024-12-21T03:09:13.105Z[ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO STEP 466 (remove_files) COMPLETE
57892024-12-21T03:09:13.108Z[ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-21T03:09:13.133Z[ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57912024-12-21T03:09:13.133Z[ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO STEP 467 (remove_files) COMPLETE
57922024-12-21T03:09:13.146Z[ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-21T03:09:13.157Z[ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57942024-12-21T03:09:13.157Z[ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO STEP 468 (remove_files) COMPLETE
57952024-12-21T03:09:13.157Z[ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-21T03:09:13.163Z[ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57972024-12-21T03:09:13.163Z[ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO STEP 469 (remove_files) COMPLETE
57982024-12-21T03:09:13.163Z[ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-21T03:09:13.182Z[ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58002024-12-21T03:09:13.184Z[ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO STEP 470 (remove_files) COMPLETE
58012024-12-21T03:09:13.184Z[ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-21T03:09:13.213Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58032024-12-21T03:09:13.213Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.128 INFO STEP 471 (remove_files) COMPLETE
58042024-12-21T03:09:13.216Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.128 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-21T03:09:13.225Z[ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58062024-12-21T03:09:13.225Z[ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO STEP 472 (remove_files) COMPLETE
58072024-12-21T03:09:13.225Z[ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-21T03:09:13.257Z[ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58092024-12-21T03:09:13.263Z[ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO STEP 473 (remove_files) COMPLETE
58102024-12-21T03:09:13.263Z[ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-21T03:09:13.294Z[ recovery-image] Dec 21 03:09:11.214 INFO O| Dec 21 03:09:11.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58122024-12-21T03:09:13.299Z[ recovery-image] Dec 21 03:09:11.215 INFO O| Dec 21 03:09:11.214 INFO STEP 474 (remove_files) COMPLETE
58132024-12-21T03:09:13.299Z[ recovery-image] Dec 21 03:09:11.215 INFO O| Dec 21 03:09:11.215 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-21T03:09:13.339Z[ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58152024-12-21T03:09:13.343Z[ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO STEP 475 (remove_files) COMPLETE
58162024-12-21T03:09:13.343Z[ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-21T03:09:13.381Z[ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58182024-12-21T03:09:13.381Z[ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO STEP 476 (remove_files) COMPLETE
58192024-12-21T03:09:13.381Z[ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-21T03:09:13.401Z[ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58212024-12-21T03:09:13.401Z[ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO STEP 477 (remove_files) COMPLETE
58222024-12-21T03:09:13.401Z[ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-21T03:09:13.425Z[ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58242024-12-21T03:09:13.425Z[ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO STEP 478 (remove_files) COMPLETE
58252024-12-21T03:09:13.425Z[ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-21T03:09:13.436Z[ recovery-image] Dec 21 03:09:11.357 INFO O| Dec 21 03:09:11.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58272024-12-21T03:09:13.461Z[ recovery-image] Dec 21 03:09:11.381 INFO O| Dec 21 03:09:11.381 INFO STEP 479 (remove_files) COMPLETE
58282024-12-21T03:09:13.461Z[ recovery-image] Dec 21 03:09:11.381 INFO O| Dec 21 03:09:11.381 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-21T03:09:13.478Z[ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58302024-12-21T03:09:13.481Z[ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO STEP 480 (remove_files) COMPLETE
58312024-12-21T03:09:13.481Z[ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-21T03:09:13.495Z[ recovery-image] Dec 21 03:09:11.416 INFO O| Dec 21 03:09:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58332024-12-21T03:09:13.520Z[ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 481 (remove_files) COMPLETE
58342024-12-21T03:09:13.520Z[ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-21T03:09:13.540Z[ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58362024-12-21T03:09:13.566Z[ recovery-image] Dec 21 03:09:11.485 INFO O| Dec 21 03:09:11.485 INFO STEP 482 (remove_files) COMPLETE
58372024-12-21T03:09:13.575Z[ recovery-image] Dec 21 03:09:11.485 INFO O| Dec 21 03:09:11.485 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-21T03:09:13.605Z[ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58392024-12-21T03:09:13.608Z[ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO STEP 483 (remove_files) COMPLETE
58402024-12-21T03:09:13.608Z[ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-21T03:09:13.672Z[ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58422024-12-21T03:09:13.672Z[ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO STEP 484 (remove_files) COMPLETE
58432024-12-21T03:09:13.672Z[ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-21T03:09:13.711Z[ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58452024-12-21T03:09:13.711Z[ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.632 INFO STEP 485 (remove_files) COMPLETE
58462024-12-21T03:09:13.711Z[ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.632 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-21T03:09:13.797Z[ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58482024-12-21T03:09:13.797Z[ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO STEP 486 (remove_files) COMPLETE
58492024-12-21T03:09:13.798Z[ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-21T03:09:13.838Z[ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58512024-12-21T03:09:13.839Z[ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO STEP 487 (remove_files) COMPLETE
58522024-12-21T03:09:13.839Z[ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-21T03:09:13.856Z[ recovery-image] Dec 21 03:09:11.777 INFO O| Dec 21 03:09:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58542024-12-21T03:09:13.877Z[ recovery-image] Dec 21 03:09:11.798 INFO O| Dec 21 03:09:11.798 INFO STEP 488 (remove_files) COMPLETE
58552024-12-21T03:09:13.877Z[ recovery-image] Dec 21 03:09:11.798 INFO O| Dec 21 03:09:11.798 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-21T03:09:13.911Z[ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58572024-12-21T03:09:13.911Z[ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO STEP 489 (remove_files) COMPLETE
58582024-12-21T03:09:13.911Z[ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-21T03:09:13.949Z[ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58602024-12-21T03:09:13.949Z[ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO STEP 490 (remove_files) COMPLETE
58612024-12-21T03:09:13.949Z[ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-21T03:09:13.968Z[ recovery-image] Dec 21 03:09:11.888 INFO O| Dec 21 03:09:11.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58632024-12-21T03:09:13.969Z[ recovery-image] Dec 21 03:09:11.889 INFO O| Dec 21 03:09:11.889 INFO STEP 491 (remove_files) COMPLETE
58642024-12-21T03:09:13.972Z[ recovery-image] Dec 21 03:09:11.889 INFO O| Dec 21 03:09:11.889 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-21T03:09:13.986Z[ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58662024-12-21T03:09:13.986Z[ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO STEP 492 (remove_files) COMPLETE
58672024-12-21T03:09:13.986Z[ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-21T03:09:14.008Z[ recovery-image] Dec 21 03:09:11.924 INFO O| Dec 21 03:09:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58692024-12-21T03:09:14.008Z[ recovery-image] Dec 21 03:09:11.925 INFO O| Dec 21 03:09:11.924 INFO STEP 493 (remove_files) COMPLETE
58702024-12-21T03:09:14.016Z[ recovery-image] Dec 21 03:09:11.925 INFO O| Dec 21 03:09:11.925 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-21T03:09:14.026Z[ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58722024-12-21T03:09:14.026Z[ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO STEP 494 (remove_files) COMPLETE
58732024-12-21T03:09:14.026Z[ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-21T03:09:14.128Z[ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58752024-12-21T03:09:14.129Z[ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO STEP 495 (remove_files) COMPLETE
58762024-12-21T03:09:14.129Z[ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-21T03:09:14.182Z[ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58782024-12-21T03:09:14.183Z[ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO STEP 496 (remove_files) COMPLETE
58792024-12-21T03:09:14.183Z[ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-21T03:09:14.201Z[ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58812024-12-21T03:09:14.201Z[ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO STEP 497 (remove_files) COMPLETE
58822024-12-21T03:09:14.204Z[ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-21T03:09:14.220Z[ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58842024-12-21T03:09:14.223Z[ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO STEP 498 (remove_files) COMPLETE
58852024-12-21T03:09:14.223Z[ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-21T03:09:14.239Z[ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58872024-12-21T03:09:14.242Z[ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO STEP 499 (remove_files) COMPLETE
58882024-12-21T03:09:14.242Z[ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-21T03:09:14.291Z[ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58902024-12-21T03:09:14.292Z[ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO STEP 500 (remove_files) COMPLETE
58912024-12-21T03:09:14.296Z[ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-21T03:09:14.339Z[ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58932024-12-21T03:09:14.343Z[ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO STEP 501 (remove_files) COMPLETE
58942024-12-21T03:09:14.343Z[ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-21T03:09:14.360Z[ recovery-image] Dec 21 03:09:12.280 INFO O| Dec 21 03:09:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58962024-12-21T03:09:14.368Z[ recovery-image] Dec 21 03:09:12.281 INFO O| Dec 21 03:09:12.281 INFO STEP 502 (remove_files) COMPLETE
58972024-12-21T03:09:14.368Z[ recovery-image] Dec 21 03:09:12.281 INFO O| Dec 21 03:09:12.281 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-21T03:09:14.378Z[ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58992024-12-21T03:09:14.385Z[ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO STEP 503 (remove_files) COMPLETE
59002024-12-21T03:09:14.385Z[ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-21T03:09:14.396Z[ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59022024-12-21T03:09:14.399Z[ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO STEP 504 (remove_files) COMPLETE
59032024-12-21T03:09:14.399Z[ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-21T03:09:14.480Z[ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59052024-12-21T03:09:14.480Z[ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO STEP 505 (remove_files) COMPLETE
59062024-12-21T03:09:14.480Z[ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-21T03:09:14.542Z[ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59082024-12-21T03:09:14.542Z[ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO STEP 506 (remove_files) COMPLETE
59092024-12-21T03:09:14.555Z[ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-21T03:09:14.561Z[ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59112024-12-21T03:09:14.561Z[ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO STEP 507 (remove_files) COMPLETE
59122024-12-21T03:09:14.561Z[ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-21T03:09:14.578Z[ recovery-image] Dec 21 03:09:12.498 INFO O| Dec 21 03:09:12.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59142024-12-21T03:09:14.578Z[ recovery-image] Dec 21 03:09:12.499 INFO O| Dec 21 03:09:12.498 INFO STEP 508 (remove_files) COMPLETE
59152024-12-21T03:09:14.578Z[ recovery-image] Dec 21 03:09:12.499 INFO O| Dec 21 03:09:12.498 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-21T03:09:14.595Z[ recovery-image] Dec 21 03:09:12.515 INFO O| Dec 21 03:09:12.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59172024-12-21T03:09:14.595Z[ recovery-image] Dec 21 03:09:12.516 INFO O| Dec 21 03:09:12.515 INFO STEP 509 (remove_files) COMPLETE
59182024-12-21T03:09:14.598Z[ recovery-image] Dec 21 03:09:12.516 INFO O| Dec 21 03:09:12.516 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-21T03:09:14.613Z[ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59202024-12-21T03:09:14.613Z[ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO STEP 510 (remove_files) COMPLETE
59212024-12-21T03:09:14.614Z[ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-21T03:09:14.633Z[ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59232024-12-21T03:09:14.633Z[ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO STEP 511 (remove_files) COMPLETE
59242024-12-21T03:09:14.633Z[ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-21T03:09:14.650Z[ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59262024-12-21T03:09:14.650Z[ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.571 INFO STEP 512 (remove_files) COMPLETE
59272024-12-21T03:09:14.650Z[ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.571 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-21T03:09:14.669Z[ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59292024-12-21T03:09:14.669Z[ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO STEP 513 (remove_files) COMPLETE
59302024-12-21T03:09:14.669Z[ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-21T03:09:14.686Z[ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59322024-12-21T03:09:14.687Z[ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO STEP 514 (remove_files) COMPLETE
59332024-12-21T03:09:14.687Z[ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-21T03:09:14.730Z[ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59352024-12-21T03:09:14.736Z[ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO STEP 515 (remove_files) COMPLETE
59362024-12-21T03:09:14.736Z[ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-21T03:09:14.750Z[ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59382024-12-21T03:09:14.782Z[ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO STEP 516 (remove_files) COMPLETE
59392024-12-21T03:09:14.782Z[ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.683 INFO O| Dec 21 03:09:12.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59412024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.684 INFO O| Dec 21 03:09:12.684 INFO STEP 517 (remove_files) COMPLETE
59422024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.684 INFO O| Dec 21 03:09:12.684 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59442024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.703 INFO STEP 518 (remove_files) COMPLETE
59452024-12-21T03:09:14.797Z[ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.703 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-21T03:09:14.801Z[ recovery-image] Dec 21 03:09:12.721 INFO O| Dec 21 03:09:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59472024-12-21T03:09:14.804Z[ recovery-image] Dec 21 03:09:12.722 INFO O| Dec 21 03:09:12.721 INFO STEP 519 (remove_files) COMPLETE
59482024-12-21T03:09:14.804Z[ recovery-image] Dec 21 03:09:12.722 INFO O| Dec 21 03:09:12.722 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-21T03:09:14.838Z[ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59502024-12-21T03:09:14.838Z[ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO STEP 520 (remove_files) COMPLETE
59512024-12-21T03:09:14.844Z[ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-21T03:09:14.857Z[ recovery-image] Dec 21 03:09:12.777 INFO O| Dec 21 03:09:12.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59532024-12-21T03:09:14.868Z[ recovery-image] Dec 21 03:09:12.788 INFO O| Dec 21 03:09:12.788 INFO STEP 521 (remove_files) COMPLETE
59542024-12-21T03:09:14.868Z[ recovery-image] Dec 21 03:09:12.788 INFO O| Dec 21 03:09:12.788 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-21T03:09:14.906Z[ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59562024-12-21T03:09:14.906Z[ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO STEP 522 (remove_files) COMPLETE
59572024-12-21T03:09:14.906Z[ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-21T03:09:14.943Z[ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59592024-12-21T03:09:14.943Z[ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.864 INFO STEP 523 (remove_files) COMPLETE
59602024-12-21T03:09:14.946Z[ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.864 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-21T03:09:14.960Z[ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59622024-12-21T03:09:14.961Z[ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO STEP 524 (remove_files) COMPLETE
59632024-12-21T03:09:14.967Z[ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-21T03:09:14.979Z[ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59652024-12-21T03:09:14.999Z[ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO STEP 525 (remove_files) COMPLETE
59662024-12-21T03:09:14.999Z[ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-21T03:09:15.011Z[ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59682024-12-21T03:09:15.012Z[ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO STEP 526 (remove_files) COMPLETE
59692024-12-21T03:09:15.012Z[ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-21T03:09:15.024Z[ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59712024-12-21T03:09:15.024Z[ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO STEP 527 (remove_files) COMPLETE
59722024-12-21T03:09:15.024Z[ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-21T03:09:15.044Z[ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59742024-12-21T03:09:15.059Z[ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO STEP 528 (remove_files) COMPLETE
59752024-12-21T03:09:15.059Z[ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-21T03:09:15.131Z[ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59772024-12-21T03:09:15.132Z[ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO STEP 529 (remove_files) COMPLETE
59782024-12-21T03:09:15.132Z[ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-21T03:09:15.137Z[ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59802024-12-21T03:09:15.141Z[ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO STEP 530 (remove_files) COMPLETE
59812024-12-21T03:09:15.141Z[ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-21T03:09:15.163Z[ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59832024-12-21T03:09:15.163Z[ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO STEP 531 (remove_files) COMPLETE
59842024-12-21T03:09:15.163Z[ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-21T03:09:15.169Z[ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59862024-12-21T03:09:15.169Z[ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO STEP 532 (remove_files) COMPLETE
59872024-12-21T03:09:15.169Z[ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-21T03:09:15.189Z[ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59892024-12-21T03:09:15.189Z[ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO STEP 533 (remove_files) COMPLETE
59902024-12-21T03:09:15.189Z[ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-21T03:09:15.211Z[ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59922024-12-21T03:09:15.211Z[ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.126 INFO STEP 534 (remove_files) COMPLETE
59932024-12-21T03:09:15.211Z[ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.126 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-21T03:09:15.243Z[ recovery-image] Dec 21 03:09:13.158 INFO O| Dec 21 03:09:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59952024-12-21T03:09:15.253Z[ recovery-image] Dec 21 03:09:13.159 INFO O| Dec 21 03:09:13.159 INFO STEP 535 (remove_files) COMPLETE
59962024-12-21T03:09:15.253Z[ recovery-image] Dec 21 03:09:13.159 INFO O| Dec 21 03:09:13.159 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-21T03:09:15.300Z[ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59982024-12-21T03:09:15.300Z[ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO STEP 536 (remove_files) COMPLETE
59992024-12-21T03:09:15.308Z[ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-21T03:09:15.308Z[ recovery-image] Dec 21 03:09:13.208 INFO O| Dec 21 03:09:13.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60012024-12-21T03:09:15.309Z[ recovery-image] Dec 21 03:09:13.208 INFO O| Dec 21 03:09:13.208 INFO STEP 537 (remove_files) COMPLETE
60022024-12-21T03:09:15.309Z[ recovery-image] Dec 21 03:09:13.209 INFO O| Dec 21 03:09:13.209 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-21T03:09:15.347Z[ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60042024-12-21T03:09:15.347Z[ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.263 INFO STEP 538 (remove_files) COMPLETE
60052024-12-21T03:09:15.347Z[ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.263 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-21T03:09:15.404Z[ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60072024-12-21T03:09:15.404Z[ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO STEP 539 (remove_files) COMPLETE
60082024-12-21T03:09:15.404Z[ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-21T03:09:15.423Z[ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60102024-12-21T03:09:15.423Z[ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO STEP 540 (remove_files) COMPLETE
60112024-12-21T03:09:15.423Z[ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-21T03:09:15.440Z[ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60132024-12-21T03:09:15.440Z[ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO STEP 541 (remove_files) COMPLETE
60142024-12-21T03:09:15.440Z[ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-21T03:09:15.457Z[ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60162024-12-21T03:09:15.457Z[ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO STEP 542 (remove_files) COMPLETE
60172024-12-21T03:09:15.462Z[ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-21T03:09:15.488Z[ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60192024-12-21T03:09:15.488Z[ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.408 INFO STEP 543 (remove_files) COMPLETE
60202024-12-21T03:09:15.494Z[ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.408 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-21T03:09:15.506Z[ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60222024-12-21T03:09:15.506Z[ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO STEP 544 (remove_files) COMPLETE
60232024-12-21T03:09:15.510Z[ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-21T03:09:15.524Z[ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60252024-12-21T03:09:15.524Z[ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO STEP 545 (remove_files) COMPLETE
60262024-12-21T03:09:15.529Z[ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-21T03:09:15.545Z[ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60282024-12-21T03:09:15.545Z[ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO STEP 546 (remove_files) COMPLETE
60292024-12-21T03:09:15.554Z[ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-21T03:09:15.565Z[ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60312024-12-21T03:09:15.568Z[ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO STEP 547 (remove_files) COMPLETE
60322024-12-21T03:09:15.568Z[ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-21T03:09:15.583Z[ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60342024-12-21T03:09:15.588Z[ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO STEP 548 (remove_files) COMPLETE
60352024-12-21T03:09:15.588Z[ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-21T03:09:15.607Z[ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60372024-12-21T03:09:15.607Z[ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO STEP 549 (remove_files) COMPLETE
60382024-12-21T03:09:15.613Z[ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-21T03:09:15.633Z[ recovery-image] Dec 21 03:09:13.551 INFO O| Dec 21 03:09:13.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60402024-12-21T03:09:15.637Z[ recovery-image] Dec 21 03:09:13.551 INFO O| Dec 21 03:09:13.551 INFO STEP 550 (remove_files) COMPLETE
60412024-12-21T03:09:15.637Z[ recovery-image] Dec 21 03:09:13.552 INFO O| Dec 21 03:09:13.551 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-21T03:09:15.656Z[ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60432024-12-21T03:09:15.660Z[ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.576 INFO STEP 551 (remove_files) COMPLETE
60442024-12-21T03:09:15.660Z[ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.576 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-21T03:09:15.686Z[ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60462024-12-21T03:09:15.689Z[ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO STEP 552 (remove_files) COMPLETE
60472024-12-21T03:09:15.689Z[ recovery-image] Dec 21 03:09:13.607 INFO O| Dec 21 03:09:13.606 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-21T03:09:15.707Z[ recovery-image] Dec 21 03:09:13.627 INFO O| Dec 21 03:09:13.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60492024-12-21T03:09:15.710Z[ recovery-image] Dec 21 03:09:13.627 INFO O| Dec 21 03:09:13.627 INFO STEP 553 (remove_files) COMPLETE
60502024-12-21T03:09:15.710Z[ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.627 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-21T03:09:15.726Z[ recovery-image] Dec 21 03:09:13.646 INFO O| Dec 21 03:09:13.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60522024-12-21T03:09:15.737Z[ recovery-image] Dec 21 03:09:13.658 INFO O| Dec 21 03:09:13.658 INFO STEP 554 (remove_files) COMPLETE
60532024-12-21T03:09:15.737Z[ recovery-image] Dec 21 03:09:13.658 INFO O| Dec 21 03:09:13.658 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-21T03:09:15.759Z[ recovery-image] Dec 21 03:09:13.678 INFO O| Dec 21 03:09:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60552024-12-21T03:09:15.772Z[ recovery-image] Dec 21 03:09:13.692 INFO O| Dec 21 03:09:13.692 INFO STEP 555 (remove_files) COMPLETE
60562024-12-21T03:09:15.772Z[ recovery-image] Dec 21 03:09:13.692 INFO O| Dec 21 03:09:13.692 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-21T03:09:15.792Z[ recovery-image] Dec 21 03:09:13.712 INFO O| Dec 21 03:09:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60582024-12-21T03:09:15.792Z[ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.712 INFO STEP 556 (remove_files) COMPLETE
60592024-12-21T03:09:15.796Z[ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-21T03:09:15.813Z[ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60612024-12-21T03:09:15.816Z[ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO STEP 557 (remove_files) COMPLETE
60622024-12-21T03:09:15.817Z[ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-21T03:09:15.832Z[ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60642024-12-21T03:09:15.832Z[ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO STEP 558 (remove_files) COMPLETE
60652024-12-21T03:09:15.832Z[ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-21T03:09:15.852Z[ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60672024-12-21T03:09:15.852Z[ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO STEP 559 (remove_files) COMPLETE
60682024-12-21T03:09:15.852Z[ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-21T03:09:15.874Z[ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60702024-12-21T03:09:15.875Z[ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO STEP 560 (remove_files) COMPLETE
60712024-12-21T03:09:15.878Z[ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-21T03:09:15.903Z[ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60732024-12-21T03:09:15.903Z[ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.822 INFO STEP 561 (remove_files) COMPLETE
60742024-12-21T03:09:15.906Z[ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.822 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-21T03:09:15.928Z[ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60762024-12-21T03:09:15.928Z[ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO STEP 562 (remove_files) COMPLETE
60772024-12-21T03:09:15.933Z[ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-21T03:09:15.953Z[ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60792024-12-21T03:09:15.953Z[ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO STEP 563 (remove_files) COMPLETE
60802024-12-21T03:09:15.953Z[ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-21T03:09:15.978Z[ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60822024-12-21T03:09:15.979Z[ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO STEP 564 (remove_files) COMPLETE
60832024-12-21T03:09:15.979Z[ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-21T03:09:16.002Z[ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60852024-12-21T03:09:16.002Z[ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.923 INFO STEP 565 (remove_files) COMPLETE
60862024-12-21T03:09:16.002Z[ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.923 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-21T03:09:16.025Z[ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60882024-12-21T03:09:16.030Z[ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.946 INFO STEP 566 (remove_files) COMPLETE
60892024-12-21T03:09:16.031Z[ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.946 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-21T03:09:16.050Z[ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60912024-12-21T03:09:16.059Z[ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO STEP 567 (remove_files) COMPLETE
60922024-12-21T03:09:16.059Z[ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-21T03:09:16.071Z[ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60942024-12-21T03:09:16.071Z[ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO STEP 568 (remove_files) COMPLETE
60952024-12-21T03:09:16.080Z[ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-21T03:09:16.088Z[ recovery-image] Dec 21 03:09:14.005 INFO O| Dec 21 03:09:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60972024-12-21T03:09:16.088Z[ recovery-image] Dec 21 03:09:14.006 INFO O| Dec 21 03:09:14.006 INFO STEP 569 (remove_files) COMPLETE
60982024-12-21T03:09:16.096Z[ recovery-image] Dec 21 03:09:14.006 INFO O| Dec 21 03:09:14.006 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-21T03:09:16.113Z[ recovery-image] Dec 21 03:09:14.025 INFO O| Dec 21 03:09:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61002024-12-21T03:09:16.127Z[ recovery-image] Dec 21 03:09:14.026 INFO O| Dec 21 03:09:14.026 INFO STEP 570 (remove_files) COMPLETE
61012024-12-21T03:09:16.127Z[ recovery-image] Dec 21 03:09:14.026 INFO O| Dec 21 03:09:14.026 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-21T03:09:16.131Z[ recovery-image] Dec 21 03:09:14.044 INFO O| Dec 21 03:09:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61032024-12-21T03:09:16.132Z[ recovery-image] Dec 21 03:09:14.045 INFO O| Dec 21 03:09:14.045 INFO STEP 571 (remove_files) COMPLETE
61042024-12-21T03:09:16.132Z[ recovery-image] Dec 21 03:09:14.045 INFO O| Dec 21 03:09:14.045 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-21T03:09:16.229Z[ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61062024-12-21T03:09:16.230Z[ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO STEP 572 (remove_files) COMPLETE
61072024-12-21T03:09:16.238Z[ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-21T03:09:16.238Z[ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61092024-12-21T03:09:16.238Z[ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO STEP 573 (remove_files) COMPLETE
61102024-12-21T03:09:16.238Z[ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-21T03:09:16.280Z[ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61122024-12-21T03:09:16.286Z[ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO STEP 574 (remove_files) COMPLETE
61132024-12-21T03:09:16.286Z[ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-21T03:09:16.316Z[ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61152024-12-21T03:09:16.316Z[ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO STEP 575 (remove_files) COMPLETE
61162024-12-21T03:09:16.317Z[ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-21T03:09:16.435Z[ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61182024-12-21T03:09:16.435Z[ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO STEP 576 (remove_files) COMPLETE
61192024-12-21T03:09:16.443Z[ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-21T03:09:16.457Z[ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61212024-12-21T03:09:16.457Z[ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO STEP 577 (remove_files) COMPLETE
61222024-12-21T03:09:16.457Z[ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-21T03:09:16.476Z[ recovery-image] Dec 21 03:09:14.396 INFO O| Dec 21 03:09:14.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61242024-12-21T03:09:16.498Z[ recovery-image] Dec 21 03:09:14.419 INFO O| Dec 21 03:09:14.419 INFO STEP 578 (remove_files) COMPLETE
61252024-12-21T03:09:16.499Z[ recovery-image] Dec 21 03:09:14.419 INFO O| Dec 21 03:09:14.419 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-21T03:09:16.521Z[ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61272024-12-21T03:09:16.521Z[ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO STEP 579 (remove_files) COMPLETE
61282024-12-21T03:09:16.523Z[ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-21T03:09:16.543Z[ recovery-image] Dec 21 03:09:14.459 INFO O| Dec 21 03:09:14.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61302024-12-21T03:09:16.553Z[ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 580 (remove_files) COMPLETE
61312024-12-21T03:09:16.553Z[ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-21T03:09:16.579Z[ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61332024-12-21T03:09:16.579Z[ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO STEP 581 (remove_files) COMPLETE
61342024-12-21T03:09:16.581Z[ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-21T03:09:16.596Z[ recovery-image] Dec 21 03:09:14.516 INFO O| Dec 21 03:09:14.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61362024-12-21T03:09:16.596Z[ recovery-image] Dec 21 03:09:14.516 INFO O| Dec 21 03:09:14.516 INFO STEP 582 (remove_files) COMPLETE
61372024-12-21T03:09:16.599Z[ recovery-image] Dec 21 03:09:14.517 INFO O| Dec 21 03:09:14.517 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-21T03:09:16.614Z[ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61392024-12-21T03:09:16.617Z[ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.535 INFO STEP 583 (remove_files) COMPLETE
61402024-12-21T03:09:16.617Z[ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.535 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-21T03:09:16.633Z[ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61422024-12-21T03:09:16.633Z[ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO STEP 584 (remove_files) COMPLETE
61432024-12-21T03:09:16.633Z[ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-21T03:09:16.649Z[ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61452024-12-21T03:09:16.649Z[ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO STEP 585 (remove_files) COMPLETE
61462024-12-21T03:09:16.650Z[ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-21T03:09:16.702Z[ recovery-image] Dec 21 03:09:14.614 INFO O| Dec 21 03:09:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61482024-12-21T03:09:16.705Z[ recovery-image] Dec 21 03:09:14.614 INFO O| Dec 21 03:09:14.614 INFO STEP 586 (remove_files) COMPLETE
61492024-12-21T03:09:16.705Z[ recovery-image] Dec 21 03:09:14.615 INFO O| Dec 21 03:09:14.614 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-21T03:09:16.743Z[ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61512024-12-21T03:09:16.743Z[ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO STEP 587 (remove_files) COMPLETE
61522024-12-21T03:09:16.743Z[ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-21T03:09:16.837Z[ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61542024-12-21T03:09:16.837Z[ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO STEP 588 (remove_files) COMPLETE
61552024-12-21T03:09:16.920Z[ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-21T03:09:16.920Z[ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61572024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.715 INFO STEP 589 (remove_files) COMPLETE
61582024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.715 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61602024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO STEP 590 (remove_files) COMPLETE
61612024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61632024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO STEP 591 (remove_files) COMPLETE
61642024-12-21T03:09:16.921Z[ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-21T03:09:17.117Z[ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61662024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO STEP 592 (remove_files) COMPLETE
61672024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61692024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO STEP 593 (remove_files) COMPLETE
61702024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.811 INFO O| Dec 21 03:09:14.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61722024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.812 INFO O| Dec 21 03:09:14.812 INFO STEP 594 (remove_files) COMPLETE
61732024-12-21T03:09:17.118Z[ recovery-image] Dec 21 03:09:14.812 INFO O| Dec 21 03:09:14.812 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-21T03:09:17.119Z[ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61752024-12-21T03:09:17.119Z[ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.830 INFO STEP 595 (remove_files) COMPLETE
61762024-12-21T03:09:17.119Z[ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.830 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61782024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 596 (remove_files) COMPLETE
61792024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61812024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO STEP 597 (remove_files) COMPLETE
61822024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61842024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO STEP 598 (remove_files) COMPLETE
61852024-12-21T03:09:17.207Z[ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61872024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO STEP 599 (remove_files) COMPLETE
61882024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61902024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO STEP 600 (remove_files) COMPLETE
61912024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.942 INFO O| Dec 21 03:09:14.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61932024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.962 INFO O| Dec 21 03:09:14.962 INFO STEP 601 (remove_files) COMPLETE
61942024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.962 INFO O| Dec 21 03:09:14.962 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61962024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO STEP 602 (remove_files) COMPLETE
61972024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-21T03:09:17.208Z[ recovery-image] Dec 21 03:09:14.998 INFO O| Dec 21 03:09:14.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61992024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:14.999 INFO O| Dec 21 03:09:14.999 INFO STEP 603 (remove_files) COMPLETE
62002024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:14.999 INFO O| Dec 21 03:09:14.999 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62022024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.018 INFO STEP 604 (remove_files) COMPLETE
62032024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.018 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.036 INFO O| Dec 21 03:09:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62052024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.036 INFO O| Dec 21 03:09:15.036 INFO STEP 605 (remove_files) COMPLETE
62062024-12-21T03:09:17.209Z[ recovery-image] Dec 21 03:09:15.037 INFO O| Dec 21 03:09:15.036 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-21T03:09:17.220Z[ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62082024-12-21T03:09:17.220Z[ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO STEP 606 (remove_files) COMPLETE
62092024-12-21T03:09:17.220Z[ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-21T03:09:17.220Z[ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62112024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO STEP 607 (remove_files) COMPLETE
62122024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62142024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO STEP 608 (remove_files) COMPLETE
62152024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62172024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.110 INFO STEP 609 (remove_files) COMPLETE
62182024-12-21T03:09:17.221Z[ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.110 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-21T03:09:17.236Z[ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62202024-12-21T03:09:17.236Z[ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO STEP 610 (remove_files) COMPLETE
62212024-12-21T03:09:17.236Z[ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-21T03:09:17.240Z[ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62232024-12-21T03:09:17.246Z[ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO STEP 611 (remove_files) COMPLETE
62242024-12-21T03:09:17.246Z[ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-21T03:09:17.298Z[ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62262024-12-21T03:09:17.298Z[ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO STEP 612 (remove_files) COMPLETE
62272024-12-21T03:09:17.298Z[ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-21T03:09:17.320Z[ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62292024-12-21T03:09:17.320Z[ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 613 (remove_files) COMPLETE
62302024-12-21T03:09:17.324Z[ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-21T03:09:17.338Z[ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62322024-12-21T03:09:17.341Z[ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO STEP 614 (remove_files) COMPLETE
62332024-12-21T03:09:17.341Z[ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-21T03:09:17.357Z[ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62352024-12-21T03:09:17.358Z[ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO STEP 615 (remove_files) COMPLETE
62362024-12-21T03:09:17.362Z[ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-21T03:09:17.380Z[ recovery-image] Dec 21 03:09:15.295 INFO O| Dec 21 03:09:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62382024-12-21T03:09:17.380Z[ recovery-image] Dec 21 03:09:15.295 INFO O| Dec 21 03:09:15.295 INFO STEP 616 (remove_files) COMPLETE
62392024-12-21T03:09:17.386Z[ recovery-image] Dec 21 03:09:15.296 INFO O| Dec 21 03:09:15.295 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-21T03:09:17.401Z[ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62412024-12-21T03:09:17.401Z[ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.314 INFO STEP 617 (remove_files) COMPLETE
62422024-12-21T03:09:17.401Z[ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.314 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-21T03:09:17.413Z[ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62442024-12-21T03:09:17.417Z[ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO STEP 618 (remove_files) COMPLETE
62452024-12-21T03:09:17.417Z[ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-21T03:09:17.434Z[ recovery-image] Dec 21 03:09:15.353 INFO O| Dec 21 03:09:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62472024-12-21T03:09:17.440Z[ recovery-image] Dec 21 03:09:15.354 INFO O| Dec 21 03:09:15.354 INFO STEP 619 (remove_files) COMPLETE
62482024-12-21T03:09:17.440Z[ recovery-image] Dec 21 03:09:15.354 INFO O| Dec 21 03:09:15.354 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-21T03:09:17.455Z[ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62502024-12-21T03:09:17.458Z[ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO STEP 620 (remove_files) COMPLETE
62512024-12-21T03:09:17.458Z[ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-21T03:09:17.499Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62532024-12-21T03:09:17.499Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 621 (remove_files) COMPLETE
62542024-12-21T03:09:17.501Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-21T03:09:17.517Z[ recovery-image] Dec 21 03:09:15.437 INFO O| Dec 21 03:09:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62562024-12-21T03:09:17.517Z[ recovery-image] Dec 21 03:09:15.437 INFO O| Dec 21 03:09:15.437 INFO STEP 622 (remove_files) COMPLETE
62572024-12-21T03:09:17.520Z[ recovery-image] Dec 21 03:09:15.438 INFO O| Dec 21 03:09:15.437 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-21T03:09:17.538Z[ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62592024-12-21T03:09:17.538Z[ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO STEP 623 (remove_files) COMPLETE
62602024-12-21T03:09:17.541Z[ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-21T03:09:17.555Z[ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62622024-12-21T03:09:17.556Z[ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.476 INFO STEP 624 (remove_files) COMPLETE
62632024-12-21T03:09:17.564Z[ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.476 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-21T03:09:17.575Z[ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62652024-12-21T03:09:17.575Z[ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO STEP 625 (remove_files) COMPLETE
62662024-12-21T03:09:17.581Z[ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-21T03:09:17.598Z[ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62682024-12-21T03:09:17.598Z[ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO STEP 626 (remove_files) COMPLETE
62692024-12-21T03:09:17.598Z[ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-21T03:09:17.621Z[ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62712024-12-21T03:09:17.621Z[ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO STEP 627 (remove_files) COMPLETE
62722024-12-21T03:09:17.621Z[ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-21T03:09:17.635Z[ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62742024-12-21T03:09:17.635Z[ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO STEP 628 (remove_files) COMPLETE
62752024-12-21T03:09:17.635Z[ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-21T03:09:17.654Z[ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62772024-12-21T03:09:17.654Z[ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO STEP 629 (remove_files) COMPLETE
62782024-12-21T03:09:17.657Z[ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-21T03:09:17.676Z[ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62802024-12-21T03:09:17.677Z[ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO STEP 630 (remove_files) COMPLETE
62812024-12-21T03:09:17.682Z[ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-21T03:09:17.694Z[ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62832024-12-21T03:09:17.694Z[ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO STEP 631 (remove_files) COMPLETE
62842024-12-21T03:09:17.725Z[ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-21T03:09:17.737Z[ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62862024-12-21T03:09:17.737Z[ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO STEP 632 (remove_files) COMPLETE
62872024-12-21T03:09:17.737Z[ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-21T03:09:17.746Z[ recovery-image] Dec 21 03:09:15.662 INFO O| Dec 21 03:09:15.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62892024-12-21T03:09:17.746Z[ recovery-image] Dec 21 03:09:15.663 INFO O| Dec 21 03:09:15.662 INFO STEP 633 (remove_files) COMPLETE
62902024-12-21T03:09:17.749Z[ recovery-image] Dec 21 03:09:15.663 INFO O| Dec 21 03:09:15.663 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-21T03:09:17.765Z[ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62922024-12-21T03:09:17.765Z[ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO STEP 634 (remove_files) COMPLETE
62932024-12-21T03:09:17.765Z[ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-21T03:09:17.789Z[ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62952024-12-21T03:09:17.789Z[ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO STEP 635 (remove_files) COMPLETE
62962024-12-21T03:09:17.790Z[ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-21T03:09:17.804Z[ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62982024-12-21T03:09:17.804Z[ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO STEP 636 (remove_files) COMPLETE
62992024-12-21T03:09:17.825Z[ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-21T03:09:17.830Z[ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63012024-12-21T03:09:17.830Z[ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.743 INFO STEP 637 (remove_files) COMPLETE
63022024-12-21T03:09:17.831Z[ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.743 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-21T03:09:17.842Z[ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63042024-12-21T03:09:17.843Z[ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO STEP 638 (remove_files) COMPLETE
63052024-12-21T03:09:17.843Z[ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-21T03:09:17.861Z[ recovery-image] Dec 21 03:09:15.780 INFO O| Dec 21 03:09:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63072024-12-21T03:09:17.866Z[ recovery-image] Dec 21 03:09:15.781 INFO O| Dec 21 03:09:15.781 INFO STEP 639 (remove_files) COMPLETE
63082024-12-21T03:09:17.866Z[ recovery-image] Dec 21 03:09:15.781 INFO O| Dec 21 03:09:15.781 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-21T03:09:17.885Z[ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63102024-12-21T03:09:17.885Z[ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO STEP 640 (remove_files) COMPLETE
63112024-12-21T03:09:17.885Z[ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-21T03:09:17.904Z[ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63132024-12-21T03:09:17.904Z[ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO STEP 641 (remove_files) COMPLETE
63142024-12-21T03:09:17.904Z[ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-21T03:09:17.925Z[ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63162024-12-21T03:09:17.925Z[ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO STEP 642 (remove_files) COMPLETE
63172024-12-21T03:09:17.925Z[ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-21T03:09:17.945Z[ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63192024-12-21T03:09:17.945Z[ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO STEP 643 (remove_files) COMPLETE
63202024-12-21T03:09:17.949Z[ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-21T03:09:17.971Z[ recovery-image] Dec 21 03:09:15.886 INFO O| Dec 21 03:09:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63222024-12-21T03:09:17.975Z[ recovery-image] Dec 21 03:09:15.887 INFO O| Dec 21 03:09:15.887 INFO STEP 644 (remove_files) COMPLETE
63232024-12-21T03:09:17.975Z[ recovery-image] Dec 21 03:09:15.887 INFO O| Dec 21 03:09:15.887 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-21T03:09:17.989Z[ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63252024-12-21T03:09:17.989Z[ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO STEP 645 (remove_files) COMPLETE
63262024-12-21T03:09:18.008Z[ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-21T03:09:18.018Z[ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63282024-12-21T03:09:18.018Z[ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.930 INFO STEP 646 (remove_files) COMPLETE
63292024-12-21T03:09:18.018Z[ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.930 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-21T03:09:18.034Z[ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63312024-12-21T03:09:18.034Z[ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO STEP 647 (remove_files) COMPLETE
63322024-12-21T03:09:18.034Z[ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-21T03:09:18.053Z[ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63342024-12-21T03:09:18.053Z[ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO STEP 648 (remove_files) COMPLETE
63352024-12-21T03:09:18.053Z[ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-21T03:09:18.072Z[ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63372024-12-21T03:09:18.072Z[ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO STEP 649 (remove_files) COMPLETE
63382024-12-21T03:09:18.072Z[ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-21T03:09:18.089Z[ host-image] Dec 21 03:09:16.006 INFO O| Dec 21 03:09:16.006 INFO O| Download: 1108/1140 items 6.3/8.4MB 75% complete (1.1M/s)
63402024-12-21T03:09:18.093Z[ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63412024-12-21T03:09:18.093Z[ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.009 INFO STEP 650 (remove_files) COMPLETE
63422024-12-21T03:09:18.093Z[ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.009 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-21T03:09:18.109Z[ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63442024-12-21T03:09:18.109Z[ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO STEP 651 (remove_files) COMPLETE
63452024-12-21T03:09:18.109Z[ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-21T03:09:18.128Z[ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63472024-12-21T03:09:18.128Z[ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO STEP 652 (remove_files) COMPLETE
63482024-12-21T03:09:18.128Z[ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T03:09:18.156Z[ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63502024-12-21T03:09:18.156Z[ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO STEP 653 (remove_files) COMPLETE
63512024-12-21T03:09:18.156Z[ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-21T03:09:18.169Z[ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63532024-12-21T03:09:18.169Z[ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO STEP 654 (remove_files) COMPLETE
63542024-12-21T03:09:18.169Z[ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-21T03:09:18.183Z[ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63562024-12-21T03:09:18.187Z[ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO STEP 655 (remove_files) COMPLETE
63572024-12-21T03:09:18.187Z[ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-21T03:09:18.201Z[ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63592024-12-21T03:09:18.204Z[ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO STEP 656 (remove_files) COMPLETE
63602024-12-21T03:09:18.204Z[ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-21T03:09:18.220Z[ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63622024-12-21T03:09:18.223Z[ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO STEP 657 (remove_files) COMPLETE
63632024-12-21T03:09:18.223Z[ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-21T03:09:18.239Z[ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63652024-12-21T03:09:18.241Z[ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO STEP 658 (remove_files) COMPLETE
63662024-12-21T03:09:18.241Z[ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-21T03:09:18.283Z[ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63682024-12-21T03:09:18.283Z[ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO STEP 659 (remove_files) COMPLETE
63692024-12-21T03:09:18.287Z[ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-21T03:09:18.333Z[ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63712024-12-21T03:09:18.333Z[ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO STEP 660 (remove_files) COMPLETE
63722024-12-21T03:09:18.336Z[ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-21T03:09:18.353Z[ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63742024-12-21T03:09:18.354Z[ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO STEP 661 (remove_files) COMPLETE
63752024-12-21T03:09:18.357Z[ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-21T03:09:18.371Z[ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63772024-12-21T03:09:18.371Z[ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO STEP 662 (remove_files) COMPLETE
63782024-12-21T03:09:18.371Z[ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-21T03:09:18.396Z[ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63802024-12-21T03:09:18.396Z[ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO STEP 663 (remove_files) COMPLETE
63812024-12-21T03:09:18.413Z[ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-21T03:09:18.413Z[ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63832024-12-21T03:09:18.413Z[ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO STEP 664 (remove_files) COMPLETE
63842024-12-21T03:09:18.413Z[ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-21T03:09:18.430Z[ recovery-image] Dec 21 03:09:16.347 INFO O| Dec 21 03:09:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63862024-12-21T03:09:18.430Z[ recovery-image] Dec 21 03:09:16.348 INFO O| Dec 21 03:09:16.348 INFO STEP 665 (remove_files) COMPLETE
63872024-12-21T03:09:18.431Z[ recovery-image] Dec 21 03:09:16.348 INFO O| Dec 21 03:09:16.348 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-21T03:09:18.460Z[ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63892024-12-21T03:09:18.464Z[ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO STEP 666 (remove_files) COMPLETE
63902024-12-21T03:09:18.464Z[ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-21T03:09:18.478Z[ recovery-image] Dec 21 03:09:16.397 INFO O| Dec 21 03:09:16.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63922024-12-21T03:09:18.484Z[ recovery-image] Dec 21 03:09:16.397 INFO O| Dec 21 03:09:16.397 INFO STEP 667 (remove_files) COMPLETE
63932024-12-21T03:09:18.484Z[ recovery-image] Dec 21 03:09:16.398 INFO O| Dec 21 03:09:16.397 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-21T03:09:18.502Z[ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63952024-12-21T03:09:18.503Z[ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO STEP 668 (remove_files) COMPLETE
63962024-12-21T03:09:18.503Z[ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-21T03:09:18.518Z[ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63982024-12-21T03:09:18.522Z[ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.435 INFO STEP 669 (remove_files) COMPLETE
63992024-12-21T03:09:18.523Z[ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.435 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T03:09:18.532Z[ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64012024-12-21T03:09:18.535Z[ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO STEP 670 (remove_files) COMPLETE
64022024-12-21T03:09:18.536Z[ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T03:09:18.549Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64042024-12-21T03:09:18.555Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 671 (remove_files) COMPLETE
64052024-12-21T03:09:18.556Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-21T03:09:18.567Z[ recovery-image] Dec 21 03:09:16.486 INFO O| Dec 21 03:09:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64072024-12-21T03:09:18.576Z[ recovery-image] Dec 21 03:09:16.496 INFO O| Dec 21 03:09:16.496 INFO STEP 672 (remove_files) COMPLETE
64082024-12-21T03:09:18.576Z[ recovery-image] Dec 21 03:09:16.496 INFO O| Dec 21 03:09:16.496 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-21T03:09:18.614Z[ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64102024-12-21T03:09:18.614Z[ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO STEP 673 (remove_files) COMPLETE
64112024-12-21T03:09:18.614Z[ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-21T03:09:18.637Z[ recovery-image] Dec 21 03:09:16.553 INFO O| Dec 21 03:09:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64132024-12-21T03:09:18.655Z[ recovery-image] Dec 21 03:09:16.575 INFO O| Dec 21 03:09:16.575 INFO STEP 674 (remove_files) COMPLETE
64142024-12-21T03:09:18.655Z[ recovery-image] Dec 21 03:09:16.575 INFO O| Dec 21 03:09:16.575 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-21T03:09:18.733Z[ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64162024-12-21T03:09:18.736Z[ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO STEP 675 (remove_files) COMPLETE
64172024-12-21T03:09:18.736Z[ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-21T03:09:18.786Z[ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64192024-12-21T03:09:18.789Z[ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO STEP 676 (remove_files) COMPLETE
64202024-12-21T03:09:18.789Z[ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-21T03:09:18.805Z[ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64222024-12-21T03:09:18.808Z[ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO STEP 677 (remove_files) COMPLETE
64232024-12-21T03:09:18.808Z[ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-21T03:09:18.824Z[ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64252024-12-21T03:09:18.824Z[ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO STEP 678 (remove_files) COMPLETE
64262024-12-21T03:09:18.824Z[ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-21T03:09:18.845Z[ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64282024-12-21T03:09:18.845Z[ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.764 INFO STEP 679 (remove_files) COMPLETE
64292024-12-21T03:09:18.845Z[ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.764 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-21T03:09:18.866Z[ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64312024-12-21T03:09:18.866Z[ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO STEP 680 (remove_files) COMPLETE
64322024-12-21T03:09:18.873Z[ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-21T03:09:18.885Z[ recovery-image] Dec 21 03:09:16.803 INFO O| Dec 21 03:09:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64342024-12-21T03:09:18.885Z[ recovery-image] Dec 21 03:09:16.804 INFO O| Dec 21 03:09:16.804 INFO STEP 681 (remove_files) COMPLETE
64352024-12-21T03:09:18.885Z[ recovery-image] Dec 21 03:09:16.804 INFO O| Dec 21 03:09:16.804 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-21T03:09:18.902Z[ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64372024-12-21T03:09:18.902Z[ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO STEP 682 (remove_files) COMPLETE
64382024-12-21T03:09:18.904Z[ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-21T03:09:18.921Z[ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64402024-12-21T03:09:18.921Z[ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO STEP 683 (remove_files) COMPLETE
64412024-12-21T03:09:18.921Z[ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-21T03:09:18.941Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64432024-12-21T03:09:18.941Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 684 (remove_files) COMPLETE
64442024-12-21T03:09:18.946Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-21T03:09:18.970Z[ recovery-image] Dec 21 03:09:16.889 INFO O| Dec 21 03:09:16.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64462024-12-21T03:09:18.973Z[ recovery-image] Dec 21 03:09:16.890 INFO O| Dec 21 03:09:16.890 INFO STEP 685 (remove_files) COMPLETE
64472024-12-21T03:09:18.974Z[ recovery-image] Dec 21 03:09:16.890 INFO O| Dec 21 03:09:16.890 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-21T03:09:18.987Z[ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64492024-12-21T03:09:18.991Z[ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO STEP 686 (remove_files) COMPLETE
64502024-12-21T03:09:18.991Z[ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-21T03:09:19.002Z[ host-image] Dec 21 03:09:16.921 INFO O| Dec 21 03:09:16.921 INFO O| Download: Completed 8.42 MB in 6.02 seconds (1.4M/s)
64522024-12-21T03:09:19.006Z[ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64532024-12-21T03:09:19.006Z[ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO STEP 687 (remove_files) COMPLETE
64542024-12-21T03:09:19.006Z[ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-21T03:09:19.035Z[ recovery-image] Dec 21 03:09:16.954 INFO O| Dec 21 03:09:16.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64562024-12-21T03:09:19.038Z[ recovery-image] Dec 21 03:09:16.955 INFO O| Dec 21 03:09:16.955 INFO STEP 688 (remove_files) COMPLETE
64572024-12-21T03:09:19.038Z[ recovery-image] Dec 21 03:09:16.955 INFO O| Dec 21 03:09:16.955 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-21T03:09:19.055Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64592024-12-21T03:09:19.058Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 689 (remove_files) COMPLETE
64602024-12-21T03:09:19.058Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-21T03:09:19.074Z[ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64622024-12-21T03:09:19.078Z[ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO STEP 690 (remove_files) COMPLETE
64632024-12-21T03:09:19.078Z[ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-21T03:09:19.093Z[ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64652024-12-21T03:09:19.099Z[ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.013 INFO STEP 691 (remove_files) COMPLETE
64662024-12-21T03:09:19.099Z[ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.013 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-21T03:09:19.113Z[ recovery-image] Dec 21 03:09:17.031 INFO O| Dec 21 03:09:17.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64682024-12-21T03:09:19.138Z[ recovery-image] Dec 21 03:09:17.057 INFO O| Dec 21 03:09:17.057 INFO STEP 692 (remove_files) COMPLETE
64692024-12-21T03:09:19.138Z[ recovery-image] Dec 21 03:09:17.057 INFO O| Dec 21 03:09:17.057 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-21T03:09:19.219Z[ recovery-image] Dec 21 03:09:17.138 INFO O| Dec 21 03:09:17.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64712024-12-21T03:09:19.219Z[ recovery-image] Dec 21 03:09:17.139 INFO O| Dec 21 03:09:17.138 INFO STEP 693 (remove_files) COMPLETE
64722024-12-21T03:09:19.219Z[ recovery-image] Dec 21 03:09:17.139 INFO O| Dec 21 03:09:17.139 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-21T03:09:19.237Z[ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64742024-12-21T03:09:19.237Z[ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.157 INFO STEP 694 (remove_files) COMPLETE
64752024-12-21T03:09:19.237Z[ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.157 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-21T03:09:19.273Z[ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64772024-12-21T03:09:19.273Z[ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO STEP 695 (remove_files) COMPLETE
64782024-12-21T03:09:19.276Z[ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-21T03:09:19.307Z[ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64802024-12-21T03:09:19.308Z[ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO STEP 696 (remove_files) COMPLETE
64812024-12-21T03:09:19.310Z[ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-21T03:09:19.314Z[ host-image] Dec 21 03:09:17.232 INFO O| Dec 21 03:09:17.232 INFO O| Actions: 1/1361 actions (Installing new actions)
64832024-12-21T03:09:19.326Z[ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64842024-12-21T03:09:19.327Z[ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.245 INFO STEP 697 (remove_files) COMPLETE
64852024-12-21T03:09:19.327Z[ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.245 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-21T03:09:19.420Z[ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64872024-12-21T03:09:19.420Z[ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO STEP 698 (remove_files) COMPLETE
64882024-12-21T03:09:19.423Z[ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-21T03:09:19.599Z[ recovery-image] Dec 21 03:09:17.386 INFO O| Dec 21 03:09:17.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64902024-12-21T03:09:19.605Z[ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.386 INFO STEP 699 (remove_files) COMPLETE
64912024-12-21T03:09:19.605Z[ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-21T03:09:19.618Z[ recovery-image] Dec 21 03:09:17.424 INFO O| Dec 21 03:09:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64932024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.424 INFO O| Dec 21 03:09:17.424 INFO STEP 700 (remove_files) COMPLETE
64942024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.424 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64962024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO STEP 701 (remove_files) COMPLETE
64972024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64992024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.504 INFO STEP 702 (remove_files) COMPLETE
65002024-12-21T03:09:19.619Z[ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.504 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-21T03:09:19.626Z[ recovery-image] Dec 21 03:09:17.540 INFO O| Dec 21 03:09:17.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65022024-12-21T03:09:19.626Z[ recovery-image] Dec 21 03:09:17.541 INFO O| Dec 21 03:09:17.541 INFO STEP 703 (remove_files) COMPLETE
65032024-12-21T03:09:19.627Z[ recovery-image] Dec 21 03:09:17.541 INFO O| Dec 21 03:09:17.541 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-21T03:09:19.658Z[ recovery-image] Dec 21 03:09:17.558 INFO O| Dec 21 03:09:17.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65052024-12-21T03:09:19.658Z[ recovery-image] Dec 21 03:09:17.559 INFO O| Dec 21 03:09:17.559 INFO STEP 704 (remove_files) COMPLETE
65062024-12-21T03:09:19.658Z[ recovery-image] Dec 21 03:09:17.559 INFO O| Dec 21 03:09:17.559 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-21T03:09:19.687Z[ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65082024-12-21T03:09:19.688Z[ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO STEP 705 (remove_files) COMPLETE
65092024-12-21T03:09:19.688Z[ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-21T03:09:19.698Z[ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65112024-12-21T03:09:19.698Z[ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.596 INFO STEP 706 (remove_files) COMPLETE
65122024-12-21T03:09:19.698Z[ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.596 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-21T03:09:19.702Z[ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65142024-12-21T03:09:19.702Z[ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO STEP 707 (remove_files) COMPLETE
65152024-12-21T03:09:19.702Z[ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-21T03:09:19.713Z[ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65172024-12-21T03:09:19.713Z[ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO STEP 708 (remove_files) COMPLETE
65182024-12-21T03:09:19.713Z[ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-21T03:09:19.731Z[ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65202024-12-21T03:09:19.731Z[ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO STEP 709 (remove_files) COMPLETE
65212024-12-21T03:09:19.731Z[ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-21T03:09:19.752Z[ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65232024-12-21T03:09:19.757Z[ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO STEP 710 (remove_files) COMPLETE
65242024-12-21T03:09:19.757Z[ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-21T03:09:19.768Z[ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65262024-12-21T03:09:19.774Z[ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.688 INFO STEP 711 (remove_files) COMPLETE
65272024-12-21T03:09:19.774Z[ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.688 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-21T03:09:19.797Z[ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65292024-12-21T03:09:19.797Z[ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO STEP 712 (remove_files) COMPLETE
65302024-12-21T03:09:19.802Z[ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-21T03:09:19.816Z[ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65322024-12-21T03:09:19.819Z[ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO STEP 713 (remove_files) COMPLETE
65332024-12-21T03:09:19.820Z[ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-21T03:09:19.833Z[ recovery-image] Dec 21 03:09:17.752 INFO O| Dec 21 03:09:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65352024-12-21T03:09:19.846Z[ recovery-image] Dec 21 03:09:17.764 INFO O| Dec 21 03:09:17.764 INFO STEP 714 (remove_files) COMPLETE
65362024-12-21T03:09:19.847Z[ recovery-image] Dec 21 03:09:17.764 INFO O| Dec 21 03:09:17.764 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-21T03:09:19.864Z[ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65382024-12-21T03:09:19.868Z[ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO STEP 715 (remove_files) COMPLETE
65392024-12-21T03:09:19.869Z[ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-21T03:09:19.882Z[ recovery-image] Dec 21 03:09:17.801 INFO O| Dec 21 03:09:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65412024-12-21T03:09:19.885Z[ recovery-image] Dec 21 03:09:17.802 INFO O| Dec 21 03:09:17.802 INFO STEP 716 (remove_files) COMPLETE
65422024-12-21T03:09:19.886Z[ recovery-image] Dec 21 03:09:17.802 INFO O| Dec 21 03:09:17.802 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-21T03:09:19.901Z[ recovery-image] Dec 21 03:09:17.819 INFO O| Dec 21 03:09:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65442024-12-21T03:09:19.908Z[ recovery-image] Dec 21 03:09:17.819 INFO O| Dec 21 03:09:17.819 INFO STEP 717 (remove_files) COMPLETE
65452024-12-21T03:09:19.908Z[ recovery-image] Dec 21 03:09:17.820 INFO O| Dec 21 03:09:17.819 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-21T03:09:19.918Z[ recovery-image] Dec 21 03:09:17.837 INFO O| Dec 21 03:09:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65472024-12-21T03:09:19.922Z[ recovery-image] Dec 21 03:09:17.838 INFO O| Dec 21 03:09:17.838 INFO STEP 718 (remove_files) COMPLETE
65482024-12-21T03:09:19.923Z[ recovery-image] Dec 21 03:09:17.838 INFO O| Dec 21 03:09:17.838 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-21T03:09:19.944Z[ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65502024-12-21T03:09:19.947Z[ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO STEP 719 (remove_files) COMPLETE
65512024-12-21T03:09:19.947Z[ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-21T03:09:19.973Z[ recovery-image] Dec 21 03:09:17.891 INFO O| Dec 21 03:09:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65532024-12-21T03:09:19.973Z[ recovery-image] Dec 21 03:09:17.891 INFO O| Dec 21 03:09:17.891 INFO STEP 720 (remove_files) COMPLETE
65542024-12-21T03:09:19.979Z[ recovery-image] Dec 21 03:09:17.892 INFO O| Dec 21 03:09:17.892 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-21T03:09:19.991Z[ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65562024-12-21T03:09:19.998Z[ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO STEP 721 (remove_files) COMPLETE
65572024-12-21T03:09:19.998Z[ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-21T03:09:20.009Z[ recovery-image] Dec 21 03:09:17.928 INFO O| Dec 21 03:09:17.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65592024-12-21T03:09:20.009Z[ recovery-image] Dec 21 03:09:17.928 INFO O| Dec 21 03:09:17.928 INFO STEP 722 (remove_files) COMPLETE
65602024-12-21T03:09:20.016Z[ recovery-image] Dec 21 03:09:17.929 INFO O| Dec 21 03:09:17.928 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-21T03:09:20.028Z[ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65622024-12-21T03:09:20.032Z[ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.947 INFO STEP 723 (remove_files) COMPLETE
65632024-12-21T03:09:20.032Z[ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.947 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-21T03:09:20.040Z[ host-image] Dec 21 03:09:17.960 INFO O| Dec 21 03:09:17.960 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
65652024-12-21T03:09:20.068Z[ recovery-image] Dec 21 03:09:17.965 INFO O| Dec 21 03:09:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65662024-12-21T03:09:20.068Z[ recovery-image] Dec 21 03:09:17.966 INFO O| Dec 21 03:09:17.966 INFO STEP 724 (remove_files) COMPLETE
65672024-12-21T03:09:20.068Z[ recovery-image] Dec 21 03:09:17.966 INFO O| Dec 21 03:09:17.966 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-21T03:09:20.077Z[ recovery-image] Dec 21 03:09:17.983 INFO O| Dec 21 03:09:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65692024-12-21T03:09:20.077Z[ recovery-image] Dec 21 03:09:17.984 INFO O| Dec 21 03:09:17.983 INFO STEP 725 (remove_files) COMPLETE
65702024-12-21T03:09:20.078Z[ recovery-image] Dec 21 03:09:17.984 INFO O| Dec 21 03:09:17.984 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-21T03:09:20.108Z[ recovery-image] Dec 21 03:09:18.026 INFO O| Dec 21 03:09:18.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65722024-12-21T03:09:20.108Z[ recovery-image] Dec 21 03:09:18.027 INFO O| Dec 21 03:09:18.026 INFO STEP 726 (remove_files) COMPLETE
65732024-12-21T03:09:20.121Z[ recovery-image] Dec 21 03:09:18.027 INFO O| Dec 21 03:09:18.026 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-21T03:09:20.136Z[ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65752024-12-21T03:09:20.136Z[ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO STEP 727 (remove_files) COMPLETE
65762024-12-21T03:09:20.139Z[ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-21T03:09:20.156Z[ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65782024-12-21T03:09:20.156Z[ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.075 INFO STEP 728 (remove_files) COMPLETE
65792024-12-21T03:09:20.162Z[ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.075 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-21T03:09:20.187Z[ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65812024-12-21T03:09:20.188Z[ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.107 INFO STEP 729 (remove_files) COMPLETE
65822024-12-21T03:09:20.193Z[ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.107 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-21T03:09:20.207Z[ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65842024-12-21T03:09:20.207Z[ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO STEP 730 (remove_files) COMPLETE
65852024-12-21T03:09:20.207Z[ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-21T03:09:20.226Z[ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65872024-12-21T03:09:20.226Z[ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO STEP 731 (remove_files) COMPLETE
65882024-12-21T03:09:20.226Z[ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-21T03:09:20.260Z[ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65902024-12-21T03:09:20.265Z[ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO STEP 732 (remove_files) COMPLETE
65912024-12-21T03:09:20.265Z[ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-21T03:09:20.282Z[ recovery-image] Dec 21 03:09:18.201 INFO O| Dec 21 03:09:18.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65932024-12-21T03:09:20.285Z[ recovery-image] Dec 21 03:09:18.202 INFO O| Dec 21 03:09:18.201 INFO STEP 733 (remove_files) COMPLETE
65942024-12-21T03:09:20.285Z[ recovery-image] Dec 21 03:09:18.202 INFO O| Dec 21 03:09:18.202 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-21T03:09:20.304Z[ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65962024-12-21T03:09:20.308Z[ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.221 INFO STEP 734 (remove_files) COMPLETE
65972024-12-21T03:09:20.308Z[ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.221 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-21T03:09:20.328Z[ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65992024-12-21T03:09:20.336Z[ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO STEP 735 (remove_files) COMPLETE
66002024-12-21T03:09:20.336Z[ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-21T03:09:20.340Z[ recovery-image] Dec 21 03:09:18.256 INFO O| Dec 21 03:09:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66022024-12-21T03:09:20.340Z[ recovery-image] Dec 21 03:09:18.257 INFO O| Dec 21 03:09:18.257 INFO STEP 736 (remove_files) COMPLETE
66032024-12-21T03:09:20.340Z[ recovery-image] Dec 21 03:09:18.257 INFO O| Dec 21 03:09:18.257 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-21T03:09:20.355Z[ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66052024-12-21T03:09:20.361Z[ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO STEP 737 (remove_files) COMPLETE
66062024-12-21T03:09:20.361Z[ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-21T03:09:20.374Z[ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66082024-12-21T03:09:20.378Z[ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO STEP 738 (remove_files) COMPLETE
66092024-12-21T03:09:20.378Z[ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-21T03:09:20.404Z[ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66112024-12-21T03:09:20.404Z[ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO STEP 739 (remove_files) COMPLETE
66122024-12-21T03:09:20.404Z[ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-21T03:09:20.409Z[ recovery-image] Dec 21 03:09:18.327 INFO O| Dec 21 03:09:18.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66142024-12-21T03:09:20.413Z[ recovery-image] Dec 21 03:09:18.327 INFO O| Dec 21 03:09:18.327 INFO STEP 740 (remove_files) COMPLETE
66152024-12-21T03:09:20.413Z[ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.327 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-21T03:09:20.487Z[ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66172024-12-21T03:09:20.487Z[ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO STEP 741 (remove_files) COMPLETE
66182024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66202024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO STEP 742 (remove_files) COMPLETE
66212024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66232024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO STEP 743 (remove_files) COMPLETE
66242024-12-21T03:09:20.570Z[ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-21T03:09:20.590Z[ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66262024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO STEP 744 (remove_files) COMPLETE
66272024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66292024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO STEP 745 (remove_files) COMPLETE
66302024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66322024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO STEP 746 (remove_files) COMPLETE
66332024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66352024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.492 INFO STEP 747 (remove_files) COMPLETE
66362024-12-21T03:09:20.591Z[ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.492 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-21T03:09:20.601Z[ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66382024-12-21T03:09:20.601Z[ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.517 INFO STEP 748 (remove_files) COMPLETE
66392024-12-21T03:09:20.601Z[ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-21T03:09:20.653Z[ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66412024-12-21T03:09:20.653Z[ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO STEP 749 (remove_files) COMPLETE
66422024-12-21T03:09:20.696Z[ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-21T03:09:20.697Z[ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66442024-12-21T03:09:20.697Z[ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO STEP 750 (remove_files) COMPLETE
66452024-12-21T03:09:20.697Z[ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-21T03:09:20.720Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66472024-12-21T03:09:20.720Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 751 (remove_files) COMPLETE
66482024-12-21T03:09:20.721Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-21T03:09:20.721Z[ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66502024-12-21T03:09:20.721Z[ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO STEP 752 (remove_files) COMPLETE
66512024-12-21T03:09:20.721Z[ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-21T03:09:20.731Z[ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66532024-12-21T03:09:20.732Z[ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO STEP 753 (remove_files) COMPLETE
66542024-12-21T03:09:20.732Z[ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-21T03:09:20.741Z[ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66562024-12-21T03:09:20.741Z[ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO STEP 754 (remove_files) COMPLETE
66572024-12-21T03:09:20.741Z[ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-21T03:09:20.754Z[ host-image] Dec 21 03:09:18.662 INFO O| Dec 21 03:09:18.662 INFO O| Done
66592024-12-21T03:09:20.754Z[ host-image] Dec 21 03:09:18.662 INFO O| Dec 21 03:09:18.662 INFO O| Done
66602024-12-21T03:09:20.761Z[ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66612024-12-21T03:09:20.761Z[ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO STEP 755 (remove_files) COMPLETE
66622024-12-21T03:09:20.761Z[ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-21T03:09:20.771Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66642024-12-21T03:09:20.771Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 756 (remove_files) COMPLETE
66652024-12-21T03:09:20.771Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-21T03:09:20.791Z[ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66672024-12-21T03:09:20.791Z[ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO STEP 757 (remove_files) COMPLETE
66682024-12-21T03:09:20.791Z[ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-21T03:09:20.892Z[ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66702024-12-21T03:09:20.903Z[ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO STEP 758 (remove_files) COMPLETE
66712024-12-21T03:09:20.903Z[ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-21T03:09:20.913Z[ recovery-image] Dec 21 03:09:18.832 INFO O| Dec 21 03:09:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66732024-12-21T03:09:20.917Z[ recovery-image] Dec 21 03:09:18.832 INFO O| Dec 21 03:09:18.832 INFO STEP 759 (remove_files) COMPLETE
66742024-12-21T03:09:20.917Z[ recovery-image] Dec 21 03:09:18.833 INFO O| Dec 21 03:09:18.832 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-21T03:09:20.947Z[ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66762024-12-21T03:09:20.948Z[ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO STEP 760 (remove_files) COMPLETE
66772024-12-21T03:09:20.948Z[ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-21T03:09:20.978Z[ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66792024-12-21T03:09:20.979Z[ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO STEP 761 (remove_files) COMPLETE
66802024-12-21T03:09:20.981Z[ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-21T03:09:21.014Z[ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66822024-12-21T03:09:21.014Z[ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO STEP 762 (remove_files) COMPLETE
66832024-12-21T03:09:21.014Z[ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-21T03:09:21.050Z[ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66852024-12-21T03:09:21.050Z[ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO STEP 763 (remove_files) COMPLETE
66862024-12-21T03:09:21.051Z[ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-21T03:09:21.086Z[ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66882024-12-21T03:09:21.086Z[ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO STEP 764 (remove_files) COMPLETE
66892024-12-21T03:09:21.086Z[ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-21T03:09:21.148Z[ recovery-image] Dec 21 03:09:19.067 INFO O| Dec 21 03:09:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66912024-12-21T03:09:21.200Z[ recovery-image] Dec 21 03:09:19.119 INFO O| Dec 21 03:09:19.119 INFO STEP 765 (remove_files) COMPLETE
66922024-12-21T03:09:21.200Z[ recovery-image] Dec 21 03:09:19.119 INFO O| Dec 21 03:09:19.119 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-21T03:09:21.255Z[ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66942024-12-21T03:09:21.255Z[ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO STEP 766 (remove_files) COMPLETE
66952024-12-21T03:09:21.255Z[ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-21T03:09:21.286Z[ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66972024-12-21T03:09:21.286Z[ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO STEP 767 (remove_files) COMPLETE
66982024-12-21T03:09:21.286Z[ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-21T03:09:21.325Z[ recovery-image] Dec 21 03:09:19.243 INFO O| Dec 21 03:09:19.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67002024-12-21T03:09:21.329Z[ recovery-image] Dec 21 03:09:19.243 INFO O| Dec 21 03:09:19.243 INFO STEP 768 (remove_files) COMPLETE
67012024-12-21T03:09:21.329Z[ recovery-image] Dec 21 03:09:19.244 INFO O| Dec 21 03:09:19.244 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-21T03:09:21.357Z[ recovery-image] Dec 21 03:09:19.270 INFO O| Dec 21 03:09:19.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67032024-12-21T03:09:21.368Z[ recovery-image] Dec 21 03:09:19.270 INFO O| Dec 21 03:09:19.270 INFO STEP 769 (remove_files) COMPLETE
67042024-12-21T03:09:21.370Z[ recovery-image] Dec 21 03:09:19.271 INFO O| Dec 21 03:09:19.270 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-21T03:09:21.405Z[ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67062024-12-21T03:09:21.416Z[ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO STEP 770 (remove_files) COMPLETE
67072024-12-21T03:09:21.416Z[ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-21T03:09:21.443Z[ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67092024-12-21T03:09:21.464Z[ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.359 INFO STEP 771 (remove_files) COMPLETE
67102024-12-21T03:09:21.464Z[ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.359 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-21T03:09:21.482Z[ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67122024-12-21T03:09:21.482Z[ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.397 INFO STEP 772 (remove_files) COMPLETE
67132024-12-21T03:09:21.497Z[ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.397 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-21T03:09:21.536Z[ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67152024-12-21T03:09:21.536Z[ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO STEP 773 (remove_files) COMPLETE
67162024-12-21T03:09:21.549Z[ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-21T03:09:21.560Z[ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67182024-12-21T03:09:21.561Z[ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO STEP 774 (remove_files) COMPLETE
67192024-12-21T03:09:21.561Z[ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-21T03:09:21.574Z[ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67212024-12-21T03:09:21.598Z[ recovery-image] Dec 21 03:09:19.517 INFO O| Dec 21 03:09:19.517 INFO STEP 775 (remove_files) COMPLETE
67222024-12-21T03:09:21.598Z[ recovery-image] Dec 21 03:09:19.517 INFO O| Dec 21 03:09:19.517 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-21T03:09:21.631Z[ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67242024-12-21T03:09:21.631Z[ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO STEP 776 (remove_files) COMPLETE
67252024-12-21T03:09:21.632Z[ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-21T03:09:21.681Z[ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67272024-12-21T03:09:21.681Z[ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO STEP 777 (remove_files) COMPLETE
67282024-12-21T03:09:21.693Z[ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-21T03:09:21.699Z[ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67302024-12-21T03:09:21.699Z[ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO STEP 778 (remove_files) COMPLETE
67312024-12-21T03:09:21.699Z[ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-21T03:09:21.728Z[ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67332024-12-21T03:09:21.728Z[ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.638 INFO STEP 779 (remove_files) COMPLETE
67342024-12-21T03:09:21.728Z[ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.638 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-21T03:09:21.741Z[ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67362024-12-21T03:09:21.741Z[ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO STEP 780 (remove_files) COMPLETE
67372024-12-21T03:09:21.750Z[ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-21T03:09:21.779Z[ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67392024-12-21T03:09:21.779Z[ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO STEP 781 (remove_files) COMPLETE
67402024-12-21T03:09:21.779Z[ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-21T03:09:21.798Z[ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67422024-12-21T03:09:21.798Z[ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO STEP 782 (remove_files) COMPLETE
67432024-12-21T03:09:21.798Z[ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-21T03:09:21.831Z[ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67452024-12-21T03:09:21.831Z[ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.750 INFO STEP 783 (remove_files) COMPLETE
67462024-12-21T03:09:21.835Z[ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.750 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-21T03:09:21.888Z[ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67482024-12-21T03:09:21.888Z[ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO STEP 784 (remove_files) COMPLETE
67492024-12-21T03:09:21.888Z[ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-21T03:09:21.919Z[ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67512024-12-21T03:09:21.919Z[ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO STEP 785 (remove_files) COMPLETE
67522024-12-21T03:09:21.927Z[ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-21T03:09:22.013Z[ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67542024-12-21T03:09:22.013Z[ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO STEP 786 (remove_files) COMPLETE
67552024-12-21T03:09:22.026Z[ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-21T03:09:22.082Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67572024-12-21T03:09:22.097Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 787 (remove_files) COMPLETE
67582024-12-21T03:09:22.099Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-21T03:09:22.113Z[ recovery-image] Dec 21 03:09:20.012 INFO O| Dec 21 03:09:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67602024-12-21T03:09:22.113Z[ host-image] Dec 21 03:09:20.021 INFO O| Dec 21 03:09:20.021 INFO O| Done
67612024-12-21T03:09:22.133Z[ recovery-image] Dec 21 03:09:20.040 INFO O| Dec 21 03:09:20.040 INFO STEP 788 (remove_files) COMPLETE
67622024-12-21T03:09:22.133Z[ recovery-image] Dec 21 03:09:20.040 INFO O| Dec 21 03:09:20.040 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-21T03:09:22.224Z[ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67642024-12-21T03:09:22.232Z[ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO STEP 789 (remove_files) COMPLETE
67652024-12-21T03:09:22.232Z[ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-21T03:09:22.243Z[ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67672024-12-21T03:09:22.243Z[ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO STEP 790 (remove_files) COMPLETE
67682024-12-21T03:09:22.243Z[ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-21T03:09:22.286Z[ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67702024-12-21T03:09:22.286Z[ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO STEP 791 (remove_files) COMPLETE
67712024-12-21T03:09:22.286Z[ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-21T03:09:22.410Z[ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67732024-12-21T03:09:22.410Z[ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.329 INFO STEP 792 (remove_files) COMPLETE
67742024-12-21T03:09:22.420Z[ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.329 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-21T03:09:22.430Z[ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67762024-12-21T03:09:22.430Z[ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.348 INFO STEP 793 (remove_files) COMPLETE
67772024-12-21T03:09:22.430Z[ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.348 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-21T03:09:22.452Z[ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67792024-12-21T03:09:22.453Z[ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.365 INFO STEP 794 (remove_files) COMPLETE
67802024-12-21T03:09:22.453Z[ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.366 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-21T03:09:22.473Z[ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67822024-12-21T03:09:22.479Z[ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO STEP 795 (remove_files) COMPLETE
67832024-12-21T03:09:22.479Z[ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-21T03:09:22.497Z[ recovery-image] Dec 21 03:09:20.401 INFO O| Dec 21 03:09:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67852024-12-21T03:09:22.497Z[ recovery-image] Dec 21 03:09:20.402 INFO O| Dec 21 03:09:20.402 INFO STEP 796 (remove_files) COMPLETE
67862024-12-21T03:09:22.497Z[ recovery-image] Dec 21 03:09:20.402 INFO O| Dec 21 03:09:20.402 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-21T03:09:22.505Z[ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67882024-12-21T03:09:22.506Z[ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO STEP 797 (remove_files) COMPLETE
67892024-12-21T03:09:22.506Z[ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-21T03:09:22.518Z[ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67912024-12-21T03:09:22.518Z[ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO STEP 798 (remove_files) COMPLETE
67922024-12-21T03:09:22.518Z[ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-21T03:09:22.548Z[ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67942024-12-21T03:09:22.548Z[ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO STEP 799 (remove_files) COMPLETE
67952024-12-21T03:09:22.572Z[ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-21T03:09:22.595Z[ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67972024-12-21T03:09:22.595Z[ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO STEP 800 (remove_files) COMPLETE
67982024-12-21T03:09:22.595Z[ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-21T03:09:22.661Z[ recovery-image] Dec 21 03:09:20.579 INFO O| Dec 21 03:09:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68002024-12-21T03:09:22.661Z[ recovery-image] Dec 21 03:09:20.579 INFO O| Dec 21 03:09:20.579 INFO STEP 801 (remove_files) COMPLETE
68012024-12-21T03:09:22.670Z[ recovery-image] Dec 21 03:09:20.580 INFO O| Dec 21 03:09:20.579 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-21T03:09:22.714Z[ recovery-image] Dec 21 03:09:20.621 INFO O| Dec 21 03:09:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68032024-12-21T03:09:22.714Z[ recovery-image] Dec 21 03:09:20.622 INFO O| Dec 21 03:09:20.621 INFO STEP 802 (remove_files) COMPLETE
68042024-12-21T03:09:22.714Z[ recovery-image] Dec 21 03:09:20.622 INFO O| Dec 21 03:09:20.622 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-21T03:09:22.725Z[ recovery-image] Dec 21 03:09:20.639 INFO O| Dec 21 03:09:20.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68062024-12-21T03:09:22.725Z[ recovery-image] Dec 21 03:09:20.640 INFO O| Dec 21 03:09:20.639 INFO STEP 803 (remove_files) COMPLETE
68072024-12-21T03:09:22.725Z[ recovery-image] Dec 21 03:09:20.640 INFO O| Dec 21 03:09:20.640 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-21T03:09:22.750Z[ recovery-image] Dec 21 03:09:20.656 INFO O| Dec 21 03:09:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68092024-12-21T03:09:22.750Z[ recovery-image] Dec 21 03:09:20.656 INFO O| Dec 21 03:09:20.656 INFO STEP 804 (remove_files) COMPLETE
68102024-12-21T03:09:22.750Z[ recovery-image] Dec 21 03:09:20.657 INFO O| Dec 21 03:09:20.656 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-21T03:09:22.777Z[ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68122024-12-21T03:09:22.777Z[ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO STEP 805 (remove_files) COMPLETE
68132024-12-21T03:09:22.777Z[ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-21T03:09:22.821Z[ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68152024-12-21T03:09:22.821Z[ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO STEP 806 (remove_files) COMPLETE
68162024-12-21T03:09:22.829Z[ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-21T03:09:22.870Z[ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68182024-12-21T03:09:22.870Z[ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO STEP 807 (remove_files) COMPLETE
68192024-12-21T03:09:22.870Z[ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-21T03:09:22.935Z[ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68212024-12-21T03:09:22.935Z[ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO STEP 808 (remove_files) COMPLETE
68222024-12-21T03:09:22.935Z[ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-21T03:09:22.946Z[ recovery-image] Dec 21 03:09:20.865 INFO O| Dec 21 03:09:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68242024-12-21T03:09:22.954Z[ recovery-image] Dec 21 03:09:20.865 INFO O| Dec 21 03:09:20.865 INFO STEP 809 (remove_files) COMPLETE
68252024-12-21T03:09:22.955Z[ recovery-image] Dec 21 03:09:20.866 INFO O| Dec 21 03:09:20.865 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-21T03:09:23.005Z[ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68272024-12-21T03:09:23.006Z[ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO STEP 810 (remove_files) COMPLETE
68282024-12-21T03:09:23.006Z[ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-21T03:09:23.024Z[ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68302024-12-21T03:09:23.024Z[ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO STEP 811 (remove_files) COMPLETE
68312024-12-21T03:09:23.024Z[ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-21T03:09:23.116Z[ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68332024-12-21T03:09:23.117Z[ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO STEP 812 (remove_files) COMPLETE
68342024-12-21T03:09:23.118Z[ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-21T03:09:23.136Z[ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68362024-12-21T03:09:23.136Z[ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO STEP 813 (remove_files) COMPLETE
68372024-12-21T03:09:23.136Z[ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-21T03:09:23.208Z[ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68392024-12-21T03:09:23.209Z[ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO STEP 814 (remove_files) COMPLETE
68402024-12-21T03:09:23.209Z[ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-21T03:09:23.228Z[ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68422024-12-21T03:09:23.228Z[ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO STEP 815 (remove_files) COMPLETE
68432024-12-21T03:09:23.257Z[ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-21T03:09:23.269Z[ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68452024-12-21T03:09:23.269Z[ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO STEP 816 (remove_files) COMPLETE
68462024-12-21T03:09:23.269Z[ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-21T03:09:23.309Z[ recovery-image] Dec 21 03:09:21.213 INFO O| Dec 21 03:09:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68482024-12-21T03:09:23.317Z[ recovery-image] Dec 21 03:09:21.234 INFO O| Dec 21 03:09:21.234 INFO STEP 817 (remove_files) COMPLETE
68492024-12-21T03:09:23.317Z[ recovery-image] Dec 21 03:09:21.234 INFO O| Dec 21 03:09:21.234 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-21T03:09:23.372Z[ recovery-image] Dec 21 03:09:21.290 INFO O| Dec 21 03:09:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68512024-12-21T03:09:23.373Z[ recovery-image] Dec 21 03:09:21.290 INFO O| Dec 21 03:09:21.290 INFO STEP 818 (remove_files) COMPLETE
68522024-12-21T03:09:23.373Z[ recovery-image] Dec 21 03:09:21.291 INFO O| Dec 21 03:09:21.290 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-21T03:09:23.391Z[ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68542024-12-21T03:09:23.391Z[ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO STEP 819 (remove_files) COMPLETE
68552024-12-21T03:09:23.404Z[ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-21T03:09:23.426Z[ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68572024-12-21T03:09:23.427Z[ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO STEP 820 (remove_files) COMPLETE
68582024-12-21T03:09:23.437Z[ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-21T03:09:23.448Z[ recovery-image] Dec 21 03:09:21.366 INFO O| Dec 21 03:09:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68602024-12-21T03:09:23.448Z[ recovery-image] Dec 21 03:09:21.367 INFO O| Dec 21 03:09:21.366 INFO STEP 821 (remove_files) COMPLETE
68612024-12-21T03:09:23.490Z[ recovery-image] Dec 21 03:09:21.367 INFO O| Dec 21 03:09:21.366 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-21T03:09:23.490Z[ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68632024-12-21T03:09:23.490Z[ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO STEP 822 (remove_files) COMPLETE
68642024-12-21T03:09:23.490Z[ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-21T03:09:23.505Z[ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68662024-12-21T03:09:23.505Z[ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO STEP 823 (remove_files) COMPLETE
68672024-12-21T03:09:23.506Z[ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-21T03:09:23.533Z[ recovery-image] Dec 21 03:09:21.428 INFO O| Dec 21 03:09:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68692024-12-21T03:09:23.533Z[ recovery-image] Dec 21 03:09:21.428 INFO O| Dec 21 03:09:21.428 INFO STEP 824 (remove_files) COMPLETE
68702024-12-21T03:09:23.533Z[ recovery-image] Dec 21 03:09:21.429 INFO O| Dec 21 03:09:21.428 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-21T03:09:23.541Z[ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68722024-12-21T03:09:23.541Z[ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO STEP 825 (remove_files) COMPLETE
68732024-12-21T03:09:23.541Z[ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-21T03:09:23.553Z[ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68752024-12-21T03:09:23.553Z[ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO STEP 826 (remove_files) COMPLETE
68762024-12-21T03:09:23.568Z[ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-21T03:09:23.575Z[ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68782024-12-21T03:09:23.575Z[ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO STEP 827 (remove_files) COMPLETE
68792024-12-21T03:09:23.583Z[ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-21T03:09:23.596Z[ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68812024-12-21T03:09:23.596Z[ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO STEP 828 (remove_files) COMPLETE
68822024-12-21T03:09:23.619Z[ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-21T03:09:23.626Z[ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68842024-12-21T03:09:23.626Z[ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO STEP 829 (remove_files) COMPLETE
68852024-12-21T03:09:23.626Z[ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-21T03:09:23.636Z[ recovery-image] Dec 21 03:09:21.554 INFO O| Dec 21 03:09:21.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68872024-12-21T03:09:23.636Z[ recovery-image] Dec 21 03:09:21.554 INFO O| Dec 21 03:09:21.554 INFO STEP 830 (remove_files) COMPLETE
68882024-12-21T03:09:23.652Z[ recovery-image] Dec 21 03:09:21.555 INFO O| Dec 21 03:09:21.554 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-21T03:09:23.665Z[ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68902024-12-21T03:09:23.665Z[ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO STEP 831 (remove_files) COMPLETE
68912024-12-21T03:09:23.665Z[ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-21T03:09:23.677Z[ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68932024-12-21T03:09:23.677Z[ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.596 INFO STEP 832 (remove_files) COMPLETE
68942024-12-21T03:09:23.685Z[ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.596 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-21T03:09:23.714Z[ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68962024-12-21T03:09:23.714Z[ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO STEP 833 (remove_files) COMPLETE
68972024-12-21T03:09:23.727Z[ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-21T03:09:23.745Z[ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68992024-12-21T03:09:23.752Z[ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO STEP 834 (remove_files) COMPLETE
69002024-12-21T03:09:23.752Z[ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-21T03:09:23.772Z[ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69022024-12-21T03:09:23.772Z[ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO STEP 835 (remove_files) COMPLETE
69032024-12-21T03:09:23.772Z[ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-21T03:09:23.788Z[ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69052024-12-21T03:09:23.788Z[ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO STEP 836 (remove_files) COMPLETE
69062024-12-21T03:09:23.788Z[ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-21T03:09:23.813Z[ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69082024-12-21T03:09:23.813Z[ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO STEP 837 (remove_files) COMPLETE
69092024-12-21T03:09:23.813Z[ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-21T03:09:23.834Z[ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69112024-12-21T03:09:23.834Z[ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO STEP 838 (remove_files) COMPLETE
69122024-12-21T03:09:23.838Z[ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-21T03:09:23.868Z[ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69142024-12-21T03:09:23.890Z[ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO STEP 839 (remove_files) COMPLETE
69152024-12-21T03:09:23.890Z[ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-21T03:09:23.948Z[ recovery-image] Dec 21 03:09:21.823 INFO O| Dec 21 03:09:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69172024-12-21T03:09:23.948Z[ recovery-image] Dec 21 03:09:21.823 INFO O| Dec 21 03:09:21.823 INFO STEP 840 (remove_files) COMPLETE
69182024-12-21T03:09:23.948Z[ recovery-image] Dec 21 03:09:21.824 INFO O| Dec 21 03:09:21.823 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-21T03:09:23.969Z[ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69202024-12-21T03:09:23.969Z[ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO STEP 841 (remove_files) COMPLETE
69212024-12-21T03:09:23.969Z[ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-21T03:09:24.009Z[ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69232024-12-21T03:09:24.010Z[ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO STEP 842 (remove_files) COMPLETE
69242024-12-21T03:09:24.014Z[ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-21T03:09:24.030Z[ recovery-image] Dec 21 03:09:21.948 INFO O| Dec 21 03:09:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69262024-12-21T03:09:24.030Z[ recovery-image] Dec 21 03:09:21.949 INFO O| Dec 21 03:09:21.948 INFO STEP 843 (remove_files) COMPLETE
69272024-12-21T03:09:24.037Z[ recovery-image] Dec 21 03:09:21.949 INFO O| Dec 21 03:09:21.949 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-21T03:09:24.127Z[ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69292024-12-21T03:09:24.127Z[ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO STEP 844 (remove_files) COMPLETE
69302024-12-21T03:09:24.142Z[ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-21T03:09:24.152Z[ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69322024-12-21T03:09:24.152Z[ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO STEP 845 (remove_files) COMPLETE
69332024-12-21T03:09:24.162Z[ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-21T03:09:24.177Z[ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69352024-12-21T03:09:24.177Z[ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO STEP 846 (remove_files) COMPLETE
69362024-12-21T03:09:24.195Z[ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-21T03:09:24.225Z[ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69382024-12-21T03:09:24.225Z[ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO STEP 847 (remove_files) COMPLETE
69392024-12-21T03:09:24.235Z[ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-21T03:09:24.255Z[ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69412024-12-21T03:09:24.255Z[ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO STEP 848 (remove_files) COMPLETE
69422024-12-21T03:09:24.256Z[ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-21T03:09:27.869Z[ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69442024-12-21T03:09:27.869Z[ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO STEP 849 (remove_files) COMPLETE
69452024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69472024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO STEP 850 (remove_files) COMPLETE
69482024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69502024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO STEP 851 (remove_files) COMPLETE
69512024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-21T03:09:27.916Z[ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69532024-12-21T03:09:27.917Z[ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO STEP 852 (remove_files) COMPLETE
69542024-12-21T03:09:27.917Z[ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.320 INFO O| Dec 21 03:09:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69562024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.320 INFO O| Dec 21 03:09:22.320 INFO STEP 853 (remove_files) COMPLETE
69572024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.321 INFO O| Dec 21 03:09:22.320 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69592024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO STEP 854 (remove_files) COMPLETE
69602024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69622024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO STEP 855 (remove_files) COMPLETE
69632024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69652024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO STEP 856 (remove_files) COMPLETE
69662024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69682024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO STEP 857 (remove_files) COMPLETE
69692024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-21T03:09:27.918Z[ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69712024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO STEP 858 (remove_files) COMPLETE
69722024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.439 INFO O| Dec 21 03:09:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69742024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.439 INFO O| Dec 21 03:09:22.439 INFO STEP 859 (remove_files) COMPLETE
69752024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.440 INFO O| Dec 21 03:09:22.439 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.490 INFO O| Dec 21 03:09:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69772024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.490 INFO O| Dec 21 03:09:22.490 INFO STEP 860 (remove_files) COMPLETE
69782024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.491 INFO O| Dec 21 03:09:22.490 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69802024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO STEP 861 (remove_files) COMPLETE
69812024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-21T03:09:27.919Z[ recovery-image] Dec 21 03:09:22.556 INFO O| Dec 21 03:09:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69832024-12-21T03:09:27.921Z[ recovery-image] Dec 21 03:09:22.556 INFO O| Dec 21 03:09:22.556 INFO STEP 862 (remove_files) COMPLETE
69842024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.557 INFO O| Dec 21 03:09:22.556 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69862024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO STEP 863 (remove_files) COMPLETE
69872024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.598 INFO O| Dec 21 03:09:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69892024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.598 INFO O| Dec 21 03:09:22.598 INFO STEP 864 (remove_files) COMPLETE
69902024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.599 INFO O| Dec 21 03:09:22.599 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69922024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO STEP 865 (remove_files) COMPLETE
69932024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69952024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO STEP 866 (remove_files) COMPLETE
69962024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69982024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO STEP 867 (remove_files) COMPLETE
69992024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.703 INFO O| Dec 21 03:09:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70012024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.704 INFO O| Dec 21 03:09:22.703 INFO STEP 868 (remove_files) COMPLETE
70022024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.704 INFO O| Dec 21 03:09:22.703 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70042024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO STEP 869 (remove_files) COMPLETE
70052024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-21T03:09:27.922Z[ host-image] Dec 21 03:09:22.789 INFO O| Dec 21 03:09:22.789 INFO O| Done
70072024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70082024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO STEP 870 (remove_files) COMPLETE
70092024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70112024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.814 INFO STEP 871 (remove_files) COMPLETE
70122024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.814 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70142024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO STEP 872 (remove_files) COMPLETE
70152024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70172024-12-21T03:09:27.922Z[ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO STEP 873 (remove_files) COMPLETE
70182024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T03:09:27.923Z[ host-image] Dec 21 03:09:22.854 INFO O| Dec 21 03:09:22.854 INFO O| Done
70202024-12-21T03:09:27.923Z[ host-image] Dec 21 03:09:22.854 INFO O| Dec 21 03:09:22.854 INFO O| Done
70212024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70222024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO STEP 874 (remove_files) COMPLETE
70232024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70252024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO STEP 875 (remove_files) COMPLETE
70262024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.917 INFO O| Dec 21 03:09:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70282024-12-21T03:09:27.923Z[ host-image] Dec 21 03:09:22.929 INFO O| Dec 21 03:09:22.929 INFO O| Done
70292024-12-21T03:09:27.923Z[ recovery-image] Dec 21 03:09:22.943 INFO O| Dec 21 03:09:22.943 INFO STEP 876 (remove_files) COMPLETE
70302024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.943 INFO O| Dec 21 03:09:22.943 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.975 INFO O| Dec 21 03:09:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70322024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.976 INFO O| Dec 21 03:09:22.975 INFO STEP 877 (remove_files) COMPLETE
70332024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.976 INFO O| Dec 21 03:09:22.976 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70352024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO STEP 878 (remove_files) COMPLETE
70362024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70382024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.052 INFO STEP 879 (remove_files) COMPLETE
70392024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.052 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70412024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO STEP 880 (remove_files) COMPLETE
70422024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70442024-12-21T03:09:27.925Z[ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO STEP 881 (remove_files) COMPLETE
70452024-12-21T03:09:27.949Z[ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T03:09:27.949Z[ host-image] Dec 21 03:09:23.121 INFO O| Dec 21 03:09:23.120 INFO STEP 13 (pkg_install) COMPLETE
70472024-12-21T03:09:27.949Z[ host-image] Dec 21 03:09:23.121 INFO O| Dec 21 03:09:23.120 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70482024-12-21T03:09:27.949Z[ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70492024-12-21T03:09:27.949Z[ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO STEP 882 (remove_files) COMPLETE
70502024-12-21T03:09:27.949Z[ host-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
70512024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70532024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO STEP 883 (remove_files) COMPLETE
70542024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70562024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO STEP 884 (remove_files) COMPLETE
70572024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70592024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO STEP 885 (remove_files) COMPLETE
70602024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.262 INFO O| Dec 21 03:09:23.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70622024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.285 INFO O| Dec 21 03:09:23.285 INFO STEP 886 (remove_files) COMPLETE
70632024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.285 INFO O| Dec 21 03:09:23.285 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70652024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO STEP 887 (remove_files) COMPLETE
70662024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.368 INFO O| Dec 21 03:09:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70682024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.391 INFO O| Dec 21 03:09:23.391 INFO STEP 888 (remove_files) COMPLETE
70692024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.391 INFO O| Dec 21 03:09:23.391 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70712024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO STEP 889 (remove_files) COMPLETE
70722024-12-21T03:09:27.950Z[ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70742024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO STEP 890 (remove_files) COMPLETE
70752024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70772024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO STEP 891 (remove_files) COMPLETE
70782024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.549 INFO O| Dec 21 03:09:23.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70802024-12-21T03:09:27.951Z[ recovery-image] Dec 21 03:09:23.550 INFO O| Dec 21 03:09:23.550 INFO STEP 892 (remove_files) COMPLETE
70812024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.550 INFO O| Dec 21 03:09:23.550 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70832024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO STEP 893 (remove_files) COMPLETE
70842024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.592 INFO O| Dec 21 03:09:23.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70862024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.592 INFO O| Dec 21 03:09:23.592 INFO STEP 894 (remove_files) COMPLETE
70872024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.593 INFO O| Dec 21 03:09:23.592 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70892024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO STEP 895 (remove_files) COMPLETE
70902024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70922024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO STEP 896 (remove_files) COMPLETE
70932024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.726 INFO O| Dec 21 03:09:23.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70952024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.727 INFO O| Dec 21 03:09:23.726 INFO STEP 897 (remove_files) COMPLETE
70962024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.727 INFO O| Dec 21 03:09:23.727 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-21T03:09:27.952Z[ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70982024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO STEP 898 (remove_files) COMPLETE
70992024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71012024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO STEP 899 (remove_files) COMPLETE
71022024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71042024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO STEP 900 (remove_files) COMPLETE
71052024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71072024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO STEP 901 (remove_files) COMPLETE
71082024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71102024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO STEP 902 (remove_files) COMPLETE
71112024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71132024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO STEP 903 (remove_files) COMPLETE
71142024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71162024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO STEP 904 (remove_files) COMPLETE
71172024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71192024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO STEP 905 (remove_files) COMPLETE
71202024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71222024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO STEP 906 (remove_files) COMPLETE
71232024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71252024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO STEP 907 (remove_files) COMPLETE
71262024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71282024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO STEP 908 (remove_files) COMPLETE
71292024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71312024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO STEP 909 (remove_files) COMPLETE
71322024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-21T03:09:27.953Z[ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71342024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.279 INFO STEP 910 (remove_files) COMPLETE
71352024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.279 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71372024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO STEP 911 (remove_files) COMPLETE
71382024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71402024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO STEP 912 (remove_files) COMPLETE
71412024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71432024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO STEP 913 (remove_files) COMPLETE
71442024-12-21T03:09:27.954Z[ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71462024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO STEP 914 (remove_files) COMPLETE
71472024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71492024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO STEP 915 (remove_files) COMPLETE
71502024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71522024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO STEP 916 (remove_files) COMPLETE
71532024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.479 INFO O| Dec 21 03:09:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71552024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.480 INFO O| Dec 21 03:09:24.479 INFO STEP 917 (remove_files) COMPLETE
71562024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.480 INFO O| Dec 21 03:09:24.480 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71582024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO STEP 918 (remove_files) COMPLETE
71592024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71612024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO STEP 919 (remove_files) COMPLETE
71622024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71642024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO STEP 920 (remove_files) COMPLETE
71652024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71672024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO STEP 921 (remove_files) COMPLETE
71682024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.569 INFO O| Dec 21 03:09:24.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71702024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.570 INFO O| Dec 21 03:09:24.569 INFO STEP 922 (remove_files) COMPLETE
71712024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.570 INFO O| Dec 21 03:09:24.570 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71732024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO STEP 923 (remove_files) COMPLETE
71742024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-21T03:09:27.968Z[ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71762024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.604 INFO STEP 924 (remove_files) COMPLETE
71772024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.604 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71792024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO STEP 925 (remove_files) COMPLETE
71802024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71822024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO STEP 926 (remove_files) COMPLETE
71832024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71852024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.675 INFO STEP 927 (remove_files) COMPLETE
71862024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.675 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71882024-12-21T03:09:27.969Z[ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO STEP 928 (remove_files) COMPLETE
71892024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.726 INFO O| Dec 21 03:09:24.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71912024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.727 INFO O| Dec 21 03:09:24.726 INFO STEP 929 (remove_files) COMPLETE
71922024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.727 INFO O| Dec 21 03:09:24.727 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.746 INFO O| Dec 21 03:09:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71942024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.746 INFO O| Dec 21 03:09:24.746 INFO STEP 930 (remove_files) COMPLETE
71952024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.747 INFO O| Dec 21 03:09:24.747 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-21T03:09:27.970Z[ host-image] Dec 21 03:09:24.754 INFO O| Dec 21 03:09:24.754 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71972024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71982024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO STEP 931 (remove_files) COMPLETE
71992024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72012024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO STEP 932 (remove_files) COMPLETE
72022024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-21T03:09:27.970Z[ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72042024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO STEP 933 (remove_files) COMPLETE
72052024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.842 INFO O| Dec 21 03:09:24.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72072024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.842 INFO O| Dec 21 03:09:24.842 INFO STEP 934 (remove_files) COMPLETE
72082024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.843 INFO O| Dec 21 03:09:24.842 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.861 INFO O| Dec 21 03:09:24.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72102024-12-21T03:09:27.971Z[ recovery-image] Dec 21 03:09:24.861 INFO O| Dec 21 03:09:24.861 INFO STEP 935 (remove_files) COMPLETE
72112024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.862 INFO O| Dec 21 03:09:24.861 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72132024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO STEP 936 (remove_files) COMPLETE
72142024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72162024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO STEP 937 (remove_files) COMPLETE
72172024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72192024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO STEP 938 (remove_files) COMPLETE
72202024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72222024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO STEP 939 (remove_files) COMPLETE
72232024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:25.017 INFO O| Dec 21 03:09:25.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72252024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:25.018 INFO O| Dec 21 03:09:25.018 INFO STEP 940 (remove_files) COMPLETE
72262024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:25.018 INFO O| Dec 21 03:09:25.018 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-21T03:09:27.972Z[ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72282024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO STEP 941 (remove_files) COMPLETE
72292024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72312024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO STEP 942 (remove_files) COMPLETE
72322024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-21T03:09:27.973Z[ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72342024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO STEP 943 (remove_files) COMPLETE
72352024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72372024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.106 INFO STEP 944 (remove_files) COMPLETE
72382024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.106 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72402024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO STEP 945 (remove_files) COMPLETE
72412024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72432024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO STEP 946 (remove_files) COMPLETE
72442024-12-21T03:09:27.974Z[ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-21T03:09:27.989Z[ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72462024-12-21T03:09:27.989Z[ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO STEP 947 (remove_files) COMPLETE
72472024-12-21T03:09:27.989Z[ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-21T03:09:27.989Z[ recovery-image] Dec 21 03:09:25.203 INFO O| Dec 21 03:09:25.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72492024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.203 INFO O| Dec 21 03:09:25.203 INFO STEP 948 (remove_files) COMPLETE
72502024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.204 INFO O| Dec 21 03:09:25.203 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72522024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO STEP 949 (remove_files) COMPLETE
72532024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.248 INFO O| Dec 21 03:09:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72552024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.248 INFO O| Dec 21 03:09:25.248 INFO STEP 950 (remove_files) COMPLETE
72562024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.249 INFO O| Dec 21 03:09:25.248 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.309 INFO O| Dec 21 03:09:25.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72582024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.310 INFO O| Dec 21 03:09:25.309 INFO STEP 951 (remove_files) COMPLETE
72592024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.310 INFO O| Dec 21 03:09:25.309 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72612024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO STEP 952 (remove_files) COMPLETE
72622024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72642024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO STEP 953 (remove_files) COMPLETE
72652024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72672024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO STEP 954 (remove_files) COMPLETE
72682024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-21T03:09:27.990Z[ recovery-image] Dec 21 03:09:25.440 INFO O| Dec 21 03:09:25.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72702024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.440 INFO O| Dec 21 03:09:25.440 INFO STEP 955 (remove_files) COMPLETE
72712024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.441 INFO O| Dec 21 03:09:25.440 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72732024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO STEP 956 (remove_files) COMPLETE
72742024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72762024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO STEP 957 (remove_files) COMPLETE
72772024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.515 INFO O| Dec 21 03:09:25.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72792024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.515 INFO O| Dec 21 03:09:25.515 INFO STEP 958 (remove_files) COMPLETE
72802024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.516 INFO O| Dec 21 03:09:25.516 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.534 INFO O| Dec 21 03:09:25.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72822024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.535 INFO O| Dec 21 03:09:25.534 INFO STEP 959 (remove_files) COMPLETE
72832024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.535 INFO O| Dec 21 03:09:25.535 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72852024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO STEP 960 (remove_files) COMPLETE
72862024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72882024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO STEP 961 (remove_files) COMPLETE
72892024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72912024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO STEP 962 (remove_files) COMPLETE
72922024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72942024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO STEP 963 (remove_files) COMPLETE
72952024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72972024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.748 INFO STEP 964 (remove_files) COMPLETE
72982024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.748 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.857 INFO O| Dec 21 03:09:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73002024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.858 INFO O| Dec 21 03:09:25.858 INFO STEP 965 (remove_files) COMPLETE
73012024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.858 INFO O| Dec 21 03:09:25.858 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73032024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO STEP 966 (remove_files) COMPLETE
73042024-12-21T03:09:27.991Z[ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-21T03:09:28.002Z[ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73062024-12-21T03:09:28.002Z[ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO STEP 967 (remove_files) COMPLETE
73072024-12-21T03:09:28.002Z[ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-21T03:09:28.045Z[ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73092024-12-21T03:09:28.045Z[ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO STEP 968 (remove_files) COMPLETE
73102024-12-21T03:09:28.047Z[ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-21T03:09:28.079Z[ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73122024-12-21T03:09:28.079Z[ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO STEP 969 (remove_files) COMPLETE
73132024-12-21T03:09:28.083Z[ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-21T03:09:28.105Z[ recovery-image] Dec 21 03:09:26.021 INFO O| Dec 21 03:09:26.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73152024-12-21T03:09:28.105Z[ recovery-image] Dec 21 03:09:26.022 INFO O| Dec 21 03:09:26.021 INFO STEP 970 (remove_files) COMPLETE
73162024-12-21T03:09:28.106Z[ recovery-image] Dec 21 03:09:26.022 INFO O| Dec 21 03:09:26.022 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-21T03:09:28.126Z[ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73182024-12-21T03:09:28.126Z[ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.044 INFO STEP 971 (remove_files) COMPLETE
73192024-12-21T03:09:28.126Z[ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.044 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-21T03:09:28.146Z[ recovery-image] Dec 21 03:09:26.063 INFO O| Dec 21 03:09:26.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73212024-12-21T03:09:28.146Z[ recovery-image] Dec 21 03:09:26.064 INFO O| Dec 21 03:09:26.064 INFO STEP 972 (remove_files) COMPLETE
73222024-12-21T03:09:28.149Z[ recovery-image] Dec 21 03:09:26.064 INFO O| Dec 21 03:09:26.064 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-21T03:09:28.165Z[ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73242024-12-21T03:09:28.165Z[ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO STEP 973 (remove_files) COMPLETE
73252024-12-21T03:09:28.165Z[ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-21T03:09:28.183Z[ recovery-image] Dec 21 03:09:26.100 INFO O| Dec 21 03:09:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73272024-12-21T03:09:28.187Z[ recovery-image] Dec 21 03:09:26.100 INFO O| Dec 21 03:09:26.100 INFO STEP 974 (remove_files) COMPLETE
73282024-12-21T03:09:28.189Z[ recovery-image] Dec 21 03:09:26.101 INFO O| Dec 21 03:09:26.100 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-21T03:09:28.206Z[ recovery-image] Dec 21 03:09:26.120 INFO O| Dec 21 03:09:26.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73302024-12-21T03:09:28.206Z[ recovery-image] Dec 21 03:09:26.120 INFO O| Dec 21 03:09:26.120 INFO STEP 975 (remove_files) COMPLETE
73312024-12-21T03:09:28.208Z[ recovery-image] Dec 21 03:09:26.121 INFO O| Dec 21 03:09:26.120 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-21T03:09:28.227Z[ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73332024-12-21T03:09:28.227Z[ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.145 INFO STEP 976 (remove_files) COMPLETE
73342024-12-21T03:09:28.229Z[ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.145 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-21T03:09:28.253Z[ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73362024-12-21T03:09:28.256Z[ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO STEP 977 (remove_files) COMPLETE
73372024-12-21T03:09:28.257Z[ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-21T03:09:28.273Z[ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73392024-12-21T03:09:28.275Z[ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.191 INFO STEP 978 (remove_files) COMPLETE
73402024-12-21T03:09:28.276Z[ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.191 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-21T03:09:28.302Z[ recovery-image] Dec 21 03:09:26.219 INFO O| Dec 21 03:09:26.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73422024-12-21T03:09:28.302Z[ recovery-image] Dec 21 03:09:26.220 INFO O| Dec 21 03:09:26.219 INFO STEP 979 (remove_files) COMPLETE
73432024-12-21T03:09:28.303Z[ recovery-image] Dec 21 03:09:26.220 INFO O| Dec 21 03:09:26.220 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-21T03:09:28.341Z[ recovery-image] Dec 21 03:09:26.258 INFO O| Dec 21 03:09:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73452024-12-21T03:09:28.341Z[ recovery-image] Dec 21 03:09:26.259 INFO O| Dec 21 03:09:26.258 INFO STEP 980 (remove_files) COMPLETE
73462024-12-21T03:09:28.341Z[ recovery-image] Dec 21 03:09:26.259 INFO O| Dec 21 03:09:26.259 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-21T03:09:28.383Z[ recovery-image] Dec 21 03:09:26.300 INFO O| Dec 21 03:09:26.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73482024-12-21T03:09:28.386Z[ recovery-image] Dec 21 03:09:26.300 INFO O| Dec 21 03:09:26.300 INFO STEP 981 (remove_files) COMPLETE
73492024-12-21T03:09:28.386Z[ recovery-image] Dec 21 03:09:26.301 INFO O| Dec 21 03:09:26.300 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-21T03:09:28.431Z[ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73512024-12-21T03:09:28.431Z[ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO STEP 982 (remove_files) COMPLETE
73522024-12-21T03:09:28.434Z[ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-21T03:09:28.481Z[ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73542024-12-21T03:09:28.481Z[ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO STEP 983 (remove_files) COMPLETE
73552024-12-21T03:09:28.481Z[ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-21T03:09:28.516Z[ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73572024-12-21T03:09:28.516Z[ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO STEP 984 (remove_files) COMPLETE
73582024-12-21T03:09:28.516Z[ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-21T03:09:28.534Z[ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73602024-12-21T03:09:28.534Z[ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO STEP 985 (remove_files) COMPLETE
73612024-12-21T03:09:28.534Z[ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-21T03:09:28.551Z[ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73632024-12-21T03:09:28.551Z[ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO STEP 986 (remove_files) COMPLETE
73642024-12-21T03:09:28.551Z[ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-21T03:09:28.590Z[ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73662024-12-21T03:09:28.593Z[ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO STEP 987 (remove_files) COMPLETE
73672024-12-21T03:09:28.593Z[ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-21T03:09:28.610Z[ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73692024-12-21T03:09:28.613Z[ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO STEP 988 (remove_files) COMPLETE
73702024-12-21T03:09:28.613Z[ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-21T03:09:28.629Z[ recovery-image] Dec 21 03:09:26.546 INFO O| Dec 21 03:09:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73722024-12-21T03:09:28.632Z[ recovery-image] Dec 21 03:09:26.546 INFO O| Dec 21 03:09:26.546 INFO STEP 989 (remove_files) COMPLETE
73732024-12-21T03:09:28.632Z[ recovery-image] Dec 21 03:09:26.547 INFO O| Dec 21 03:09:26.547 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-21T03:09:28.651Z[ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73752024-12-21T03:09:28.654Z[ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.568 INFO STEP 990 (remove_files) COMPLETE
73762024-12-21T03:09:28.654Z[ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.568 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-21T03:09:28.670Z[ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73782024-12-21T03:09:28.673Z[ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO STEP 991 (remove_files) COMPLETE
73792024-12-21T03:09:28.673Z[ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-21T03:09:28.702Z[ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73812024-12-21T03:09:28.702Z[ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO STEP 992 (remove_files) COMPLETE
73822024-12-21T03:09:28.705Z[ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-21T03:09:28.763Z[ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73842024-12-21T03:09:28.763Z[ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO STEP 993 (remove_files) COMPLETE
73852024-12-21T03:09:28.763Z[ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-21T03:09:28.781Z[ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73872024-12-21T03:09:28.781Z[ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO STEP 994 (remove_files) COMPLETE
73882024-12-21T03:09:28.781Z[ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-21T03:09:28.799Z[ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73902024-12-21T03:09:28.799Z[ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO STEP 995 (remove_files) COMPLETE
73912024-12-21T03:09:28.802Z[ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-21T03:09:28.819Z[ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73932024-12-21T03:09:28.822Z[ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO STEP 996 (remove_files) COMPLETE
73942024-12-21T03:09:28.822Z[ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-21T03:09:28.838Z[ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73962024-12-21T03:09:28.838Z[ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO STEP 997 (remove_files) COMPLETE
73972024-12-21T03:09:28.841Z[ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-21T03:09:28.868Z[ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73992024-12-21T03:09:28.871Z[ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO STEP 998 (remove_files) COMPLETE
74002024-12-21T03:09:28.874Z[ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-21T03:09:28.883Z[ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74022024-12-21T03:09:28.883Z[ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO STEP 999 (remove_files) COMPLETE
74032024-12-21T03:09:28.887Z[ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-21T03:09:28.921Z[ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74052024-12-21T03:09:28.921Z[ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO STEP 1000 (remove_files) COMPLETE
74062024-12-21T03:09:28.921Z[ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-21T03:09:28.943Z[ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74082024-12-21T03:09:28.943Z[ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO STEP 1001 (remove_files) COMPLETE
74092024-12-21T03:09:28.947Z[ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-21T03:09:29.002Z[ recovery-image] Dec 21 03:09:26.919 INFO O| Dec 21 03:09:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74112024-12-21T03:09:29.002Z[ recovery-image] Dec 21 03:09:26.920 INFO O| Dec 21 03:09:26.919 INFO STEP 1002 (remove_files) COMPLETE
74122024-12-21T03:09:29.002Z[ recovery-image] Dec 21 03:09:26.920 INFO O| Dec 21 03:09:26.920 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-21T03:09:29.048Z[ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74142024-12-21T03:09:29.051Z[ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO STEP 1003 (remove_files) COMPLETE
74152024-12-21T03:09:29.051Z[ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-21T03:09:29.085Z[ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74172024-12-21T03:09:29.085Z[ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO STEP 1004 (remove_files) COMPLETE
74182024-12-21T03:09:29.088Z[ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-21T03:09:29.119Z[ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74202024-12-21T03:09:29.120Z[ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO STEP 1005 (remove_files) COMPLETE
74212024-12-21T03:09:29.120Z[ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-21T03:09:29.136Z[ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74232024-12-21T03:09:29.136Z[ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO STEP 1006 (remove_files) COMPLETE
74242024-12-21T03:09:29.139Z[ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-21T03:09:29.154Z[ recovery-image] Dec 21 03:09:27.071 INFO O| Dec 21 03:09:27.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74262024-12-21T03:09:29.154Z[ recovery-image] Dec 21 03:09:27.072 INFO O| Dec 21 03:09:27.071 INFO STEP 1007 (remove_files) COMPLETE
74272024-12-21T03:09:29.154Z[ recovery-image] Dec 21 03:09:27.072 INFO O| Dec 21 03:09:27.072 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-21T03:09:29.190Z[ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74292024-12-21T03:09:29.190Z[ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO STEP 1008 (remove_files) COMPLETE
74302024-12-21T03:09:29.194Z[ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-21T03:09:29.223Z[ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74322024-12-21T03:09:29.223Z[ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO STEP 1009 (remove_files) COMPLETE
74332024-12-21T03:09:29.223Z[ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-21T03:09:29.248Z[ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74352024-12-21T03:09:29.248Z[ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO STEP 1010 (remove_files) COMPLETE
74362024-12-21T03:09:29.248Z[ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-21T03:09:29.317Z[ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74382024-12-21T03:09:29.317Z[ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO STEP 1011 (remove_files) COMPLETE
74392024-12-21T03:09:29.335Z[ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-21T03:09:29.345Z[ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74412024-12-21T03:09:29.345Z[ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO STEP 1012 (remove_files) COMPLETE
74422024-12-21T03:09:29.345Z[ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-21T03:09:29.404Z[ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74442024-12-21T03:09:29.404Z[ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO STEP 1013 (remove_files) COMPLETE
74452024-12-21T03:09:29.409Z[ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-21T03:09:29.429Z[ recovery-image] Dec 21 03:09:27.339 INFO O| Dec 21 03:09:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74472024-12-21T03:09:29.429Z[ recovery-image] Dec 21 03:09:27.340 INFO O| Dec 21 03:09:27.340 INFO STEP 1014 (remove_files) COMPLETE
74482024-12-21T03:09:29.435Z[ recovery-image] Dec 21 03:09:27.340 INFO O| Dec 21 03:09:27.340 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-21T03:09:29.445Z[ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74502024-12-21T03:09:29.451Z[ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO STEP 1015 (remove_files) COMPLETE
74512024-12-21T03:09:29.451Z[ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-21T03:09:29.466Z[ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74532024-12-21T03:09:29.466Z[ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO STEP 1016 (remove_files) COMPLETE
74542024-12-21T03:09:29.466Z[ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-21T03:09:29.508Z[ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74562024-12-21T03:09:29.510Z[ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.425 INFO STEP 1017 (remove_files) COMPLETE
74572024-12-21T03:09:29.510Z[ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.425 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-21T03:09:29.543Z[ recovery-image] Dec 21 03:09:27.460 INFO O| Dec 21 03:09:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74592024-12-21T03:09:29.543Z[ recovery-image] Dec 21 03:09:27.460 INFO O| Dec 21 03:09:27.460 INFO STEP 1018 (remove_files) COMPLETE
74602024-12-21T03:09:29.546Z[ recovery-image] Dec 21 03:09:27.461 INFO O| Dec 21 03:09:27.460 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-21T03:09:29.564Z[ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74622024-12-21T03:09:29.564Z[ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO STEP 1019 (remove_files) COMPLETE
74632024-12-21T03:09:29.564Z[ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-21T03:09:29.581Z[ recovery-image] Dec 21 03:09:27.498 INFO O| Dec 21 03:09:27.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74652024-12-21T03:09:29.595Z[ recovery-image] Dec 21 03:09:27.512 INFO O| Dec 21 03:09:27.512 INFO STEP 1020 (remove_files) COMPLETE
74662024-12-21T03:09:29.595Z[ recovery-image] Dec 21 03:09:27.512 INFO O| Dec 21 03:09:27.512 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-21T03:09:29.651Z[ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74682024-12-21T03:09:29.651Z[ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO STEP 1021 (remove_files) COMPLETE
74692024-12-21T03:09:29.651Z[ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-21T03:09:29.704Z[ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74712024-12-21T03:09:29.704Z[ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO STEP 1022 (remove_files) COMPLETE
74722024-12-21T03:09:29.707Z[ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-21T03:09:29.758Z[ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74742024-12-21T03:09:29.758Z[ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO STEP 1023 (remove_files) COMPLETE
74752024-12-21T03:09:29.758Z[ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-21T03:09:29.775Z[ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74772024-12-21T03:09:29.775Z[ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO STEP 1024 (remove_files) COMPLETE
74782024-12-21T03:09:29.778Z[ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-21T03:09:29.804Z[ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74802024-12-21T03:09:29.804Z[ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO STEP 1025 (remove_files) COMPLETE
74812024-12-21T03:09:29.804Z[ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-21T03:09:29.869Z[ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74832024-12-21T03:09:29.870Z[ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO STEP 1026 (remove_files) COMPLETE
74842024-12-21T03:09:29.870Z[ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-21T03:09:29.900Z[ recovery-image] Dec 21 03:09:27.817 INFO O| Dec 21 03:09:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74862024-12-21T03:09:29.902Z[ recovery-image] Dec 21 03:09:27.817 INFO O| Dec 21 03:09:27.817 INFO STEP 1027 (remove_files) COMPLETE
74872024-12-21T03:09:29.902Z[ recovery-image] Dec 21 03:09:27.818 INFO O| Dec 21 03:09:27.817 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-21T03:09:29.947Z[ recovery-image] Dec 21 03:09:27.864 INFO O| Dec 21 03:09:27.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74892024-12-21T03:09:29.947Z[ recovery-image] Dec 21 03:09:27.864 INFO O| Dec 21 03:09:27.864 INFO STEP 1028 (remove_files) COMPLETE
74902024-12-21T03:09:29.950Z[ recovery-image] Dec 21 03:09:27.865 INFO O| Dec 21 03:09:27.864 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-21T03:09:29.966Z[ recovery-image] Dec 21 03:09:27.883 INFO O| Dec 21 03:09:27.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74922024-12-21T03:09:29.966Z[ recovery-image] Dec 21 03:09:27.884 INFO O| Dec 21 03:09:27.883 INFO STEP 1029 (remove_files) COMPLETE
74932024-12-21T03:09:29.969Z[ recovery-image] Dec 21 03:09:27.884 INFO O| Dec 21 03:09:27.883 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-21T03:09:29.984Z[ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74952024-12-21T03:09:29.985Z[ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO STEP 1030 (remove_files) COMPLETE
74962024-12-21T03:09:29.988Z[ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-21T03:09:30.003Z[ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74982024-12-21T03:09:30.003Z[ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO STEP 1031 (remove_files) COMPLETE
74992024-12-21T03:09:30.006Z[ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-21T03:09:30.022Z[ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75012024-12-21T03:09:30.022Z[ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO STEP 1032 (remove_files) COMPLETE
75022024-12-21T03:09:30.022Z[ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-21T03:09:30.052Z[ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75042024-12-21T03:09:30.052Z[ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO STEP 1033 (remove_files) COMPLETE
75052024-12-21T03:09:30.052Z[ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-21T03:09:30.072Z[ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75072024-12-21T03:09:30.072Z[ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO STEP 1034 (remove_files) COMPLETE
75082024-12-21T03:09:30.072Z[ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-21T03:09:30.116Z[ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75102024-12-21T03:09:30.116Z[ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO STEP 1035 (remove_files) COMPLETE
75112024-12-21T03:09:30.116Z[ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-21T03:09:30.155Z[ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75132024-12-21T03:09:30.158Z[ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO STEP 1036 (remove_files) COMPLETE
75142024-12-21T03:09:30.158Z[ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-21T03:09:30.175Z[ recovery-image] Dec 21 03:09:28.092 INFO O| Dec 21 03:09:28.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75162024-12-21T03:09:30.178Z[ recovery-image] Dec 21 03:09:28.093 INFO O| Dec 21 03:09:28.093 INFO STEP 1037 (remove_files) COMPLETE
75172024-12-21T03:09:30.178Z[ recovery-image] Dec 21 03:09:28.093 INFO O| Dec 21 03:09:28.093 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-21T03:09:30.202Z[ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75192024-12-21T03:09:30.202Z[ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO STEP 1038 (remove_files) COMPLETE
75202024-12-21T03:09:30.202Z[ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-21T03:09:30.230Z[ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75222024-12-21T03:09:30.230Z[ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO STEP 1039 (remove_files) COMPLETE
75232024-12-21T03:09:30.230Z[ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-21T03:09:30.254Z[ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75252024-12-21T03:09:30.254Z[ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO STEP 1040 (remove_files) COMPLETE
75262024-12-21T03:09:30.254Z[ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-21T03:09:30.284Z[ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75282024-12-21T03:09:30.284Z[ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.202 INFO STEP 1041 (remove_files) COMPLETE
75292024-12-21T03:09:30.288Z[ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.202 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-21T03:09:30.319Z[ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75312024-12-21T03:09:30.319Z[ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO STEP 1042 (remove_files) COMPLETE
75322024-12-21T03:09:30.319Z[ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-21T03:09:30.338Z[ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75342024-12-21T03:09:30.339Z[ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO STEP 1043 (remove_files) COMPLETE
75352024-12-21T03:09:30.339Z[ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-21T03:09:30.363Z[ recovery-image] Dec 21 03:09:28.280 INFO O| Dec 21 03:09:28.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75372024-12-21T03:09:30.366Z[ recovery-image] Dec 21 03:09:28.280 INFO O| Dec 21 03:09:28.280 INFO STEP 1044 (remove_files) COMPLETE
75382024-12-21T03:09:30.366Z[ recovery-image] Dec 21 03:09:28.281 INFO O| Dec 21 03:09:28.280 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-21T03:09:30.382Z[ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75402024-12-21T03:09:30.384Z[ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO STEP 1045 (remove_files) COMPLETE
75412024-12-21T03:09:30.384Z[ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-21T03:09:30.400Z[ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75432024-12-21T03:09:30.402Z[ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO STEP 1046 (remove_files) COMPLETE
75442024-12-21T03:09:30.402Z[ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-21T03:09:30.420Z[ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75462024-12-21T03:09:30.423Z[ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO STEP 1047 (remove_files) COMPLETE
75472024-12-21T03:09:30.423Z[ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-21T03:09:30.440Z[ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75492024-12-21T03:09:30.440Z[ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO STEP 1048 (remove_files) COMPLETE
75502024-12-21T03:09:30.442Z[ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-21T03:09:30.516Z[ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75522024-12-21T03:09:30.516Z[ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO STEP 1049 (remove_files) COMPLETE
75532024-12-21T03:09:30.516Z[ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-21T03:09:30.539Z[ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75552024-12-21T03:09:30.539Z[ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.456 INFO STEP 1050 (remove_files) COMPLETE
75562024-12-21T03:09:30.539Z[ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.456 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-21T03:09:30.565Z[ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75582024-12-21T03:09:30.565Z[ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO STEP 1051 (remove_files) COMPLETE
75592024-12-21T03:09:30.565Z[ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-21T03:09:30.588Z[ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75612024-12-21T03:09:30.588Z[ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO STEP 1052 (remove_files) COMPLETE
75622024-12-21T03:09:30.588Z[ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-21T03:09:30.617Z[ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75642024-12-21T03:09:30.617Z[ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO STEP 1053 (remove_files) COMPLETE
75652024-12-21T03:09:30.617Z[ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-21T03:09:30.643Z[ recovery-image] Dec 21 03:09:28.560 INFO O| Dec 21 03:09:28.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75672024-12-21T03:09:30.646Z[ recovery-image] Dec 21 03:09:28.560 INFO O| Dec 21 03:09:28.560 INFO STEP 1054 (remove_files) COMPLETE
75682024-12-21T03:09:30.646Z[ recovery-image] Dec 21 03:09:28.561 INFO O| Dec 21 03:09:28.560 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-21T03:09:30.662Z[ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75702024-12-21T03:09:30.664Z[ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO STEP 1055 (remove_files) COMPLETE
75712024-12-21T03:09:30.664Z[ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-21T03:09:30.680Z[ recovery-image] Dec 21 03:09:28.597 INFO O| Dec 21 03:09:28.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75732024-12-21T03:09:30.683Z[ recovery-image] Dec 21 03:09:28.598 INFO O| Dec 21 03:09:28.598 INFO STEP 1056 (remove_files) COMPLETE
75742024-12-21T03:09:30.683Z[ recovery-image] Dec 21 03:09:28.598 INFO O| Dec 21 03:09:28.598 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-21T03:09:30.707Z[ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75762024-12-21T03:09:30.707Z[ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO STEP 1057 (remove_files) COMPLETE
75772024-12-21T03:09:30.707Z[ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-21T03:09:30.764Z[ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75792024-12-21T03:09:30.764Z[ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO STEP 1058 (remove_files) COMPLETE
75802024-12-21T03:09:30.767Z[ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-21T03:09:30.782Z[ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75822024-12-21T03:09:30.782Z[ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO STEP 1059 (remove_files) COMPLETE
75832024-12-21T03:09:30.782Z[ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-21T03:09:30.814Z[ recovery-image] Dec 21 03:09:28.731 INFO O| Dec 21 03:09:28.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75852024-12-21T03:09:30.837Z[ recovery-image] Dec 21 03:09:28.753 INFO O| Dec 21 03:09:28.753 INFO STEP 1060 (remove_files) COMPLETE
75862024-12-21T03:09:30.837Z[ recovery-image] Dec 21 03:09:28.753 INFO O| Dec 21 03:09:28.753 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-21T03:09:30.869Z[ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75882024-12-21T03:09:30.870Z[ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO STEP 1061 (remove_files) COMPLETE
75892024-12-21T03:09:30.876Z[ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-21T03:09:30.899Z[ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75912024-12-21T03:09:30.899Z[ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO STEP 1062 (remove_files) COMPLETE
75922024-12-21T03:09:30.899Z[ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T03:09:30.918Z[ recovery-image] Dec 21 03:09:28.834 INFO O| Dec 21 03:09:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75942024-12-21T03:09:30.921Z[ recovery-image] Dec 21 03:09:28.835 INFO O| Dec 21 03:09:28.835 INFO STEP 1063 (remove_files) COMPLETE
75952024-12-21T03:09:30.921Z[ recovery-image] Dec 21 03:09:28.835 INFO O| Dec 21 03:09:28.835 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T03:09:30.934Z[ recovery-image] Dec 21 03:09:28.851 INFO O| Dec 21 03:09:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75972024-12-21T03:09:30.934Z[ recovery-image] Dec 21 03:09:28.852 INFO O| Dec 21 03:09:28.852 INFO STEP 1064 (remove_files) COMPLETE
75982024-12-21T03:09:30.934Z[ recovery-image] Dec 21 03:09:28.852 INFO O| Dec 21 03:09:28.852 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T03:09:30.950Z[ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76002024-12-21T03:09:30.950Z[ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO STEP 1065 (remove_files) COMPLETE
76012024-12-21T03:09:30.953Z[ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T03:09:30.966Z[ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76032024-12-21T03:09:30.967Z[ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO STEP 1066 (remove_files) COMPLETE
76042024-12-21T03:09:30.970Z[ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T03:09:30.982Z[ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76062024-12-21T03:09:30.983Z[ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO STEP 1067 (remove_files) COMPLETE
76072024-12-21T03:09:30.983Z[ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T03:09:30.991Z[ host-image] Dec 21 03:09:28.908 INFO O| Dec 21 03:09:28.908 INFO O| Planning: Solver setup ... Done
76092024-12-21T03:09:30.999Z[ host-image] Dec 21 03:09:28.916 INFO O| Dec 21 03:09:28.916 INFO O| Planning: Running solver ... Done
76102024-12-21T03:09:31.003Z[ recovery-image] Dec 21 03:09:28.916 INFO O| Dec 21 03:09:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76112024-12-21T03:09:31.003Z[ recovery-image] Dec 21 03:09:28.917 INFO O| Dec 21 03:09:28.917 INFO STEP 1068 (remove_files) COMPLETE
76122024-12-21T03:09:31.003Z[ recovery-image] Dec 21 03:09:28.917 INFO O| Dec 21 03:09:28.917 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-21T03:09:31.017Z[ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76142024-12-21T03:09:31.017Z[ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO STEP 1069 (remove_files) COMPLETE
76152024-12-21T03:09:31.017Z[ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-21T03:09:31.035Z[ recovery-image] Dec 21 03:09:28.952 INFO O| Dec 21 03:09:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76172024-12-21T03:09:31.036Z[ recovery-image] Dec 21 03:09:28.953 INFO O| Dec 21 03:09:28.952 INFO STEP 1070 (remove_files) COMPLETE
76182024-12-21T03:09:31.036Z[ recovery-image] Dec 21 03:09:28.953 INFO O| Dec 21 03:09:28.952 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-21T03:09:31.058Z[ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76202024-12-21T03:09:31.061Z[ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO STEP 1071 (remove_files) COMPLETE
76212024-12-21T03:09:31.061Z[ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-21T03:09:31.073Z[ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76232024-12-21T03:09:31.073Z[ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO STEP 1072 (remove_files) COMPLETE
76242024-12-21T03:09:31.074Z[ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-21T03:09:31.098Z[ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76262024-12-21T03:09:31.098Z[ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO STEP 1073 (remove_files) COMPLETE
76272024-12-21T03:09:31.111Z[ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-21T03:09:31.121Z[ host-image] Dec 21 03:09:29.038 INFO O| Dec 21 03:09:29.037 INFO O| Planning: Finding local manifests ... Done
76292024-12-21T03:09:31.123Z[ host-image] Dec 21 03:09:29.039 INFO O| Dec 21 03:09:29.039 INFO O| Planning: Fetching manifests: 0/1 0% complete
76302024-12-21T03:09:31.163Z[ recovery-image] Dec 21 03:09:29.079 INFO O| Dec 21 03:09:29.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76312024-12-21T03:09:31.163Z[ recovery-image] Dec 21 03:09:29.079 INFO O| Dec 21 03:09:29.079 INFO STEP 1074 (remove_files) COMPLETE
76322024-12-21T03:09:31.166Z[ recovery-image] Dec 21 03:09:29.080 INFO O| Dec 21 03:09:29.080 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-21T03:09:31.201Z[ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76342024-12-21T03:09:31.201Z[ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO STEP 1075 (remove_files) COMPLETE
76352024-12-21T03:09:31.204Z[ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-21T03:09:31.264Z[ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76372024-12-21T03:09:31.264Z[ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO STEP 1076 (remove_files) COMPLETE
76382024-12-21T03:09:31.264Z[ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-21T03:09:31.306Z[ host-image] Dec 21 03:09:29.223 INFO O| Dec 21 03:09:29.223 INFO O| Planning: Fetching manifests: 1/1 100% complete
76402024-12-21T03:09:31.335Z[ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76412024-12-21T03:09:31.335Z[ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO STEP 1077 (remove_files) COMPLETE
76422024-12-21T03:09:31.335Z[ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-21T03:09:31.354Z[ host-image] Dec 21 03:09:29.270 INFO O| Dec 21 03:09:29.270 INFO O| Planning: Package planning ... Done
76442024-12-21T03:09:31.356Z[ host-image] Dec 21 03:09:29.271 INFO O| Dec 21 03:09:29.271 INFO O| Planning: Merging actions ... Done
76452024-12-21T03:09:31.377Z[ recovery-image] Dec 21 03:09:29.294 INFO O| Dec 21 03:09:29.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76462024-12-21T03:09:31.380Z[ recovery-image] Dec 21 03:09:29.295 INFO O| Dec 21 03:09:29.294 INFO STEP 1078 (remove_files) COMPLETE
76472024-12-21T03:09:31.380Z[ recovery-image] Dec 21 03:09:29.295 INFO O| Dec 21 03:09:29.295 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-21T03:09:31.427Z[ recovery-image] Dec 21 03:09:29.343 INFO O| Dec 21 03:09:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76492024-12-21T03:09:31.427Z[ recovery-image] Dec 21 03:09:29.344 INFO O| Dec 21 03:09:29.344 INFO STEP 1079 (remove_files) COMPLETE
76502024-12-21T03:09:31.430Z[ recovery-image] Dec 21 03:09:29.344 INFO O| Dec 21 03:09:29.344 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-21T03:09:31.482Z[ host-image] Dec 21 03:09:29.399 INFO O| Dec 21 03:09:29.398 INFO O| Planning: Checking for conflicting actions ... Done
76522024-12-21T03:09:31.485Z[ host-image] Dec 21 03:09:29.399 INFO O| Dec 21 03:09:29.399 INFO O| Planning: Consolidating action changes ... Done
76532024-12-21T03:09:31.583Z[ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76542024-12-21T03:09:31.586Z[ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO STEP 1080 (remove_files) COMPLETE
76552024-12-21T03:09:31.587Z[ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-21T03:09:31.604Z[ recovery-image] Dec 21 03:09:29.520 INFO O| Dec 21 03:09:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76572024-12-21T03:09:31.606Z[ recovery-image] Dec 21 03:09:29.520 INFO O| Dec 21 03:09:29.520 INFO STEP 1081 (remove_files) COMPLETE
76582024-12-21T03:09:31.606Z[ recovery-image] Dec 21 03:09:29.521 INFO O| Dec 21 03:09:29.520 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-21T03:09:31.631Z[ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76602024-12-21T03:09:31.631Z[ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.548 INFO STEP 1082 (remove_files) COMPLETE
76612024-12-21T03:09:31.631Z[ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.548 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-21T03:09:31.651Z[ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76632024-12-21T03:09:31.652Z[ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO STEP 1083 (remove_files) COMPLETE
76642024-12-21T03:09:31.652Z[ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-21T03:09:31.673Z[ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76662024-12-21T03:09:31.675Z[ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO STEP 1084 (remove_files) COMPLETE
76672024-12-21T03:09:31.676Z[ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-21T03:09:31.692Z[ recovery-image] Dec 21 03:09:29.609 INFO O| Dec 21 03:09:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76692024-12-21T03:09:31.696Z[ recovery-image] Dec 21 03:09:29.609 INFO O| Dec 21 03:09:29.609 INFO STEP 1085 (remove_files) COMPLETE
76702024-12-21T03:09:31.696Z[ recovery-image] Dec 21 03:09:29.610 INFO O| Dec 21 03:09:29.609 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-21T03:09:31.710Z[ recovery-image] Dec 21 03:09:29.627 INFO O| Dec 21 03:09:29.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76722024-12-21T03:09:31.713Z[ recovery-image] Dec 21 03:09:29.627 INFO O| Dec 21 03:09:29.627 INFO STEP 1086 (remove_files) COMPLETE
76732024-12-21T03:09:31.713Z[ recovery-image] Dec 21 03:09:29.628 INFO O| Dec 21 03:09:29.627 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-21T03:09:31.779Z[ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76752024-12-21T03:09:31.782Z[ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO STEP 1087 (remove_files) COMPLETE
76762024-12-21T03:09:31.782Z[ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-21T03:09:31.798Z[ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76782024-12-21T03:09:31.801Z[ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO STEP 1088 (remove_files) COMPLETE
76792024-12-21T03:09:31.801Z[ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-21T03:09:31.840Z[ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76812024-12-21T03:09:31.840Z[ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO STEP 1089 (remove_files) COMPLETE
76822024-12-21T03:09:31.840Z[ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T03:09:31.859Z[ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76842024-12-21T03:09:31.859Z[ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO STEP 1090 (remove_files) COMPLETE
76852024-12-21T03:09:31.859Z[ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T03:09:31.890Z[ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76872024-12-21T03:09:31.890Z[ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO STEP 1091 (remove_files) COMPLETE
76882024-12-21T03:09:31.890Z[ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T03:09:31.902Z[ host-image] Dec 21 03:09:29.819 INFO O| Dec 21 03:09:29.819 INFO O| Planning: Evaluating mediators ... Done
76902024-12-21T03:09:31.905Z[ host-image] Dec 21 03:09:29.820 INFO O| Dec 21 03:09:29.820 INFO O| Planning: Planning completed in 5.06 seconds
76912024-12-21T03:09:31.910Z[ host-image] Dec 21 03:09:29.822 INFO O| Dec 21 03:09:29.822 INFO O| Packages to install: 1
76922024-12-21T03:09:31.926Z[ host-image] Dec 21 03:09:29.842 INFO O| Dec 21 03:09:29.842 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
76932024-12-21T03:09:31.931Z[ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76942024-12-21T03:09:31.933Z[ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.848 INFO STEP 1092 (remove_files) COMPLETE
76952024-12-21T03:09:31.933Z[ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.848 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-21T03:09:31.950Z[ recovery-image] Dec 21 03:09:29.866 INFO O| Dec 21 03:09:29.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76972024-12-21T03:09:31.953Z[ recovery-image] Dec 21 03:09:29.867 INFO O| Dec 21 03:09:29.867 INFO STEP 1093 (remove_files) COMPLETE
76982024-12-21T03:09:31.953Z[ recovery-image] Dec 21 03:09:29.867 INFO O| Dec 21 03:09:29.867 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-21T03:09:31.969Z[ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77002024-12-21T03:09:31.972Z[ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO STEP 1094 (remove_files) COMPLETE
77012024-12-21T03:09:31.972Z[ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-21T03:09:31.985Z[ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77032024-12-21T03:09:31.990Z[ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO STEP 1095 (remove_files) COMPLETE
77042024-12-21T03:09:31.990Z[ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-21T03:09:32.002Z[ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77062024-12-21T03:09:32.005Z[ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO STEP 1096 (remove_files) COMPLETE
77072024-12-21T03:09:32.005Z[ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-21T03:09:32.020Z[ recovery-image] Dec 21 03:09:29.936 INFO O| Dec 21 03:09:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77092024-12-21T03:09:32.022Z[ recovery-image] Dec 21 03:09:29.936 INFO O| Dec 21 03:09:29.936 INFO STEP 1097 (remove_files) COMPLETE
77102024-12-21T03:09:32.023Z[ recovery-image] Dec 21 03:09:29.937 INFO O| Dec 21 03:09:29.936 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-21T03:09:32.037Z[ recovery-image] Dec 21 03:09:29.953 INFO O| Dec 21 03:09:29.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77122024-12-21T03:09:32.037Z[ recovery-image] Dec 21 03:09:29.954 INFO O| Dec 21 03:09:29.954 INFO STEP 1098 (remove_files) COMPLETE
77132024-12-21T03:09:32.040Z[ recovery-image] Dec 21 03:09:29.954 INFO O| Dec 21 03:09:29.954 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-21T03:09:32.054Z[ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77152024-12-21T03:09:32.058Z[ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO STEP 1099 (remove_files) COMPLETE
77162024-12-21T03:09:32.058Z[ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-21T03:09:32.072Z[ recovery-image] Dec 21 03:09:29.988 INFO O| Dec 21 03:09:29.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77182024-12-21T03:09:32.075Z[ recovery-image] Dec 21 03:09:29.988 INFO O| Dec 21 03:09:29.988 INFO STEP 1100 (remove_files) COMPLETE
77192024-12-21T03:09:32.075Z[ recovery-image] Dec 21 03:09:29.989 INFO O| Dec 21 03:09:29.988 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-21T03:09:32.090Z[ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77212024-12-21T03:09:32.093Z[ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO STEP 1101 (remove_files) COMPLETE
77222024-12-21T03:09:32.093Z[ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-21T03:09:32.108Z[ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77242024-12-21T03:09:32.112Z[ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO STEP 1102 (remove_files) COMPLETE
77252024-12-21T03:09:32.112Z[ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-21T03:09:32.125Z[ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77272024-12-21T03:09:32.129Z[ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO STEP 1103 (remove_files) COMPLETE
77282024-12-21T03:09:32.129Z[ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-21T03:09:32.144Z[ recovery-image] Dec 21 03:09:30.060 INFO O| Dec 21 03:09:30.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77302024-12-21T03:09:32.147Z[ recovery-image] Dec 21 03:09:30.060 INFO O| Dec 21 03:09:30.060 INFO STEP 1104 (remove_files) COMPLETE
77312024-12-21T03:09:32.147Z[ recovery-image] Dec 21 03:09:30.061 INFO O| Dec 21 03:09:30.060 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-21T03:09:32.162Z[ recovery-image] Dec 21 03:09:30.078 INFO O| Dec 21 03:09:30.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77332024-12-21T03:09:32.165Z[ recovery-image] Dec 21 03:09:30.079 INFO O| Dec 21 03:09:30.079 INFO STEP 1105 (remove_files) COMPLETE
77342024-12-21T03:09:32.165Z[ recovery-image] Dec 21 03:09:30.079 INFO O| Dec 21 03:09:30.079 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-21T03:09:32.180Z[ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77362024-12-21T03:09:32.183Z[ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO STEP 1106 (remove_files) COMPLETE
77372024-12-21T03:09:32.183Z[ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-21T03:09:32.198Z[ recovery-image] Dec 21 03:09:30.114 INFO O| Dec 21 03:09:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77392024-12-21T03:09:32.200Z[ recovery-image] Dec 21 03:09:30.115 INFO O| Dec 21 03:09:30.115 INFO STEP 1107 (remove_files) COMPLETE
77402024-12-21T03:09:32.200Z[ recovery-image] Dec 21 03:09:30.115 INFO O| Dec 21 03:09:30.115 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-21T03:09:32.216Z[ recovery-image] Dec 21 03:09:30.132 INFO O| Dec 21 03:09:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77422024-12-21T03:09:32.220Z[ recovery-image] Dec 21 03:09:30.132 INFO O| Dec 21 03:09:30.132 INFO STEP 1108 (remove_files) COMPLETE
77432024-12-21T03:09:32.220Z[ recovery-image] Dec 21 03:09:30.133 INFO O| Dec 21 03:09:30.132 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-21T03:09:32.259Z[ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77452024-12-21T03:09:32.259Z[ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO STEP 1109 (remove_files) COMPLETE
77462024-12-21T03:09:32.264Z[ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-21T03:09:32.323Z[ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77482024-12-21T03:09:32.324Z[ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO STEP 1110 (remove_files) COMPLETE
77492024-12-21T03:09:32.324Z[ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-21T03:09:32.336Z[ host-image] Dec 21 03:09:30.252 INFO O| Dec 21 03:09:30.252 INFO O| Download: Completed 9.99 MB in 0.41 seconds (24.4M/s)
77512024-12-21T03:09:32.343Z[ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77522024-12-21T03:09:32.343Z[ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO STEP 1111 (remove_files) COMPLETE
77532024-12-21T03:09:32.343Z[ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-21T03:09:32.427Z[ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77552024-12-21T03:09:32.445Z[ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO STEP 1112 (remove_files) COMPLETE
77562024-12-21T03:09:32.446Z[ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-21T03:09:32.483Z[ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77582024-12-21T03:09:32.483Z[ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO STEP 1113 (remove_files) COMPLETE
77592024-12-21T03:09:32.483Z[ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-21T03:09:32.499Z[ host-image] Dec 21 03:09:30.412 INFO O| Dec 21 03:09:30.411 INFO O| Actions: 1/22 actions (Installing new actions)
77612024-12-21T03:09:32.502Z[ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77622024-12-21T03:09:32.502Z[ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO STEP 1114 (remove_files) COMPLETE
77632024-12-21T03:09:32.503Z[ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-21T03:09:32.533Z[ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77652024-12-21T03:09:32.537Z[ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO STEP 1115 (remove_files) COMPLETE
77662024-12-21T03:09:32.537Z[ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-21T03:09:32.552Z[ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77682024-12-21T03:09:32.552Z[ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO STEP 1116 (remove_files) COMPLETE
77692024-12-21T03:09:32.552Z[ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-21T03:09:32.570Z[ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77712024-12-21T03:09:32.570Z[ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO STEP 1117 (remove_files) COMPLETE
77722024-12-21T03:09:32.573Z[ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-21T03:09:32.588Z[ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77742024-12-21T03:09:32.588Z[ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.505 INFO STEP 1118 (remove_files) COMPLETE
77752024-12-21T03:09:32.589Z[ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.505 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-21T03:09:32.606Z[ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77772024-12-21T03:09:32.607Z[ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO STEP 1119 (remove_files) COMPLETE
77782024-12-21T03:09:32.607Z[ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-21T03:09:32.638Z[ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77802024-12-21T03:09:32.638Z[ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO STEP 1120 (remove_files) COMPLETE
77812024-12-21T03:09:32.638Z[ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-21T03:09:32.657Z[ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77832024-12-21T03:09:32.657Z[ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO STEP 1121 (remove_files) COMPLETE
77842024-12-21T03:09:32.658Z[ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-21T03:09:32.720Z[ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77862024-12-21T03:09:32.720Z[ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO STEP 1122 (remove_files) COMPLETE
77872024-12-21T03:09:32.724Z[ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-21T03:09:32.761Z[ recovery-image] Dec 21 03:09:30.677 INFO O| Dec 21 03:09:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77892024-12-21T03:09:32.764Z[ recovery-image] Dec 21 03:09:30.678 INFO O| Dec 21 03:09:30.677 INFO STEP 1123 (remove_files) COMPLETE
77902024-12-21T03:09:32.764Z[ recovery-image] Dec 21 03:09:30.678 INFO O| Dec 21 03:09:30.678 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-21T03:09:32.779Z[ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77922024-12-21T03:09:32.780Z[ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO STEP 1124 (remove_files) COMPLETE
77932024-12-21T03:09:32.780Z[ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-21T03:09:32.806Z[ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77952024-12-21T03:09:32.806Z[ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO STEP 1125 (remove_files) COMPLETE
77962024-12-21T03:09:32.806Z[ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-21T03:09:32.837Z[ recovery-image] Dec 21 03:09:30.753 INFO O| Dec 21 03:09:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77982024-12-21T03:09:32.837Z[ recovery-image] Dec 21 03:09:30.754 INFO O| Dec 21 03:09:30.754 INFO STEP 1126 (remove_files) COMPLETE
77992024-12-21T03:09:32.838Z[ recovery-image] Dec 21 03:09:30.754 INFO O| Dec 21 03:09:30.754 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-21T03:09:32.898Z[ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78012024-12-21T03:09:32.898Z[ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO STEP 1127 (remove_files) COMPLETE
78022024-12-21T03:09:32.898Z[ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T03:09:32.938Z[ host-image] Dec 21 03:09:30.854 INFO O| Dec 21 03:09:30.854 INFO O| Actions: Completed 22 actions in 0.44 seconds.
78042024-12-21T03:09:32.999Z[ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78052024-12-21T03:09:33.000Z[ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO STEP 1128 (remove_files) COMPLETE
78062024-12-21T03:09:33.000Z[ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-21T03:09:33.038Z[ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78082024-12-21T03:09:33.038Z[ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO STEP 1129 (remove_files) COMPLETE
78092024-12-21T03:09:33.039Z[ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-21T03:09:33.062Z[ recovery-image] Dec 21 03:09:30.978 INFO O| Dec 21 03:09:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78112024-12-21T03:09:33.065Z[ recovery-image] Dec 21 03:09:30.978 INFO O| Dec 21 03:09:30.978 INFO STEP 1130 (remove_files) COMPLETE
78122024-12-21T03:09:33.065Z[ recovery-image] Dec 21 03:09:30.979 INFO O| Dec 21 03:09:30.979 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-21T03:09:33.082Z[ recovery-image] Dec 21 03:09:30.998 INFO O| Dec 21 03:09:30.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78142024-12-21T03:09:33.085Z[ recovery-image] Dec 21 03:09:30.998 INFO O| Dec 21 03:09:30.998 INFO STEP 1131 (remove_files) COMPLETE
78152024-12-21T03:09:33.085Z[ recovery-image] Dec 21 03:09:30.999 INFO O| Dec 21 03:09:30.999 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-21T03:09:33.103Z[ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78172024-12-21T03:09:33.106Z[ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO STEP 1132 (remove_files) COMPLETE
78182024-12-21T03:09:33.106Z[ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-21T03:09:33.121Z[ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78202024-12-21T03:09:33.124Z[ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO STEP 1133 (remove_files) COMPLETE
78212024-12-21T03:09:33.124Z[ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-21T03:09:33.139Z[ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78232024-12-21T03:09:33.142Z[ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO STEP 1134 (remove_files) COMPLETE
78242024-12-21T03:09:33.142Z[ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-21T03:09:33.158Z[ recovery-image] Dec 21 03:09:31.074 INFO O| Dec 21 03:09:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78262024-12-21T03:09:33.161Z[ recovery-image] Dec 21 03:09:31.075 INFO O| Dec 21 03:09:31.075 INFO STEP 1135 (remove_files) COMPLETE
78272024-12-21T03:09:33.161Z[ recovery-image] Dec 21 03:09:31.075 INFO O| Dec 21 03:09:31.075 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-21T03:09:33.176Z[ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78292024-12-21T03:09:33.179Z[ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO STEP 1136 (remove_files) COMPLETE
78302024-12-21T03:09:33.180Z[ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-21T03:09:33.196Z[ recovery-image] Dec 21 03:09:31.112 INFO O| Dec 21 03:09:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78322024-12-21T03:09:33.202Z[ recovery-image] Dec 21 03:09:31.113 INFO O| Dec 21 03:09:31.112 INFO STEP 1137 (remove_files) COMPLETE
78332024-12-21T03:09:33.202Z[ recovery-image] Dec 21 03:09:31.113 INFO O| Dec 21 03:09:31.113 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-21T03:09:33.216Z[ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78352024-12-21T03:09:33.217Z[ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO STEP 1138 (remove_files) COMPLETE
78362024-12-21T03:09:33.220Z[ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-21T03:09:33.246Z[ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78382024-12-21T03:09:33.247Z[ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO STEP 1139 (remove_files) COMPLETE
78392024-12-21T03:09:33.247Z[ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-21T03:09:33.302Z[ recovery-image] Dec 21 03:09:31.216 INFO O| Dec 21 03:09:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78412024-12-21T03:09:33.306Z[ recovery-image] Dec 21 03:09:31.216 INFO O| Dec 21 03:09:31.216 INFO STEP 1140 (remove_files) COMPLETE
78422024-12-21T03:09:33.306Z[ recovery-image] Dec 21 03:09:31.217 INFO O| Dec 21 03:09:31.217 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-21T03:09:33.318Z[ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78442024-12-21T03:09:33.321Z[ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO STEP 1141 (remove_files) COMPLETE
78452024-12-21T03:09:33.322Z[ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-21T03:09:33.370Z[ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78472024-12-21T03:09:33.371Z[ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.286 INFO STEP 1142 (remove_files) COMPLETE
78482024-12-21T03:09:33.371Z[ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.286 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-21T03:09:33.417Z[ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78502024-12-21T03:09:33.417Z[ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO STEP 1143 (remove_files) COMPLETE
78512024-12-21T03:09:33.420Z[ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-21T03:09:33.457Z[ recovery-image] Dec 21 03:09:31.373 INFO O| Dec 21 03:09:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78532024-12-21T03:09:33.461Z[ recovery-image] Dec 21 03:09:31.373 INFO O| Dec 21 03:09:31.373 INFO STEP 1144 (remove_files) COMPLETE
78542024-12-21T03:09:33.461Z[ recovery-image] Dec 21 03:09:31.374 INFO O| Dec 21 03:09:31.373 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-21T03:09:33.499Z[ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78562024-12-21T03:09:33.502Z[ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO STEP 1145 (remove_files) COMPLETE
78572024-12-21T03:09:33.502Z[ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-21T03:09:33.519Z[ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78592024-12-21T03:09:33.522Z[ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO STEP 1146 (remove_files) COMPLETE
78602024-12-21T03:09:33.522Z[ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-21T03:09:33.538Z[ recovery-image] Dec 21 03:09:31.454 INFO O| Dec 21 03:09:31.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78622024-12-21T03:09:33.542Z[ recovery-image] Dec 21 03:09:31.455 INFO O| Dec 21 03:09:31.455 INFO STEP 1147 (remove_files) COMPLETE
78632024-12-21T03:09:33.542Z[ recovery-image] Dec 21 03:09:31.455 INFO O| Dec 21 03:09:31.455 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-21T03:09:33.557Z[ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78652024-12-21T03:09:33.560Z[ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.473 INFO STEP 1148 (remove_files) COMPLETE
78662024-12-21T03:09:33.560Z[ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.473 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-21T03:09:33.574Z[ recovery-image] Dec 21 03:09:31.490 INFO O| Dec 21 03:09:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78682024-12-21T03:09:33.579Z[ recovery-image] Dec 21 03:09:31.490 INFO O| Dec 21 03:09:31.490 INFO STEP 1149 (remove_files) COMPLETE
78692024-12-21T03:09:33.579Z[ recovery-image] Dec 21 03:09:31.491 INFO O| Dec 21 03:09:31.490 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-21T03:09:33.612Z[ recovery-image] Dec 21 03:09:31.528 INFO O| Dec 21 03:09:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78712024-12-21T03:09:33.612Z[ recovery-image] Dec 21 03:09:31.528 INFO O| Dec 21 03:09:31.528 INFO STEP 1150 (remove_files) COMPLETE
78722024-12-21T03:09:33.616Z[ recovery-image] Dec 21 03:09:31.529 INFO O| Dec 21 03:09:31.528 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-21T03:09:33.645Z[ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78742024-12-21T03:09:33.645Z[ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO STEP 1151 (remove_files) COMPLETE
78752024-12-21T03:09:33.648Z[ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-21T03:09:33.707Z[ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78772024-12-21T03:09:33.711Z[ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO STEP 1152 (remove_files) COMPLETE
78782024-12-21T03:09:33.711Z[ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-21T03:09:33.743Z[ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78802024-12-21T03:09:33.743Z[ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO STEP 1153 (remove_files) COMPLETE
78812024-12-21T03:09:33.743Z[ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-21T03:09:33.787Z[ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78832024-12-21T03:09:33.787Z[ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO STEP 1154 (remove_files) COMPLETE
78842024-12-21T03:09:33.787Z[ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-21T03:09:33.815Z[ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78862024-12-21T03:09:33.816Z[ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO STEP 1155 (remove_files) COMPLETE
78872024-12-21T03:09:33.816Z[ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-21T03:09:33.889Z[ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78892024-12-21T03:09:33.889Z[ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO STEP 1156 (remove_files) COMPLETE
78902024-12-21T03:09:33.890Z[ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-21T03:09:33.907Z[ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78922024-12-21T03:09:33.907Z[ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO STEP 1157 (remove_files) COMPLETE
78932024-12-21T03:09:33.907Z[ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-21T03:09:33.925Z[ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78952024-12-21T03:09:33.925Z[ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO STEP 1158 (remove_files) COMPLETE
78962024-12-21T03:09:33.928Z[ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-21T03:09:33.943Z[ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78982024-12-21T03:09:33.943Z[ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO STEP 1159 (remove_files) COMPLETE
78992024-12-21T03:09:33.943Z[ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-21T03:09:33.955Z[ host-image] Dec 21 03:09:31.871 INFO O| Dec 21 03:09:31.871 INFO O| Done
79012024-12-21T03:09:33.955Z[ host-image] Dec 21 03:09:31.872 INFO O| Dec 21 03:09:31.871 INFO O| Done
79022024-12-21T03:09:33.992Z[ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79032024-12-21T03:09:33.992Z[ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO STEP 1160 (remove_files) COMPLETE
79042024-12-21T03:09:33.995Z[ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-21T03:09:34.020Z[ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79062024-12-21T03:09:34.020Z[ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO STEP 1161 (remove_files) COMPLETE
79072024-12-21T03:09:34.020Z[ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-21T03:09:34.058Z[ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79092024-12-21T03:09:34.058Z[ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO STEP 1162 (remove_files) COMPLETE
79102024-12-21T03:09:34.058Z[ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-21T03:09:34.095Z[ recovery-image] Dec 21 03:09:32.010 INFO O| Dec 21 03:09:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79122024-12-21T03:09:34.096Z[ recovery-image] Dec 21 03:09:32.011 INFO O| Dec 21 03:09:32.010 INFO STEP 1163 (remove_files) COMPLETE
79132024-12-21T03:09:34.096Z[ recovery-image] Dec 21 03:09:32.011 INFO O| Dec 21 03:09:32.011 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-21T03:09:34.186Z[ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79152024-12-21T03:09:34.192Z[ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO STEP 1164 (remove_files) COMPLETE
79162024-12-21T03:09:34.192Z[ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-21T03:09:34.210Z[ recovery-image] Dec 21 03:09:32.124 INFO O| Dec 21 03:09:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79182024-12-21T03:09:34.210Z[ recovery-image] Dec 21 03:09:32.125 INFO O| Dec 21 03:09:32.124 INFO STEP 1165 (remove_files) COMPLETE
79192024-12-21T03:09:34.210Z[ recovery-image] Dec 21 03:09:32.125 INFO O| Dec 21 03:09:32.124 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-21T03:09:34.238Z[ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79212024-12-21T03:09:34.239Z[ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.155 INFO STEP 1166 (remove_files) COMPLETE
79222024-12-21T03:09:34.242Z[ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.155 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-21T03:09:34.261Z[ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79242024-12-21T03:09:34.262Z[ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO STEP 1167 (remove_files) COMPLETE
79252024-12-21T03:09:34.262Z[ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-21T03:09:34.300Z[ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79272024-12-21T03:09:34.305Z[ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO STEP 1168 (remove_files) COMPLETE
79282024-12-21T03:09:34.305Z[ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-21T03:09:34.317Z[ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79302024-12-21T03:09:34.319Z[ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO STEP 1169 (remove_files) COMPLETE
79312024-12-21T03:09:34.319Z[ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-21T03:09:34.334Z[ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79332024-12-21T03:09:34.337Z[ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO STEP 1170 (remove_files) COMPLETE
79342024-12-21T03:09:34.338Z[ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-21T03:09:34.350Z[ recovery-image] Dec 21 03:09:32.266 INFO O| Dec 21 03:09:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79362024-12-21T03:09:34.354Z[ recovery-image] Dec 21 03:09:32.267 INFO O| Dec 21 03:09:32.267 INFO STEP 1171 (remove_files) COMPLETE
79372024-12-21T03:09:34.354Z[ recovery-image] Dec 21 03:09:32.267 INFO O| Dec 21 03:09:32.267 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-21T03:09:34.366Z[ recovery-image] Dec 21 03:09:32.282 INFO O| Dec 21 03:09:32.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79392024-12-21T03:09:34.367Z[ recovery-image] Dec 21 03:09:32.282 INFO O| Dec 21 03:09:32.282 INFO STEP 1172 (remove_files) COMPLETE
79402024-12-21T03:09:34.370Z[ recovery-image] Dec 21 03:09:32.283 INFO O| Dec 21 03:09:32.282 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-21T03:09:34.427Z[ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79422024-12-21T03:09:34.428Z[ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO STEP 1173 (remove_files) COMPLETE
79432024-12-21T03:09:34.428Z[ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-21T03:09:34.461Z[ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79452024-12-21T03:09:34.461Z[ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO STEP 1174 (remove_files) COMPLETE
79462024-12-21T03:09:34.461Z[ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-21T03:09:34.479Z[ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79482024-12-21T03:09:34.480Z[ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO STEP 1175 (remove_files) COMPLETE
79492024-12-21T03:09:34.483Z[ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-21T03:09:34.499Z[ recovery-image] Dec 21 03:09:32.414 INFO O| Dec 21 03:09:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79512024-12-21T03:09:34.499Z[ recovery-image] Dec 21 03:09:32.414 INFO O| Dec 21 03:09:32.414 INFO STEP 1176 (remove_files) COMPLETE
79522024-12-21T03:09:34.502Z[ recovery-image] Dec 21 03:09:32.415 INFO O| Dec 21 03:09:32.414 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-21T03:09:34.536Z[ recovery-image] Dec 21 03:09:32.450 INFO O| Dec 21 03:09:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79542024-12-21T03:09:34.536Z[ recovery-image] Dec 21 03:09:32.450 INFO O| Dec 21 03:09:32.450 INFO STEP 1177 (remove_files) COMPLETE
79552024-12-21T03:09:34.542Z[ recovery-image] Dec 21 03:09:32.451 INFO O| Dec 21 03:09:32.450 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-21T03:09:34.556Z[ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79572024-12-21T03:09:34.556Z[ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO STEP 1178 (remove_files) COMPLETE
79582024-12-21T03:09:34.560Z[ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-21T03:09:34.574Z[ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79602024-12-21T03:09:34.574Z[ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO STEP 1179 (remove_files) COMPLETE
79612024-12-21T03:09:34.578Z[ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-21T03:09:34.616Z[ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79632024-12-21T03:09:34.616Z[ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO STEP 1180 (remove_files) COMPLETE
79642024-12-21T03:09:34.622Z[ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-21T03:09:34.687Z[ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79662024-12-21T03:09:34.690Z[ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO STEP 1181 (remove_files) COMPLETE
79672024-12-21T03:09:34.690Z[ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-21T03:09:34.707Z[ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79692024-12-21T03:09:34.710Z[ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO STEP 1182 (remove_files) COMPLETE
79702024-12-21T03:09:34.711Z[ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-21T03:09:34.726Z[ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79722024-12-21T03:09:34.726Z[ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO STEP 1183 (remove_files) COMPLETE
79732024-12-21T03:09:34.726Z[ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-21T03:09:34.744Z[ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79752024-12-21T03:09:34.744Z[ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO STEP 1184 (remove_files) COMPLETE
79762024-12-21T03:09:34.746Z[ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-21T03:09:34.763Z[ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79782024-12-21T03:09:34.764Z[ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO STEP 1185 (remove_files) COMPLETE
79792024-12-21T03:09:34.764Z[ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-21T03:09:34.782Z[ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79812024-12-21T03:09:34.782Z[ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO STEP 1186 (remove_files) COMPLETE
79822024-12-21T03:09:34.782Z[ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-21T03:09:34.805Z[ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79842024-12-21T03:09:34.805Z[ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO STEP 1187 (remove_files) COMPLETE
79852024-12-21T03:09:34.805Z[ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-21T03:09:34.823Z[ recovery-image] Dec 21 03:09:32.738 INFO O| Dec 21 03:09:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79872024-12-21T03:09:34.824Z[ recovery-image] Dec 21 03:09:32.739 INFO O| Dec 21 03:09:32.738 INFO STEP 1188 (remove_files) COMPLETE
79882024-12-21T03:09:34.824Z[ recovery-image] Dec 21 03:09:32.739 INFO O| Dec 21 03:09:32.739 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-21T03:09:34.841Z[ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79902024-12-21T03:09:34.841Z[ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO STEP 1189 (remove_files) COMPLETE
79912024-12-21T03:09:34.841Z[ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-21T03:09:34.882Z[ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79932024-12-21T03:09:34.882Z[ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO STEP 1190 (remove_files) COMPLETE
79942024-12-21T03:09:34.882Z[ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-21T03:09:34.898Z[ recovery-image] Dec 21 03:09:32.812 INFO O| Dec 21 03:09:32.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79962024-12-21T03:09:34.898Z[ recovery-image] Dec 21 03:09:32.812 INFO O| Dec 21 03:09:32.812 INFO STEP 1191 (remove_files) COMPLETE
79972024-12-21T03:09:34.901Z[ recovery-image] Dec 21 03:09:32.813 INFO O| Dec 21 03:09:32.812 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-21T03:09:34.926Z[ recovery-image] Dec 21 03:09:32.842 INFO O| Dec 21 03:09:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79992024-12-21T03:09:34.927Z[ recovery-image] Dec 21 03:09:32.843 INFO O| Dec 21 03:09:32.843 INFO STEP 1192 (remove_files) COMPLETE
80002024-12-21T03:09:34.930Z[ recovery-image] Dec 21 03:09:32.843 INFO O| Dec 21 03:09:32.843 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-21T03:09:34.947Z[ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80022024-12-21T03:09:34.947Z[ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO STEP 1193 (remove_files) COMPLETE
80032024-12-21T03:09:34.947Z[ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042024-12-21T03:09:34.983Z[ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80052024-12-21T03:09:34.983Z[ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.899 INFO STEP 1194 (remove_files) COMPLETE
80062024-12-21T03:09:34.983Z[ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.899 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072024-12-21T03:09:35.002Z[ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80082024-12-21T03:09:35.002Z[ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO STEP 1195 (remove_files) COMPLETE
80092024-12-21T03:09:35.002Z[ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102024-12-21T03:09:35.021Z[ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80112024-12-21T03:09:35.022Z[ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO STEP 1196 (remove_files) COMPLETE
80122024-12-21T03:09:35.022Z[ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132024-12-21T03:09:35.061Z[ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80142024-12-21T03:09:35.061Z[ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.976 INFO STEP 1197 (remove_files) COMPLETE
80152024-12-21T03:09:35.061Z[ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.976 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162024-12-21T03:09:35.178Z[ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80172024-12-21T03:09:35.178Z[ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO STEP 1198 (remove_files) COMPLETE
80182024-12-21T03:09:35.181Z[ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192024-12-21T03:09:35.187Z[ host-image] Dec 21 03:09:33.102 INFO O| Dec 21 03:09:33.102 INFO O| Done
80202024-12-21T03:09:35.227Z[ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80212024-12-21T03:09:35.227Z[ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.142 INFO STEP 1199 (remove_files) COMPLETE
80222024-12-21T03:09:35.227Z[ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.142 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232024-12-21T03:09:35.242Z[ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80242024-12-21T03:09:35.242Z[ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO STEP 1200 (remove_files) COMPLETE
80252024-12-21T03:09:35.242Z[ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262024-12-21T03:09:35.266Z[ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80272024-12-21T03:09:35.266Z[ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO STEP 1201 (remove_files) COMPLETE
80282024-12-21T03:09:35.269Z[ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292024-12-21T03:09:35.318Z[ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80302024-12-21T03:09:35.318Z[ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO STEP 1202 (remove_files) COMPLETE
80312024-12-21T03:09:35.321Z[ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322024-12-21T03:09:35.352Z[ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80332024-12-21T03:09:35.352Z[ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO STEP 1203 (remove_files) COMPLETE
80342024-12-21T03:09:35.352Z[ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352024-12-21T03:09:35.371Z[ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80362024-12-21T03:09:35.372Z[ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO STEP 1204 (remove_files) COMPLETE
80372024-12-21T03:09:35.376Z[ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382024-12-21T03:09:35.391Z[ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80392024-12-21T03:09:35.391Z[ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.307 INFO STEP 1205 (remove_files) COMPLETE
80402024-12-21T03:09:35.391Z[ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.307 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80412024-12-21T03:09:35.431Z[ recovery-image] Dec 21 03:09:33.346 INFO O| Dec 21 03:09:33.346 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80422024-12-21T03:09:35.434Z[ recovery-image] Dec 21 03:09:33.347 INFO O| Dec 21 03:09:33.347 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80432024-12-21T03:09:37.271Z[ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO STEP 1206 (pack_tar) COMPLETE
80442024-12-21T03:09:37.271Z[ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80452024-12-21T03:09:37.275Z[ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80462024-12-21T03:09:37.586Z[ recovery-image] Dec 21 03:09:35.500 INFO O| Dec 21 03:09:35.500 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80472024-12-21T03:09:37.785Z[ recovery-image] Dec 21 03:09:35.700 INFO O| Dec 21 03:09:35.700 INFO completed processing gimlet/ramdisk-03-recovery-trim
80482024-12-21T03:09:37.794Z[ recovery-image] Dec 21 03:09:35.710 INFO image builder template: zfs-recovery...
80492024-12-21T03:09:37.795Z[ recovery-image] Dec 21 03:09:35.710 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/.tmpLkmalU/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
80502024-12-21T03:09:37.851Z[ recovery-image] Dec 21 03:09:35.765 INFO O| Dec 21 03:09:35.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80512024-12-21T03:09:37.865Z[ recovery-image] Dec 21 03:09:35.779 INFO O| Dec 21 03:09:35.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80522024-12-21T03:09:37.993Z[ recovery-image] Dec 21 03:09:35.908 INFO O| Dec 21 03:09:35.908 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80532024-12-21T03:09:38.019Z[ host-image] Dec 21 03:09:35.934 INFO O| Dec 21 03:09:35.934 INFO O| Done
80542024-12-21T03:09:38.077Z[ host-image] Dec 21 03:09:35.991 INFO O| Dec 21 03:09:35.991 INFO O| Done
80552024-12-21T03:09:38.080Z[ host-image] Dec 21 03:09:35.992 INFO O| Dec 21 03:09:35.991 INFO O| Done
80562024-12-21T03:09:38.096Z[ host-image] Dec 21 03:09:36.011 INFO O| Dec 21 03:09:36.011 INFO O| Done
80572024-12-21T03:09:38.147Z[ recovery-image] Dec 21 03:09:36.061 INFO O| Dec 21 03:09:36.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80582024-12-21T03:09:38.147Z[ recovery-image] Dec 21 03:09:36.062 INFO O| Dec 21 03:09:36.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80592024-12-21T03:09:38.155Z[ recovery-image] Dec 21 03:09:36.070 INFO O| Dec 21 03:09:36.070 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80602024-12-21T03:09:38.257Z[ recovery-image] Dec 21 03:09:36.172 INFO O| Dec 21 03:09:36.172 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80612024-12-21T03:09:38.278Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 14 (pkg_install) COMPLETE
80622024-12-21T03:09:38.278Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80632024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "mfg" is not enabled
80642024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80652024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "compliance" is not enabled
80662024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80672024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "stress" is not enabled
80682024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80692024-12-21T03:09:38.281Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "nfs" is not enabled
80702024-12-21T03:09:38.282Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80712024-12-21T03:09:38.282Z[ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80722024-12-21T03:09:38.300Z[ recovery-image] Dec 21 03:09:36.215 INFO O| Dec 21 03:09:36.215 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80732024-12-21T03:09:38.316Z[ host-image] Dec 21 03:09:36.231 INFO O| Dec 21 03:09:36.231 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80742024-12-21T03:09:38.319Z[ recovery-image] Dec 21 03:09:36.232 INFO O| Dec 21 03:09:36.232 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80752024-12-21T03:09:38.324Z[ recovery-image] Dec 21 03:09:36.239 INFO O| Dec 21 03:09:36.239 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80762024-12-21T03:09:38.330Z[ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO no lofi found
80772024-12-21T03:09:38.330Z[ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80782024-12-21T03:09:38.333Z[ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80792024-12-21T03:09:38.496Z[ host-image] Dec 21 03:09:36.410 INFO O| Dec 21 03:09:36.410 INFO completed processing gimlet/ramdisk-01-os
80802024-12-21T03:09:38.501Z[ host-image] Dec 21 03:09:36.413 INFO omicron1 baseline generation...
80812024-12-21T03:09:38.501Z[ host-image] Dec 21 03:09:36.414 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80822024-12-21T03:09:39.436Z[ host-image] Dec 21 03:09:37.350 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
80832024-12-21T03:09:41.096Z[ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 INFO lofi device = /dev/dsk/c2t1d0p0
80842024-12-21T03:09:41.096Z[ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 INFO pool device = /dev/dsk/c2t1d0p0
80852024-12-21T03:09:41.100Z[ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80862024-12-21T03:09:41.331Z[ recovery-image] Dec 21 03:09:39.245 INFO O| Dec 21 03:09:39.245 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80872024-12-21T03:09:41.331Z[ recovery-image] Dec 21 03:09:39.245 INFO O| Dec 21 03:09:39.245 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80882024-12-21T03:09:41.360Z[ recovery-image] Dec 21 03:09:39.274 INFO O| Dec 21 03:09:39.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80892024-12-21T03:09:41.696Z[ recovery-image] Dec 21 03:09:39.610 INFO O| Dec 21 03:09:39.610 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80902024-12-21T03:09:41.749Z[ recovery-image] Dec 21 03:09:39.663 INFO O| Dec 21 03:09:39.663 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80912024-12-21T03:09:41.776Z[ recovery-image] Dec 21 03:09:39.690 INFO O| Dec 21 03:09:39.690 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80922024-12-21T03:09:41.796Z[ recovery-image] Dec 21 03:09:39.711 INFO O| Dec 21 03:09:39.711 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80932024-12-21T03:09:41.903Z[ recovery-image] Dec 21 03:09:39.816 INFO O| Dec 21 03:09:39.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80942024-12-21T03:09:41.903Z[ recovery-image] Dec 21 03:09:39.817 INFO O| Dec 21 03:09:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80952024-12-21T03:09:41.906Z[ recovery-image] Dec 21 03:09:39.817 INFO O| Dec 21 03:09:39.817 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80962024-12-21T03:09:41.942Z[ recovery-image] Dec 21 03:09:39.854 INFO O| Dec 21 03:09:39.854 INFO boot environment UUID: edaeb142-06ec-4f3f-9751-3922bb86826f
80972024-12-21T03:09:41.942Z[ recovery-image] Dec 21 03:09:39.854 INFO O| Dec 21 03:09:39.854 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = edaeb142-06ec-4f3f-9751-3922bb86826f
80982024-12-21T03:09:41.981Z[ recovery-image] Dec 21 03:09:39.895 INFO O| Dec 21 03:09:39.895 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80992024-12-21T03:09:42.098Z[ recovery-image] Dec 21 03:09:40.012 INFO O| Dec 21 03:09:40.012 INFO STEP 0 (create_be) COMPLETE
81002024-12-21T03:09:42.098Z[ recovery-image] Dec 21 03:09:40.012 INFO O| Dec 21 03:09:40.012 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81012024-12-21T03:09:42.140Z[ recovery-image] Dec 21 03:09:40.041 INFO O| Dec 21 03:09:40.041 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"]
81022024-12-21T03:09:49.397Z[ recovery-image] Dec 21 03:09:47.310 INFO O| Dec 21 03:09:47.310 INFO STEP 1 (unpack_tar) COMPLETE
81032024-12-21T03:09:49.397Z[ recovery-image] Dec 21 03:09:47.310 INFO O| Dec 21 03:09:47.310 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81042024-12-21T03:09:49.418Z[ recovery-image] Dec 21 03:09:47.331 INFO O| Dec 21 03:09:47.331 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81052024-12-21T03:09:49.834Z[ recovery-image] Dec 21 03:09:47.747 INFO O| Dec 21 03:09:47.747 INFO STEP 2 (devfsadm) COMPLETE
81062024-12-21T03:09:49.837Z[ recovery-image] Dec 21 03:09:47.747 INFO O| Dec 21 03:09:47.747 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81072024-12-21T03:09:49.854Z[ recovery-image] Dec 21 03:09:47.766 INFO O| Dec 21 03:09:47.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81082024-12-21T03:09:49.854Z[ recovery-image] Dec 21 03:09:47.766 INFO O| Dec 21 03:09:47.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81092024-12-21T03:09:49.854Z[ recovery-image] Dec 21 03:09:47.767 INFO O| Dec 21 03:09:47.766 INFO STEP 3 (ensure_dir) COMPLETE
81102024-12-21T03:09:49.856Z[ recovery-image] Dec 21 03:09:47.767 INFO O| Dec 21 03:09:47.767 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81112024-12-21T03:09:49.890Z[ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81122024-12-21T03:09:49.890Z[ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO STEP 4 (ensure_dir) COMPLETE
81132024-12-21T03:09:49.893Z[ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81142024-12-21T03:09:49.909Z[ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81152024-12-21T03:09:49.909Z[ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO STEP 5 (ensure_dir) COMPLETE
81162024-12-21T03:09:49.912Z[ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81172024-12-21T03:09:49.928Z[ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81182024-12-21T03:09:49.928Z[ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81192024-12-21T03:09:49.928Z[ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO STEP 6 (ensure_dir) COMPLETE
81202024-12-21T03:09:49.928Z[ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81212024-12-21T03:09:49.965Z[ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81222024-12-21T03:09:49.968Z[ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81232024-12-21T03:09:49.968Z[ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO STEP 7 (ensure_dir) COMPLETE
81242024-12-21T03:09:49.968Z[ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81252024-12-21T03:09:50.021Z[ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81262024-12-21T03:09:50.021Z[ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO STEP 8 (remove_files) COMPLETE
81272024-12-21T03:09:50.021Z[ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81282024-12-21T03:09:50.065Z[ recovery-image] Dec 21 03:09:47.977 INFO O| Dec 21 03:09:47.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81292024-12-21T03:09:50.069Z[ recovery-image] Dec 21 03:09:47.978 INFO O| Dec 21 03:09:47.978 INFO STEP 9 (remove_files) COMPLETE
81302024-12-21T03:09:50.069Z[ recovery-image] Dec 21 03:09:47.978 INFO O| Dec 21 03:09:47.978 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81312024-12-21T03:09:50.084Z[ recovery-image] Dec 21 03:09:47.996 INFO O| Dec 21 03:09:47.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81322024-12-21T03:09:50.087Z[ recovery-image] Dec 21 03:09:47.998 INFO O| Dec 21 03:09:47.997 INFO STEP 10 (remove_files) COMPLETE
81332024-12-21T03:09:50.087Z[ recovery-image] Dec 21 03:09:47.998 INFO O| Dec 21 03:09:47.998 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81342024-12-21T03:09:50.105Z[ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81352024-12-21T03:09:50.105Z[ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO STEP 11 (remove_files) COMPLETE
81362024-12-21T03:09:50.105Z[ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81372024-12-21T03:09:50.127Z[ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81382024-12-21T03:09:50.127Z[ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO STEP 12 (remove_files) COMPLETE
81392024-12-21T03:09:50.127Z[ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81402024-12-21T03:09:50.168Z[ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81412024-12-21T03:09:50.168Z[ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81422024-12-21T03:09:50.171Z[ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO STEP 13 (ensure_dir) COMPLETE
81432024-12-21T03:09:50.171Z[ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81442024-12-21T03:09:50.210Z[ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81452024-12-21T03:09:50.210Z[ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81462024-12-21T03:09:50.213Z[ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81472024-12-21T03:09:50.213Z[ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO STEP 14 (ensure_dir) COMPLETE
81482024-12-21T03:09:50.213Z[ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81492024-12-21T03:09:50.232Z[ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81502024-12-21T03:09:50.232Z[ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81512024-12-21T03:09:50.234Z[ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81522024-12-21T03:09:50.234Z[ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO STEP 15 (ensure_dir) COMPLETE
81532024-12-21T03:09:50.235Z[ recovery-image] Dec 21 03:09:48.145 INFO O| Dec 21 03:09:48.144 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81542024-12-21T03:09:50.277Z[ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81552024-12-21T03:09:50.277Z[ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81562024-12-21T03:09:50.277Z[ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO STEP 16 (ensure_dir) COMPLETE
81572024-12-21T03:09:50.277Z[ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81582024-12-21T03:09:50.319Z[ recovery-image] Dec 21 03:09:48.231 INFO O| Dec 21 03:09:48.231 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81592024-12-21T03:09:50.319Z[ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81602024-12-21T03:09:50.319Z[ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.232 INFO STEP 17 (ensure_dir) COMPLETE
81612024-12-21T03:09:50.322Z[ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.232 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81622024-12-21T03:09:50.381Z[ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81632024-12-21T03:09:50.381Z[ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81642024-12-21T03:09:50.384Z[ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO ok!
81652024-12-21T03:09:50.384Z[ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO STEP 18 (ensure_symlink) COMPLETE
81662024-12-21T03:09:50.385Z[ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81672024-12-21T03:09:50.401Z[ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.313 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81682024-12-21T03:09:50.401Z[ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81692024-12-21T03:09:50.404Z[ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO ok!
81702024-12-21T03:09:50.404Z[ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO STEP 19 (ensure_file) COMPLETE
81712024-12-21T03:09:50.404Z[ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81722024-12-21T03:09:50.419Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.331 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81732024-12-21T03:09:50.419Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81742024-12-21T03:09:50.419Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81752024-12-21T03:09:50.421Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO ok!
81762024-12-21T03:09:50.422Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO STEP 20 (ensure_symlink) COMPLETE
81772024-12-21T03:09:50.422Z[ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81782024-12-21T03:09:50.437Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81792024-12-21T03:09:50.437Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81802024-12-21T03:09:50.440Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81812024-12-21T03:09:50.440Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO ok!
81822024-12-21T03:09:50.440Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO STEP 21 (ensure_symlink) COMPLETE
81832024-12-21T03:09:50.441Z[ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81842024-12-21T03:09:50.494Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81852024-12-21T03:09:50.494Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81862024-12-21T03:09:50.494Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81872024-12-21T03:09:50.497Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO ok!
81882024-12-21T03:09:50.497Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO STEP 22 (ensure_symlink) COMPLETE
81892024-12-21T03:09:50.497Z[ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81902024-12-21T03:09:50.518Z[ recovery-image] Dec 21 03:09:48.430 INFO O| Dec 21 03:09:48.430 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81912024-12-21T03:09:50.518Z[ recovery-image] Dec 21 03:09:48.430 INFO O| Dec 21 03:09:48.430 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81922024-12-21T03:09:50.521Z[ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81932024-12-21T03:09:50.521Z[ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO ok!
81942024-12-21T03:09:50.521Z[ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO STEP 23 (ensure_symlink) COMPLETE
81952024-12-21T03:09:50.521Z[ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81962024-12-21T03:09:50.538Z[ recovery-image] Dec 21 03:09:48.450 INFO O| Dec 21 03:09:48.450 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81972024-12-21T03:09:50.540Z[ recovery-image] Dec 21 03:09:48.450 INFO O| Dec 21 03:09:48.450 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 ...
81982024-12-21T03:09:50.540Z[ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81992024-12-21T03:09:50.541Z[ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO ok!
82002024-12-21T03:09:50.541Z[ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO STEP 24 (ensure_file) COMPLETE
82012024-12-21T03:09:50.541Z[ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82022024-12-21T03:09:50.565Z[ recovery-image] Dec 21 03:09:48.477 INFO O| Dec 21 03:09:48.477 INFO updating shadow file
82032024-12-21T03:09:50.567Z[ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82042024-12-21T03:09:50.567Z[ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82052024-12-21T03:09:50.567Z[ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO STEP 25 (shadow) COMPLETE
82062024-12-21T03:09:50.567Z[ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82072024-12-21T03:09:50.586Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.498 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82082024-12-21T03:09:50.586Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82092024-12-21T03:09:50.586Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82102024-12-21T03:09:50.586Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO ok!
82112024-12-21T03:09:50.589Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO STEP 26 (ensure_file) COMPLETE
82122024-12-21T03:09:50.589Z[ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82132024-12-21T03:09:50.604Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82142024-12-21T03:09:50.605Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82152024-12-21T03:09:50.605Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82162024-12-21T03:09:50.607Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO ok!
82172024-12-21T03:09:50.607Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO STEP 27 (ensure_file) COMPLETE
82182024-12-21T03:09:50.607Z[ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82192024-12-21T03:09:50.624Z[ recovery-image] Dec 21 03:09:48.536 INFO O| Dec 21 03:09:48.536 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82202024-12-21T03:09:50.624Z[ recovery-image] Dec 21 03:09:48.536 INFO O| Dec 21 03:09:48.536 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82212024-12-21T03:09:50.626Z[ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82222024-12-21T03:09:50.626Z[ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82232024-12-21T03:09:50.626Z[ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO ok!
82242024-12-21T03:09:50.626Z[ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO STEP 28 (ensure_file) COMPLETE
82252024-12-21T03:09:50.626Z[ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82262024-12-21T03:09:50.658Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82272024-12-21T03:09:50.658Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82282024-12-21T03:09:50.658Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82292024-12-21T03:09:50.661Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO ok!
82302024-12-21T03:09:50.661Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO STEP 29 (ensure_file) COMPLETE
82312024-12-21T03:09:50.661Z[ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82322024-12-21T03:09:50.752Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82332024-12-21T03:09:50.752Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82342024-12-21T03:09:50.752Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82352024-12-21T03:09:50.754Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO ok!
82362024-12-21T03:09:50.754Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO STEP 30 (ensure_file) COMPLETE
82372024-12-21T03:09:50.754Z[ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82382024-12-21T03:09:50.773Z[ recovery-image] Dec 21 03:09:48.685 INFO O| Dec 21 03:09:48.685 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82392024-12-21T03:09:50.773Z[ recovery-image] Dec 21 03:09:48.685 INFO O| Dec 21 03:09:48.685 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82402024-12-21T03:09:50.776Z[ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82412024-12-21T03:09:50.776Z[ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82422024-12-21T03:09:50.777Z[ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO ok!
82432024-12-21T03:09:50.777Z[ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO STEP 31 (ensure_file) COMPLETE
82442024-12-21T03:09:50.777Z[ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82452024-12-21T03:09:50.795Z[ recovery-image] Dec 21 03:09:48.707 INFO O| Dec 21 03:09:48.707 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82462024-12-21T03:09:50.795Z[ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82472024-12-21T03:09:50.798Z[ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82482024-12-21T03:09:50.798Z[ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO ok!
82492024-12-21T03:09:50.798Z[ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO STEP 32 (ensure_file) COMPLETE
82502024-12-21T03:09:50.798Z[ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82512024-12-21T03:09:50.817Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82522024-12-21T03:09:50.817Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82532024-12-21T03:09:50.817Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82542024-12-21T03:09:50.817Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO ok!
82552024-12-21T03:09:50.817Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO STEP 33 (ensure_file) COMPLETE
82562024-12-21T03:09:50.819Z[ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82572024-12-21T03:09:50.859Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82582024-12-21T03:09:50.859Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82592024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82602024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82612024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82622024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82632024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO ok!
82642024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO STEP 34 (ensure_file) COMPLETE
82652024-12-21T03:09:50.862Z[ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82662024-12-21T03:09:50.879Z[ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82672024-12-21T03:09:50.879Z[ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82682024-12-21T03:09:50.882Z[ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82692024-12-21T03:09:50.882Z[ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO STEP 35 (ensure_dir) COMPLETE
82702024-12-21T03:09:50.882Z[ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82712024-12-21T03:09:50.900Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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
82722024-12-21T03:09:50.900Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 ...
82732024-12-21T03:09:50.900Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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
82742024-12-21T03:09:50.902Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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
82752024-12-21T03:09:50.903Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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
82762024-12-21T03:09:50.903Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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
82772024-12-21T03:09:50.903Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO ok!
82782024-12-21T03:09:50.903Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO STEP 36 (ensure_file) COMPLETE
82792024-12-21T03:09:50.903Z[ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82802024-12-21T03:09:50.920Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82812024-12-21T03:09:50.920Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 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 ...
82822024-12-21T03:09:50.922Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82832024-12-21T03:09:50.924Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO ok!
82842024-12-21T03:09:50.924Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO STEP 37 (ensure_symlink) COMPLETE
82852024-12-21T03:09:50.924Z[ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82862024-12-21T03:09:50.940Z[ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82872024-12-21T03:09:50.940Z[ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82882024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82892024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82902024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82912024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82922024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO ok!
82932024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO STEP 38 (ensure_file) COMPLETE
82942024-12-21T03:09:50.942Z[ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82952024-12-21T03:09:50.966Z[ recovery-image] Dec 21 03:09:48.878 INFO O| Dec 21 03:09:48.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82962024-12-21T03:09:50.966Z[ recovery-image] Dec 21 03:09:48.878 INFO O| Dec 21 03:09:48.878 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 ...
82972024-12-21T03:09:50.968Z[ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 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
82982024-12-21T03:09:50.968Z[ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82992024-12-21T03:09:50.970Z[ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO ok!
83002024-12-21T03:09:50.970Z[ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO STEP 39 (ensure_file) COMPLETE
83012024-12-21T03:09:50.970Z[ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83022024-12-21T03:09:51.026Z[ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83032024-12-21T03:09:51.026Z[ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83042024-12-21T03:09:51.026Z[ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83052024-12-21T03:09:51.029Z[ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO ok!
83062024-12-21T03:09:51.030Z[ recovery-image] Dec 21 03:09:48.939 INFO O| Dec 21 03:09:48.938 INFO STEP 40 (ensure_file) COMPLETE
83072024-12-21T03:09:51.030Z[ recovery-image] Dec 21 03:09:48.939 INFO O| Dec 21 03:09:48.939 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83082024-12-21T03:09:51.053Z[ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.965 INFO updating shadow file
83092024-12-21T03:09:51.056Z[ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83102024-12-21T03:09:51.056Z[ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO STEP 41 (shadow) COMPLETE
83112024-12-21T03:09:51.057Z[ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83122024-12-21T03:09:51.074Z[ recovery-image] Dec 21 03:09:48.986 INFO O| Dec 21 03:09:48.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83132024-12-21T03:09:51.074Z[ recovery-image] Dec 21 03:09:48.986 INFO O| Dec 21 03:09:48.986 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83142024-12-21T03:09:51.078Z[ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83152024-12-21T03:09:51.078Z[ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83162024-12-21T03:09:51.078Z[ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO ok!
83172024-12-21T03:09:51.078Z[ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO STEP 42 (ensure_file) COMPLETE
83182024-12-21T03:09:51.078Z[ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-21T03:09:51.099Z[ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83202024-12-21T03:09:51.099Z[ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO STEP 43 (ensure_dir) COMPLETE
83212024-12-21T03:09:51.101Z[ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222024-12-21T03:09:51.118Z[ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83232024-12-21T03:09:51.118Z[ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83242024-12-21T03:09:51.120Z[ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO STEP 44 (ensure_dir) COMPLETE
83252024-12-21T03:09:51.120Z[ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-21T03:09:51.172Z[ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83272024-12-21T03:09:51.172Z[ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83282024-12-21T03:09:51.172Z[ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO STEP 45 (ensure_dir) COMPLETE
83292024-12-21T03:09:51.172Z[ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-21T03:09:51.234Z[ recovery-image] Dec 21 03:09:49.146 INFO O| Dec 21 03:09:49.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83312024-12-21T03:09:51.234Z[ recovery-image] Dec 21 03:09:49.146 INFO O| Dec 21 03:09:49.146 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83322024-12-21T03:09:51.300Z[ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83332024-12-21T03:09:51.300Z[ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO ok!
83342024-12-21T03:09:51.303Z[ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO STEP 46 (ensure_file) COMPLETE
83352024-12-21T03:09:51.303Z[ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-21T03:09:51.342Z[ recovery-image] Dec 21 03:09:49.254 INFO O| Dec 21 03:09:49.254 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83372024-12-21T03:09:51.345Z[ recovery-image] Dec 21 03:09:49.254 INFO O| Dec 21 03:09:49.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83382024-12-21T03:09:51.345Z[ recovery-image] Dec 21 03:09:49.255 INFO O| Dec 21 03:09:49.254 INFO STEP 47 (ensure_dir) COMPLETE
83392024-12-21T03:09:51.346Z[ recovery-image] Dec 21 03:09:49.255 INFO O| Dec 21 03:09:49.254 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83402024-12-21T03:09:51.362Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83412024-12-21T03:09:51.362Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83422024-12-21T03:09:51.362Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83432024-12-21T03:09:51.365Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO ok!
83442024-12-21T03:09:51.365Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO STEP 48 (ensure_file) COMPLETE
83452024-12-21T03:09:51.365Z[ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-21T03:09:51.392Z[ recovery-image] Dec 21 03:09:49.304 INFO O| Dec 21 03:09:49.304 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83472024-12-21T03:09:51.395Z[ recovery-image] Dec 21 03:09:49.304 INFO O| Dec 21 03:09:49.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83482024-12-21T03:09:51.395Z[ recovery-image] Dec 21 03:09:49.305 INFO O| Dec 21 03:09:49.304 INFO STEP 49 (ensure_dir) COMPLETE
83492024-12-21T03:09:51.395Z[ recovery-image] Dec 21 03:09:49.305 INFO O| Dec 21 03:09:49.305 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502024-12-21T03:09:51.426Z[ recovery-image] Dec 21 03:09:49.338 INFO O| Dec 21 03:09:49.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83512024-12-21T03:09:51.426Z[ recovery-image] Dec 21 03:09:49.338 INFO O| Dec 21 03:09:49.338 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83522024-12-21T03:09:51.451Z[ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83532024-12-21T03:09:51.451Z[ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO ok!
83542024-12-21T03:09:51.451Z[ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO STEP 50 (ensure_file) COMPLETE
83552024-12-21T03:09:51.451Z[ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-21T03:09:51.489Z[ recovery-image] Dec 21 03:09:49.401 INFO O| Dec 21 03:09:49.401 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83572024-12-21T03:09:51.489Z[ recovery-image] Dec 21 03:09:49.401 INFO O| Dec 21 03:09:49.401 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83582024-12-21T03:09:53.474Z[ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83592024-12-21T03:09:53.477Z[ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO ok!
83602024-12-21T03:09:53.477Z[ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO STEP 51 (ensure_file) COMPLETE
83612024-12-21T03:09:53.477Z[ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-21T03:09:53.492Z[ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83632024-12-21T03:09:53.492Z[ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83642024-12-21T03:09:53.492Z[ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO STEP 52 (ensure_dir) COMPLETE
83652024-12-21T03:09:53.495Z[ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83662024-12-21T03:09:53.546Z[ recovery-image] Dec 21 03:09:51.457 INFO O| Dec 21 03:09:51.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83672024-12-21T03:09:53.546Z[ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.457 INFO copying /tmp/.tmpLkmalU/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 ...
83682024-12-21T03:09:53.549Z[ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 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
83692024-12-21T03:09:53.549Z[ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO ok!
83702024-12-21T03:09:53.549Z[ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO STEP 53 (ensure_file) COMPLETE
83712024-12-21T03:09:53.549Z[ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83722024-12-21T03:09:53.608Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83732024-12-21T03:09:53.608Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO copying /tmp/.tmpLkmalU/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 ...
83742024-12-21T03:09:53.611Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 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
83752024-12-21T03:09:53.611Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO ok!
83762024-12-21T03:09:53.611Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO STEP 54 (ensure_file) COMPLETE
83772024-12-21T03:09:53.611Z[ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83782024-12-21T03:09:53.627Z[ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83792024-12-21T03:09:53.627Z[ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83802024-12-21T03:09:53.627Z[ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO STEP 55 (ensure_dir) COMPLETE
83812024-12-21T03:09:53.630Z[ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83822024-12-21T03:09:53.650Z[ recovery-image] Dec 21 03:09:51.561 INFO O| Dec 21 03:09:51.561 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83832024-12-21T03:09:53.650Z[ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.561 INFO copying /tmp/.tmpLkmalU/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 ...
83842024-12-21T03:09:53.650Z[ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83852024-12-21T03:09:53.652Z[ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO ok!
83862024-12-21T03:09:53.652Z[ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO STEP 56 (ensure_file) COMPLETE
83872024-12-21T03:09:53.652Z[ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83882024-12-21T03:09:53.691Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83892024-12-21T03:09:53.695Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO copying /tmp/.tmpLkmalU/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 ...
83902024-12-21T03:09:53.695Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 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
83912024-12-21T03:09:53.695Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO ok!
83922024-12-21T03:09:53.695Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO STEP 57 (ensure_file) COMPLETE
83932024-12-21T03:09:53.695Z[ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83942024-12-21T03:09:53.728Z[ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83952024-12-21T03:09:53.731Z[ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83962024-12-21T03:09:53.731Z[ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO STEP 58 (ensure_dir) COMPLETE
83972024-12-21T03:09:53.731Z[ recovery-image] Dec 21 03:09:51.641 INFO O| Dec 21 03:09:51.640 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83982024-12-21T03:09:53.751Z[ recovery-image] Dec 21 03:09:51.663 INFO O| Dec 21 03:09:51.663 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83992024-12-21T03:09:53.751Z[ recovery-image] Dec 21 03:09:51.663 INFO O| Dec 21 03:09:51.663 INFO copying /tmp/.tmpLkmalU/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 ...
84002024-12-21T03:09:53.754Z[ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84012024-12-21T03:09:53.754Z[ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO ok!
84022024-12-21T03:09:53.754Z[ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO STEP 59 (ensure_file) COMPLETE
84032024-12-21T03:09:53.754Z[ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84042024-12-21T03:09:53.810Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84052024-12-21T03:09:53.811Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84062024-12-21T03:09:53.811Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84072024-12-21T03:09:53.814Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO ok!
84082024-12-21T03:09:53.814Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO STEP 60 (ensure_file) COMPLETE
84092024-12-21T03:09:53.814Z[ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84102024-12-21T03:09:53.853Z[ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84112024-12-21T03:09:53.854Z[ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO STEP 61 (ensure_dir) COMPLETE
84122024-12-21T03:09:53.856Z[ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84132024-12-21T03:09:53.876Z[ recovery-image] Dec 21 03:09:51.787 INFO O| Dec 21 03:09:51.787 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84142024-12-21T03:09:53.876Z[ recovery-image] Dec 21 03:09:51.788 INFO O| Dec 21 03:09:51.787 INFO STEP 62 (ensure_dir) COMPLETE
84152024-12-21T03:09:53.878Z[ recovery-image] Dec 21 03:09:51.788 INFO O| Dec 21 03:09:51.788 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162024-12-21T03:09:53.906Z[ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84172024-12-21T03:09:53.906Z[ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO STEP 63 (ensure_dir) COMPLETE
84182024-12-21T03:09:53.909Z[ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84192024-12-21T03:09:53.936Z[ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84202024-12-21T03:09:53.936Z[ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO STEP 64 (ensure_dir) COMPLETE
84212024-12-21T03:09:53.936Z[ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84222024-12-21T03:09:54.012Z[ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84232024-12-21T03:09:54.012Z[ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84242024-12-21T03:09:54.012Z[ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84252024-12-21T03:09:54.015Z[ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO ok!
84262024-12-21T03:09:54.015Z[ recovery-image] Dec 21 03:09:51.924 INFO O| Dec 21 03:09:51.924 INFO STEP 65 (ensure_file) COMPLETE
84272024-12-21T03:09:54.015Z[ recovery-image] Dec 21 03:09:51.924 INFO O| Dec 21 03:09:51.924 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-21T03:09:54.045Z[ recovery-image] Dec 21 03:09:51.957 INFO O| Dec 21 03:09:51.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84292024-12-21T03:09:54.048Z[ recovery-image] Dec 21 03:09:51.958 INFO O| Dec 21 03:09:51.958 INFO STEP 66 (remove_files) COMPLETE
84302024-12-21T03:09:54.048Z[ recovery-image] Dec 21 03:09:51.958 INFO O| Dec 21 03:09:51.958 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-21T03:09:54.066Z[ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84322024-12-21T03:09:54.069Z[ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO STEP 67 (remove_files) COMPLETE
84332024-12-21T03:09:54.069Z[ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-21T03:09:54.086Z[ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84352024-12-21T03:09:54.089Z[ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO STEP 68 (remove_files) COMPLETE
84362024-12-21T03:09:54.089Z[ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-21T03:09:54.117Z[ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84382024-12-21T03:09:54.120Z[ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO STEP 69 (remove_files) COMPLETE
84392024-12-21T03:09:54.120Z[ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-21T03:09:54.136Z[ recovery-image] Dec 21 03:09:52.047 INFO O| Dec 21 03:09:52.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84412024-12-21T03:09:54.139Z[ recovery-image] Dec 21 03:09:52.048 INFO O| Dec 21 03:09:52.048 INFO STEP 70 (remove_files) COMPLETE
84422024-12-21T03:09:54.139Z[ recovery-image] Dec 21 03:09:52.048 INFO O| Dec 21 03:09:52.048 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-21T03:09:54.155Z[ recovery-image] Dec 21 03:09:52.066 INFO O| Dec 21 03:09:52.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84442024-12-21T03:09:54.157Z[ recovery-image] Dec 21 03:09:52.067 INFO O| Dec 21 03:09:52.067 INFO STEP 71 (remove_files) COMPLETE
84452024-12-21T03:09:54.157Z[ recovery-image] Dec 21 03:09:52.067 INFO O| Dec 21 03:09:52.067 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462024-12-21T03:09:54.173Z[ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84472024-12-21T03:09:54.173Z[ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO STEP 72 (remove_files) COMPLETE
84482024-12-21T03:09:54.176Z[ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84492024-12-21T03:09:54.193Z[ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84502024-12-21T03:09:54.193Z[ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO STEP 73 (remove_files) COMPLETE
84512024-12-21T03:09:54.193Z[ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-21T03:09:54.213Z[ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84532024-12-21T03:09:54.213Z[ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO STEP 74 (remove_files) COMPLETE
84542024-12-21T03:09:54.216Z[ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84552024-12-21T03:09:54.240Z[ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84562024-12-21T03:09:54.240Z[ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO STEP 75 (remove_files) COMPLETE
84572024-12-21T03:09:54.240Z[ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84582024-12-21T03:09:54.273Z[ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84592024-12-21T03:09:54.273Z[ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO STEP 76 (remove_files) COMPLETE
84602024-12-21T03:09:54.273Z[ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84612024-12-21T03:09:54.345Z[ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84622024-12-21T03:09:54.345Z[ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.257 INFO STEP 77 (remove_files) COMPLETE
84632024-12-21T03:09:54.345Z[ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.257 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84642024-12-21T03:09:54.365Z[ recovery-image] Dec 21 03:09:52.276 INFO O| Dec 21 03:09:52.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84652024-12-21T03:09:54.365Z[ recovery-image] Dec 21 03:09:52.277 INFO O| Dec 21 03:09:52.276 INFO STEP 78 (remove_files) COMPLETE
84662024-12-21T03:09:54.365Z[ recovery-image] Dec 21 03:09:52.277 INFO O| Dec 21 03:09:52.276 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84672024-12-21T03:09:54.385Z[ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84682024-12-21T03:09:54.385Z[ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.297 INFO STEP 79 (remove_files) COMPLETE
84692024-12-21T03:09:54.388Z[ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.297 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84702024-12-21T03:09:54.407Z[ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84712024-12-21T03:09:54.410Z[ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO STEP 80 (remove_files) COMPLETE
84722024-12-21T03:09:54.410Z[ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84732024-12-21T03:09:54.439Z[ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84742024-12-21T03:09:54.439Z[ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO STEP 81 (remove_files) COMPLETE
84752024-12-21T03:09:54.439Z[ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84762024-12-21T03:09:54.460Z[ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84772024-12-21T03:09:54.460Z[ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO STEP 82 (remove_files) COMPLETE
84782024-12-21T03:09:54.460Z[ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84792024-12-21T03:09:54.500Z[ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84802024-12-21T03:09:54.500Z[ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO STEP 83 (remove_files) COMPLETE
84812024-12-21T03:09:54.500Z[ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84822024-12-21T03:09:54.522Z[ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84832024-12-21T03:09:54.522Z[ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO STEP 84 (remove_files) COMPLETE
84842024-12-21T03:09:54.526Z[ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84852024-12-21T03:09:54.543Z[ recovery-image] Dec 21 03:09:52.454 INFO O| Dec 21 03:09:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84862024-12-21T03:09:54.543Z[ recovery-image] Dec 21 03:09:52.455 INFO O| Dec 21 03:09:52.455 INFO STEP 85 (remove_files) COMPLETE
84872024-12-21T03:09:54.543Z[ recovery-image] Dec 21 03:09:52.455 INFO O| Dec 21 03:09:52.455 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84882024-12-21T03:09:54.563Z[ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84892024-12-21T03:09:54.563Z[ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.475 INFO STEP 86 (remove_files) COMPLETE
84902024-12-21T03:09:54.563Z[ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.475 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84912024-12-21T03:09:54.610Z[ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84922024-12-21T03:09:54.610Z[ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO STEP 87 (remove_files) COMPLETE
84932024-12-21T03:09:54.610Z[ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84942024-12-21T03:09:54.632Z[ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84952024-12-21T03:09:54.633Z[ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO STEP 88 (remove_files) COMPLETE
84962024-12-21T03:09:54.633Z[ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84972024-12-21T03:09:54.655Z[ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84982024-12-21T03:09:54.655Z[ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO STEP 89 (remove_files) COMPLETE
84992024-12-21T03:09:54.655Z[ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85002024-12-21T03:09:54.696Z[ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85012024-12-21T03:09:54.696Z[ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.595 INFO STEP 90 (remove_files) COMPLETE
85022024-12-21T03:09:54.699Z[ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.595 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85032024-12-21T03:09:54.709Z[ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85042024-12-21T03:09:54.709Z[ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO STEP 91 (remove_files) COMPLETE
85052024-12-21T03:09:54.709Z[ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85062024-12-21T03:09:54.730Z[ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85072024-12-21T03:09:54.731Z[ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.642 INFO STEP 92 (remove_files) COMPLETE
85082024-12-21T03:09:54.731Z[ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.642 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85092024-12-21T03:09:54.751Z[ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85102024-12-21T03:09:54.751Z[ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.663 INFO STEP 93 (remove_files) COMPLETE
85112024-12-21T03:09:54.754Z[ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.663 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85122024-12-21T03:09:54.771Z[ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85132024-12-21T03:09:54.771Z[ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO STEP 94 (remove_files) COMPLETE
85142024-12-21T03:09:54.771Z[ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85152024-12-21T03:09:54.802Z[ recovery-image] Dec 21 03:09:52.713 INFO O| Dec 21 03:09:52.713 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85162024-12-21T03:09:54.804Z[ recovery-image] Dec 21 03:09:52.714 INFO O| Dec 21 03:09:52.713 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85172024-12-21T03:10:09.647Z[ recovery-image] Dec 21 03:10:07.555 INFO O| Dec 21 03:10:07.555 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
85182024-12-21T03:10:09.652Z[ recovery-image] Dec 21 03:10:07.555 INFO O| Dec 21 03:10:07.555 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85192024-12-21T03:10:09.666Z[ recovery-image] Dec 21 03:10:07.574 INFO O| Dec 21 03:10:07.574 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
85202024-12-21T03:10:09.875Z[ recovery-image] Dec 21 03:10:07.781 INFO O| Dec 21 03:10:07.781 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85212024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.781 INFO O| Dec 21 03:10:07.781 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 ...
85222024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85232024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO ok!
85242024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85252024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO STEP 95 (seed_smf) COMPLETE
85262024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO steps complete; finalising image!
85272024-12-21T03:10:09.878Z[ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85282024-12-21T03:10:09.949Z[ recovery-image] Dec 21 03:10:07.857 INFO O| Dec 21 03:10:07.857 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 03:10:07 2024)
85292024-12-21T03:10:10.160Z[ recovery-image] Dec 21 03:10:08.067 INFO O| Dec 21 03:10:08.067 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Sat Dec 21 03:10:07 2024)
85302024-12-21T03:10:10.396Z[ recovery-image] Dec 21 03:10:08.304 INFO O| Dec 21 03:10:08.304 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
85312024-12-21T03:10:10.396Z[ recovery-image] Dec 21 03:10:08.304 INFO O| Dec 21 03:10:08.304 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85322024-12-21T03:10:11.309Z[ recovery-image] Dec 21 03:10:09.217 INFO O| Dec 21 03:10:09.216 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
85332024-12-21T03:10:11.309Z[ recovery-image] Dec 21 03:10:09.217 INFO O| Dec 21 03:10:09.217 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85342024-12-21T03:10:17.077Z[ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85352024-12-21T03:10:17.077Z[ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85362024-12-21T03:10:17.081Z[ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85372024-12-21T03:10:17.081Z[ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO completed processing gimlet/zfs-recovery
85382024-12-21T03:10:17.081Z[ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85392024-12-21T03:10:17.537Z[ recovery-image] Dec 21 03:10:15.443 INFO O| Dec 21 03:10:15.443 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85402024-12-21T03:10:17.681Z[ recovery-image] Dec 21 03:10:15.587 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85412024-12-21T03:10:17.686Z[ recovery-image] Dec 21 03:10:15.588 INFO expanded image name: "recovery ecf33f7/${os_short_commit} 2024-12-21 02:37" -> "recovery ecf33f7/37a4469 2024-12-21 02:37"
85422024-12-21T03:10:17.686Z[ recovery-image] Dec 21 03:10:15.589 INFO output artefacts stored in: "/work/os-recovery"
85432024-12-21T03:10:17.686Z[ recovery-image] Dec 21 03:10:15.589 INFO collecting git info from project "pilot"...
85442024-12-21T03:10:17.728Z[ recovery-image] Dec 21 03:10:15.634 INFO collecting git info from project "amd-host-image-builder"...
85452024-12-21T03:10:18.308Z[ recovery-image] Dec 21 03:10:16.210 INFO collecting git info from project "image-builder"...
85462024-12-21T03:10:18.313Z[ recovery-image] Dec 21 03:10:16.220 INFO collecting git info from project "chelsio-t6-roms"...
85472024-12-21T03:10:18.366Z[ recovery-image] Dec 21 03:10:16.254 INFO collecting git info from project "amd-firmware"...
85482024-12-21T03:10:18.904Z[ recovery-image] Dec 21 03:10:16.810 INFO collecting git info from project "phbl"...
85492024-12-21T03:10:18.914Z[ recovery-image] Dec 21 03:10:16.820 INFO collecting git info from project "pinprick"...
85502024-12-21T03:10:18.923Z[ recovery-image] Dec 21 03:10:16.829 INFO collecting git info from project "bootserver"...
85512024-12-21T03:10:18.951Z[ recovery-image] Dec 21 03:10:16.856 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85522024-12-21T03:10:19.903Z[ recovery-image] Dec 21 03:10:17.808 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85532024-12-21T03:10:20.620Z[ recovery-image] Dec 21 03:10:18.525 INFO creating Oxide boot image...
85542024-12-21T03:10:20.624Z[ recovery-image] Dec 21 03:10:18.526 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ecf33f7/37a4469 2024-12-21 02:37", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85552024-12-21T03:10:59.307Z[ host-image] Dec 21 03:10:57.203 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85562024-12-21T03:10:59.309Z[ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85572024-12-21T03:10:59.309Z[ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85582024-12-21T03:10:59.309Z[ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85592024-12-21T03:10:59.309Z[ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85602024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85612024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85622024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85632024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85642024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85652024-12-21T03:10:59.310Z[ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85662024-12-21T03:10:59.313Z[ host-image] Dec 21 03:10:57.207 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85672024-12-21T03:10:59.313Z[ host-image] Dec 21 03:10:57.208 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85682024-12-21T03:10:59.313Z[ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85692024-12-21T03:10:59.313Z[ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85702024-12-21T03:10:59.313Z[ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85712024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85722024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85732024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85742024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85752024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85762024-12-21T03:10:59.316Z[ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85772024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85782024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85792024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85802024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85812024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85822024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85832024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85842024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85852024-12-21T03:10:59.317Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85862024-12-21T03:10:59.318Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85872024-12-21T03:10:59.318Z[ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85882024-12-21T03:10:59.318Z[ host-image] Dec 21 03:10:57.213 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85892024-12-21T03:10:59.321Z[ host-image] Dec 21 03:10:57.214 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85902024-12-21T03:10:59.321Z[ host-image] Dec 21 03:10:57.214 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85912024-12-21T03:10:59.326Z[ host-image] Dec 21 03:10:57.223 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85922024-12-21T03:10:59.328Z[ host-image] Dec 21 03:10:57.223 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85932024-12-21T03:10:59.328Z[ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85942024-12-21T03:10:59.331Z[ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85952024-12-21T03:10:59.331Z[ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85962024-12-21T03:10:59.331Z[ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85972024-12-21T03:10:59.331Z[ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85982024-12-21T03:10:59.331Z[ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85992024-12-21T03:10:59.336Z[ host-image] Dec 21 03:10:57.226 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86002024-12-21T03:10:59.336Z[ host-image] Dec 21 03:10:57.227 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86012024-12-21T03:10:59.342Z[ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86022024-12-21T03:10:59.342Z[ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86032024-12-21T03:10:59.346Z[ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86042024-12-21T03:10:59.346Z[ host-image] Dec 21 03:10:57.240 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86052024-12-21T03:10:59.346Z[ host-image] Dec 21 03:10:57.241 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86062024-12-21T03:10:59.346Z[ host-image] Dec 21 03:10:57.241 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86072024-12-21T03:10:59.381Z[ host-image] Dec 21 03:10:57.277 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86082024-12-21T03:10:59.383Z[ host-image] Dec 21 03:10:57.278 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86092024-12-21T03:10:59.383Z[ host-image] Dec 21 03:10:57.278 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86102024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86112024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86122024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86132024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86142024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86152024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86162024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86172024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86182024-12-21T03:10:59.385Z[ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86192024-12-21T03:10:59.388Z[ host-image] Dec 21 03:10:57.284 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86202024-12-21T03:10:59.388Z[ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86212024-12-21T03:10:59.388Z[ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86222024-12-21T03:10:59.388Z[ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86232024-12-21T03:10:59.391Z[ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86242024-12-21T03:10:59.403Z[ host-image] Dec 21 03:10:57.300 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86252024-12-21T03:10:59.405Z[ host-image] Dec 21 03:10:57.300 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86262024-12-21T03:10:59.405Z[ host-image] Dec 21 03:10:57.302 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86272024-12-21T03:10:59.411Z[ host-image] Dec 21 03:10:57.303 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86282024-12-21T03:10:59.412Z[ host-image] Dec 21 03:10:57.303 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86292024-12-21T03:10:59.413Z[ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86302024-12-21T03:10:59.413Z[ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86312024-12-21T03:10:59.413Z[ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86322024-12-21T03:10:59.413Z[ host-image] Dec 21 03:10:57.305 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86332024-12-21T03:10:59.413Z[ host-image] Dec 21 03:10:57.308 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86342024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.309 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86352024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86362024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86372024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86382024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86392024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86402024-12-21T03:10:59.416Z[ host-image] Dec 21 03:10:57.311 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86412024-12-21T03:10:59.422Z[ host-image] Dec 21 03:10:57.319 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86422024-12-21T03:10:59.422Z[ host-image] Dec 21 03:10:57.319 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86432024-12-21T03:10:59.425Z[ host-image] Dec 21 03:10:57.321 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86442024-12-21T03:10:59.428Z[ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86452024-12-21T03:10:59.428Z[ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86462024-12-21T03:10:59.428Z[ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86472024-12-21T03:10:59.428Z[ host-image] Dec 21 03:10:57.324 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86482024-12-21T03:10:59.428Z[ host-image] Dec 21 03:10:57.324 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86492024-12-21T03:10:59.438Z[ host-image] Dec 21 03:10:57.334 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86502024-12-21T03:10:59.440Z[ host-image] Dec 21 03:10:57.335 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86512024-12-21T03:10:59.440Z[ host-image] Dec 21 03:10:57.335 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86522024-12-21T03:10:59.440Z[ host-image] Dec 21 03:10:57.336 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86532024-12-21T03:10:59.440Z[ host-image] Dec 21 03:10:57.336 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86542024-12-21T03:10:59.462Z[ host-image] Dec 21 03:10:57.358 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86552024-12-21T03:10:59.464Z[ host-image] Dec 21 03:10:57.358 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86562024-12-21T03:10:59.464Z[ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86572024-12-21T03:10:59.464Z[ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86582024-12-21T03:10:59.464Z[ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86592024-12-21T03:10:59.492Z[ host-image] Dec 21 03:10:57.388 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86602024-12-21T03:10:59.495Z[ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86612024-12-21T03:10:59.495Z[ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86622024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86632024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.390 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86642024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.390 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86652024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.391 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86662024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86672024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86682024-12-21T03:10:59.496Z[ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86692024-12-21T03:10:59.499Z[ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86702024-12-21T03:10:59.499Z[ host-image] Dec 21 03:10:57.393 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86712024-12-21T03:10:59.499Z[ host-image] Dec 21 03:10:57.393 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86722024-12-21T03:10:59.499Z[ host-image] Dec 21 03:10:57.396 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86732024-12-21T03:10:59.499Z[ host-image] Dec 21 03:10:57.396 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86742024-12-21T03:10:59.502Z[ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86752024-12-21T03:10:59.502Z[ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86762024-12-21T03:10:59.505Z[ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86772024-12-21T03:10:59.505Z[ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86782024-12-21T03:10:59.505Z[ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86792024-12-21T03:10:59.505Z[ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86802024-12-21T03:10:59.505Z[ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86812024-12-21T03:10:59.506Z[ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86822024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86832024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86842024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86852024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86862024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86872024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86882024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.401 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86892024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.402 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86902024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.402 INFO O| tempdir @ "/tmp/.tmpizwFdn/tmp"
86912024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.402 INFO O| image root @ "/tmp/.tmpizwFdn/tmp/root"
86922024-12-21T03:10:59.508Z[ host-image] Dec 21 03:10:57.403 INFO O| creating image...
86932024-12-21T03:11:00.016Z[ host-image] Dec 21 03:10:57.912 INFO O| copying publishers...
86942024-12-21T03:11:13.939Z[ host-image] Dec 21 03:11:11.833 INFO O| adding properties...
86952024-12-21T03:11:16.128Z[ host-image] Dec 21 03:11:14.021 INFO O| installing packages...
86962024-12-21T03:11:16.475Z[ recovery-image] Dec 21 03:11:14.368 INFO O| ok, image written!
86972024-12-21T03:11:16.478Z[ recovery-image] Dec 21 03:11:14.368 INFO O| ok, boot_image_csum file written!
86982024-12-21T03:11:16.482Z[ recovery-image] Dec 21 03:11:14.375 INFO creating boot archive (CPIO)...
86992024-12-21T03:11:16.482Z[ recovery-image] Dec 21 03:11:14.375 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
87002024-12-21T03:11:16.497Z[ recovery-image] Dec 21 03:11:14.390 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87012024-12-21T03:11:16.497Z[ recovery-image] Dec 21 03:11:14.390 INFO E| + outfile=/work/os-recovery/cpio
87022024-12-21T03:11:16.497Z[ recovery-image] Dec 21 03:11:14.390 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87032024-12-21T03:11:16.500Z[ recovery-image] Dec 21 03:11:14.393 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87042024-12-21T03:11:16.503Z[ recovery-image] Dec 21 03:11:14.393 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87052024-12-21T03:11:16.547Z[ recovery-image] Dec 21 03:11:14.440 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87062024-12-21T03:11:16.547Z[ recovery-image] Dec 21 03:11:14.440 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87072024-12-21T03:11:16.557Z[ recovery-image] Dec 21 03:11:14.450 INFO creating compressed cpio/unix for nanobl-rs...
87082024-12-21T03:11:16.557Z[ recovery-image] Dec 21 03:11:14.450 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
87092024-12-21T03:11:16.979Z[ recovery-image] Dec 21 03:11:14.871 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87102024-12-21T03:11:23.648Z[ recovery-image] Dec 21 03:11:21.540 INFO creating reset image...
87112024-12-21T03:11:23.648Z[ recovery-image] Dec 21 03:11:21.540 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87122024-12-21T03:11:24.184Z[ recovery-image] Dec 21 03:11:22.076 INFO E| Updating crates.io index
87132024-12-21T03:11:24.308Z[ recovery-image] Dec 21 03:11:22.199 INFO E| Downloading crates ...
87142024-12-21T03:11:24.421Z[ recovery-image] Dec 21 03:11:22.312 INFO E| Downloaded shared_child v1.0.1
87152024-12-21T03:11:24.424Z[ recovery-image] Dec 21 03:11:22.315 INFO E| Downloaded clap v4.5.17
87162024-12-21T03:11:24.440Z[ recovery-image] Dec 21 03:11:22.331 INFO E| Downloaded os_pipe v1.2.1
87172024-12-21T03:11:24.442Z[ recovery-image] Dec 21 03:11:22.333 INFO E| Downloaded duct v0.13.7
87182024-12-21T03:11:24.445Z[ recovery-image] Dec 21 03:11:22.336 INFO E| Downloaded clap_derive v4.5.13
87192024-12-21T03:11:24.510Z[ recovery-image] Dec 21 03:11:22.401 INFO E| Downloaded clap_builder v4.5.17
87202024-12-21T03:11:24.520Z[ recovery-image] Dec 21 03:11:22.411 INFO E| Downloaded syn v2.0.77
87212024-12-21T03:11:24.614Z[ recovery-image] Dec 21 03:11:22.505 INFO E| Downloaded libc v0.2.158
87222024-12-21T03:11:24.766Z[ recovery-image] Dec 21 03:11:22.657 INFO E| Compiling proc-macro2 v1.0.86
87232024-12-21T03:11:24.766Z[ recovery-image] Dec 21 03:11:22.657 INFO E| Compiling unicode-ident v1.0.13
87242024-12-21T03:11:24.766Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling libc v0.2.158
87252024-12-21T03:11:24.769Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling utf8parse v0.2.2
87262024-12-21T03:11:24.769Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling anstyle v1.0.8
87272024-12-21T03:11:24.769Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling is_terminal_polyfill v1.70.1
87282024-12-21T03:11:24.769Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling colorchoice v1.0.2
87292024-12-21T03:11:24.769Z[ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling anstyle-query v1.1.1
87302024-12-21T03:11:25.476Z[ recovery-image] Dec 21 03:11:23.367 INFO E| Compiling anstyle-parse v0.2.5
87312024-12-21T03:11:25.634Z[ recovery-image] Dec 21 03:11:23.525 INFO E| Compiling clap_lex v0.7.2
87322024-12-21T03:11:25.703Z[ recovery-image] Dec 21 03:11:23.593 INFO E| Compiling heck v0.5.0
87332024-12-21T03:11:25.736Z[ recovery-image] Dec 21 03:11:23.626 INFO E| Compiling strsim v0.11.1
87342024-12-21T03:11:26.051Z[ recovery-image] Dec 21 03:11:23.942 INFO E| Compiling anstream v0.6.15
87352024-12-21T03:11:26.114Z[ recovery-image] Dec 21 03:11:24.005 INFO E| Compiling once_cell v1.19.0
87362024-12-21T03:11:26.779Z[ recovery-image] Dec 21 03:11:24.669 INFO E| Compiling clap_builder v4.5.17
87372024-12-21T03:11:27.923Z[ recovery-image] Dec 21 03:11:25.813 INFO E| Compiling os_pipe v1.2.1
87382024-12-21T03:11:27.923Z[ recovery-image] Dec 21 03:11:25.813 INFO E| Compiling shared_child v1.0.1
87392024-12-21T03:11:28.175Z[ recovery-image] Dec 21 03:11:26.065 INFO E| Compiling duct v0.13.7
87402024-12-21T03:11:28.299Z[ recovery-image] Dec 21 03:11:26.189 INFO E| Compiling quote v1.0.37
87412024-12-21T03:11:28.961Z[ recovery-image] Dec 21 03:11:26.851 INFO E| Compiling syn v2.0.77
87422024-12-21T03:11:37.831Z[ recovery-image] Dec 21 03:11:35.718 INFO E| Compiling clap_derive v4.5.13
87432024-12-21T03:11:41.959Z[ recovery-image] Dec 21 03:11:39.846 INFO E| Compiling clap v4.5.17
87442024-12-21T03:11:42.052Z[ recovery-image] Dec 21 03:11:39.938 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87452024-12-21T03:11:44.399Z[ recovery-image] Dec 21 03:11:42.285 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s
87462024-12-21T03:11:44.415Z[ recovery-image] Dec 21 03:11:42.301 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87472024-12-21T03:11:44.645Z[ recovery-image] Dec 21 03:11:42.531 INFO E| Updating crates.io index
87482024-12-21T03:11:44.767Z[ recovery-image] Dec 21 03:11:42.652 INFO E| Downloading crates ...
87492024-12-21T03:11:44.957Z[ recovery-image] Dec 21 03:11:42.843 INFO E| Downloaded cpio_reader v0.1.1
87502024-12-21T03:11:44.960Z[ recovery-image] Dec 21 03:11:42.846 INFO E| Downloaded seq-macro v0.3.5
87512024-12-21T03:11:44.964Z[ recovery-image] Dec 21 03:11:42.849 INFO E| Downloaded raw-cpuid v10.7.0
87522024-12-21T03:11:44.968Z[ recovery-image] Dec 21 03:11:42.855 INFO E| Downloaded bitstruct v0.1.1
87532024-12-21T03:11:44.971Z[ recovery-image] Dec 21 03:11:42.857 INFO E| Downloaded bit_field v0.10.2
87542024-12-21T03:11:44.974Z[ recovery-image] Dec 21 03:11:42.858 INFO E| Downloaded bitstruct_derive v0.1.0
87552024-12-21T03:11:45.036Z[ recovery-image] Dec 21 03:11:42.922 INFO E| Downloaded syn v2.0.85
87562024-12-21T03:11:45.244Z[ recovery-image] Dec 21 03:11:43.130 INFO E| Downloaded x86 v0.52.0
87572024-12-21T03:11:45.377Z[ recovery-image] Dec 21 03:11:43.262 INFO E| Updating crates.io index
87582024-12-21T03:11:45.523Z[ recovery-image] Dec 21 03:11:43.409 INFO E| Downloading crates ...
87592024-12-21T03:11:45.658Z[ recovery-image] Dec 21 03:11:43.544 INFO E| Downloaded hashbrown v0.15.0
87602024-12-21T03:11:45.689Z[ recovery-image] Dec 21 03:11:43.553 INFO E| Downloaded compiler_builtins v0.1.134
87612024-12-21T03:11:45.795Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling compiler_builtins v0.1.134
87622024-12-21T03:11:45.798Z[ recovery-image] Dec 21 03:11:43.681 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)
87632024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling proc-macro2 v1.0.89
87642024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling unicode-ident v1.0.13
87652024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling syn v1.0.109
87662024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling x86 v0.52.0
87672024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87682024-12-21T03:11:45.799Z[ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling seq-macro v0.3.5
87692024-12-21T03:11:48.891Z[ recovery-image] Dec 21 03:11:46.772 INFO E| Compiling quote v1.0.37
87702024-12-21T03:11:49.272Z[ recovery-image] Dec 21 03:11:47.156 INFO E| Compiling syn v2.0.85
87712024-12-21T03:11:55.450Z[ host-image] Dec 21 03:11:53.334 INFO O| seeding SMF database...
87722024-12-21T03:11:56.283Z[ recovery-image] Dec 21 03:11:54.167 INFO E| Compiling scroll_derive v0.12.0
87732024-12-21T03:12:00.651Z[ recovery-image] Dec 21 03:11:58.534 INFO E| Compiling bitstruct_derive v0.1.0
87742024-12-21T03:12:09.898Z[ host-image] Dec 21 03:12:07.777 INFO O| configuring SMF profile...
87752024-12-21T03:12:09.900Z[ host-image] Dec 21 03:12:07.777 INFO O| modifying shadow(5)...
87762024-12-21T03:12:09.900Z[ host-image] Dec 21 03:12:07.778 INFO O| loading user and group database...
87772024-12-21T03:12:09.900Z[ host-image] Dec 21 03:12:07.778 INFO O| assessing packaged files...
87782024-12-21T03:12:14.029Z[ host-image] Dec 21 03:12:11.908 INFO O| creating archive...
87792024-12-21T03:12:14.097Z[ host-image] Dec 21 03:12:11.977 INFO O| missing from packaging:
87802024-12-21T03:12:14.097Z[ host-image] Dec 21 03:12:11.977 INFO O| "etc/.pwd.lock"
87812024-12-21T03:12:14.100Z[ host-image] Dec 21 03:12:11.977 INFO O| "etc/bash"
87822024-12-21T03:12:14.107Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/generic.xml"
87832024-12-21T03:12:14.107Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/inetd_services.xml"
87842024-12-21T03:12:14.110Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/name_service.xml"
87852024-12-21T03:12:14.110Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/platform.xml"
87862024-12-21T03:12:14.110Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/platform_omicron1.xml"
87872024-12-21T03:12:14.110Z[ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/repository.db"
87882024-12-21T03:12:14.128Z[ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share"
87892024-12-21T03:12:14.128Z[ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share/man"
87902024-12-21T03:12:14.131Z[ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share/man/man1"
87912024-12-21T03:12:14.151Z[ host-image] Dec 21 03:12:12.031 INFO O| finishing archive...
87922024-12-21T03:12:17.831Z[ host-image] Dec 21 03:12:15.710 INFO O| creating gzonly manifest...
87932024-12-21T03:12:17.843Z[ host-image] Dec 21 03:12:15.722 INFO O| ok
87942024-12-21T03:12:18.004Z[ host-image] Dec 21 03:12:15.883 INFO image builder template: ramdisk-02-trim...
87952024-12-21T03:12:18.004Z[ host-image] Dec 21 03:12:15.883 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/.tmpLkmalU/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
87962024-12-21T03:12:18.045Z[ host-image] Dec 21 03:12:15.923 INFO O| Dec 21 03:12:15.923 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87972024-12-21T03:12:18.051Z[ host-image] Dec 21 03:12:15.930 INFO O| Dec 21 03:12:15.930 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87982024-12-21T03:12:18.170Z[ host-image] Dec 21 03:12:16.048 INFO O| Dec 21 03:12:16.048 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87992024-12-21T03:12:18.328Z[ host-image] Dec 21 03:12:16.207 INFO O| Dec 21 03:12:16.207 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88002024-12-21T03:12:18.328Z[ host-image] Dec 21 03:12:16.207 INFO O| Dec 21 03:12:16.207 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88012024-12-21T03:12:18.337Z[ host-image] Dec 21 03:12:16.216 INFO O| Dec 21 03:12:16.216 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88022024-12-21T03:12:18.343Z[ host-image] Dec 21 03:12:16.223 INFO O| Dec 21 03:12:16.222 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88032024-12-21T03:12:18.352Z[ host-image] Dec 21 03:12:16.230 INFO O| Dec 21 03:12:16.230 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88042024-12-21T03:12:18.950Z[ host-image] Dec 21 03:12:16.828 INFO O| Dec 21 03:12:16.828 INFO rolled back to input snapshot; work may begin
88052024-12-21T03:12:18.950Z[ host-image] Dec 21 03:12:16.828 INFO O| Dec 21 03:12:16.828 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88062024-12-21T03:12:18.978Z[ host-image] Dec 21 03:12:16.856 INFO O| Dec 21 03:12:16.856 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-21T03:12:19.020Z[ host-image] Dec 21 03:12:16.899 INFO O| Dec 21 03:12:16.899 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88082024-12-21T03:12:19.167Z[ host-image] Dec 21 03:12:17.045 INFO O| Dec 21 03:12:17.045 INFO STEP 0 (remove_files) COMPLETE
88092024-12-21T03:12:19.167Z[ host-image] Dec 21 03:12:17.045 INFO O| Dec 21 03:12:17.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-21T03:12:19.192Z[ host-image] Dec 21 03:12:17.070 INFO O| Dec 21 03:12:17.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88112024-12-21T03:12:19.195Z[ host-image] Dec 21 03:12:17.073 INFO O| Dec 21 03:12:17.073 INFO STEP 1 (remove_files) COMPLETE
88122024-12-21T03:12:19.195Z[ host-image] Dec 21 03:12:17.073 INFO O| Dec 21 03:12:17.073 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-21T03:12:19.212Z[ host-image] Dec 21 03:12:17.091 INFO O| Dec 21 03:12:17.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88142024-12-21T03:12:19.237Z[ host-image] Dec 21 03:12:17.115 INFO O| Dec 21 03:12:17.115 INFO STEP 2 (remove_files) COMPLETE
88152024-12-21T03:12:19.240Z[ host-image] Dec 21 03:12:17.115 INFO O| Dec 21 03:12:17.115 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-21T03:12:19.261Z[ host-image] Dec 21 03:12:17.140 INFO O| Dec 21 03:12:17.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88172024-12-21T03:12:19.264Z[ host-image] Dec 21 03:12:17.143 INFO O| Dec 21 03:12:17.143 INFO STEP 3 (remove_files) COMPLETE
88182024-12-21T03:12:19.265Z[ host-image] Dec 21 03:12:17.143 INFO O| Dec 21 03:12:17.143 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-21T03:12:19.282Z[ host-image] Dec 21 03:12:17.160 INFO O| Dec 21 03:12:17.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88202024-12-21T03:12:19.286Z[ host-image] Dec 21 03:12:17.165 INFO O| Dec 21 03:12:17.165 INFO STEP 4 (remove_files) COMPLETE
88212024-12-21T03:12:19.286Z[ host-image] Dec 21 03:12:17.165 INFO O| Dec 21 03:12:17.165 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-21T03:12:19.315Z[ host-image] Dec 21 03:12:17.193 INFO O| Dec 21 03:12:17.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88232024-12-21T03:12:19.319Z[ host-image] Dec 21 03:12:17.198 INFO O| Dec 21 03:12:17.198 INFO STEP 5 (remove_files) COMPLETE
88242024-12-21T03:12:19.322Z[ host-image] Dec 21 03:12:17.198 INFO O| Dec 21 03:12:17.198 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-21T03:12:19.360Z[ host-image] Dec 21 03:12:17.238 INFO O| Dec 21 03:12:17.238 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88262024-12-21T03:12:19.376Z[ host-image] Dec 21 03:12:17.255 INFO O| Dec 21 03:12:17.255 INFO STEP 6 (remove_files) COMPLETE
88272024-12-21T03:12:19.376Z[ host-image] Dec 21 03:12:17.255 INFO O| Dec 21 03:12:17.255 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-21T03:12:19.419Z[ host-image] Dec 21 03:12:17.296 INFO O| Dec 21 03:12:17.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88292024-12-21T03:12:19.437Z[ host-image] Dec 21 03:12:17.316 INFO O| Dec 21 03:12:17.316 INFO STEP 7 (remove_files) COMPLETE
88302024-12-21T03:12:19.437Z[ host-image] Dec 21 03:12:17.316 INFO O| Dec 21 03:12:17.316 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-21T03:12:19.457Z[ host-image] Dec 21 03:12:17.335 INFO O| Dec 21 03:12:17.335 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88322024-12-21T03:12:19.574Z[ host-image] Dec 21 03:12:17.453 INFO O| Dec 21 03:12:17.453 INFO STEP 8 (remove_files) COMPLETE
88332024-12-21T03:12:19.575Z[ host-image] Dec 21 03:12:17.453 INFO O| Dec 21 03:12:17.453 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-21T03:12:19.610Z[ host-image] Dec 21 03:12:17.488 INFO O| Dec 21 03:12:17.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88352024-12-21T03:12:19.738Z[ host-image] Dec 21 03:12:17.616 INFO O| Dec 21 03:12:17.615 INFO STEP 9 (remove_files) COMPLETE
88362024-12-21T03:12:19.738Z[ host-image] Dec 21 03:12:17.616 INFO O| Dec 21 03:12:17.616 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-21T03:12:19.756Z[ host-image] Dec 21 03:12:17.634 INFO O| Dec 21 03:12:17.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88382024-12-21T03:12:19.761Z[ host-image] Dec 21 03:12:17.639 INFO O| Dec 21 03:12:17.639 INFO STEP 10 (remove_files) COMPLETE
88392024-12-21T03:12:19.761Z[ host-image] Dec 21 03:12:17.639 INFO O| Dec 21 03:12:17.639 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-21T03:12:19.778Z[ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88412024-12-21T03:12:19.782Z[ host-image] Dec 21 03:12:17.658 INFO O| Dec 21 03:12:17.658 INFO STEP 11 (remove_files) COMPLETE
88422024-12-21T03:12:19.782Z[ host-image] Dec 21 03:12:17.658 INFO O| Dec 21 03:12:17.658 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-21T03:12:19.813Z[ host-image] Dec 21 03:12:17.691 INFO O| Dec 21 03:12:17.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88442024-12-21T03:12:19.816Z[ host-image] Dec 21 03:12:17.693 INFO O| Dec 21 03:12:17.693 INFO STEP 12 (remove_files) COMPLETE
88452024-12-21T03:12:19.816Z[ host-image] Dec 21 03:12:17.693 INFO O| Dec 21 03:12:17.693 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-21T03:12:20.333Z[ host-image] Dec 21 03:12:18.211 INFO O| Dec 21 03:12:18.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88472024-12-21T03:12:20.417Z[ host-image] Dec 21 03:12:18.295 INFO O| Dec 21 03:12:18.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88482024-12-21T03:12:20.424Z[ host-image] Dec 21 03:12:18.297 INFO O| Dec 21 03:12:18.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88492024-12-21T03:12:20.429Z[ host-image] Dec 21 03:12:18.307 INFO O| Dec 21 03:12:18.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88502024-12-21T03:12:20.480Z[ host-image] Dec 21 03:12:18.357 INFO O| Dec 21 03:12:18.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88512024-12-21T03:12:20.499Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88522024-12-21T03:12:20.499Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88532024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88542024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88552024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88562024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88572024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88582024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88592024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88602024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88612024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88622024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88632024-12-21T03:12:20.506Z[ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88642024-12-21T03:12:20.507Z[ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88652024-12-21T03:12:20.510Z[ host-image] Dec 21 03:12:18.386 INFO O| Dec 21 03:12:18.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88662024-12-21T03:12:20.510Z[ host-image] Dec 21 03:12:18.386 INFO O| Dec 21 03:12:18.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88672024-12-21T03:12:20.510Z[ host-image] Dec 21 03:12:18.388 INFO O| Dec 21 03:12:18.388 INFO STEP 13 (remove_files) COMPLETE
88682024-12-21T03:12:20.510Z[ host-image] Dec 21 03:12:18.388 INFO O| Dec 21 03:12:18.388 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-21T03:12:20.567Z[ host-image] Dec 21 03:12:18.445 INFO O| Dec 21 03:12:18.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88702024-12-21T03:12:20.571Z[ host-image] Dec 21 03:12:18.447 INFO O| Dec 21 03:12:18.447 INFO STEP 14 (remove_files) COMPLETE
88712024-12-21T03:12:20.571Z[ host-image] Dec 21 03:12:18.447 INFO O| Dec 21 03:12:18.447 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-21T03:12:20.605Z[ host-image] Dec 21 03:12:18.483 INFO O| Dec 21 03:12:18.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88732024-12-21T03:12:20.615Z[ host-image] Dec 21 03:12:18.493 INFO O| Dec 21 03:12:18.493 INFO STEP 15 (remove_files) COMPLETE
88742024-12-21T03:12:20.615Z[ host-image] Dec 21 03:12:18.493 INFO O| Dec 21 03:12:18.493 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-21T03:12:20.642Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88762024-12-21T03:12:20.645Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 16 (remove_files) COMPLETE
88772024-12-21T03:12:20.645Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-21T03:12:20.679Z[ host-image] Dec 21 03:12:18.557 INFO O| Dec 21 03:12:18.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88792024-12-21T03:12:20.681Z[ host-image] Dec 21 03:12:18.559 INFO O| Dec 21 03:12:18.559 INFO STEP 17 (remove_files) COMPLETE
88802024-12-21T03:12:20.681Z[ host-image] Dec 21 03:12:18.559 INFO O| Dec 21 03:12:18.559 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-21T03:12:20.698Z[ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88822024-12-21T03:12:20.698Z[ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO STEP 18 (remove_files) COMPLETE
88832024-12-21T03:12:20.700Z[ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-21T03:12:20.714Z[ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88852024-12-21T03:12:20.714Z[ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO STEP 19 (remove_files) COMPLETE
88862024-12-21T03:12:20.714Z[ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-21T03:12:20.750Z[ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88882024-12-21T03:12:20.750Z[ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO STEP 20 (remove_files) COMPLETE
88892024-12-21T03:12:20.753Z[ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-21T03:12:20.784Z[ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88912024-12-21T03:12:20.784Z[ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO STEP 21 (remove_files) COMPLETE
88922024-12-21T03:12:20.784Z[ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-21T03:12:20.800Z[ host-image] Dec 21 03:12:18.678 INFO O| Dec 21 03:12:18.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88942024-12-21T03:12:20.800Z[ host-image] Dec 21 03:12:18.679 INFO O| Dec 21 03:12:18.678 INFO STEP 22 (remove_files) COMPLETE
88952024-12-21T03:12:20.800Z[ host-image] Dec 21 03:12:18.679 INFO O| Dec 21 03:12:18.678 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-21T03:12:20.817Z[ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88972024-12-21T03:12:20.817Z[ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO STEP 23 (remove_files) COMPLETE
88982024-12-21T03:12:20.820Z[ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-21T03:12:20.835Z[ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89002024-12-21T03:12:20.835Z[ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO STEP 24 (remove_files) COMPLETE
89012024-12-21T03:12:20.835Z[ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-21T03:12:20.875Z[ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89032024-12-21T03:12:20.875Z[ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO STEP 25 (remove_files) COMPLETE
89042024-12-21T03:12:20.875Z[ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-21T03:12:20.913Z[ host-image] Dec 21 03:12:18.791 INFO O| Dec 21 03:12:18.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89062024-12-21T03:12:20.916Z[ host-image] Dec 21 03:12:18.791 INFO O| Dec 21 03:12:18.791 INFO STEP 26 (remove_files) COMPLETE
89072024-12-21T03:12:20.916Z[ host-image] Dec 21 03:12:18.792 INFO O| Dec 21 03:12:18.792 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-21T03:12:20.948Z[ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89092024-12-21T03:12:20.948Z[ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO STEP 27 (remove_files) COMPLETE
89102024-12-21T03:12:20.948Z[ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-21T03:12:20.998Z[ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89122024-12-21T03:12:20.998Z[ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO STEP 28 (remove_files) COMPLETE
89132024-12-21T03:12:20.999Z[ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-21T03:12:21.043Z[ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89152024-12-21T03:12:21.043Z[ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO STEP 29 (remove_files) COMPLETE
89162024-12-21T03:12:21.043Z[ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-21T03:12:21.102Z[ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89182024-12-21T03:12:21.102Z[ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO STEP 30 (remove_files) COMPLETE
89192024-12-21T03:12:21.105Z[ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-21T03:12:21.119Z[ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89212024-12-21T03:12:21.121Z[ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO STEP 31 (remove_files) COMPLETE
89222024-12-21T03:12:21.121Z[ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-21T03:12:21.165Z[ host-image] Dec 21 03:12:19.042 INFO O| Dec 21 03:12:19.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89242024-12-21T03:12:21.165Z[ host-image] Dec 21 03:12:19.043 INFO O| Dec 21 03:12:19.042 INFO STEP 32 (remove_files) COMPLETE
89252024-12-21T03:12:21.165Z[ host-image] Dec 21 03:12:19.043 INFO O| Dec 21 03:12:19.043 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-21T03:12:21.201Z[ host-image] Dec 21 03:12:19.078 INFO O| Dec 21 03:12:19.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89272024-12-21T03:12:21.201Z[ host-image] Dec 21 03:12:19.079 INFO O| Dec 21 03:12:19.079 INFO STEP 33 (remove_files) COMPLETE
89282024-12-21T03:12:21.201Z[ host-image] Dec 21 03:12:19.079 INFO O| Dec 21 03:12:19.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-21T03:12:21.254Z[ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89302024-12-21T03:12:21.254Z[ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO STEP 34 (remove_files) COMPLETE
89312024-12-21T03:12:21.254Z[ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-21T03:12:21.271Z[ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89332024-12-21T03:12:21.271Z[ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO STEP 35 (remove_files) COMPLETE
89342024-12-21T03:12:21.274Z[ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-21T03:12:21.296Z[ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89362024-12-21T03:12:21.296Z[ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO STEP 36 (remove_files) COMPLETE
89372024-12-21T03:12:21.296Z[ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-21T03:12:21.333Z[ host-image] Dec 21 03:12:19.211 INFO O| Dec 21 03:12:19.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89392024-12-21T03:12:21.333Z[ host-image] Dec 21 03:12:19.211 INFO O| Dec 21 03:12:19.211 INFO STEP 37 (remove_files) COMPLETE
89402024-12-21T03:12:21.336Z[ host-image] Dec 21 03:12:19.212 INFO O| Dec 21 03:12:19.211 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-21T03:12:21.355Z[ host-image] Dec 21 03:12:19.233 INFO O| Dec 21 03:12:19.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89422024-12-21T03:12:21.358Z[ host-image] Dec 21 03:12:19.233 INFO O| Dec 21 03:12:19.233 INFO STEP 38 (remove_files) COMPLETE
89432024-12-21T03:12:21.358Z[ host-image] Dec 21 03:12:19.234 INFO O| Dec 21 03:12:19.233 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-21T03:12:21.373Z[ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89452024-12-21T03:12:21.373Z[ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO STEP 39 (remove_files) COMPLETE
89462024-12-21T03:12:21.375Z[ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-21T03:12:21.391Z[ host-image] Dec 21 03:12:19.268 INFO O| Dec 21 03:12:19.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89482024-12-21T03:12:21.394Z[ host-image] Dec 21 03:12:19.269 INFO O| Dec 21 03:12:19.268 INFO STEP 40 (remove_files) COMPLETE
89492024-12-21T03:12:21.394Z[ host-image] Dec 21 03:12:19.269 INFO O| Dec 21 03:12:19.269 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-21T03:12:21.414Z[ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89512024-12-21T03:12:21.414Z[ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO STEP 41 (remove_files) COMPLETE
89522024-12-21T03:12:21.415Z[ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-21T03:12:21.451Z[ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89542024-12-21T03:12:21.454Z[ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO STEP 42 (remove_files) COMPLETE
89552024-12-21T03:12:21.454Z[ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-21T03:12:21.485Z[ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89572024-12-21T03:12:21.486Z[ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.364 INFO STEP 43 (remove_files) COMPLETE
89582024-12-21T03:12:21.488Z[ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.364 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-21T03:12:21.502Z[ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89602024-12-21T03:12:21.502Z[ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO STEP 44 (remove_files) COMPLETE
89612024-12-21T03:12:21.505Z[ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-21T03:12:21.519Z[ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89632024-12-21T03:12:21.521Z[ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO STEP 45 (remove_files) COMPLETE
89642024-12-21T03:12:21.521Z[ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-21T03:12:21.559Z[ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89662024-12-21T03:12:21.559Z[ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO STEP 46 (remove_files) COMPLETE
89672024-12-21T03:12:21.559Z[ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-21T03:12:21.576Z[ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89692024-12-21T03:12:21.576Z[ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO STEP 47 (remove_files) COMPLETE
89702024-12-21T03:12:21.579Z[ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-21T03:12:21.592Z[ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89722024-12-21T03:12:21.592Z[ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO STEP 48 (remove_files) COMPLETE
89732024-12-21T03:12:21.592Z[ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-21T03:12:21.628Z[ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89752024-12-21T03:12:21.628Z[ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO STEP 49 (remove_files) COMPLETE
89762024-12-21T03:12:21.628Z[ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-21T03:12:21.647Z[ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89782024-12-21T03:12:21.648Z[ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO STEP 50 (remove_files) COMPLETE
89792024-12-21T03:12:21.650Z[ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-21T03:12:21.663Z[ host-image] Dec 21 03:12:19.541 INFO O| Dec 21 03:12:19.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89812024-12-21T03:12:21.666Z[ host-image] Dec 21 03:12:19.541 INFO O| Dec 21 03:12:19.541 INFO STEP 51 (remove_files) COMPLETE
89822024-12-21T03:12:21.666Z[ host-image] Dec 21 03:12:19.542 INFO O| Dec 21 03:12:19.541 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-21T03:12:21.679Z[ host-image] Dec 21 03:12:19.557 INFO O| Dec 21 03:12:19.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89842024-12-21T03:12:21.682Z[ host-image] Dec 21 03:12:19.558 INFO O| Dec 21 03:12:19.557 INFO STEP 52 (remove_files) COMPLETE
89852024-12-21T03:12:21.682Z[ host-image] Dec 21 03:12:19.558 INFO O| Dec 21 03:12:19.558 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-21T03:12:21.737Z[ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89872024-12-21T03:12:21.741Z[ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO STEP 53 (remove_files) COMPLETE
89882024-12-21T03:12:21.741Z[ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-21T03:12:21.756Z[ host-image] Dec 21 03:12:19.634 INFO O| Dec 21 03:12:19.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89902024-12-21T03:12:21.759Z[ host-image] Dec 21 03:12:19.635 INFO O| Dec 21 03:12:19.634 INFO STEP 54 (remove_files) COMPLETE
89912024-12-21T03:12:21.759Z[ host-image] Dec 21 03:12:19.635 INFO O| Dec 21 03:12:19.635 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-21T03:12:21.774Z[ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89932024-12-21T03:12:21.774Z[ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO STEP 55 (remove_files) COMPLETE
89942024-12-21T03:12:21.777Z[ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-21T03:12:21.815Z[ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89962024-12-21T03:12:21.815Z[ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO STEP 56 (remove_files) COMPLETE
89972024-12-21T03:12:21.815Z[ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-21T03:12:21.834Z[ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89992024-12-21T03:12:21.834Z[ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO STEP 57 (remove_files) COMPLETE
90002024-12-21T03:12:21.835Z[ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-21T03:12:21.869Z[ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90022024-12-21T03:12:21.869Z[ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90032024-12-21T03:12:21.869Z[ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90042024-12-21T03:12:21.872Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.747 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90052024-12-21T03:12:21.872Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.747 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90062024-12-21T03:12:21.872Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90072024-12-21T03:12:21.872Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO ok!
90082024-12-21T03:12:21.872Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO STEP 58 (ensure_file) COMPLETE
90092024-12-21T03:12:21.873Z[ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-21T03:12:21.930Z[ host-image] Dec 21 03:12:19.807 INFO O| Dec 21 03:12:19.807 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90112024-12-21T03:12:21.930Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.807 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90122024-12-21T03:12:21.932Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90132024-12-21T03:12:21.932Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90142024-12-21T03:12:21.932Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90152024-12-21T03:12:21.932Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90162024-12-21T03:12:21.932Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO ok!
90172024-12-21T03:12:21.933Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO STEP 59 (ensure_file) COMPLETE
90182024-12-21T03:12:21.933Z[ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-12-21T03:12:21.950Z[ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90202024-12-21T03:12:21.950Z[ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90212024-12-21T03:12:21.950Z[ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90222024-12-21T03:12:21.953Z[ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO ok!
90232024-12-21T03:12:21.953Z[ host-image] Dec 21 03:12:19.829 INFO O| Dec 21 03:12:19.828 INFO STEP 60 (ensure_file) COMPLETE
90242024-12-21T03:12:21.953Z[ host-image] Dec 21 03:12:19.829 INFO O| Dec 21 03:12:19.828 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-21T03:12:21.988Z[ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90262024-12-21T03:12:21.989Z[ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90272024-12-21T03:12:21.992Z[ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90282024-12-21T03:12:21.992Z[ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.866 INFO ok!
90292024-12-21T03:12:21.992Z[ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.867 INFO STEP 61 (ensure_file) COMPLETE
90302024-12-21T03:12:21.992Z[ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.867 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312024-12-21T03:12:22.007Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90322024-12-21T03:12:22.007Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90332024-12-21T03:12:22.007Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90342024-12-21T03:12:22.007Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90352024-12-21T03:12:22.013Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO ok!
90362024-12-21T03:12:22.013Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO STEP 62 (ensure_file) COMPLETE
90372024-12-21T03:12:22.013Z[ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382024-12-21T03:12:22.024Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90392024-12-21T03:12:22.024Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90402024-12-21T03:12:22.024Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90412024-12-21T03:12:22.027Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90422024-12-21T03:12:22.027Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO ok!
90432024-12-21T03:12:22.027Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO STEP 63 (ensure_file) COMPLETE
90442024-12-21T03:12:22.027Z[ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90452024-12-21T03:12:22.041Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.918 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90462024-12-21T03:12:22.041Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.918 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90472024-12-21T03:12:22.041Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90482024-12-21T03:12:22.041Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO ok!
90492024-12-21T03:12:22.044Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO STEP 64 (assemble_files) COMPLETE
90502024-12-21T03:12:22.044Z[ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90512024-12-21T03:12:22.071Z[ host-image] Dec 21 03:12:19.948 INFO O| Dec 21 03:12:19.948 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90522024-12-21T03:12:22.071Z[ host-image] Dec 21 03:12:19.948 INFO O| Dec 21 03:12:19.948 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90532024-12-21T03:12:22.071Z[ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.948 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90542024-12-21T03:12:22.071Z[ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90552024-12-21T03:12:22.074Z[ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO ok!
90562024-12-21T03:12:22.074Z[ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO STEP 65 (ensure_file) COMPLETE
90572024-12-21T03:12:22.074Z[ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582024-12-21T03:12:22.094Z[ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90592024-12-21T03:12:22.094Z[ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90602024-12-21T03:12:22.097Z[ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90612024-12-21T03:12:22.097Z[ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO STEP 66 (ensure_dir) COMPLETE
90622024-12-21T03:12:22.097Z[ host-image] Dec 21 03:12:19.973 INFO O| Dec 21 03:12:19.972 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90632024-12-21T03:12:22.112Z[ host-image] Dec 21 03:12:19.990 INFO O| Dec 21 03:12:19.990 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90642024-12-21T03:12:22.112Z[ host-image] Dec 21 03:12:19.990 INFO O| Dec 21 03:12:19.990 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 ...
90652024-12-21T03:12:22.122Z[ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 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
90662024-12-21T03:12:22.125Z[ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90672024-12-21T03:12:22.125Z[ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO ok!
90682024-12-21T03:12:22.125Z[ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO STEP 67 (ensure_file) COMPLETE
90692024-12-21T03:12:22.125Z[ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702024-12-21T03:12:22.141Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90712024-12-21T03:12:22.141Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 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 ...
90722024-12-21T03:12:22.144Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 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
90732024-12-21T03:12:22.145Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90742024-12-21T03:12:22.145Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO ok!
90752024-12-21T03:12:22.145Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO STEP 68 (ensure_file) COMPLETE
90762024-12-21T03:12:22.145Z[ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772024-12-21T03:12:22.168Z[ host-image] Dec 21 03:12:20.046 INFO O| Dec 21 03:12:20.045 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90782024-12-21T03:12:22.168Z[ host-image] Dec 21 03:12:20.046 INFO O| Dec 21 03:12:20.046 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90792024-12-21T03:12:22.229Z[ recovery-image] Dec 21 03:12:20.107 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)
90802024-12-21T03:12:25.985Z[ recovery-image] Dec 21 03:12:23.863 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)
90812024-12-21T03:12:27.381Z[ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO STEP 69 (pack_tar) COMPLETE
90822024-12-21T03:12:27.381Z[ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90832024-12-21T03:12:27.381Z[ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90842024-12-21T03:12:27.949Z[ host-image] Dec 21 03:12:25.825 INFO O| Dec 21 03:12:25.825 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90852024-12-21T03:12:28.094Z[ host-image] Dec 21 03:12:25.971 INFO O| Dec 21 03:12:25.971 INFO completed processing gimlet/ramdisk-02-trim
90862024-12-21T03:12:28.097Z[ host-image] Dec 21 03:12:25.974 INFO image builder template: zfs...
90872024-12-21T03:12:28.097Z[ host-image] Dec 21 03:12:25.974 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/.tmpLkmalU/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
90882024-12-21T03:12:28.120Z[ host-image] Dec 21 03:12:25.996 INFO O| Dec 21 03:12:25.996 INFO skip include "stress" because feature "stress" is not enabled
90892024-12-21T03:12:28.190Z[ host-image] Dec 21 03:12:26.066 INFO O| Dec 21 03:12:26.066 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90902024-12-21T03:12:28.197Z[ host-image] Dec 21 03:12:26.074 INFO O| Dec 21 03:12:26.074 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90912024-12-21T03:12:28.294Z[ host-image] Dec 21 03:12:26.169 INFO O| Dec 21 03:12:26.169 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90922024-12-21T03:12:28.386Z[ host-image] Dec 21 03:12:26.262 INFO O| Dec 21 03:12:26.262 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90932024-12-21T03:12:28.386Z[ host-image] Dec 21 03:12:26.262 INFO O| Dec 21 03:12:26.262 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90942024-12-21T03:12:28.392Z[ host-image] Dec 21 03:12:26.269 INFO O| Dec 21 03:12:26.269 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90952024-12-21T03:12:28.518Z[ host-image] Dec 21 03:12:26.394 INFO O| Dec 21 03:12:26.394 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90962024-12-21T03:12:28.579Z[ host-image] Dec 21 03:12:26.456 INFO O| Dec 21 03:12:26.456 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90972024-12-21T03:12:28.596Z[ host-image] Dec 21 03:12:26.472 INFO O| Dec 21 03:12:26.472 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90982024-12-21T03:12:28.605Z[ host-image] Dec 21 03:12:26.480 INFO O| Dec 21 03:12:26.480 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90992024-12-21T03:12:28.605Z[ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.480 INFO no lofi found
91002024-12-21T03:12:28.608Z[ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.481 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91012024-12-21T03:12:28.608Z[ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.481 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91022024-12-21T03:12:30.133Z[ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.009 INFO lofi device = /dev/dsk/c2t1d0p0
91032024-12-21T03:12:30.134Z[ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.009 INFO pool device = /dev/dsk/c2t1d0p0
91042024-12-21T03:12:30.136Z[ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.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"]
91052024-12-21T03:12:30.371Z[ host-image] Dec 21 03:12:28.247 INFO O| Dec 21 03:12:28.247 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91062024-12-21T03:12:30.371Z[ host-image] Dec 21 03:12:28.247 INFO O| Dec 21 03:12:28.247 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91072024-12-21T03:12:30.407Z[ host-image] Dec 21 03:12:28.283 INFO O| Dec 21 03:12:28.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91082024-12-21T03:12:30.517Z[ host-image] Dec 21 03:12:28.392 INFO O| Dec 21 03:12:28.392 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91092024-12-21T03:12:30.594Z[ host-image] Dec 21 03:12:28.470 INFO O| Dec 21 03:12:28.470 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91102024-12-21T03:12:30.620Z[ host-image] Dec 21 03:12:28.496 INFO O| Dec 21 03:12:28.496 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91112024-12-21T03:12:30.640Z[ host-image] Dec 21 03:12:28.516 INFO O| Dec 21 03:12:28.516 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91122024-12-21T03:12:30.732Z[ host-image] Dec 21 03:12:28.607 INFO O| Dec 21 03:12:28.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91132024-12-21T03:12:30.735Z[ host-image] Dec 21 03:12:28.608 INFO O| Dec 21 03:12:28.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91142024-12-21T03:12:30.735Z[ host-image] Dec 21 03:12:28.608 INFO O| Dec 21 03:12:28.608 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91152024-12-21T03:12:30.771Z[ host-image] Dec 21 03:12:28.647 INFO O| Dec 21 03:12:28.647 INFO boot environment UUID: daad4324-c5cb-4b21-a1cd-c3c443a41d87
91162024-12-21T03:12:30.771Z[ host-image] Dec 21 03:12:28.647 INFO O| Dec 21 03:12:28.647 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = daad4324-c5cb-4b21-a1cd-c3c443a41d87
91172024-12-21T03:12:30.799Z[ host-image] Dec 21 03:12:28.675 INFO O| Dec 21 03:12:28.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91182024-12-21T03:12:30.825Z[ host-image] Dec 21 03:12:28.701 INFO O| Dec 21 03:12:28.701 INFO STEP 0 (create_be) COMPLETE
91192024-12-21T03:12:30.825Z[ host-image] Dec 21 03:12:28.701 INFO O| Dec 21 03:12:28.701 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-12-21T03:12:30.854Z[ host-image] Dec 21 03:12:28.729 INFO O| Dec 21 03:12:28.729 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91212024-12-21T03:12:34.109Z[ recovery-image] Dec 21 03:12:31.983 INFO E| Compiling bitflags v1.3.2
91222024-12-21T03:12:34.109Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling scroll v0.12.0
91232024-12-21T03:12:34.112Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling log v0.4.22
91242024-12-21T03:12:34.112Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling adler2 v2.0.0
91252024-12-21T03:12:34.112Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling plain v0.2.3
91262024-12-21T03:12:34.112Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling bit_field v0.10.2
91272024-12-21T03:12:34.112Z[ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling static_assertions v1.1.0
91282024-12-21T03:12:34.229Z[ recovery-image] Dec 21 03:12:32.104 INFO E| Compiling raw-cpuid v10.7.0
91292024-12-21T03:12:34.278Z[ recovery-image] Dec 21 03:12:32.153 INFO E| Compiling cpio_reader v0.1.1
91302024-12-21T03:12:34.417Z[ recovery-image] Dec 21 03:12:32.292 INFO E| Compiling miniz_oxide v0.8.0
91312024-12-21T03:12:34.490Z[ recovery-image] Dec 21 03:12:32.364 INFO E| Compiling bitstruct v0.1.1
91322024-12-21T03:12:35.827Z[ recovery-image] Dec 21 03:12:33.702 INFO E| Compiling goblin v0.8.2
91332024-12-21T03:12:56.069Z[ host-image] Dec 21 03:12:53.939 INFO O| Dec 21 03:12:53.939 INFO STEP 1 (unpack_tar) COMPLETE
91342024-12-21T03:12:56.069Z[ host-image] Dec 21 03:12:53.939 INFO O| Dec 21 03:12:53.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91352024-12-21T03:12:56.086Z[ host-image] Dec 21 03:12:53.956 INFO O| Dec 21 03:12:53.956 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91362024-12-21T03:12:56.566Z[ recovery-image] Dec 21 03:12:54.430 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s
91372024-12-21T03:12:56.591Z[ recovery-image] Dec 21 03:12:54.459 INFO building host image...
91382024-12-21T03:12:56.596Z[ recovery-image] Dec 21 03:12:54.459 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")
91392024-12-21T03:12:56.883Z[ host-image] Dec 21 03:12:54.753 INFO O| Dec 21 03:12:54.753 INFO STEP 2 (devfsadm) COMPLETE
91402024-12-21T03:12:56.883Z[ host-image] Dec 21 03:12:54.753 INFO O| Dec 21 03:12:54.753 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412024-12-21T03:12:56.901Z[ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.771 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91422024-12-21T03:12:56.902Z[ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91432024-12-21T03:12:56.902Z[ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO STEP 3 (ensure_dir) COMPLETE
91442024-12-21T03:12:56.905Z[ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452024-12-21T03:12:56.919Z[ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91462024-12-21T03:12:56.919Z[ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO STEP 4 (ensure_dir) COMPLETE
91472024-12-21T03:12:56.919Z[ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91482024-12-21T03:12:56.957Z[ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91492024-12-21T03:12:56.957Z[ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO STEP 5 (ensure_dir) COMPLETE
91502024-12-21T03:12:56.960Z[ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91512024-12-21T03:12:56.994Z[ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91522024-12-21T03:12:56.994Z[ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91532024-12-21T03:12:56.994Z[ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO STEP 6 (ensure_dir) COMPLETE
91542024-12-21T03:12:56.997Z[ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91552024-12-21T03:12:57.023Z[ host-image] Dec 21 03:12:54.892 INFO O| Dec 21 03:12:54.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91562024-12-21T03:12:57.023Z[ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91572024-12-21T03:12:57.023Z[ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.893 INFO STEP 7 (ensure_dir) COMPLETE
91582024-12-21T03:12:57.026Z[ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.893 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91592024-12-21T03:12:57.063Z[ host-image] Dec 21 03:12:54.933 INFO O| Dec 21 03:12:54.933 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91602024-12-21T03:12:57.066Z[ host-image] Dec 21 03:12:54.934 INFO O| Dec 21 03:12:54.934 INFO STEP 8 (remove_files) COMPLETE
91612024-12-21T03:12:57.066Z[ host-image] Dec 21 03:12:54.934 INFO O| Dec 21 03:12:54.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91622024-12-21T03:12:57.084Z[ host-image] Dec 21 03:12:54.954 INFO O| Dec 21 03:12:54.954 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91632024-12-21T03:12:57.087Z[ host-image] Dec 21 03:12:54.955 INFO O| Dec 21 03:12:54.955 INFO STEP 9 (remove_files) COMPLETE
91642024-12-21T03:12:57.087Z[ host-image] Dec 21 03:12:54.955 INFO O| Dec 21 03:12:54.955 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91652024-12-21T03:12:57.118Z[ host-image] Dec 21 03:12:54.987 INFO O| Dec 21 03:12:54.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91662024-12-21T03:12:57.121Z[ host-image] Dec 21 03:12:54.988 INFO O| Dec 21 03:12:54.988 INFO STEP 10 (remove_files) COMPLETE
91672024-12-21T03:12:57.121Z[ host-image] Dec 21 03:12:54.988 INFO O| Dec 21 03:12:54.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91682024-12-21T03:12:57.139Z[ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91692024-12-21T03:12:57.139Z[ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.009 INFO STEP 11 (remove_files) COMPLETE
91702024-12-21T03:12:57.139Z[ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.009 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91712024-12-21T03:12:57.157Z[ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91722024-12-21T03:12:57.160Z[ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO STEP 12 (remove_files) COMPLETE
91732024-12-21T03:12:57.160Z[ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91742024-12-21T03:12:57.176Z[ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91752024-12-21T03:12:57.176Z[ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91762024-12-21T03:12:57.179Z[ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO STEP 13 (ensure_dir) COMPLETE
91772024-12-21T03:12:57.179Z[ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91782024-12-21T03:12:57.199Z[ host-image] Dec 21 03:12:55.069 INFO O| Dec 21 03:12:55.069 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91792024-12-21T03:12:57.200Z[ host-image] Dec 21 03:12:55.069 INFO O| Dec 21 03:12:55.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91802024-12-21T03:12:57.202Z[ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91812024-12-21T03:12:57.202Z[ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.070 INFO STEP 14 (ensure_dir) COMPLETE
91822024-12-21T03:12:57.202Z[ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.070 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91832024-12-21T03:12:57.236Z[ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91842024-12-21T03:12:57.236Z[ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91852024-12-21T03:12:57.236Z[ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91862024-12-21T03:12:57.236Z[ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO STEP 15 (ensure_dir) COMPLETE
91872024-12-21T03:12:57.236Z[ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91882024-12-21T03:12:57.276Z[ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91892024-12-21T03:12:57.276Z[ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91902024-12-21T03:12:57.276Z[ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO STEP 16 (ensure_dir) COMPLETE
91912024-12-21T03:12:57.279Z[ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91922024-12-21T03:12:57.293Z[ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.162 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91932024-12-21T03:12:57.293Z[ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91942024-12-21T03:12:57.295Z[ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO STEP 17 (ensure_dir) COMPLETE
91952024-12-21T03:12:57.295Z[ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91962024-12-21T03:12:57.362Z[ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91972024-12-21T03:12:57.362Z[ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91982024-12-21T03:12:57.362Z[ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO ok!
91992024-12-21T03:12:57.365Z[ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO STEP 18 (ensure_symlink) COMPLETE
92002024-12-21T03:12:57.366Z[ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92012024-12-21T03:12:57.418Z[ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92022024-12-21T03:12:57.418Z[ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92032024-12-21T03:12:57.418Z[ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO ok!
92042024-12-21T03:12:57.418Z[ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO STEP 19 (ensure_file) COMPLETE
92052024-12-21T03:12:57.423Z[ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92062024-12-21T03:12:57.435Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92072024-12-21T03:12:57.435Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92082024-12-21T03:12:57.437Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92092024-12-21T03:12:57.437Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ok!
92102024-12-21T03:12:57.437Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 20 (ensure_symlink) COMPLETE
92112024-12-21T03:12:57.438Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92122024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92132024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92142024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92152024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO ok!
92162024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO STEP 21 (ensure_symlink) COMPLETE
92172024-12-21T03:12:57.452Z[ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92182024-12-21T03:12:57.468Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92192024-12-21T03:12:57.468Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92202024-12-21T03:12:57.468Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92212024-12-21T03:12:57.468Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO ok!
92222024-12-21T03:12:57.473Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO STEP 22 (ensure_symlink) COMPLETE
92232024-12-21T03:12:57.473Z[ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92242024-12-21T03:12:57.485Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.354 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92252024-12-21T03:12:57.485Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92262024-12-21T03:12:57.487Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92272024-12-21T03:12:57.488Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO ok!
92282024-12-21T03:12:57.488Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO STEP 23 (ensure_symlink) COMPLETE
92292024-12-21T03:12:57.488Z[ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92302024-12-21T03:12:57.503Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92312024-12-21T03:12:57.503Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92322024-12-21T03:12:57.505Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92332024-12-21T03:12:57.505Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO ok!
92342024-12-21T03:12:57.505Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO STEP 24 (ensure_file) COMPLETE
92352024-12-21T03:12:57.506Z[ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92362024-12-21T03:12:57.524Z[ recovery-image] Dec 21 03:12:55.394 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92372024-12-21T03:12:57.615Z[ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO updating shadow file
92382024-12-21T03:12:57.619Z[ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92392024-12-21T03:12:57.619Z[ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92402024-12-21T03:12:57.619Z[ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO STEP 25 (shadow) COMPLETE
92412024-12-21T03:12:57.619Z[ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92422024-12-21T03:12:57.638Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92432024-12-21T03:12:57.638Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92442024-12-21T03:12:57.642Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92452024-12-21T03:12:57.642Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO ok!
92462024-12-21T03:12:57.642Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO STEP 26 (ensure_file) COMPLETE
92472024-12-21T03:12:57.642Z[ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92482024-12-21T03:12:57.692Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92492024-12-21T03:12:57.692Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92502024-12-21T03:12:57.692Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92512024-12-21T03:12:57.696Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO ok!
92522024-12-21T03:12:57.696Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO STEP 27 (ensure_file) COMPLETE
92532024-12-21T03:12:57.696Z[ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92542024-12-21T03:12:57.712Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92552024-12-21T03:12:57.712Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92562024-12-21T03:12:57.715Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92572024-12-21T03:12:57.715Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92582024-12-21T03:12:57.715Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO ok!
92592024-12-21T03:12:57.715Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO STEP 28 (ensure_file) COMPLETE
92602024-12-21T03:12:57.715Z[ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92612024-12-21T03:12:57.731Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92622024-12-21T03:12:57.731Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92632024-12-21T03:12:57.731Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92642024-12-21T03:12:57.732Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO ok!
92652024-12-21T03:12:57.732Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO STEP 29 (ensure_file) COMPLETE
92662024-12-21T03:12:57.732Z[ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92672024-12-21T03:12:57.763Z[ host-image] Dec 21 03:12:55.632 INFO O| Dec 21 03:12:55.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92682024-12-21T03:12:57.763Z[ host-image] Dec 21 03:12:55.632 INFO O| Dec 21 03:12:55.632 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92692024-12-21T03:12:57.767Z[ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92702024-12-21T03:12:57.767Z[ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO ok!
92712024-12-21T03:12:57.767Z[ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO STEP 30 (ensure_file) COMPLETE
92722024-12-21T03:12:57.767Z[ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732024-12-21T03:12:57.798Z[ host-image] Dec 21 03:12:55.667 INFO O| Dec 21 03:12:55.667 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92742024-12-21T03:12:57.798Z[ host-image] Dec 21 03:12:55.667 INFO O| Dec 21 03:12:55.667 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92752024-12-21T03:12:57.798Z[ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92762024-12-21T03:12:57.801Z[ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92772024-12-21T03:12:57.801Z[ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO ok!
92782024-12-21T03:12:57.801Z[ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO STEP 31 (ensure_file) COMPLETE
92792024-12-21T03:12:57.801Z[ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92802024-12-21T03:12:57.833Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92812024-12-21T03:12:57.833Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92822024-12-21T03:12:57.833Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92832024-12-21T03:12:57.836Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO ok!
92842024-12-21T03:12:57.836Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO STEP 32 (ensure_file) COMPLETE
92852024-12-21T03:12:57.836Z[ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862024-12-21T03:12:57.853Z[ host-image] Dec 21 03:12:55.722 INFO O| Dec 21 03:12:55.722 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92872024-12-21T03:12:57.855Z[ host-image] Dec 21 03:12:55.722 INFO O| Dec 21 03:12:55.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92882024-12-21T03:12:57.856Z[ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92892024-12-21T03:12:57.856Z[ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO ok!
92902024-12-21T03:12:57.856Z[ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO STEP 33 (ensure_file) COMPLETE
92912024-12-21T03:12:57.856Z[ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-21T03:12:57.894Z[ host-image] Dec 21 03:12:55.763 INFO O| Dec 21 03:12:55.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92932024-12-21T03:12:57.894Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.763 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92942024-12-21T03:12:57.894Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92952024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92962024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92972024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92982024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO ok!
92992024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO STEP 34 (ensure_file) COMPLETE
93002024-12-21T03:12:57.897Z[ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93012024-12-21T03:12:57.912Z[ host-image] Dec 21 03:12:55.782 INFO O| Dec 21 03:12:55.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93022024-12-21T03:12:57.916Z[ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93032024-12-21T03:12:57.916Z[ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93042024-12-21T03:12:57.916Z[ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO STEP 35 (ensure_dir) COMPLETE
93052024-12-21T03:12:57.916Z[ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93062024-12-21T03:12:57.935Z[ host-image] Dec 21 03:12:55.802 INFO O| Dec 21 03:12:55.802 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
93072024-12-21T03:12:57.935Z[ host-image] Dec 21 03:12:55.802 INFO O| Dec 21 03:12:55.802 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 ...
93082024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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
93092024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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
93102024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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
93112024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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
93122024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO ok!
93132024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO STEP 36 (ensure_file) COMPLETE
93142024-12-21T03:12:57.938Z[ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93152024-12-21T03:12:57.956Z[ host-image] Dec 21 03:12:55.822 INFO O| Dec 21 03:12:55.822 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93162024-12-21T03:12:57.956Z[ host-image] Dec 21 03:12:55.822 INFO O| Dec 21 03:12:55.822 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 ...
93172024-12-21T03:12:57.959Z[ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93182024-12-21T03:12:57.959Z[ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO ok!
93192024-12-21T03:12:57.959Z[ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO STEP 37 (ensure_symlink) COMPLETE
93202024-12-21T03:12:57.959Z[ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93212024-12-21T03:12:57.973Z[ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93222024-12-21T03:12:57.973Z[ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93232024-12-21T03:12:57.975Z[ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93242024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93252024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93262024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93272024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO ok!
93282024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO STEP 38 (ensure_file) COMPLETE
93292024-12-21T03:12:57.976Z[ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93302024-12-21T03:12:58.007Z[ host-image] Dec 21 03:12:55.875 INFO O| Dec 21 03:12:55.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93312024-12-21T03:12:58.007Z[ host-image] Dec 21 03:12:55.875 INFO O| Dec 21 03:12:55.875 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 ...
93322024-12-21T03:12:58.010Z[ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 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
93332024-12-21T03:12:58.010Z[ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93342024-12-21T03:12:58.010Z[ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO ok!
93352024-12-21T03:12:58.010Z[ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO STEP 39 (ensure_file) COMPLETE
93362024-12-21T03:12:58.010Z[ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93372024-12-21T03:12:58.043Z[ host-image] Dec 21 03:12:55.910 INFO O| Dec 21 03:12:55.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93382024-12-21T03:12:58.043Z[ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.910 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93392024-12-21T03:12:58.046Z[ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93402024-12-21T03:12:58.046Z[ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO ok!
93412024-12-21T03:12:58.046Z[ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO STEP 40 (ensure_file) COMPLETE
93422024-12-21T03:12:58.046Z[ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93432024-12-21T03:12:58.091Z[ host-image] Dec 21 03:12:55.960 INFO O| Dec 21 03:12:55.960 INFO updating shadow file
93442024-12-21T03:12:58.091Z[ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93452024-12-21T03:12:58.091Z[ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO STEP 41 (shadow) COMPLETE
93462024-12-21T03:12:58.094Z[ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93472024-12-21T03:12:58.151Z[ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93482024-12-21T03:12:58.151Z[ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93492024-12-21T03:12:58.151Z[ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93502024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93512024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO ok!
93522024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 42 (ensure_file) COMPLETE
93532024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93542024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO skip step because feature "mfg" is not enabled
93552024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93562024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.021 INFO skip step because feature "mfg" is not enabled
93572024-12-21T03:12:58.156Z[ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.021 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93582024-12-21T03:12:58.167Z[ host-image] Dec 21 03:12:56.037 INFO O| Dec 21 03:12:56.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93592024-12-21T03:12:58.167Z[ host-image] Dec 21 03:12:56.037 INFO O| Dec 21 03:12:56.037 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93602024-12-21T03:12:59.017Z[ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93612024-12-21T03:12:59.017Z[ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93622024-12-21T03:12:59.020Z[ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO ok!
93632024-12-21T03:12:59.020Z[ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO STEP 45 (ensure_file) COMPLETE
93642024-12-21T03:12:59.020Z[ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93652024-12-21T03:12:59.033Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93662024-12-21T03:12:59.033Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93672024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93682024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93692024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93702024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93712024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO ok!
93722024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO STEP 46 (ensure_file) COMPLETE
93732024-12-21T03:12:59.036Z[ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93742024-12-21T03:12:59.069Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93752024-12-21T03:12:59.069Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 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 ...
93762024-12-21T03:12:59.072Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 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
93772024-12-21T03:12:59.072Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93782024-12-21T03:12:59.072Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO ok!
93792024-12-21T03:12:59.072Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO STEP 47 (ensure_file) COMPLETE
93802024-12-21T03:12:59.072Z[ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93812024-12-21T03:12:59.088Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93822024-12-21T03:12:59.088Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93832024-12-21T03:12:59.091Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93842024-12-21T03:12:59.091Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93852024-12-21T03:12:59.091Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93862024-12-21T03:12:59.091Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93872024-12-21T03:12:59.091Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO ok!
93882024-12-21T03:12:59.092Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO STEP 48 (ensure_file) COMPLETE
93892024-12-21T03:12:59.092Z[ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93902024-12-21T03:12:59.105Z[ host-image] Dec 21 03:12:56.973 INFO O| Dec 21 03:12:56.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93912024-12-21T03:12:59.105Z[ host-image] Dec 21 03:12:56.973 INFO O| Dec 21 03:12:56.973 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 ...
93922024-12-21T03:12:59.108Z[ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 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
93932024-12-21T03:12:59.108Z[ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93942024-12-21T03:12:59.108Z[ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO ok!
93952024-12-21T03:12:59.108Z[ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO STEP 49 (ensure_file) COMPLETE
93962024-12-21T03:12:59.108Z[ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93972024-12-21T03:12:59.121Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93982024-12-21T03:12:59.121Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93992024-12-21T03:12:59.121Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94002024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94012024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94022024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94032024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO ok!
94042024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO STEP 50 (ensure_file) COMPLETE
94052024-12-21T03:12:59.124Z[ host-image] Dec 21 03:12:56.991 INFO O| Dec 21 03:12:56.990 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94062024-12-21T03:12:59.138Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94072024-12-21T03:12:59.138Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 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 ...
94082024-12-21T03:12:59.141Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 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
94092024-12-21T03:12:59.141Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94102024-12-21T03:12:59.141Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO ok!
94112024-12-21T03:12:59.141Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO STEP 51 (ensure_file) COMPLETE
94122024-12-21T03:12:59.141Z[ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94132024-12-21T03:12:59.157Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94142024-12-21T03:12:59.157Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 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 ...
94152024-12-21T03:12:59.160Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 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
94162024-12-21T03:12:59.160Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94172024-12-21T03:12:59.160Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO ok!
94182024-12-21T03:12:59.160Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO STEP 52 (ensure_file) COMPLETE
94192024-12-21T03:12:59.160Z[ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94202024-12-21T03:12:59.190Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94212024-12-21T03:12:59.190Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 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 ...
94222024-12-21T03:12:59.193Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 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
94232024-12-21T03:12:59.193Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94242024-12-21T03:12:59.193Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO ok!
94252024-12-21T03:12:59.193Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO STEP 53 (ensure_file) COMPLETE
94262024-12-21T03:12:59.193Z[ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-12-21T03:12:59.220Z[ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94282024-12-21T03:12:59.220Z[ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO STEP 54 (ensure_dir) COMPLETE
94292024-12-21T03:12:59.223Z[ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-21T03:12:59.261Z[ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94312024-12-21T03:12:59.262Z[ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94322024-12-21T03:12:59.264Z[ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO STEP 55 (ensure_dir) COMPLETE
94332024-12-21T03:12:59.264Z[ host-image] Dec 21 03:12:57.131 INFO O| Dec 21 03:12:57.130 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-21T03:12:59.283Z[ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94352024-12-21T03:12:59.283Z[ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94362024-12-21T03:12:59.283Z[ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO STEP 56 (ensure_dir) COMPLETE
94372024-12-21T03:12:59.285Z[ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-21T03:12:59.319Z[ host-image] Dec 21 03:12:57.188 INFO O| Dec 21 03:12:57.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94392024-12-21T03:12:59.319Z[ host-image] Dec 21 03:12:57.188 INFO O| Dec 21 03:12:57.188 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94402024-12-21T03:12:59.341Z[ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94412024-12-21T03:12:59.341Z[ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO ok!
94422024-12-21T03:12:59.341Z[ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO STEP 57 (ensure_file) COMPLETE
94432024-12-21T03:12:59.343Z[ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-21T03:12:59.376Z[ host-image] Dec 21 03:12:57.245 INFO O| Dec 21 03:12:57.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94452024-12-21T03:12:59.376Z[ host-image] Dec 21 03:12:57.245 INFO O| Dec 21 03:12:57.245 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94462024-12-21T03:13:00.899Z[ host-image] Dec 21 03:12:58.767 INFO O| Dec 21 03:12:58.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94472024-12-21T03:13:00.899Z[ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO ok!
94482024-12-21T03:13:00.902Z[ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO STEP 58 (ensure_file) COMPLETE
94492024-12-21T03:13:00.902Z[ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-21T03:13:00.916Z[ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94512024-12-21T03:13:00.916Z[ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94522024-12-21T03:13:00.919Z[ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO STEP 59 (ensure_dir) COMPLETE
94532024-12-21T03:13:00.919Z[ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-21T03:13:00.934Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94552024-12-21T03:13:00.934Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO copying /tmp/.tmpLkmalU/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 ...
94562024-12-21T03:13:00.937Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94572024-12-21T03:13:00.937Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO ok!
94582024-12-21T03:13:00.937Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO STEP 60 (ensure_file) COMPLETE
94592024-12-21T03:13:00.937Z[ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-21T03:13:00.971Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94612024-12-21T03:13:00.974Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO copying /tmp/.tmpLkmalU/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 ...
94622024-12-21T03:13:00.974Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94632024-12-21T03:13:00.974Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO ok!
94642024-12-21T03:13:00.974Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO STEP 61 (ensure_file) COMPLETE
94652024-12-21T03:13:00.974Z[ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-21T03:13:00.989Z[ host-image] Dec 21 03:12:58.858 INFO O| Dec 21 03:12:58.858 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94672024-12-21T03:13:00.989Z[ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94682024-12-21T03:13:00.989Z[ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.859 INFO STEP 62 (ensure_dir) COMPLETE
94692024-12-21T03:13:00.992Z[ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.859 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-21T03:13:01.021Z[ host-image] Dec 21 03:12:58.890 INFO O| Dec 21 03:12:58.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94712024-12-21T03:13:01.021Z[ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.890 INFO copying /tmp/.tmpLkmalU/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 ...
94722024-12-21T03:13:01.024Z[ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94732024-12-21T03:13:01.024Z[ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO ok!
94742024-12-21T03:13:01.024Z[ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO STEP 63 (ensure_file) COMPLETE
94752024-12-21T03:13:01.024Z[ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-21T03:13:01.042Z[ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94772024-12-21T03:13:01.042Z[ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO copying /tmp/.tmpLkmalU/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 ...
94782024-12-21T03:13:01.044Z[ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94792024-12-21T03:13:01.044Z[ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO ok!
94802024-12-21T03:13:01.044Z[ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO STEP 64 (ensure_file) COMPLETE
94812024-12-21T03:13:01.044Z[ host-image] Dec 21 03:12:58.912 INFO O| Dec 21 03:12:58.912 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-21T03:13:01.060Z[ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94832024-12-21T03:13:01.063Z[ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94842024-12-21T03:13:01.063Z[ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO STEP 65 (ensure_dir) COMPLETE
94852024-12-21T03:13:01.063Z[ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-21T03:13:01.094Z[ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94872024-12-21T03:13:01.098Z[ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO copying /tmp/.tmpLkmalU/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 ...
94882024-12-21T03:13:01.098Z[ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94892024-12-21T03:13:01.098Z[ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.963 INFO ok!
94902024-12-21T03:13:01.098Z[ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.964 INFO STEP 66 (ensure_file) COMPLETE
94912024-12-21T03:13:01.098Z[ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.964 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-21T03:13:01.137Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94932024-12-21T03:13:01.137Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94942024-12-21T03:13:01.137Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94952024-12-21T03:13:01.140Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO ok!
94962024-12-21T03:13:01.140Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO STEP 67 (ensure_file) COMPLETE
94972024-12-21T03:13:01.140Z[ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-21T03:13:01.166Z[ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94992024-12-21T03:13:01.166Z[ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95002024-12-21T03:13:01.170Z[ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO STEP 68 (ensure_dir) COMPLETE
95012024-12-21T03:13:01.170Z[ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-21T03:13:01.248Z[ host-image] Dec 21 03:12:59.116 INFO O| Dec 21 03:12:59.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95032024-12-21T03:13:01.248Z[ host-image] Dec 21 03:12:59.116 INFO O| Dec 21 03:12:59.116 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95042024-12-21T03:13:01.964Z[ recovery-image] Dec 21 03:12:59.833 INFO image complete! materials are in "/work/os-recovery"
95052024-12-21T03:13:01.969Z[ recovery-image]
95062024-12-21T03:13:01.969Z[ recovery-image] real 12:53.758722942
95072024-12-21T03:13:01.972Z[ recovery-image] user 6:25.425519008
95082024-12-21T03:13:01.972Z[ recovery-image] sys 1:05.033692286
95092024-12-21T03:13:01.972Z[ recovery-image] trap 0.335531845
95102024-12-21T03:13:01.972Z[ recovery-image] tflt 0.461920708
95112024-12-21T03:13:01.972Z[ recovery-image] dflt 3.841057538
95122024-12-21T03:13:01.972Z[ recovery-image] kflt 0.012637002
95132024-12-21T03:13:01.972Z[ recovery-image] lock 29:56.629729752
95142024-12-21T03:13:01.972Z[ recovery-image] slp 1:22:07.025125532
95152024-12-21T03:13:01.972Z[ recovery-image] lat 4:51.091537493
95162024-12-21T03:13:01.972Z[ recovery-image] stop 10.618601764
95172024-12-21T03:13:01.972ZDec 21 03:12:59.840 INFO [recovery-image] process exited with exit status: 0 (773.980920475s)
95182024-12-21T03:13:02.655Z[ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95192024-12-21T03:13:02.656Z[ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO ok!
95202024-12-21T03:13:02.658Z[ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO STEP 69 (ensure_file) COMPLETE
95212024-12-21T03:13:02.659Z[ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-21T03:13:02.672Z[ host-image] Dec 21 03:13:00.541 INFO O| Dec 21 03:13:00.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95232024-12-21T03:13:02.672Z[ host-image] Dec 21 03:13:00.541 INFO O| Dec 21 03:13:00.541 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95242024-12-21T03:13:04.696Z[ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95252024-12-21T03:13:04.696Z[ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO ok!
95262024-12-21T03:13:04.699Z[ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO STEP 70 (ensure_file) COMPLETE
95272024-12-21T03:13:04.699Z[ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-21T03:13:04.715Z[ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.583 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95292024-12-21T03:13:04.715Z[ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95302024-12-21T03:13:04.715Z[ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO STEP 71 (ensure_dir) COMPLETE
95312024-12-21T03:13:04.718Z[ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-21T03:13:04.733Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95332024-12-21T03:13:04.733Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO copying /tmp/.tmpLkmalU/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 ...
95342024-12-21T03:13:04.733Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95352024-12-21T03:13:04.736Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO ok!
95362024-12-21T03:13:04.736Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO STEP 72 (ensure_file) COMPLETE
95372024-12-21T03:13:04.736Z[ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-21T03:13:04.777Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95392024-12-21T03:13:04.777Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO copying /tmp/.tmpLkmalU/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 ...
95402024-12-21T03:13:04.777Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95412024-12-21T03:13:04.780Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO ok!
95422024-12-21T03:13:04.780Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO STEP 73 (ensure_file) COMPLETE
95432024-12-21T03:13:04.780Z[ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95452024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95462024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95472024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO ok!
95482024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO STEP 74 (ensure_file) COMPLETE
95492024-12-21T03:13:04.796Z[ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-21T03:13:04.814Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95512024-12-21T03:13:04.817Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95522024-12-21T03:13:04.817Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95532024-12-21T03:13:04.817Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO ok!
95542024-12-21T03:13:04.817Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO STEP 75 (ensure_file) COMPLETE
95552024-12-21T03:13:04.817Z[ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-21T03:13:04.835Z[ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95572024-12-21T03:13:04.835Z[ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95582024-12-21T03:13:04.837Z[ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO STEP 76 (ensure_dir) COMPLETE
95592024-12-21T03:13:04.837Z[ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-21T03:13:04.852Z[ host-image] Dec 21 03:13:02.720 INFO O| Dec 21 03:13:02.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95612024-12-21T03:13:04.852Z[ host-image] Dec 21 03:13:02.720 INFO O| Dec 21 03:13:02.720 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95622024-12-21T03:13:04.856Z[ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95632024-12-21T03:13:04.859Z[ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO ok!
95642024-12-21T03:13:04.859Z[ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO STEP 77 (ensure_file) COMPLETE
95652024-12-21T03:13:04.859Z[ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-21T03:13:04.876Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95672024-12-21T03:13:04.876Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95682024-12-21T03:13:04.879Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95692024-12-21T03:13:04.879Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ok!
95702024-12-21T03:13:04.879Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 78 (ensure_file) COMPLETE
95712024-12-21T03:13:04.879Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-21T03:13:04.895Z[ host-image] Dec 21 03:13:02.763 INFO O| Dec 21 03:13:02.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95732024-12-21T03:13:04.895Z[ host-image] Dec 21 03:13:02.764 INFO O| Dec 21 03:13:02.763 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95742024-12-21T03:13:06.801Z[ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95752024-12-21T03:13:06.801Z[ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO ok!
95762024-12-21T03:13:06.804Z[ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO STEP 79 (ensure_file) COMPLETE
95772024-12-21T03:13:06.804Z[ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-21T03:13:06.819Z[ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95792024-12-21T03:13:06.820Z[ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95802024-12-21T03:13:06.820Z[ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO STEP 80 (ensure_dir) COMPLETE
95812024-12-21T03:13:06.820Z[ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-21T03:13:06.856Z[ host-image] Dec 21 03:13:04.723 INFO O| Dec 21 03:13:04.723 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95832024-12-21T03:13:06.858Z[ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95842024-12-21T03:13:06.859Z[ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO STEP 81 (ensure_dir) COMPLETE
95852024-12-21T03:13:06.859Z[ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-21T03:13:06.875Z[ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95872024-12-21T03:13:06.877Z[ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95882024-12-21T03:13:06.877Z[ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO STEP 82 (ensure_dir) COMPLETE
95892024-12-21T03:13:06.877Z[ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-21T03:13:06.894Z[ host-image] Dec 21 03:13:04.762 INFO O| Dec 21 03:13:04.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95912024-12-21T03:13:06.897Z[ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95922024-12-21T03:13:06.897Z[ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.763 INFO STEP 83 (ensure_dir) COMPLETE
95932024-12-21T03:13:06.897Z[ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.763 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-21T03:13:06.913Z[ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95952024-12-21T03:13:06.916Z[ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95962024-12-21T03:13:06.916Z[ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO STEP 84 (ensure_dir) COMPLETE
95972024-12-21T03:13:06.916Z[ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-21T03:13:06.933Z[ host-image] Dec 21 03:13:04.799 INFO O| Dec 21 03:13:04.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95992024-12-21T03:13:06.933Z[ host-image] Dec 21 03:13:04.799 INFO O| Dec 21 03:13:04.799 INFO copying /tmp/.tmpLkmalU/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 ...
96002024-12-21T03:13:06.936Z[ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96012024-12-21T03:13:06.936Z[ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO ok!
96022024-12-21T03:13:06.936Z[ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO STEP 85 (ensure_file) COMPLETE
96032024-12-21T03:13:06.936Z[ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-21T03:13:06.950Z[ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96052024-12-21T03:13:06.953Z[ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96062024-12-21T03:13:06.953Z[ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO STEP 86 (ensure_dir) COMPLETE
96072024-12-21T03:13:06.953Z[ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-21T03:13:06.969Z[ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96092024-12-21T03:13:06.969Z[ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96102024-12-21T03:13:06.972Z[ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96112024-12-21T03:13:06.972Z[ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO ok!
96122024-12-21T03:13:06.972Z[ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO STEP 87 (ensure_file) COMPLETE
96132024-12-21T03:13:06.973Z[ host-image] Dec 21 03:13:04.838 INFO O| Dec 21 03:13:04.838 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-21T03:13:06.988Z[ host-image] Dec 21 03:13:04.856 INFO O| Dec 21 03:13:04.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96152024-12-21T03:13:06.988Z[ host-image] Dec 21 03:13:04.856 INFO O| Dec 21 03:13:04.856 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96162024-12-21T03:13:07.586Z[ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96172024-12-21T03:13:07.586Z[ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO ok!
96182024-12-21T03:13:07.589Z[ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO STEP 88 (ensure_file) COMPLETE
96192024-12-21T03:13:07.589Z[ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-21T03:13:07.605Z[ host-image] Dec 21 03:13:05.472 INFO O| Dec 21 03:13:05.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96212024-12-21T03:13:07.605Z[ host-image] Dec 21 03:13:05.472 INFO O| Dec 21 03:13:05.472 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96222024-12-21T03:13:08.350Z[ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96232024-12-21T03:13:08.350Z[ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO ok!
96242024-12-21T03:13:08.353Z[ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO STEP 89 (ensure_file) COMPLETE
96252024-12-21T03:13:08.353Z[ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-21T03:13:08.367Z[ host-image] Dec 21 03:13:06.234 INFO O| Dec 21 03:13:06.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96272024-12-21T03:13:08.367Z[ host-image] Dec 21 03:13:06.234 INFO O| Dec 21 03:13:06.234 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96282024-12-21T03:13:08.370Z[ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96292024-12-21T03:13:08.370Z[ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO ok!
96302024-12-21T03:13:08.370Z[ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO STEP 90 (ensure_file) COMPLETE
96312024-12-21T03:13:08.370Z[ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-21T03:13:08.386Z[ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96332024-12-21T03:13:08.386Z[ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96342024-12-21T03:13:08.386Z[ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO STEP 91 (ensure_dir) COMPLETE
96352024-12-21T03:13:08.386Z[ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96372024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO copying /tmp/.tmpLkmalU/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 ...
96382024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96392024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO ok!
96402024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO STEP 92 (ensure_file) COMPLETE
96412024-12-21T03:13:08.420Z[ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-21T03:13:08.454Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96432024-12-21T03:13:08.454Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO copying /tmp/.tmpLkmalU/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 ...
96442024-12-21T03:13:08.454Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96452024-12-21T03:13:08.457Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO ok!
96462024-12-21T03:13:08.457Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO STEP 93 (ensure_file) COMPLETE
96472024-12-21T03:13:08.457Z[ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-21T03:13:08.510Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96492024-12-21T03:13:08.510Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.377 INFO copying /tmp/.tmpLkmalU/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 ...
96502024-12-21T03:13:08.510Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96512024-12-21T03:13:08.513Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO ok!
96522024-12-21T03:13:08.514Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO STEP 94 (ensure_file) COMPLETE
96532024-12-21T03:13:08.514Z[ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-21T03:13:08.527Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96552024-12-21T03:13:08.527Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.394 INFO copying /tmp/.tmpLkmalU/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 ...
96562024-12-21T03:13:08.527Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96572024-12-21T03:13:08.530Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO ok!
96582024-12-21T03:13:08.530Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO STEP 95 (ensure_file) COMPLETE
96592024-12-21T03:13:08.530Z[ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-21T03:13:08.544Z[ host-image] Dec 21 03:13:06.411 INFO O| Dec 21 03:13:06.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96612024-12-21T03:13:08.544Z[ host-image] Dec 21 03:13:06.411 INFO O| Dec 21 03:13:06.411 INFO copying /tmp/.tmpLkmalU/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 ...
96622024-12-21T03:13:08.544Z[ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96632024-12-21T03:13:08.546Z[ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO ok!
96642024-12-21T03:13:08.546Z[ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO STEP 96 (ensure_file) COMPLETE
96652024-12-21T03:13:08.546Z[ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96672024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96682024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96692024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO ok!
96702024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO STEP 97 (ensure_file) COMPLETE
96712024-12-21T03:13:08.562Z[ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-21T03:13:08.577Z[ host-image] Dec 21 03:13:06.444 INFO O| Dec 21 03:13:06.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96732024-12-21T03:13:08.577Z[ host-image] Dec 21 03:13:06.444 INFO O| Dec 21 03:13:06.444 INFO copying /tmp/.tmpLkmalU/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 ...
96742024-12-21T03:13:08.580Z[ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96752024-12-21T03:13:08.580Z[ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO ok!
96762024-12-21T03:13:08.580Z[ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO STEP 98 (ensure_file) COMPLETE
96772024-12-21T03:13:08.580Z[ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-21T03:13:08.594Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96792024-12-21T03:13:08.594Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO copying /tmp/.tmpLkmalU/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 ...
96802024-12-21T03:13:08.598Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96812024-12-21T03:13:08.598Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO ok!
96822024-12-21T03:13:08.598Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO STEP 99 (ensure_file) COMPLETE
96832024-12-21T03:13:08.598Z[ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-21T03:13:08.622Z[ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96852024-12-21T03:13:08.622Z[ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO copying /tmp/.tmpLkmalU/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 ...
96862024-12-21T03:13:08.625Z[ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96872024-12-21T03:13:08.625Z[ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO ok!
96882024-12-21T03:13:08.626Z[ host-image] Dec 21 03:13:06.490 INFO O| Dec 21 03:13:06.489 INFO STEP 100 (ensure_file) COMPLETE
96892024-12-21T03:13:08.626Z[ host-image] Dec 21 03:13:06.490 INFO O| Dec 21 03:13:06.489 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96912024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96922024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96932024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO ok!
96942024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO STEP 101 (ensure_file) COMPLETE
96952024-12-21T03:13:08.656Z[ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-21T03:13:08.693Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96972024-12-21T03:13:08.693Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO copying /tmp/.tmpLkmalU/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 ...
96982024-12-21T03:13:08.696Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96992024-12-21T03:13:08.696Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO ok!
97002024-12-21T03:13:08.696Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO STEP 102 (ensure_file) COMPLETE
97012024-12-21T03:13:08.696Z[ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97032024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.596 INFO copying /tmp/.tmpLkmalU/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 ...
97042024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97052024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO ok!
97062024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO STEP 103 (ensure_file) COMPLETE
97072024-12-21T03:13:08.730Z[ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-21T03:13:08.746Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97092024-12-21T03:13:08.746Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO copying /tmp/.tmpLkmalU/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 ...
97102024-12-21T03:13:08.746Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97112024-12-21T03:13:08.750Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO ok!
97122024-12-21T03:13:08.750Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO STEP 104 (ensure_file) COMPLETE
97132024-12-21T03:13:08.750Z[ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-21T03:13:08.761Z[ host-image] Dec 21 03:13:06.628 INFO O| Dec 21 03:13:06.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97152024-12-21T03:13:08.761Z[ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.628 INFO copying /tmp/.tmpLkmalU/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 ...
97162024-12-21T03:13:08.762Z[ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97172024-12-21T03:13:08.762Z[ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO ok!
97182024-12-21T03:13:08.765Z[ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO STEP 105 (ensure_file) COMPLETE
97192024-12-21T03:13:08.765Z[ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-21T03:13:08.777Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97212024-12-21T03:13:08.777Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO copying /tmp/.tmpLkmalU/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 ...
97222024-12-21T03:13:08.777Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97232024-12-21T03:13:08.780Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO ok!
97242024-12-21T03:13:08.780Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO STEP 106 (ensure_file) COMPLETE
97252024-12-21T03:13:08.780Z[ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-21T03:13:08.795Z[ host-image] Dec 21 03:13:06.662 INFO O| Dec 21 03:13:06.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97272024-12-21T03:13:08.795Z[ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.662 INFO copying /tmp/.tmpLkmalU/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 ...
97282024-12-21T03:13:08.795Z[ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97292024-12-21T03:13:08.798Z[ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO ok!
97302024-12-21T03:13:08.798Z[ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO STEP 107 (ensure_file) COMPLETE
97312024-12-21T03:13:08.798Z[ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-21T03:13:08.813Z[ host-image] Dec 21 03:13:06.680 INFO O| Dec 21 03:13:06.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97332024-12-21T03:13:08.813Z[ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.680 INFO copying /tmp/.tmpLkmalU/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 ...
97342024-12-21T03:13:08.816Z[ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97352024-12-21T03:13:08.816Z[ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO ok!
97362024-12-21T03:13:08.816Z[ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO STEP 108 (ensure_file) COMPLETE
97372024-12-21T03:13:08.816Z[ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-21T03:13:08.840Z[ host-image] Dec 21 03:13:06.707 INFO O| Dec 21 03:13:06.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97392024-12-21T03:13:08.840Z[ host-image] Dec 21 03:13:06.707 INFO O| Dec 21 03:13:06.707 INFO copying /tmp/.tmpLkmalU/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 ...
97402024-12-21T03:13:08.841Z[ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97412024-12-21T03:13:08.845Z[ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO ok!
97422024-12-21T03:13:08.845Z[ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO STEP 109 (ensure_file) COMPLETE
97432024-12-21T03:13:08.845Z[ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-21T03:13:08.897Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97452024-12-21T03:13:08.897Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO copying /tmp/.tmpLkmalU/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 ...
97462024-12-21T03:13:08.898Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97472024-12-21T03:13:08.898Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO ok!
97482024-12-21T03:13:08.898Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO STEP 110 (ensure_file) COMPLETE
97492024-12-21T03:13:08.898Z[ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-21T03:13:08.954Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97512024-12-21T03:13:08.954Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO copying /tmp/.tmpLkmalU/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 ...
97522024-12-21T03:13:08.954Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97532024-12-21T03:13:08.958Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO ok!
97542024-12-21T03:13:08.958Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO STEP 111 (ensure_file) COMPLETE
97552024-12-21T03:13:08.958Z[ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-21T03:13:08.970Z[ host-image] Dec 21 03:13:06.836 INFO O| Dec 21 03:13:06.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97572024-12-21T03:13:08.971Z[ host-image] Dec 21 03:13:06.836 INFO O| Dec 21 03:13:06.836 INFO copying /tmp/.tmpLkmalU/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 ...
97582024-12-21T03:13:08.971Z[ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97592024-12-21T03:13:08.973Z[ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.836 INFO ok!
97602024-12-21T03:13:08.973Z[ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.837 INFO STEP 112 (ensure_file) COMPLETE
97612024-12-21T03:13:08.973Z[ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.837 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622024-12-21T03:13:08.984Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97632024-12-21T03:13:08.984Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO copying /tmp/.tmpLkmalU/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 ...
97642024-12-21T03:13:08.987Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97652024-12-21T03:13:08.987Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO ok!
97662024-12-21T03:13:08.987Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO STEP 113 (ensure_file) COMPLETE
97672024-12-21T03:13:08.987Z[ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682024-12-21T03:13:09.006Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97692024-12-21T03:13:09.006Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.873 INFO copying /tmp/.tmpLkmalU/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 ...
97702024-12-21T03:13:09.009Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97712024-12-21T03:13:09.009Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO ok!
97722024-12-21T03:13:09.010Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO STEP 114 (ensure_file) COMPLETE
97732024-12-21T03:13:09.010Z[ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742024-12-21T03:13:09.024Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97752024-12-21T03:13:09.024Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO copying /tmp/.tmpLkmalU/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 ...
97762024-12-21T03:13:09.026Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97772024-12-21T03:13:09.026Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO ok!
97782024-12-21T03:13:09.026Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO STEP 115 (ensure_file) COMPLETE
97792024-12-21T03:13:09.026Z[ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802024-12-21T03:13:09.058Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97812024-12-21T03:13:09.058Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO copying /tmp/.tmpLkmalU/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 ...
97822024-12-21T03:13:09.058Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97832024-12-21T03:13:09.058Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO ok!
97842024-12-21T03:13:09.061Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO STEP 116 (ensure_file) COMPLETE
97852024-12-21T03:13:09.061Z[ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862024-12-21T03:13:09.077Z[ host-image] Dec 21 03:13:06.944 INFO O| Dec 21 03:13:06.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97872024-12-21T03:13:09.077Z[ host-image] Dec 21 03:13:06.944 INFO O| Dec 21 03:13:06.944 INFO copying /tmp/.tmpLkmalU/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 ...
97882024-12-21T03:13:09.077Z[ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97892024-12-21T03:13:09.080Z[ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO ok!
97902024-12-21T03:13:09.080Z[ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO STEP 117 (ensure_file) COMPLETE
97912024-12-21T03:13:09.080Z[ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97922024-12-21T03:13:09.094Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97932024-12-21T03:13:09.094Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97942024-12-21T03:13:09.097Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97952024-12-21T03:13:09.097Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO ok!
97962024-12-21T03:13:09.097Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO STEP 118 (ensure_file) COMPLETE
97972024-12-21T03:13:09.097Z[ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982024-12-21T03:13:09.111Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97992024-12-21T03:13:09.111Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO copying /tmp/.tmpLkmalU/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 ...
98002024-12-21T03:13:09.111Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98012024-12-21T03:13:09.114Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO ok!
98022024-12-21T03:13:09.114Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO STEP 119 (ensure_file) COMPLETE
98032024-12-21T03:13:09.114Z[ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042024-12-21T03:13:09.127Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98052024-12-21T03:13:09.127Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98062024-12-21T03:13:09.129Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98072024-12-21T03:13:09.129Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO ok!
98082024-12-21T03:13:09.129Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO STEP 120 (ensure_file) COMPLETE
98092024-12-21T03:13:09.129Z[ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102024-12-21T03:13:09.144Z[ host-image] Dec 21 03:13:07.011 INFO O| Dec 21 03:13:07.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98112024-12-21T03:13:09.144Z[ host-image] Dec 21 03:13:07.011 INFO O| Dec 21 03:13:07.010 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98122024-12-21T03:13:20.679Z[ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98132024-12-21T03:13:20.679Z[ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO ok!
98142024-12-21T03:13:20.682Z[ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO STEP 121 (ensure_file) COMPLETE
98152024-12-21T03:13:20.682Z[ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98162024-12-21T03:13:20.698Z[ host-image] Dec 21 03:13:18.562 INFO O| Dec 21 03:13:18.562 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98172024-12-21T03:13:20.698Z[ host-image] Dec 21 03:13:18.563 INFO O| Dec 21 03:13:18.562 INFO STEP 122 (ensure_dir) COMPLETE
98182024-12-21T03:13:20.700Z[ host-image] Dec 21 03:13:18.563 INFO O| Dec 21 03:13:18.562 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192024-12-21T03:13:20.724Z[ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98202024-12-21T03:13:20.724Z[ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO STEP 123 (ensure_dir) COMPLETE
98212024-12-21T03:13:20.724Z[ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222024-12-21T03:13:20.767Z[ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98232024-12-21T03:13:20.768Z[ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO STEP 124 (ensure_dir) COMPLETE
98242024-12-21T03:13:20.770Z[ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252024-12-21T03:13:20.784Z[ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98262024-12-21T03:13:20.784Z[ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO STEP 125 (ensure_dir) COMPLETE
98272024-12-21T03:13:20.787Z[ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282024-12-21T03:13:20.799Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98292024-12-21T03:13:20.799Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO copying /tmp/.tmpLkmalU/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 ...
98302024-12-21T03:13:20.799Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98312024-12-21T03:13:20.802Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO ok!
98322024-12-21T03:13:20.802Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO STEP 126 (ensure_file) COMPLETE
98332024-12-21T03:13:20.802Z[ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342024-12-21T03:13:20.853Z[ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98352024-12-21T03:13:20.853Z[ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98362024-12-21T03:13:20.856Z[ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98372024-12-21T03:13:20.856Z[ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO STEP 127 (ensure_dir) COMPLETE
98382024-12-21T03:13:20.857Z[ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392024-12-21T03:13:20.908Z[ host-image] Dec 21 03:13:18.772 INFO O| Dec 21 03:13:18.772 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98402024-12-21T03:13:20.908Z[ host-image] Dec 21 03:13:18.772 INFO O| Dec 21 03:13:18.772 INFO copying /tmp/.tmpLkmalU/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98412024-12-21T03:13:20.911Z[ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98422024-12-21T03:13:20.911Z[ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO ok!
98432024-12-21T03:13:20.911Z[ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO STEP 128 (ensure_file) COMPLETE
98442024-12-21T03:13:20.911Z[ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-21T03:13:20.924Z[ host-image] Dec 21 03:13:18.788 INFO O| Dec 21 03:13:18.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98462024-12-21T03:13:20.926Z[ host-image] Dec 21 03:13:18.789 INFO O| Dec 21 03:13:18.789 INFO STEP 129 (remove_files) COMPLETE
98472024-12-21T03:13:20.926Z[ host-image] Dec 21 03:13:18.789 INFO O| Dec 21 03:13:18.789 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-21T03:13:20.940Z[ host-image] Dec 21 03:13:18.804 INFO O| Dec 21 03:13:18.804 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98492024-12-21T03:13:20.943Z[ host-image] Dec 21 03:13:18.805 INFO O| Dec 21 03:13:18.805 INFO STEP 130 (remove_files) COMPLETE
98502024-12-21T03:13:20.943Z[ host-image] Dec 21 03:13:18.805 INFO O| Dec 21 03:13:18.805 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-21T03:13:20.959Z[ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98522024-12-21T03:13:20.961Z[ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO STEP 131 (remove_files) COMPLETE
98532024-12-21T03:13:20.961Z[ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98542024-12-21T03:13:20.978Z[ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98552024-12-21T03:13:20.980Z[ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO STEP 132 (remove_files) COMPLETE
98562024-12-21T03:13:20.980Z[ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98572024-12-21T03:13:20.997Z[ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98582024-12-21T03:13:20.999Z[ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO STEP 133 (remove_files) COMPLETE
98592024-12-21T03:13:20.999Z[ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98602024-12-21T03:13:21.016Z[ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98612024-12-21T03:13:21.016Z[ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.879 INFO STEP 134 (remove_files) COMPLETE
98622024-12-21T03:13:21.019Z[ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.879 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98632024-12-21T03:13:21.032Z[ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98642024-12-21T03:13:21.032Z[ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO STEP 135 (remove_files) COMPLETE
98652024-12-21T03:13:21.035Z[ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98662024-12-21T03:13:21.049Z[ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98672024-12-21T03:13:21.049Z[ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO STEP 136 (remove_files) COMPLETE
98682024-12-21T03:13:21.049Z[ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98692024-12-21T03:13:21.077Z[ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98702024-12-21T03:13:21.077Z[ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO STEP 137 (remove_files) COMPLETE
98712024-12-21T03:13:21.077Z[ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98722024-12-21T03:13:21.113Z[ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98732024-12-21T03:13:21.113Z[ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO STEP 138 (remove_files) COMPLETE
98742024-12-21T03:13:21.113Z[ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98752024-12-21T03:13:21.131Z[ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98762024-12-21T03:13:21.134Z[ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO STEP 139 (remove_files) COMPLETE
98772024-12-21T03:13:21.134Z[ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98782024-12-21T03:13:21.150Z[ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98792024-12-21T03:13:21.150Z[ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO STEP 140 (remove_files) COMPLETE
98802024-12-21T03:13:21.150Z[ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98812024-12-21T03:13:21.167Z[ host-image] Dec 21 03:13:19.031 INFO O| Dec 21 03:13:19.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98822024-12-21T03:13:21.167Z[ host-image] Dec 21 03:13:19.032 INFO O| Dec 21 03:13:19.032 INFO STEP 141 (remove_files) COMPLETE
98832024-12-21T03:13:21.167Z[ host-image] Dec 21 03:13:19.032 INFO O| Dec 21 03:13:19.032 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98842024-12-21T03:13:21.204Z[ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98852024-12-21T03:13:21.204Z[ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO STEP 142 (remove_files) COMPLETE
98862024-12-21T03:13:21.204Z[ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98872024-12-21T03:13:21.223Z[ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98882024-12-21T03:13:21.223Z[ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO STEP 143 (remove_files) COMPLETE
98892024-12-21T03:13:21.223Z[ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98902024-12-21T03:13:21.239Z[ host-image] Dec 21 03:13:19.103 INFO O| Dec 21 03:13:19.103 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98912024-12-21T03:13:21.241Z[ host-image] Dec 21 03:13:19.104 INFO O| Dec 21 03:13:19.103 INFO STEP 144 (remove_files) COMPLETE
98922024-12-21T03:13:21.241Z[ host-image] Dec 21 03:13:19.104 INFO O| Dec 21 03:13:19.104 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98932024-12-21T03:13:21.256Z[ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98942024-12-21T03:13:21.256Z[ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO STEP 145 (remove_files) COMPLETE
98952024-12-21T03:13:21.260Z[ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962024-12-21T03:13:21.282Z[ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98972024-12-21T03:13:21.282Z[ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO STEP 146 (remove_files) COMPLETE
98982024-12-21T03:13:21.285Z[ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992024-12-21T03:13:21.318Z[ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99002024-12-21T03:13:21.319Z[ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO STEP 147 (remove_files) COMPLETE
99012024-12-21T03:13:21.319Z[ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022024-12-21T03:13:21.360Z[ host-image] Dec 21 03:13:19.224 INFO O| Dec 21 03:13:19.224 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99032024-12-21T03:13:21.360Z[ host-image] Dec 21 03:13:19.225 INFO O| Dec 21 03:13:19.224 INFO STEP 148 (remove_files) COMPLETE
99042024-12-21T03:13:21.360Z[ host-image] Dec 21 03:13:19.225 INFO O| Dec 21 03:13:19.224 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052024-12-21T03:13:21.414Z[ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99062024-12-21T03:13:21.414Z[ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO STEP 149 (remove_files) COMPLETE
99072024-12-21T03:13:21.416Z[ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082024-12-21T03:13:21.437Z[ host-image] Dec 21 03:13:19.301 INFO O| Dec 21 03:13:19.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99092024-12-21T03:13:21.440Z[ host-image] Dec 21 03:13:19.302 INFO O| Dec 21 03:13:19.301 INFO STEP 150 (remove_files) COMPLETE
99102024-12-21T03:13:21.440Z[ host-image] Dec 21 03:13:19.302 INFO O| Dec 21 03:13:19.301 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112024-12-21T03:13:21.455Z[ host-image] Dec 21 03:13:19.319 INFO O| Dec 21 03:13:19.319 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99122024-12-21T03:13:21.458Z[ host-image] Dec 21 03:13:19.320 INFO O| Dec 21 03:13:19.319 INFO STEP 151 (remove_files) COMPLETE
99132024-12-21T03:13:21.458Z[ host-image] Dec 21 03:13:19.320 INFO O| Dec 21 03:13:19.320 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142024-12-21T03:13:21.471Z[ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99152024-12-21T03:13:21.471Z[ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO STEP 152 (remove_files) COMPLETE
99162024-12-21T03:13:21.472Z[ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172024-12-21T03:13:21.506Z[ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99182024-12-21T03:13:21.506Z[ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO STEP 153 (remove_files) COMPLETE
99192024-12-21T03:13:21.506Z[ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202024-12-21T03:13:21.526Z[ host-image] Dec 21 03:13:19.389 INFO O| Dec 21 03:13:19.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99212024-12-21T03:13:21.526Z[ host-image] Dec 21 03:13:19.390 INFO O| Dec 21 03:13:19.389 INFO STEP 154 (remove_files) COMPLETE
99222024-12-21T03:13:21.526Z[ host-image] Dec 21 03:13:19.390 INFO O| Dec 21 03:13:19.390 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232024-12-21T03:13:21.544Z[ host-image] Dec 21 03:13:19.408 INFO O| Dec 21 03:13:19.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99242024-12-21T03:13:21.544Z[ host-image] Dec 21 03:13:19.408 INFO O| Dec 21 03:13:19.408 INFO STEP 155 (remove_files) COMPLETE
99252024-12-21T03:13:21.547Z[ host-image] Dec 21 03:13:19.409 INFO O| Dec 21 03:13:19.408 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99262024-12-21T03:13:21.562Z[ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99272024-12-21T03:13:21.562Z[ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO STEP 156 (remove_files) COMPLETE
99282024-12-21T03:13:21.564Z[ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99292024-12-21T03:13:21.580Z[ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99302024-12-21T03:13:21.580Z[ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.445 INFO STEP 157 (remove_files) COMPLETE
99312024-12-21T03:13:21.581Z[ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.445 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99322024-12-21T03:13:21.606Z[ host-image] Dec 21 03:13:19.471 INFO O| Dec 21 03:13:19.470 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99332024-12-21T03:13:21.606Z[ host-image] Dec 21 03:13:19.471 INFO O| Dec 21 03:13:19.471 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99342024-12-21T03:13:35.940Z[ host-image] Dec 21 03:13:33.801 INFO O| Dec 21 03:13:33.801 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
99352024-12-21T03:13:35.943Z[ host-image] Dec 21 03:13:33.801 INFO O| Dec 21 03:13:33.801 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99362024-12-21T03:13:35.964Z[ host-image] Dec 21 03:13:33.825 INFO O| Dec 21 03:13:33.825 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99372024-12-21T03:13:36.099Z[ host-image] Dec 21 03:13:33.960 INFO O| Dec 21 03:13:33.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99382024-12-21T03:13:36.099Z[ host-image] Dec 21 03:13:33.960 INFO O| Dec 21 03:13:33.960 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99392024-12-21T03:13:36.102Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99402024-12-21T03:13:36.102Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO ok!
99412024-12-21T03:13:36.102Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99422024-12-21T03:13:36.102Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO STEP 158 (seed_smf) COMPLETE
99432024-12-21T03:13:36.102Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO steps complete; finalising image!
99442024-12-21T03:13:36.105Z[ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99452024-12-21T03:13:36.304Z[ host-image] Dec 21 03:13:34.165 INFO O| Dec 21 03:13:34.164 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 03:13:33 2024)
99462024-12-21T03:13:36.515Z[ host-image] Dec 21 03:13:34.376 INFO O| Dec 21 03:13:34.375 INFO trim TEMPORARY-gimlet-zfs: (48% trimmed, started at Sat Dec 21 03:13:33 2024)
99472024-12-21T03:13:36.726Z[ host-image] Dec 21 03:13:34.587 INFO O| Dec 21 03:13:34.587 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Sat Dec 21 03:13:33 2024)
99482024-12-21T03:13:36.937Z[ host-image] Dec 21 03:13:34.798 INFO O| Dec 21 03:13:34.798 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 03:13:33 2024)
99492024-12-21T03:13:37.170Z[ host-image] Dec 21 03:13:35.030 INFO O| Dec 21 03:13:35.030 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
99502024-12-21T03:13:37.170Z[ host-image] Dec 21 03:13:35.031 INFO O| Dec 21 03:13:35.031 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99512024-12-21T03:13:37.598Z[ host-image] Dec 21 03:13:35.458 INFO O| Dec 21 03:13:35.458 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99522024-12-21T03:13:37.600Z[ host-image] Dec 21 03:13:35.459 INFO O| Dec 21 03:13:35.459 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99532024-12-21T03:13:39.236Z[ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99542024-12-21T03:13:39.236Z[ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99552024-12-21T03:13:39.239Z[ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99562024-12-21T03:13:39.239Z[ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO completed processing gimlet/zfs
99572024-12-21T03:13:39.239Z[ host-image] Dec 21 03:13:37.097 INFO O| Dec 21 03:13:37.097 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99582024-12-21T03:13:47.823Z[ host-image] Dec 21 03:13:45.682 INFO O| Dec 21 03:13:45.682 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99592024-12-21T03:13:47.940Z[ host-image] Dec 21 03:13:45.798 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99602024-12-21T03:13:47.940Z[ host-image] Dec 21 03:13:45.798 INFO expanded image name: "ci ecf33f7/${os_short_commit} 2024-12-21 02:37" -> "ci ecf33f7/37a4469 2024-12-21 02:37"
99612024-12-21T03:13:47.943Z[ host-image] Dec 21 03:13:45.799 INFO output artefacts stored in: "/work/os-host"
99622024-12-21T03:13:47.943Z[ host-image] Dec 21 03:13:45.799 INFO collecting git info from project "pilot"...
99632024-12-21T03:13:47.949Z[ host-image] Dec 21 03:13:45.807 INFO collecting git info from project "amd-host-image-builder"...
99642024-12-21T03:13:47.971Z[ host-image] Dec 21 03:13:45.829 INFO collecting git info from project "image-builder"...
99652024-12-21T03:13:47.978Z[ host-image] Dec 21 03:13:45.837 INFO collecting git info from project "chelsio-t6-roms"...
99662024-12-21T03:13:47.986Z[ host-image] Dec 21 03:13:45.844 INFO collecting git info from project "amd-firmware"...
99672024-12-21T03:13:47.999Z[ host-image] Dec 21 03:13:45.858 INFO collecting git info from project "phbl"...
99682024-12-21T03:13:48.007Z[ host-image] Dec 21 03:13:45.866 INFO collecting git info from project "pinprick"...
99692024-12-21T03:13:48.014Z[ host-image] Dec 21 03:13:45.873 INFO collecting git info from project "bootserver"...
99702024-12-21T03:13:48.021Z[ host-image] Dec 21 03:13:45.880 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99712024-12-21T03:13:48.615Z[ host-image] Dec 21 03:13:46.473 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99722024-12-21T03:13:49.031Z[ host-image] Dec 21 03:13:46.889 INFO creating Oxide boot image...
99732024-12-21T03:13:49.031Z[ host-image] Dec 21 03:13:46.889 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ecf33f7/37a4469 2024-12-21 02:37", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99742024-12-21T03:13:50.158Z[ host-image] Dec 21 03:13:48.016 INFO O| ok, image written!
99752024-12-21T03:13:50.158Z[ host-image] Dec 21 03:13:48.016 INFO O| ok, boot_image_csum file written!
99762024-12-21T03:13:50.162Z[ host-image] Dec 21 03:13:48.020 INFO creating boot archive (CPIO)...
99772024-12-21T03:13:50.162Z[ host-image] Dec 21 03:13:48.020 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
99782024-12-21T03:13:50.175Z[ host-image] Dec 21 03:13:48.033 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99792024-12-21T03:13:50.175Z[ host-image] Dec 21 03:13:48.033 INFO E| + outfile=/work/os-host/cpio
99802024-12-21T03:13:50.178Z[ host-image] Dec 21 03:13:48.033 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99812024-12-21T03:13:50.178Z[ host-image] Dec 21 03:13:48.035 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99822024-12-21T03:13:50.178Z[ host-image] Dec 21 03:13:48.035 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99832024-12-21T03:13:50.232Z[ host-image] Dec 21 03:13:48.089 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99842024-12-21T03:13:50.232Z[ host-image] Dec 21 03:13:48.090 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99852024-12-21T03:13:50.242Z[ host-image] Dec 21 03:13:48.100 INFO creating compressed cpio/unix for nanobl-rs...
99862024-12-21T03:13:50.242Z[ host-image] Dec 21 03:13:48.100 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
99872024-12-21T03:13:50.577Z[ host-image] Dec 21 03:13:48.434 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99882024-12-21T03:13:55.510Z[ host-image] Dec 21 03:13:53.366 INFO creating reset image...
99892024-12-21T03:13:55.513Z[ host-image] Dec 21 03:13:53.367 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99902024-12-21T03:13:55.651Z[ host-image] Dec 21 03:13:53.507 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99912024-12-21T03:13:55.654Z[ host-image] Dec 21 03:13:53.509 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99922024-12-21T03:13:55.739Z[ host-image] Dec 21 03:13:53.596 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99932024-12-21T03:13:58.649Z[ host-image] Dec 21 03:13:56.505 INFO E| Finished `release` profile [optimized] target(s) in 2.97s
99942024-12-21T03:13:58.666Z[ host-image] Dec 21 03:13:56.522 INFO building host image...
99952024-12-21T03:13:58.669Z[ host-image] Dec 21 03:13:56.522 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")
99962024-12-21T03:13:59.382Z[ host-image] Dec 21 03:13:57.237 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99972024-12-21T03:15:06.221Z[ host-image] Dec 21 03:15:04.061 INFO image complete! materials are in "/work/os-host"
99982024-12-21T03:15:06.224Z[ host-image]
99992024-12-21T03:15:06.227Z[ host-image] real 15:12.087883820
100002024-12-21T03:15:06.227Z[ host-image] user 6:31.203446238
100012024-12-21T03:15:06.227Z[ host-image] sys 1:08.264070139
100022024-12-21T03:15:06.227Z[ host-image] trap 0.281279030
100032024-12-21T03:15:06.227Z[ host-image] tflt 0.018654513
100042024-12-21T03:15:06.227Z[ host-image] dflt 0.056581980
100052024-12-21T03:15:06.227Z[ host-image] kflt 0.005132165
100062024-12-21T03:15:06.227Z[ host-image] lock 10:21.749656535
100072024-12-21T03:15:06.227Z[ host-image] slp 1:25:19.938792681
100082024-12-21T03:15:06.228Z[ host-image] lat 2:37.394206836
100092024-12-21T03:15:06.228Z[ host-image] stop 0.783051166
100102024-12-21T03:15:06.228ZDec 21 03:15:04.066 INFO [host-image] process exited with exit status: 0 (912.104934971s)
100112024-12-21T03:15:06.228ZDec 21 03:15:04.066 INFO [tuf-repo] running task
100122024-12-21T03:15:18.123ZDec 21 03:15:15.961 INFO assembling repository in `/tmp/tufaceousxHCiCn`, component: OmicronRepoAssembler
100132024-12-21T03:15:23.905Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 13s
100142024-12-21T03:15:24.291ZDec 21 03:15:22.128 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100152024-12-21T03:15:24.608ZDec 21 03:15:22.444 INFO [verify-libraries] process exited with exit status: 0 (917.315994132s)
100162024-12-21T03:15:24.657ZDec 21 03:15:22.493 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100172024-12-21T03:15:40.568ZDec 21 03:15:38.401 INFO [tuf-repo] task succeeded (34.335023354s)
100182024-12-21T03:15:40.569ZDec 21 03:15:38.401 INFO all jobs completed in 2258.962658915s
100192024-12-21T03:15:41.126Zprocess exited: duration 3028432 ms, exit code 0
 
100202024-12-21T03:15:41.146Zfound 33 output files
100212024-12-21T03:15:41.146Zuploading: /work/manifest.toml (8404 bytes)
100222024-12-21T03:15:42.174Zuploaded: /work/manifest.toml
100232024-12-21T03:15:42.174Zuploading: /work/repo.zip (1958001015 bytes)
100242024-12-21T03:16:56.771Zuploaded: /work/repo.zip
100252024-12-21T03:16:56.771Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100262024-12-21T03:16:57.789Zuploaded: /work/repo.zip.sha256.txt
100272024-12-21T03:16:57.789Zuploading: /work/helios-setup.log (66444 bytes)
100282024-12-21T03:16:58.801Zuploaded: /work/helios-setup.log
100292024-12-21T03:16:58.801Zuploading: /work/host-image.log (199902 bytes)
100302024-12-21T03:16:59.818Zuploaded: /work/host-image.log
100312024-12-21T03:16:59.818Zuploading: /work/host-package.log (22437 bytes)
100322024-12-21T03:17:00.829Zuploaded: /work/host-package.log
100332024-12-21T03:17:00.829Zuploading: /work/host-target.log (101 bytes)
100342024-12-21T03:17:01.840Zuploaded: /work/host-target.log
100352024-12-21T03:17:01.840Zuploading: /work/omicron-package.log (5666 bytes)
100362024-12-21T03:17:02.852Zuploaded: /work/omicron-package.log
100372024-12-21T03:17:02.852Zuploading: /work/phbl-toolchain.log (881 bytes)
100382024-12-21T03:17:03.862Zuploaded: /work/phbl-toolchain.log
100392024-12-21T03:17:03.862Zuploading: /work/recovery-image.log (594724 bytes)
100402024-12-21T03:17:06.159Zuploaded: /work/recovery-image.log
100412024-12-21T03:17:06.159Zuploading: /work/recovery-package.log (321 bytes)
100422024-12-21T03:17:07.174Zuploaded: /work/recovery-package.log
100432024-12-21T03:17:07.174Zuploading: /work/recovery-target.log (57 bytes)
100442024-12-21T03:17:08.187Zuploaded: /work/recovery-target.log
100452024-12-21T03:17:08.187Zuploading: /work/stamp-clickhouse.log (117 bytes)
100462024-12-21T03:17:09.199Zuploaded: /work/stamp-clickhouse.log
100472024-12-21T03:17:09.199Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100482024-12-21T03:17:10.209Zuploaded: /work/stamp-clickhouse_keeper.log
100492024-12-21T03:17:10.209Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100502024-12-21T03:17:11.219Zuploaded: /work/stamp-cockroachdb.log
100512024-12-21T03:17:11.219Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100522024-12-21T03:17:12.293Zuploaded: /work/stamp-crucible-dtrace.log
100532024-12-21T03:17:12.293Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100542024-12-21T03:17:13.301Zuploaded: /work/stamp-crucible-pantry-zone.log
100552024-12-21T03:17:13.301Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100562024-12-21T03:17:14.314Zuploaded: /work/stamp-crucible-zone.log
100572024-12-21T03:17:14.314Zuploading: /work/stamp-external-dns.log (119 bytes)
100582024-12-21T03:17:15.324Zuploaded: /work/stamp-external-dns.log
100592024-12-21T03:17:15.324Zuploading: /work/stamp-installinator.log (103 bytes)
100602024-12-21T03:17:16.335Zuploaded: /work/stamp-installinator.log
100612024-12-21T03:17:16.335Zuploading: /work/stamp-internal-dns.log (119 bytes)
100622024-12-21T03:17:17.345Zuploaded: /work/stamp-internal-dns.log
100632024-12-21T03:17:17.345Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100642024-12-21T03:17:18.359Zuploaded: /work/stamp-mg-ddm-gz.log
100652024-12-21T03:17:18.360Zuploading: /work/stamp-nexus.log (112 bytes)
100662024-12-21T03:17:19.372Zuploaded: /work/stamp-nexus.log
100672024-12-21T03:17:19.372Zuploading: /work/stamp-ntp.log (110 bytes)
100682024-12-21T03:17:20.384Zuploaded: /work/stamp-ntp.log
100692024-12-21T03:17:20.384Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100702024-12-21T03:17:21.395Zuploaded: /work/stamp-omicron-sled-agent.log
100712024-12-21T03:17:21.395Zuploading: /work/stamp-overlay.log (114 bytes)
100722024-12-21T03:17:22.405Zuploaded: /work/stamp-overlay.log
100732024-12-21T03:17:22.405Zuploading: /work/stamp-oximeter.log (115 bytes)
100742024-12-21T03:17:23.417Zuploaded: /work/stamp-oximeter.log
100752024-12-21T03:17:23.417Zuploading: /work/stamp-oxlog.log (109 bytes)
100762024-12-21T03:17:24.427Zuploaded: /work/stamp-oxlog.log
100772024-12-21T03:17:24.427Zuploading: /work/stamp-probe.log (112 bytes)
100782024-12-21T03:17:25.439Zuploaded: /work/stamp-probe.log
100792024-12-21T03:17:25.439Zuploading: /work/stamp-propolis-server.log (122 bytes)
100802024-12-21T03:17:26.449Zuploaded: /work/stamp-propolis-server.log
100812024-12-21T03:17:26.449Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100822024-12-21T03:17:27.460Zuploaded: /work/stamp-pumpkind-gz.log
100832024-12-21T03:17:27.460Zuploading: /work/stamp-switch-asic.log (118 bytes)
100842024-12-21T03:17:28.470Zuploaded: /work/stamp-switch-asic.log
100852024-12-21T03:17:28.472Zuploading: /work/verify-libraries.log (5773 bytes)
100862024-12-21T03:17:29.482Zuploaded: /work/verify-libraries.log