01JFKQ1F5FABEY6W6N21661QH0: 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: 01JFKQ2XM2MT1EKJ0KKRE49JGX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:21:45.855Zjob assigned to worker 01JFKQ4GHHBEJEP9JMHGZY109Z [factory aws, i-07fb39b25221c03e9] (queued for 1 m 52 s)
 
22024-12-21T04:21:53.482Zstarting task 0: "setup"
32024-12-21T04:21:53.494Z++ uname -s
42024-12-21T04:21:53.498Z+ kern=SunOS
52024-12-21T04:21:53.498Z+ case "$kern" in
62024-12-21T04:21:53.498Z+ groupadd -g 12345 build
72024-12-21T04:21:53.502Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:21:55.507Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:21:55.682Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:21:55.684Z+ home_fs=zfs
112024-12-21T04:21:55.684Z+ [[ zfs == autofs ]]
122024-12-21T04:21:55.684Z+ mkdir -p /home/build
132024-12-21T04:21:55.687Z+ chown build:build /home/build /work
142024-12-21T04:21:57.689Z+ chmod 0700 /home/build /work
152024-12-21T04:21:57.692Zprocess exited: duration 4209 ms, exit code 0
 
162024-12-21T04:21:57.697Zstarting task 1: "rust-toolchain"
172024-12-21T04:21:57.703Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:21:57.703Z' 1.81.0
192024-12-21T04:21:57.703Z+ printf ' * toolchain profile = "%s"
202024-12-21T04:21:57.703Z' default
212024-12-21T04:21:57.703Z * toolchain channel = "1.81.0"
222024-12-21T04:21:57.703Z * toolchain profile = "default"
232024-12-21T04:21:57.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:21:57.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:21:57.825Zinfo: downloading installer
262024-12-21T04:21:59.037Zinfo: profile set to 'default'
272024-12-21T04:21:59.037Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:21:59.051Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:21:59.153Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:21:59.153Zinfo: downloading component 'cargo'
312024-12-21T04:21:59.840Zinfo: downloading component 'clippy'
322024-12-21T04:22:00.096Zinfo: downloading component 'rust-docs'
332024-12-21T04:22:01.056Zinfo: downloading component 'rust-std'
342024-12-21T04:22:02.569Zinfo: downloading component 'rustc'
352024-12-21T04:22:07.974Zinfo: downloading component 'rustfmt'
362024-12-21T04:22:08.199Zinfo: installing component 'cargo'
372024-12-21T04:22:09.060Zinfo: installing component 'clippy'
382024-12-21T04:22:09.350Zinfo: installing component 'rust-docs'
392024-12-21T04:22:10.989Zinfo: installing component 'rust-std'
402024-12-21T04:22:12.671Zinfo: installing component 'rustc'
412024-12-21T04:22:18.458Zinfo: installing component 'rustfmt'
422024-12-21T04:22:18.779Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:22:18.779Z
442024-12-21T04:22:19.151Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:22:19.151Z
462024-12-21T04:22:19.154Z
472024-12-21T04:22:19.154ZRust is installed now. Great!
482024-12-21T04:22:19.154Z
492024-12-21T04:22:19.154ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:22:19.154Zenvironment variable. This has not been done automatically.
512024-12-21T04:22:19.154Z
522024-12-21T04:22:19.154ZTo configure your current shell, you need to source
532024-12-21T04:22:19.154Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:22:19.154Z
552024-12-21T04:22:19.154ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:22:19.154Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:22:19.154Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:22:19.235Z+ rustc --version
592024-12-21T04:22:19.304Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:22:19.308Zprocess exited: duration 21605 ms, exit code 0
 
612024-12-21T04:22:19.314Zstarting task 2: "authentication"
622024-12-21T04:22:19.337Zprocess exited: duration 22 ms, exit code 0
 
632024-12-21T04:22:19.344Zstarting task 3: "clone repository"
642024-12-21T04:22:19.349Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:22:19.353Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:22:19.393ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:22:26.704Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:22:26.704Z+ git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254
692024-12-21T04:22:27.004ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:22:27.004Z * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD
712024-12-21T04:22:27.014Z+ [[ -n renovate/uuid-1.x ]]
722024-12-21T04:22:27.017Z++ git branch --show-current
732024-12-21T04:22:27.020Z+ current=main
742024-12-21T04:22:27.020Z+ [[ main != renovate/uuid-1.x ]]
752024-12-21T04:22:27.020Z+ git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254
762024-12-21T04:22:27.024Z+ git checkout -f renovate/uuid-1.x
772024-12-21T04:22:27.200ZSwitched to branch 'renovate/uuid-1.x'
782024-12-21T04:22:27.203Z+ git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254
792024-12-21T04:22:27.376ZHEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0
802024-12-21T04:22:27.379Zprocess exited: duration 8033 ms, exit code 0
 
812024-12-21T04:22:27.385Zstarting task 4: "build"
822024-12-21T04:22:27.390Z+ source .github/buildomat/ci-env.sh
832024-12-21T04:22:27.390Z++ export CARGO_TERM_COLOR=always
842024-12-21T04:22:27.391Z++ CARGO_TERM_COLOR=always
852024-12-21T04:22:27.391Z+ cargo --version
862024-12-21T04:22:27.451Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T04:22:27.454Z+ rustc --version
882024-12-21T04:22:27.516Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T04:22:27.520Z+ cargo tree --locked
902024-12-21T04:22:27.781Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-21T04:22:28.071Z Updating crates.io index
922024-12-21T04:22:28.246Z Updating git repository `https://github.com/oxidecomputer/diffus`
932024-12-21T04:22:28.553Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-12-21T04:22:29.064Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-12-21T04:22:29.314Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-12-21T04:22:29.556Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-12-21T04:22:29.807Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-12-21T04:22:30.735Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-12-21T04:22:32.208Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-12-21T04:22:32.820Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-12-21T04:22:33.498Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-12-21T04:22:33.754Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-12-21T04:22:34.125Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-12-21T04:22:34.697Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-12-21T04:22:35.075Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-12-21T04:22:35.355Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-12-21T04:22:35.606Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-12-21T04:22:35.936Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-12-21T04:22:36.171Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-12-21T04:22:36.537Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-12-21T04:22:36.800Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-12-21T04:22:37.263Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-12-21T04:22:37.518Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-12-21T04:22:38.008Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-12-21T04:22:38.358Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-12-21T04:22:38.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-12-21T04:22:39.202Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1182024-12-21T04:22:39.488Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1192024-12-21T04:22:39.764Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1202024-12-21T04:22:40.029Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1212024-12-21T04:22:41.730Z Downloading crates ...
1222024-12-21T04:22:41.830Z Downloaded ahash v0.8.11
1232024-12-21T04:22:41.835Z Downloaded atomicwrites v0.4.4
1242024-12-21T04:22:41.845Z Downloaded escape8259 v0.5.3
1252024-12-21T04:22:41.848Z Downloaded async-object-pool v0.1.5
1262024-12-21T04:22:41.856Z Downloaded float-ord v0.3.2
1272024-12-21T04:22:41.859Z Downloaded async-stream-impl v0.3.6
1282024-12-21T04:22:41.862Z Downloaded errno v0.3.9
1292024-12-21T04:22:41.866Z Downloaded ff v0.13.0
1302024-12-21T04:22:41.868Z Downloaded cfg_aliases v0.2.1
1312024-12-21T04:22:41.868Z Downloaded ciborium v0.2.2
1322024-12-21T04:22:41.871Z Downloaded cfg_aliases v0.1.1
1332024-12-21T04:22:41.880Z Downloaded anstyle v1.0.10
1342024-12-21T04:22:41.883Z Downloaded foreign-types-shared v0.1.1
1352024-12-21T04:22:41.885Z Downloaded anstyle-parse v0.2.5
1362024-12-21T04:22:41.885Z Downloaded foreign-types v0.5.0
1372024-12-21T04:22:41.888Z Downloaded foreign-types v0.3.2
1382024-12-21T04:22:41.888Z Downloaded atty v0.2.14
1392024-12-21T04:22:41.891Z Downloaded anes v0.1.6
1402024-12-21T04:22:41.896Z Downloaded guppy-workspace-hack v0.1.0
1412024-12-21T04:22:41.896Z Downloaded autocfg v1.4.0
1422024-12-21T04:22:41.899Z Downloaded hubpack_derive v0.1.1
1432024-12-21T04:22:41.899Z Downloaded http-body v1.0.1
1442024-12-21T04:22:41.899Z Downloaded headers-core v0.3.0
1452024-12-21T04:22:41.899Z Downloaded foreign-types-shared v0.3.1
1462024-12-21T04:22:41.899Z Downloaded async-channel v2.3.1
1472024-12-21T04:22:41.903Z Downloaded fallible-streaming-iterator v0.1.9
1482024-12-21T04:22:41.903Z Downloaded async-signal v0.2.10
1492024-12-21T04:22:41.906Z Downloaded float-cmp v0.9.0
1502024-12-21T04:22:41.906Z Downloaded flagset v0.4.6
1512024-12-21T04:22:41.909Z Downloaded fd-lock v4.0.2
1522024-12-21T04:22:41.909Z Downloaded http-range v0.1.5
1532024-12-21T04:22:41.912Z Downloaded bitflags v1.3.2
1542024-12-21T04:22:41.915Z Downloaded fs-err v2.11.0
1552024-12-21T04:22:41.917Z Downloaded hostname v0.4.0
1562024-12-21T04:22:41.917Z Downloaded heck v0.5.0
1572024-12-21T04:22:41.920Z Downloaded bb8 v0.8.5
1582024-12-21T04:22:41.923Z Downloaded fxhash v0.2.1
1592024-12-21T04:22:41.923Z Downloaded cast v0.3.0
1602024-12-21T04:22:41.923Z Downloaded assert_matches v1.5.0
1612024-12-21T04:22:41.925Z Downloaded generic-array v0.14.7
1622024-12-21T04:22:41.928Z Downloaded heck v0.4.1
1632024-12-21T04:22:41.934Z Downloaded glob v0.3.1
1642024-12-21T04:22:41.934Z Downloaded hash32 v0.3.1
1652024-12-21T04:22:41.938Z Downloaded cexpr v0.6.0
1662024-12-21T04:22:41.938Z Downloaded bytecount v0.6.8
1672024-12-21T04:22:41.938Z Downloaded foldhash v0.1.3
1682024-12-21T04:22:41.938Z Downloaded bit-vec v0.6.3
1692024-12-21T04:22:41.941Z Downloaded hash32 v0.2.1
1702024-12-21T04:22:41.941Z Downloaded futures-timer v3.0.3
1712024-12-21T04:22:41.943Z Downloaded cassowary v0.3.0
1722024-12-21T04:22:41.943Z Downloaded buf-list v1.0.3
1732024-12-21T04:22:41.946Z Downloaded ghash v0.5.1
1742024-12-21T04:22:41.949Z Downloaded hex-literal v0.4.1
1752024-12-21T04:22:41.952Z Downloaded heck v0.3.3
1762024-12-21T04:22:41.952Z Downloaded gethostname v0.5.0
1772024-12-21T04:22:41.954Z Downloaded futures-sink v0.3.31
1782024-12-21T04:22:41.954Z Downloaded hubpack v0.1.2
1792024-12-21T04:22:41.957Z Downloaded cfg-if v1.0.0
1802024-12-21T04:22:41.957Z Downloaded foreign-types-macros v0.2.3
1812024-12-21T04:22:41.972Z Downloaded chacha20 v0.9.1
1822024-12-21T04:22:41.972Z Downloaded async-global-executor v2.4.1
1832024-12-21T04:22:41.975Z Downloaded async-attributes v1.1.2
1842024-12-21T04:22:41.975Z Downloaded phf_shared v0.10.0
1852024-12-21T04:22:41.975Z Downloaded opaque-debug v0.3.1
1862024-12-21T04:22:41.975Z Downloaded humantime v2.1.0
1872024-12-21T04:22:41.975Z Downloaded httpdate v1.0.3
1882024-12-21T04:22:41.975Z Downloaded backoff v0.4.0
1892024-12-21T04:22:41.975Z Downloaded hostname v0.3.1
1902024-12-21T04:22:41.975Z Downloaded async-trait v0.1.83
1912024-12-21T04:22:41.978Z Downloaded assert_cmd v2.0.16
1922024-12-21T04:22:41.980Z Downloaded hex v0.4.3
1932024-12-21T04:22:41.985Z Downloaded globset v0.4.15
1942024-12-21T04:22:41.987Z Downloaded hashlink v0.9.1
1952024-12-21T04:22:41.987Z Downloaded cancel-safe-futures v0.1.5
1962024-12-21T04:22:41.990Z Downloaded camino-tempfile v1.1.1
1972024-12-21T04:22:41.993Z Downloaded futures-lite v2.3.0
1982024-12-21T04:22:41.996Z Downloaded peg-runtime v0.8.3
1992024-12-21T04:22:41.996Z Downloaded getrandom v0.2.15
2002024-12-21T04:22:41.998Z Downloaded fs_extra v1.3.0
2012024-12-21T04:22:42.002Z Downloaded pretty-hex v0.4.1
2022024-12-21T04:22:42.004Z Downloaded hyper-rustls v0.26.0
2032024-12-21T04:22:42.004Z Downloaded httparse v1.9.5
2042024-12-21T04:22:42.007Z Downloaded futures-task v0.3.31
2052024-12-21T04:22:42.009Z Downloaded bcs v0.1.6
2062024-12-21T04:22:42.012Z Downloaded pretty-hex v0.2.1
2072024-12-21T04:22:42.014Z Downloaded http-body-util v0.1.2
2082024-12-21T04:22:42.014Z Downloaded async-lock v3.4.0
2092024-12-21T04:22:42.017Z Downloaded scroll_derive v0.12.0
2102024-12-21T04:22:42.019Z Downloaded pem v3.0.4
2112024-12-21T04:22:42.019Z Downloaded sync_wrapper v1.0.1
2122024-12-21T04:22:42.022Z Downloaded chrono-tz-build v0.4.0
2132024-12-21T04:22:42.022Z Downloaded cargo_metadata v0.18.1
2142024-12-21T04:22:42.026Z Downloaded blowfish v0.9.1
2152024-12-21T04:22:42.026Z Downloaded futures-executor v0.3.31
2162024-12-21T04:22:42.029Z Downloaded async-bb8-diesel v0.2.1
2172024-12-21T04:22:42.032Z Downloaded phf v0.11.2
2182024-12-21T04:22:42.032Z Downloaded olpc-cjson v0.1.4
2192024-12-21T04:22:42.034Z Downloaded blake2b_simd v1.0.2
2202024-12-21T04:22:42.034Z Downloaded num-iter v0.1.45
2212024-12-21T04:22:42.036Z Downloaded phf_generator v0.11.2
2222024-12-21T04:22:42.039Z Downloaded async-executor v1.13.1
2232024-12-21T04:22:42.041Z Downloaded num-rational v0.4.2
2242024-12-21T04:22:42.041Z Downloaded home v0.5.9
2252024-12-21T04:22:42.043Z Downloaded fallible-iterator v0.3.0
2262024-12-21T04:22:42.043Z Downloaded async-io v2.3.4
2272024-12-21T04:22:42.047Z Downloaded hmac v0.12.1
2282024-12-21T04:22:42.050Z Downloaded futures v0.3.31
2292024-12-21T04:22:42.054Z Downloaded highway v1.2.0
2302024-12-21T04:22:42.057Z Downloaded pbkdf2 v0.11.0
2312024-12-21T04:22:42.060Z Downloaded camino v1.1.9
2322024-12-21T04:22:42.062Z Downloaded allocator-api2 v0.2.18
2332024-12-21T04:22:42.067Z Downloaded primeorder v0.13.6
2342024-12-21T04:22:42.070Z Downloaded predicates-tree v1.0.11
2352024-12-21T04:22:42.070Z Downloaded predicates-core v1.0.8
2362024-12-21T04:22:42.070Z Downloaded poly1305 v0.8.0
2372024-12-21T04:22:42.072Z Downloaded ciborium-io v0.2.2
2382024-12-21T04:22:42.075Z Downloaded wait-timeout v0.2.0
2392024-12-21T04:22:42.075Z Downloaded smallvec v0.6.14
2402024-12-21T04:22:42.079Z Downloaded rfc6979 v0.4.0
2412024-12-21T04:22:42.079Z Downloaded rand_seeder v0.3.0
2422024-12-21T04:22:42.079Z Downloaded futures-channel v0.3.31
2432024-12-21T04:22:42.082Z Downloaded synstructure v0.13.1
2442024-12-21T04:22:42.084Z Downloaded hickory-client v0.24.1
2452024-12-21T04:22:42.087Z Downloaded signal-hook-registry v1.4.2
2462024-12-21T04:22:42.091Z Downloaded sync-ptr v0.1.1
2472024-12-21T04:22:42.091Z Downloaded static_assertions v1.1.0
2482024-12-21T04:22:42.093Z Downloaded is_ci v1.2.0
2492024-12-21T04:22:42.093Z Downloaded thiserror-no-std v2.0.2
2502024-12-21T04:22:42.096Z Downloaded password-hash v0.5.0
2512024-12-21T04:22:42.098Z Downloaded match_cfg v0.1.0
2522024-12-21T04:22:42.101Z Downloaded tiny-keccak v2.0.2
2532024-12-21T04:22:42.103Z Downloaded hyper-rustls v0.27.3
2542024-12-21T04:22:42.107Z Downloaded httptest v0.16.1
2552024-12-21T04:22:42.110Z Downloaded tls_codec_derive v0.4.1
2562024-12-21T04:22:42.110Z Downloaded bytes v1.8.0
2572024-12-21T04:22:42.113Z Downloaded tls_codec v0.4.1
2582024-12-21T04:22:42.116Z Downloaded blake2 v0.10.6
2592024-12-21T04:22:42.119Z Downloaded phf_codegen v0.11.2
2602024-12-21T04:22:42.121Z Downloaded cfg-expr v0.17.0
2612024-12-21T04:22:42.124Z Downloaded arc-swap v1.7.1
2622024-12-21T04:22:42.127Z Downloaded unicode-linebreak v0.1.5
2632024-12-21T04:22:42.130Z Downloaded pathdiff v0.2.2
2642024-12-21T04:22:42.130Z Downloaded chacha20poly1305 v0.10.1
2652024-12-21T04:22:42.132Z Downloaded tinystr v0.7.6
2662024-12-21T04:22:42.135Z Downloaded parking_lot_core v0.9.10
2672024-12-21T04:22:42.135Z Downloaded unicode-truncate v1.1.0
2682024-12-21T04:22:42.138Z Downloaded xz2 v0.1.7
2692024-12-21T04:22:42.141Z Downloaded xattr v1.3.1
2702024-12-21T04:22:42.143Z Downloaded wyz v0.5.1
2712024-12-21T04:22:42.143Z Downloaded openssl-probe v0.1.5
2722024-12-21T04:22:42.146Z Downloaded openssl-macros v0.1.1
2732024-12-21T04:22:42.146Z Downloaded plotters-svg v0.3.7
2742024-12-21T04:22:42.151Z Downloaded half v2.4.1
2752024-12-21T04:22:42.153Z Downloaded smallvec v1.13.2
2762024-12-21T04:22:42.153Z Downloaded scrypt v0.11.0
2772024-12-21T04:22:42.157Z Downloaded deranged v0.3.11
2782024-12-21T04:22:42.157Z Downloaded curve25519-dalek-derive v0.1.1
2792024-12-21T04:22:42.157Z Downloaded postgres-types v0.2.8
2802024-12-21T04:22:42.160Z Downloaded serde_derive_internals v0.29.1
2812024-12-21T04:22:42.162Z Downloaded ctr v0.9.2
2822024-12-21T04:22:42.165Z Downloaded macaddr v1.0.1
2832024-12-21T04:22:42.168Z Downloaded linked-hash-map v0.5.6
2842024-12-21T04:22:42.168Z Downloaded is_terminal_polyfill v1.70.1
2852024-12-21T04:22:42.170Z Downloaded idna_adapter v1.2.0
2862024-12-21T04:22:42.170Z Downloaded enum-as-inner v0.5.1
2872024-12-21T04:22:42.173Z Downloaded base64 v0.21.7
2882024-12-21T04:22:42.176Z Downloaded maplit v1.0.2
2892024-12-21T04:22:42.179Z Downloaded managed v0.8.0
2902024-12-21T04:22:42.179Z Downloaded oso v0.27.3
2912024-12-21T04:22:42.183Z Downloaded ipnet v2.10.1
2922024-12-21T04:22:42.186Z Downloaded bumpalo v3.16.0
2932024-12-21T04:22:42.188Z Downloaded heapless v0.7.17
2942024-12-21T04:22:42.193Z Downloaded multimap v0.10.0
2952024-12-21T04:22:42.195Z Downloaded multer v3.1.0
2962024-12-21T04:22:42.198Z Downloaded sigpipe v0.1.3
2972024-12-21T04:22:42.200Z Downloaded oorandom v11.1.4
2982024-12-21T04:22:42.200Z Downloaded num-integer v0.1.46
2992024-12-21T04:22:42.203Z Downloaded tinytemplate v1.2.1
3002024-12-21T04:22:42.207Z Downloaded flume v0.11.1
3012024-12-21T04:22:42.210Z Downloaded clap_derive v4.5.18
3022024-12-21T04:22:42.213Z Downloaded nanorand v0.7.0
3032024-12-21T04:22:42.215Z Downloaded const_format_proc_macros v0.2.33
3042024-12-21T04:22:42.218Z Downloaded toolchain_find v0.4.0
3052024-12-21T04:22:42.220Z Downloaded usdt-macro v0.5.0
3062024-12-21T04:22:42.220Z Downloaded typify-macro v0.2.0
3072024-12-21T04:22:42.222Z Downloaded try-lock v0.2.5
3082024-12-21T04:22:42.223Z Downloaded time-core v0.1.2
3092024-12-21T04:22:42.225Z Downloaded termtree v0.4.1
3102024-12-21T04:22:42.225Z Downloaded ron v0.7.1
3112024-12-21T04:22:42.230Z Downloaded zerofrom v0.1.4
3122024-12-21T04:22:42.233Z Downloaded want v0.3.1
3132024-12-21T04:22:42.233Z Downloaded linear-map v1.2.0
3142024-12-21T04:22:42.235Z Downloaded tinyvec v1.8.0
3152024-12-21T04:22:42.238Z Downloaded crunchy v0.2.2
3162024-12-21T04:22:42.241Z Downloaded fancy-regex v0.13.0
3172024-12-21T04:22:42.244Z Downloaded rand_xorshift v0.3.0
3182024-12-21T04:22:42.247Z Downloaded backtrace v0.3.74
3192024-12-21T04:22:42.250Z Downloaded rand_core v0.6.4
3202024-12-21T04:22:42.252Z Downloaded rand_chacha v0.3.1
3212024-12-21T04:22:42.255Z Downloaded scopeguard v1.2.0
3222024-12-21T04:22:42.257Z Downloaded hickory-server v0.24.1
3232024-12-21T04:22:42.262Z Downloaded newline-converter v0.3.0
3242024-12-21T04:22:42.264Z Downloaded http v1.1.0
3252024-12-21T04:22:42.268Z Downloaded doc-comment v0.3.3
3262024-12-21T04:22:42.270Z Downloaded signal-hook-mio v0.2.4
3272024-12-21T04:22:42.273Z Downloaded pin-project-lite v0.2.14
3282024-12-21T04:22:42.277Z Downloaded prettyplease v0.2.25
3292024-12-21T04:22:42.281Z Downloaded walkdir v2.5.0
3302024-12-21T04:22:42.284Z Downloaded tokio-macros v2.4.0
3312024-12-21T04:22:42.286Z Downloaded structmeta-derive v0.2.0
3322024-12-21T04:22:42.286Z Downloaded strsim v0.11.1
3332024-12-21T04:22:42.289Z Downloaded normalize-line-endings v0.3.0
3342024-12-21T04:22:42.289Z Downloaded shlex v1.3.0
3352024-12-21T04:22:42.291Z Downloaded terminal_size v0.4.0
3362024-12-21T04:22:42.293Z Downloaded structmeta-derive v0.3.0
3372024-12-21T04:22:42.296Z Downloaded oso-derive v0.27.3
3382024-12-21T04:22:42.296Z Downloaded ron v0.8.1
3392024-12-21T04:22:42.301Z Downloaded proc-macro-error v1.0.4
3402024-12-21T04:22:42.305Z Downloaded dropshot_endpoint v0.13.0
3412024-12-21T04:22:42.310Z Downloaded parse-size v1.1.0
3422024-12-21T04:22:42.312Z Downloaded crypto-common v0.1.6
3432024-12-21T04:22:42.312Z Downloaded colored v2.1.0
3442024-12-21T04:22:42.315Z Downloaded der_derive v0.7.3
3452024-12-21T04:22:42.318Z Downloaded scroll v0.12.0
3462024-12-21T04:22:42.318Z Downloaded tungstenite v0.21.0
3472024-12-21T04:22:42.321Z Downloaded const-oid v0.9.6
3482024-12-21T04:22:42.324Z Downloaded dyn-clone v1.0.17
3492024-12-21T04:22:42.328Z Downloaded russh-cryptovec v0.7.3
3502024-12-21T04:22:42.331Z Downloaded sct v0.7.1
3512024-12-21T04:22:42.333Z Downloaded tungstenite v0.23.0
3522024-12-21T04:22:42.336Z Downloaded serde-big-array v0.5.1
3532024-12-21T04:22:42.339Z Downloaded flate2 v1.0.34
3542024-12-21T04:22:42.344Z Downloaded litemap v0.7.3
3552024-12-21T04:22:42.346Z Downloaded hyper-tls v0.6.0
3562024-12-21T04:22:42.349Z Downloaded strum v0.26.3
3572024-12-21T04:22:42.351Z Downloaded pest_derive v2.7.14
3582024-12-21T04:22:42.354Z Downloaded lockfree-object-pool v0.1.6
3592024-12-21T04:22:42.357Z Downloaded typify v0.2.0
3602024-12-21T04:22:42.359Z Downloaded nodrop v0.1.14
3612024-12-21T04:22:42.359Z Downloaded usdt-impl v0.5.0
3622024-12-21T04:22:42.363Z Downloaded pretty_assertions v1.4.1
3632024-12-21T04:22:42.367Z Downloaded elliptic-curve v0.13.8
3642024-12-21T04:22:42.370Z Downloaded inout v0.1.3
3652024-12-21T04:22:42.370Z Downloaded indoc v2.0.5
3662024-12-21T04:22:42.373Z Downloaded indoc v1.0.9
3672024-12-21T04:22:42.375Z Downloaded psl-types v2.0.11
3682024-12-21T04:22:42.378Z Downloaded parking v2.2.1
3692024-12-21T04:22:42.378Z Downloaded tungstenite v0.24.0
3702024-12-21T04:22:42.382Z Downloaded proc-macro2 v1.0.89
3712024-12-21T04:22:42.385Z Downloaded hashbrown v0.13.2
3722024-12-21T04:22:42.390Z Downloaded progenitor v0.8.0
3732024-12-21T04:22:42.392Z Downloaded parse-display-derive v0.10.0
3742024-12-21T04:22:42.395Z Downloaded indent_write v2.2.0
3752024-12-21T04:22:42.395Z Downloaded icu_locid_transform v1.5.0
3762024-12-21T04:22:42.398Z Downloaded cpufeatures v0.2.14
3772024-12-21T04:22:42.401Z Downloaded convert_case v0.4.0
3782024-12-21T04:22:42.403Z Downloaded dhcproto-macros v0.1.0
3792024-12-21T04:22:42.403Z Downloaded des v0.8.1
3802024-12-21T04:22:42.406Z Downloaded diesel_table_macro_syntax v0.2.0
3812024-12-21T04:22:42.406Z Downloaded socket2 v0.5.7
3822024-12-21T04:22:42.409Z Downloaded smf v0.2.3
3832024-12-21T04:22:42.412Z Downloaded aes v0.8.4
3842024-12-21T04:22:42.414Z Downloaded enum-as-inner v0.6.1
3852024-12-21T04:22:42.417Z Downloaded serde_regex v1.1.0
3862024-12-21T04:22:42.417Z Downloaded serde_plain v1.0.2
3872024-12-21T04:22:42.419Z Downloaded rtoolbox v0.0.2
3882024-12-21T04:22:42.421Z Downloaded spin v0.5.2
3892024-12-21T04:22:42.425Z Downloaded thiserror v1.0.69
3902024-12-21T04:22:42.427Z Downloaded mirai-annotations v1.12.0
3912024-12-21T04:22:42.430Z Downloaded typenum v1.17.0
3922024-12-21T04:22:42.432Z Downloaded const_format v0.2.33
3932024-12-21T04:22:42.436Z Downloaded target-spec v3.2.2
3942024-12-21T04:22:42.440Z Downloaded steno v0.4.1
3952024-12-21T04:22:42.443Z Downloaded universal-hash v0.5.1
3962024-12-21T04:22:42.446Z Downloaded unicode-xid v0.2.6
3972024-12-21T04:22:42.448Z Downloaded tui-tree-widget v0.22.0
3982024-12-21T04:22:42.448Z Downloaded zopfli v0.8.1
3992024-12-21T04:22:42.451Z Downloaded password-hash v0.4.2
4002024-12-21T04:22:42.455Z Downloaded rand_distr v0.4.3
4012024-12-21T04:22:42.457Z Downloaded hashbrown v0.14.5
4022024-12-21T04:22:42.463Z Downloaded zone v0.3.0
4032024-12-21T04:22:42.465Z Downloaded zone v0.1.8
4042024-12-21T04:22:42.465Z Downloaded nom v7.1.3
4052024-12-21T04:22:42.471Z Downloaded pkcs1 v0.7.5
4062024-12-21T04:22:42.474Z Downloaded rust-argon2 v2.1.0
4072024-12-21T04:22:42.477Z Downloaded derive_more v0.99.18
4082024-12-21T04:22:42.482Z Downloaded guppy v0.17.8
4092024-12-21T04:22:42.489Z Downloaded take_mut v0.2.2
4102024-12-21T04:22:42.491Z Downloaded diesel-dtrace v0.4.2
4112024-12-21T04:22:42.491Z Downloaded icu_locid_transform_data v1.5.0
4122024-12-21T04:22:42.495Z Downloaded zerocopy v0.6.6
4132024-12-21T04:22:42.498Z Downloaded mockall v0.13.0
4142024-12-21T04:22:42.500Z Downloaded crypto-bigint v0.5.5
4152024-12-21T04:22:42.505Z Downloaded thiserror v2.0.3
4162024-12-21T04:22:42.511Z Downloaded quinn v0.11.5
4172024-12-21T04:22:42.516Z Downloaded packed_struct_codegen v0.10.1
4182024-12-21T04:22:42.519Z Downloaded num_enum v0.5.11
4192024-12-21T04:22:42.522Z Downloaded pkg-config v0.3.31
4202024-12-21T04:22:42.526Z Downloaded whoami v1.5.2
4212024-12-21T04:22:42.529Z Downloaded pkcs5 v0.7.1
4222024-12-21T04:22:42.532Z Downloaded tokio-tungstenite v0.23.1
4232024-12-21T04:22:42.534Z Downloaded vte_generate_state_changes v0.1.2
4242024-12-21T04:22:42.537Z Downloaded crc v3.2.1
4252024-12-21T04:22:42.541Z Downloaded packed_struct v0.10.1
4262024-12-21T04:22:42.541Z Downloaded equivalent v1.0.1
4272024-12-21T04:22:42.543Z Downloaded hyper v1.5.0
4282024-12-21T04:22:42.548Z Downloaded rusty-fork v0.3.0
4292024-12-21T04:22:42.550Z Downloaded rustls-native-certs v0.7.3
4302024-12-21T04:22:42.553Z Downloaded instant v0.1.13
4312024-12-21T04:22:42.555Z Downloaded quick-error v1.2.3
4322024-12-21T04:22:42.559Z Downloaded similar-asserts v1.6.0
4332024-12-21T04:22:42.559Z Downloaded concurrent-queue v2.5.0
4342024-12-21T04:22:42.562Z Downloaded nested v0.1.1
4352024-12-21T04:22:42.565Z Downloaded stringprep v0.1.5
4362024-12-21T04:22:42.565Z Downloaded libloading v0.8.5
4372024-12-21T04:22:42.567Z Downloaded slog-stdlog v4.1.1
4382024-12-21T04:22:42.570Z Downloaded threadpool v1.8.1
4392024-12-21T04:22:42.570Z Downloaded indicatif v0.17.9
4402024-12-21T04:22:42.574Z Downloaded slog v2.7.0
4412024-12-21T04:22:42.577Z Downloaded trybuild v1.0.101
4422024-12-21T04:22:42.583Z Downloaded ssh-key v0.6.6
4432024-12-21T04:22:42.590Z Downloaded difflib v0.4.0
4442024-12-21T04:22:42.595Z Downloaded ciborium-ll v0.2.2
4452024-12-21T04:22:42.595Z Downloaded plain v0.2.3
4462024-12-21T04:22:42.597Z Downloaded parking_lot_core v0.8.6
4472024-12-21T04:22:42.598Z Downloaded twox-hash v1.6.3
4482024-12-21T04:22:42.600Z Downloaded parking_lot v0.11.2
4492024-12-21T04:22:42.604Z Downloaded p521 v0.13.3
4502024-12-21T04:22:42.607Z Downloaded futures-util v0.3.31
4512024-12-21T04:22:42.619Z Downloaded criterion-plot v0.5.0
4522024-12-21T04:22:42.622Z Downloaded crc-any v2.5.0
4532024-12-21T04:22:42.624Z Downloaded der v0.7.9
4542024-12-21T04:22:42.628Z Downloaded russh-keys v0.45.0
4552024-12-21T04:22:42.632Z Downloaded md-5 v0.10.6
4562024-12-21T04:22:42.634Z Downloaded snafu-derive v0.8.5
4572024-12-21T04:22:42.636Z Downloaded env_logger v0.10.2
4582024-12-21T04:22:42.639Z Downloaded paste v1.0.15
4592024-12-21T04:22:42.642Z Downloaded maybe-uninit v2.0.0
4602024-12-21T04:22:42.644Z Downloaded aho-corasick v1.1.3
4612024-12-21T04:22:42.650Z Downloaded crucible-workspace-hack v0.1.0
4622024-12-21T04:22:42.652Z Downloaded hashbrown v0.15.1
4632024-12-21T04:22:42.656Z Downloaded yoke-derive v0.7.4
4642024-12-21T04:22:42.658Z Downloaded utf8_iter v1.0.4
4652024-12-21T04:22:42.662Z Downloaded piper v0.2.4
4662024-12-21T04:22:42.662Z Downloaded pin-utils v0.1.0
4672024-12-21T04:22:42.665Z Downloaded itertools v0.10.5
4682024-12-21T04:22:42.669Z Downloaded downcast v0.11.0
4692024-12-21T04:22:42.673Z Downloaded quinn-udp v0.5.5
4702024-12-21T04:22:42.675Z Downloaded zerocopy-derive v0.7.35
4712024-12-21T04:22:42.678Z Downloaded new_debug_unreachable v1.0.6
4722024-12-21T04:22:42.680Z Downloaded env_logger v0.11.5
4732024-12-21T04:22:42.682Z Downloaded vte v0.11.1
4742024-12-21T04:22:42.685Z Downloaded rustls-pemfile v1.0.4
4752024-12-21T04:22:42.687Z Downloaded serde_urlencoded v0.7.1
4762024-12-21T04:22:42.690Z Downloaded serde_tokenstream v0.2.2
4772024-12-21T04:22:42.693Z Downloaded blake3 v1.5.4
4782024-12-21T04:22:42.699Z Downloaded libtest-mimic v0.7.3
4792024-12-21T04:22:42.702Z Downloaded string_cache v0.8.7
4802024-12-21T04:22:42.704Z Downloaded mime v0.3.17
4812024-12-21T04:22:42.707Z Downloaded strum_macros v0.24.3
4822024-12-21T04:22:42.710Z Downloaded utf8parse v0.2.2
4832024-12-21T04:22:42.711Z Downloaded native-tls v0.2.12
4842024-12-21T04:22:42.718Z Downloaded slog-dtrace v0.3.0
4852024-12-21T04:22:42.722Z Downloaded tokio-native-tls v0.3.1
4862024-12-21T04:22:42.722Z Downloaded thread_local v1.1.8
4872024-12-21T04:22:42.722Z Downloaded thread-id v4.2.2
4882024-12-21T04:22:42.722Z Downloaded termcolor v1.4.1
4892024-12-21T04:22:42.722Z Downloaded swrite v0.1.0
4902024-12-21T04:22:42.724Z Downloaded tabwriter v1.4.0
4912024-12-21T04:22:42.724Z Downloaded cookie v0.18.1
4922024-12-21T04:22:42.727Z Downloaded toml v0.7.8
4932024-12-21T04:22:42.731Z Downloaded quote v1.0.37
4942024-12-21T04:22:42.733Z Downloaded lru-cache v0.1.2
4952024-12-21T04:22:42.736Z Downloaded serde v1.0.215
4962024-12-21T04:22:42.739Z Downloaded toml_edit v0.22.22
4972024-12-21T04:22:42.763Z Downloaded icu_provider_macros v1.5.0
4982024-12-21T04:22:42.765Z Downloaded goblin v0.8.2
4992024-12-21T04:22:42.769Z Downloaded aws-lc-rs v1.10.0
5002024-12-21T04:22:42.779Z Downloaded ident_case v1.0.1
5012024-12-21T04:22:42.781Z Downloaded path-slash v0.1.5
5022024-12-21T04:22:42.784Z Downloaded schemars_derive v0.8.21
5032024-12-21T04:22:42.786Z Downloaded same-file v1.0.6
5042024-12-21T04:22:42.786Z Downloaded rustc-hash v1.1.0
5052024-12-21T04:22:42.789Z Downloaded mime_guess v2.0.5
5062024-12-21T04:22:42.789Z Downloaded num_threads v0.1.7
5072024-12-21T04:22:42.791Z Downloaded proc-macro-crate v1.3.1
5082024-12-21T04:22:42.794Z Downloaded progenitor-client v0.8.0
5092024-12-21T04:22:42.794Z Downloaded precomputed-hash v0.1.1
5102024-12-21T04:22:42.794Z Downloaded salsa20 v0.10.2
5112024-12-21T04:22:42.797Z Downloaded pest_meta v2.7.14
5122024-12-21T04:22:42.797Z Downloaded tar v0.4.42
5132024-12-21T04:22:42.800Z Downloaded miniz_oxide v0.8.0
5142024-12-21T04:22:42.803Z Downloaded pbkdf2 v0.12.2
5152024-12-21T04:22:42.805Z Downloaded memoffset v0.9.1
5162024-12-21T04:22:42.807Z Downloaded unicode-normalization v0.1.24
5172024-12-21T04:22:42.811Z Downloaded tower-service v0.3.3
5182024-12-21T04:22:42.815Z Downloaded zerovec-derive v0.10.3
5192024-12-21T04:22:42.815Z Downloaded usdt v0.5.0
5202024-12-21T04:22:42.818Z Downloaded untrusted v0.9.0
5212024-12-21T04:22:42.818Z Downloaded toml_datetime v0.6.8
5222024-12-21T04:22:42.820Z Downloaded time v0.3.36
5232024-12-21T04:22:42.825Z Downloaded serde_json v1.0.133
5242024-12-21T04:22:42.833Z Downloaded write16 v1.0.0
5252024-12-21T04:22:42.836Z Downloaded tracing-core v0.1.32
5262024-12-21T04:22:42.839Z Downloaded matches v0.1.10
5272024-12-21T04:22:42.842Z Downloaded darling_macro v0.20.10
5282024-12-21T04:22:42.842Z Downloaded dunce v1.0.5
5292024-12-21T04:22:42.842Z Downloaded rayon-core v1.12.1
5302024-12-21T04:22:42.846Z Downloaded num-conv v0.1.0
5312024-12-21T04:22:42.848Z Downloaded pkcs8 v0.10.2
5322024-12-21T04:22:42.851Z Downloaded path-tree v0.8.1
5332024-12-21T04:22:42.853Z Downloaded memmap2 v0.9.5
5342024-12-21T04:22:42.856Z Downloaded libefi-sys v0.1.0
5352024-12-21T04:22:42.856Z Downloaded peg v0.8.4
5362024-12-21T04:22:42.859Z Downloaded newtype-uuid v1.1.3
5372024-12-21T04:22:42.862Z Downloaded memmap v0.7.0
5382024-12-21T04:22:42.864Z Downloaded waitgroup v0.1.2
5392024-12-21T04:22:42.864Z Downloaded ryu v1.0.18
5402024-12-21T04:22:42.868Z Downloaded qorb v0.2.1
5412024-12-21T04:22:42.873Z Downloaded slab v0.4.9
5422024-12-21T04:22:42.875Z Downloaded libxml v0.3.3
5432024-12-21T04:22:42.881Z Downloaded sqlparser_derive v0.2.2
5442024-12-21T04:22:42.883Z Downloaded slog-scope v4.4.0
5452024-12-21T04:22:42.886Z Downloaded thiserror-impl-no-std v2.0.2
5462024-12-21T04:22:42.886Z Downloaded slog-json v2.6.1
5472024-12-21T04:22:42.888Z Downloaded rstest v0.23.0
5482024-12-21T04:22:42.893Z Downloaded icu_provider v1.5.0
5492024-12-21T04:22:42.896Z Downloaded progenitor-impl v0.8.0
5502024-12-21T04:22:42.900Z Downloaded phf_shared v0.11.2
5512024-12-21T04:22:42.902Z Downloaded num-derive v0.4.2
5522024-12-21T04:22:42.906Z Downloaded dirs-sys-next v0.1.2
5532024-12-21T04:22:42.906Z Downloaded dirs-next v2.0.0
5542024-12-21T04:22:42.908Z Downloaded digest v0.10.7
5552024-12-21T04:22:42.912Z Downloaded percent-encoding v2.3.1
5562024-12-21T04:22:42.912Z Downloaded display-error-chain v0.2.2
5572024-12-21T04:22:42.912Z Downloaded ecdsa v0.16.9
5582024-12-21T04:22:42.923Z Downloaded rustls-pki-types v1.10.0
5592024-12-21T04:22:42.923Z Downloaded semver v0.1.20
5602024-12-21T04:22:42.923Z Downloaded git2 v0.19.0
5612024-12-21T04:22:42.928Z Downloaded dtrace-parser v0.2.0
5622024-12-21T04:22:42.931Z Downloaded strum_macros v0.25.3
5632024-12-21T04:22:42.934Z Downloaded darling v0.20.10
5642024-12-21T04:22:42.937Z Downloaded topological-sort v0.2.2
5652024-12-21T04:22:42.940Z Downloaded predicates v3.1.2
5662024-12-21T04:22:42.943Z Downloaded peg-macros v0.8.4
5672024-12-21T04:22:42.946Z Downloaded csv-core v0.1.11
5682024-12-21T04:22:42.949Z Downloaded defmt-parser v0.3.4
5692024-12-21T04:22:42.949Z Downloaded r2d2 v0.8.10
5702024-12-21T04:22:42.949Z Downloaded utf16_iter v1.0.5
5712024-12-21T04:22:42.952Z Downloaded russh v0.45.0
5722024-12-21T04:22:42.956Z Downloaded lazy_static v1.5.0
5732024-12-21T04:22:42.959Z Downloaded bitvec v1.0.1
5742024-12-21T04:22:42.975Z Downloaded crc-catalog v2.4.0
5752024-12-21T04:22:42.977Z Downloaded ref-cast-impl v1.0.23
5762024-12-21T04:22:42.977Z Downloaded diff v0.1.13
5772024-12-21T04:22:42.980Z Downloaded compact_str v0.8.0
5782024-12-21T04:22:42.983Z Downloaded bindgen v0.69.5
5792024-12-21T04:22:42.991Z Downloaded number_prefix v0.4.0
5802024-12-21T04:22:42.993Z Downloaded zone_cfg_derive v0.3.0
5812024-12-21T04:22:42.993Z Downloaded icu_properties v1.5.1
5822024-12-21T04:22:42.996Z Downloaded crossbeam-channel v0.5.13
5832024-12-21T04:22:43.000Z Downloaded async-std v1.13.0
5842024-12-21T04:22:43.021Z Downloaded usdt-attr-macro v0.5.0
5852024-12-21T04:22:43.024Z Downloaded newtype_derive v0.1.6
5862024-12-21T04:22:43.024Z Downloaded md5 v0.7.0
5872024-12-21T04:22:43.024Z Downloaded target-triple v0.1.3
5882024-12-21T04:22:43.027Z Downloaded crossbeam-deque v0.8.5
5892024-12-21T04:22:43.027Z Downloaded kv-log-macro v1.0.7
5902024-12-21T04:22:43.031Z Downloaded strum_macros v0.26.4
5912024-12-21T04:22:43.034Z Downloaded ed25519 v2.2.3
5922024-12-21T04:22:43.034Z Downloaded uzers v0.12.1
5932024-12-21T04:22:43.036Z Downloaded schemars v0.8.21
5942024-12-21T04:22:43.046Z Downloaded url v2.5.3
5952024-12-21T04:22:43.050Z Downloaded ssh-cipher v0.2.0
5962024-12-21T04:22:43.052Z Downloaded samael v0.0.17
5972024-12-21T04:22:43.058Z Downloaded datatest-stable v0.2.9
5982024-12-21T04:22:43.061Z Downloaded data-encoding v2.6.0
5992024-12-21T04:22:43.063Z Downloaded rustc_version v0.1.7
6002024-12-21T04:22:43.064Z Downloaded rustc-hash v2.0.0
6012024-12-21T04:22:43.064Z Downloaded keccak v0.1.5
6022024-12-21T04:22:43.066Z Downloaded itoa v1.0.11
6032024-12-21T04:22:43.068Z Downloaded pest_generator v2.7.14
6042024-12-21T04:22:43.068Z Downloaded dhcproto v0.12.0
6052024-12-21T04:22:43.071Z Downloaded typed-path v0.9.3
6062024-12-21T04:22:43.077Z Downloaded env_filter v0.1.2
6072024-12-21T04:22:43.080Z Downloaded num_enum_derive v0.5.11
6082024-12-21T04:22:43.080Z Downloaded num v0.4.3
6092024-12-21T04:22:43.083Z Downloaded cipher v0.4.4
6102024-12-21T04:22:43.085Z Downloaded version_check v0.9.5
6112024-12-21T04:22:43.085Z Downloaded lru v0.12.5
6122024-12-21T04:22:43.088Z Downloaded sqlformat v0.2.6
6132024-12-21T04:22:43.088Z Downloaded spki v0.7.3
6142024-12-21T04:22:43.091Z Downloaded darling_core v0.20.10
6152024-12-21T04:22:43.095Z Downloaded zone_cfg_derive v0.1.2
6162024-12-21T04:22:43.098Z Downloaded utf-8 v0.7.6
6172024-12-21T04:22:43.098Z Downloaded unicase v2.7.0
6182024-12-21T04:22:43.101Z Downloaded unarray v0.1.4
6192024-12-21T04:22:43.101Z Downloaded tokio-tungstenite v0.24.0
6202024-12-21T04:22:43.103Z Downloaded secrecy v0.8.0
6212024-12-21T04:22:43.105Z Downloaded lazycell v1.3.0
6222024-12-21T04:22:43.105Z Downloaded either v1.13.0
6232024-12-21T04:22:43.108Z Downloaded thiserror-impl v1.0.69
6242024-12-21T04:22:43.108Z Downloaded polyval v0.6.2
6252024-12-21T04:22:43.110Z Downloaded pem-rfc7468 v0.7.0
6262024-12-21T04:22:43.113Z Downloaded target-lexicon v0.12.16
6272024-12-21T04:22:43.116Z Downloaded rustc-demangle v0.1.24
6282024-12-21T04:22:43.116Z Downloaded subprocess v0.2.9
6292024-12-21T04:22:43.119Z Downloaded owo-colors v4.1.0
6302024-12-21T04:22:43.121Z Downloaded instability v0.3.2
6312024-12-21T04:22:43.124Z Downloaded debug-ignore v1.0.5
6322024-12-21T04:22:43.124Z Downloaded vergen v8.3.2
6332024-12-21T04:22:43.127Z Downloaded tokio-rustls v0.25.0
6342024-12-21T04:22:43.129Z Downloaded powerfmt v0.2.0
6352024-12-21T04:22:43.132Z Downloaded serde_repr v0.1.19
6362024-12-21T04:22:43.134Z Downloaded defmt-macros v0.3.9
6372024-12-21T04:22:43.137Z Downloaded jobserver v0.1.32
6382024-12-21T04:22:43.140Z Downloaded tokio-util v0.7.12
6392024-12-21T04:22:43.144Z Downloaded tabled v0.15.0
6402024-12-21T04:22:43.161Z Downloaded serde_spanned v0.6.8
6412024-12-21T04:22:43.164Z Downloaded kstat-rs v0.2.4
6422024-12-21T04:22:43.164Z Downloaded syn v1.0.109
6432024-12-21T04:22:43.173Z Downloaded sqlparser v0.45.0
6442024-12-21T04:22:43.178Z Downloaded tempfile v3.13.0
6452024-12-21T04:22:43.182Z Downloaded sha1 v0.10.6
6462024-12-21T04:22:43.184Z Downloaded postgres-protocol v0.6.7
6472024-12-21T04:22:43.187Z Downloaded sha2 v0.10.8
6482024-12-21T04:22:43.187Z Downloaded pin-project v1.1.6
6492024-12-21T04:22:43.199Z Downloaded semver v1.0.23
6502024-12-21T04:22:43.202Z Downloaded ucd-trie v0.1.7
6512024-12-21T04:22:43.204Z Downloaded clap v4.5.21
6522024-12-21T04:22:43.211Z Downloaded term v0.7.0
6532024-12-21T04:22:43.214Z Downloaded tracing v0.1.40
6542024-12-21T04:22:43.220Z Downloaded yansi v1.0.1
6552024-12-21T04:22:43.223Z Downloaded serde_with v3.11.0
6562024-12-21T04:22:43.230Z Downloaded rayon v1.10.0
6572024-12-21T04:22:43.239Z Downloaded postcard v1.0.10
6582024-12-21T04:22:43.242Z Downloaded serde_with_macros v3.11.0
6592024-12-21T04:22:43.244Z Downloaded icu_locid v1.5.0
6602024-12-21T04:22:43.249Z Downloaded test-strategy v0.3.1
6612024-12-21T04:22:43.252Z Downloaded polling v3.7.3
6622024-12-21T04:22:43.256Z Downloaded zerocopy v0.7.35
6632024-12-21T04:22:43.273Z Downloaded unicode-bidi v0.3.17
6642024-12-21T04:22:43.276Z Downloaded crossbeam-epoch v0.9.18
6652024-12-21T04:22:43.278Z Downloaded minimal-lexical v0.2.1
6662024-12-21T04:22:43.282Z Downloaded itertools v0.12.1
6672024-12-21T04:22:43.291Z Downloaded rstest_macros v0.23.0
6682024-12-21T04:22:43.294Z Downloaded openssl-sys v0.9.103
6692024-12-21T04:22:43.298Z Downloaded syn v2.0.87
6702024-12-21T04:22:43.309Z Downloaded zip v0.6.6
6712024-12-21T04:22:43.314Z Downloaded hyper-util v0.1.10
6722024-12-21T04:22:43.320Z Downloaded vcpkg v0.2.15
6732024-12-21T04:22:43.356Z Downloaded ed25519-dalek v2.1.1
6742024-12-21T04:22:43.359Z Downloaded icu_normalizer_data v1.5.0
6752024-12-21T04:22:43.362Z Downloaded quinn-proto v0.11.8
6762024-12-21T04:22:43.369Z Downloaded crossterm v0.28.1
6772024-12-21T04:22:43.373Z Downloaded rustls-webpki v0.102.8
6782024-12-21T04:22:43.393Z Downloaded openssl v0.10.66
6792024-12-21T04:22:43.402Z Downloaded quick-xml v0.33.0
6802024-12-21T04:22:43.408Z Downloaded zerocopy v0.8.10
6812024-12-21T04:22:43.434Z Downloaded num-bigint-dig v0.8.4
6822024-12-21T04:22:43.438Z Downloaded tough v0.19.0
6832024-12-21T04:22:43.447Z Downloaded zerovec v0.10.4
6842024-12-21T04:22:43.454Z Downloaded lalrpop v0.19.12
6852024-12-21T04:22:43.465Z Downloaded regress v0.10.1
6862024-12-21T04:22:43.474Z Downloaded bstr v1.10.0
6872024-12-21T04:22:43.485Z Downloaded salty v0.3.0
6882024-12-21T04:22:43.494Z Downloaded winnow v0.6.20
6892024-12-21T04:22:43.500Z Downloaded hickory-proto v0.24.1
6902024-12-21T04:22:43.518Z Downloaded itertools v0.13.0
6912024-12-21T04:22:43.524Z Downloaded idna v0.2.3
6922024-12-21T04:22:43.529Z Downloaded radix_trie v0.2.1
6932024-12-21T04:22:43.535Z Downloaded icu_properties_data v1.5.0
6942024-12-21T04:22:43.545Z Downloaded rustls v0.21.12
6952024-12-21T04:22:43.556Z Downloaded idna v0.3.0
6962024-12-21T04:22:43.563Z Downloaded idna v0.4.0
6972024-12-21T04:22:43.570Z Downloaded nix v0.28.0
6982024-12-21T04:22:43.581Z Downloaded nix v0.29.0
6992024-12-21T04:22:43.594Z Downloaded rustls-webpki v0.101.7
7002024-12-21T04:22:43.609Z Downloaded webpki-roots v0.26.6
7012024-12-21T04:22:43.612Z Downloaded rustls v0.22.4
7022024-12-21T04:22:43.625Z Downloaded unicode-width v0.2.0
7032024-12-21T04:22:43.631Z Downloaded openapiv3 v2.0.0
7042024-12-21T04:22:43.642Z Downloaded idna v0.5.0
7052024-12-21T04:22:43.650Z Downloaded regex v1.11.1
7062024-12-21T04:22:43.664Z Downloaded object v0.30.4
7072024-12-21T04:22:43.674Z Downloaded smoltcp v0.9.1
7082024-12-21T04:22:43.685Z Downloaded dropshot v0.13.0
7092024-12-21T04:22:43.707Z Downloaded smoltcp v0.11.0
7102024-12-21T04:22:43.727Z Downloaded nix v0.27.1
7112024-12-21T04:22:43.732Z Downloaded regress v0.9.1
7122024-12-21T04:22:43.739Z Downloaded regex-syntax v0.6.29
7132024-12-21T04:22:43.747Z Downloaded regex-syntax v0.8.5
7142024-12-21T04:22:43.755Z Downloaded typify-impl v0.2.0
7152024-12-21T04:22:43.770Z Downloaded rustls v0.23.19
7162024-12-21T04:22:43.782Z Downloaded ratatui v0.28.1
7172024-12-21T04:22:43.801Z Downloaded zerocopy-derive v0.6.6
7182024-12-21T04:22:43.810Z Downloaded bzip2-sys v0.1.11+1.0.8
7192024-12-21T04:22:43.824Z Downloaded sled v0.34.7
7202024-12-21T04:22:43.834Z Downloaded object v0.36.5
7212024-12-21T04:22:43.846Z Downloaded polar-core v0.27.3
7222024-12-21T04:22:43.858Z Downloaded dropshot v0.12.0
7232024-12-21T04:22:43.875Z Downloaded diesel v2.2.6
7242024-12-21T04:22:43.893Z Downloaded rustix v0.38.37
7252024-12-21T04:22:43.916Z Downloaded petname v2.0.2
7262024-12-21T04:22:43.921Z Downloaded trust-dns-proto v0.22.0
7272024-12-21T04:22:43.933Z Downloaded curve25519-dalek v4.1.3
7282024-12-21T04:22:43.943Z Downloaded regex-automata v0.4.8
7292024-12-21T04:22:43.960Z Downloaded chrono-tz v0.10.0
7302024-12-21T04:22:43.968Z Downloaded proptest v1.5.0
7312024-12-21T04:22:43.978Z Downloaded unicode-width v0.1.14
7322024-12-21T04:22:43.984Z Downloaded rsa v0.9.6
7332024-12-21T04:22:43.989Z Downloaded p384 v0.13.0
7342024-12-21T04:22:43.995Z Downloaded petgraph v0.6.5
7352024-12-21T04:22:44.013Z Downloaded tokio v1.40.0
7362024-12-21T04:22:44.050Z Downloaded lzma-sys v0.1.20
7372024-12-21T04:22:44.078Z Downloaded sha3 v0.10.8
7382024-12-21T04:22:44.083Z Downloaded portable-atomic v1.9.0
7392024-12-21T04:22:44.089Z Downloaded gimli v0.31.1
7402024-12-21T04:22:44.098Z Downloaded p256 v0.13.2
7412024-12-21T04:22:44.102Z Downloaded memchr v2.7.4
7422024-12-21T04:22:44.107Z Downloaded libz-sys v1.1.20
7432024-12-21T04:22:44.128Z Downloaded rusqlite v0.32.1
7442024-12-21T04:22:44.135Z Downloaded plotters v0.3.7
7452024-12-21T04:22:44.143Z Downloaded winnow v0.5.40
7462024-12-21T04:22:44.151Z Downloaded num-traits v0.2.19
7472024-12-21T04:22:44.155Z Downloaded libc v0.2.162
7482024-12-21T04:22:44.183Z Downloaded csv v1.3.0
7492024-12-21T04:22:44.202Z Downloaded snafu v0.8.5
7502024-12-21T04:22:44.207Z Downloaded serde_yaml v0.9.34+deprecated
7512024-12-21T04:22:44.211Z Downloaded toml_edit v0.19.15
7522024-12-21T04:22:44.226Z Downloaded slog-term v2.9.1
7532024-12-21T04:22:44.229Z Downloaded toml v0.8.19
7542024-12-21T04:22:44.232Z Downloaded omicron-zone-package v0.11.1
7552024-12-21T04:22:44.235Z Downloaded crossbeam-utils v0.8.20
7562024-12-21T04:22:44.238Z Downloaded value-bag v1.9.0
7572024-12-21T04:22:44.241Z Downloaded rustyline v14.0.0
7582024-12-21T04:22:44.246Z Downloaded thiserror-impl v2.0.3
7592024-12-21T04:22:44.249Z Downloaded nibble_vec v0.1.0
7602024-12-21T04:22:44.249Z Downloaded mio v1.0.2
7612024-12-21T04:22:44.254Z Downloaded libm v0.2.8
7622024-12-21T04:22:44.263Z Downloaded tokio-postgres v0.7.12
7632024-12-21T04:22:44.267Z Downloaded criterion v0.5.1
7642024-12-21T04:22:44.274Z Downloaded num-complex v0.4.6
7652024-12-21T04:22:44.278Z Downloaded encoding_rs v0.8.34
7662024-12-21T04:22:44.297Z Downloaded clang-sys v1.8.1
7672024-12-21T04:22:44.301Z Downloaded unsafe-libyaml v0.2.11
7682024-12-21T04:22:44.306Z Downloaded zeroize_derive v1.4.2
7692024-12-21T04:22:44.311Z Downloaded zeroize v1.8.1
7702024-12-21T04:22:44.314Z Downloaded zerofrom-derive v0.1.4
7712024-12-21T04:22:44.314Z Downloaded radium v0.7.0
7722024-12-21T04:22:44.317Z Downloaded chrono v0.4.38
7732024-12-21T04:22:44.322Z Downloaded clap_builder v4.5.21
7742024-12-21T04:22:44.335Z Downloaded reqwest v0.12.9
7752024-12-21T04:22:44.343Z Downloaded siphasher v0.3.11
7762024-12-21T04:22:44.347Z Downloaded simd-adler32 v0.3.7
7772024-12-21T04:22:44.347Z Downloaded httpmock v0.8.0-alpha.1
7782024-12-21T04:22:44.364Z Downloaded proc-macro-crate v3.2.0
7792024-12-21T04:22:44.367Z Downloaded tabled_derive v0.7.0
7802024-12-21T04:22:44.367Z Downloaded icu_collections v1.5.0
7812024-12-21T04:22:44.372Z Downloaded tokio-rustls v0.24.1
7822024-12-21T04:22:44.375Z Downloaded idna v1.0.3
7832024-12-21T04:22:44.378Z Downloaded unicode_categories v0.1.1
7842024-12-21T04:22:44.381Z Downloaded untrusted v0.7.1
7852024-12-21T04:22:44.383Z Downloaded yoke v0.7.4
7862024-12-21T04:22:44.383Z Downloaded yasna v0.5.2
7872024-12-21T04:22:44.386Z Downloaded ref-cast v1.0.23
7882024-12-21T04:22:44.388Z Downloaded diesel_derives v2.2.3
7892024-12-21T04:22:44.391Z Downloaded parse-zoneinfo v0.3.1
7902024-12-21T04:22:44.394Z Downloaded lalrpop-util v0.19.12
7912024-12-21T04:22:44.397Z Downloaded displaydoc v0.2.5
7922024-12-21T04:22:44.406Z Downloaded rustls-pemfile v2.2.0
7932024-12-21T04:22:44.407Z Downloaded pin-project-internal v1.1.6
7942024-12-21T04:22:44.407Z Downloaded hyper-staticfile v0.10.1
7952024-12-21T04:22:44.407Z Downloaded dropshot_endpoint v0.12.0
7962024-12-21T04:22:44.409Z Downloaded parking_lot v0.12.3
7972024-12-21T04:22:44.409Z Downloaded reedline v0.35.0
7982024-12-21T04:22:44.416Z Downloaded stringmetrics v2.2.2
7992024-12-21T04:22:44.418Z Downloaded slog-bunyan v2.5.0
8002024-12-21T04:22:44.422Z Downloaded slog-async v2.8.0
8012024-12-21T04:22:44.422Z Downloaded libgit2-sys v0.17.0+1.8.1
8022024-12-21T04:22:44.481Z Downloaded defmt v0.3.8
8032024-12-21T04:22:44.484Z Downloaded indexmap v2.6.0
8042024-12-21T04:22:44.487Z Downloaded crc32fast v1.4.2
8052024-12-21T04:22:44.489Z Downloaded similar v2.6.0
8062024-12-21T04:22:44.493Z Downloaded pest v2.7.14
8072024-12-21T04:22:44.498Z Downloaded tracing-attributes v0.1.27
8082024-12-21T04:22:44.501Z Downloaded papergrid v0.11.0
8092024-12-21T04:22:44.505Z Downloaded num_cpus v1.16.0
8102024-12-21T04:22:44.508Z Downloaded tokio-rustls v0.26.0
8112024-12-21T04:22:44.510Z Downloaded publicsuffix v2.2.3
8122024-12-21T04:22:44.513Z Downloaded internet-checksum v0.2.1
8132024-12-21T04:22:44.513Z Downloaded mockall_derive v0.13.0
8142024-12-21T04:22:44.516Z Downloaded parse-display v0.10.0
8152024-12-21T04:22:44.516Z Downloaded zerocopy-derive v0.8.10
8162024-12-21T04:22:44.521Z Downloaded rand v0.8.5
8172024-12-21T04:22:44.525Z Downloaded hkdf v0.12.4
8182024-12-21T04:22:44.528Z Downloaded h2 v0.4.6
8192024-12-21T04:22:44.536Z Downloaded vsss-rs v3.3.4
8202024-12-21T04:22:44.539Z Downloaded uuid v1.11.0
8212024-12-21T04:22:44.542Z Downloaded textwrap v0.16.1
8222024-12-21T04:22:44.544Z Downloaded tap v1.0.1
8232024-12-21T04:22:44.544Z Downloaded iana-time-zone v0.1.61
8242024-12-21T04:22:44.550Z Downloaded cookie_store v0.21.0
8252024-12-21T04:22:44.554Z Downloaded icu_normalizer v1.5.0
8262024-12-21T04:22:44.554Z Downloaded x509-cert v0.2.5
8272024-12-21T04:22:44.557Z Downloaded progenitor-macro v0.8.0
8282024-12-21T04:22:44.560Z Downloaded indexmap v1.9.3
8292024-12-21T04:22:44.562Z Downloaded rustversion v1.0.17
8302024-12-21T04:22:44.564Z Downloaded unicode-segmentation v1.12.0
8312024-12-21T04:22:44.567Z Downloaded partial-io v0.5.4
8322024-12-21T04:22:44.571Z Downloaded tokio-tungstenite v0.21.0
8332024-12-21T04:22:44.573Z Downloaded tokio-stream v0.1.16
8342024-12-21T04:22:44.577Z Downloaded spin v0.9.8
8352024-12-21T04:22:44.580Z Downloaded log v0.4.22
8362024-12-21T04:22:44.582Z Downloaded zip v2.1.3
8372024-12-21T04:22:44.585Z Downloaded num-bigint v0.4.6
8382024-12-21T04:22:44.589Z Downloaded libsw v3.3.1
8392024-12-21T04:22:44.592Z Downloaded signal-hook v0.3.17
8402024-12-21T04:22:44.596Z Downloaded supports-color v3.0.1
8412024-12-21T04:22:44.600Z Downloaded subtle v2.6.1
8422024-12-21T04:22:44.600Z Downloaded lock_api v0.4.12
8432024-12-21T04:22:44.600Z Downloaded aes-gcm v0.10.3
8442024-12-21T04:22:44.604Z Downloaded once_cell v1.20.2
8452024-12-21T04:22:44.607Z Downloaded base64 v0.22.1
8462024-12-21T04:22:44.610Z Downloaded cstr-argument v0.1.2
8472024-12-21T04:22:44.610Z Downloaded colorchoice v1.0.2
8482024-12-21T04:22:44.612Z Downloaded cobs v0.2.3
8492024-12-21T04:22:44.612Z Downloaded cmake v0.1.51
8502024-12-21T04:22:44.614Z Downloaded clap_lex v0.7.2
8512024-12-21T04:22:44.614Z Downloaded heapless v0.8.0
8522024-12-21T04:22:44.622Z Downloaded shell-words v1.1.0
8532024-12-21T04:22:44.622Z Downloaded strip-ansi-escapes v0.2.0
8542024-12-21T04:22:44.622Z Downloaded console v0.15.8
8552024-12-21T04:22:44.624Z Downloaded termios v0.3.3
8562024-12-21T04:22:44.625Z Downloaded structmeta v0.3.0
8572024-12-21T04:22:44.627Z Downloaded structmeta v0.2.0
8582024-12-21T04:22:44.627Z Downloaded derive-where v1.2.7
8592024-12-21T04:22:44.630Z Downloaded serde_derive v1.0.215
8602024-12-21T04:22:44.632Z Downloaded rcgen v0.12.1
8612024-12-21T04:22:44.635Z Downloaded hashbrown v0.12.3
8622024-12-21T04:22:44.638Z Downloaded nu-ansi-term v0.50.1
8632024-12-21T04:22:44.641Z Downloaded sec1 v0.7.3
8642024-12-21T04:22:44.643Z Downloaded derive_builder_macro v0.20.2
8652024-12-21T04:22:44.643Z Downloaded hickory-resolver v0.24.1
8662024-12-21T04:22:44.647Z Downloaded headers v0.4.0
8672024-12-21T04:22:44.653Z Downloaded rustfmt-wrapper v0.2.1
8682024-12-21T04:22:44.655Z Downloaded rustc_version v0.4.1
8692024-12-21T04:22:44.658Z Downloaded unicode-ident v1.0.13
8702024-12-21T04:22:44.658Z Downloaded unicode-properties v0.1.3
8712024-12-21T04:22:44.661Z Downloaded expectorate v1.1.0
8722024-12-21T04:22:44.664Z Downloaded ppv-lite86 v0.2.20
8732024-12-21T04:22:44.664Z Downloaded impl-trait-for-tuples v0.2.2
8742024-12-21T04:22:44.667Z Downloaded proc-macro-error-attr v1.0.4
8752024-12-21T04:22:44.667Z Downloaded plotters-backend v0.3.7
8762024-12-21T04:22:44.670Z Downloaded derive_builder_core v0.20.2
8772024-12-21T04:22:44.670Z Downloaded derive_builder v0.20.2
8782024-12-21T04:22:44.674Z Downloaded cc v1.1.30
8792024-12-21T04:22:44.677Z Downloaded dsl_auto_type v0.1.2
8802024-12-21T04:22:44.680Z Downloaded dof v0.3.0
8812024-12-21T04:22:44.680Z Downloaded is-terminal v0.4.13
8822024-12-21T04:22:44.687Z Downloaded ipnetwork v0.20.0
8832024-12-21T04:22:44.687Z Downloaded ena v0.14.3
8842024-12-21T04:22:44.690Z Downloaded embedded-io v0.6.1
8852024-12-21T04:22:44.690Z Downloaded embedded-io v0.4.0
8862024-12-21T04:22:44.690Z Downloaded time-macros v0.2.18
8872024-12-21T04:22:44.690Z Downloaded serde_path_to_error v0.1.16
8882024-12-21T04:22:44.698Z Downloaded base64 v0.13.1
8892024-12-21T04:22:44.698Z Downloaded constant_time_eq v0.3.1
8902024-12-21T04:22:44.703Z Downloaded writeable v0.5.5
8912024-12-21T04:22:44.703Z Downloaded which v4.4.2
8922024-12-21T04:22:44.703Z Downloaded anyhow v1.0.93
8932024-12-21T04:22:44.706Z Downloaded endian-type v0.1.2
8942024-12-21T04:22:44.706Z Downloaded base64ct v1.6.0
8952024-12-21T04:22:44.706Z Downloaded stable_deref_trait v1.2.0
8962024-12-21T04:22:44.706Z Downloaded ssh-encoding v0.2.0
8972024-12-21T04:22:44.706Z Downloaded smawk v0.3.2
8982024-12-21T04:22:44.708Z Downloaded signature v2.2.0
8992024-12-21T04:22:44.709Z Downloaded signal-hook-tokio v0.3.1
9002024-12-21T04:22:44.711Z Downloaded slog-envlogger v2.2.0
9012024-12-21T04:22:44.711Z Downloaded serde-hex v0.1.0
9022024-12-21T04:22:44.714Z Downloaded scheduled-thread-pool v0.2.7
9032024-12-21T04:22:44.714Z Downloaded rpassword v7.3.1
9042024-12-21T04:22:44.717Z Downloaded tinyvec_macros v0.1.1
9052024-12-21T04:22:44.717Z Downloaded resolv-conf v0.7.0
9062024-12-21T04:22:44.717Z Downloaded relative-path v1.9.3
9072024-12-21T04:22:44.720Z Downloaded fatfs v0.3.6
9082024-12-21T04:22:44.722Z Downloaded event-listener v5.3.1
9092024-12-21T04:22:44.733Z Downloaded bitflags v2.6.0
9102024-12-21T04:22:44.752Z Downloaded bzip2 v0.4.4
9112024-12-21T04:22:44.752Z Downloaded bit-set v0.5.3
9122024-12-21T04:22:44.752Z Downloaded async-task v4.7.1
9132024-12-21T04:22:44.752Z Downloaded arrayvec v0.7.6
9142024-12-21T04:22:44.753Z Downloaded async-process v2.3.0
9152024-12-21T04:22:44.753Z Downloaded argon2 v0.5.3
9162024-12-21T04:22:44.753Z Downloaded anstream v0.6.15
9172024-12-21T04:22:44.760Z Downloaded adler2 v2.0.0
9182024-12-21T04:22:44.760Z Downloaded group v0.13.0
9192024-12-21T04:22:44.760Z Downloaded fnv v1.0.7
9202024-12-21T04:22:44.760Z Downloaded futures-core v0.3.31
9212024-12-21T04:22:44.760Z Downloaded fragile v2.0.0
9222024-12-21T04:22:44.760Z Downloaded fixedbitset v0.4.2
9232024-12-21T04:22:44.760Z Downloaded castaway v0.2.3
9242024-12-21T04:22:44.760Z Downloaded aead v0.5.2
9252024-12-21T04:22:44.761Z Downloaded addr2line v0.24.2
9262024-12-21T04:22:44.761Z Downloaded cargo-platform v0.1.8
9272024-12-21T04:22:44.761Z Downloaded bitfield v0.14.0
9282024-12-21T04:22:44.761Z Downloaded bcrypt-pbkdf v0.10.0
9292024-12-21T04:22:44.761Z Downloaded futures-macro v0.3.31
9302024-12-21T04:22:44.764Z Downloaded cbc v0.1.2
9312024-12-21T04:22:44.764Z Downloaded blocking v1.6.1
9322024-12-21T04:22:44.764Z Downloaded block-padding v0.3.3
9332024-12-21T04:22:44.764Z Downloaded block-buffer v0.10.4
9342024-12-21T04:22:44.764Z Downloaded bitfield-struct v0.6.2
9352024-12-21T04:22:44.764Z Downloaded atomic-waker v1.1.2
9362024-12-21T04:22:44.764Z Downloaded async-recursion v1.1.1
9372024-12-21T04:22:44.767Z Downloaded futures-io v0.3.31
9382024-12-21T04:22:44.769Z Downloaded funty v2.0.0
9392024-12-21T04:22:44.769Z Downloaded form_urlencoded v1.2.1
9402024-12-21T04:22:44.769Z Downloaded filetime v0.2.25
9412024-12-21T04:22:44.772Z Downloaded fallible-iterator v0.2.0
9422024-12-21T04:22:44.772Z Downloaded byteorder v1.5.0
9432024-12-21T04:22:44.775Z Downloaded async-stream v0.3.6
9442024-12-21T04:22:44.778Z Downloaded async-channel v1.9.0
9452024-12-21T04:22:44.778Z Downloaded fastrand v2.1.1
9462024-12-21T04:22:44.778Z Downloaded event-listener-strategy v0.5.2
9472024-12-21T04:22:44.781Z Downloaded event-listener v2.5.3
9482024-12-21T04:22:44.781Z Downloaded base16ct v0.2.0
9492024-12-21T04:22:44.783Z Downloaded assert-json-diff v2.0.2
9502024-12-21T04:22:44.783Z Downloaded approx v0.5.1
9512024-12-21T04:22:44.787Z Downloaded anstyle-query v1.1.1
9522024-12-21T04:22:44.787Z Downloaded arrayref v0.3.9
9532024-12-21T04:22:44.787Z Downloaded ascii-canvas v3.0.0
9542024-12-21T04:22:44.790Z Downloaded array-init v0.0.4
9552024-12-21T04:22:45.038Z Downloaded ring v0.17.8
9562024-12-21T04:22:45.144Z Downloaded aws-lc-sys v0.22.0
9572024-12-21T04:22:45.428Z Downloaded ring v0.16.20
9582024-12-21T04:22:45.508Z Downloaded libsqlite3-sys v0.30.1
9592024-12-21T04:22:45.869Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9602024-12-21T04:22:57.393Z Startup: Refreshing catalog 'helios-dev' ... Done
9612024-12-21T04:23:01.252Z Startup: Caching catalogs ... Done
9622024-12-21T04:23:11.949ZPlanning: Solver setup ... Done (9.711s)
9632024-12-21T04:23:12.194ZPlanning: Running solver ... Done (0.134s)
9642024-12-21T04:23:12.222ZPlanning: Finding local manifests ... Done (0.005s)
9652024-12-21T04:23:12.278ZPlanning: Fetching manifests: 0/5 0% complete
9662024-12-21T04:23:12.930ZPlanning: Fetching manifests: 5/5 100% complete
9672024-12-21T04:23:13.030ZPlanning: Package planning ... Done (0.099s)
9682024-12-21T04:23:13.087ZPlanning: Merging actions ... Done (0.056s)
9692024-12-21T04:23:13.452ZPlanning: Checking for conflicting actions ... Done (0.366s)
9702024-12-21T04:23:15.551ZPlanning: Consolidating action changes ... Done (2.097s)
9712024-12-21T04:23:15.996ZPlanning: Evaluating mediators ... Done (0.444s)
9722024-12-21T04:23:16.081ZPlanning: Planning completed in 14.73 seconds
9732024-12-21T04:23:16.097Z Packages to install: 4
9742024-12-21T04:23:16.097Z Packages to update: 1
9752024-12-21T04:23:16.100Z Mediators to change: 2
9762024-12-21T04:23:16.100Z Services to change: 1
9772024-12-21T04:23:16.100Z Estimated space available: 155.37 GB
9782024-12-21T04:23:16.100ZEstimated space to be consumed: 1.62 GB
9792024-12-21T04:23:16.100Z Create boot environment: No
9802024-12-21T04:23:16.101ZCreate backup boot environment: Yes
9812024-12-21T04:23:16.101Z Rebuild boot archive: No
9822024-12-21T04:23:16.101Z
9832024-12-21T04:23:16.101ZChanged mediators:
9842024-12-21T04:23:16.101Z mediator clang:
9852024-12-21T04:23:16.101Z version: None -> 15 (system default)
9862024-12-21T04:23:16.101Z
9872024-12-21T04:23:16.101Z mediator llvm:
9882024-12-21T04:23:16.101Z version: 14 (system default) -> 15 (system default)
9892024-12-21T04:23:16.101Z
9902024-12-21T04:23:16.101ZChanged packages:
9912024-12-21T04:23:16.101Zhelios-dev
9922024-12-21T04:23:16.101Z developer/build-essential
9932024-12-21T04:23:16.101Z None -> 11-2.0
9942024-12-21T04:23:16.101Z library/libxmlsec1
9952024-12-21T04:23:16.101Z None -> 1.2.35-2.0
9962024-12-21T04:23:16.101Z ooce/developer/clang-15
9972024-12-21T04:23:16.101Z None -> 15.0.7-2.0
9982024-12-21T04:23:16.101Z ooce/developer/llvm-15
9992024-12-21T04:23:16.101Z None -> 15.0.7-2.0
10002024-12-21T04:23:16.101Z package/pkg
10012024-12-21T04:23:16.101Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10022024-12-21T04:23:16.102Z
10032024-12-21T04:23:16.102ZServices:
10042024-12-21T04:23:16.102Z restart_fmri:
10052024-12-21T04:23:16.102Z svc:/system/update-man-index:default
10062024-12-21T04:23:16.102Z
10072024-12-21T04:23:16.102ZEditable files to change:
10082024-12-21T04:23:16.102Z Update:
10092024-12-21T04:23:16.102Z usr/share/lib/pkg/web/config.shtml
10102024-12-21T04:23:16.184Z
10112024-12-21T04:23:16.184ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10122024-12-21T04:23:21.887ZDownload: 212/4281 items 1.3/220.6MB 0% complete (295k/s)
10132024-12-21T04:23:26.892ZDownload: 346/4281 items 16.3/220.6MB 7% complete (1.6M/s)
10142024-12-21T04:23:31.904ZDownload: 705/4281 items 18.0/220.6MB 8% complete (1.8M/s)
10152024-12-21T04:23:36.953ZDownload: 951/4281 items 18.9/220.6MB 8% complete (324k/s)
10162024-12-21T04:23:41.967ZDownload: 1146/4281 items 78.1/220.6MB 35% complete (6.0M/s)
10172024-12-21T04:23:47.934ZDownload: 1193/4281 items 82.9/220.6MB 37% complete (6.5M/s)
10182024-12-21T04:24:03.814ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
10192024-12-21T04:24:08.815ZDownload: 1725/4281 items 117.5/220.6MB 53% complete (7.2M/s)
10202024-12-21T04:24:14.031ZDownload: 2215/4281 items 119.2/220.6MB 54% complete (3.7M/s)
10212024-12-21T04:24:24.466ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (3.2M/s)
10222024-12-21T04:24:36.402ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10232024-12-21T04:24:41.408ZDownload: 2634/4281 items 120.6/220.6MB 54% complete (272k/s)
10242024-12-21T04:24:46.635ZDownload: 3164/4281 items 173.3/220.6MB 78% complete (5.3M/s)
10252024-12-21T04:24:51.417ZDownload: 3583/4281 items 215.8/220.6MB 97% complete (9.5M/s)
10262024-12-21T04:24:58.115ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (9.1M/s)
10272024-12-21T04:24:58.221ZDownload: Completed 220.60 MB in 102.03 seconds (2.2M/s)
10282024-12-21T04:25:00.278Z Actions: 1/5063 actions (Removing old actions)
10292024-12-21T04:25:00.301Z Actions: 194/5063 actions (Installing new actions)
10302024-12-21T04:25:05.020Z Actions: 4226/5063 actions (Updating modified actions)
10312024-12-21T04:25:05.340Z Actions: Completed 5063 actions in 5.06 seconds.
10322024-12-21T04:25:05.752Z Done (0.404s)
10332024-12-21T04:25:05.755Z Done (0.000s)
10342024-12-21T04:25:06.350Z Done (0.597s)
10352024-12-21T04:25:10.901Z Done (4.322s)
10362024-12-21T04:25:10.995Z Done (0.018s)
10372024-12-21T04:25:10.998Z Done (0.000s)
10382024-12-21T04:25:11.188Z Done (0.000s)
10392024-12-21T04:25:11.895ZPlanning: Evaluating mediator changes ... Done
10402024-12-21T04:25:12.061ZPlanning: Checking for conflicting actions ... Done
10412024-12-21T04:25:12.064ZPlanning: Consolidating action changes ... Done
10422024-12-21T04:25:12.342ZPlanning: Evaluating mediators ... Done
10432024-12-21T04:25:12.347ZPlanning: Planning completed in 0.45 seconds
10442024-12-21T04:25:12.383Z Mediators to change: 2
10452024-12-21T04:25:12.383Z Create boot environment: No
10462024-12-21T04:25:12.386ZCreate backup boot environment: No
10472024-12-21T04:25:12.469Z Done
10482024-12-21T04:25:12.469Z Done
10492024-12-21T04:25:12.835Z Done
10502024-12-21T04:25:16.547Z Done
10512024-12-21T04:25:16.641Z Done
10522024-12-21T04:25:16.645Z Done
10532024-12-21T04:25:16.838Z Done
10542024-12-21T04:25:17.469ZPlanning: Evaluating mediator changes ... Done
10552024-12-21T04:25:17.474ZPlanning: Merging actions ... Done
10562024-12-21T04:25:17.664ZPlanning: Checking for conflicting actions ... Done
10572024-12-21T04:25:17.666ZPlanning: Consolidating action changes ... Done
10582024-12-21T04:25:17.968ZPlanning: Evaluating mediators ... Done
10592024-12-21T04:25:18.018ZPlanning: Planning completed in 0.78 seconds
10602024-12-21T04:25:18.054Z Packages to change: 1
10612024-12-21T04:25:18.054Z Mediators to change: 1
10622024-12-21T04:25:18.098Z Services to change: 1
10632024-12-21T04:25:18.098Z Create boot environment: No
10642024-12-21T04:25:18.099ZCreate backup boot environment: Yes
10652024-12-21T04:25:20.241Z Actions: 1/6 actions (Updating modified actions)
10662024-12-21T04:25:20.244Z Actions: Completed 6 actions in 0.00 seconds.
10672024-12-21T04:25:20.244Z Done
10682024-12-21T04:25:20.244Z Done
10692024-12-21T04:25:20.365Z Done
10702024-12-21T04:25:24.101Z Done
10712024-12-21T04:25:24.193Z Done
10722024-12-21T04:25:24.195Z Done
10732024-12-21T04:25:24.327Z Done
10742024-12-21T04:25:24.780ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10752024-12-21T04:25:24.780Zclang system 15 system
10762024-12-21T04:25:24.780Zcsh system system illumos
10772024-12-21T04:25:24.780Zctags system system illumos
10782024-12-21T04:25:24.780Zgcc vendor 12 vendor
10792024-12-21T04:25:24.780Zgcc system 10 system
10802024-12-21T04:25:24.780Zgcc system 7 system
10812024-12-21T04:25:24.780Zgo system 1.20 system
10822024-12-21T04:25:24.780Zgo system 1.19 system
10832024-12-21T04:25:24.780Zllvm system 15 system
10842024-12-21T04:25:24.780Zllvm system 14 system
10852024-12-21T04:25:24.780Zmariadb system 10.6 system
10862024-12-21T04:25:24.780Zmta vendor vendor dma
10872024-12-21T04:25:24.780Zopenjdk system 17 system
10882024-12-21T04:25:24.780Zopenjdk system 11 system
10892024-12-21T04:25:24.780Zopenjdk system 1.8 system
10902024-12-21T04:25:24.780Zopenssl vendor 3 vendor
10912024-12-21T04:25:24.780Zperl system 5.36 system
10922024-12-21T04:25:24.780Zpostgresql system 15 system
10932024-12-21T04:25:24.780Zpostgresql system 13 system
10942024-12-21T04:25:24.780Zpython vendor 3 vendor
10952024-12-21T04:25:24.780Zpython system 2 system
10962024-12-21T04:25:24.780Zpython3 system 3.11 system
10972024-12-21T04:25:24.780Zruby system 3.0 system
10982024-12-21T04:25:24.780Zwords vendor vendor american-english
10992024-12-21T04:25:24.780Zwords system system australian-english
11002024-12-21T04:25:24.780Zwords system system british-english
11012024-12-21T04:25:24.780Zwords system system canadian-english
11022024-12-21T04:25:24.780Zwords system system french
11032024-12-21T04:25:24.780Zwords system system italian
11042024-12-21T04:25:24.780Zwords system system ngerman
11052024-12-21T04:25:24.780Zwords system system ogerman
11062024-12-21T04:25:24.780Zwords system system spanish
11072024-12-21T04:25:25.119ZPUBLISHER TYPE STATUS P LOCATION
11082024-12-21T04:25:25.120Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11092024-12-21T04:25:27.877ZFMRI IFO
11102024-12-21T04:25:27.877Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11112024-12-21T04:25:27.877Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11122024-12-21T04:25:27.877Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11132024-12-21T04:25:27.877Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11142024-12-21T04:25:27.877Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11152024-12-21T04:25:27.877Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11162024-12-21T04:25:27.878Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11172024-12-21T04:25:27.878Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11182024-12-21T04:25:27.878Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11192024-12-21T04:25:27.878Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11202024-12-21T04:25:27.878Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11212024-12-21T04:25:27.878Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11222024-12-21T04:25:27.878Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11232024-12-21T04:25:27.878Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11242024-12-21T04:25:27.878Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11252024-12-21T04:25:28.945Z Downloading crates ...
11262024-12-21T04:25:29.064Z Downloaded cargo_toml v0.20.5
11272024-12-21T04:25:29.203Z Compiling proc-macro2 v1.0.89
11282024-12-21T04:25:29.203Z Compiling unicode-ident v1.0.13
11292024-12-21T04:25:29.203Z Compiling serde v1.0.215
11302024-12-21T04:25:29.203Z Compiling version_check v0.9.5
11312024-12-21T04:25:29.206Z Compiling memchr v2.7.4
11322024-12-21T04:25:29.206Z Compiling thiserror v1.0.69
11332024-12-21T04:25:29.206Z Compiling libc v0.2.162
11342024-12-21T04:25:29.206Z Compiling itoa v1.0.11
11352024-12-21T04:25:29.465Z Compiling ucd-trie v0.1.7
11362024-12-21T04:25:29.477Z Compiling ryu v1.0.18
11372024-12-21T04:25:29.825Z Compiling once_cell v1.20.2
11382024-12-21T04:25:30.105Z Compiling byteorder v1.5.0
11392024-12-21T04:25:30.119Z Compiling rustix v0.38.37
11402024-12-21T04:25:30.201Z Compiling serde_json v1.0.133
11412024-12-21T04:25:30.496Z Compiling bitflags v2.6.0
11422024-12-21T04:25:30.537Z Compiling usdt-impl v0.5.0
11432024-12-21T04:25:30.862Z Compiling proc-macro-error-attr v1.0.4
11442024-12-21T04:25:30.881Z Compiling syn v1.0.109
11452024-12-21T04:25:30.962Z Compiling quote v1.0.37
11462024-12-21T04:25:30.973Z Compiling proc-macro-error v1.0.4
11472024-12-21T04:25:31.065Z Compiling hashbrown v0.15.1
11482024-12-21T04:25:31.190Z Compiling camino v1.1.9
11492024-12-21T04:25:31.223Z Compiling errno v0.3.9
11502024-12-21T04:25:31.439Z Compiling syn v2.0.87
11512024-12-21T04:25:31.590Z Compiling equivalent v1.0.1
11522024-12-21T04:25:31.674Z Compiling utf8parse v0.2.2
11532024-12-21T04:25:31.692Z Compiling log v0.4.22
11542024-12-21T04:25:31.825Z Compiling thread-id v4.2.2
11552024-12-21T04:25:31.838Z Compiling plain v0.2.3
11562024-12-21T04:25:31.930Z Compiling anstyle-parse v0.2.5
11572024-12-21T04:25:32.115Z Compiling winnow v0.6.20
11582024-12-21T04:25:32.252Z Compiling pretty-hex v0.4.1
11592024-12-21T04:25:32.359Z Compiling indexmap v2.6.0
11602024-12-21T04:25:32.379Z Compiling anstyle-query v1.1.1
11612024-12-21T04:25:32.474Z Compiling autocfg v1.4.0
11622024-12-21T04:25:32.537Z Compiling colorchoice v1.0.2
11632024-12-21T04:25:32.687Z Compiling semver v1.0.23
11642024-12-21T04:25:32.777Z Compiling anstyle v1.0.10
11652024-12-21T04:25:33.234Z Compiling is_terminal_polyfill v1.70.1
11662024-12-21T04:25:33.266Z Compiling unicode-width v0.1.14
11672024-12-21T04:25:33.363Z Compiling anstream v0.6.15
11682024-12-21T04:25:33.921Z Compiling fs-err v2.11.0
11692024-12-21T04:25:33.937Z Compiling terminal_size v0.4.0
11702024-12-21T04:25:34.002Z Compiling heck v0.4.1
11712024-12-21T04:25:34.015Z Compiling bytecount v0.6.8
11722024-12-21T04:25:34.043Z Compiling clap_lex v0.7.2
11732024-12-21T04:25:34.235Z Compiling anyhow v1.0.93
11742024-12-21T04:25:34.498Z Compiling strsim v0.11.1
11752024-12-21T04:25:34.566Z Compiling heck v0.5.0
11762024-12-21T04:25:34.569Z Compiling fnv v1.0.7
11772024-12-21T04:25:34.595Z Compiling cfg-if v1.0.0
11782024-12-21T04:25:34.680Z Compiling fastrand v2.1.1
11792024-12-21T04:25:34.703Z Compiling papergrid v0.11.0
11802024-12-21T04:25:35.083Z Compiling tempfile v3.13.0
11812024-12-21T04:25:35.430Z Compiling clap_builder v4.5.21
11822024-12-21T04:25:35.654Z Compiling memmap v0.7.0
11832024-12-21T04:25:35.733Z Compiling unicode-linebreak v0.1.5
11842024-12-21T04:25:35.983Z Compiling smawk v0.3.2
11852024-12-21T04:25:36.199Z Compiling textwrap v0.16.1
11862024-12-21T04:25:36.222Z Compiling swrite v0.1.0
11872024-12-21T04:25:37.740Z Compiling tabled_derive v0.7.0
11882024-12-21T04:25:39.162Z Compiling tabled v0.15.0
11892024-12-21T04:25:40.705Z Compiling serde_derive v1.0.215
11902024-12-21T04:25:40.705Z Compiling thiserror-impl v1.0.69
11912024-12-21T04:25:40.708Z Compiling zerocopy-derive v0.7.35
11922024-12-21T04:25:40.738Z Compiling scroll_derive v0.12.0
11932024-12-21T04:25:40.902Z Compiling clap_derive v4.5.18
11942024-12-21T04:25:41.998Z Compiling scroll v0.12.0
11952024-12-21T04:25:42.426Z Compiling goblin v0.8.2
11962024-12-21T04:25:42.595Z Compiling zerocopy v0.7.35
11972024-12-21T04:25:43.406Z Compiling pest v2.7.14
11982024-12-21T04:25:44.820Z Compiling clap v4.5.21
11992024-12-21T04:25:45.713Z Compiling pest_meta v2.7.14
12002024-12-21T04:25:46.540Z Compiling pest_generator v2.7.14
12012024-12-21T04:25:48.508Z Compiling pest_derive v2.7.14
12022024-12-21T04:25:49.172Z Compiling dtrace-parser v0.2.0
12032024-12-21T04:25:51.013Z Compiling toml_datetime v0.6.8
12042024-12-21T04:25:51.013Z Compiling serde_spanned v0.6.8
12052024-12-21T04:25:51.016Z Compiling cargo-platform v0.1.8
12062024-12-21T04:25:51.427Z Compiling serde_tokenstream v0.2.2
12072024-12-21T04:25:51.441Z Compiling toml_edit v0.22.22
12082024-12-21T04:25:51.568Z Compiling macaddr v1.0.1
12092024-12-21T04:25:51.684Z Compiling camino-tempfile v1.1.1
12102024-12-21T04:25:52.522Z Compiling dof v0.3.0
12112024-12-21T04:25:52.522Z Compiling cargo_metadata v0.18.1
12122024-12-21T04:25:54.336Z Compiling toml v0.8.19
12132024-12-21T04:25:54.537Z Compiling usdt-attr-macro v0.5.0
12142024-12-21T04:25:54.537Z Compiling usdt-macro v0.5.0
12152024-12-21T04:25:55.202Z Compiling cargo_toml v0.20.5
12162024-12-21T04:25:55.958Z Compiling usdt v0.5.0
12172024-12-21T04:25:58.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12182024-12-21T04:26:03.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.64s
12192024-12-21T04:26:03.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12202024-12-21T04:26:03.994Z Compiling serde v1.0.215
12212024-12-21T04:26:04.000Z Compiling lock_api v0.4.12
12222024-12-21T04:26:04.000Z Compiling scopeguard v1.2.0
12232024-12-21T04:26:04.001Z Compiling value-bag v1.9.0
12242024-12-21T04:26:04.001Z Compiling typenum v1.17.0
12252024-12-21T04:26:04.001Z Compiling generic-array v0.14.7
12262024-12-21T04:26:04.159Z Compiling syn v2.0.87
12272024-12-21T04:26:04.172Z Compiling getrandom v0.2.15
12282024-12-21T04:26:04.310Z Compiling shlex v1.3.0
12292024-12-21T04:26:04.423Z Compiling rand_core v0.6.4
12302024-12-21T04:26:04.648Z Compiling log v0.4.22
12312024-12-21T04:26:04.718Z Compiling subtle v2.6.1
12322024-12-21T04:26:04.734Z Compiling jobserver v0.1.32
12332024-12-21T04:26:04.803Z Compiling const-oid v0.9.6
12342024-12-21T04:26:04.968Z Compiling smallvec v1.13.2
12352024-12-21T04:26:04.996Z Compiling spin v0.9.8
12362024-12-21T04:26:05.045Z Compiling pin-project-lite v0.2.14
12372024-12-21T04:26:05.175Z Compiling cc v1.1.30
12382024-12-21T04:26:05.350Z Compiling rustix v0.38.37
12392024-12-21T04:26:05.397Z Compiling parking_lot_core v0.9.10
12402024-12-21T04:26:05.522Z Compiling futures-core v0.3.31
12412024-12-21T04:26:05.644Z Compiling signal-hook-registry v1.4.2
12422024-12-21T04:26:05.789Z Compiling mio v1.0.2
12432024-12-21T04:26:06.243Z Compiling parking_lot v0.12.3
12442024-12-21T04:26:06.463Z Compiling aho-corasick v1.1.3
12452024-12-21T04:26:06.549Z Compiling cpufeatures v0.2.14
12462024-12-21T04:26:06.650Z Compiling regex-syntax v0.8.5
12472024-12-21T04:26:06.721Z Compiling lazy_static v1.5.0
12482024-12-21T04:26:06.836Z Compiling glob v0.3.1
12492024-12-21T04:26:06.939Z Compiling futures-sink v0.3.31
12502024-12-21T04:26:06.958Z Compiling stable_deref_trait v1.2.0
12512024-12-21T04:26:07.062Z Compiling either v1.13.0
12522024-12-21T04:26:07.083Z Compiling socket2 v0.5.7
12532024-12-21T04:26:07.196Z Compiling slab v0.4.9
12542024-12-21T04:26:07.478Z Compiling prettyplease v0.2.25
12552024-12-21T04:26:07.638Z Compiling serde_json v1.0.133
12562024-12-21T04:26:07.816Z Compiling minimal-lexical v0.2.1
12572024-12-21T04:26:07.853Z Compiling clang-sys v1.8.1
12582024-12-21T04:26:08.078Z Compiling libloading v0.8.5
12592024-12-21T04:26:08.258Z Compiling nom v7.1.3
12602024-12-21T04:26:08.329Z Compiling home v0.5.9
12612024-12-21T04:26:08.502Z Compiling bindgen v0.69.5
12622024-12-21T04:26:08.587Z Compiling itertools v0.10.5
12632024-12-21T04:26:09.329Z Compiling futures-channel v0.3.31
12642024-12-21T04:26:09.494Z Compiling pin-utils v0.1.0
12652024-12-21T04:26:09.596Z Compiling futures-io v0.3.31
12662024-12-21T04:26:09.776Z Compiling futures-task v0.3.31
12672024-12-21T04:26:09.929Z Compiling allocator-api2 v0.2.18
12682024-12-21T04:26:10.098Z Compiling lazycell v1.3.0
12692024-12-21T04:26:10.271Z Compiling rustc-hash v1.1.0
12702024-12-21T04:26:10.420Z Compiling regex-automata v0.4.8
12712024-12-21T04:26:10.731Z Compiling foldhash v0.1.3
12722024-12-21T04:26:11.028Z Compiling libm v0.2.8
12732024-12-21T04:26:11.380Z Compiling hashbrown v0.15.1
12742024-12-21T04:26:11.483Z Compiling cmake v0.1.51
12752024-12-21T04:26:12.072Z Compiling synstructure v0.13.1
12762024-12-21T04:26:12.537Z Compiling cexpr v0.6.0
12772024-12-21T04:26:12.765Z Compiling num-traits v0.2.19
12782024-12-21T04:26:13.047Z Compiling pkg-config v0.3.31
12792024-12-21T04:26:13.575Z Compiling fs_extra v1.3.0
12802024-12-21T04:26:13.835Z Compiling tinyvec_macros v0.1.1
12812024-12-21T04:26:13.931Z Compiling dunce v1.0.5
12822024-12-21T04:26:14.063Z Compiling tinyvec v1.8.0
12832024-12-21T04:26:14.423Z Compiling ring v0.17.8
12842024-12-21T04:26:14.635Z Compiling unicode-bidi v0.3.17
12852024-12-21T04:26:15.595Z Compiling unicode-normalization v0.1.24
12862024-12-21T04:26:15.646Z Compiling base64ct v1.6.0
12872024-12-21T04:26:15.772Z Compiling writeable v0.5.5
12882024-12-21T04:26:16.083Z Compiling regex v1.11.1
12892024-12-21T04:26:16.267Z Compiling paste v1.0.15
12902024-12-21T04:26:16.380Z Compiling litemap v0.7.3
12912024-12-21T04:26:16.746Z Compiling pem-rfc7468 v0.7.0
12922024-12-21T04:26:16.835Z Compiling aws-lc-rs v1.10.0
12932024-12-21T04:26:17.187Z Compiling flagset v0.4.6
12942024-12-21T04:26:17.303Z Compiling httparse v1.9.5
12952024-12-21T04:26:17.412Z Compiling tracing-core v0.1.32
12962024-12-21T04:26:17.430Z Compiling percent-encoding v2.3.1
12972024-12-21T04:26:17.790Z Compiling crossbeam-utils v0.8.20
12982024-12-21T04:26:18.070Z Compiling icu_locid_transform_data v1.5.0
12992024-12-21T04:26:18.175Z Compiling rustls-pki-types v1.10.0
13002024-12-21T04:26:18.530Z Compiling mirai-annotations v1.12.0
13012024-12-21T04:26:18.714Z Compiling time-core v0.1.2
13022024-12-21T04:26:18.771Z Compiling untrusted v0.7.1
13032024-12-21T04:26:18.886Z Compiling powerfmt v0.2.0
13042024-12-21T04:26:18.930Z Compiling untrusted v0.9.0
13052024-12-21T04:26:18.975Z Compiling serde_derive v1.0.215
13062024-12-21T04:26:19.088Z Compiling zeroize_derive v1.4.2
13072024-12-21T04:26:19.170Z Compiling zerocopy-derive v0.7.35
13082024-12-21T04:26:19.333Z Compiling tokio-macros v2.4.0
13092024-12-21T04:26:19.383Z Compiling zerofrom-derive v0.1.4
13102024-12-21T04:26:20.699Z Compiling zeroize v1.8.1
13112024-12-21T04:26:21.008Z Compiling thiserror-impl v1.0.69
13122024-12-21T04:26:21.276Z Compiling yoke-derive v0.7.4
13132024-12-21T04:26:21.551Z Compiling zerocopy v0.7.35
13142024-12-21T04:26:22.292Z Compiling crypto-common v0.1.6
13152024-12-21T04:26:22.544Z Compiling block-buffer v0.10.4
13162024-12-21T04:26:22.620Z Compiling zerovec-derive v0.10.3
13172024-12-21T04:26:22.815Z Compiling digest v0.10.7
13182024-12-21T04:26:23.236Z Compiling futures-macro v0.3.31
13192024-12-21T04:26:23.345Z Compiling hmac v0.12.1
13202024-12-21T04:26:23.506Z Compiling zerofrom v0.1.4
13212024-12-21T04:26:23.524Z Compiling block-padding v0.3.3
13222024-12-21T04:26:23.613Z Compiling displaydoc v0.2.5
13232024-12-21T04:26:23.747Z Compiling inout v0.1.3
13242024-12-21T04:26:23.780Z Compiling sha2 v0.10.8
13252024-12-21T04:26:24.021Z Compiling cipher v0.4.4
13262024-12-21T04:26:24.194Z Compiling yoke v0.7.4
13272024-12-21T04:26:24.421Z Compiling thiserror v1.0.69
13282024-12-21T04:26:24.561Z Compiling ppv-lite86 v0.2.20
13292024-12-21T04:26:24.617Z Compiling der_derive v0.7.3
13302024-12-21T04:26:24.622Z Compiling icu_provider_macros v1.5.0
13312024-12-21T04:26:25.309Z Compiling futures-util v0.3.31
13322024-12-21T04:26:25.401Z Compiling rand_chacha v0.3.1
13332024-12-21T04:26:25.433Z Compiling tracing-attributes v0.1.27
13342024-12-21T04:26:25.491Z Compiling zerovec v0.10.4
13352024-12-21T04:26:25.781Z Compiling rand v0.8.5
13362024-12-21T04:26:27.218Z Compiling der v0.7.9
13372024-12-21T04:26:27.369Z Compiling tinystr v0.7.6
13382024-12-21T04:26:27.676Z Compiling icu_collections v1.5.0
13392024-12-21T04:26:27.808Z Compiling icu_locid v1.5.0
13402024-12-21T04:26:27.870Z Compiling salsa20 v0.10.2
13412024-12-21T04:26:28.037Z Compiling pest v2.7.14
13422024-12-21T04:26:28.096Z Compiling pbkdf2 v0.12.2
13432024-12-21T04:26:28.273Z Compiling num-conv v0.1.0
13442024-12-21T04:26:28.571Z Compiling icu_properties_data v1.5.0
13452024-12-21T04:26:28.829Z Compiling vcpkg v0.2.15
13462024-12-21T04:26:29.179Z Compiling icu_provider v1.5.0
13472024-12-21T04:26:29.444Z Compiling tracing v0.1.40
13482024-12-21T04:26:29.997Z Compiling icu_locid_transform v1.5.0
13492024-12-21T04:26:30.302Z Compiling spki v0.7.3
13502024-12-21T04:26:30.321Z Compiling time-macros v0.2.18
13512024-12-21T04:26:30.696Z Compiling pest_meta v2.7.14
13522024-12-21T04:26:30.732Z Compiling scrypt v0.11.0
13532024-12-21T04:26:31.151Z Compiling cbc v0.1.2
13542024-12-21T04:26:31.172Z Compiling openssl-sys v0.9.103
13552024-12-21T04:26:31.312Z Compiling icu_properties v1.5.1
13562024-12-21T04:26:31.390Z Compiling aes v0.8.4
13572024-12-21T04:26:32.266Z Compiling deranged v0.3.11
13582024-12-21T04:26:32.757Z Compiling scroll_derive v0.12.0
13592024-12-21T04:26:33.720Z Compiling bitflags v2.6.0
13602024-12-21T04:26:33.890Z Compiling bytes v1.8.0
13612024-12-21T04:26:34.283Z Compiling indexmap v2.6.0
13622024-12-21T04:26:34.320Z Compiling semver v1.0.23
13632024-12-21T04:26:35.173Z Compiling tokio v1.40.0
13642024-12-21T04:26:35.345Z Compiling http v1.1.0
13652024-12-21T04:26:35.573Z Compiling rustc_version v0.4.1
13662024-12-21T04:26:35.872Z Compiling atomic-waker v1.1.2
13672024-12-21T04:26:36.066Z Compiling utf16_iter v1.0.5
13682024-12-21T04:26:36.279Z Compiling write16 v1.0.0
13692024-12-21T04:26:36.310Z Compiling num_threads v0.1.7
13702024-12-21T04:26:36.312Z Compiling icu_normalizer_data v1.5.0
13712024-12-21T04:26:36.409Z Compiling utf8_iter v1.0.4
13722024-12-21T04:26:36.439Z Compiling time v0.3.36
13732024-12-21T04:26:36.456Z Compiling scroll v0.12.0
13742024-12-21T04:26:36.661Z Compiling icu_normalizer v1.5.0
13752024-12-21T04:26:37.015Z Compiling http-body v1.0.1
13762024-12-21T04:26:37.048Z Compiling pkcs5 v0.7.1
13772024-12-21T04:26:37.362Z Compiling pest_generator v2.7.14
13782024-12-21T04:26:37.472Z Compiling form_urlencoded v1.2.1
13792024-12-21T04:26:37.799Z Compiling try-lock v0.2.5
13802024-12-21T04:26:37.857Z Compiling slog v2.7.0
13812024-12-21T04:26:37.949Z Compiling want v0.3.1
13822024-12-21T04:26:38.240Z Compiling which v4.4.2
13832024-12-21T04:26:38.295Z Compiling goblin v0.8.2
13842024-12-21T04:26:38.454Z Compiling pkcs8 v0.10.2
13852024-12-21T04:26:38.901Z Compiling idna_adapter v1.2.0
13862024-12-21T04:26:39.140Z Compiling uuid v1.11.0
13872024-12-21T04:26:39.162Z Compiling httpdate v1.0.3
13882024-12-21T04:26:39.425Z Compiling pest_derive v2.7.14
13892024-12-21T04:26:39.599Z Compiling iana-time-zone v0.1.61
13902024-12-21T04:26:39.664Z Compiling idna v1.0.3
13912024-12-21T04:26:40.119Z Compiling chrono v0.4.38
13922024-12-21T04:26:40.237Z Compiling dtrace-parser v0.2.0
13932024-12-21T04:26:41.464Z Compiling toml_datetime v0.6.8
13942024-12-21T04:26:41.544Z Compiling serde_spanned v0.6.8
13952024-12-21T04:26:41.784Z Compiling serde_tokenstream v0.2.2
13962024-12-21T04:26:41.878Z Compiling rustversion v1.0.17
13972024-12-21T04:26:41.965Z Compiling tower-service v0.3.3
13982024-12-21T04:26:42.100Z Compiling openssl v0.10.66
13992024-12-21T04:26:42.387Z Compiling adler2 v2.0.0
14002024-12-21T04:26:42.519Z Compiling base64 v0.22.1
14012024-12-21T04:26:42.536Z Compiling foreign-types-shared v0.1.1
14022024-12-21T04:26:42.601Z Compiling match_cfg v0.1.0
14032024-12-21T04:26:42.646Z Compiling foreign-types v0.3.2
14042024-12-21T04:26:42.686Z Compiling hostname v0.3.1
14052024-12-21T04:26:42.732Z Compiling miniz_oxide v0.8.0
14062024-12-21T04:26:42.750Z Compiling url v2.5.3
14072024-12-21T04:26:43.274Z Compiling openssl-macros v0.1.1
14082024-12-21T04:26:43.924Z Compiling tokio-util v0.7.12
14092024-12-21T04:26:44.049Z Compiling dof v0.3.0
14102024-12-21T04:26:44.336Z Compiling async-trait v0.1.83
14112024-12-21T04:26:44.379Z Compiling serde_derive_internals v0.29.1
14122024-12-21T04:26:44.818Z Compiling dirs-sys-next v0.1.2
14132024-12-21T04:26:45.413Z Compiling h2 v0.4.6
14142024-12-21T04:26:45.485Z Compiling usdt-impl v0.5.0
14152024-12-21T04:26:46.324Z Compiling data-encoding v2.6.0
14162024-12-21T04:26:47.093Z Compiling siphasher v0.3.11
14172024-12-21T04:26:47.119Z Compiling schemars v0.8.21
14182024-12-21T04:26:47.218Z Compiling native-tls v0.2.12
14192024-12-21T04:26:47.458Z Compiling syn v1.0.109
14202024-12-21T04:26:47.476Z Compiling rustls v0.23.19
14212024-12-21T04:26:47.551Z Compiling rustls v0.22.4
14222024-12-21T04:26:47.799Z Compiling schemars_derive v0.8.21
14232024-12-21T04:26:47.845Z Compiling dirs-next v2.0.0
14242024-12-21T04:26:48.780Z Compiling http-body-util v0.1.2
14252024-12-21T04:26:48.914Z Compiling crossbeam-epoch v0.9.18
14262024-12-21T04:26:49.375Z Compiling heapless v0.7.17
14272024-12-21T04:26:49.601Z Compiling sha1 v0.10.6
14282024-12-21T04:26:49.741Z Compiling signature v2.2.0
14292024-12-21T04:26:49.819Z Compiling bzip2-sys v0.1.11+1.0.8
14302024-12-21T04:26:50.039Z Compiling thread_local v1.1.8
14312024-12-21T04:26:50.057Z Compiling encoding_rs v0.8.34
14322024-12-21T04:26:50.320Z Compiling cookie v0.18.1
14332024-12-21T04:26:50.567Z Compiling multer v3.1.0
14342024-12-21T04:26:50.627Z Compiling mime v0.3.17
14352024-12-21T04:26:50.834Z Compiling slog-async v2.8.0
14362024-12-21T04:26:51.078Z Compiling ipnet v2.10.1
14372024-12-21T04:26:51.213Z Compiling rayon-core v1.12.1
14382024-12-21T04:26:51.230Z Compiling unicode-properties v0.1.3
14392024-12-21T04:26:51.373Z Compiling dyn-clone v1.0.17
14402024-12-21T04:26:51.482Z Compiling gimli v0.31.1
14412024-12-21T04:26:51.596Z Compiling signal-hook v0.3.17
14422024-12-21T04:26:51.628Z Compiling openssl-probe v0.1.5
14432024-12-21T04:26:51.887Z Compiling stringprep v0.1.5
14442024-12-21T04:26:52.451Z Compiling toml_edit v0.22.22
14452024-12-21T04:26:53.195Z Compiling hyper v1.5.0
14462024-12-21T04:26:56.001Z Compiling hyper-util v0.1.10
14472024-12-21T04:26:56.252Z Compiling addr2line v0.24.2
14482024-12-21T04:26:56.655Z Compiling crossbeam-deque v0.8.5
14492024-12-21T04:26:56.723Z Compiling usdt-attr-macro v0.5.0
14502024-12-21T04:26:56.964Z Compiling usdt-macro v0.5.0
14512024-12-21T04:26:57.032Z Compiling term v0.7.0
14522024-12-21T04:26:57.354Z Compiling slog-json v2.6.1
14532024-12-21T04:26:57.746Z Compiling serde_urlencoded v0.7.1
14542024-12-21T04:26:58.286Z Compiling crossbeam-channel v0.5.13
14552024-12-21T04:26:58.351Z Compiling curve25519-dalek v4.1.3
14562024-12-21T04:26:58.439Z Compiling futures-executor v0.3.31
14572024-12-21T04:26:58.571Z Compiling enum-as-inner v0.6.1
14582024-12-21T04:26:58.977Z Compiling md-5 v0.10.6
14592024-12-21T04:26:59.012Z Compiling async-stream-impl v0.3.6
14602024-12-21T04:26:59.231Z Compiling rustls-pemfile v2.2.0
14612024-12-21T04:26:59.255Z Compiling num-integer v0.1.46
14622024-12-21T04:26:59.482Z Compiling idna v0.3.0
14632024-12-21T04:26:59.622Z Compiling idna v0.4.0
14642024-12-21T04:26:59.725Z Compiling ff v0.13.0
14652024-12-21T04:26:59.966Z Compiling hash32 v0.2.1
14662024-12-21T04:27:00.092Z Compiling is-terminal v0.4.13
14672024-12-21T04:27:00.213Z Compiling dropshot v0.12.0
14682024-12-21T04:27:00.335Z Compiling object v0.36.5
14692024-12-21T04:27:00.433Z Compiling num-bigint-dig v0.8.4
14702024-12-21T04:27:00.497Z Compiling fallible-iterator v0.2.0
14712024-12-21T04:27:00.719Z Compiling quick-error v1.2.3
14722024-12-21T04:27:00.868Z Compiling anyhow v1.0.93
14732024-12-21T04:27:01.081Z Compiling linked-hash-map v0.5.6
14742024-12-21T04:27:01.189Z Compiling psl-types v2.0.11
14752024-12-21T04:27:01.244Z Compiling take_mut v0.2.2
14762024-12-21T04:27:01.275Z Compiling smoltcp v0.9.1
14772024-12-21T04:27:01.387Z Compiling base16ct v0.2.0
14782024-12-21T04:27:01.407Z Compiling rustc-demangle v0.1.24
14792024-12-21T04:27:01.453Z Compiling portable-atomic v1.9.0
14802024-12-21T04:27:01.499Z Compiling utf-8 v0.7.6
14812024-12-21T04:27:01.719Z Compiling tungstenite v0.24.0
14822024-12-21T04:27:01.845Z Compiling sec1 v0.7.3
14832024-12-21T04:27:02.363Z Compiling lru-cache v0.1.2
14842024-12-21T04:27:02.424Z Compiling publicsuffix v2.2.3
14852024-12-21T04:27:02.560Z Compiling postgres-protocol v0.6.7
14862024-12-21T04:27:02.646Z Compiling resolv-conf v0.7.0
14872024-12-21T04:27:02.815Z Compiling hickory-proto v0.24.1
14882024-12-21T04:27:03.476Z Compiling async-stream v0.3.6
14892024-12-21T04:27:03.795Z Compiling slog-term v2.9.1
14902024-12-21T04:27:03.890Z Compiling usdt v0.5.0
14912024-12-21T04:27:04.066Z Compiling group v0.13.0
14922024-12-21T04:27:04.427Z Compiling num-iter v0.1.45
14932024-12-21T04:27:04.564Z Compiling futures v0.3.31
14942024-12-21T04:27:04.627Z Compiling slog-bunyan v2.5.0
14952024-12-21T04:27:04.840Z Compiling toml v0.8.19
14962024-12-21T04:27:06.140Z Compiling tokio-native-tls v0.3.1
14972024-12-21T04:27:06.286Z Compiling camino v1.1.9
14982024-12-21T04:27:06.555Z Compiling phf_shared v0.11.2
14992024-12-21T04:27:06.645Z Compiling dropshot_endpoint v0.12.0
15002024-12-21T04:27:06.938Z Compiling terminal_size v0.4.0
15012024-12-21T04:27:07.148Z Compiling openapiv3 v2.0.0
15022024-12-21T04:27:07.294Z Compiling waitgroup v0.1.2
15032024-12-21T04:27:07.439Z Compiling serde_path_to_error v0.1.16
15042024-12-21T04:27:07.518Z Compiling hkdf v0.12.4
15052024-12-21T04:27:07.786Z Compiling crypto-bigint v0.5.5
15062024-12-21T04:27:08.577Z Compiling backtrace v0.3.74
15072024-12-21T04:27:08.649Z Compiling zerocopy-derive v0.6.6
15082024-12-21T04:27:10.986Z Compiling curve25519-dalek-derive v0.1.1
15092024-12-21T04:27:11.423Z Compiling webpki-roots v0.26.6
15102024-12-21T04:27:11.465Z Compiling hubpack_derive v0.1.1
15112024-12-21T04:27:11.655Z Compiling idna v0.5.0
15122024-12-21T04:27:11.705Z Compiling hostname v0.4.0
15132024-12-21T04:27:11.973Z Compiling fs-err v2.11.0
15142024-12-21T04:27:12.059Z Compiling crc32fast v1.4.2
15152024-12-21T04:27:12.246Z Compiling ahash v0.8.11
15162024-12-21T04:27:12.378Z Compiling bitflags v1.3.2
15172024-12-21T04:27:12.395Z Compiling winnow v0.5.40
15182024-12-21T04:27:12.486Z Compiling managed v0.8.0
15192024-12-21T04:27:12.573Z Compiling debug-ignore v1.0.5
15202024-12-21T04:27:12.592Z Compiling newtype-uuid v1.1.3
15212024-12-21T04:27:12.734Z Compiling clap_builder v4.5.21
15222024-12-21T04:27:12.931Z Compiling console v0.15.8
15232024-12-21T04:27:13.440Z Compiling cookie_store v0.21.0
15242024-12-21T04:27:14.078Z Compiling strum_macros v0.25.3
15252024-12-21T04:27:14.607Z Compiling hubpack v0.1.2
15262024-12-21T04:27:15.119Z Compiling flate2 v1.0.34
15272024-12-21T04:27:15.175Z Compiling zerocopy v0.6.6
15282024-12-21T04:27:15.298Z Compiling elliptic-curve v0.13.8
15292024-12-21T04:27:16.075Z Compiling toml_edit v0.19.15
15302024-12-21T04:27:16.131Z Compiling hickory-resolver v0.24.1
15312024-12-21T04:27:16.324Z Compiling phf v0.11.2
15322024-12-21T04:27:16.618Z Compiling signal-hook-mio v0.2.4
15332024-12-21T04:27:16.794Z Compiling hyper-tls v0.6.0
15342024-12-21T04:27:17.017Z Compiling rayon v1.10.0
15352024-12-21T04:27:17.242Z Compiling bzip2 v0.4.4
15362024-12-21T04:27:18.427Z Compiling postgres-types v0.2.8
15372024-12-21T04:27:20.017Z Compiling tokio-tungstenite v0.24.0
15382024-12-21T04:27:21.668Z Compiling ed25519 v2.2.3
15392024-12-21T04:27:21.929Z Compiling phf_shared v0.10.0
15402024-12-21T04:27:21.965Z Compiling tokio-stream v0.1.16
15412024-12-21T04:27:22.351Z Compiling pkcs1 v0.7.5
15422024-12-21T04:27:22.412Z Compiling serde-big-array v0.5.1
15432024-12-21T04:27:22.651Z Compiling clap_derive v4.5.18
15442024-12-21T04:27:23.087Z Compiling rfc6979 v0.4.0
15452024-12-21T04:27:23.221Z Compiling serde_repr v0.1.19
15462024-12-21T04:27:23.311Z Compiling derive-where v1.2.7
15472024-12-21T04:27:23.442Z Compiling float-cmp v0.9.0
15482024-12-21T04:27:23.608Z Compiling bstr v1.10.0
15492024-12-21T04:27:23.654Z Compiling sync_wrapper v1.0.1
15502024-12-21T04:27:23.782Z Compiling new_debug_unreachable v1.0.6
15512024-12-21T04:27:23.879Z Compiling unicode-width v0.2.0
15522024-12-21T04:27:24.339Z Compiling static_assertions v1.1.0
15532024-12-21T04:27:24.356Z Compiling whoami v1.5.2
15542024-12-21T04:27:24.437Z Compiling bit-vec v0.6.3
15552024-12-21T04:27:24.464Z Compiling unicode-segmentation v1.12.0
15562024-12-21T04:27:24.911Z Compiling normalize-line-endings v0.3.0
15572024-12-21T04:27:24.987Z Compiling difflib v0.4.0
15582024-12-21T04:27:25.041Z Compiling fixedbitset v0.4.2
15592024-12-21T04:27:25.396Z Compiling precomputed-hash v0.1.1
15602024-12-21T04:27:25.417Z Compiling number_prefix v0.4.0
15612024-12-21T04:27:25.505Z Compiling predicates-core v1.0.8
15622024-12-21T04:27:25.521Z Compiling string_cache v0.8.7
15632024-12-21T04:27:25.642Z Compiling indicatif v0.17.9
15642024-12-21T04:27:25.859Z Compiling predicates v3.1.2
15652024-12-21T04:27:26.001Z Compiling petgraph v0.6.5
15662024-12-21T04:27:26.652Z Compiling similar v2.6.0
15672024-12-21T04:27:27.049Z Compiling bit-set v0.5.3
15682024-12-21T04:27:27.336Z Compiling tokio-postgres v0.7.12
15692024-12-21T04:27:27.666Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15702024-12-21T04:27:27.928Z Compiling clap v4.5.21
15712024-12-21T04:27:27.962Z Compiling ecdsa v0.16.9
15722024-12-21T04:27:28.059Z Compiling rsa v0.9.6
15732024-12-21T04:27:28.842Z Compiling ed25519-dalek v2.1.1
15742024-12-21T04:27:29.150Z Compiling toml v0.7.8
15752024-12-21T04:27:30.224Z Compiling zip v0.6.6
15762024-12-21T04:27:30.261Z Compiling crossterm v0.28.1
15772024-12-21T04:27:32.213Z Compiling hex v0.4.3
15782024-12-21T04:27:32.370Z Compiling x509-cert v0.2.5
15792024-12-21T04:27:32.390Z Compiling lalrpop-util v0.19.12
15802024-12-21T04:27:32.748Z Compiling unicode-xid v0.2.6
15812024-12-21T04:27:32.838Z Compiling peg-runtime v0.8.3
15822024-12-21T04:27:32.936Z Compiling strum_macros v0.26.4
15832024-12-21T04:27:33.370Z Compiling xattr v1.3.1
15842024-12-21T04:27:33.540Z Compiling filetime v0.2.25
15852024-12-21T04:27:33.875Z Compiling tar v0.4.42
15862024-12-21T04:27:37.967Z Compiling strum v0.26.3
15872024-12-21T04:27:41.461Z Compiling aws-lc-sys v0.22.0
15882024-12-21T04:28:09.796Z Compiling rustls-webpki v0.102.8
15892024-12-21T04:28:13.363Z Compiling tokio-rustls v0.25.0
15902024-12-21T04:28:15.071Z Compiling tokio-rustls v0.26.0
15912024-12-21T04:28:15.495Z Compiling hyper-rustls v0.27.3
15922024-12-21T04:28:15.848Z Compiling reqwest v0.12.9
15932024-12-21T04:28:17.216Z Compiling qorb v0.2.1
15942024-12-21T04:28:21.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15952024-12-21T04:28:22.119Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15962024-12-21T04:28:28.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15972024-12-21T04:28:28.181Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15982024-12-21T04:28:28.227ZDec 21 04:28:27.815 INFO Starting download, target: Clickhouse
15992024-12-21T04:28:28.227ZDec 21 04:28:27.816 INFO Starting download, target: Console
16002024-12-21T04:28:28.230ZDec 21 04:28:27.816 INFO Starting download, target: Cockroach
16012024-12-21T04:28:28.230ZDec 21 04:28:27.816 INFO Starting download, target: DendriteOpenapi
16022024-12-21T04:28:28.230ZDec 21 04:28:27.816 INFO Starting download, target: DendriteStub
16032024-12-21T04:28:28.231ZDec 21 04:28:27.816 INFO Starting download, target: MaghemiteMgd
16042024-12-21T04:28:28.231ZDec 21 04:28:27.816 INFO Starting download, target: TransceiverControl
16052024-12-21T04:28:28.231ZDec 21 04:28:27.816 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16062024-12-21T04:28:28.231ZDec 21 04:28:27.816 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16072024-12-21T04:28:28.231ZDec 21 04:28:27.816 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16082024-12-21T04:28:28.231ZDec 21 04:28:27.817 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16092024-12-21T04:28:28.231ZDec 21 04:28:27.817 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16102024-12-21T04:28:28.231ZDec 21 04:28:27.817 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16112024-12-21T04:28:28.231ZDec 21 04:28:27.817 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16122024-12-21T04:28:28.424ZDec 21 04:28:27.995 INFO Download complete, target: DendriteOpenapi
16132024-12-21T04:28:28.724ZDec 21 04:28:28.308 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16142024-12-21T04:28:28.744ZDec 21 04:28:28.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16152024-12-21T04:28:29.104ZDec 21 04:28:28.679 INFO Download complete, target: Console
16162024-12-21T04:28:29.223ZDec 21 04:28:28.801 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16172024-12-21T04:28:29.385ZDec 21 04:28:28.972 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16182024-12-21T04:28:29.404ZDec 21 04:28:28.990 INFO Download complete, target: TransceiverControl
16192024-12-21T04:28:29.851ZDec 21 04:28:29.439 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16202024-12-21T04:28:29.851ZDec 21 04:28:29.439 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16212024-12-21T04:28:30.674ZDec 21 04:28:30.262 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16222024-12-21T04:28:32.221ZDec 21 04:28:31.809 INFO Download complete, target: DendriteStub
16232024-12-21T04:28:32.566ZDec 21 04:28:32.155 INFO Download complete, target: MaghemiteMgd
16242024-12-21T04:28:37.475ZDec 21 04:28:37.063 INFO Checking that binary works, target: Cockroach
16252024-12-21T04:28:37.636ZDec 21 04:28:37.223 INFO Download complete, target: Cockroach
16262024-12-21T04:28:43.330ZDec 21 04:28:42.916 INFO Checking that binary works, target: Clickhouse
16272024-12-21T04:28:43.453ZDec 21 04:28:43.040 INFO Download complete, target: Clickhouse
16282024-12-21T04:28:43.461ZAll prerequisites installed successfully
16292024-12-21T04:28:43.463Z
16302024-12-21T04:28:43.464Zreal 5:57.557233427
16312024-12-21T04:28:43.464Zuser 16:43.228103674
16322024-12-21T04:28:43.464Zsys 3:12.215079527
16332024-12-21T04:28:43.464Ztrap 0.553078764
16342024-12-21T04:28:43.464Ztflt 1.732208927
16352024-12-21T04:28:43.464Zdflt 2.247720598
16362024-12-21T04:28:43.464Zkflt 0.029788271
16372024-12-21T04:28:43.464Zlock 32:53.729575152
16382024-12-21T04:28:43.464Zslp 1:04:37.486424931
16392024-12-21T04:28:43.464Zlat 55.506783809
16402024-12-21T04:28:43.464Zstop 2:10.048163742
16412024-12-21T04:28:43.464Z+ source ./tools/include/force-git-over-https.sh
16422024-12-21T04:28:43.464Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16432024-12-21T04:28:43.464Z++ (( i = 0 ))
16442024-12-21T04:28:43.464Z++ (( i < 5 ))
16452024-12-21T04:28:43.464Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16462024-12-21T04:28:43.467Z++ (( i++ ))
16472024-12-21T04:28:43.467Z++ (( i < 5 ))
16482024-12-21T04:28:43.467Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16492024-12-21T04:28:43.470Z++ (( i++ ))
16502024-12-21T04:28:43.470Z++ (( i < 5 ))
16512024-12-21T04:28:43.473Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16522024-12-21T04:28:43.473Z++ (( i++ ))
16532024-12-21T04:28:43.473Z++ (( i < 5 ))
16542024-12-21T04:28:43.473Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16552024-12-21T04:28:43.476Z++ (( i++ ))
16562024-12-21T04:28:43.476Z++ (( i < 5 ))
16572024-12-21T04:28:43.476Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16582024-12-21T04:28:43.479Z++ (( i++ ))
16592024-12-21T04:28:43.479Z++ (( i < 5 ))
16602024-12-21T04:28:43.481Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16612024-12-21T04:28:43.481Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16622024-12-21T04:28:43.481Z+ rc=0
16632024-12-21T04:28:43.481Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16642024-12-21T04:29:15.113Z+ case $rc in
16652024-12-21T04:29:15.113Z+ pfexec zfs create -p rpool/images/build/host
16662024-12-21T04:29:15.264Z+ pfexec zfs create -p rpool/images/build/recovery
16672024-12-21T04:29:15.344Z+ cargo xtask releng --output-dir /work
16682024-12-21T04:29:15.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16692024-12-21T04:29:15.901Z Running `target/debug/xtask releng --output-dir /work`
16702024-12-21T04:29:16.828Z Compiling proc-macro2 v1.0.89
16712024-12-21T04:29:16.828Z Compiling unicode-ident v1.0.13
16722024-12-21T04:29:16.828Z Compiling libc v0.2.162
16732024-12-21T04:29:16.828Z Compiling serde v1.0.215
16742024-12-21T04:29:16.828Z Compiling autocfg v1.4.0
16752024-12-21T04:29:16.831Z Compiling version_check v0.9.5
16762024-12-21T04:29:16.831Z Compiling cfg-if v1.0.0
16772024-12-21T04:29:17.130Z Compiling memchr v2.7.4
16782024-12-21T04:29:17.178Z Compiling typenum v1.17.0
16792024-12-21T04:29:17.239Z Compiling shlex v1.3.0
16802024-12-21T04:29:17.630Z Compiling generic-array v0.14.7
16812024-12-21T04:29:17.710Z Compiling value-bag v1.9.0
16822024-12-21T04:29:17.936Z Compiling lock_api v0.4.12
16832024-12-21T04:29:17.939Z Compiling scopeguard v1.2.0
16842024-12-21T04:29:18.211Z Compiling log v0.4.22
16852024-12-21T04:29:18.330Z Compiling rustix v0.38.37
16862024-12-21T04:29:18.576Z Compiling parking_lot_core v0.9.10
16872024-12-21T04:29:18.874Z Compiling quote v1.0.37
16882024-12-21T04:29:18.988Z Compiling jobserver v0.1.32
16892024-12-21T04:29:18.991Z Compiling getrandom v0.2.15
16902024-12-21T04:29:19.053Z Compiling serde_json v1.0.133
16912024-12-21T04:29:19.323Z Compiling syn v2.0.87
16922024-12-21T04:29:19.373Z Compiling cc v1.1.30
16932024-12-21T04:29:19.477Z Compiling libm v0.2.8
16942024-12-21T04:29:19.498Z Compiling num-traits v0.2.19
16952024-12-21T04:29:19.585Z Compiling thiserror v1.0.69
16962024-12-21T04:29:19.699Z Compiling itoa v1.0.11
16972024-12-21T04:29:19.755Z Compiling once_cell v1.20.2
16982024-12-21T04:29:19.803Z Compiling spin v0.9.8
16992024-12-21T04:29:19.845Z Compiling aho-corasick v1.1.3
17002024-12-21T04:29:20.249Z Compiling regex-syntax v0.8.5
17012024-12-21T04:29:20.270Z Compiling slab v0.4.9
17022024-12-21T04:29:20.475Z Compiling errno v0.3.9
17032024-12-21T04:29:20.951Z Compiling byteorder v1.5.0
17042024-12-21T04:29:21.323Z Compiling lazy_static v1.5.0
17052024-12-21T04:29:21.464Z Compiling rand_core v0.6.4
17062024-12-21T04:29:21.502Z Compiling glob v0.3.1
17072024-12-21T04:29:21.790Z Compiling either v1.13.0
17082024-12-21T04:29:21.940Z Compiling subtle v2.6.1
17092024-12-21T04:29:22.218Z Compiling prettyplease v0.2.25
17102024-12-21T04:29:22.307Z Compiling minimal-lexical v0.2.1
17112024-12-21T04:29:22.399Z Compiling clang-sys v1.8.1
17122024-12-21T04:29:22.720Z Compiling libloading v0.8.5
17132024-12-21T04:29:22.858Z Compiling nom v7.1.3
17142024-12-21T04:29:23.086Z Compiling home v0.5.9
17152024-12-21T04:29:23.124Z Compiling bindgen v0.69.5
17162024-12-21T04:29:23.624Z Compiling itertools v0.10.5
17172024-12-21T04:29:24.336Z Compiling regex-automata v0.4.8
17182024-12-21T04:29:24.399Z Compiling lazycell v1.3.0
17192024-12-21T04:29:24.570Z Compiling rustc-hash v1.1.0
17202024-12-21T04:29:24.797Z Compiling cmake v0.1.51
17212024-12-21T04:29:25.937Z Compiling fs_extra v1.3.0
17222024-12-21T04:29:26.250Z Compiling dunce v1.0.5
17232024-12-21T04:29:26.433Z Compiling smallvec v1.13.2
17242024-12-21T04:29:26.591Z Compiling cexpr v0.6.0
17252024-12-21T04:29:26.649Z Compiling semver v1.0.23
17262024-12-21T04:29:26.790Z Compiling pkg-config v0.3.31
17272024-12-21T04:29:26.888Z Compiling ring v0.17.8
17282024-12-21T04:29:27.258Z Compiling synstructure v0.13.1
17292024-12-21T04:29:27.934Z Compiling ryu v1.0.18
17302024-12-21T04:29:28.122Z Compiling paste v1.0.15
17312024-12-21T04:29:28.322Z Compiling httparse v1.9.5
17322024-12-21T04:29:28.737Z Compiling aws-lc-rs v1.10.0
17332024-12-21T04:29:28.818Z Compiling const-oid v0.9.6
17342024-12-21T04:29:29.186Z Compiling pin-project-lite v0.2.14
17352024-12-21T04:29:29.225Z Compiling heck v0.5.0
17362024-12-21T04:29:29.767Z Compiling allocator-api2 v0.2.18
17372024-12-21T04:29:30.625Z Compiling regex v1.11.1
17382024-12-21T04:29:30.678Z Compiling futures-core v0.3.31
17392024-12-21T04:29:31.040Z Compiling signal-hook-registry v1.4.2
17402024-12-21T04:29:31.082Z Compiling schemars v0.8.21
17412024-12-21T04:29:31.632Z Compiling num-conv v0.1.0
17422024-12-21T04:29:31.779Z Compiling crossbeam-utils v0.8.20
17432024-12-21T04:29:31.839Z Compiling time-core v0.1.2
17442024-12-21T04:29:31.965Z Compiling parking_lot v0.12.3
17452024-12-21T04:29:32.117Z Compiling time-macros v0.2.18
17462024-12-21T04:29:32.453Z Compiling serde_derive_internals v0.29.1
17472024-12-21T04:29:32.569Z Compiling mio v1.0.2
17482024-12-21T04:29:32.789Z Compiling vcpkg v0.2.15
17492024-12-21T04:29:33.089Z Compiling serde_derive v1.0.215
17502024-12-21T04:29:34.303Z Compiling zeroize_derive v1.4.2
17512024-12-21T04:29:34.330Z Compiling zerocopy-derive v0.7.35
17522024-12-21T04:29:34.567Z Compiling tokio-macros v2.4.0
17532024-12-21T04:29:34.760Z Compiling thiserror-impl v1.0.69
17542024-12-21T04:29:34.947Z Compiling zerofrom-derive v0.1.4
17552024-12-21T04:29:35.409Z Compiling yoke-derive v0.7.4
17562024-12-21T04:29:36.107Z Compiling zeroize v1.8.1
17572024-12-21T04:29:36.378Z Compiling futures-macro v0.3.31
17582024-12-21T04:29:36.584Z Compiling zerovec-derive v0.10.3
17592024-12-21T04:29:36.615Z Compiling displaydoc v0.2.5
17602024-12-21T04:29:37.965Z Compiling zerocopy v0.7.35
17612024-12-21T04:29:38.374Z Compiling crypto-common v0.1.6
17622024-12-21T04:29:38.415Z Compiling icu_provider_macros v1.5.0
17632024-12-21T04:29:38.620Z Compiling tracing-attributes v0.1.27
17642024-12-21T04:29:38.642Z Compiling block-buffer v0.10.4
17652024-12-21T04:29:38.950Z Compiling digest v0.10.7
17662024-12-21T04:29:39.342Z Compiling der_derive v0.7.3
17672024-12-21T04:29:39.444Z Compiling schemars_derive v0.8.21
17682024-12-21T04:29:39.825Z Compiling openssl-sys v0.9.103
17692024-12-21T04:29:41.114Z Compiling fnv v1.0.7
17702024-12-21T04:29:42.235Z Compiling socket2 v0.5.7
17712024-12-21T04:29:42.836Z Compiling ahash v0.8.11
17722024-12-21T04:29:43.437Z Compiling cpufeatures v0.2.14
17732024-12-21T04:29:43.584Z Compiling futures-sink v0.3.31
17742024-12-21T04:29:43.780Z Compiling foldhash v0.1.3
17752024-12-21T04:29:43.782Z Compiling equivalent v1.0.1
17762024-12-21T04:29:44.062Z Compiling hashbrown v0.15.1
17772024-12-21T04:29:44.116Z Compiling slog v2.7.0
17782024-12-21T04:29:44.203Z Compiling stable_deref_trait v1.2.0
17792024-12-21T04:29:45.008Z Compiling futures-channel v0.3.31
17802024-12-21T04:29:45.162Z Compiling zerofrom v0.1.4
17812024-12-21T04:29:46.435Z Compiling scroll_derive v0.12.0
17822024-12-21T04:29:46.438Z Compiling futures-io v0.3.31
17832024-12-21T04:29:46.438Z Compiling ucd-trie v0.1.7
17842024-12-21T04:29:46.438Z Compiling openssl v0.10.66
17852024-12-21T04:29:46.438Z Compiling futures-task v0.3.31
17862024-12-21T04:29:46.438Z Compiling pin-utils v0.1.0
17872024-12-21T04:29:46.438Z Compiling pest v2.7.14
17882024-12-21T04:29:46.438Z Compiling futures-util v0.3.31
17892024-12-21T04:29:46.438Z Compiling yoke v0.7.4
17902024-12-21T04:29:46.552Z Compiling hmac v0.12.1
17912024-12-21T04:29:46.820Z Compiling tinyvec_macros v0.1.1
17922024-12-21T04:29:46.876Z Compiling iana-time-zone v0.1.61
17932024-12-21T04:29:46.987Z Compiling tinyvec v1.8.0
17942024-12-21T04:29:47.073Z Compiling zerovec v0.10.4
17952024-12-21T04:29:48.167Z Compiling bitflags v2.6.0
17962024-12-21T04:29:48.865Z Compiling bytes v1.8.0
17972024-12-21T04:29:50.620Z Compiling tokio v1.40.0
17982024-12-21T04:29:51.062Z Compiling serde_tokenstream v0.2.2
17992024-12-21T04:29:51.428Z Compiling indexmap v2.6.0
18002024-12-21T04:29:53.193Z Compiling which v4.4.2
18012024-12-21T04:29:53.870Z Compiling http v1.1.0
18022024-12-21T04:29:54.160Z Compiling rustc_version v0.4.1
18032024-12-21T04:29:54.280Z Compiling uuid v1.11.0
18042024-12-21T04:29:54.888Z Compiling pest_meta v2.7.14
18052024-12-21T04:29:55.367Z Compiling chrono v0.4.38
18062024-12-21T04:29:56.635Z Compiling block-padding v0.3.3
18072024-12-21T04:29:56.923Z Compiling openssl-macros v0.1.1
18082024-12-21T04:29:57.733Z Compiling rustls v0.23.19
18092024-12-21T04:29:57.955Z Compiling syn v1.0.109
18102024-12-21T04:29:58.301Z Compiling native-tls v0.2.12
18112024-12-21T04:29:58.709Z Compiling inout v0.1.3
18122024-12-21T04:29:59.151Z Compiling pest_generator v2.7.14
18132024-12-21T04:29:59.307Z Compiling unicode-normalization v0.1.24
18142024-12-21T04:30:00.268Z Compiling cipher v0.4.4
18152024-12-21T04:30:00.839Z Compiling tinystr v0.7.6
18162024-12-21T04:30:01.094Z Compiling pest_derive v2.7.14
18172024-12-21T04:30:01.815Z Compiling sha2 v0.10.8
18182024-12-21T04:30:01.975Z Compiling async-trait v0.1.83
18192024-12-21T04:30:02.728Z Compiling usdt-impl v0.5.0
18202024-12-21T04:30:03.264Z Compiling cookie v0.18.1
18212024-12-21T04:30:03.660Z Compiling writeable v0.5.5
18222024-12-21T04:30:04.619Z Compiling dyn-clone v1.0.17
18232024-12-21T04:30:04.915Z Compiling unicode-bidi v0.3.17
18242024-12-21T04:30:05.582Z Compiling base64ct v1.6.0
18252024-12-21T04:30:06.438Z Compiling litemap v0.7.3
18262024-12-21T04:30:07.526Z Compiling icu_locid v1.5.0
18272024-12-21T04:30:07.965Z Compiling pem-rfc7468 v0.7.0
18282024-12-21T04:30:08.831Z Compiling aws-lc-sys v0.22.0
18292024-12-21T04:30:10.005Z Compiling scroll v0.12.0
18302024-12-21T04:30:10.588Z Compiling ppv-lite86 v0.2.20
18312024-12-21T04:30:12.268Z Compiling tracing-core v0.1.32
18322024-12-21T04:30:14.686Z Compiling rustls-pki-types v1.10.0
18332024-12-21T04:30:14.915Z Compiling flagset v0.4.6
18342024-12-21T04:30:15.126Z Compiling untrusted v0.7.1
18352024-12-21T04:30:15.327Z Compiling plain v0.2.3
18362024-12-21T04:30:15.430Z Compiling camino v1.1.9
18372024-12-21T04:30:15.490Z Compiling percent-encoding v2.3.1
18382024-12-21T04:30:15.924Z Compiling goblin v0.8.2
18392024-12-21T04:30:15.951Z Compiling der v0.7.9
18402024-12-21T04:30:16.095Z Compiling tracing v0.1.40
18412024-12-21T04:30:16.439Z Compiling rand_chacha v0.3.1
18422024-12-21T04:30:17.902Z Compiling icu_provider v1.5.0
18432024-12-21T04:30:18.152Z Compiling tokio-util v0.7.12
18442024-12-21T04:30:19.544Z Compiling icu_locid_transform_data v1.5.0
18452024-12-21T04:30:19.933Z Compiling rustls v0.22.4
18462024-12-21T04:30:20.054Z Compiling pretty-hex v0.4.1
18472024-12-21T04:30:20.325Z Compiling mirai-annotations v1.12.0
18482024-12-21T04:30:20.410Z Compiling powerfmt v0.2.0
18492024-12-21T04:30:20.466Z Compiling rayon-core v1.12.1
18502024-12-21T04:30:20.555Z Compiling untrusted v0.9.0
18512024-12-21T04:30:20.727Z Compiling icu_locid_transform v1.5.0
18522024-12-21T04:30:20.809Z Compiling deranged v0.3.11
18532024-12-21T04:30:22.198Z Compiling dof v0.3.0
18542024-12-21T04:30:23.360Z Compiling spki v0.7.3
18552024-12-21T04:30:23.864Z Compiling rand v0.8.5
18562024-12-21T04:30:24.198Z Compiling dtrace-parser v0.2.0
18572024-12-21T04:30:25.818Z Compiling salsa20 v0.10.2
18582024-12-21T04:30:26.026Z Compiling icu_collections v1.5.0
18592024-12-21T04:30:26.082Z Compiling pbkdf2 v0.12.2
18602024-12-21T04:30:27.253Z Compiling bzip2-sys v0.1.11+1.0.8
18612024-12-21T04:30:27.529Z Compiling thread-id v4.2.2
18622024-12-21T04:30:27.609Z Compiling icu_properties_data v1.5.0
18632024-12-21T04:30:28.573Z Compiling atomic-waker v1.1.2
18642024-12-21T04:30:28.834Z Compiling num_threads v0.1.7
18652024-12-21T04:30:29.056Z Compiling time v0.3.36
18662024-12-21T04:30:29.095Z Compiling icu_properties v1.5.1
18672024-12-21T04:30:32.713Z Compiling scrypt v0.11.0
18682024-12-21T04:30:33.172Z Compiling form_urlencoded v1.2.1
18692024-12-21T04:30:33.254Z Compiling cbc v0.1.2
18702024-12-21T04:30:33.449Z Compiling aes v0.8.4
18712024-12-21T04:30:33.517Z Compiling http-body v1.0.1
18722024-12-21T04:30:34.106Z Compiling multer v3.1.0
18732024-12-21T04:30:34.138Z Compiling slog-async v2.8.0
18742024-12-21T04:30:34.501Z Compiling icu_normalizer_data v1.5.0
18752024-12-21T04:30:34.600Z Compiling utf16_iter v1.0.5
18762024-12-21T04:30:34.726Z Compiling utf8_iter v1.0.4
18772024-12-21T04:30:34.895Z Compiling write16 v1.0.0
18782024-12-21T04:30:34.993Z Compiling try-lock v0.2.5
18792024-12-21T04:30:35.135Z Compiling icu_normalizer v1.5.0
18802024-12-21T04:30:35.320Z Compiling want v0.3.1
18812024-12-21T04:30:36.476Z Compiling pkcs5 v0.7.1
18822024-12-21T04:30:40.616Z Compiling h2 v0.4.6
18832024-12-21T04:30:43.032Z Compiling heapless v0.7.17
18842024-12-21T04:30:43.511Z Compiling zerocopy-derive v0.6.6
18852024-12-21T04:30:43.642Z Compiling num-bigint-dig v0.8.4
18862024-12-21T04:30:44.060Z Compiling base64 v0.22.1
18872024-12-21T04:30:44.316Z Compiling anyhow v1.0.93
18882024-12-21T04:30:44.945Z Compiling httpdate v1.0.3
18892024-12-21T04:30:45.339Z Compiling signal-hook v0.3.17
18902024-12-21T04:30:46.179Z Compiling pkcs8 v0.10.2
18912024-12-21T04:30:46.661Z Compiling idna_adapter v1.2.0
18922024-12-21T04:30:47.165Z Compiling usdt-attr-macro v0.5.0
18932024-12-21T04:30:47.882Z Compiling usdt-macro v0.5.0
18942024-12-21T04:30:49.349Z Compiling hyper v1.5.0
18952024-12-21T04:30:49.513Z Compiling async-stream-impl v0.3.6
18962024-12-21T04:30:49.571Z Compiling strsim v0.11.1
18972024-12-21T04:30:50.806Z Compiling rustversion v1.0.17
18982024-12-21T04:30:50.836Z Compiling tower-service v0.3.3
18992024-12-21T04:30:51.633Z Compiling idna v1.0.3
19002024-12-21T04:30:52.316Z Compiling hyper-util v0.1.10
19012024-12-21T04:30:57.653Z Compiling curve25519-dalek v4.1.3
19022024-12-21T04:30:58.097Z Compiling openapiv3 v2.0.0
19032024-12-21T04:30:58.567Z Compiling toml_datetime v0.6.8
19042024-12-21T04:30:59.036Z Compiling serde_spanned v0.6.8
19052024-12-21T04:30:59.354Z Compiling enum-as-inner v0.6.1
19062024-12-21T04:31:00.045Z Compiling dropshot v0.12.0
19072024-12-21T04:31:00.121Z Compiling foreign-types-shared v0.1.1
19082024-12-21T04:31:00.486Z Compiling heck v0.4.1
19092024-12-21T04:31:00.534Z Compiling smoltcp v0.9.1
19102024-12-21T04:31:00.924Z Compiling portable-atomic v1.9.0
19112024-12-21T04:31:01.976Z Compiling adler2 v2.0.0
19122024-12-21T04:31:02.021Z Compiling newtype-uuid v1.1.3
19132024-12-21T04:31:02.188Z Compiling match_cfg v0.1.0
19142024-12-21T04:31:02.370Z Compiling hostname v0.3.1
19152024-12-21T04:31:02.438Z Compiling miniz_oxide v0.8.0
19162024-12-21T04:31:02.477Z Compiling foreign-types v0.3.2
19172024-12-21T04:31:03.905Z Compiling url v2.5.3
19182024-12-21T04:31:11.913Z Compiling http-body-util v0.1.2
19192024-12-21T04:31:11.982Z Compiling clap_derive v4.5.18
19202024-12-21T04:31:12.669Z Compiling dirs-sys-next v0.1.2
19212024-12-21T04:31:13.530Z Compiling encoding_rs v0.8.34
19222024-12-21T04:31:15.088Z Compiling data-encoding v2.6.0
19232024-12-21T04:31:17.086Z Compiling mime v0.3.17
19242024-12-21T04:31:17.312Z Compiling siphasher v0.3.11
19252024-12-21T04:31:18.360Z Compiling dirs-next v2.0.0
19262024-12-21T04:31:25.531Z Compiling serde_urlencoded v0.7.1
19272024-12-21T04:31:25.573Z Compiling crossbeam-epoch v0.9.18
19282024-12-21T04:31:26.223Z Compiling hashbrown v0.14.5
19292024-12-21T04:31:26.373Z Compiling rustls-pemfile v2.2.0
19302024-12-21T04:31:26.991Z Compiling rustls-webpki v0.102.8
19312024-12-21T04:31:27.848Z Compiling hubpack_derive v0.1.1
19322024-12-21T04:31:27.989Z Compiling dropshot_endpoint v0.12.0
19332024-12-21T04:31:28.923Z Compiling sha1 v0.10.6
19342024-12-21T04:31:28.983Z Compiling signature v2.2.0
19352024-12-21T04:31:29.064Z Compiling curve25519-dalek-derive v0.1.1
19362024-12-21T04:31:29.293Z Compiling thread_local v1.1.8
19372024-12-21T04:31:29.311Z Compiling fs-err v2.11.0
19382024-12-21T04:31:29.797Z Compiling anstyle v1.0.10
19392024-12-21T04:31:30.473Z Compiling utf8parse v0.2.2
19402024-12-21T04:31:30.652Z Compiling winnow v0.6.20
19412024-12-21T04:31:30.801Z Compiling gimli v0.31.1
19422024-12-21T04:31:32.120Z Compiling openssl-probe v0.1.5
19432024-12-21T04:31:32.419Z Compiling ipnet v2.10.1
19442024-12-21T04:31:33.514Z Compiling unicode-properties v0.1.3
19452024-12-21T04:31:33.933Z Compiling stringprep v0.1.5
19462024-12-21T04:31:34.321Z Compiling toml_edit v0.22.22
19472024-12-21T04:31:35.458Z Compiling addr2line v0.24.2
19482024-12-21T04:31:36.065Z Compiling anstyle-parse v0.2.5
19492024-12-21T04:31:36.672Z Compiling regress v0.10.1
19502024-12-21T04:31:37.594Z Compiling crossbeam-deque v0.8.5
19512024-12-21T04:31:37.961Z Compiling term v0.7.0
19522024-12-21T04:31:39.224Z Compiling slog-json v2.6.1
19532024-12-21T04:31:40.441Z Compiling crossbeam-channel v0.5.13
19542024-12-21T04:31:41.858Z Compiling idna v0.4.0
19552024-12-21T04:31:41.908Z Compiling idna v0.3.0
19562024-12-21T04:31:43.341Z Compiling futures-executor v0.3.31
19572024-12-21T04:31:43.376Z Compiling num-integer v0.1.46
19582024-12-21T04:31:43.837Z Compiling md-5 v0.10.6
19592024-12-21T04:31:44.085Z Compiling ff v0.13.0
19602024-12-21T04:31:44.090Z Compiling hash32 v0.2.1
19612024-12-21T04:31:44.339Z Compiling is-terminal v0.4.13
19622024-12-21T04:31:44.478Z Compiling memmap v0.7.0
19632024-12-21T04:31:44.501Z Compiling object v0.36.5
19642024-12-21T04:31:44.813Z Compiling quick-error v1.2.3
19652024-12-21T04:31:44.975Z Compiling rustc-demangle v0.1.24
19662024-12-21T04:31:45.264Z Compiling take_mut v0.2.2
19672024-12-21T04:31:45.449Z Compiling psl-types v2.0.11
19682024-12-21T04:31:45.892Z Compiling fallible-iterator v0.2.0
19692024-12-21T04:31:45.913Z Compiling anstyle-query v1.1.1
19702024-12-21T04:31:46.075Z Compiling colorchoice v1.0.2
19712024-12-21T04:31:46.251Z Compiling base16ct v0.2.0
19722024-12-21T04:31:46.554Z Compiling is_terminal_polyfill v1.70.1
19732024-12-21T04:31:46.668Z Compiling utf-8 v0.7.6
19742024-12-21T04:31:46.691Z Compiling linked-hash-map v0.5.6
19752024-12-21T04:31:46.987Z Compiling tungstenite v0.24.0
19762024-12-21T04:31:47.082Z Compiling lru-cache v0.1.2
19772024-12-21T04:31:47.085Z Compiling anstream v0.6.15
19782024-12-21T04:31:47.294Z Compiling postgres-protocol v0.6.7
19792024-12-21T04:31:47.807Z Compiling sec1 v0.7.3
19802024-12-21T04:31:48.408Z Compiling publicsuffix v2.2.3
19812024-12-21T04:31:48.861Z Compiling resolv-conf v0.7.0
19822024-12-21T04:31:49.058Z Compiling usdt v0.5.0
19832024-12-21T04:31:49.521Z Compiling slog-term v2.9.1
19842024-12-21T04:31:49.725Z Compiling group v0.13.0
19852024-12-21T04:31:50.061Z Compiling num-iter v0.1.45
19862024-12-21T04:31:50.213Z Compiling futures v0.3.31
19872024-12-21T04:31:50.663Z Compiling tokio-rustls v0.26.0
19882024-12-21T04:31:50.956Z Compiling hickory-proto v0.24.1
19892024-12-21T04:31:51.473Z Compiling tokio-rustls v0.25.0
19902024-12-21T04:31:52.001Z Compiling typify-impl v0.2.0
19912024-12-21T04:31:52.692Z Compiling backtrace v0.3.74
19922024-12-21T04:31:52.851Z Compiling slog-bunyan v2.5.0
19932024-12-21T04:31:52.872Z Compiling toml v0.8.19
19942024-12-21T04:31:53.065Z Compiling tokio-native-tls v0.3.1
19952024-12-21T04:31:53.649Z Compiling phf_shared v0.11.2
19962024-12-21T04:31:53.689Z Compiling strum_macros v0.25.3
19972024-12-21T04:31:54.360Z Compiling async-stream v0.3.6
19982024-12-21T04:31:54.676Z Compiling waitgroup v0.1.2
19992024-12-21T04:31:54.817Z Compiling webpki-roots v0.26.6
20002024-12-21T04:31:55.046Z Compiling idna v0.5.0
20012024-12-21T04:31:55.566Z Compiling terminal_size v0.4.0
20022024-12-21T04:31:55.803Z Compiling serde_path_to_error v0.1.16
20032024-12-21T04:31:56.627Z Compiling hkdf v0.12.4
20042024-12-21T04:31:56.876Z Compiling crypto-bigint v0.5.5
20052024-12-21T04:31:57.190Z Compiling derive-where v1.2.7
20062024-12-21T04:31:57.360Z Compiling serde_repr v0.1.19
20072024-12-21T04:31:58.617Z Compiling hostname v0.4.0
20082024-12-21T04:31:58.860Z Compiling crc32fast v1.4.2
20092024-12-21T04:31:59.395Z Compiling managed v0.8.0
20102024-12-21T04:31:59.489Z Compiling clap_lex v0.7.2
20112024-12-21T04:31:59.855Z Compiling winnow v0.5.40
20122024-12-21T04:31:59.954Z Compiling unicode-width v0.1.14
20132024-12-21T04:32:00.420Z Compiling debug-ignore v1.0.5
20142024-12-21T04:32:00.603Z Compiling bitflags v1.3.2
20152024-12-21T04:32:01.997Z Compiling console v0.15.8
20162024-12-21T04:32:02.805Z Compiling elliptic-curve v0.13.8
20172024-12-21T04:32:03.392Z Compiling clap_builder v4.5.21
20182024-12-21T04:32:03.537Z Compiling toml_edit v0.19.15
20192024-12-21T04:32:03.685Z Compiling flate2 v1.0.34
20202024-12-21T04:32:04.044Z Compiling typify-macro v0.2.0
20212024-12-21T04:32:04.640Z Compiling hickory-resolver v0.24.1
20222024-12-21T04:32:05.609Z Compiling cookie_store v0.21.0
20232024-12-21T04:32:09.699Z Compiling hyper-rustls v0.27.3
20242024-12-21T04:32:11.140Z Compiling phf v0.11.2
20252024-12-21T04:32:11.479Z Compiling hyper-tls v0.6.0
20262024-12-21T04:32:11.923Z Compiling signal-hook-mio v0.2.4
20272024-12-21T04:32:11.944Z Compiling rayon v1.10.0
20282024-12-21T04:32:12.106Z Compiling bzip2 v0.4.4
20292024-12-21T04:32:12.470Z Compiling postgres-types v0.2.8
20302024-12-21T04:32:12.473Z Compiling tokio-tungstenite v0.24.0
20312024-12-21T04:32:12.703Z Compiling ed25519 v2.2.3
20322024-12-21T04:32:13.026Z Compiling hubpack v0.1.2
20332024-12-21T04:32:13.154Z Compiling phf_shared v0.10.0
20342024-12-21T04:32:13.578Z Compiling pkcs1 v0.7.5
20352024-12-21T04:32:13.896Z Compiling zerocopy v0.6.6
20362024-12-21T04:32:13.964Z Compiling tokio-stream v0.1.16
20372024-12-21T04:32:14.783Z Compiling serde-big-array v0.5.1
20382024-12-21T04:32:15.030Z Compiling rfc6979 v0.4.0
20392024-12-21T04:32:15.051Z Compiling float-cmp v0.9.0
20402024-12-21T04:32:15.234Z Compiling sync_wrapper v1.0.1
20412024-12-21T04:32:15.404Z Compiling bstr v1.10.0
20422024-12-21T04:32:15.746Z Compiling bit-vec v0.6.3
20432024-12-21T04:32:16.181Z Compiling precomputed-hash v0.1.1
20442024-12-21T04:32:16.315Z Compiling unicode-segmentation v1.12.0
20452024-12-21T04:32:16.831Z Compiling predicates-core v1.0.8
20462024-12-21T04:32:17.171Z Compiling fixedbitset v0.4.2
20472024-12-21T04:32:17.208Z Compiling difflib v0.4.0
20482024-12-21T04:32:17.307Z Compiling new_debug_unreachable v1.0.6
20492024-12-21T04:32:17.415Z Compiling whoami v1.5.2
20502024-12-21T04:32:17.605Z Compiling normalize-line-endings v0.3.0
20512024-12-21T04:32:18.006Z Compiling unicode-width v0.2.0
20522024-12-21T04:32:18.253Z Compiling number_prefix v0.4.0
20532024-12-21T04:32:18.496Z Compiling static_assertions v1.1.0
20542024-12-21T04:32:18.543Z Compiling indicatif v0.17.9
20552024-12-21T04:32:18.543Z Compiling tokio-postgres v0.7.12
20562024-12-21T04:32:18.612Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20572024-12-21T04:32:18.681Z Compiling predicates v3.1.2
20582024-12-21T04:32:20.295Z Compiling reqwest v0.12.9
20592024-12-21T04:32:20.438Z Compiling petgraph v0.6.5
20602024-12-21T04:32:21.622Z Compiling string_cache v0.8.7
20612024-12-21T04:32:22.774Z Compiling similar v2.6.0
20622024-12-21T04:32:23.944Z Compiling bit-set v0.5.3
20632024-12-21T04:32:24.582Z Compiling ecdsa v0.16.9
20642024-12-21T04:32:24.942Z Compiling qorb v0.2.1
20652024-12-21T04:32:25.011Z Compiling rsa v0.9.6
20662024-12-21T04:32:25.833Z Compiling ed25519-dalek v2.1.1
20672024-12-21T04:32:26.408Z Compiling zip v0.6.6
20682024-12-21T04:32:26.720Z Compiling crossterm v0.28.1
20692024-12-21T04:32:26.786Z Compiling clap v4.5.21
20702024-12-21T04:32:26.932Z Compiling toml v0.7.8
20712024-12-21T04:32:30.539Z Compiling x509-cert v0.2.5
20722024-12-21T04:32:30.901Z Compiling hex v0.4.3
20732024-12-21T04:32:33.277Z Compiling peg-runtime v0.8.3
20742024-12-21T04:32:33.700Z Compiling unicode-xid v0.2.6
20752024-12-21T04:32:34.303Z Compiling radium v0.7.0
20762024-12-21T04:32:35.492Z Compiling lalrpop-util v0.19.12
20772024-12-21T04:32:35.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20782024-12-21T04:32:54.310Z Compiling maybe-uninit v2.0.0
20792024-12-21T04:32:54.779Z Compiling tap v1.0.1
20802024-12-21T04:32:55.735Z Compiling ident_case v1.0.1
20812024-12-21T04:32:55.926Z Compiling darling_core v0.20.10
20822024-12-21T04:32:56.484Z Compiling wyz v0.5.1
20832024-12-21T04:33:05.897Z Compiling typify v0.2.0
20842024-12-21T04:33:09.797Z Compiling unsafe-libyaml v0.2.11
20852024-12-21T04:33:10.374Z Compiling packed_struct v0.10.1
20862024-12-21T04:33:11.086Z Compiling funty v2.0.0
20872024-12-21T04:33:11.385Z Compiling serde_yaml v0.9.34+deprecated
20882024-12-21T04:33:13.348Z Compiling bitvec v1.0.1
20892024-12-21T04:33:15.699Z Compiling progenitor-impl v0.8.0
20902024-12-21T04:33:17.352Z Compiling darling_macro v0.20.10
20912024-12-21T04:33:21.058Z Compiling ipnetwork v0.20.0
20922024-12-21T04:33:21.597Z Compiling packed_struct_codegen v0.10.1
20932024-12-21T04:33:22.672Z Compiling structmeta-derive v0.3.0
20942024-12-21T04:33:22.882Z Compiling indexmap v1.9.3
20952024-12-21T04:33:24.110Z Compiling nodrop v0.1.14
20962024-12-21T04:33:24.260Z Compiling fastrand v2.1.1
20972024-12-21T04:33:24.523Z Compiling crc-catalog v2.4.0
20982024-12-21T04:33:24.697Z Compiling crc v3.2.1
20992024-12-21T04:33:24.963Z Compiling tempfile v3.13.0
21002024-12-21T04:33:25.341Z Compiling structmeta v0.3.0
21012024-12-21T04:33:26.641Z Compiling array-init v0.0.4
21022024-12-21T04:33:27.930Z Compiling progenitor-macro v0.8.0
21032024-12-21T04:33:28.207Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21042024-12-21T04:33:32.474Z Compiling smallvec v0.6.14
21052024-12-21T04:33:32.998Z Compiling darling v0.20.10
21062024-12-21T04:33:39.516Z Compiling progenitor-client v0.8.0
21072024-12-21T04:33:41.187Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21082024-12-21T04:33:42.312Z Compiling pin-project-internal v1.1.6
21092024-12-21T04:33:42.390Z Compiling dropshot v0.13.0
21102024-12-21T04:33:43.491Z Compiling bitfield v0.14.0
21112024-12-21T04:33:43.787Z Compiling base64 v0.21.7
21122024-12-21T04:33:44.858Z Compiling hashbrown v0.12.3
21132024-12-21T04:33:44.921Z Compiling same-file v1.0.6
21142024-12-21T04:33:46.272Z Compiling termcolor v1.4.1
21152024-12-21T04:33:47.166Z Compiling env_logger v0.10.2
21162024-12-21T04:33:50.468Z Compiling walkdir v2.5.0
21172024-12-21T04:33:52.131Z Compiling pin-project v1.1.6
21182024-12-21T04:33:52.285Z Compiling ron v0.8.1
21192024-12-21T04:33:53.079Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21202024-12-21T04:33:58.393Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21212024-12-21T04:34:00.880Z Compiling progenitor v0.8.0
21222024-12-21T04:34:02.584Z Compiling serde_with_macros v3.11.0
21232024-12-21T04:34:02.905Z Compiling serde-hex v0.1.0
21242024-12-21T04:34:05.128Z Compiling parse-display-derive v0.10.0
21252024-12-21T04:34:06.506Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21262024-12-21T04:34:06.885Z Compiling strum_macros v0.26.4
21272024-12-21T04:34:08.351Z Compiling snafu-derive v0.8.5
21282024-12-21T04:34:09.145Z Compiling hashbrown v0.13.2
21292024-12-21T04:34:09.566Z Compiling xattr v1.3.1
21302024-12-21T04:34:09.897Z Compiling dropshot_endpoint v0.13.0
21312024-12-21T04:34:10.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-12-21T04:34:11.133Z Compiling blake3 v1.5.4
21332024-12-21T04:34:11.340Z Compiling ring v0.16.20
21342024-12-21T04:34:11.479Z Compiling filetime v0.2.25
21352024-12-21T04:34:11.749Z Compiling instant v0.1.13
21362024-12-21T04:34:11.880Z Compiling zip v2.1.3
21372024-12-21T04:34:11.915Z Compiling simd-adler32 v0.3.7
21382024-12-21T04:34:12.369Z Compiling lockfree-object-pool v0.1.6
21392024-12-21T04:34:12.693Z Compiling crc-any v2.5.0
21402024-12-21T04:34:13.083Z Compiling bumpalo v3.16.0
21412024-12-21T04:34:13.105Z Compiling buf-list v1.0.3
21422024-12-21T04:34:13.606Z Compiling zopfli v0.8.1
21432024-12-21T04:34:13.726Z Compiling snafu v0.8.5
21442024-12-21T04:34:13.750Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21452024-12-21T04:34:14.939Z Compiling backoff v0.4.0
21462024-12-21T04:34:15.052Z Compiling tar v0.4.42
21472024-12-21T04:34:15.628Z Compiling strum v0.26.3
21482024-12-21T04:34:15.851Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21492024-12-21T04:34:16.083Z Compiling object v0.30.4
21502024-12-21T04:34:17.827Z Compiling parse-display v0.10.0
21512024-12-21T04:34:19.789Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21522024-12-21T04:34:19.821Z Compiling serde_with v3.11.0
21532024-12-21T04:34:20.782Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21542024-12-21T04:34:21.453Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21552024-12-21T04:34:21.511Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21562024-12-21T04:34:22.209Z Compiling camino-tempfile v1.1.1
21572024-12-21T04:34:23.007Z Compiling globset v0.4.15
21582024-12-21T04:34:24.218Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21592024-12-21T04:34:24.426Z Compiling regress v0.9.1
21602024-12-21T04:34:27.570Z Compiling pem v3.0.4
21612024-12-21T04:34:29.069Z Compiling olpc-cjson v0.1.4
21622024-12-21T04:34:29.099Z Compiling macaddr v1.0.1
21632024-12-21T04:34:29.428Z Compiling serde_plain v1.0.2
21642024-12-21T04:34:29.457Z Compiling async-recursion v1.1.1
21652024-12-21T04:34:29.733Z Compiling memmap2 v0.9.5
21662024-12-21T04:34:29.976Z Compiling spin v0.5.2
21672024-12-21T04:34:30.256Z Compiling constant_time_eq v0.3.1
21682024-12-21T04:34:30.328Z Compiling arrayref v0.3.9
21692024-12-21T04:34:30.446Z Compiling arrayvec v0.7.6
21702024-12-21T04:34:30.474Z Compiling path-slash v0.1.5
21712024-12-21T04:34:30.697Z Compiling typed-path v0.9.3
21722024-12-21T04:34:30.735Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21732024-12-21T04:34:32.147Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21742024-12-21T04:34:33.674Z Compiling tough v0.19.0
21752024-12-21T04:34:38.105Z Compiling itertools v0.13.0
21762024-12-21T04:34:38.144Z Compiling cargo-platform v0.1.8
21772024-12-21T04:34:38.426Z Compiling topological-sort v0.2.2
21782024-12-21T04:34:38.703Z Compiling parse-size v1.1.0
21792024-12-21T04:34:39.017Z Compiling omicron-zone-package v0.11.1
21802024-12-21T04:34:39.278Z Compiling cargo_metadata v0.18.1
21812024-12-21T04:34:40.364Z Compiling shell-words v1.1.0
21822024-12-21T04:34:46.208Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21832024-12-21T04:34:58.848Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21842024-12-21T04:35:13.352Z Finished `release` profile [optimized] target(s) in 5m 57s
21852024-12-21T04:35:13.530Z Running `target/release/omicron-releng --output-dir /work`
21862024-12-21T04:35:13.566ZDec 21 04:35:13.117 DEBG changing working directory to /work/oxidecomputer/omicron
21872024-12-21T04:35:13.673ZDec 21 04:35:13.225 DEBG running: git rev-parse HEAD
21882024-12-21T04:35:13.680ZDec 21 04:35:13.232 DEBG process exited with exit status: 0 (7.010829ms)
21892024-12-21T04:35:13.680ZDec 21 04:35:13.232 INFO version: 12.0.0-0.ci+git7b95f649174
21902024-12-21T04:35:13.723ZDec 21 04:35:13.272 INFO cloning helios to /work/oxidecomputer/helios
21912024-12-21T04:35:13.723ZDec 21 04:35:13.273 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21922024-12-21T04:35:13.727ZCloning into '/work/oxidecomputer/helios'...
21932024-12-21T04:35:14.225ZDec 21 04:35:13.777 DEBG process exited with exit status: 0 (504.194458ms)
21942024-12-21T04:35:14.225ZDec 21 04:35:13.777 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21952024-12-21T04:35:14.235Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21962024-12-21T04:35:14.235Z# branch.head master
21972024-12-21T04:35:14.235Z# branch.upstream origin/master
21982024-12-21T04:35:14.235Z# branch.ab +0 -0
21992024-12-21T04:35:14.239ZDec 21 04:35:13.786 DEBG process exited with exit status: 0 (8.650194ms)
22002024-12-21T04:35:14.240ZDec 21 04:35:13.786 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22012024-12-21T04:35:15.110ZDec 21 04:35:14.661 DEBG process exited with exit status: 0 (875.232046ms)
22022024-12-21T04:35:15.110ZDec 21 04:35:14.661 DEBG running: zfs list rpool/images/build/host
22032024-12-21T04:35:15.116ZNAME USED AVAIL REFER MOUNTPOINT
22042024-12-21T04:35:15.116Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22052024-12-21T04:35:15.120ZDec 21 04:35:14.669 DEBG process exited with exit status: 0 (7.638371ms)
22062024-12-21T04:35:15.120ZDec 21 04:35:14.669 DEBG running: zfs list rpool/images/build/recovery
22072024-12-21T04:35:15.124ZNAME USED AVAIL REFER MOUNTPOINT
22082024-12-21T04:35:15.124Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22092024-12-21T04:35:15.129ZDec 21 04:35:14.675 DEBG process exited with exit status: 0 (6.636426ms)
22102024-12-21T04:35:15.130ZDec 21 04:35:14.676 INFO [hubris-staging] running task
22112024-12-21T04:35:15.130ZDec 21 04:35:14.677 INFO [hubris-production] running task
22122024-12-21T04:35:15.130ZDec 21 04:35:14.677 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
22132024-12-21T04:35:15.133ZDec 21 04:35:14.680 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22142024-12-21T04:35:15.200Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22152024-12-21T04:35:15.623Z[ omicron-package] Blocking waiting for file lock on package cache
22162024-12-21T04:35:16.322Z[ omicron-package] Blocking waiting for file lock on package cache
22172024-12-21T04:35:16.602Z[ omicron-package] Blocking waiting for file lock on package cache
22182024-12-21T04:35:16.929ZDec 21 04:35:16.481 INFO [hubris-production] task succeeded (1.803966642s)
22192024-12-21T04:35:17.394Z[ omicron-package] Compiling zerocopy v0.8.10
22202024-12-21T04:35:17.398Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22212024-12-21T04:35:17.398Z[ omicron-package] Compiling itertools v0.13.0
22222024-12-21T04:35:17.398Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22232024-12-21T04:35:17.398Z[ omicron-package] Compiling heapless v0.8.0
22242024-12-21T04:35:17.398Z[ omicron-package] Compiling hash32 v0.3.1
22252024-12-21T04:35:17.398Z[ omicron-package] Compiling smoltcp v0.11.0
22262024-12-21T04:35:17.398Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272024-12-21T04:35:18.471Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22282024-12-21T04:35:18.920Z[ omicron-package] Compiling num_enum_derive v0.5.11
22292024-12-21T04:35:19.218Z[ omicron-package] Compiling cobs v0.2.3
22302024-12-21T04:35:19.407Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22312024-12-21T04:35:19.548Z[ omicron-package] Compiling postcard v1.0.10
22322024-12-21T04:35:19.986Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22332024-12-21T04:35:20.096Z[ omicron-package] Compiling proc-macro-error v1.0.4
22342024-12-21T04:35:20.284Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22352024-12-21T04:35:20.896Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22362024-12-21T04:35:21.207Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22372024-12-21T04:35:22.187Z[ omicron-package] Compiling tabwriter v1.4.0
22382024-12-21T04:35:22.785Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22392024-12-21T04:35:23.186Z[ omicron-package] Compiling foreign-types v0.5.0
22402024-12-21T04:35:23.294Z[ omicron-package] Compiling cstr-argument v0.1.2
22412024-12-21T04:35:23.364Z[ omicron-package] Compiling num_enum v0.5.11
22422024-12-21T04:35:23.610Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22432024-12-21T04:35:23.829Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22442024-12-21T04:35:23.934Z[ omicron-package] Compiling thiserror v2.0.3
22452024-12-21T04:35:24.370Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22462024-12-21T04:35:24.546Z[ omicron-package] Compiling pretty-hex v0.2.1
22472024-12-21T04:35:24.568Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22482024-12-21T04:35:24.803Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22492024-12-21T04:35:25.218Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22502024-12-21T04:35:25.565Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22512024-12-21T04:35:25.767Z[ omicron-package] Compiling colored v2.1.0
22522024-12-21T04:35:26.089Z[ omicron-package] Compiling thiserror-impl v2.0.3
22532024-12-21T04:35:26.160Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22542024-12-21T04:35:27.147Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22552024-12-21T04:35:28.014Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22562024-12-21T04:35:28.112Z[ omicron-package] Compiling sigpipe v0.1.3
22572024-12-21T04:35:28.630Z[ omicron-package] Compiling num-derive v0.4.2
22582024-12-21T04:35:29.151Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22592024-12-21T04:35:29.501ZDec 21 04:35:29.052 INFO [hubris-staging] task succeeded (14.375501917s)
22602024-12-21T04:35:29.787Z[ omicron-package] Compiling libefi-sys v0.1.0
22612024-12-21T04:35:29.790Z[ omicron-package] Compiling zone v0.3.0
22622024-12-21T04:35:30.834Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22632024-12-21T04:35:30.880Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22642024-12-21T04:35:31.844Z[ omicron-package] Compiling smf v0.2.3
22652024-12-21T04:35:31.962Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22662024-12-21T04:35:32.522Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22672024-12-21T04:35:32.829Z[ omicron-package] Compiling bitfield-struct v0.6.2
22682024-12-21T04:35:35.005Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22692024-12-21T04:35:35.400Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22702024-12-21T04:35:35.592Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22712024-12-21T04:35:35.793Z[ omicron-package] Compiling gethostname v0.5.0
22722024-12-21T04:35:36.114Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22732024-12-21T04:35:36.191Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-12-21T04:35:36.195Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22752024-12-21T04:35:37.295Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-12-21T04:35:39.433Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22772024-12-21T04:35:40.900Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22782024-12-21T04:35:42.362Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22792024-12-21T04:35:45.339Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22802024-12-21T04:35:45.977Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22812024-12-21T04:35:47.777Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22822024-12-21T04:35:58.244Z[ helios-setup] Dec 21 04:35:57.789 INFO helios repository root is: /work/oxidecomputer/helios
22832024-12-21T04:35:58.247Z[ helios-setup] Dec 21 04:35:57.791 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22842024-12-21T04:35:58.247Z[ helios-setup] Dec 21 04:35:57.791 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
22852024-12-21T04:35:58.247Z[ helios-setup] Dec 21 04:35:57.791 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22862024-12-21T04:35:58.250Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22872024-12-21T04:35:58.766Z[ helios-setup] Dec 21 04:35:58.313 INFO clone ok!, project: pinprick
22882024-12-21T04:35:58.769Z[ helios-setup] Dec 21 04:35:58.313 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
22892024-12-21T04:35:58.769Z[ helios-setup] Dec 21 04:35:58.313 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22902024-12-21T04:35:58.769Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22912024-12-21T04:35:59.363Z[ helios-setup] Dec 21 04:35:58.911 INFO clone ok!, project: bootserver
22922024-12-21T04:35:59.367Z[ helios-setup] Dec 21 04:35:58.911 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
22932024-12-21T04:35:59.367Z[ helios-setup] Dec 21 04:35:58.911 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22942024-12-21T04:35:59.371Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22952024-12-21T04:35:59.956Z[ helios-setup] Dec 21 04:35:59.504 INFO clone ok!, project: image-builder
22962024-12-21T04:35:59.959Z[ helios-setup] Dec 21 04:35:59.504 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
22972024-12-21T04:35:59.959Z[ helios-setup] Dec 21 04:35:59.505 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
22982024-12-21T04:35:59.962Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22992024-12-21T04:36:01.114Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23002024-12-21T04:36:01.144Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23012024-12-21T04:36:05.951Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.81s
23022024-12-21T04:36:06.212Z[ omicron-package]
23032024-12-21T04:36:06.212Z[ omicron-package] real 51.037643237
23042024-12-21T04:36:06.214Z[ omicron-package] user 2:59.641653168
23052024-12-21T04:36:06.214Z[ omicron-package] sys 25.958873260
23062024-12-21T04:36:06.214Z[ omicron-package] trap 0.223098189
23072024-12-21T04:36:06.214Z[ omicron-package] tflt 0.747476291
23082024-12-21T04:36:06.214Z[ omicron-package] dflt 0.610350024
23092024-12-21T04:36:06.214Z[ omicron-package] kflt 0.007598353
23102024-12-21T04:36:06.214Z[ omicron-package] lock 6:16.398124353
23112024-12-21T04:36:06.214Z[ omicron-package] slp 10:20.408550174
23122024-12-21T04:36:06.214Z[ omicron-package] lat 1:37.813919806
23132024-12-21T04:36:06.214ZDec 21 04:36:05.760[ omicron-package] stop 1:02.623938194
23142024-12-21T04:36:06.214Z INFO [omicron-package] process exited with exit status: 0 (51.083596892s)
23152024-12-21T04:36:06.214ZDec 21 04:36:05.761 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23162024-12-21T04:36:06.293ZDec 21 04:36:05.840 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
23172024-12-21T04:36:06.304Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23182024-12-21T04:36:06.307Z[ recovery-target] Created new build target 'recovery' and set it as active
23192024-12-21T04:36:06.309ZDec 21 04:36:05.855 INFO [recovery-target] process exited with exit status: 0 (93.978991ms)
23202024-12-21T04:36:06.313Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23212024-12-21T04:36:06.316Z[ host-target] Created new build target 'host' and set it as active
23222024-12-21T04:36:06.316ZDec 21 04:36:05.863 INFO [host-target] process exited with exit status: 0 (23.059891ms)
23232024-12-21T04:36:06.316ZDec 21 04:36:05.863 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23242024-12-21T04:36:06.335Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23252024-12-21T04:36:06.938Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23262024-12-21T04:36:06.952Z[ helios-setup] Dec 21 04:36:06.496 INFO clone ok!, project: amd-host-image-builder
23272024-12-21T04:36:06.956Z[ helios-setup] Dec 21 04:36:06.497 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
23282024-12-21T04:36:06.956Z[ helios-setup] Dec 21 04:36:06.497 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23292024-12-21T04:36:06.956Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23302024-12-21T04:36:07.570Z[ host-package] Compiling convert_case v0.4.0
23312024-12-21T04:36:07.570Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23322024-12-21T04:36:07.570Z[ host-package] Compiling newline-converter v0.3.0
23332024-12-21T04:36:07.575Z[ host-package] Compiling password-hash v0.5.0
23342024-12-21T04:36:07.575Z[ host-package] Compiling blake2 v0.10.6
23352024-12-21T04:36:07.575Z[ host-package] Compiling atomicwrites v0.4.4
23362024-12-21T04:36:07.575Z[ host-package] Compiling progenitor-client v0.8.0
23372024-12-21T04:36:07.723Z[ host-package] Compiling owo-colors v4.1.0
23382024-12-21T04:36:07.881Z[ host-package] Compiling expectorate v1.1.0
23392024-12-21T04:36:08.068Z[ host-package] Compiling cancel-safe-futures v0.1.5
23402024-12-21T04:36:08.111Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23412024-12-21T04:36:08.187Z[ host-package] Compiling progenitor v0.8.0
23422024-12-21T04:36:08.332Z[ host-package] Compiling argon2 v0.5.3
23432024-12-21T04:36:08.438Z[ host-package] Compiling num-rational v0.4.2
23442024-12-21T04:36:08.441Z[ host-package] Compiling num-complex v0.4.6
23452024-12-21T04:36:08.483Z[ host-package] Compiling derive_more v0.99.18
23462024-12-21T04:36:09.004Z[ host-package] Compiling libsw v3.3.1
23472024-12-21T04:36:09.292Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23482024-12-21T04:36:09.407Z[ host-package] Compiling swrite v0.1.0
23492024-12-21T04:36:09.563Z[ host-package] Compiling float-ord v0.3.2
23502024-12-21T04:36:09.800Z[ host-package] Compiling num v0.4.3
23512024-12-21T04:36:09.862Z[ host-package] Compiling linear-map v1.2.0
23522024-12-21T04:36:09.918Z[ host-package] Compiling indent_write v2.2.0
23532024-12-21T04:36:09.945Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23542024-12-21T04:36:10.004Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23552024-12-21T04:36:10.163Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23562024-12-21T04:36:10.312Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23572024-12-21T04:36:10.801Z[ host-package] Compiling highway v1.2.0
23582024-12-21T04:36:11.104Z[ host-package] Compiling semver v0.1.20
23592024-12-21T04:36:11.721Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23602024-12-21T04:36:12.001Z[ host-package] Compiling rustc_version v0.1.7
23612024-12-21T04:36:12.296Z[ host-package] Compiling tungstenite v0.21.0
23622024-12-21T04:36:12.476Z[ host-package] Compiling newtype_derive v0.1.6
23632024-12-21T04:36:12.847Z[ host-package] Compiling ipnetwork v0.20.0
23642024-12-21T04:36:13.724Z[ host-package] Compiling tokio-tungstenite v0.21.0
23652024-12-21T04:36:14.527Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23662024-12-21T04:36:15.396Z[ helios-setup] Dec 21 04:36:14.942 INFO clone ok!, project: amd-firmware
23672024-12-21T04:36:15.396Z[ helios-setup] Dec 21 04:36:14.942 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23682024-12-21T04:36:15.399Z[ helios-setup] Dec 21 04:36:14.942 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
23692024-12-21T04:36:15.399Z[ helios-setup] Dec 21 04:36:14.942 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23702024-12-21T04:36:15.403Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23712024-12-21T04:36:15.904Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23722024-12-21T04:36:16.103Z[ helios-setup] Dec 21 04:36:15.650 INFO clone ok!, project: phbl
23732024-12-21T04:36:16.106Z[ helios-setup] Dec 21 04:36:15.650 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
23742024-12-21T04:36:16.106Z[ helios-setup] Dec 21 04:36:15.650 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23752024-12-21T04:36:16.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23762024-12-21T04:36:17.294Z[ helios-setup] Dec 21 04:36:16.840 INFO clone ok!, project: chelsio-t6-roms
23772024-12-21T04:36:17.297Z[ helios-setup] Dec 21 04:36:16.841 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
23782024-12-21T04:36:17.298Z[ helios-setup] Dec 21 04:36:16.841 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23792024-12-21T04:36:17.300Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23802024-12-21T04:36:17.958Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23812024-12-21T04:36:18.337Z[ helios-setup] Dec 21 04:36:17.884 INFO clone ok!, project: pilot
23822024-12-21T04:36:18.340Z[ helios-setup] Dec 21 04:36:17.884 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23832024-12-21T04:36:18.340Z[ helios-setup] Dec 21 04:36:17.884 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23842024-12-21T04:36:18.694Z[ host-package] Compiling humantime v2.1.0
23852024-12-21T04:36:18.878Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
23862024-12-21T04:36:19.143Z[ helios-setup] Dec 21 04:36:18.689 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23872024-12-21T04:36:19.627Z[ host-package] Compiling dropshot v0.13.0
23882024-12-21T04:36:19.665Z[ helios-setup] Dec 21 04:36:19.210 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23892024-12-21T04:36:19.668Z[ helios-setup] Dec 21 04:36:19.210 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23902024-12-21T04:36:19.712Z[ host-package] Compiling instant v0.1.13
23912024-12-21T04:36:19.872Z[ host-package] Compiling backoff v0.4.0
23922024-12-21T04:36:20.240Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932024-12-21T04:36:20.258Z[ helios-setup] Dec 21 04:36:19.804 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23942024-12-21T04:36:20.317Z[ host-package] Compiling steno v0.4.1
23952024-12-21T04:36:20.687Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23962024-12-21T04:36:20.862Z[ host-package] Compiling parse-display v0.10.0
23972024-12-21T04:36:20.891Z[ helios-setup] Dec 21 04:36:20.437 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23982024-12-21T04:36:20.894Z[ helios-setup] Dec 21 04:36:20.437 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23992024-12-21T04:36:21.511Z[ helios-setup] Dec 21 04:36:21.057 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24002024-12-21T04:36:21.549Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24012024-12-21T04:36:21.783Z[ host-package] Compiling serde_with v3.11.0
24022024-12-21T04:36:22.051Z[ helios-setup] Dec 21 04:36:21.597 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24032024-12-21T04:36:22.054Z[ helios-setup] Dec 21 04:36:21.598 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24042024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24052024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO ok!
24062024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24072024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24082024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO ok!
24092024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24102024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24112024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO ok!
24122024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24132024-12-21T04:36:22.055Z[ helios-setup] Dec 21 04:36:21.598 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24142024-12-21T04:36:22.401Z[ helios-setup] Dec 21 04:36:21.948 INFO E| Downloading crates ...
24152024-12-21T04:36:22.587Z[ helios-setup] Dec 21 04:36:22.133 INFO E| Downloaded miniz_oxide v0.7.2
24162024-12-21T04:36:22.665Z[ helios-setup] Dec 21 04:36:22.211 INFO E| Compiling adler v1.0.2
24172024-12-21T04:36:22.801Z[ helios-setup] Dec 21 04:36:22.342 INFO E| Compiling miniz_oxide v0.7.2
24182024-12-21T04:36:25.686Z[ helios-setup] Dec 21 04:36:25.232 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24192024-12-21T04:36:26.150Z[ host-package] Compiling strum v0.26.3
24202024-12-21T04:36:26.540Z[ host-package] Compiling regress v0.9.1
24212024-12-21T04:36:26.661Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-12-21T04:36:26.765Z[ helios-setup] Dec 21 04:36:26.311 INFO E| Finished `release` profile [optimized] target(s) in 4.61s
24232024-12-21T04:36:26.776Z[ helios-setup] Dec 21 04:36:26.321 INFO building project "pinprick" ok (4 seconds)
24242024-12-21T04:36:26.776Z[ helios-setup] Dec 21 04:36:26.322 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24252024-12-21T04:36:26.776Z[ helios-setup] Dec 21 04:36:26.322 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24262024-12-21T04:36:27.105Z[ helios-setup] Dec 21 04:36:26.650 INFO E| Downloading crates ...
24272024-12-21T04:36:27.252Z[ helios-setup] Dec 21 04:36:26.798 INFO E| Downloaded bytes v1.2.1
24282024-12-21T04:36:27.259Z[ helios-setup] Dec 21 04:36:26.805 INFO E| Downloaded unicode-width v0.1.10
24292024-12-21T04:36:27.261Z[ helios-setup] Dec 21 04:36:26.807 INFO E| Downloaded typenum v1.15.0
24302024-12-21T04:36:27.265Z[ helios-setup] Dec 21 04:36:26.811 INFO E| Downloaded cpufeatures v0.2.5
24312024-12-21T04:36:27.268Z[ helios-setup] Dec 21 04:36:26.813 INFO E| Downloaded miniz_oxide v0.6.2
24322024-12-21T04:36:27.271Z[ helios-setup] Dec 21 04:36:26.817 INFO E| Downloaded flate2 v1.0.25
24332024-12-21T04:36:27.278Z[ helios-setup] Dec 21 04:36:26.824 INFO E| Downloaded block-buffer v0.10.3
24342024-12-21T04:36:27.281Z[ helios-setup] Dec 21 04:36:26.826 INFO E| Downloaded sha2 v0.10.5
24352024-12-21T04:36:27.284Z[ helios-setup] Dec 21 04:36:26.829 INFO E| Downloaded generic-array v0.14.6
24362024-12-21T04:36:27.287Z[ helios-setup] Dec 21 04:36:26.832 INFO E| Downloaded digest v0.10.3
24372024-12-21T04:36:27.290Z[ helios-setup] Dec 21 04:36:26.835 INFO E| Downloaded anyhow v1.0.62
24382024-12-21T04:36:27.358Z[ helios-setup] Dec 21 04:36:26.903 INFO E| Compiling version_check v0.9.4
24392024-12-21T04:36:27.361Z[ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling typenum v1.15.0
24402024-12-21T04:36:27.361Z[ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling cfg-if v1.0.0
24412024-12-21T04:36:27.361Z[ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling crc32fast v1.3.2
24422024-12-21T04:36:27.362Z[ helios-setup] Dec 21 04:36:26.904 INFO E| Compiling adler v1.0.2
24432024-12-21T04:36:27.529Z[ helios-setup] Dec 21 04:36:27.074 INFO E| Compiling anyhow v1.0.62
24442024-12-21T04:36:27.532Z[ helios-setup] Dec 21 04:36:27.075 INFO E| Compiling cpufeatures v0.2.5
24452024-12-21T04:36:27.532Z[ helios-setup] Dec 21 04:36:27.075 INFO E| Compiling unicode-width v0.1.10
24462024-12-21T04:36:27.637Z[ helios-setup] Dec 21 04:36:27.182 INFO E| Compiling bytes v1.2.1
24472024-12-21T04:36:27.740Z[ helios-setup] Dec 21 04:36:27.286 INFO E| Compiling bitflags v1.3.2
24482024-12-21T04:36:27.859Z[ helios-setup] Dec 21 04:36:27.404 INFO E| Compiling miniz_oxide v0.6.2
24492024-12-21T04:36:28.110Z[ helios-setup] Dec 21 04:36:27.655 INFO E| Compiling getopts v0.2.21
24502024-12-21T04:36:29.406Z[ helios-setup] Dec 21 04:36:28.952 INFO E| Compiling generic-array v0.14.6
24512024-12-21T04:36:29.625Z[ helios-setup] Dec 21 04:36:29.170 INFO E| Compiling flate2 v1.0.25
24522024-12-21T04:36:31.184Z[ host-package] Compiling macaddr v1.0.1
24532024-12-21T04:36:31.246Z[ host-package] Compiling slog-dtrace v0.3.0
24542024-12-21T04:36:31.837Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24552024-12-21T04:36:32.074Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24562024-12-21T04:36:33.236Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24572024-12-21T04:36:33.772Z[ helios-setup] Dec 21 04:36:33.317 INFO E| Compiling block-buffer v0.10.3
24582024-12-21T04:36:33.772Z[ helios-setup] Dec 21 04:36:33.317 INFO E| Compiling crypto-common v0.1.6
24592024-12-21T04:36:34.007Z[ helios-setup] Dec 21 04:36:33.552 INFO E| Compiling digest v0.10.3
24602024-12-21T04:36:34.255Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24612024-12-21T04:36:34.458Z[ helios-setup] Dec 21 04:36:34.003 INFO E| Compiling sha2 v0.10.5
24622024-12-21T04:36:34.567Z[ host-package] Compiling prettyplease v0.2.25
24632024-12-21T04:36:34.625Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24642024-12-21T04:36:34.935Z[ helios-setup] Dec 21 04:36:34.480 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24652024-12-21T04:36:35.142Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24662024-12-21T04:36:36.184Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24672024-12-21T04:36:39.712Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24682024-12-21T04:36:40.454Z[ helios-setup] Dec 21 04:36:39.992 INFO E| Finished `release` profile [optimized] target(s) in 13.58s
24692024-12-21T04:36:40.465Z[ helios-setup] Dec 21 04:36:40.009 INFO building project "bootserver" ok (13 seconds)
24702024-12-21T04:36:40.465Z[ helios-setup] Dec 21 04:36:40.009 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24712024-12-21T04:36:40.465Z[ helios-setup] Dec 21 04:36:40.009 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24722024-12-21T04:36:40.825Z[ helios-setup] Dec 21 04:36:40.369 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24732024-12-21T04:36:41.046Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24742024-12-21T04:36:41.348Z[ helios-setup] Dec 21 04:36:40.892 INFO E| From https://github.com/jclulow/rust-jmclib
24752024-12-21T04:36:41.348Z[ helios-setup] Dec 21 04:36:40.892 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24762024-12-21T04:36:41.368Z[ helios-setup] Dec 21 04:36:40.913 INFO E| Updating crates.io index
24772024-12-21T04:36:41.544Z[ helios-setup] Dec 21 04:36:41.088 INFO E| Downloading crates ...
24782024-12-21T04:36:41.630Z[ helios-setup] Dec 21 04:36:41.175 INFO E| Downloaded anyhow v1.0.72
24792024-12-21T04:36:41.638Z[ helios-setup] Dec 21 04:36:41.183 INFO E| Downloaded walkdir v2.3.3
24802024-12-21T04:36:41.643Z[ helios-setup] Dec 21 04:36:41.187 INFO E| Downloaded block-buffer v0.9.0
24812024-12-21T04:36:41.645Z[ helios-setup] Dec 21 04:36:41.189 INFO E| Downloaded quote v1.0.31
24822024-12-21T04:36:41.649Z[ helios-setup] Dec 21 04:36:41.193 INFO E| Downloaded opaque-debug v0.3.0
24832024-12-21T04:36:41.654Z[ helios-setup] Dec 21 04:36:41.199 INFO E| Downloaded bitflags v2.3.3
24842024-12-21T04:36:41.658Z[ helios-setup] Dec 21 04:36:41.203 INFO E| Downloaded sha-1 v0.9.8
24852024-12-21T04:36:41.661Z[ helios-setup] Dec 21 04:36:41.206 INFO E| Downloaded md-5 v0.9.1
24862024-12-21T04:36:41.664Z[ helios-setup] Dec 21 04:36:41.209 INFO E| Downloaded fastrand v2.0.0
24872024-12-21T04:36:41.667Z[ helios-setup] Dec 21 04:36:41.211 INFO E| Downloaded libdevinfo-sys v1.0.0
24882024-12-21T04:36:41.669Z[ helios-setup] Dec 21 04:36:41.213 INFO E| Downloaded itoa v1.0.9
24892024-12-21T04:36:41.674Z[ helios-setup] Dec 21 04:36:41.218 INFO E| Downloaded errno v0.3.1
24902024-12-21T04:36:41.677Z[ helios-setup] Dec 21 04:36:41.221 INFO E| Downloaded digest v0.9.0
24912024-12-21T04:36:41.679Z[ helios-setup] Dec 21 04:36:41.223 INFO E| Downloaded cpufeatures v0.2.9
24922024-12-21T04:36:41.682Z[ helios-setup] Dec 21 04:36:41.226 INFO E| Downloaded uuid v0.8.2
24932024-12-21T04:36:41.700Z[ helios-setup] Dec 21 04:36:41.244 INFO E| Downloaded unicode-ident v1.0.11
24942024-12-21T04:36:41.703Z[ helios-setup] Dec 21 04:36:41.248 INFO E| Downloaded serde_derive v1.0.193
24952024-12-21T04:36:41.706Z[ helios-setup] Dec 21 04:36:41.251 INFO E| Downloaded once_cell v1.18.0
24962024-12-21T04:36:41.710Z[ helios-setup] Dec 21 04:36:41.255 INFO E| Downloaded getrandom v0.2.10
24972024-12-21T04:36:41.715Z[ helios-setup] Dec 21 04:36:41.260 INFO E| Downloaded proc-macro2 v1.0.66
24982024-12-21T04:36:41.719Z[ helios-setup] Dec 21 04:36:41.264 INFO E| Downloaded serde v1.0.193
24992024-12-21T04:36:41.724Z[ helios-setup] Dec 21 04:36:41.269 INFO E| Downloaded typenum v1.16.0
25002024-12-21T04:36:41.728Z[ helios-setup] Dec 21 04:36:41.273 INFO E| Downloaded toml v0.5.11
25012024-12-21T04:36:41.732Z[ helios-setup] Dec 21 04:36:41.277 INFO E| Downloaded tempfile v3.7.0
25022024-12-21T04:36:41.735Z[ helios-setup] Dec 21 04:36:41.280 INFO E| Downloaded ryu v1.0.15
25032024-12-21T04:36:41.741Z[ helios-setup] Dec 21 04:36:41.286 INFO E| Downloaded serde_json v1.0.103
25042024-12-21T04:36:41.761Z[ helios-setup] Dec 21 04:36:41.306 INFO E| Downloaded syn v2.0.32
25052024-12-21T04:36:41.778Z[ helios-setup] Dec 21 04:36:41.322 INFO E| Downloaded rustix v0.38.4
25062024-12-21T04:36:41.838Z[ helios-setup] Dec 21 04:36:41.383 INFO E| Downloaded libc v0.2.147
25072024-12-21T04:36:41.967Z[ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling libc v0.2.147
25082024-12-21T04:36:41.967Z[ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling proc-macro2 v1.0.66
25092024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling cfg-if v1.0.0
25102024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling unicode-ident v1.0.11
25112024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.511 INFO E| Compiling typenum v1.16.0
25122024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling version_check v0.9.4
25132024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling serde v1.0.193
25142024-12-21T04:36:41.972Z[ helios-setup] Dec 21 04:36:41.512 INFO E| Compiling time-core v0.1.2
25152024-12-21T04:36:42.597Z[ helios-setup] Dec 21 04:36:42.141 INFO E| Compiling slog v2.7.0
25162024-12-21T04:36:42.721Z[ helios-setup] Dec 21 04:36:42.264 INFO E| Compiling num-conv v0.1.0
25172024-12-21T04:36:43.038Z[ helios-setup] Dec 21 04:36:42.583 INFO E| Compiling rustix v0.38.4
25182024-12-21T04:36:43.411Z[ helios-setup] Dec 21 04:36:42.955 INFO E| Compiling powerfmt v0.2.0
25192024-12-21T04:36:43.686Z[ helios-setup] Dec 21 04:36:43.229 INFO E| Compiling itoa v1.0.9
25202024-12-21T04:36:43.735Z[ helios-setup] Dec 21 04:36:43.279 INFO E| Compiling generic-array v0.14.7
25212024-12-21T04:36:44.094Z[ helios-setup] Dec 21 04:36:43.639 INFO E| Compiling deranged v0.3.11
25222024-12-21T04:36:44.235Z[ helios-setup] Dec 21 04:36:43.779 INFO E| Compiling time-macros v0.2.18
25232024-12-21T04:36:44.320Z[ helios-setup] Dec 21 04:36:43.863 INFO E| Compiling num_threads v0.1.6
25242024-12-21T04:36:44.493Z[ helios-setup] Dec 21 04:36:44.037 INFO E| Compiling bitflags v2.3.3
25252024-12-21T04:36:44.619Z[ helios-setup] Dec 21 04:36:44.164 INFO E| Compiling once_cell v1.18.0
25262024-12-21T04:36:45.471Z[ helios-setup] Dec 21 04:36:45.015 INFO E| Compiling quote v1.0.31
25272024-12-21T04:36:45.624Z[ helios-setup] Dec 21 04:36:45.167 INFO E| Compiling thread_local v1.1.7
25282024-12-21T04:36:46.623Z[ helios-setup] Dec 21 04:36:46.167 INFO E| Compiling syn v2.0.32
25292024-12-21T04:36:46.642Z[ helios-setup] Dec 21 04:36:46.186 INFO E| Compiling opaque-debug v0.3.0
25302024-12-21T04:36:46.678Z[ helios-setup] Dec 21 04:36:46.221 INFO E| Compiling anyhow v1.0.72
25312024-12-21T04:36:46.755Z[ helios-setup] Dec 21 04:36:46.299 INFO E| Compiling serde_json v1.0.103
25322024-12-21T04:36:47.025Z[ helios-setup] Dec 21 04:36:46.569 INFO E| Compiling dirs-sys-next v0.1.2
25332024-12-21T04:36:47.821Z[ helios-setup] Dec 21 04:36:47.365 INFO E| Compiling dirs-next v2.0.0
25342024-12-21T04:36:47.924Z[ helios-setup] Dec 21 04:36:47.468 INFO E| Compiling errno v0.3.1
25352024-12-21T04:36:47.962Z[ helios-setup] Dec 21 04:36:47.506 INFO E| Compiling term v0.7.0
25362024-12-21T04:36:48.364Z[ helios-setup] Dec 21 04:36:47.908 INFO E| Compiling atty v0.2.14
25372024-12-21T04:36:48.566Z[ helios-setup] Dec 21 04:36:48.108 INFO E| Compiling fastrand v2.0.0
25382024-12-21T04:36:48.695Z[ helios-setup] Dec 21 04:36:48.238 INFO E| Compiling getrandom v0.2.10
25392024-12-21T04:36:49.373Z[ helios-setup] Dec 21 04:36:48.916 INFO E| Compiling digest v0.9.0
25402024-12-21T04:36:49.623Z[ helios-setup] Dec 21 04:36:49.166 INFO E| Compiling block-buffer v0.9.0
25412024-12-21T04:36:49.648Z[ helios-setup] Dec 21 04:36:49.191 INFO E| Compiling same-file v1.0.6
25422024-12-21T04:36:49.737Z[ helios-setup] Dec 21 04:36:49.281 INFO E| Compiling ryu v1.0.15
25432024-12-21T04:36:49.793Z[ helios-setup] Dec 21 04:36:49.337 INFO E| Compiling time v0.3.36
25442024-12-21T04:36:49.801Z[ helios-setup] Dec 21 04:36:49.343 INFO E| Compiling unicode-width v0.1.10
25452024-12-21T04:36:50.017Z[ helios-setup] Dec 21 04:36:49.559 INFO E| Compiling cpufeatures v0.2.9
25462024-12-21T04:36:50.285Z[ helios-setup] Dec 21 04:36:49.828 INFO E| Compiling sha-1 v0.9.8
25472024-12-21T04:36:50.397Z[ helios-setup] Dec 21 04:36:49.941 INFO E| Compiling getopts v0.2.21
25482024-12-21T04:36:50.490Z[ helios-setup] Dec 21 04:36:50.033 INFO E| Compiling walkdir v2.3.3
25492024-12-21T04:36:50.621Z[ helios-setup] Dec 21 04:36:50.165 INFO E| Compiling md-5 v0.9.1
25502024-12-21T04:36:51.517Z[ helios-setup] Dec 21 04:36:51.060 INFO E| Compiling libdevinfo-sys v1.0.0
25512024-12-21T04:36:51.785Z[ helios-setup] Dec 21 04:36:51.329 INFO E| Compiling glob v0.3.1
25522024-12-21T04:36:51.809Z[ helios-setup] Dec 21 04:36:51.353 INFO E| Compiling tempfile v3.7.0
25532024-12-21T04:36:52.205Z[ host-package] Compiling half v2.4.1
25542024-12-21T04:36:53.477Z[ host-package] Compiling ciborium-io v0.2.2
25552024-12-21T04:36:53.761Z[ host-package] Compiling ciborium-ll v0.2.2
25562024-12-21T04:36:53.787Z[ helios-setup] Dec 21 04:36:53.330 INFO E| Compiling slog-term v2.9.0
25572024-12-21T04:36:55.739Z[ helios-setup] Dec 21 04:36:55.282 INFO E| Compiling serde_derive v1.0.193
25582024-12-21T04:36:58.686Z[ host-package] Compiling ciborium v0.2.2
25592024-12-21T04:37:01.460Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25602024-12-21T04:37:01.824Z[ host-package] Compiling fastrand v2.1.1
25612024-12-21T04:37:02.155Z[ host-package] Compiling same-file v1.0.6
25622024-12-21T04:37:02.435Z[ host-package] Compiling display-error-chain v0.2.2
25632024-12-21T04:37:02.476Z[ host-package] Compiling walkdir v2.5.0
25642024-12-21T04:37:02.644Z[ host-package] Compiling tempfile v3.13.0
25652024-12-21T04:37:02.814Z[ host-package] Compiling blake3 v1.5.4
25662024-12-21T04:37:03.209Z[ host-package] Compiling ring v0.16.20
25672024-12-21T04:37:03.269Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25682024-12-21T04:37:03.556Z[ host-package] Compiling xattr v1.3.1
25692024-12-21T04:37:03.775Z[ host-package] Compiling filetime v0.2.25
25702024-12-21T04:37:03.870Z[ host-package] Compiling memmap2 v0.9.5
25712024-12-21T04:37:04.147Z[ host-package] Compiling spin v0.5.2
25722024-12-21T04:37:04.316Z[ host-package] Compiling arrayvec v0.7.6
25732024-12-21T04:37:04.445Z[ host-package] Compiling keccak v0.1.5
25742024-12-21T04:37:04.969Z[ host-package] Compiling constant_time_eq v0.3.1
25752024-12-21T04:37:05.172Z[ host-package] Compiling arrayref v0.3.9
25762024-12-21T04:37:05.319Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25772024-12-21T04:37:05.499Z[ host-package] Compiling sha3 v0.10.8
25782024-12-21T04:37:06.629Z[ host-package] Compiling tar v0.4.42
25792024-12-21T04:37:06.755Z[ host-package] Compiling camino-tempfile v1.1.1
25802024-12-21T04:37:07.200Z[ host-package] Compiling toolchain_find v0.4.0
25812024-12-21T04:37:07.277Z[ host-package] Compiling const_format_proc_macros v0.2.33
25822024-12-21T04:37:07.952Z[ host-package] Compiling topological-sort v0.2.2
25832024-12-21T04:37:08.233Z[ host-package] Compiling maplit v1.0.2
25842024-12-21T04:37:08.426Z[ host-package] Compiling crunchy v0.2.2
25852024-12-21T04:37:08.493Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25862024-12-21T04:37:08.955Z[ host-package] Compiling omicron-zone-package v0.11.1
25872024-12-21T04:37:09.106Z[ host-package] Compiling tiny-keccak v2.0.2
25882024-12-21T04:37:09.323Z[ host-package] Compiling dsl_auto_type v0.1.2
25892024-12-21T04:37:09.555Z[ host-package] Compiling const_format v0.2.33
25902024-12-21T04:37:09.559Z[ host-package] Compiling phf_generator v0.11.2
25912024-12-21T04:37:09.847Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25922024-12-21T04:37:10.142Z[ host-package] Compiling secrecy v0.8.0
25932024-12-21T04:37:10.501Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25942024-12-21T04:37:10.795Z[ helios-setup] Dec 21 04:37:10.337 INFO E| Compiling toml v0.5.11
25952024-12-21T04:37:10.795Z[ helios-setup] Dec 21 04:37:10.337 INFO E| Compiling uuid v0.8.2
25962024-12-21T04:37:10.798Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25972024-12-21T04:37:11.198Z[ host-package] Compiling arc-swap v1.7.1
25982024-12-21T04:37:11.250Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25992024-12-21T04:37:11.340Z[ host-package] Compiling diesel_derives v2.2.3
26002024-12-21T04:37:11.451Z[ host-package] Compiling r2d2 v0.8.10
26012024-12-21T04:37:11.703Z[ host-package] Compiling slog-scope v4.4.0
26022024-12-21T04:37:11.735Z[ host-package] Compiling phf_codegen v0.11.2
26032024-12-21T04:37:12.087Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26042024-12-21T04:37:12.197Z[ host-package] Compiling ascii-canvas v3.0.0
26052024-12-21T04:37:12.637Z[ host-package] Compiling universal-hash v0.5.1
26062024-12-21T04:37:12.829Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26072024-12-21T04:37:12.829Z[ host-package] Compiling parse-zoneinfo v0.3.1
26082024-12-21T04:37:12.886Z[ helios-setup] Dec 21 04:37:12.428 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26092024-12-21T04:37:13.044Z[ host-package] Compiling ena v0.14.3
26102024-12-21T04:37:13.628Z[ host-package] Compiling opaque-debug v0.3.1
26112024-12-21T04:37:13.814Z[ host-package] Compiling regex-syntax v0.6.29
26122024-12-21T04:37:15.022Z[ host-package] Compiling diff v0.1.13
26132024-12-21T04:37:15.651Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26142024-12-21T04:37:15.673Z[ host-package] Compiling poly1305 v0.8.0
26152024-12-21T04:37:16.198Z[ host-package] Compiling thiserror-no-std v2.0.2
26162024-12-21T04:37:16.413Z[ host-package] Compiling chrono-tz-build v0.4.0
26172024-12-21T04:37:17.065Z[ helios-setup] Dec 21 04:37:16.606 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26182024-12-21T04:37:17.339Z[ host-package] Compiling slog-stdlog v4.1.1
26192024-12-21T04:37:17.861Z[ host-package] Compiling lalrpop v0.19.12
26202024-12-21T04:37:18.978Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26212024-12-21T04:37:20.151Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26222024-12-21T04:37:20.354Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26232024-12-21T04:37:20.579Z[ host-package] Compiling chacha20 v0.9.1
26242024-12-21T04:37:20.698Z[ host-package] Compiling aead v0.5.2
26252024-12-21T04:37:21.121Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26262024-12-21T04:37:21.283Z[ host-package] Compiling ref-cast v1.0.23
26272024-12-21T04:37:21.878Z[ host-package] Compiling vte v0.11.1
26282024-12-21T04:37:22.042Z[ host-package] Compiling chacha20poly1305 v0.10.1
26292024-12-21T04:37:22.464Z[ host-package] Compiling chrono-tz v0.10.0
26302024-12-21T04:37:23.162Z[ host-package] Compiling slog-envlogger v2.2.0
26312024-12-21T04:37:23.679Z[ host-package] Compiling vsss-rs v3.3.4
26322024-12-21T04:37:25.068Z[ host-package] Compiling diesel v2.2.6
26332024-12-21T04:37:26.175Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26342024-12-21T04:37:26.634Z[ host-package] Compiling derive_builder_core v0.20.2
26352024-12-21T04:37:29.162Z[ host-package] Compiling headers-core v0.3.0
26362024-12-21T04:37:29.203Z[ host-package] Compiling fxhash v0.2.1
26372024-12-21T04:37:29.362Z[ host-package] Compiling libxml v0.3.3
26382024-12-21T04:37:29.512Z[ host-package] Compiling ref-cast-impl v1.0.23
26392024-12-21T04:37:29.802Z[ host-package] Compiling bytecount v0.6.8
26402024-12-21T04:37:29.984Z[ helios-setup] Dec 21 04:37:29.524 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s
26412024-12-21T04:37:30.018Z[ helios-setup] Dec 21 04:37:29.557 INFO building project "image-builder" ok (49 seconds)
26422024-12-21T04:37:30.019Z[ helios-setup] Dec 21 04:37:29.558 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26432024-12-21T04:37:30.022Z[ helios-setup] Dec 21 04:37:29.558 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26442024-12-21T04:37:30.027Z[ helios-setup] Dec 21 04:37:29.567 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26452024-12-21T04:37:30.245Z[ helios-setup] Dec 21 04:37:29.786 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26462024-12-21T04:37:30.245Z[ helios-setup] Dec 21 04:37:29.786 INFO E| info: downloading component 'cargo'
26472024-12-21T04:37:30.248Z[ host-package] Compiling papergrid v0.11.0
26482024-12-21T04:37:31.014Z[ host-package] Compiling headers v0.4.0
26492024-12-21T04:37:31.415Z[ helios-setup] Dec 21 04:37:30.956 INFO E| info: downloading component 'clippy'
26502024-12-21T04:37:31.678Z[ helios-setup] Dec 21 04:37:31.218 INFO E| info: downloading component 'rust-docs'
26512024-12-21T04:37:32.760Z[ helios-setup] Dec 21 04:37:32.300 INFO E| info: downloading component 'rust-src'
26522024-12-21T04:37:32.946Z[ helios-setup] Dec 21 04:37:32.485 INFO E| info: downloading component 'rust-std'
26532024-12-21T04:37:34.911Z[ host-package] Compiling derive_builder_macro v0.20.2
26542024-12-21T04:37:35.147Z[ helios-setup] Dec 21 04:37:34.686 INFO E| info: downloading component 'rustc'
26552024-12-21T04:37:40.720Z[ helios-setup] Dec 21 04:37:40.259 INFO E| info: downloading component 'rustfmt'
26562024-12-21T04:37:40.955Z[ helios-setup] Dec 21 04:37:40.494 INFO E| info: installing component 'cargo'
26572024-12-21T04:37:42.273Z[ helios-setup] Dec 21 04:37:41.811 INFO E| info: installing component 'clippy'
26582024-12-21T04:37:42.809Z[ helios-setup] Dec 21 04:37:42.332 INFO E| info: installing component 'rust-docs'
26592024-12-21T04:37:44.801Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26602024-12-21T04:37:46.923Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612024-12-21T04:37:47.430Z[ host-package] Compiling polar-core v0.27.3
26622024-12-21T04:37:50.028Z[ helios-setup] Dec 21 04:37:49.566 INFO E| info: installing component 'rust-src'
26632024-12-21T04:37:50.545Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642024-12-21T04:37:50.757Z[ helios-setup] Dec 21 04:37:50.295 INFO E| info: installing component 'rust-std'
26652024-12-21T04:37:50.896Z[ host-package] Compiling tabled_derive v0.7.0
26662024-12-21T04:37:50.995Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672024-12-21T04:37:53.235Z[ helios-setup] Dec 21 04:37:52.773 INFO E| info: installing component 'rustc'
26682024-12-21T04:37:53.489Z[ host-package] Compiling itertools v0.12.1
26692024-12-21T04:37:53.564Z[ host-package] Compiling fd-lock v4.0.2
26702024-12-21T04:37:53.919Z[ host-package] Compiling peg-macros v0.8.4
26712024-12-21T04:37:56.531Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722024-12-21T04:37:57.776Z[ host-package] Compiling strum_macros v0.24.3
26732024-12-21T04:37:57.812Z[ host-package] Compiling kstat-rs v0.2.4
26742024-12-21T04:37:57.932Z[ host-package] Compiling samael v0.0.17
26752024-12-21T04:37:58.998Z[ host-package] Compiling unicase v2.7.0
26762024-12-21T04:37:59.280Z[ helios-setup] Dec 21 04:37:58.818 INFO E| info: installing component 'rustfmt'
26772024-12-21T04:37:59.494Z[ host-package] Compiling indoc v1.0.9
26782024-12-21T04:37:59.937Z[ host-package] Compiling nu-ansi-term v0.50.1
26792024-12-21T04:38:00.225Z[ helios-setup] Dec 21 04:37:59.762 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26802024-12-21T04:38:00.478Z[ host-package] Compiling reedline v0.35.0
26812024-12-21T04:38:01.253Z[ helios-setup] Dec 21 04:38:00.790 INFO E| From https://github.com/oxidecomputer/amd-apcb
26822024-12-21T04:38:01.253Z[ helios-setup] Dec 21 04:38:00.791 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26832024-12-21T04:38:01.255Z[ helios-setup] Dec 21 04:38:00.791 INFO E| * [new tag] v0.4.3 -> v0.4.3
26842024-12-21T04:38:01.284Z[ helios-setup] Dec 21 04:38:00.818 INFO E| * [new tag] v0.1.3 -> v0.1.3
26852024-12-21T04:38:01.284Z[ helios-setup] Dec 21 04:38:00.818 INFO E| * [new tag] v0.1.4 -> v0.1.4
26862024-12-21T04:38:01.284Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.1.5 -> v0.1.5
26872024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.2.0 -> v0.2.0
26882024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.0 -> v0.3.0
26892024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.1 -> v0.3.1
26902024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.2 -> v0.3.2
26912024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.3.3 -> v0.3.3
26922024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.0 -> v0.4.0
26932024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.1 -> v0.4.1
26942024-12-21T04:38:01.290Z[ helios-setup] Dec 21 04:38:00.819 INFO E| * [new tag] v0.4.2 -> v0.4.2
26952024-12-21T04:38:01.337Z[ helios-setup] Dec 21 04:38:00.874 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26962024-12-21T04:38:01.358Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26972024-12-21T04:38:02.222Z[ helios-setup] Dec 21 04:38:01.759 INFO E| From https://github.com/oxidecomputer/amd-efs
26982024-12-21T04:38:02.222Z[ helios-setup] Dec 21 04:38:01.759 INFO E| * [new branch] empty -> origin/empty
26992024-12-21T04:38:02.222Z[ helios-setup] Dec 21 04:38:01.759 INFO E| * [new branch] issue-99 -> origin/issue-99
27002024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new branch] main -> origin/main
27012024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new branch] review -> origin/review
27022024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new ref] -> origin/HEAD
27032024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.0 -> v0.2.0
27042024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.1 -> v0.2.1
27052024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.760 INFO E| * [new tag] v0.2.2 -> v0.2.2
27062024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.3 -> v0.2.3
27072024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.4 -> v0.2.4
27082024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.5 -> v0.2.5
27092024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.6 -> v0.2.6
27102024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.2.7 -> v0.2.7
27112024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.3.0 -> v0.3.0
27122024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.3.1 -> v0.3.1
27132024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.761 INFO E| * [new tag] v0.4.0 -> v0.4.0
27142024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.1 -> v0.4.1
27152024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.2 -> v0.4.2
27162024-12-21T04:38:02.225Z[ helios-setup] Dec 21 04:38:01.762 INFO E| * [new tag] v0.4.3 -> v0.4.3
27172024-12-21T04:38:02.251Z[ helios-setup] Dec 21 04:38:01.788 INFO E| Updating crates.io index
27182024-12-21T04:38:02.544Z[ helios-setup] Dec 21 04:38:02.080 INFO E| Downloading crates ...
27192024-12-21T04:38:02.714Z[ helios-setup] Dec 21 04:38:02.251 INFO E| Downloaded ansi_term v0.12.1
27202024-12-21T04:38:02.721Z[ helios-setup] Dec 21 04:38:02.259 INFO E| Downloaded thiserror v1.0.64
27212024-12-21T04:38:02.728Z[ helios-setup] Dec 21 04:38:02.265 INFO E| Downloaded serde_derive v1.0.210
27222024-12-21T04:38:02.732Z[ helios-setup] Dec 21 04:38:02.269 INFO E| Downloaded proc-macro-crate v0.1.5
27232024-12-21T04:38:02.734Z[ helios-setup] Dec 21 04:38:02.270 INFO E| Downloaded semver v0.9.0
27242024-12-21T04:38:02.737Z[ helios-setup] Dec 21 04:38:02.273 INFO E| Downloaded parse_int v0.6.0
27252024-12-21T04:38:02.743Z[ helios-setup] Dec 21 04:38:02.280 INFO E| Downloaded unic-char-property v0.9.0
27262024-12-21T04:38:02.745Z[ helios-setup] Dec 21 04:38:02.282 INFO E| Downloaded strum v0.23.0
27272024-12-21T04:38:02.748Z[ helios-setup] Dec 21 04:38:02.284 INFO E| Downloaded scroll_derive v0.10.5
27282024-12-21T04:38:02.748Z[ helios-setup] Dec 21 04:38:02.286 INFO E| Downloaded unic-ucd-version v0.9.0
27292024-12-21T04:38:02.751Z[ helios-setup] Dec 21 04:38:02.287 INFO E| Downloaded memoffset v0.5.6
27302024-12-21T04:38:02.752Z[ helios-setup] Dec 21 04:38:02.288 INFO E| Downloaded fletcher v0.1.0
27312024-12-21T04:38:02.754Z[ helios-setup] Dec 21 04:38:02.290 INFO E| Downloaded bytesize v1.3.0
27322024-12-21T04:38:02.757Z[ helios-setup] Dec 21 04:38:02.293 INFO E| Downloaded unic-char-range v0.9.0
27332024-12-21T04:38:02.760Z[ helios-setup] Dec 21 04:38:02.295 INFO E| Downloaded unic-common v0.9.0
27342024-12-21T04:38:02.760Z[ helios-setup] Dec 21 04:38:02.296 INFO E| Downloaded strsim v0.8.0
27352024-12-21T04:38:02.762Z[ helios-setup] Dec 21 04:38:02.298 INFO E| Downloaded textwrap v0.11.0
27362024-12-21T04:38:02.765Z[ helios-setup] Dec 21 04:38:02.302 INFO E| Downloaded thiserror-impl v1.0.64
27372024-12-21T04:38:02.767Z[ helios-setup] Dec 21 04:38:02.304 INFO E| Downloaded strum_macros v0.23.1
27382024-12-21T04:38:02.770Z[ helios-setup] Dec 21 04:38:02.306 INFO E| Downloaded structopt-derive v0.4.18
27392024-12-21T04:38:02.772Z[ helios-setup] Dec 21 04:38:02.308 INFO E| Downloaded modular-bitfield-impl v0.11.2
27402024-12-21T04:38:02.772Z[ helios-setup] Dec 21 04:38:02.310 INFO E| Downloaded vec_map v0.8.2
27412024-12-21T04:38:02.775Z[ helios-setup] Dec 21 04:38:02.311 INFO E| Downloaded rustc_version v0.2.3
27422024-12-21T04:38:02.775Z[ helios-setup] Dec 21 04:38:02.312 INFO E| Downloaded once_cell v1.20.1
27432024-12-21T04:38:02.803Z[ helios-setup] Dec 21 04:38:02.340 INFO E| Downloaded unic-ucd-ident v0.9.0
27442024-12-21T04:38:02.807Z[ helios-setup] Dec 21 04:38:02.343 INFO E| Downloaded structopt v0.3.26
27452024-12-21T04:38:02.820Z[ helios-setup] Dec 21 04:38:02.356 INFO E| Downloaded scroll v0.10.2
27462024-12-21T04:38:02.822Z[ helios-setup] Dec 21 04:38:02.360 INFO E| Downloaded proc-macro2 v1.0.86
27472024-12-21T04:38:02.826Z[ helios-setup] Dec 21 04:38:02.364 INFO E| Downloaded pre-proc-macro v0.2.1
27482024-12-21T04:38:02.830Z[ helios-setup] Dec 21 04:38:02.367 INFO E| Downloaded serde v1.0.210
27492024-12-21T04:38:02.835Z[ helios-setup] Dec 21 04:38:02.372 INFO E| Downloaded pest v2.7.13
27502024-12-21T04:38:02.843Z[ helios-setup] Dec 21 04:38:02.381 INFO E| Downloaded pre v0.2.1
27512024-12-21T04:38:02.846Z[ helios-setup] Dec 21 04:38:02.382 INFO E| Downloaded pest_meta v2.7.13
27522024-12-21T04:38:02.848Z[ helios-setup] Dec 21 04:38:02.386 INFO E| Downloaded serde_json v1.0.128
27532024-12-21T04:38:02.859Z[ helios-setup] Dec 21 04:38:02.396 INFO E| Downloaded goblin v0.4.3
27542024-12-21T04:38:02.867Z[ helios-setup] Dec 21 04:38:02.404 INFO E| Downloaded clap v2.34.0
27552024-12-21T04:38:02.876Z[ helios-setup] Dec 21 04:38:02.414 INFO E| Downloaded syn v2.0.79
27562024-12-21T04:38:02.893Z[ helios-setup] Dec 21 04:38:02.430 INFO E| Downloaded modular-bitfield v0.11.2
27572024-12-21T04:38:02.928Z[ helios-setup] Dec 21 04:38:02.466 INFO E| Downloaded libc v0.2.159
27582024-12-21T04:38:02.967Z[ helios-setup] Dec 21 04:38:02.504 INFO E| Downloaded pest_derive v2.7.13
27592024-12-21T04:38:02.970Z[ helios-setup] Dec 21 04:38:02.507 INFO E| Downloaded four-cc v0.3.0
27602024-12-21T04:38:02.972Z[ helios-setup] Dec 21 04:38:02.509 INFO E| Downloaded semver-parser v0.7.0
27612024-12-21T04:38:02.972Z[ helios-setup] Dec 21 04:38:02.510 INFO E| Downloaded cfg-if v0.1.10
27622024-12-21T04:38:02.975Z[ helios-setup] Dec 21 04:38:02.511 INFO E| Downloaded pest_generator v2.7.13
27632024-12-21T04:38:03.104Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling proc-macro2 v1.0.86
27642024-12-21T04:38:03.104Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling unicode-ident v1.0.13
27652024-12-21T04:38:03.104Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling syn v1.0.109
27662024-12-21T04:38:03.107Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling version_check v0.9.5
27672024-12-21T04:38:03.107Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling memchr v2.7.4
27682024-12-21T04:38:03.107Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling autocfg v1.4.0
27692024-12-21T04:38:03.107Z[ helios-setup] Dec 21 04:38:02.641 INFO E| Compiling thiserror v1.0.64
27702024-12-21T04:38:03.107Z[ helios-setup] Dec 21 04:38:02.642 INFO E| Compiling semver-parser v0.7.0
27712024-12-21T04:38:03.613Z[ helios-setup] Dec 21 04:38:03.148 INFO E| Compiling serde v1.0.210
27722024-12-21T04:38:04.098Z[ helios-setup] Dec 21 04:38:03.635 INFO E| Compiling proc-macro-error-attr v1.0.4
27732024-12-21T04:38:04.815Z[ helios-setup] Dec 21 04:38:04.352 INFO E| Compiling semver v0.9.0
27742024-12-21T04:38:04.977Z[ helios-setup] Dec 21 04:38:04.513 INFO E| Compiling proc-macro-error v1.0.4
27752024-12-21T04:38:05.281Z[ helios-setup] Dec 21 04:38:04.818 INFO E| Compiling serde_json v1.0.128
27762024-12-21T04:38:05.349Z[ helios-setup] Dec 21 04:38:04.886 INFO E| Compiling num-traits v0.2.19
27772024-12-21T04:38:05.355Z[ helios-setup] Dec 21 04:38:04.892 INFO E| Compiling ryu v1.0.18
27782024-12-21T04:38:05.894Z[ helios-setup] Dec 21 04:38:05.431 INFO E| Compiling rustc_version v0.2.3
27792024-12-21T04:38:06.073Z[ helios-setup] Dec 21 04:38:05.610 INFO E| Compiling schemars v0.8.21
27802024-12-21T04:38:06.212Z[ helios-setup] Dec 21 04:38:05.746 INFO E| Compiling unicode-segmentation v1.12.0
27812024-12-21T04:38:06.239Z[ helios-setup] Dec 21 04:38:05.775 INFO E| Compiling itoa v1.0.11
27822024-12-21T04:38:06.700Z[ helios-setup] Dec 21 04:38:06.236 INFO E| Compiling memoffset v0.5.6
27832024-12-21T04:38:06.742Z[ helios-setup] Dec 21 04:38:06.278 INFO E| Compiling paste v1.0.15
27842024-12-21T04:38:06.796Z[ helios-setup] Dec 21 04:38:06.333 INFO E| Compiling lazy_static v1.5.0
27852024-12-21T04:38:06.833Z[ helios-setup] Dec 21 04:38:06.370 INFO E| Compiling pre-proc-macro v0.2.1
27862024-12-21T04:38:06.985Z[ helios-setup] Dec 21 04:38:06.522 INFO E| Compiling quote v1.0.37
27872024-12-21T04:38:07.161Z[ host-package] Compiling peg v0.8.4
27882024-12-21T04:38:07.622Z[ helios-setup] Dec 21 04:38:07.152 INFO E| Compiling heck v0.3.3
27892024-12-21T04:38:07.722Z[ host-package] Compiling tabled v0.15.0
27902024-12-21T04:38:07.745Z[ helios-setup] Dec 21 04:38:07.282 INFO E| Compiling syn v2.0.79
27912024-12-21T04:38:07.863Z[ helios-setup] Dec 21 04:38:07.400 INFO E| Compiling ucd-trie v0.1.7
27922024-12-21T04:38:07.968Z[ helios-setup] Dec 21 04:38:07.505 INFO E| Compiling dyn-clone v1.0.17
27932024-12-21T04:38:08.410Z[ helios-setup] Dec 21 04:38:07.947 INFO E| Compiling rustversion v1.0.17
27942024-12-21T04:38:08.461Z[ helios-setup] Dec 21 04:38:07.997 INFO E| Compiling libc v0.2.159
27952024-12-21T04:38:08.779Z[ helios-setup] Dec 21 04:38:08.316 INFO E| Compiling pre v0.2.1
27962024-12-21T04:38:09.720Z[ helios-setup] Dec 21 04:38:09.257 INFO E| Compiling cfg-if v0.1.10
27972024-12-21T04:38:09.726Z[ helios-setup] Dec 21 04:38:09.263 INFO E| Compiling once_cell v1.20.1
27982024-12-21T04:38:09.808Z[ helios-setup] Dec 21 04:38:09.344 INFO E| Compiling static_assertions v1.1.0
27992024-12-21T04:38:09.903Z[ helios-setup] Dec 21 04:38:09.440 INFO E| Compiling byteorder v1.5.0
28002024-12-21T04:38:10.890Z[ helios-setup] Dec 21 04:38:10.426 INFO E| Compiling unicode-width v0.1.14
28012024-12-21T04:38:12.187Z[ helios-setup] Dec 21 04:38:11.511 INFO E| Compiling atty v0.2.14
28022024-12-21T04:38:12.482Z[ helios-setup] Dec 21 04:38:12.018 INFO E| Compiling textwrap v0.11.0
28032024-12-21T04:38:12.650Z[ helios-setup] Dec 21 04:38:12.187 INFO E| Compiling ansi_term v0.12.1
28042024-12-21T04:38:13.295Z[ helios-setup] Dec 21 04:38:12.832 INFO E| Compiling unic-char-range v0.9.0
28052024-12-21T04:38:13.646Z[ helios-setup] Dec 21 04:38:13.182 INFO E| Compiling bitflags v1.3.2
28062024-12-21T04:38:13.738Z[ helios-setup] Dec 21 04:38:13.273 INFO E| Compiling fletcher v0.1.0
28072024-12-21T04:38:13.751Z[ helios-setup] Dec 21 04:38:13.287 INFO E| Compiling parse_int v0.6.0
28082024-12-21T04:38:13.875Z[ helios-setup] Dec 21 04:38:13.411 INFO E| Compiling unic-common v0.9.0
28092024-12-21T04:38:13.977Z[ helios-setup] Dec 21 04:38:13.513 INFO E| Compiling strsim v0.8.0
28102024-12-21T04:38:13.986Z[ helios-setup] Dec 21 04:38:13.522 INFO E| Compiling vec_map v0.8.2
28112024-12-21T04:38:14.008Z[ helios-setup] Dec 21 04:38:13.544 INFO E| Compiling strum v0.23.0
28122024-12-21T04:38:14.031Z[ helios-setup] Dec 21 04:38:13.568 INFO E| Compiling unic-ucd-version v0.9.0
28132024-12-21T04:38:14.115Z[ helios-setup] Dec 21 04:38:13.650 INFO E| Compiling unic-char-property v0.9.0
28142024-12-21T04:38:14.129Z[ helios-setup] Dec 21 04:38:13.665 INFO E| Compiling log v0.4.22
28152024-12-21T04:38:14.261Z[ helios-setup] Dec 21 04:38:13.798 INFO E| Compiling plain v0.2.3
28162024-12-21T04:38:14.398Z[ helios-setup] Dec 21 04:38:13.934 INFO E| Compiling unic-ucd-ident v0.9.0
28172024-12-21T04:38:14.451Z[ helios-setup] Dec 21 04:38:13.987 INFO E| Compiling clap v2.34.0
28182024-12-21T04:38:14.642Z[ helios-setup] Dec 21 04:38:14.178 INFO E| Compiling bytesize v1.3.0
28192024-12-21T04:38:16.492Z[ helios-setup] Dec 21 04:38:16.028 INFO E| Compiling serde_derive_internals v0.29.1
28202024-12-21T04:38:18.336Z[ helios-setup] Dec 21 04:38:17.872 INFO E| Compiling toml v0.5.11
28212024-12-21T04:38:21.499Z[ helios-setup] Dec 21 04:38:21.034 INFO E| Compiling proc-macro-crate v0.1.5
28222024-12-21T04:38:23.023Z[ helios-setup] Dec 21 04:38:22.558 INFO E| Compiling thiserror-impl v1.0.64
28232024-12-21T04:38:23.155Z[ helios-setup] Dec 21 04:38:22.690 INFO E| Compiling serde_derive v1.0.210
28242024-12-21T04:38:23.548Z[ helios-setup] Dec 21 04:38:23.083 INFO E| Compiling schemars_derive v0.8.21
28252024-12-21T04:38:23.809Z[ helios-setup] Dec 21 04:38:23.344 INFO E| Compiling zerocopy-derive v0.6.6
28262024-12-21T04:38:24.192Z[ helios-setup] Dec 21 04:38:23.727 INFO E| Compiling num-derive v0.4.2
28272024-12-21T04:38:28.205Z[ helios-setup] Dec 21 04:38:27.740 INFO E| Compiling zerocopy v0.6.6
28282024-12-21T04:38:29.436Z[ helios-setup] Dec 21 04:38:28.971 INFO E| Compiling pest v2.7.13
28292024-12-21T04:38:30.511Z[ helios-setup] Dec 21 04:38:30.045 INFO E| Compiling modular-bitfield-impl v0.11.2
28302024-12-21T04:38:30.511Z[ helios-setup] Dec 21 04:38:30.045 INFO E| Compiling scroll_derive v0.10.5
28312024-12-21T04:38:32.540Z[ helios-setup] Dec 21 04:38:32.071 INFO E| Compiling strum_macros v0.23.1
28322024-12-21T04:38:32.953Z[ helios-setup] Dec 21 04:38:32.487 INFO E| Compiling structopt-derive v0.4.18
28332024-12-21T04:38:33.644Z[ helios-setup] Dec 21 04:38:33.179 INFO E| Compiling scroll v0.10.2
28342024-12-21T04:38:34.701Z[ helios-setup] Dec 21 04:38:34.235 INFO E| Compiling pest_meta v2.7.13
28352024-12-21T04:38:35.526Z[ helios-setup] Dec 21 04:38:35.059 INFO E| Compiling goblin v0.4.3
28362024-12-21T04:38:36.011Z[ helios-setup] Dec 21 04:38:35.537 INFO E| Compiling modular-bitfield v0.11.2
28372024-12-21T04:38:36.044Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28382024-12-21T04:38:37.688Z[ helios-setup] Dec 21 04:38:37.222 INFO E| Compiling pest_generator v2.7.13
28392024-12-21T04:38:38.732Z[ helios-setup] Dec 21 04:38:38.266 INFO E| Compiling structopt v0.3.26
28402024-12-21T04:38:39.188Z[ host-package] Compiling derive_builder v0.20.2
28412024-12-21T04:38:40.846Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28422024-12-21T04:38:42.232Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28432024-12-21T04:38:43.054Z[ helios-setup] Dec 21 04:38:42.588 INFO E| Compiling pest_derive v2.7.13
28442024-12-21T04:38:44.815Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28452024-12-21T04:38:45.141Z[ host-package] Compiling bcs v0.1.6
28462024-12-21T04:38:46.033Z[ helios-setup] Dec 21 04:38:45.566 INFO E| Compiling json5 v0.4.1
28472024-12-21T04:38:46.552Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28482024-12-21T04:38:46.644Z[ host-package] Compiling oso-derive v0.27.3
28492024-12-21T04:38:48.231Z[ host-package] Compiling libz-sys v1.1.20
28502024-12-21T04:38:48.711Z[ host-package] Compiling quick-xml v0.33.0
28512024-12-21T04:38:49.182Z[ host-package] Compiling diesel-dtrace v0.4.2
28522024-12-21T04:38:49.667Z[ host-package] Compiling parking_lot_core v0.8.6
28532024-12-21T04:38:52.390Z[ helios-setup] Dec 21 04:38:51.923 INFO E| Compiling four-cc v0.3.0
28542024-12-21T04:38:52.390Z[ helios-setup] Dec 21 04:38:51.923 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28552024-12-21T04:38:52.603Z[ helios-setup] Dec 21 04:38:52.136 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28562024-12-21T04:38:55.837Z[ host-package] Compiling oso v0.27.3
28572024-12-21T04:38:57.574Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28582024-12-21T04:38:59.661Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28592024-12-21T04:39:06.277Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28602024-12-21T04:39:10.105Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28612024-12-21T04:39:10.587Z[ host-package] Compiling bb8 v0.8.5
28622024-12-21T04:39:11.686Z[ host-package] Compiling async-bb8-diesel v0.2.1
28632024-12-21T04:39:14.908Z[ host-package] Compiling nibble_vec v0.1.0
28642024-12-21T04:39:15.600Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28652024-12-21T04:39:16.265Z[ host-package] Compiling atty v0.2.14
28662024-12-21T04:39:16.422Z[ host-package] Compiling endian-type v0.1.2
28672024-12-21T04:39:16.711Z[ host-package] Compiling salty v0.3.0
28682024-12-21T04:39:17.253Z[ host-package] Compiling radix_trie v0.2.1
28692024-12-21T04:39:18.839Z[ host-package] Compiling parking_lot v0.11.2
28702024-12-21T04:39:21.365Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28712024-12-21T04:39:28.479Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28722024-12-21T04:39:33.776Z[ host-package] Compiling sled v0.34.7
28732024-12-21T04:39:36.541Z[ helios-setup] Dec 21 04:39:36.070 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28742024-12-21T04:39:48.498Z[ host-package] Compiling mime_guess v2.0.5
28752024-12-21T04:39:50.236Z[ host-package] Compiling hickory-client v0.24.1
28762024-12-21T04:39:50.913Z[ helios-setup] Dec 21 04:39:50.440 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28772024-12-21T04:39:54.368Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782024-12-21T04:39:54.552Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28792024-12-21T04:39:55.921Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28802024-12-21T04:39:56.170Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28812024-12-21T04:39:56.746Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28822024-12-21T04:39:58.456Z[ host-package] Compiling hickory-server v0.24.1
28832024-12-21T04:40:01.093Z[ host-package] Compiling primeorder v0.13.6
28842024-12-21T04:40:01.789Z[ host-package] Compiling vergen v8.3.2
28852024-12-21T04:40:02.181Z[ host-package] Compiling castaway v0.2.3
28862024-12-21T04:40:02.409Z[ host-package] Compiling env_filter v0.1.2
28872024-12-21T04:40:04.148Z[ host-package] Compiling cargo-platform v0.1.8
28882024-12-21T04:40:04.760Z[ host-package] Compiling nanorand v0.7.0
28892024-12-21T04:40:05.611Z[ host-package] Compiling memoffset v0.9.1
28902024-12-21T04:40:06.083Z[ host-package] Compiling flume v0.11.1
28912024-12-21T04:40:06.329Z[ host-package] Compiling cargo_metadata v0.18.1
28922024-12-21T04:40:07.009Z[ host-package] Compiling env_logger v0.11.5
28932024-12-21T04:40:08.553Z[ host-package] Compiling compact_str v0.8.0
28942024-12-21T04:40:10.311Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28952024-12-21T04:40:11.687Z[ host-package] Compiling p384 v0.13.0
28962024-12-21T04:40:12.487Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28972024-12-21T04:40:13.280Z[ host-package] Compiling git2 v0.19.0
28982024-12-21T04:40:13.994Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992024-12-21T04:40:14.204Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29002024-12-21T04:40:16.384Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29012024-12-21T04:40:18.970Z[ host-package] Compiling unicode-truncate v1.1.0
29022024-12-21T04:40:19.596Z[ host-package] Compiling lru v0.12.5
29032024-12-21T04:40:20.158Z[ host-package] Compiling rand_seeder v0.3.0
29042024-12-21T04:40:20.665Z[ host-package] Compiling libsqlite3-sys v0.30.1
29052024-12-21T04:40:20.747Z[ host-package] Compiling lzma-sys v0.1.20
29062024-12-21T04:40:21.341Z[ host-package] Compiling instability v0.3.2
29072024-12-21T04:40:22.038Z[ host-package] Compiling http-range v0.1.5
29082024-12-21T04:40:22.914Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29092024-12-21T04:40:22.987Z[ host-package] Compiling cfg_aliases v0.2.1
29102024-12-21T04:40:23.222Z[ host-package] Compiling cassowary v0.3.0
29112024-12-21T04:40:23.652Z[ host-package] Compiling rustls v0.21.12
29122024-12-21T04:40:24.085Z[ host-package] Compiling ratatui v0.28.1
29132024-12-21T04:40:25.342Z[ host-package] Compiling nix v0.29.0
29142024-12-21T04:40:25.780Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29152024-12-21T04:40:30.867Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29162024-12-21T04:40:30.942Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29172024-12-21T04:40:30.942Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29182024-12-21T04:40:30.981Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29192024-12-21T04:40:30.981Z[ host-package] Compiling sct v0.7.1
29202024-12-21T04:40:30.981Z[ host-package] Compiling rustls-webpki v0.101.7
29212024-12-21T04:40:30.981Z[ host-package] Compiling heck v0.3.3
29222024-12-21T04:40:30.981Z[ host-package] Compiling csv-core v0.1.11
29232024-12-21T04:40:31.832Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29242024-12-21T04:40:32.250Z[ host-package] Compiling glob v0.3.1
29252024-12-21T04:40:32.792Z[ helios-setup] Dec 21 04:40:32.315 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 32s
29262024-12-21T04:40:32.827Z[ helios-setup] Dec 21 04:40:32.350 INFO building project "amd-host-image-builder" ok (182 seconds)
29272024-12-21T04:40:32.827Z[ helios-setup] Dec 21 04:40:32.350 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29282024-12-21T04:40:32.829Z[ helios-setup] Dec 21 04:40:32.350 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29292024-12-21T04:40:33.195Z[ helios-setup] Dec 21 04:40:32.719 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29302024-12-21T04:40:34.536Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29312024-12-21T04:40:34.655Z[ helios-setup] Dec 21 04:40:33.960 INFO E| From https://github.com/oxidecomputer/progenitor
29322024-12-21T04:40:34.655Z[ helios-setup] Dec 21 04:40:33.960 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29332024-12-21T04:40:34.655Z[ helios-setup] Dec 21 04:40:33.994 INFO E| * [new tag] v0.1.1 -> v0.1.1
29342024-12-21T04:40:34.655Z[ helios-setup] Dec 21 04:40:33.994 INFO E| * [new tag] v0.2.0 -> v0.2.0
29352024-12-21T04:40:34.656Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29362024-12-21T04:40:34.692Z[ helios-setup] Dec 21 04:40:34.096 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29372024-12-21T04:40:34.901Z[ host-package] Compiling csv v1.3.0
29382024-12-21T04:40:35.200Z[ helios-setup] Dec 21 04:40:34.723 INFO E| From https://github.com/jclulow/hiercmd
29392024-12-21T04:40:35.200Z[ helios-setup] Dec 21 04:40:34.724 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29402024-12-21T04:40:35.220Z[ helios-setup] Dec 21 04:40:34.744 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29412024-12-21T04:40:35.723Z[ helios-setup] Dec 21 04:40:35.246 INFO E| From https://github.com/jclulow/network-interface
29422024-12-21T04:40:35.723Z[ helios-setup] Dec 21 04:40:35.246 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29432024-12-21T04:40:35.742Z[ helios-setup] Dec 21 04:40:35.266 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29442024-12-21T04:40:36.311Z[ helios-setup] Dec 21 04:40:35.835 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29452024-12-21T04:40:36.312Z[ helios-setup] Dec 21 04:40:35.835 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29462024-12-21T04:40:36.346Z[ helios-setup] Dec 21 04:40:35.869 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29472024-12-21T04:40:37.148Z[ helios-setup] Dec 21 04:40:36.672 INFO E| From https://github.com/oxidecomputer/facade
29482024-12-21T04:40:37.149Z[ helios-setup] Dec 21 04:40:36.672 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29492024-12-21T04:40:37.154Z[ host-package] Compiling zone_cfg_derive v0.1.2
29502024-12-21T04:40:37.194Z[ helios-setup] Dec 21 04:40:36.717 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29512024-12-21T04:40:38.003Z[ helios-setup] Dec 21 04:40:37.526 INFO E| From https://github.com/oxidecomputer/dropshot
29522024-12-21T04:40:38.003Z[ helios-setup] Dec 21 04:40:37.526 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29532024-12-21T04:40:38.040Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.3.0 -> v0.3.0
29542024-12-21T04:40:38.041Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.4.0 -> v0.4.0
29552024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.5.0 -> v0.5.0
29562024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.5.1 -> v0.5.1
29572024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.6.0 -> v0.6.0
29582024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.564 INFO E| * [new tag] v0.7.0 -> v0.7.0
29592024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.565 INFO E| * [new tag] v0.8.0 -> v0.8.0
29602024-12-21T04:40:38.043Z[ helios-setup] Dec 21 04:40:37.565 INFO E| * [new tag] v0.9.0 -> v0.9.0
29612024-12-21T04:40:38.091Z[ helios-setup] Dec 21 04:40:37.614 INFO E| Updating crates.io index
29622024-12-21T04:40:38.128Z[ helios-setup] Dec 21 04:40:37.651 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29632024-12-21T04:40:38.940Z[ helios-setup] Dec 21 04:40:38.464 INFO E| From https://github.com/oxidecomputer/typify
29642024-12-21T04:40:38.940Z[ helios-setup] Dec 21 04:40:38.464 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29652024-12-21T04:40:38.974Z[ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.10 -> v0.0.10
29662024-12-21T04:40:38.974Z[ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.11 -> v0.0.11
29672024-12-21T04:40:38.977Z[ helios-setup] Dec 21 04:40:38.497 INFO E| * [new tag] v0.0.4 -> v0.0.4
29682024-12-21T04:40:38.977Z[ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.5 -> v0.0.5
29692024-12-21T04:40:38.977Z[ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.7 -> v0.0.7
29702024-12-21T04:40:38.977Z[ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.8 -> v0.0.8
29712024-12-21T04:40:38.977Z[ helios-setup] Dec 21 04:40:38.498 INFO E| * [new tag] v0.0.9 -> v0.0.9
29722024-12-21T04:40:39.440Z[ helios-setup] Dec 21 04:40:38.962 INFO E| Downloading crates ...
29732024-12-21T04:40:39.648Z[ helios-setup] Dec 21 04:40:39.172 INFO E| Downloaded async-stream-impl v0.3.5
29742024-12-21T04:40:39.665Z[ helios-setup] Dec 21 04:40:39.188 INFO E| Downloaded futures-core v0.3.28
29752024-12-21T04:40:39.688Z[ helios-setup] Dec 21 04:40:39.211 INFO E| Downloaded smallvec v1.10.0
29762024-12-21T04:40:39.694Z[ helios-setup] Dec 21 04:40:39.218 INFO E| Downloaded sct v0.7.0
29772024-12-21T04:40:39.703Z[ helios-setup] Dec 21 04:40:39.226 INFO E| Downloaded project-root v0.2.2
29782024-12-21T04:40:39.705Z[ helios-setup] Dec 21 04:40:39.228 INFO E| Downloaded rustls-pemfile v1.0.2
29792024-12-21T04:40:39.708Z[ helios-setup] Dec 21 04:40:39.232 INFO E| Downloaded sha1 v0.10.5
29802024-12-21T04:40:39.711Z[ helios-setup] Dec 21 04:40:39.235 INFO E| Downloaded toolchain_find v0.2.0
29812024-12-21T04:40:39.714Z[ helios-setup] Dec 21 04:40:39.237 INFO E| Downloaded try-lock v0.2.4
29822024-12-21T04:40:39.717Z[ helios-setup] Dec 21 04:40:39.239 INFO E| Downloaded anstyle v0.3.5
29832024-12-21T04:40:39.720Z[ helios-setup] Dec 21 04:40:39.242 INFO E| Downloaded want v0.3.0
29842024-12-21T04:40:39.722Z[ helios-setup] Dec 21 04:40:39.244 INFO E| Downloaded slog-async v2.7.0
29852024-12-21T04:40:39.724Z[ helios-setup] Dec 21 04:40:39.248 INFO E| Downloaded slab v0.4.7
29862024-12-21T04:40:39.727Z[ helios-setup] Dec 21 04:40:39.250 INFO E| Downloaded autocfg v1.1.0
29872024-12-21T04:40:39.783Z[ helios-setup] Dec 21 04:40:39.305 INFO E| Downloaded tokio-macros v2.0.0
29882024-12-21T04:40:39.785Z[ helios-setup] Dec 21 04:40:39.307 INFO E| Downloaded async-stream v0.3.5
29892024-12-21T04:40:39.788Z[ helios-setup] Dec 21 04:40:39.310 INFO E| Downloaded anstyle-parse v0.1.1
29902024-12-21T04:40:39.791Z[ helios-setup] Dec 21 04:40:39.314 INFO E| Downloaded terminal_size v0.2.6
29912024-12-21T04:40:39.819Z[ helios-setup] Dec 21 04:40:39.342 INFO E| Downloaded scopeguard v1.1.0
29922024-12-21T04:40:39.822Z[ helios-setup] Dec 21 04:40:39.344 INFO E| Downloaded serde_derive_internals v0.26.0
29932024-12-21T04:40:39.824Z[ helios-setup] Dec 21 04:40:39.347 INFO E| Downloaded semver-parser v0.10.2
29942024-12-21T04:40:39.827Z[ helios-setup] Dec 21 04:40:39.349 INFO E| Downloaded semver v1.0.17
29952024-12-21T04:40:39.831Z[ helios-setup] Dec 21 04:40:39.354 INFO E| Downloaded tempfile v3.5.0
29962024-12-21T04:40:39.835Z[ helios-setup] Dec 21 04:40:39.358 INFO E| Downloaded tokio-tungstenite v0.18.0
29972024-12-21T04:40:39.838Z[ helios-setup] Dec 21 04:40:39.362 INFO E| Downloaded rustfmt-wrapper v0.2.0
29982024-12-21T04:40:39.840Z[ helios-setup] Dec 21 04:40:39.364 INFO E| Downloaded num_enum_derive v0.5.7
29992024-12-21T04:40:39.843Z[ helios-setup] Dec 21 04:40:39.365 INFO E| Downloaded tinyvec v1.6.0
30002024-12-21T04:40:39.848Z[ helios-setup] Dec 21 04:40:39.371 INFO E| Downloaded serde_derive v1.0.204
30012024-12-21T04:40:39.852Z[ helios-setup] Dec 21 04:40:39.375 INFO E| Downloaded ryu v1.0.13
30022024-12-21T04:40:39.858Z[ helios-setup] Dec 21 04:40:39.382 INFO E| Downloaded schemars v0.8.12
30032024-12-21T04:40:39.878Z[ helios-setup] Dec 21 04:40:39.402 INFO E| Downloaded uuid v1.3.0
30042024-12-21T04:40:39.884Z[ helios-setup] Dec 21 04:40:39.407 INFO E| Downloaded socket2 v0.4.9
30052024-12-21T04:40:39.887Z[ helios-setup] Dec 21 04:40:39.411 INFO E| Downloaded tracing v0.1.37
30062024-12-21T04:40:39.900Z[ helios-setup] Dec 21 04:40:39.423 INFO E| Downloaded toml_edit v0.19.8
30072024-12-21T04:40:39.925Z[ helios-setup] Dec 21 04:40:39.448 INFO E| Downloaded url v2.3.1
30082024-12-21T04:40:39.929Z[ helios-setup] Dec 21 04:40:39.453 INFO E| Downloaded unicode-normalization v0.1.22
30092024-12-21T04:40:39.936Z[ helios-setup] Dec 21 04:40:39.459 INFO E| Downloaded winnow v0.4.1
30102024-12-21T04:40:39.949Z[ helios-setup] Dec 21 04:40:39.472 INFO E| Downloaded serde_json v1.0.95
30112024-12-21T04:40:39.960Z[ helios-setup] Dec 21 04:40:39.483 INFO E| Downloaded ipnet v2.7.2
30122024-12-21T04:40:39.963Z[ helios-setup] Dec 21 04:40:39.486 INFO E| Downloaded bytes v1.4.0
30132024-12-21T04:40:39.970Z[ helios-setup] Dec 21 04:40:39.493 INFO E| Downloaded parking_lot v0.12.1
30142024-12-21T04:40:39.973Z[ helios-setup] Dec 21 04:40:39.497 INFO E| Downloaded num-traits v0.2.15
30152024-12-21T04:40:39.977Z[ helios-setup] Dec 21 04:40:39.501 INFO E| Downloaded syn v1.0.107
30162024-12-21T04:40:39.994Z[ helios-setup] Dec 21 04:40:39.515 INFO E| Downloaded rustls-webpki v0.100.1
30172024-12-21T04:40:40.000Z[ helios-setup] Dec 21 04:40:39.524 INFO E| Downloaded syn v2.0.72
30182024-12-21T04:40:40.018Z[ helios-setup] Dec 21 04:40:39.542 INFO E| Downloaded base64 v0.21.0
30192024-12-21T04:40:40.024Z[ helios-setup] Dec 21 04:40:39.547 INFO E| Downloaded memchr v2.5.0
30202024-12-21T04:40:40.030Z[ helios-setup] Dec 21 04:40:39.554 INFO E| Downloaded rayon-core v1.10.2
30212024-12-21T04:40:40.037Z[ helios-setup] Dec 21 04:40:39.560 INFO E| Downloaded crossbeam-channel v0.5.6
30222024-12-21T04:40:40.044Z[ helios-setup] Dec 21 04:40:39.567 INFO E| Downloaded cc v1.0.78
30232024-12-21T04:40:40.049Z[ helios-setup] Dec 21 04:40:39.572 INFO E| Downloaded mio v0.8.5
30242024-12-21T04:40:40.058Z[ helios-setup] Dec 21 04:40:39.581 INFO E| Downloaded http v0.2.9
30252024-12-21T04:40:40.064Z[ helios-setup] Dec 21 04:40:39.588 INFO E| Downloaded aho-corasick v0.7.20
30262024-12-21T04:40:40.071Z[ helios-setup] Dec 21 04:40:39.594 INFO E| Downloaded clap v4.2.1
30272024-12-21T04:40:40.085Z[ helios-setup] Dec 21 04:40:39.609 INFO E| Downloaded pest v2.5.7
30282024-12-21T04:40:40.093Z[ helios-setup] Dec 21 04:40:39.616 INFO E| Downloaded anyhow v1.0.68
30292024-12-21T04:40:40.099Z[ helios-setup] Dec 21 04:40:39.622 INFO E| Downloaded ahash v0.8.3
30302024-12-21T04:40:40.103Z[ helios-setup] Dec 21 04:40:39.626 INFO E| Downloaded unicode-linebreak v0.1.4
30312024-12-21T04:40:40.106Z[ helios-setup] Dec 21 04:40:39.629 INFO E| Downloaded tokio-util v0.7.7
30322024-12-21T04:40:40.116Z[ helios-setup] Dec 21 04:40:39.640 INFO E| Downloaded futures v0.3.28
30332024-12-21T04:40:40.124Z[ helios-setup] Dec 21 04:40:39.648 INFO E| Downloaded futures-util v0.3.28
30342024-12-21T04:40:40.144Z[ helios-setup] Dec 21 04:40:39.667 INFO E| Downloaded reqwest v0.11.16
30352024-12-21T04:40:40.155Z[ helios-setup] Dec 21 04:40:39.679 INFO E| Downloaded rayon v1.6.1
30362024-12-21T04:40:40.169Z[ helios-setup] Dec 21 04:40:39.693 INFO E| Downloaded h2 v0.3.16
30372024-12-21T04:40:40.197Z[ helios-setup] Dec 21 04:40:39.719 INFO E| Downloaded clap_builder v4.2.1
30382024-12-21T04:40:40.206Z[ helios-setup] Dec 21 04:40:39.729 INFO E| Downloaded git2 v0.16.1
30392024-12-21T04:40:40.219Z[ helios-setup] Dec 21 04:40:39.742 INFO E| Downloaded tokio v1.27.0
30402024-12-21T04:40:40.266Z[ helios-setup] Dec 21 04:40:39.789 INFO E| Downloaded hyper v0.14.25
30412024-12-21T04:40:40.279Z[ helios-setup] Dec 21 04:40:39.803 INFO E| Downloaded regress v0.5.0
30422024-12-21T04:40:40.292Z[ helios-setup] Dec 21 04:40:39.815 INFO E| Downloaded regex v1.7.3
30432024-12-21T04:40:40.307Z[ helios-setup] Dec 21 04:40:39.830 INFO E| Downloaded chrono v0.4.24
30442024-12-21T04:40:40.320Z[ helios-setup] Dec 21 04:40:39.843 INFO E| Downloaded rustls v0.21.0
30452024-12-21T04:40:40.339Z[ helios-setup] Dec 21 04:40:39.862 INFO E| Downloaded rustix v0.37.3
30462024-12-21T04:40:40.369Z[ helios-setup] Dec 21 04:40:39.892 INFO E| Downloaded crossbeam-utils v0.8.14
30472024-12-21T04:40:40.373Z[ helios-setup] Dec 21 04:40:39.896 INFO E| Downloaded rhai v1.14.0
30482024-12-21T04:40:40.393Z[ helios-setup] Dec 21 04:40:39.916 INFO E| Downloaded crossbeam-epoch v0.9.13
30492024-12-21T04:40:40.397Z[ helios-setup] Dec 21 04:40:39.920 INFO E| Downloaded cargo-lock v8.0.3
30502024-12-21T04:40:40.401Z[ helios-setup] Dec 21 04:40:39.925 INFO E| Downloaded bincode v1.3.3
30512024-12-21T04:40:40.406Z[ helios-setup] Dec 21 04:40:39.929 INFO E| Downloaded parking_lot_core v0.9.6
30522024-12-21T04:40:40.409Z[ helios-setup] Dec 21 04:40:39.932 INFO E| Downloaded once_cell v1.17.0
30532024-12-21T04:40:40.414Z[ helios-setup] Dec 21 04:40:39.937 INFO E| Downloaded openapiv3 v1.0.2
30542024-12-21T04:40:40.435Z[ helios-setup] Dec 21 04:40:39.958 INFO E| Downloaded httparse v1.8.0
30552024-12-21T04:40:40.438Z[ helios-setup] Dec 21 04:40:39.961 INFO E| Downloaded getrandom v0.2.8
30562024-12-21T04:40:40.441Z[ helios-setup] Dec 21 04:40:39.965 INFO E| Downloaded serde_yaml v0.9.21
30572024-12-21T04:40:40.447Z[ helios-setup] Dec 21 04:40:39.970 INFO E| Downloaded serde v1.0.204
30582024-12-21T04:40:40.451Z[ helios-setup] Dec 21 04:40:39.975 INFO E| Downloaded unsafe-libyaml v0.2.8
30592024-12-21T04:40:40.457Z[ helios-setup] Dec 21 04:40:39.980 INFO E| Downloaded unicode-bidi v0.3.13
30602024-12-21T04:40:40.460Z[ helios-setup] Dec 21 04:40:39.984 INFO E| Downloaded tungstenite v0.18.0
30612024-12-21T04:40:40.465Z[ helios-setup] Dec 21 04:40:39.988 INFO E| Downloaded tracing-core v0.1.30
30622024-12-21T04:40:40.470Z[ helios-setup] Dec 21 04:40:39.993 INFO E| Downloaded tokio-rustls v0.24.0
30632024-12-21T04:40:40.472Z[ helios-setup] Dec 21 04:40:39.996 INFO E| Downloaded rhai_codegen v1.5.0
30642024-12-21T04:40:40.488Z[ helios-setup] Dec 21 04:40:40.011 INFO E| Downloaded quote v1.0.36
30652024-12-21T04:40:40.492Z[ helios-setup] Dec 21 04:40:40.015 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30662024-12-21T04:40:40.495Z[ helios-setup] Dec 21 04:40:40.019 INFO E| Downloaded pin-project-lite v0.2.9
30672024-12-21T04:40:40.503Z[ helios-setup] Dec 21 04:40:40.026 INFO E| Downloaded log v0.4.17
30682024-12-21T04:40:40.506Z[ helios-setup] Dec 21 04:40:40.029 INFO E| Downloaded lock_api v0.4.9
30692024-12-21T04:40:40.509Z[ helios-setup] Dec 21 04:40:40.032 INFO E| Downloaded io-lifetimes v1.0.10
30702024-12-21T04:40:40.512Z[ helios-setup] Dec 21 04:40:40.036 INFO E| Downloaded iana-time-zone v0.1.56
30712024-12-21T04:40:40.516Z[ helios-setup] Dec 21 04:40:40.040 INFO E| Downloaded libc v0.2.139
30722024-12-21T04:40:40.558Z[ helios-setup] Dec 21 04:40:40.081 INFO E| Downloaded ucd-trie v0.1.5
30732024-12-21T04:40:40.561Z[ helios-setup] Dec 21 04:40:40.084 INFO E| Downloaded toml v0.7.3
30742024-12-21T04:40:40.566Z[ helios-setup] Dec 21 04:40:40.089 INFO E| Downloaded futures-channel v0.3.28
30752024-12-21T04:40:40.569Z[ helios-setup] Dec 21 04:40:40.092 INFO E| Downloaded clap_derive v4.2.0
30762024-12-21T04:40:40.578Z[ helios-setup] Dec 21 04:40:40.096 INFO E| Downloaded camino v1.1.4
30772024-12-21T04:40:40.578Z[ helios-setup] Dec 21 04:40:40.099 INFO E| Downloaded unicode-ident v1.0.8
30782024-12-21T04:40:40.582Z[ helios-setup] Dec 21 04:40:40.103 INFO E| Downloaded textwrap v0.16.0
30792024-12-21T04:40:40.584Z[ helios-setup] Dec 21 04:40:40.107 INFO E| Downloaded async-trait v0.1.68
30802024-12-21T04:40:40.589Z[ helios-setup] Dec 21 04:40:40.112 INFO E| Downloaded proc-macro-crate v1.2.1
30812024-12-21T04:40:40.591Z[ helios-setup] Dec 21 04:40:40.114 INFO E| Downloaded percent-encoding v2.2.0
30822024-12-21T04:40:40.594Z[ helios-setup] Dec 21 04:40:40.115 INFO E| Downloaded paste v1.0.12
30832024-12-21T04:40:40.597Z[ helios-setup] Dec 21 04:40:40.120 INFO E| Downloaded digest v0.10.6
30842024-12-21T04:40:40.600Z[ helios-setup] Dec 21 04:40:40.123 INFO E| Downloaded httpdate v1.0.2
30852024-12-21T04:40:40.603Z[ helios-setup] Dec 21 04:40:40.125 INFO E| Downloaded byteorder v1.4.3
30862024-12-21T04:40:40.605Z[ helios-setup] Dec 21 04:40:40.128 INFO E| Downloaded strsim v0.10.0
30872024-12-21T04:40:40.608Z[ helios-setup] Dec 21 04:40:40.130 INFO E| Downloaded smartstring v1.0.1
30882024-12-21T04:40:40.611Z[ helios-setup] Dec 21 04:40:40.134 INFO E| Downloaded jobserver v0.1.26
30892024-12-21T04:40:40.613Z[ helios-setup] Dec 21 04:40:40.137 INFO E| Downloaded schemars_derive v0.8.12
30902024-12-21T04:40:40.616Z[ helios-setup] Dec 21 04:40:40.139 INFO E| Downloaded utf8parse v0.2.1
30912024-12-21T04:40:40.618Z[ helios-setup] Dec 21 04:40:40.141 INFO E| Downloaded time v0.1.45
30922024-12-21T04:40:40.621Z[ helios-setup] Dec 21 04:40:40.144 INFO E| Downloaded thiserror-impl v1.0.38
30932024-12-21T04:40:40.624Z[ helios-setup] Dec 21 04:40:40.146 INFO E| Downloaded slog-bunyan v2.4.0
30942024-12-21T04:40:40.627Z[ helios-setup] Dec 21 04:40:40.148 INFO E| Downloaded pkg-config v0.3.26
30952024-12-21T04:40:40.630Z[ helios-setup] Dec 21 04:40:40.150 INFO E| Downloaded num_enum v0.5.7
30962024-12-21T04:40:40.633Z[ helios-setup] Dec 21 04:40:40.157 INFO E| Downloaded num_cpus v1.15.0
30972024-12-21T04:40:40.638Z[ helios-setup] Dec 21 04:40:40.161 INFO E| Downloaded num-integer v0.1.45
30982024-12-21T04:40:40.641Z[ helios-setup] Dec 21 04:40:40.164 INFO E| Downloaded memoffset v0.7.1
30992024-12-21T04:40:40.643Z[ helios-setup] Dec 21 04:40:40.166 INFO E| Downloaded itoa v1.0.6
31002024-12-21T04:40:40.645Z[ helios-setup] Dec 21 04:40:40.168 INFO E| Downloaded is-terminal v0.4.7
31012024-12-21T04:40:40.645Z[ helios-setup] Dec 21 04:40:40.169 INFO E| Downloaded http-body v0.4.5
31022024-12-21T04:40:40.647Z[ helios-setup] Dec 21 04:40:40.171 INFO E| Downloaded home v0.5.4
31032024-12-21T04:40:40.651Z[ helios-setup] Dec 21 04:40:40.172 INFO E| Downloaded futures-macro v0.3.28
31042024-12-21T04:40:40.651Z[ helios-setup] Dec 21 04:40:40.174 INFO E| Downloaded futures-io v0.3.28
31052024-12-21T04:40:40.656Z[ helios-setup] Dec 21 04:40:40.175 INFO E| Downloaded serde_tokenstream v0.2.0
31062024-12-21T04:40:40.658Z[ helios-setup] Dec 21 04:40:40.181 INFO E| Downloaded serde_spanned v0.6.1
31072024-12-21T04:40:40.661Z[ helios-setup] Dec 21 04:40:40.182 INFO E| Downloaded ppv-lite86 v0.2.17
31082024-12-21T04:40:40.661Z[ helios-setup] Dec 21 04:40:40.184 INFO E| Downloaded lazy_static v1.4.0
31092024-12-21T04:40:40.664Z[ helios-setup] Dec 21 04:40:40.187 INFO E| Downloaded futures-task v0.3.28
31102024-12-21T04:40:40.666Z[ helios-setup] Dec 21 04:40:40.189 INFO E| Downloaded either v1.8.0
31112024-12-21T04:40:40.669Z[ helios-setup] Dec 21 04:40:40.191 INFO E| Downloaded anstream v0.2.6
31122024-12-21T04:40:40.671Z[ helios-setup] Dec 21 04:40:40.194 INFO E| Downloaded thiserror v1.0.38
31132024-12-21T04:40:40.733Z[ helios-setup] Dec 21 04:40:40.256 INFO E| Downloaded smawk v0.3.1
31142024-12-21T04:40:40.736Z[ helios-setup] Dec 21 04:40:40.259 INFO E| Downloaded futures-executor v0.3.28
31152024-12-21T04:40:40.738Z[ helios-setup] Dec 21 04:40:40.261 INFO E| Downloaded form_urlencoded v1.1.0
31162024-12-21T04:40:40.760Z[ helios-setup] Dec 21 04:40:40.284 INFO E| Downloaded fastrand v1.9.0
31172024-12-21T04:40:40.763Z[ helios-setup] Dec 21 04:40:40.286 INFO E| Downloaded dyn-clone v1.0.11
31182024-12-21T04:40:40.765Z[ helios-setup] Dec 21 04:40:40.289 INFO E| Downloaded crossbeam-deque v0.8.2
31192024-12-21T04:40:40.767Z[ helios-setup] Dec 21 04:40:40.291 INFO E| Downloaded concolor-query v0.3.3
31202024-12-21T04:40:40.770Z[ helios-setup] Dec 21 04:40:40.292 INFO E| Downloaded clap_lex v0.4.1
31212024-12-21T04:40:40.772Z[ helios-setup] Dec 21 04:40:40.294 INFO E| Downloaded serde_path_to_error v0.1.11
31222024-12-21T04:40:40.774Z[ helios-setup] Dec 21 04:40:40.297 INFO E| Downloaded semver v0.11.0
31232024-12-21T04:40:40.776Z[ helios-setup] Dec 21 04:40:40.300 INFO E| Downloaded sha2 v0.10.6
31242024-12-21T04:40:40.780Z[ helios-setup] Dec 21 04:40:40.303 INFO E| Downloaded toml_datetime v0.6.1
31252024-12-21T04:40:40.784Z[ helios-setup] Dec 21 04:40:40.307 INFO E| Downloaded tower-service v0.3.2
31262024-12-21T04:40:40.786Z[ helios-setup] Dec 21 04:40:40.309 INFO E| Downloaded signal-hook-registry v1.4.0
31272024-12-21T04:40:40.789Z[ helios-setup] Dec 21 04:40:40.311 INFO E| Downloaded futures-sink v0.3.28
31282024-12-21T04:40:40.789Z[ helios-setup] Dec 21 04:40:40.312 INFO E| Downloaded const-random-macro v0.1.15
31292024-12-21T04:40:40.791Z[ helios-setup] Dec 21 04:40:40.314 INFO E| Downloaded const-random v0.1.15
31302024-12-21T04:40:40.794Z[ helios-setup] Dec 21 04:40:40.316 INFO E| Downloaded concolor-override v1.0.0
31312024-12-21T04:40:40.796Z[ helios-setup] Dec 21 04:40:40.317 INFO E| Downloaded built v0.6.0
31322024-12-21T04:40:40.798Z[ helios-setup] Dec 21 04:40:40.320 INFO E| Downloaded encoding_rs v0.8.32
31332024-12-21T04:40:40.833Z[ helios-setup] Dec 21 04:40:40.356 INFO E| Downloaded ahash v0.7.6
31342024-12-21T04:40:40.901Z[ helios-setup] Dec 21 04:40:40.424 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31352024-12-21T04:40:41.065Z[ helios-setup] Dec 21 04:40:40.588 INFO E| Downloaded libz-sys v1.1.8
31362024-12-21T04:40:41.462Z[ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling proc-macro2 v1.0.86
31372024-12-21T04:40:41.462Z[ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling libc v0.2.139
31382024-12-21T04:40:41.462Z[ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling unicode-ident v1.0.8
31392024-12-21T04:40:41.465Z[ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling autocfg v1.1.0
31402024-12-21T04:40:41.465Z[ helios-setup] Dec 21 04:40:40.985 INFO E| Compiling cfg-if v1.0.0
31412024-12-21T04:40:41.465Z[ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling version_check v0.9.4
31422024-12-21T04:40:41.465Z[ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling serde v1.0.204
31432024-12-21T04:40:41.465Z[ helios-setup] Dec 21 04:40:40.986 INFO E| Compiling syn v1.0.107
31442024-12-21T04:40:42.286Z[ helios-setup] Dec 21 04:40:41.808 INFO E| Compiling memchr v2.5.0
31452024-12-21T04:40:42.970Z[ helios-setup] Dec 21 04:40:42.492 INFO E| Compiling once_cell v1.17.0
31462024-12-21T04:40:43.045Z[ host-package] Compiling nix v0.27.1
31472024-12-21T04:40:43.135Z[ helios-setup] Dec 21 04:40:42.658 INFO E| Compiling log v0.4.17
31482024-12-21T04:40:43.450Z[ helios-setup] Dec 21 04:40:42.972 INFO E| Compiling thiserror v1.0.38
31492024-12-21T04:40:43.889Z[ helios-setup] Dec 21 04:40:43.411 INFO E| Compiling itoa v1.0.6
31502024-12-21T04:40:44.251Z[ helios-setup] Dec 21 04:40:43.773 INFO E| Compiling serde_json v1.0.95
31512024-12-21T04:40:44.959Z[ helios-setup] Dec 21 04:40:44.482 INFO E| Compiling getrandom v0.2.8
31522024-12-21T04:40:45.247Z[ helios-setup] Dec 21 04:40:44.768 INFO E| Compiling jobserver v0.1.26
31532024-12-21T04:40:45.736Z[ helios-setup] Dec 21 04:40:45.257 INFO E| Compiling indexmap v1.9.3
31542024-12-21T04:40:45.862Z[ helios-setup] Dec 21 04:40:45.382 INFO E| Compiling quote v1.0.36
31552024-12-21T04:40:46.503Z[ helios-setup] Dec 21 04:40:46.026 INFO E| Compiling cc v1.0.78
31562024-12-21T04:40:46.579Z[ helios-setup] Dec 21 04:40:46.101 INFO E| Compiling pin-project-lite v0.2.9
31572024-12-21T04:40:46.771Z[ helios-setup] Dec 21 04:40:46.289 INFO E| Compiling syn v2.0.72
31582024-12-21T04:40:47.075Z[ helios-setup] Dec 21 04:40:46.596 INFO E| Compiling scopeguard v1.1.0
31592024-12-21T04:40:47.255Z[ helios-setup] Dec 21 04:40:46.777 INFO E| Compiling num-integer v0.1.45
31602024-12-21T04:40:47.396Z[ helios-setup] Dec 21 04:40:46.918 INFO E| Compiling futures-core v0.3.28
31612024-12-21T04:40:47.400Z[ helios-setup] Dec 21 04:40:46.918 INFO E| Compiling bytes v1.4.0
31622024-12-21T04:40:47.998Z[ helios-setup] Dec 21 04:40:47.520 INFO E| Compiling ryu v1.0.13
31632024-12-21T04:40:48.678Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31642024-12-21T04:40:49.363Z[ host-package] Compiling hyper-staticfile v0.10.1
31652024-12-21T04:40:49.476Z[ helios-setup] Dec 21 04:40:48.983 INFO E| Compiling lock_api v0.4.9
31662024-12-21T04:40:49.766Z[ helios-setup] Dec 21 04:40:49.288 INFO E| Compiling typenum v1.16.0
31672024-12-21T04:40:49.770Z[ helios-setup] Dec 21 04:40:49.289 INFO E| Compiling parking_lot_core v0.9.6
31682024-12-21T04:40:49.770Z[ helios-setup] Dec 21 04:40:49.289 INFO E| Compiling bitflags v1.3.2
31692024-12-21T04:40:50.371Z[ helios-setup] Dec 21 04:40:49.893 INFO E| Compiling num_cpus v1.15.0
31702024-12-21T04:40:50.637Z[ helios-setup] Dec 21 04:40:50.159 INFO E| Compiling slab v0.4.7
31712024-12-21T04:40:50.740Z[ helios-setup] Dec 21 04:40:50.262 INFO E| Compiling generic-array v0.14.6
31722024-12-21T04:40:50.827Z[ helios-setup] Dec 21 04:40:50.336 INFO E| Compiling futures-task v0.3.28
31732024-12-21T04:40:51.072Z[ helios-setup] Dec 21 04:40:50.579 INFO E| Compiling futures-sink v0.3.28
31742024-12-21T04:40:51.178Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31752024-12-21T04:40:51.500Z[ helios-setup] Dec 21 04:40:51.022 INFO E| Compiling futures-channel v0.3.28
31762024-12-21T04:40:52.054Z[ helios-setup] Dec 21 04:40:51.557 INFO E| Compiling tokio v1.27.0
31772024-12-21T04:40:52.129Z[ helios-setup] Dec 21 04:40:51.646 INFO E| Compiling schemars v0.8.12
31782024-12-21T04:40:52.267Z[ helios-setup] Dec 21 04:40:51.789 INFO E| Compiling futures-util v0.3.28
31792024-12-21T04:40:53.299Z[ helios-setup] Dec 21 04:40:52.820 INFO E| Compiling mio v0.8.5
31802024-12-21T04:40:53.553Z[ helios-setup] Dec 21 04:40:53.074 INFO E| Compiling socket2 v0.4.9
31812024-12-21T04:40:53.642Z[ helios-setup] Dec 21 04:40:53.164 INFO E| Compiling signal-hook-registry v1.4.0
31822024-12-21T04:40:53.646Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31832024-12-21T04:40:53.744Z[ helios-setup] Dec 21 04:40:53.266 INFO E| Compiling num-traits v0.2.15
31842024-12-21T04:40:53.915Z[ helios-setup] Dec 21 04:40:53.437 INFO E| Compiling ahash v0.7.6
31852024-12-21T04:40:54.361Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31862024-12-21T04:40:54.903Z[ helios-setup] Dec 21 04:40:54.422 INFO E| Compiling io-lifetimes v1.0.10
31872024-12-21T04:40:55.168Z[ helios-setup] Dec 21 04:40:54.689 INFO E| Compiling futures-io v0.3.28
31882024-12-21T04:40:56.076Z[ helios-setup] Dec 21 04:40:55.597 INFO E| Compiling pin-utils v0.1.0
31892024-12-21T04:40:56.349Z[ helios-setup] Dec 21 04:40:55.870 INFO E| Compiling crunchy v0.2.2
31902024-12-21T04:40:56.924Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
31912024-12-21T04:40:57.210Z[ helios-setup] Dec 21 04:40:56.731 INFO E| Compiling ahash v0.8.3
31922024-12-21T04:40:57.264Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31932024-12-21T04:40:57.541Z[ helios-setup] Dec 21 04:40:57.062 INFO E| Compiling hashbrown v0.12.3
31942024-12-21T04:40:57.821Z[ helios-setup] Dec 21 04:40:57.342 INFO E| Compiling serde_derive_internals v0.26.0
31952024-12-21T04:40:57.935Z[ helios-setup] Dec 21 04:40:57.456 INFO E| Compiling rustix v0.37.3
31962024-12-21T04:40:58.826Z[ helios-setup] Dec 21 04:40:58.347 INFO E| Compiling tiny-keccak v2.0.2
31972024-12-21T04:40:58.889Z[ helios-setup] Dec 21 04:40:58.410 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31982024-12-21T04:40:59.802Z[ helios-setup] Dec 21 04:40:59.323 INFO E| Compiling crypto-common v0.1.6
31992024-12-21T04:41:00.282Z[ helios-setup] Dec 21 04:40:59.803 INFO E| Compiling block-buffer v0.10.3
32002024-12-21T04:41:01.239Z[ helios-setup] Dec 21 04:41:00.761 INFO E| Compiling errno v0.3.1
32012024-12-21T04:41:01.643Z[ helios-setup] Dec 21 04:41:01.164 INFO E| Compiling pkg-config v0.3.26
32022024-12-21T04:41:01.709Z[ helios-setup] Dec 21 04:41:01.231 INFO E| Compiling crossbeam-utils v0.8.14
32032024-12-21T04:41:02.052Z[ helios-setup] Dec 21 04:41:01.573 INFO E| Compiling slog v2.7.0
32042024-12-21T04:41:02.131Z[ helios-setup] Dec 21 04:41:01.653 INFO E| Compiling fnv v1.0.7
32052024-12-21T04:41:02.605Z[ helios-setup] Dec 21 04:41:02.126 INFO E| Compiling http v0.2.9
32062024-12-21T04:41:05.164Z[ helios-setup] Dec 21 04:41:04.685 INFO E| Compiling digest v0.10.6
32072024-12-21T04:41:05.311Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32082024-12-21T04:41:05.832Z[ helios-setup] Dec 21 04:41:05.353 INFO E| Compiling aho-corasick v0.7.20
32092024-12-21T04:41:06.280Z[ helios-setup] Dec 21 04:41:05.800 INFO E| Compiling tinyvec_macros v0.1.1
32102024-12-21T04:41:06.495Z[ helios-setup] Dec 21 04:41:06.016 INFO E| Compiling regex-syntax v0.6.29
32112024-12-21T04:41:07.444Z[ helios-setup] Dec 21 04:41:06.964 INFO E| Compiling unicode-width v0.1.10
32122024-12-21T04:41:07.482Z[ helios-setup] Dec 21 04:41:07.002 INFO E| Compiling heck v0.4.1
32132024-12-21T04:41:08.205Z[ helios-setup] Dec 21 04:41:07.726 INFO E| Compiling httparse v1.8.0
32142024-12-21T04:41:08.506Z[ helios-setup] Dec 21 04:41:08.027 INFO E| Compiling thiserror-impl v1.0.38
32152024-12-21T04:41:08.642Z[ helios-setup] Dec 21 04:41:08.162 INFO E| Compiling schemars_derive v0.8.12
32162024-12-21T04:41:09.025Z[ helios-setup] Dec 21 04:41:08.546 INFO E| Compiling anyhow v1.0.68
32172024-12-21T04:41:09.277Z[ helios-setup] Dec 21 04:41:08.795 INFO E| Compiling percent-encoding v2.2.0
32182024-12-21T04:41:10.186Z[ helios-setup] Dec 21 04:41:09.707 INFO E| Compiling serde_derive v1.0.204
32192024-12-21T04:41:10.509Z[ helios-setup] Dec 21 04:41:10.029 INFO E| Compiling futures-macro v0.3.28
32202024-12-21T04:41:10.699Z[ helios-setup] Dec 21 04:41:10.219 INFO E| Compiling tokio-macros v2.0.0
32212024-12-21T04:41:10.699Z[ helios-setup] Dec 21 04:41:10.220 INFO E| Compiling cpufeatures v0.2.5
32222024-12-21T04:41:11.237Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32232024-12-21T04:41:11.750Z[ helios-setup] Dec 21 04:41:11.271 INFO E| Compiling form_urlencoded v1.1.0
32242024-12-21T04:41:12.229Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32252024-12-21T04:41:12.428Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32262024-12-21T04:41:12.845Z[ helios-setup] Dec 21 04:41:12.366 INFO E| Compiling const-random-macro v0.1.15
32272024-12-21T04:41:13.069Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32282024-12-21T04:41:13.182Z[ helios-setup] Dec 21 04:41:12.702 INFO E| Compiling tinyvec v1.6.0
32292024-12-21T04:41:13.194Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32302024-12-21T04:41:13.284Z[ helios-setup] Dec 21 04:41:12.804 INFO E| Compiling regex v1.7.3
32312024-12-21T04:41:15.021Z[ helios-setup] Dec 21 04:41:14.541 INFO E| Compiling hashbrown v0.13.2
32322024-12-21T04:41:15.089Z[ helios-setup] Dec 21 04:41:14.609 INFO E| Compiling chrono v0.4.24
32332024-12-21T04:41:16.987Z[ helios-setup] Dec 21 04:41:16.506 INFO E| Compiling libz-sys v1.1.8
32342024-12-21T04:41:18.907Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32352024-12-21T04:41:19.150Z[ helios-setup] Dec 21 04:41:18.670 INFO E| Compiling dyn-clone v1.0.11
32362024-12-21T04:41:19.674Z[ helios-setup] Dec 21 04:41:19.194 INFO E| Compiling uuid v1.3.0
32372024-12-21T04:41:20.054Z[ helios-setup] Dec 21 04:41:19.572 INFO E| Compiling unicode-normalization v0.1.22
32382024-12-21T04:41:20.285Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32392024-12-21T04:41:20.314Z[ helios-setup] Dec 21 04:41:19.834 INFO E| Compiling regress v0.5.0
32402024-12-21T04:41:21.361Z[ helios-setup] Dec 21 04:41:20.880 INFO E| Compiling const-random v0.1.15
32412024-12-21T04:41:21.671Z[ host-package] Compiling hashlink v0.9.1
32422024-12-21T04:41:22.597Z[ helios-setup] Dec 21 04:41:22.117 INFO E| Compiling getopts v0.2.21
32432024-12-21T04:41:23.460Z[ host-package] Compiling tungstenite v0.23.0
32442024-12-21T04:41:23.879Z[ helios-setup] Dec 21 04:41:23.398 INFO E| Compiling tracing-core v0.1.30
32452024-12-21T04:41:24.206Z[ helios-setup] Dec 21 04:41:23.723 INFO E| Compiling memoffset v0.7.1
32462024-12-21T04:41:24.462Z[ host-package] Compiling base64 v0.13.1
32472024-12-21T04:41:24.688Z[ helios-setup] Dec 21 04:41:24.207 INFO E| Compiling num-conv v0.1.0
32482024-12-21T04:41:25.257Z[ helios-setup] Dec 21 04:41:24.776 INFO E| Compiling time-core v0.1.2
32492024-12-21T04:41:25.592Z[ helios-setup] Dec 21 04:41:25.112 INFO E| Compiling powerfmt v0.2.0
32502024-12-21T04:41:26.338Z[ host-package] Compiling fallible-iterator v0.3.0
32512024-12-21T04:41:26.438Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32522024-12-21T04:41:26.633Z[ helios-setup] Dec 21 04:41:26.152 INFO E| Compiling unicode-bidi v0.3.13
32532024-12-21T04:41:26.851Z[ helios-setup] Dec 21 04:41:26.369 INFO E| Compiling ucd-trie v0.1.5
32542024-12-21T04:41:27.366Z[ host-package] Compiling tokio-tungstenite v0.23.1
32552024-12-21T04:41:27.702Z[ host-package] Compiling ron v0.7.1
32562024-12-21T04:41:28.220Z[ helios-setup] Dec 21 04:41:27.738 INFO E| Compiling idna v0.3.0
32572024-12-21T04:41:28.378Z[ host-package] Compiling rusqlite v0.32.1
32582024-12-21T04:41:28.733Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32592024-12-21T04:41:29.438Z[ helios-setup] Dec 21 04:41:28.957 INFO E| Compiling pest v2.5.7
32602024-12-21T04:41:30.266Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32612024-12-21T04:41:30.468Z[ helios-setup] Dec 21 04:41:29.986 INFO E| Compiling deranged v0.3.11
32622024-12-21T04:41:32.243Z[ helios-setup] Dec 21 04:41:31.762 INFO E| Compiling time-macros v0.2.18
32632024-12-21T04:41:34.389Z[ helios-setup] Dec 21 04:41:33.907 INFO E| Compiling tracing v0.1.37
32642024-12-21T04:41:35.950Z[ helios-setup] Dec 21 04:41:35.468 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32652024-12-21T04:41:37.759Z[ helios-setup] Dec 21 04:41:37.277 INFO E| Compiling time v0.1.45
32662024-12-21T04:41:37.847Z[ helios-setup] Dec 21 04:41:37.366 INFO E| Compiling crossbeam-epoch v0.9.13
32672024-12-21T04:41:37.923Z[ helios-setup] Dec 21 04:41:37.440 INFO E| Compiling semver v1.0.17
32682024-12-21T04:41:37.942Z[ host-package] Compiling xz2 v0.1.7
32692024-12-21T04:41:38.490Z[ helios-setup] Dec 21 04:41:38.008 INFO E| Compiling toml v0.5.11
32702024-12-21T04:41:38.869Z[ helios-setup] Dec 21 04:41:38.387 INFO E| Compiling serde_tokenstream v0.2.0
32712024-12-21T04:41:39.857Z[ helios-setup] Dec 21 04:41:39.375 INFO E| Compiling smallvec v1.10.0
32722024-12-21T04:41:41.186Z[ host-package] Compiling tokio-rustls v0.24.1
32732024-12-21T04:41:41.670Z[ helios-setup] Dec 21 04:41:41.188 INFO E| Compiling iana-time-zone v0.1.56
32742024-12-21T04:41:41.740Z[ helios-setup] Dec 21 04:41:41.258 INFO E| Compiling num_threads v0.1.6
32752024-12-21T04:41:42.102Z[ helios-setup] Dec 21 04:41:41.620 INFO E| Compiling parking_lot v0.12.1
32762024-12-21T04:41:42.429Z[ host-package] Compiling zone v0.1.8
32772024-12-21T04:41:43.199Z[ helios-setup] Dec 21 04:41:42.716 INFO E| Compiling time v0.3.36
32782024-12-21T04:41:46.260Z[ helios-setup] Dec 21 04:41:45.777 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32792024-12-21T04:41:49.031Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32802024-12-21T04:41:50.466Z[ helios-setup] Dec 21 04:41:49.983 INFO E| Compiling semver-parser v0.10.2
32812024-12-21T04:41:50.695Z[ helios-setup] Dec 21 04:41:50.212 INFO E| Compiling url v2.3.1
32822024-12-21T04:41:54.539Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32832024-12-21T04:41:55.014Z[ helios-setup] Dec 21 04:41:54.531 INFO E| Compiling crossbeam-channel v0.5.6
32842024-12-21T04:41:55.179Z[ helios-setup] Dec 21 04:41:54.696 INFO E| Compiling dirs-sys-next v0.1.2
32852024-12-21T04:41:57.320Z[ helios-setup] Dec 21 04:41:56.836 INFO E| Compiling try-lock v0.2.4
32862024-12-21T04:41:57.656Z[ helios-setup] Dec 21 04:41:57.173 INFO E| Compiling crc32fast v1.3.2
32872024-12-21T04:41:57.656Z[ helios-setup] Dec 21 04:41:57.173 INFO E| Compiling same-file v1.0.6
32882024-12-21T04:41:58.537Z[ helios-setup] Dec 21 04:41:58.053 INFO E| Compiling walkdir v2.3.3
32892024-12-21T04:41:58.652Z[ helios-setup] Dec 21 04:41:58.168 INFO E| Compiling want v0.3.0
32902024-12-21T04:42:00.002Z[ helios-setup] Dec 21 04:41:59.518 INFO E| Compiling dirs-next v2.0.0
32912024-12-21T04:42:02.107Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32922024-12-21T04:42:02.878Z[ helios-setup] Dec 21 04:42:02.393 INFO E| Compiling tokio-util v0.7.7
32932024-12-21T04:42:03.053Z[ helios-setup] Dec 21 04:42:02.569 INFO E| Compiling semver v0.11.0
32942024-12-21T04:42:04.038Z[ helios-setup] Dec 21 04:42:03.554 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32952024-12-21T04:42:04.260Z[ helios-setup] Dec 21 04:42:03.776 INFO E| Compiling proc-macro-crate v1.2.1
32962024-12-21T04:42:05.822Z[ helios-setup] Dec 21 04:42:05.338 INFO E| Compiling h2 v0.3.16
32972024-12-21T04:42:07.400Z[ helios-setup] Dec 21 04:42:06.916 INFO E| Compiling futures-executor v0.3.28
32982024-12-21T04:42:09.590Z[ helios-setup] Dec 21 04:42:08.779 INFO E| Compiling http-body v0.4.5
32992024-12-21T04:42:09.847Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33002024-12-21T04:42:09.918Z[ helios-setup] Dec 21 04:42:09.419 INFO E| Compiling ring v0.16.20
33012024-12-21T04:42:11.191Z[ helios-setup] Dec 21 04:42:10.705 INFO E| Compiling rand_core v0.6.4
33022024-12-21T04:42:12.520Z[ helios-setup] Dec 21 04:42:12.035 INFO E| Compiling thread_local v1.1.7
33032024-12-21T04:42:12.708Z[ helios-setup] Dec 21 04:42:12.223 INFO E| Compiling fastrand v1.9.0
33042024-12-21T04:42:13.654Z[ helios-setup] Dec 21 04:42:13.169 INFO E| Compiling tower-service v0.3.2
33052024-12-21T04:42:13.924Z[ helios-setup] Dec 21 04:42:13.439 INFO E| Compiling adler v1.0.2
33062024-12-21T04:42:14.373Z[ helios-setup] Dec 21 04:42:13.887 INFO E| Compiling httpdate v1.0.2
33072024-12-21T04:42:14.725Z[ helios-setup] Dec 21 04:42:14.240 INFO E| Compiling utf8parse v0.2.1
33082024-12-21T04:42:15.276Z[ helios-setup] Dec 21 04:42:14.790 INFO E| Compiling base64 v0.21.0
33092024-12-21T04:42:15.632Z[ helios-setup] Dec 21 04:42:15.147 INFO E| Compiling lazy_static v1.4.0
33102024-12-21T04:42:15.762Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33112024-12-21T04:42:16.085Z[ helios-setup] Dec 21 04:42:15.599 INFO E| Compiling rayon-core v1.10.2
33122024-12-21T04:42:16.248Z[ helios-setup] Dec 21 04:42:15.756 INFO E| Compiling home v0.5.4
33132024-12-21T04:42:16.823Z[ helios-setup] Dec 21 04:42:16.337 INFO E| Compiling ppv-lite86 v0.2.17
33142024-12-21T04:42:17.770Z[ helios-setup] Dec 21 04:42:17.285 INFO E| Compiling hyper v0.14.25
33152024-12-21T04:42:17.997Z[ helios-setup] Dec 21 04:42:17.511 INFO E| Compiling toolchain_find v0.2.0
33162024-12-21T04:42:18.296Z[ helios-setup] Dec 21 04:42:17.811 INFO E| Compiling rand_chacha v0.3.1
33172024-12-21T04:42:18.895Z[ helios-setup] Dec 21 04:42:18.410 INFO E| Compiling anstyle-parse v0.1.1
33182024-12-21T04:42:19.889Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33192024-12-21T04:42:21.218Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33202024-12-21T04:42:21.850Z[ helios-setup] Dec 21 04:42:21.363 INFO E| Compiling miniz_oxide v0.6.2
33212024-12-21T04:42:22.227Z[ helios-setup] Dec 21 04:42:21.741 INFO E| Compiling tempfile v3.5.0
33222024-12-21T04:42:22.586Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33232024-12-21T04:42:27.420Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33242024-12-21T04:42:27.805Z[ host-package] Compiling rustls-pemfile v1.0.4
33252024-12-21T04:42:28.068Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33262024-12-21T04:42:28.645Z[ helios-setup] Dec 21 04:42:28.158 INFO E| Compiling futures v0.3.28
33272024-12-21T04:42:29.370Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33282024-12-21T04:42:29.691Z[ host-package] Compiling signal-hook-tokio v0.3.1
33292024-12-21T04:42:30.645Z[ host-package] Compiling twox-hash v1.6.3
33302024-12-21T04:42:33.161Z[ host-package] Compiling yasna v0.5.2
33312024-12-21T04:42:35.425Z[ helios-setup] Dec 21 04:42:34.938 INFO E| Compiling num_enum_derive v0.5.7
33322024-12-21T04:42:37.083Z[ helios-setup] Dec 21 04:42:36.596 INFO E| Compiling cargo-lock v8.0.3
33332024-12-21T04:42:37.987Z[ host-package] Compiling is_ci v1.2.0
33342024-12-21T04:42:38.826Z[ host-package] Compiling smawk v0.3.2
33352024-12-21T04:42:39.417Z[ helios-setup] Dec 21 04:42:38.929 INFO E| Compiling crossbeam-deque v0.8.2
33362024-12-21T04:42:39.661Z[ host-package] Compiling unicode-linebreak v0.1.5
33372024-12-21T04:42:40.196Z[ host-package] Compiling supports-color v3.0.1
33382024-12-21T04:42:40.362Z[ host-package] Compiling rcgen v0.12.1
33392024-12-21T04:42:40.924Z[ host-package] Compiling textwrap v0.16.1
33402024-12-21T04:42:41.165Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33412024-12-21T04:42:41.581Z[ helios-setup] Dec 21 04:42:41.093 INFO E| Compiling term v0.7.0
33422024-12-21T04:42:43.016Z[ helios-setup] Dec 21 04:42:42.528 INFO E| Compiling serde_urlencoded v0.7.1
33432024-12-21T04:42:43.861Z[ helios-setup] Dec 21 04:42:43.373 INFO E| Compiling sha1 v0.10.5
33442024-12-21T04:42:44.411Z[ helios-setup] Dec 21 04:42:43.923 INFO E| Compiling sha2 v0.10.6
33452024-12-21T04:42:44.778Z[ helios-setup] Dec 21 04:42:44.291 INFO E| Compiling is-terminal v0.4.7
33462024-12-21T04:42:45.298Z[ helios-setup] Dec 21 04:42:44.810 INFO E| Compiling atty v0.2.14
33472024-12-21T04:42:46.581Z[ helios-setup] Dec 21 04:42:46.092 INFO E| Compiling concolor-override v1.0.0
33482024-12-21T04:42:47.539Z[ helios-setup] Dec 21 04:42:47.051 INFO E| Compiling concolor-query v0.3.3
33492024-12-21T04:42:48.021Z[ helios-setup] Dec 21 04:42:47.533 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33502024-12-21T04:42:48.434Z[ helios-setup] Dec 21 04:42:47.946 INFO E| Compiling anstyle v0.3.5
33512024-12-21T04:42:49.429Z[ helios-setup] Dec 21 04:42:48.941 INFO E| Compiling anstream v0.2.6
33522024-12-21T04:42:51.869Z[ helios-setup] Dec 21 04:42:51.381 INFO E| Compiling slog-term v2.9.0
33532024-12-21T04:42:51.995Z[ helios-setup] Dec 21 04:42:51.506 INFO E| Compiling flate2 v1.0.25
33542024-12-21T04:42:52.300Z[ helios-setup] Dec 21 04:42:51.811 INFO E| Compiling num_enum v0.5.7
33552024-12-21T04:42:52.700Z[ helios-setup] Dec 21 04:42:52.212 INFO E| Compiling rustfmt-wrapper v0.2.0
33562024-12-21T04:42:53.895Z[ helios-setup] Dec 21 04:42:53.406 INFO E| Compiling rand v0.8.5
33572024-12-21T04:42:54.301Z[ helios-setup] Dec 21 04:42:53.810 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33582024-12-21T04:42:54.567Z[ helios-setup] Dec 21 04:42:54.078 INFO E| Compiling openapiv3 v1.0.2
33592024-12-21T04:42:57.477Z[ helios-setup] Dec 21 04:42:56.988 INFO E| Compiling encoding_rs v0.8.32
33602024-12-21T04:42:58.167Z[ helios-setup] Dec 21 04:42:57.678 INFO E| Compiling untrusted v0.7.1
33612024-12-21T04:42:58.764Z[ helios-setup] Dec 21 04:42:58.274 INFO E| Compiling byteorder v1.4.3
33622024-12-21T04:42:59.764Z[ helios-setup] Dec 21 04:42:59.273 INFO E| Compiling project-root v0.2.2
33632024-12-21T04:43:00.650Z[ helios-setup] Dec 21 04:43:00.160 INFO E| Compiling ipnet v2.7.2
33642024-12-21T04:43:01.417Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33652024-12-21T04:43:03.981Z[ helios-setup] Dec 21 04:43:03.492 INFO E| Compiling utf-8 v0.7.6
33662024-12-21T04:43:04.285Z[ helios-setup] Dec 21 04:43:03.795 INFO E| Compiling spin v0.5.2
33672024-12-21T04:43:04.970Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33682024-12-21T04:43:04.994Z[ helios-setup] Dec 21 04:43:04.505 INFO E| Compiling either v1.8.0
33692024-12-21T04:43:05.378Z[ helios-setup] Dec 21 04:43:04.888 INFO E| Compiling base64 v0.13.1
33702024-12-21T04:43:05.679Z[ helios-setup] Dec 21 04:43:05.189 INFO E| Compiling clap_lex v0.4.1
33712024-12-21T04:43:06.499Z[ helios-setup] Dec 21 04:43:06.009 INFO E| Compiling unsafe-libyaml v0.2.8
33722024-12-21T04:43:07.043Z[ helios-setup] Dec 21 04:43:06.554 INFO E| Compiling strsim v0.10.0
33732024-12-21T04:43:07.247Z[ helios-setup] Dec 21 04:43:06.756 INFO E| Compiling mime v0.3.17
33742024-12-21T04:43:07.340Z[ helios-setup] Dec 21 04:43:06.850 INFO E| Compiling tungstenite v0.18.0
33752024-12-21T04:43:08.942Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33762024-12-21T04:43:09.354Z[ helios-setup] Dec 21 04:43:08.863 INFO E| Compiling reqwest v0.11.16
33772024-12-21T04:43:09.488Z[ helios-setup] Dec 21 04:43:08.998 INFO E| Compiling clap_builder v4.2.1
33782024-12-21T04:43:10.439Z[ helios-setup] Dec 21 04:43:09.949 INFO E| Compiling serde_yaml v0.9.21
33792024-12-21T04:43:10.517Z[ helios-setup] Dec 21 04:43:10.027 INFO E| Compiling rayon v1.6.1
33802024-12-21T04:43:18.066Z[ helios-setup] Dec 21 04:43:17.575 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33812024-12-21T04:43:19.666Z[ helios-setup] Dec 21 04:43:19.175 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33822024-12-21T04:43:21.749Z[ helios-setup] Dec 21 04:43:21.257 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33832024-12-21T04:43:24.633Z[ helios-setup] Dec 21 04:43:24.142 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33842024-12-21T04:43:26.623Z[ helios-setup] Dec 21 04:43:26.130 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33852024-12-21T04:43:26.940Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33862024-12-21T04:43:26.989Z[ helios-setup] Dec 21 04:43:26.497 INFO E| Compiling clap_derive v4.2.0
33872024-12-21T04:43:32.366Z[ helios-setup] Dec 21 04:43:31.873 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33882024-12-21T04:43:35.499Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33892024-12-21T04:43:37.162Z[ helios-setup] Dec 21 04:43:36.669 INFO E| Compiling clap v4.2.1
33902024-12-21T04:43:37.619Z[ helios-setup] Dec 21 04:43:37.126 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33912024-12-21T04:43:44.094Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33922024-12-21T04:43:49.901Z[ helios-setup] Dec 21 04:43:49.407 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33932024-12-21T04:43:53.533Z[ helios-setup] Dec 21 04:43:53.039 INFO E| Compiling tokio-tungstenite v0.18.0
33942024-12-21T04:43:54.956Z[ helios-setup] Dec 21 04:43:54.462 INFO E| Compiling smartstring v1.0.1
33952024-12-21T04:43:56.119Z[ helios-setup] Dec 21 04:43:55.625 INFO E| Compiling rustls v0.21.0
33962024-12-21T04:43:58.756Z[ helios-setup] Dec 21 04:43:58.262 INFO E| Compiling rustls-webpki v0.100.1
33972024-12-21T04:44:03.162Z[ helios-setup] Dec 21 04:44:02.667 INFO E| Compiling sct v0.7.0
33982024-12-21T04:44:04.273Z[ helios-setup] Dec 21 04:44:03.778 INFO E| Compiling serde_spanned v0.6.1
33992024-12-21T04:44:04.728Z[ helios-setup] Dec 21 04:44:04.233 INFO E| Compiling toml_datetime v0.6.1
34002024-12-21T04:44:04.994Z[ helios-setup] Dec 21 04:44:04.499 INFO E| Compiling slog-async v2.7.0
34012024-12-21T04:44:06.291Z[ helios-setup] Dec 21 04:44:05.796 INFO E| Compiling winnow v0.4.1
34022024-12-21T04:44:06.348Z[ helios-setup] Dec 21 04:44:05.853 INFO E| Compiling camino v1.1.4
34032024-12-21T04:44:08.027Z[ helios-setup] Dec 21 04:44:07.532 INFO E| Compiling static_assertions v1.1.0
34042024-12-21T04:44:08.029Z[ helios-setup] Dec 21 04:44:07.532 INFO E| Compiling async-trait v0.1.68
34052024-12-21T04:44:08.287Z[ helios-setup] Dec 21 04:44:07.792 INFO E| Compiling paste v1.0.12
34062024-12-21T04:44:09.364Z[ helios-setup] Dec 21 04:44:08.868 INFO E| Compiling match_cfg v0.1.0
34072024-12-21T04:44:09.644Z[ helios-setup] Dec 21 04:44:09.147 INFO E| Compiling hostname v0.3.1
34082024-12-21T04:44:10.886Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34092024-12-21T04:44:11.606Z[ helios-setup] Dec 21 04:44:11.110 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34102024-12-21T04:44:12.772Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34112024-12-21T04:44:14.671Z[ helios-setup] Dec 21 04:44:14.175 INFO E| Compiling toml_edit v0.19.8
34122024-12-21T04:44:16.919Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34132024-12-21T04:44:18.097Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34142024-12-21T04:44:24.283Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34152024-12-21T04:44:24.703Z[ helios-setup] Dec 21 04:44:24.207 INFO E| Compiling slog-json v2.6.1
34162024-12-21T04:44:25.017Z[ helios-setup] Dec 21 04:44:24.520 INFO E| Compiling unicode-linebreak v0.1.4
34172024-12-21T04:44:25.812Z[ helios-setup] Dec 21 04:44:25.316 INFO E| Compiling async-stream-impl v0.3.5
34182024-12-21T04:44:27.803Z[ helios-setup] Dec 21 04:44:27.306 INFO E| Compiling rhai_codegen v1.5.0
34192024-12-21T04:44:29.113Z[ helios-setup] Dec 21 04:44:28.616 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34202024-12-21T04:44:29.820Z[ helios-setup] Dec 21 04:44:29.323 INFO E| Compiling take_mut v0.2.2
34212024-12-21T04:44:30.094Z[ helios-setup] Dec 21 04:44:29.597 INFO E| Compiling async-stream v0.3.5
34222024-12-21T04:44:30.628Z[ helios-setup] Dec 21 04:44:30.131 INFO E| Compiling slog-bunyan v2.4.0
34232024-12-21T04:44:30.741Z[ host-package] Compiling fatfs v0.3.6
34242024-12-21T04:44:30.854Z[ helios-setup] Dec 21 04:44:30.357 INFO E| Compiling toml v0.7.3
34252024-12-21T04:44:31.634Z[ helios-setup] Dec 21 04:44:31.136 INFO E| Compiling tokio-rustls v0.24.0
34262024-12-21T04:44:34.139Z[ helios-setup] Dec 21 04:44:33.642 INFO E| Compiling rhai v1.14.0
34272024-12-21T04:44:36.105Z[ host-package] Compiling subprocess v0.2.9
34282024-12-21T04:44:38.796Z[ helios-setup] Dec 21 04:44:38.298 INFO E| Compiling rustls-pemfile v1.0.2
34292024-12-21T04:44:40.220Z[ helios-setup] Dec 21 04:44:39.721 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34302024-12-21T04:44:41.634Z[ helios-setup] Dec 21 04:44:41.136 INFO E| Compiling bincode v1.3.3
34312024-12-21T04:44:42.347Z[ helios-setup] Dec 21 04:44:41.845 INFO E| Compiling serde_path_to_error v0.1.11
34322024-12-21T04:44:44.149Z[ helios-setup] Dec 21 04:44:43.651 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34332024-12-21T04:44:44.199Z[ helios-setup] Dec 21 04:44:43.700 INFO E| Compiling terminal_size v0.2.6
34342024-12-21T04:44:44.404Z[ host-package] Compiling rtoolbox v0.0.2
34352024-12-21T04:44:44.582Z[ helios-setup] Dec 21 04:44:44.080 INFO E| Compiling smawk v0.3.1
34362024-12-21T04:44:45.317Z[ host-package] Compiling assert_matches v1.5.0
34372024-12-21T04:44:45.671Z[ helios-setup] Dec 21 04:44:45.172 INFO E| Compiling textwrap v0.16.0
34382024-12-21T04:44:45.759Z[ host-package] Compiling rpassword v7.3.1
34392024-12-21T04:44:46.819Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402024-12-21T04:44:51.692Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34412024-12-21T04:44:55.074Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34422024-12-21T04:45:01.403Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34432024-12-21T04:45:08.392Z[ host-package] Compiling tui-tree-widget v0.22.0
34442024-12-21T04:45:09.719Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34452024-12-21T04:45:09.827Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34462024-12-21T04:45:10.694Z[ host-package] Compiling uzers v0.12.1
34472024-12-21T04:45:12.205Z[ helios-setup] Dec 21 04:45:11.704 INFO E| Compiling git2 v0.16.1
34482024-12-21T04:45:15.023Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34492024-12-21T04:45:18.078Z[ helios-setup] Dec 21 04:45:17.576 INFO E| Compiling built v0.6.0
34502024-12-21T04:45:22.796Z[ helios-setup] Dec 21 04:45:22.294 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34512024-12-21T04:45:24.569Z[ helios-setup] Dec 21 04:45:24.067 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34522024-12-21T04:45:25.291Z[ helios-setup] Dec 21 04:45:24.789 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34532024-12-21T04:45:26.027Z[ helios-setup] Dec 21 04:45:25.525 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34542024-12-21T04:45:28.205Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34552024-12-21T04:45:29.141Z[ helios-setup] Dec 21 04:45:28.639 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34562024-12-21T04:45:31.100Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34572024-12-21T04:46:19.619Z[ helios-setup] Dec 21 04:46:19.112 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34582024-12-21T04:46:24.720Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34592024-12-21T04:46:25.372Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34602024-12-21T04:46:30.678Z[ host-package] Compiling multimap v0.10.0
34612024-12-21T04:47:27.104Z[ helios-setup] Dec 21 04:47:26.591 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
34622024-12-21T04:47:27.234Z[ helios-setup] Dec 21 04:47:26.721 INFO building project "pilot" ok (414 seconds)
34632024-12-21T04:47:27.237Z[ helios-setup] rm -f helios-build
34642024-12-21T04:47:27.240Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34652024-12-21T04:47:27.242Z[ helios-setup]
34662024-12-21T04:47:27.244Z[ helios-setup] Setup complete! ./helios-build is now available.
34672024-12-21T04:47:27.248Z[ helios-setup]
34682024-12-21T04:47:27.248Z[ helios-setup]
34692024-12-21T04:47:27.248Z[ helios-setup] real 12:12.049331524
34702024-12-21T04:47:27.248Z[ helios-setup] user 29:25.036299393
34712024-12-21T04:47:27.248Z[ helios-setup] sys 3:38.438797560
34722024-12-21T04:47:27.248Z[ helios-setup] trap 1.842519392
34732024-12-21T04:47:27.248Z[ helios-setup] tflt 8.334054832
34742024-12-21T04:47:27.248Z[ helios-setup] dflt 33.426512444
34752024-12-21T04:47:27.251Z[ helios-setup] kflt 0.037855652
34762024-12-21T04:47:27.251Z[ helios-setup] lock 2:08:18.952038674
34772024-12-21T04:47:27.251Z[ helios-setup] slp 3:48:53.584090102
34782024-12-21T04:47:27.251Z[ helios-setup] lat 33:38.364229352
34792024-12-21T04:47:27.251Z[ helios-setup] stop 4:46.202411406
34802024-12-21T04:47:27.251ZDec 21 04:47:26.735 INFO [helios-setup] process exited with exit status: 0 (732.05506536s)
34812024-12-21T04:47:27.251ZDec 21 04:47:26.735 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34822024-12-21T04:47:27.292Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34832024-12-21T04:47:27.758Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34842024-12-21T04:47:27.761Z[ phbl-toolchain] info: downloading component 'cargo'
34852024-12-21T04:47:29.458Z[ phbl-toolchain] info: downloading component 'clippy'
34862024-12-21T04:47:29.887Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34872024-12-21T04:47:35.778Z[ phbl-toolchain] info: downloading component 'miri'
34882024-12-21T04:47:35.964Z[ phbl-toolchain] info: downloading component 'rust-docs'
34892024-12-21T04:47:37.780Z[ phbl-toolchain] info: downloading component 'rust-src'
34902024-12-21T04:47:37.996Z[ phbl-toolchain] info: downloading component 'rust-std'
34912024-12-21T04:47:40.352Z[ phbl-toolchain] info: downloading component 'rustc'
34922024-12-21T04:47:47.829Z[ phbl-toolchain] info: downloading component 'rustfmt'
34932024-12-21T04:47:48.098Z[ phbl-toolchain] info: installing component 'cargo'
34942024-12-21T04:47:49.443Z[ phbl-toolchain] info: installing component 'clippy'
34952024-12-21T04:47:49.873Z[ phbl-toolchain] info: installing component 'llvm-tools'
34962024-12-21T04:47:55.641Z[ phbl-toolchain] info: installing component 'miri'
34972024-12-21T04:47:55.992Z[ phbl-toolchain] info: installing component 'rust-docs'
34982024-12-21T04:48:03.495Z[ phbl-toolchain] info: installing component 'rust-src'
34992024-12-21T04:48:04.113Z[ phbl-toolchain] info: installing component 'rust-std'
35002024-12-21T04:48:06.575Z[ phbl-toolchain] info: installing component 'rustc'
35012024-12-21T04:48:15.674Z[ phbl-toolchain] info: installing component 'rustfmt'
35022024-12-21T04:48:16.421Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35032024-12-21T04:48:16.424ZDec 21 04:48:15.907 INFO [phbl-toolchain] process exited with exit status: 0 (49.171238559s)
35042024-12-21T04:49:16.615Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35052024-12-21T04:49:18.130Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35062024-12-21T04:56:11.978Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 05s
35072024-12-21T04:57:20.751ZDec 21 04:57:20.019 INFO [host-package] process exited with exit status: 0 (1274.155943806s)
35082024-12-21T04:57:20.763ZDec 21 04:57:20.020 INFO [host-stamp] running task
35092024-12-21T04:57:20.763ZDec 21 04:57:20.020 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35102024-12-21T04:57:20.764ZDec 21 04:57:20.020 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+git7b95f649174
35112024-12-21T04:57:20.764ZDec 21 04:57:20.038 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+git7b95f649174
35122024-12-21T04:57:20.764Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35132024-12-21T04:57:20.764ZDec 21 04:57:20.047 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+git7b95f649174
35142024-12-21T04:57:20.764Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-21T04:57:20.764Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-21T04:57:20.764ZDec 21 04:57:20.058 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+git7b95f649174
35172024-12-21T04:57:20.764Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35182024-12-21T04:57:20.764ZDec 21 04:57:20.067 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+git7b95f649174
35192024-12-21T04:57:20.764Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-21T04:57:20.764Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35212024-12-21T04:57:20.764ZDec 21 04:57:20.079 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+git7b95f649174
35222024-12-21T04:57:20.764Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35232024-12-21T04:57:20.764ZDec 21 04:57:20.094[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-21T04:57:20.764Z 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+git7b95f649174
35252024-12-21T04:57:20.764Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-21T04:57:20.764ZDec 21 04:57:20.112 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+git7b95f649174
35272024-12-21T04:57:20.764Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35282024-12-21T04:57:20.764Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35292024-12-21T04:57:20.764ZDec 21 04:57:20.131 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (92.253633ms)
35302024-12-21T04:57:20.764ZDec 21 04:57:20.131 INFO [stamp-overlay] process exited with exit status: 0 (63.633814ms)
35312024-12-21T04:57:20.764ZDec 21 04:57:20.131 INFO [stamp-oxlog] process exited with exit status: 0 (52.097889ms)
35322024-12-21T04:57:20.764Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35332024-12-21T04:57:20.866Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35342024-12-21T04:57:20.867ZDec 21 04:57:20.231 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.458239ms)
35352024-12-21T04:57:20.883Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35362024-12-21T04:57:20.883ZDec 21 04:57:20.307 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.948338ms)
35372024-12-21T04:57:21.039Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35382024-12-21T04:57:21.050ZDec 21 04:57:20.452 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (405.879386ms)
35392024-12-21T04:57:21.827Z[recovery-package] Compiling newtype-uuid v1.1.3
35402024-12-21T04:57:21.886Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35412024-12-21T04:57:21.924ZDec 21 04:57:21.323 INFO [stamp-propolis-server] process exited with exit status: 0 (1.22917067s)
35422024-12-21T04:57:22.344Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35432024-12-21T04:57:22.634Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35442024-12-21T04:57:22.634Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35452024-12-21T04:57:22.673Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35462024-12-21T04:57:23.244Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35472024-12-21T04:57:30.465Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35482024-12-21T04:57:30.472ZDec 21 04:57:29.902 INFO [stamp-switch-asic] process exited with exit status: 0 (9.881540065s)
35492024-12-21T04:57:30.472ZDec 21 04:57:29.902 INFO [host-stamp] task succeeded (9.882422988s)
35502024-12-21T04:57:30.472ZDec 21 04:57:29.902 INFO [host-proto] running task
35512024-12-21T04:57:30.926ZDec 21 04:57:30.359 INFO [host-proto] task succeeded (456.643995ms)
35522024-12-21T04:57:30.927ZDec 21 04:57:30.359 INFO [host-profile] running task
35532024-12-21T04:57:30.934ZDec 21 04:57:30.359 INFO [host-profile] task succeeded (339.154µs)
35542024-12-21T04:57:30.934ZDec 21 04:57:30.359 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/.tmpHZ7K79/proto/host/root -N 'ci 7b95f64/${os_short_commit} 2024-12-21 04:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35552024-12-21T04:57:30.945Z[ host-image] Dec 21 04:57:30.378 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35562024-12-21T04:57:30.958Z[ host-image] Dec 21 04:57:30.378 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35572024-12-21T04:57:30.966Z[ host-image] Dec 21 04:57:30.393 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHZ7K79/proto/host/root"
35582024-12-21T04:57:30.966Z[ host-image] Dec 21 04:57:30.393 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35592024-12-21T04:57:30.966Z[ host-image] Dec 21 04:57:30.394 INFO image builder template: ramdisk-01-os...
35602024-12-21T04:57:30.966Z[ host-image] Dec 21 04:57:30.394 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/.tmpHZ7K79/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
35612024-12-21T04:57:30.982Z[ host-image] Dec 21 04:57:30.415 INFO O| Dec 21 04:57:30.415 INFO CREATE DATASET: rpool/images/build/host/output
35622024-12-21T04:57:31.284Z[ host-image] Dec 21 04:57:30.686 INFO O| Dec 21 04:57:30.686 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35632024-12-21T04:57:31.317Z[ host-image] Dec 21 04:57:30.691 INFO O| Dec 21 04:57:30.691 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35642024-12-21T04:57:31.512Z[ host-image] Dec 21 04:57:30.945 INFO O| Dec 21 04:57:30.944 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35652024-12-21T04:57:31.593Z[ host-image] Dec 21 04:57:31.025 INFO O| Dec 21 04:57:31.025 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35662024-12-21T04:57:31.593Z[ host-image] Dec 21 04:57:31.025 INFO O| Dec 21 04:57:31.025 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35672024-12-21T04:57:31.603Z[ host-image] Dec 21 04:57:31.026 INFO O| Dec 21 04:57:31.025 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35682024-12-21T04:57:31.603Z[ host-image] Dec 21 04:57:31.026 INFO O| Dec 21 04:57:31.026 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35692024-12-21T04:57:31.603Z[ host-image] Dec 21 04:57:31.034 INFO O| Dec 21 04:57:31.034 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35702024-12-21T04:57:31.858Z[ host-image] Dec 21 04:57:31.289 INFO O| Dec 21 04:57:31.289 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-12-21T04:57:31.868Z[ host-image] Dec 21 04:57:31.300 INFO O| Dec 21 04:57:31.300 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35722024-12-21T04:57:32.256Z[ host-image] Dec 21 04:57:31.687 INFO O| Dec 21 04:57:31.687 INFO O| Caching catalogs ... Done
35732024-12-21T04:57:32.328Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35742024-12-21T04:57:32.328Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35752024-12-21T04:57:32.337Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35762024-12-21T04:57:32.337Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35772024-12-21T04:57:32.346Z[ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 0 (pkg_image_create) COMPLETE
35782024-12-21T04:57:32.346Z[ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35792024-12-21T04:57:32.346Z[ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO skip step because feature "repo_redist" is not enabled
35802024-12-21T04:57:32.346Z[ host-image] Dec 21 04:57:31.775 INFO O| Dec 21 04:57:31.775 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35812024-12-21T04:57:32.368Z[ host-image] Dec 21 04:57:31.788 INFO O| Dec 21 04:57:31.788 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"]
35822024-12-21T04:57:32.848Z[ host-image] Dec 21 04:57:32.281 INFO O| Dec 21 04:57:32.281 INFO STEP 2 (pkg_set_publisher) COMPLETE
35832024-12-21T04:57:32.848Z[ host-image] Dec 21 04:57:32.281 INFO O| Dec 21 04:57:32.281 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35842024-12-21T04:57:32.869Z[ host-image] Dec 21 04:57:32.299 INFO O| Dec 21 04:57:32.299 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"]
35852024-12-21T04:57:33.419Z[ host-image] Dec 21 04:57:32.851 INFO O| Dec 21 04:57:32.851 INFO STEP 3 (pkg_set_publisher) COMPLETE
35862024-12-21T04:57:33.419Z[ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35872024-12-21T04:57:33.432Z[ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO skip step because feature "repo_redist" is not enabled
35882024-12-21T04:57:33.432Z[ host-image] Dec 21 04:57:32.852 INFO O| Dec 21 04:57:32.851 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-12-21T04:57:34.044Z[ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO variant opensolaris.zone is already global
35902024-12-21T04:57:34.044Z[ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO STEP 5 (pkg_change_variant) COMPLETE
35912024-12-21T04:57:34.055Z[ host-image] Dec 21 04:57:33.440 INFO O| Dec 21 04:57:33.440 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35922024-12-21T04:57:34.571Z[ host-image] Dec 21 04:57:34.003 INFO O| Dec 21 04:57:34.003 INFO variant opensolaris.imagetype is full; changing to partial
35932024-12-21T04:57:34.571Z[ host-image] Dec 21 04:57:34.003 INFO O| Dec 21 04:57:34.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35942024-12-21T04:57:35.506Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35952024-12-21T04:57:35.640Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35962024-12-21T04:57:40.640Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35972024-12-21T04:57:40.728Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35982024-12-21T04:57:41.574Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35992024-12-21T04:57:46.095Z[ host-image] Dec 21 04:57:45.527 INFO O| Dec 21 04:57:45.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36002024-12-21T04:57:46.149Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36012024-12-21T04:57:51.055Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36022024-12-21T04:57:53.815Z[ host-image] Dec 21 04:57:53.246 INFO O| Dec 21 04:57:53.246 INFO O| Startup: Caching catalogs ... Done
36032024-12-21T04:57:53.919Z[ host-image] Dec 21 04:57:53.349 INFO O| Dec 21 04:57:53.349 INFO O| Planning: Planning completed in 0.00 seconds
36042024-12-21T04:57:53.921Z[ host-image] Dec 21 04:57:53.350 INFO O| Dec 21 04:57:53.350 INFO O| Planning: Consolidating action changes ... Done
36052024-12-21T04:57:53.921Z[ host-image] Dec 21 04:57:53.350 INFO O| Dec 21 04:57:53.350 INFO O| Planning: Evaluating mediators ... Done
36062024-12-21T04:57:53.921Z[ host-image] Dec 21 04:57:53.351 INFO O| Dec 21 04:57:53.351 INFO O| Planning: Planning completed in 0.00 seconds
36072024-12-21T04:57:53.921Z[ host-image] Dec 21 04:57:53.351 INFO O| Dec 21 04:57:53.351 INFO O| Variants/Facets to change: 1
36082024-12-21T04:57:53.997Z[ host-image] Dec 21 04:57:53.428 INFO O| Dec 21 04:57:53.428 INFO O| Done
36092024-12-21T04:57:53.997Z[ host-image] Dec 21 04:57:53.428 INFO O| Dec 21 04:57:53.428 INFO O| Done
36102024-12-21T04:57:54.677Z[ host-image] Dec 21 04:57:54.108 INFO O| Dec 21 04:57:54.108 INFO O| Done
36112024-12-21T04:57:54.748Z[ host-image] Dec 21 04:57:54.179 INFO O| Dec 21 04:57:54.179 INFO O| Done
36122024-12-21T04:57:54.751Z[ host-image] Dec 21 04:57:54.181 INFO O| Dec 21 04:57:54.181 INFO O| Done
36132024-12-21T04:57:54.751Z[ host-image] Dec 21 04:57:54.181 INFO O| Dec 21 04:57:54.181 INFO O| Done
36142024-12-21T04:57:54.753Z[ host-image] Dec 21 04:57:54.183 INFO O| Dec 21 04:57:54.183 INFO O| Done
36152024-12-21T04:57:55.313Z[ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 6 (pkg_change_variant) COMPLETE
36162024-12-21T04:57:55.313Z[ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172024-12-21T04:57:55.313Z[ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO skip step because feature "debug_variant" is not enabled
36182024-12-21T04:57:55.316Z[ host-image] Dec 21 04:57:54.744 INFO O| Dec 21 04:57:54.744 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36192024-12-21T04:57:55.828Z[ host-image] Dec 21 04:57:55.258 INFO O| Dec 21 04:57:55.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36202024-12-21T04:57:56.813Z[ host-image] Dec 21 04:57:56.244 INFO O| Dec 21 04:57:56.244 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36212024-12-21T04:57:56.816Z[ host-image] Dec 21 04:57:56.246 INFO O| Dec 21 04:57:56.246 INFO O| Planning: Planning completed in 0.00 seconds
36222024-12-21T04:57:56.818Z[ host-image] Dec 21 04:57:56.247 INFO O| Dec 21 04:57:56.247 INFO O| Planning: Consolidating action changes ... Done
36232024-12-21T04:57:56.818Z[ host-image] Dec 21 04:57:56.247 INFO O| Dec 21 04:57:56.247 INFO O| Planning: Evaluating mediators ... Done
36242024-12-21T04:57:56.818Z[ host-image] Dec 21 04:57:56.248 INFO O| Dec 21 04:57:56.248 INFO O| Planning: Planning completed in 0.00 seconds
36252024-12-21T04:57:56.818Z[ host-image] Dec 21 04:57:56.249 INFO O| Dec 21 04:57:56.249 INFO O| Variants/Facets to change: 1
36262024-12-21T04:57:56.976Z[ host-image] Dec 21 04:57:56.406 INFO O| Dec 21 04:57:56.406 INFO O| Done
36272024-12-21T04:57:56.976Z[ host-image] Dec 21 04:57:56.406 INFO O| Dec 21 04:57:56.406 INFO O| Done
36282024-12-21T04:57:57.522Z[ host-image] Dec 21 04:57:56.952 INFO O| Dec 21 04:57:56.952 INFO O| Done
36292024-12-21T04:57:57.578Z[ host-image] Dec 21 04:57:57.008 INFO O| Dec 21 04:57:57.008 INFO O| Done
36302024-12-21T04:57:57.581Z[ host-image] Dec 21 04:57:57.009 INFO O| Dec 21 04:57:57.009 INFO O| Done
36312024-12-21T04:57:57.581Z[ host-image] Dec 21 04:57:57.009 INFO O| Dec 21 04:57:57.009 INFO O| Done
36322024-12-21T04:57:57.581Z[ host-image] Dec 21 04:57:57.010 INFO O| Dec 21 04:57:57.010 INFO O| Done
36332024-12-21T04:57:57.639Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 8 (pkg_change_facet) COMPLETE
36342024-12-21T04:57:57.639Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-12-21T04:57:57.642Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO skip step because feature "recovery" is not enabled
36362024-12-21T04:57:57.642Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-12-21T04:57:57.643Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO skip step because feature "recovery" is not enabled
36382024-12-21T04:57:57.643Z[ host-image] Dec 21 04:57:57.069 INFO O| Dec 21 04:57:57.069 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-12-21T04:57:57.651Z[ host-image] Dec 21 04:57:57.081 INFO O| Dec 21 04:57:57.081 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"]
36402024-12-21T04:57:58.105Z[ host-image] Dec 21 04:57:57.536 INFO O| Dec 21 04:57:57.535 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36412024-12-21T04:58:11.154Z[recovery-package] Finished `release` profile [optimized] target(s) in 50.30s
36422024-12-21T04:58:12.723ZDec 21 04:58:12.152 INFO [recovery-package] process exited with exit status: 0 (52.132365915s)
36432024-12-21T04:58:12.723ZDec 21 04:58:12.152 INFO [recovery-stamp] running task
36442024-12-21T04:58:12.726ZDec 21 04:58:12.153 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36452024-12-21T04:58:12.733ZDec 21 04:58:12.162 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git7b95f649174
36462024-12-21T04:58:12.745ZDec 21 04:58:12.173 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+git7b95f649174
36472024-12-21T04:58:12.754Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36482024-12-21T04:58:12.766Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36492024-12-21T04:58:12.820Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36502024-12-21T04:58:12.823ZDec 21 04:58:12.253 INFO [stamp-installinator] process exited with exit status: 0 (90.750626ms)
36512024-12-21T04:58:12.888Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36522024-12-21T04:58:12.891ZDec 21 04:58:12.320 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.323626ms)
36532024-12-21T04:58:12.894ZDec 21 04:58:12.320 INFO [recovery-stamp] task succeeded (167.97132ms)
36542024-12-21T04:58:12.894ZDec 21 04:58:12.321 INFO [recovery-proto] running task
36552024-12-21T04:58:12.894ZDec 21 04:58:12.321 INFO [tuf-stamp] running task
36562024-12-21T04:58:12.894ZDec 21 04:58:12.322 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+git7b95f649174
36572024-12-21T04:58:12.910ZDec 21 04:58:12.339 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+git7b95f649174
36582024-12-21T04:58:12.924Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36592024-12-21T04:58:12.926ZDec 21 04:58:12.353 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+git7b95f649174
36602024-12-21T04:58:12.936Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36612024-12-21T04:58:12.940ZDec 21 04:58:12.370 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+git7b95f649174
36622024-12-21T04:58:12.956Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36632024-12-21T04:58:12.974ZDec 21 04:58:12.386 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+git7b95f649174
36642024-12-21T04:58:12.978ZDec 21 04:58:12.404 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+git7b95f649174
36652024-12-21T04:58:12.978Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36662024-12-21T04:58:13.012ZDec 21 04:58:12.441 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+git7b95f649174
36672024-12-21T04:58:13.043Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36682024-12-21T04:58:13.048ZDec 21 04:58:12.474 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+git7b95f649174
36692024-12-21T04:58:13.067Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36702024-12-21T04:58:13.089Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36712024-12-21T04:58:13.092ZDec 21 04:58:12.518 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+git7b95f649174
36722024-12-21T04:58:13.235Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36732024-12-21T04:58:13.240ZDec 21 04:58:12.670 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+git7b95f649174
36742024-12-21T04:58:13.241ZDec 21 04:58:12.670 INFO [recovery-proto] task succeeded (349.103471ms)
36752024-12-21T04:58:13.416Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36762024-12-21T04:58:13.419Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36772024-12-21T04:58:13.419ZDec 21 04:58:12.845 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+git7b95f649174
36782024-12-21T04:58:13.652ZDec 21 04:58:13.081 INFO [stamp-probe] process exited with exit status: 0 (605.910742ms)
36792024-12-21T04:58:13.655ZDec 21 04:58:13.081 INFO [stamp-ntp] process exited with exit status: 0 (741.47256ms)
36802024-12-21T04:58:13.673Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36812024-12-21T04:58:13.676Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36822024-12-21T04:58:13.676Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
36832024-12-21T04:58:13.676Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36842024-12-21T04:58:13.696Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36852024-12-21T04:58:13.699ZDec 21 04:58:13.129 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/.tmpHZ7K79/proto/recovery/root -N 'recovery 7b95f64/${os_short_commit} 2024-12-21 04:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36862024-12-21T04:58:13.788Z[ recovery-image] Dec 21 04:58:13.217 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36872024-12-21T04:58:13.788Z[ recovery-image] Dec 21 04:58:13.217 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36882024-12-21T04:58:13.814Z[ recovery-image] Dec 21 04:58:13.243 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHZ7K79/proto/recovery/root"
36892024-12-21T04:58:13.816Z[ recovery-image] Dec 21 04:58:13.243 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36902024-12-21T04:58:13.818Z[ recovery-image] Dec 21 04:58:13.244 INFO image builder template: ramdisk-01-os...
36912024-12-21T04:58:13.818Z[ recovery-image] Dec 21 04:58:13.244 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/.tmpHZ7K79/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
36922024-12-21T04:58:13.876Z[ recovery-image] Dec 21 04:58:13.305 INFO O| Dec 21 04:58:13.286 INFO CREATE DATASET: rpool/images/build/recovery/output
36932024-12-21T04:58:14.277Z[ recovery-image] Dec 21 04:58:13.706 INFO O| Dec 21 04:58:13.706 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36942024-12-21T04:58:14.311Z[ recovery-image] Dec 21 04:58:13.740 INFO O| Dec 21 04:58:13.718 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36952024-12-21T04:58:14.495Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36962024-12-21T04:58:14.546ZDec 21 04:58:13.976 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.572074391s)
36972024-12-21T04:58:14.703Z[ recovery-image] Dec 21 04:58:14.133 INFO O| Dec 21 04:58:14.129 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36982024-12-21T04:58:14.799Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36992024-12-21T04:58:14.803ZDec 21 04:58:14.233 INFO [stamp-external-dns] process exited with exit status: 0 (1.846819072s)
37002024-12-21T04:58:14.822Z[ recovery-image] Dec 21 04:58:14.251 INFO O| Dec 21 04:58:14.251 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37012024-12-21T04:58:14.824Z[ recovery-image] Dec 21 04:58:14.251 INFO O| Dec 21 04:58:14.251 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37022024-12-21T04:58:14.824Z[ recovery-image] Dec 21 04:58:14.252 INFO O| Dec 21 04:58:14.252 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37032024-12-21T04:58:14.824Z[ recovery-image] Dec 21 04:58:14.252 INFO O| Dec 21 04:58:14.252 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37042024-12-21T04:58:14.832Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37052024-12-21T04:58:14.834Z[ recovery-image] Dec 21 04:58:14.263 INFO O| Dec 21 04:58:14.263 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37062024-12-21T04:58:14.881ZDec 21 04:58:14.311 INFO [stamp-internal-dns] process exited with exit status: 0 (1.869700947s)
37072024-12-21T04:58:15.091Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37082024-12-21T04:58:15.095ZDec 21 04:58:14.525 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.854867251s)
37092024-12-21T04:58:15.159Z[ recovery-image] Dec 21 04:58:14.588 INFO O| Dec 21 04:58:14.586 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37102024-12-21T04:58:15.169Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37112024-12-21T04:58:15.173Z[ recovery-image] Dec 21 04:58:14.602 INFO O| Dec 21 04:58:14.601 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37122024-12-21T04:58:15.175ZDec 21 04:58:14.603 INFO [stamp-oximeter] process exited with exit status: 0 (2.249748561s)
37132024-12-21T04:58:15.568Z[ recovery-image] Dec 21 04:58:14.997 INFO O| Dec 21 04:58:14.997 INFO O| Caching catalogs ... Done
37142024-12-21T04:58:15.687Z[ recovery-image] Dec 21 04:58:15.116 INFO O| Dec 21 04:58:15.116 INFO STEP 0 (pkg_image_create) COMPLETE
37152024-12-21T04:58:15.690Z[ recovery-image] Dec 21 04:58:15.116 INFO O| Dec 21 04:58:15.116 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-12-21T04:58:15.690Z[ recovery-image] Dec 21 04:58:15.117 INFO O| Dec 21 04:58:15.116 INFO skip step because feature "repo_redist" is not enabled
37172024-12-21T04:58:15.690Z[ recovery-image] Dec 21 04:58:15.117 INFO O| Dec 21 04:58:15.116 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-21T04:58:15.701Z[ recovery-image] Dec 21 04:58:15.130 INFO O| Dec 21 04:58:15.130 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"]
37192024-12-21T04:58:16.197Z[ recovery-image] Dec 21 04:58:15.625 INFO O| Dec 21 04:58:15.625 INFO STEP 2 (pkg_set_publisher) COMPLETE
37202024-12-21T04:58:16.197Z[ recovery-image] Dec 21 04:58:15.625 INFO O| Dec 21 04:58:15.625 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-21T04:58:16.213Z[ recovery-image] Dec 21 04:58:15.642 INFO O| Dec 21 04:58:15.642 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"]
37222024-12-21T04:58:16.709Z[ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 3 (pkg_set_publisher) COMPLETE
37232024-12-21T04:58:16.709Z[ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-21T04:58:16.709Z[ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO skip step because feature "repo_redist" is not enabled
37252024-12-21T04:58:16.709Z[ recovery-image] Dec 21 04:58:16.138 INFO O| Dec 21 04:58:16.138 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-21T04:58:17.190Z[ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO variant opensolaris.zone is already global
37272024-12-21T04:58:17.190Z[ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO STEP 5 (pkg_change_variant) COMPLETE
37282024-12-21T04:58:17.190Z[ recovery-image] Dec 21 04:58:16.619 INFO O| Dec 21 04:58:16.619 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37292024-12-21T04:58:17.661Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37302024-12-21T04:58:17.665ZDec 21 04:58:17.094 INFO [stamp-nexus] process exited with exit status: 0 (4.248515608s)
37312024-12-21T04:58:17.667Z[ recovery-image] Dec 21 04:58:17.097 INFO O| Dec 21 04:58:17.096 INFO variant opensolaris.imagetype is full; changing to partial
37322024-12-21T04:58:17.667Z[ recovery-image] Dec 21 04:58:17.097 INFO O| Dec 21 04:58:17.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37332024-12-21T04:58:18.027Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37342024-12-21T04:58:18.189Z[verify-libraries] Compiling home v0.5.9
37352024-12-21T04:58:18.208Z[verify-libraries] Compiling cfg_aliases v0.1.1
37362024-12-21T04:58:18.231Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37372024-12-21T04:58:18.231Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37382024-12-21T04:58:18.231Z[verify-libraries] Compiling unicode_categories v0.1.1
37392024-12-21T04:58:18.477Z[verify-libraries] Compiling nix v0.28.0
37402024-12-21T04:58:18.612Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37412024-12-21T04:58:18.614Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422024-12-21T04:58:18.668Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37432024-12-21T04:58:18.703ZDec 21 04:58:18.133 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.810863778s)
37442024-12-21T04:58:18.805Z[verify-libraries] Compiling sqlformat v0.2.6
37452024-12-21T04:58:18.899Z[verify-libraries] Compiling polyval v0.6.2
37462024-12-21T04:58:19.495Z[verify-libraries] Compiling sqlparser v0.45.0
37472024-12-21T04:58:19.760Z[verify-libraries] Compiling ghash v0.5.1
37482024-12-21T04:58:19.763Z[verify-libraries] Compiling ctr v0.9.2
37492024-12-21T04:58:19.849Z[verify-libraries] Compiling ssh-encoding v0.2.0
37502024-12-21T04:58:20.189Z[verify-libraries] Compiling blowfish v0.9.1
37512024-12-21T04:58:20.959Z[verify-libraries] Compiling aes-gcm v0.10.3
37522024-12-21T04:58:21.661Z[verify-libraries] Compiling ssh-cipher v0.2.0
37532024-12-21T04:58:21.746Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37542024-12-21T04:58:22.483Z[verify-libraries] Compiling password-hash v0.4.2
37552024-12-21T04:58:25.395Z[verify-libraries] Compiling rustyline v14.0.0
37562024-12-21T04:58:26.914Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37572024-12-21T04:58:26.919ZDec 21 04:58:26.348 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.829402028s)
37582024-12-21T04:58:27.490Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37592024-12-21T04:58:27.495Z[verify-libraries] Compiling matches v0.1.10
37602024-12-21T04:58:27.518ZDec 21 04:58:26.946 INFO [stamp-clickhouse] process exited with exit status: 0 (14.576826657s)
37612024-12-21T04:58:27.518ZDec 21 04:58:26.947 INFO [tuf-stamp] task succeeded (14.625906324s)
37622024-12-21T04:58:27.680Z[verify-libraries] Compiling idna v0.2.3
37632024-12-21T04:58:28.133Z[verify-libraries] Compiling pbkdf2 v0.11.0
37642024-12-21T04:58:28.684Z[verify-libraries] Compiling ssh-key v0.6.6
37652024-12-21T04:58:28.820Z[verify-libraries] Compiling p521 v0.13.3
37662024-12-21T04:58:30.472Z[ recovery-image] Dec 21 04:58:29.899 INFO O| Dec 21 04:58:29.899 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37672024-12-21T04:58:32.853Z[verify-libraries] Compiling p256 v0.13.2
37682024-12-21T04:58:34.242Z[verify-libraries] Compiling enum-as-inner v0.5.1
37692024-12-21T04:58:35.597Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37702024-12-21T04:58:36.113Z[verify-libraries] Compiling md5 v0.7.0
37712024-12-21T04:58:36.744Z[verify-libraries] Compiling russh-keys v0.45.0
37722024-12-21T04:58:40.228Z[ recovery-image] Dec 21 04:58:39.654 INFO O| Dec 21 04:58:39.654 INFO O| Startup: Caching catalogs ... Done
37732024-12-21T04:58:40.370Z[ recovery-image] Dec 21 04:58:39.796 INFO O| Dec 21 04:58:39.796 INFO O| Planning: Planning completed in 0.00 seconds
37742024-12-21T04:58:40.372Z[ recovery-image] Dec 21 04:58:39.797 INFO O| Dec 21 04:58:39.797 INFO O| Planning: Consolidating action changes ... Done
37752024-12-21T04:58:40.373Z[ recovery-image] Dec 21 04:58:39.797 INFO O| Dec 21 04:58:39.797 INFO O| Planning: Evaluating mediators ... Done
37762024-12-21T04:58:40.373Z[ recovery-image] Dec 21 04:58:39.798 INFO O| Dec 21 04:58:39.798 INFO O| Planning: Planning completed in 0.00 seconds
37772024-12-21T04:58:40.373Z[ recovery-image] Dec 21 04:58:39.799 INFO O| Dec 21 04:58:39.799 INFO O| Variants/Facets to change: 1
37782024-12-21T04:58:40.568Z[ recovery-image] Dec 21 04:58:39.995 INFO O| Dec 21 04:58:39.995 INFO O| Done
37792024-12-21T04:58:40.568Z[ recovery-image] Dec 21 04:58:39.995 INFO O| Dec 21 04:58:39.995 INFO O| Done
37802024-12-21T04:58:41.482Z[ recovery-image] Dec 21 04:58:40.909 INFO O| Dec 21 04:58:40.909 INFO O| Done
37812024-12-21T04:58:41.514Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37822024-12-21T04:58:41.585Z[ recovery-image] Dec 21 04:58:41.011 INFO O| Dec 21 04:58:41.011 INFO O| Done
37832024-12-21T04:58:41.589Z[ recovery-image] Dec 21 04:58:41.013 INFO O| Dec 21 04:58:41.013 INFO O| Done
37842024-12-21T04:58:41.589Z[ recovery-image] Dec 21 04:58:41.013 INFO O| Dec 21 04:58:41.013 INFO O| Done
37852024-12-21T04:58:41.594Z[ recovery-image] Dec 21 04:58:41.015 INFO O| Dec 21 04:58:41.015 INFO O| Done
37862024-12-21T04:58:41.644Z[verify-libraries] Compiling num-bigint v0.4.6
37872024-12-21T04:58:42.433Z[ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 6 (pkg_change_variant) COMPLETE
37882024-12-21T04:58:42.433Z[ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-12-21T04:58:42.436Z[ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO skip step because feature "debug_variant" is not enabled
37902024-12-21T04:58:42.436Z[ recovery-image] Dec 21 04:58:41.859 INFO O| Dec 21 04:58:41.859 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-12-21T04:58:43.182Z[ recovery-image] Dec 21 04:58:42.608 INFO O| Dec 21 04:58:42.608 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37922024-12-21T04:58:44.155Z[ recovery-image] Dec 21 04:58:43.581 INFO O| Dec 21 04:58:43.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37932024-12-21T04:58:44.158Z[ recovery-image] Dec 21 04:58:43.582 INFO O| Dec 21 04:58:43.582 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-21T04:58:44.159Z[ recovery-image] Dec 21 04:58:43.583 INFO O| Dec 21 04:58:43.583 INFO O| Planning: Consolidating action changes ... Done
37952024-12-21T04:58:44.159Z[ recovery-image] Dec 21 04:58:43.583 INFO O| Dec 21 04:58:43.583 INFO O| Planning: Evaluating mediators ... Done
37962024-12-21T04:58:44.159Z[ recovery-image] Dec 21 04:58:43.584 INFO O| Dec 21 04:58:43.584 INFO O| Planning: Planning completed in 0.00 seconds
37972024-12-21T04:58:44.159Z[ recovery-image] Dec 21 04:58:43.584 INFO O| Dec 21 04:58:43.584 INFO O| Variants/Facets to change: 1
37982024-12-21T04:58:44.256Z[ recovery-image] Dec 21 04:58:43.682 INFO O| Dec 21 04:58:43.682 INFO O| Done
37992024-12-21T04:58:44.257Z[ recovery-image] Dec 21 04:58:43.682 INFO O| Dec 21 04:58:43.682 INFO O| Done
38002024-12-21T04:58:45.258Z[ recovery-image] Dec 21 04:58:44.684 INFO O| Dec 21 04:58:44.684 INFO O| Done
38012024-12-21T04:58:45.344Z[ recovery-image] Dec 21 04:58:44.771 INFO O| Dec 21 04:58:44.771 INFO O| Done
38022024-12-21T04:58:45.347Z[ recovery-image] Dec 21 04:58:44.772 INFO O| Dec 21 04:58:44.772 INFO O| Done
38032024-12-21T04:58:45.347Z[ recovery-image] Dec 21 04:58:44.772 INFO O| Dec 21 04:58:44.772 INFO O| Done
38042024-12-21T04:58:45.349Z[ recovery-image] Dec 21 04:58:44.774 INFO O| Dec 21 04:58:44.774 INFO O| Done
38052024-12-21T04:58:45.479Z[ recovery-image] Dec 21 04:58:44.905 INFO O| Dec 21 04:58:44.905 INFO STEP 8 (pkg_change_facet) COMPLETE
38062024-12-21T04:58:45.479Z[ recovery-image] Dec 21 04:58:44.905 INFO O| Dec 21 04:58:44.905 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072024-12-21T04:58:46.100Z[ recovery-image] Dec 21 04:58:45.527 INFO O| Dec 21 04:58:45.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38082024-12-21T04:58:47.063Z[ recovery-image] Dec 21 04:58:46.490 INFO O| Dec 21 04:58:46.490 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-12-21T04:58:47.066Z[ recovery-image] Dec 21 04:58:46.492 INFO O| Dec 21 04:58:46.492 INFO O| Planning: Planning completed in 0.00 seconds
38102024-12-21T04:58:47.066Z[ recovery-image] Dec 21 04:58:46.493 INFO O| Dec 21 04:58:46.493 INFO O| Planning: Consolidating action changes ... Done
38112024-12-21T04:58:47.069Z[ recovery-image] Dec 21 04:58:46.493 INFO O| Dec 21 04:58:46.493 INFO O| Planning: Evaluating mediators ... Done
38122024-12-21T04:58:47.069Z[ recovery-image] Dec 21 04:58:46.494 INFO O| Dec 21 04:58:46.494 INFO O| Planning: Planning completed in 0.00 seconds
38132024-12-21T04:58:47.069Z[ recovery-image] Dec 21 04:58:46.494 INFO O| Dec 21 04:58:46.494 INFO O| Variants/Facets to change: 1
38142024-12-21T04:58:47.242Z[ recovery-image] Dec 21 04:58:46.668 INFO O| Dec 21 04:58:46.667 INFO O| Done
38152024-12-21T04:58:47.242Z[ recovery-image] Dec 21 04:58:46.668 INFO O| Dec 21 04:58:46.668 INFO O| Done
38162024-12-21T04:58:48.070Z[ recovery-image] Dec 21 04:58:47.496 INFO O| Dec 21 04:58:47.496 INFO O| Done
38172024-12-21T04:58:48.168Z[ recovery-image] Dec 21 04:58:47.594 INFO O| Dec 21 04:58:47.594 INFO O| Done
38182024-12-21T04:58:48.170Z[ recovery-image] Dec 21 04:58:47.595 INFO O| Dec 21 04:58:47.595 INFO O| Done
38192024-12-21T04:58:48.170Z[ recovery-image] Dec 21 04:58:47.596 INFO O| Dec 21 04:58:47.595 INFO O| Done
38202024-12-21T04:58:48.186Z[ recovery-image] Dec 21 04:58:47.612 INFO O| Dec 21 04:58:47.612 INFO O| Done
38212024-12-21T04:58:48.284Z[ recovery-image] Dec 21 04:58:47.710 INFO O| Dec 21 04:58:47.709 INFO STEP 9 (pkg_change_facet) COMPLETE
38222024-12-21T04:58:48.284Z[ recovery-image] Dec 21 04:58:47.710 INFO O| Dec 21 04:58:47.710 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38232024-12-21T04:58:48.999Z[ recovery-image] Dec 21 04:58:48.425 INFO O| Dec 21 04:58:48.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38242024-12-21T04:58:50.087Z[ recovery-image] Dec 21 04:58:49.512 INFO O| Dec 21 04:58:49.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38252024-12-21T04:58:50.090Z[ recovery-image] Dec 21 04:58:49.516 INFO O| Dec 21 04:58:49.516 INFO O| Planning: Planning completed in 0.00 seconds
38262024-12-21T04:58:50.092Z[ recovery-image] Dec 21 04:58:49.517 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Consolidating action changes ... Done
38272024-12-21T04:58:50.092Z[ recovery-image] Dec 21 04:58:49.517 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Evaluating mediators ... Done
38282024-12-21T04:58:50.092Z[ recovery-image] Dec 21 04:58:49.518 INFO O| Dec 21 04:58:49.517 INFO O| Planning: Planning completed in 0.00 seconds
38292024-12-21T04:58:50.092Z[ recovery-image] Dec 21 04:58:49.518 INFO O| Dec 21 04:58:49.518 INFO O| Variants/Facets to change: 1
38302024-12-21T04:58:50.219Z[ recovery-image] Dec 21 04:58:49.645 INFO O| Dec 21 04:58:49.645 INFO O| Done
38312024-12-21T04:58:50.219Z[ recovery-image] Dec 21 04:58:49.645 INFO O| Dec 21 04:58:49.645 INFO O| Done
38322024-12-21T04:58:51.088Z[ recovery-image] Dec 21 04:58:50.514 INFO O| Dec 21 04:58:50.514 INFO O| Done
38332024-12-21T04:58:51.193Z[ recovery-image] Dec 21 04:58:50.619 INFO O| Dec 21 04:58:50.619 INFO O| Done
38342024-12-21T04:58:51.196Z[ recovery-image] Dec 21 04:58:50.620 INFO O| Dec 21 04:58:50.620 INFO O| Done
38352024-12-21T04:58:51.196Z[ recovery-image] Dec 21 04:58:50.620 INFO O| Dec 21 04:58:50.620 INFO O| Done
38362024-12-21T04:58:51.198Z[ recovery-image] Dec 21 04:58:50.622 INFO O| Dec 21 04:58:50.622 INFO O| Done
38372024-12-21T04:58:51.307Z[ recovery-image] Dec 21 04:58:50.732 INFO O| Dec 21 04:58:50.732 INFO STEP 10 (pkg_change_facet) COMPLETE
38382024-12-21T04:58:51.309Z[ recovery-image] Dec 21 04:58:50.732 INFO O| Dec 21 04:58:50.732 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38392024-12-21T04:58:51.326Z[ recovery-image] Dec 21 04:58:50.752 INFO O| Dec 21 04:58:50.752 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"]
38402024-12-21T04:58:51.857Z[verify-libraries] Compiling des v0.8.1
38412024-12-21T04:58:52.395Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38422024-12-21T04:58:52.438Z[ recovery-image] Dec 21 04:58:51.864 INFO O| Dec 21 04:58:51.864 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38432024-12-21T04:58:52.675Z[verify-libraries] Compiling hex-literal v0.4.1
38442024-12-21T04:58:52.989Z[verify-libraries] Compiling russh v0.45.0
38452024-12-21T04:58:53.084Z[ host-image] Dec 21 04:58:52.510 INFO O| Dec 21 04:58:52.509 INFO O| Planning: Solver setup ... Done
38462024-12-21T04:58:53.619Z[verify-libraries] Compiling dhcproto v0.12.0
38472024-12-21T04:59:03.202Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38482024-12-21T04:59:04.607Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38492024-12-21T04:59:05.453Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38502024-12-21T04:59:17.607Z[verify-libraries] Compiling petname v2.0.2
38512024-12-21T04:59:18.877Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38522024-12-21T04:59:19.615Z[verify-libraries] Compiling internet-checksum v0.2.1
38532024-12-21T04:59:20.510Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38542024-12-21T04:59:31.181Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38552024-12-21T04:59:36.462Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38562024-12-21T04:59:43.759Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38572024-12-21T04:59:46.575Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38582024-12-21T04:59:57.486Z[ recovery-image] Dec 21 04:59:56.906 INFO O| Dec 21 04:59:56.906 INFO O| Planning: Solver setup ... Done
38592024-12-21T05:00:05.620Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38602024-12-21T05:00:08.004Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38612024-12-21T05:00:11.594Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38622024-12-21T05:00:18.152Z[ host-image] Dec 21 05:00:17.570 INFO O| Dec 21 05:00:17.570 INFO O| Planning: Running solver ... Done
38632024-12-21T05:00:18.869Z[ host-image] Dec 21 05:00:18.287 INFO O| Dec 21 05:00:18.287 INFO O| Planning: Finding local manifests ... Done
38642024-12-21T05:00:18.887Z[ host-image] Dec 21 05:00:18.305 INFO O| Dec 21 05:00:18.305 INFO O| Planning: Fetching manifests: 0/124 0% complete
38652024-12-21T05:00:24.050Z[ host-image] Dec 21 05:00:23.467 INFO O| Dec 21 05:00:23.467 INFO O| Planning: Fetching manifests: 121/124 97% complete
38662024-12-21T05:00:28.720Z[ host-image] Dec 21 05:00:28.137 INFO O| Dec 21 05:00:28.137 INFO O| Planning: Fetching manifests: 124/124 100% complete
38672024-12-21T05:00:29.868Z[ host-image] Dec 21 05:00:29.285 INFO O| Dec 21 05:00:29.285 INFO O| Planning: Package planning ... Done
38682024-12-21T05:00:31.565Z[ host-image] Dec 21 05:00:30.982 INFO O| Dec 21 05:00:30.982 INFO O| Planning: Merging actions ... Done
38692024-12-21T05:00:32.184Z[ host-image] Dec 21 05:00:31.601 INFO O| Dec 21 05:00:31.601 INFO O| Planning: Checking for conflicting actions ... Done
38702024-12-21T05:00:32.472Z[ host-image] Dec 21 05:00:31.889 INFO O| Dec 21 05:00:31.889 INFO O| Planning: Consolidating action changes ... Done
38712024-12-21T05:00:33.165Z[ host-image] Dec 21 05:00:32.581 INFO O| Dec 21 05:00:32.581 INFO O| Planning: Evaluating mediators ... Done
38722024-12-21T05:00:35.987Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38732024-12-21T05:00:36.164Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38742024-12-21T05:00:39.323Z[ host-image] Dec 21 05:00:38.739 INFO O| Dec 21 05:00:38.739 INFO O| Planning: Planning completed in 161.20 seconds
38752024-12-21T05:00:39.331Z[ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Packages to install: 124
38762024-12-21T05:00:39.333Z[ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Mediators to change: 4
38772024-12-21T05:00:39.333Z[ host-image] Dec 21 05:00:38.747 INFO O| Dec 21 05:00:38.747 INFO O| Services to change: 6
38782024-12-21T05:00:39.445Z[ host-image] Dec 21 05:00:38.860 INFO O| Dec 21 05:00:38.860 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38792024-12-21T05:00:43.474Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38802024-12-21T05:00:43.896Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38812024-12-21T05:00:44.294Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38822024-12-21T05:00:44.452Z[ host-image] Dec 21 05:00:43.868 INFO O| Dec 21 05:00:43.868 INFO O| Download: 522/22788 items 2.5/199.7MB 1% complete (516k/s)
38832024-12-21T05:00:44.807Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38842024-12-21T05:00:45.250Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38852024-12-21T05:00:49.469Z[ host-image] Dec 21 05:00:48.883 INFO O| Dec 21 05:00:48.883 INFO O| Download: 965/22788 items 6.5/199.7MB 3% complete (677k/s)
38862024-12-21T05:00:52.495Z[verify-libraries] Compiling sync-ptr v0.1.1
38872024-12-21T05:00:52.882Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38882024-12-21T05:00:53.004Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38892024-12-21T05:00:54.478Z[ host-image] Dec 21 05:00:53.893 INFO O| Dec 21 05:00:53.892 INFO O| Download: 1076/22788 items 6.8/199.7MB 3% complete (442k/s)
38902024-12-21T05:00:55.439Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38912024-12-21T05:00:59.200Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38922024-12-21T05:01:00.380Z[ host-image] Dec 21 05:00:59.793 INFO O| Dec 21 05:00:59.793 INFO O| Download: 1594/22788 items 9.6/199.7MB 4% complete (380k/s)
38932024-12-21T05:01:05.984Z[ host-image] Dec 21 05:01:05.398 INFO O| Dec 21 05:01:05.397 INFO O| Download: 1783/22788 items 12.0/199.7MB 6% complete (512k/s)
38942024-12-21T05:01:10.566Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38952024-12-21T05:01:10.985Z[ host-image] Dec 21 05:01:10.398 INFO O| Dec 21 05:01:10.398 INFO O| Download: 1896/22788 items 20.3/199.7MB 10% complete (989k/s)
38962024-12-21T05:01:14.796Z[ recovery-image] Dec 21 05:01:14.209 INFO O| Dec 21 05:01:14.208 INFO O| Planning: Running solver ... Done
38972024-12-21T05:01:15.372Z[ recovery-image] Dec 21 05:01:14.784 INFO O| Dec 21 05:01:14.784 INFO O| Planning: Finding local manifests ... Done
38982024-12-21T05:01:15.388Z[ recovery-image] Dec 21 05:01:14.801 INFO O| Dec 21 05:01:14.800 INFO O| Planning: Fetching manifests: 0/124 0% complete
38992024-12-21T05:01:16.679Z[ host-image] Dec 21 05:01:16.091 INFO O| Dec 21 05:01:16.091 INFO O| Download: 2095/22788 items 23.5/199.7MB 11% complete (1.1M/s)
39002024-12-21T05:01:21.934Z[ host-image] Dec 21 05:01:21.346 INFO O| Dec 21 05:01:21.346 INFO O| Download: 2243/22788 items 24.8/199.7MB 12% complete (581k/s)
39012024-12-21T05:01:22.367Z[ recovery-image] Dec 21 05:01:21.780 INFO O| Dec 21 05:01:21.779 INFO O| Planning: Fetching manifests: 124/124 100% complete
39022024-12-21T05:01:23.363Z[ recovery-image] Dec 21 05:01:22.775 INFO O| Dec 21 05:01:22.775 INFO O| Planning: Package planning ... Done
39032024-12-21T05:01:24.113Z[ recovery-image] Dec 21 05:01:23.526 INFO O| Dec 21 05:01:23.525 INFO O| Planning: Merging actions ... Done
39042024-12-21T05:01:24.278Z[ recovery-image] Dec 21 05:01:23.689 INFO O| Dec 21 05:01:23.689 INFO O| Planning: Checking for conflicting actions ... Done
39052024-12-21T05:01:24.435Z[ recovery-image] Dec 21 05:01:23.847 INFO O| Dec 21 05:01:23.847 INFO O| Planning: Consolidating action changes ... Done
39062024-12-21T05:01:24.764Z[ recovery-image] Dec 21 05:01:24.176 INFO O| Dec 21 05:01:24.176 INFO O| Planning: Evaluating mediators ... Done
39072024-12-21T05:01:24.845Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39082024-12-21T05:01:30.062Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39092024-12-21T05:01:30.889Z[ recovery-image] Dec 21 05:01:30.301 INFO O| Dec 21 05:01:30.301 INFO O| Planning: Planning completed in 158.44 seconds
39102024-12-21T05:01:30.904Z[ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Packages to install: 124
39112024-12-21T05:01:30.904Z[ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Mediators to change: 4
39122024-12-21T05:01:30.906Z[ recovery-image] Dec 21 05:01:30.316 INFO O| Dec 21 05:01:30.316 INFO O| Services to change: 5
39132024-12-21T05:01:30.981Z[ recovery-image] Dec 21 05:01:30.393 INFO O| Dec 21 05:01:30.392 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39142024-12-21T05:01:33.157Z[ host-image] Dec 21 05:01:32.569 INFO O| Dec 21 05:01:32.569 INFO O| Download: 2251/22788 items 24.8/199.7MB 12% complete (489k/s)
39152024-12-21T05:01:35.989Z[ recovery-image] Dec 21 05:01:35.401 INFO O| Dec 21 05:01:35.400 INFO O| Download: 516/15862 items 4.9/176.4MB 2% complete (1.0M/s)
39162024-12-21T05:01:38.489Z[ host-image] Dec 21 05:01:37.900 INFO O| Dec 21 05:01:37.900 INFO O| Download: 2449/22788 items 28.2/199.7MB 14% complete (754k/s)
39172024-12-21T05:01:40.992Z[ recovery-image] Dec 21 05:01:40.403 INFO O| Dec 21 05:01:40.403 INFO O| Download: 920/15862 items 7.3/176.4MB 4% complete (759k/s)
39182024-12-21T05:01:43.491Z[ host-image] Dec 21 05:01:42.901 INFO O| Dec 21 05:01:42.901 INFO O| Download: 2630/22788 items 30.9/199.7MB 15% complete (629k/s)
39192024-12-21T05:01:43.505Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39202024-12-21T05:01:45.291Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39212024-12-21T05:01:45.958Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39222024-12-21T05:01:46.046Z[ recovery-image] Dec 21 05:01:45.456 INFO O| Dec 21 05:01:45.456 INFO O| Download: 1003/15862 items 7.9/176.4MB 4% complete (715k/s)
39232024-12-21T05:01:48.736Z[ host-image] Dec 21 05:01:48.146 INFO O| Dec 21 05:01:48.146 INFO O| Download: 3482/22788 items 35.7/199.7MB 17% complete (755k/s)
39242024-12-21T05:01:50.580Z[verify-libraries] Compiling termios v0.3.3
39252024-12-21T05:01:50.928Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39262024-12-21T05:01:53.742Z[ host-image] Dec 21 05:01:53.151 INFO O| Dec 21 05:01:53.151 INFO O| Download: 4218/22788 items 40.7/199.7MB 20% complete (1001k/s)
39272024-12-21T05:01:54.216Z[ recovery-image] Dec 21 05:01:53.626 INFO O| Dec 21 05:01:53.626 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (635k/s)
39282024-12-21T05:01:58.547Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39292024-12-21T05:02:00.692Z[ recovery-image] Dec 21 05:02:00.099 INFO O| Dec 21 05:02:00.099 INFO O| Download: 1109/15862 items 9.5/176.4MB 5% complete (360k/s)
39302024-12-21T05:02:02.983Z[ host-image] Dec 21 05:02:02.392 INFO O| Dec 21 05:02:02.392 INFO O| Download: 4533/22788 items 42.2/199.7MB 21% complete (804k/s)
39312024-12-21T05:02:06.467Z[ recovery-image] Dec 21 05:02:05.874 INFO O| Dec 21 05:02:05.874 INFO O| Download: 1173/15862 items 11.0/176.4MB 6% complete (269k/s)
39322024-12-21T05:02:09.388Z[ host-image] Dec 21 05:02:08.796 INFO O| Dec 21 05:02:08.796 INFO O| Download: 4538/22788 items 42.3/199.7MB 21% complete (670k/s)
39332024-12-21T05:02:12.232Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342024-12-21T05:02:13.092Z[ recovery-image] Dec 21 05:02:12.500 INFO O| Dec 21 05:02:12.500 INFO O| Download: 1323/15862 items 20.3/176.4MB 11% complete (1.1M/s)
39352024-12-21T05:02:17.200Z[ host-image] Dec 21 05:02:16.607 INFO O| Dec 21 05:02:16.607 INFO O| Download: 4657/22788 items 43.2/199.7MB 21% complete (97.8k/s)
39362024-12-21T05:02:19.229Z[ recovery-image] Dec 21 05:02:18.636 INFO O| Dec 21 05:02:18.636 INFO O| Download: 1466/15862 items 21.5/176.4MB 12% complete (1.1M/s)
39372024-12-21T05:02:22.210Z[ host-image] Dec 21 05:02:21.617 INFO O| Dec 21 05:02:21.616 INFO O| Download: 4889/22788 items 45.8/199.7MB 22% complete (273k/s)
39382024-12-21T05:02:24.335Z[ recovery-image] Dec 21 05:02:23.742 INFO O| Dec 21 05:02:23.741 INFO O| Download: 1557/15862 items 22.6/176.4MB 12% complete (182k/s)
39392024-12-21T05:02:27.227Z[ host-image] Dec 21 05:02:26.634 INFO O| Dec 21 05:02:26.634 INFO O| Download: 5651/22788 items 46.2/199.7MB 23% complete (315k/s)
39402024-12-21T05:02:29.401Z[ recovery-image] Dec 21 05:02:28.808 INFO O| Dec 21 05:02:28.807 INFO O| Download: 1647/15862 items 25.6/176.4MB 14% complete (502k/s)
39412024-12-21T05:02:32.245Z[ host-image] Dec 21 05:02:31.652 INFO O| Dec 21 05:02:31.651 INFO O| Download: 5896/22788 items 46.4/199.7MB 23% complete (65.8k/s)
39422024-12-21T05:02:34.412Z[ recovery-image] Dec 21 05:02:33.817 INFO O| Dec 21 05:02:33.817 INFO O| Download: 2245/15862 items 31.2/176.4MB 17% complete (883k/s)
39432024-12-21T05:02:37.265Z[ host-image] Dec 21 05:02:36.670 INFO O| Dec 21 05:02:36.670 INFO O| Download: 6395/22788 items 46.6/199.7MB 23% complete (43.2k/s)
39442024-12-21T05:02:39.432Z[ recovery-image] Dec 21 05:02:38.837 INFO O| Dec 21 05:02:38.837 INFO O| Download: 2663/15862 items 33.0/176.4MB 18% complete (769k/s)
39452024-12-21T05:02:42.601Z[ host-image] Dec 21 05:02:41.799 INFO O| Dec 21 05:02:41.799 INFO O| Download: 6764/22788 items 47.9/199.7MB 23% complete (123k/s)
39462024-12-21T05:02:44.448Z[ recovery-image] Dec 21 05:02:43.853 INFO O| Dec 21 05:02:43.853 INFO O| Download: 3381/15862 items 38.1/176.4MB 21% complete (699k/s)
39472024-12-21T05:02:47.896Z[ host-image] Dec 21 05:02:47.301 INFO O| Dec 21 05:02:47.301 INFO O| Download: 6859/22788 items 49.0/199.7MB 24% complete (219k/s)
39482024-12-21T05:02:50.010Z[ recovery-image] Dec 21 05:02:49.414 INFO O| Dec 21 05:02:49.414 INFO O| Download: 3681/15862 items 40.0/176.4MB 22% complete (742k/s)
39492024-12-21T05:02:52.905Z[ host-image] Dec 21 05:02:52.309 INFO O| Dec 21 05:02:52.309 INFO O| Download: 7166/22788 items 56.8/199.7MB 28% complete (1.1M/s)
39502024-12-21T05:02:55.012Z[ recovery-image] Dec 21 05:02:54.416 INFO O| Dec 21 05:02:54.416 INFO O| Download: 4029/15862 items 42.6/176.4MB 24% complete (443k/s)
39512024-12-21T05:02:57.925Z[ host-image] Dec 21 05:02:57.328 INFO O| Dec 21 05:02:57.327 INFO O| Download: 7815/22788 items 59.1/199.7MB 29% complete (1.0M/s)
39522024-12-21T05:03:00.023Z[ recovery-image] Dec 21 05:02:59.426 INFO O| Dec 21 05:02:59.426 INFO O| Download: 4676/15862 items 43.0/176.4MB 24% complete (302k/s)
39532024-12-21T05:03:03.206Z[ host-image] Dec 21 05:03:02.610 INFO O| Dec 21 05:03:02.609 INFO O| Download: 8070/22788 items 60.1/199.7MB 30% complete (552k/s)
39542024-12-21T05:03:06.383Z[ recovery-image] Dec 21 05:03:05.786 INFO O| Dec 21 05:03:05.786 INFO O| Download: 4781/15862 items 43.0/176.4MB 24% complete (262k/s)
39552024-12-21T05:03:10.906Z[ host-image] Dec 21 05:03:10.289 INFO O| Dec 21 05:03:10.289 INFO O| Download: 8086/22788 items 60.5/199.7MB 30% complete (264k/s)
39562024-12-21T05:03:12.024Z[ recovery-image] Dec 21 05:03:11.427 INFO O| Dec 21 05:03:11.427 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (243k/s)
39572024-12-21T05:03:16.746Z[ host-image] Dec 21 05:03:16.147 INFO O| Dec 21 05:03:16.147 INFO O| Download: 8264/22788 items 65.3/199.7MB 32% complete (387k/s)
39582024-12-21T05:03:17.036Z[ recovery-image] Dec 21 05:03:16.438 INFO O| Dec 21 05:03:16.438 INFO O| Download: 5362/15862 items 43.3/176.4MB 24% complete (42.9k/s)
39592024-12-21T05:03:21.746Z[ host-image] Dec 21 05:03:21.148 INFO O| Dec 21 05:03:21.148 INFO O| Download: 8375/22788 items 69.2/199.7MB 34% complete (880k/s)
39602024-12-21T05:03:22.037Z[ recovery-image] Dec 21 05:03:21.439 INFO O| Dec 21 05:03:21.438 INFO O| Download: 5761/15862 items 51.0/176.4MB 28% complete (710k/s)
39612024-12-21T05:03:26.752Z[ host-image] Dec 21 05:03:26.153 INFO O| Dec 21 05:03:26.153 INFO O| Download: 9028/22788 items 73.1/199.7MB 36% complete (787k/s)
39622024-12-21T05:03:28.793Z[ recovery-image] Dec 21 05:03:28.194 INFO O| Dec 21 05:03:28.194 INFO O| Download: 5913/15862 items 52.9/176.4MB 30% complete (996k/s)
39632024-12-21T05:03:31.752Z[ host-image] Dec 21 05:03:31.153 INFO O| Dec 21 05:03:31.153 INFO O| Download: 9392/22788 items 81.5/199.7MB 40% complete (1.2M/s)
39642024-12-21T05:03:36.754Z[ host-image] Dec 21 05:03:36.155 INFO O| Dec 21 05:03:36.155 INFO O| Download: 9883/22788 items 83.6/199.7MB 41% complete (1.1M/s)
39652024-12-21T05:03:41.759Z[ host-image] Dec 21 05:03:41.159 INFO O| Dec 21 05:03:41.159 INFO O| Download: 10732/22788 items 89.5/199.7MB 44% complete (815k/s)
39662024-12-21T05:03:46.773Z[ host-image] Dec 21 05:03:46.172 INFO O| Dec 21 05:03:46.172 INFO O| Download: 10969/22788 items 90.9/199.7MB 45% complete (728k/s)
39672024-12-21T05:03:48.002Z[ recovery-image] Dec 21 05:03:47.402 INFO O| Dec 21 05:03:47.402 INFO O| Download: 5914/15862 items 53.0/176.4MB 30% complete
39682024-12-21T05:03:52.012Z[ host-image] Dec 21 05:03:51.411 INFO O| Dec 21 05:03:51.411 INFO O| Download: 11183/22788 items 93.9/199.7MB 47% complete (454k/s)
39692024-12-21T05:03:53.301Z[ recovery-image] Dec 21 05:03:52.700 INFO O| Dec 21 05:03:52.700 INFO O| Download: 6012/15862 items 54.1/176.4MB 30% complete (343k/s)
39702024-12-21T05:03:57.737Z[ host-image] Dec 21 05:03:57.135 INFO O| Dec 21 05:03:57.135 INFO O| Download: 11207/22788 items 94.0/199.7MB 47% complete (442k/s)
39712024-12-21T05:03:59.385Z[ recovery-image] Dec 21 05:03:58.783 INFO O| Dec 21 05:03:58.783 INFO O| Download: 6101/15862 items 56.3/176.4MB 31% complete (282k/s)
39722024-12-21T05:04:02.824Z[ host-image] Dec 21 05:04:02.222 INFO O| Dec 21 05:04:02.222 INFO O| Download: 11311/22788 items 95.5/199.7MB 47% complete (169k/s)
39732024-12-21T05:04:05.598Z[ recovery-image] Dec 21 05:04:04.995 INFO O| Dec 21 05:04:04.995 INFO O| Download: 6130/15862 items 59.8/176.4MB 33% complete (565k/s)
39742024-12-21T05:04:07.831Z[ host-image] Dec 21 05:04:07.227 INFO O| Dec 21 05:04:07.227 INFO O| Download: 11880/22788 items 96.5/199.7MB 48% complete (255k/s)
39752024-12-21T05:04:10.737Z[ recovery-image] Dec 21 05:04:10.134 INFO O| Dec 21 05:04:10.134 INFO O| Download: 6216/15862 items 62.2/176.4MB 35% complete (324k/s)
39762024-12-21T05:04:12.942Z[ host-image] Dec 21 05:04:12.339 INFO O| Dec 21 05:04:12.339 INFO O| Download: 12100/22788 items 101.0/199.7MB 50% complete (588k/s)
39772024-12-21T05:04:14.872Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39782024-12-21T05:04:15.744Z[ recovery-image] Dec 21 05:04:15.141 INFO O| Dec 21 05:04:15.141 INFO O| Download: 6782/15862 items 65.3/176.4MB 36% complete (531k/s)
39792024-12-21T05:04:21.824Z[ recovery-image] Dec 21 05:04:21.220 INFO O| Dec 21 05:04:21.220 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.2M/s)
39802024-12-21T05:04:23.646Z[ host-image] Dec 21 05:04:23.042 INFO O| Dec 21 05:04:23.042 INFO O| Download: 12108/22788 items 101.0/199.7MB 50% complete (552k/s)
39812024-12-21T05:04:26.837Z[ recovery-image] Dec 21 05:04:26.232 INFO O| Dec 21 05:04:26.232 INFO O| Download: 7625/15862 items 73.7/176.4MB 41% complete (837k/s)
39822024-12-21T05:04:31.087Z[ host-image] Dec 21 05:04:30.482 INFO O| Dec 21 05:04:30.482 INFO O| Download: 12180/22788 items 108.6/199.7MB 54% complete (975k/s)
39832024-12-21T05:04:35.196Z[ recovery-image] Dec 21 05:04:34.591 INFO O| Dec 21 05:04:34.591 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (815k/s)
39842024-12-21T05:04:36.089Z[ host-image] Dec 21 05:04:35.484 INFO O| Dec 21 05:04:35.484 INFO O| Download: 12580/22788 items 109.6/199.7MB 54% complete (107k/s)
39852024-12-21T05:04:37.707Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39862024-12-21T05:04:40.223Z[ recovery-image] Dec 21 05:04:39.617 INFO O| Dec 21 05:04:39.617 INFO O| Download: 7865/15862 items 75.7/176.4MB 42% complete (525k/s)
39872024-12-21T05:04:41.091Z[ host-image] Dec 21 05:04:40.486 INFO O| Dec 21 05:04:40.486 INFO O| Download: 13209/22788 items 109.9/199.7MB 55% complete (134k/s)
39882024-12-21T05:04:45.527Z[ recovery-image] Dec 21 05:04:44.921 INFO O| Dec 21 05:04:44.921 INFO O| Download: 7903/15862 items 76.7/176.4MB 43% complete (335k/s)
39892024-12-21T05:04:50.578Z[ recovery-image] Dec 21 05:04:49.971 INFO O| Dec 21 05:04:49.971 INFO O| Download: 8186/15862 items 79.7/176.4MB 45% complete (506k/s)
39902024-12-21T05:04:51.950Z[ host-image] Dec 21 05:04:51.344 INFO O| Dec 21 05:04:51.343 INFO O| Download: 13314/22788 items 110.0/199.7MB 55% complete (100k/s)
39912024-12-21T05:04:55.627Z[ recovery-image] Dec 21 05:04:55.021 INFO O| Dec 21 05:04:55.020 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (490k/s)
39922024-12-21T05:04:58.131Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39932024-12-21T05:04:58.244Z[ host-image] Dec 21 05:04:57.637 INFO O| Dec 21 05:04:57.637 INFO O| Download: 13900/22788 items 110.3/199.7MB 55% complete (72.3k/s)
39942024-12-21T05:04:59.423Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39952024-12-21T05:05:00.628Z[ recovery-image] Dec 21 05:05:00.021 INFO O| Dec 21 05:05:00.021 INFO O| Download: 8829/15862 items 91.8/176.4MB 52% complete (1.2M/s)
39962024-12-21T05:05:02.121Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39972024-12-21T05:05:03.461Z[ host-image] Dec 21 05:05:02.853 INFO O| Dec 21 05:05:02.853 INFO O| Download: 14267/22788 items 110.7/199.7MB 55% complete (80.1k/s)
39982024-12-21T05:05:06.652Z[ recovery-image] Dec 21 05:05:06.044 INFO O| Dec 21 05:05:06.044 INFO O| Download: 8849/15862 items 92.0/176.4MB 52% complete (1.2M/s)
39992024-12-21T05:05:08.481Z[ host-image] Dec 21 05:05:07.873 INFO O| Dec 21 05:05:07.873 INFO O| Download: 14522/22788 items 116.7/199.7MB 58% complete (691k/s)
40002024-12-21T05:05:11.654Z[ recovery-image] Dec 21 05:05:11.046 INFO O| Dec 21 05:05:11.046 INFO O| Download: 9427/15862 items 92.9/176.4MB 52% complete (109k/s)
40012024-12-21T05:05:13.528Z[ host-image] Dec 21 05:05:12.920 INFO O| Dec 21 05:05:12.920 INFO O| Download: 14962/22788 items 120.1/199.7MB 60% complete (997k/s)
40022024-12-21T05:05:16.774Z[ recovery-image] Dec 21 05:05:16.165 INFO O| Dec 21 05:05:16.165 INFO O| Download: 9860/15862 items 93.1/176.4MB 52% complete (114k/s)
40032024-12-21T05:05:18.550Z[ host-image] Dec 21 05:05:17.939 INFO O| Dec 21 05:05:17.939 INFO O| Download: 15474/22788 items 124.2/199.7MB 62% complete (746k/s)
40042024-12-21T05:05:21.817Z[ recovery-image] Dec 21 05:05:21.208 INFO O| Dec 21 05:05:21.207 INFO O| Download: 9956/15862 items 93.1/176.4MB 52% complete (46.5k/s)
40052024-12-21T05:05:24.230Z[ host-image] Dec 21 05:05:23.621 INFO O| Dec 21 05:05:23.621 INFO O| Download: 15550/22788 items 124.5/199.7MB 62% complete (763k/s)
40062024-12-21T05:05:29.265Z[ host-image] Dec 21 05:05:28.655 INFO O| Dec 21 05:05:28.655 INFO O| Download: 15850/22788 items 130.2/199.7MB 65% complete (555k/s)
40072024-12-21T05:05:34.278Z[ host-image] Dec 21 05:05:33.668 INFO O| Dec 21 05:05:33.668 INFO O| Download: 16406/22788 items 147.6/199.7MB 73% complete (2.4M/s)
40082024-12-21T05:05:35.019Z[ recovery-image] Dec 21 05:05:34.408 INFO O| Dec 21 05:05:34.408 INFO O| Download: 9957/15862 items 93.1/176.4MB 52% complete
40092024-12-21T05:05:39.296Z[ host-image] Dec 21 05:05:38.685 INFO O| Dec 21 05:05:38.685 INFO O| Download: 17319/22788 items 149.2/199.7MB 74% complete (1.9M/s)
40102024-12-21T05:05:41.035Z[ recovery-image] Dec 21 05:05:40.424 INFO O| Dec 21 05:05:40.424 INFO O| Download: 9958/15862 items 93.1/176.4MB 52% complete
40112024-12-21T05:05:44.368Z[ host-image] Dec 21 05:05:43.757 INFO O| Dec 21 05:05:43.757 INFO O| Download: 17783/22788 items 150.0/199.7MB 75% complete (321k/s)
40122024-12-21T05:05:46.169Z[ recovery-image] Dec 21 05:05:45.558 INFO O| Dec 21 05:05:45.558 INFO O| Download: 10432/15862 items 93.4/176.4MB 52% complete (53.1k/s)
40132024-12-21T05:05:49.400Z[ host-image] Dec 21 05:05:48.789 INFO O| Dec 21 05:05:48.788 INFO O| Download: 17890/22788 items 150.3/199.7MB 75% complete (206k/s)
40142024-12-21T05:05:51.208Z[ recovery-image] Dec 21 05:05:50.596 INFO O| Dec 21 05:05:50.596 INFO O| Download: 10547/15862 items 93.5/176.4MB 52% complete (51.0k/s)
40152024-12-21T05:05:54.414Z[ host-image] Dec 21 05:05:53.802 INFO O| Dec 21 05:05:53.802 INFO O| Download: 18169/22788 items 162.6/199.7MB 81% complete (1.2M/s)
40162024-12-21T05:05:56.930Z[ recovery-image] Dec 21 05:05:56.317 INFO O| Dec 21 05:05:56.317 INFO O| Download: 11068/15862 items 95.7/176.4MB 54% complete (206k/s)
40172024-12-21T05:05:59.743Z[ host-image] Dec 21 05:05:59.131 INFO O| Dec 21 05:05:59.131 INFO O| Download: 18980/22788 items 165.9/199.7MB 83% complete (1.6M/s)
40182024-12-21T05:06:02.188Z[ recovery-image] Dec 21 05:06:01.575 INFO O| Dec 21 05:06:01.575 INFO O| Download: 11095/15862 items 99.6/176.4MB 56% complete (589k/s)
40192024-12-21T05:06:04.757Z[ host-image] Dec 21 05:06:04.144 INFO O| Dec 21 05:06:04.144 INFO O| Download: 19173/22788 items 166.6/199.7MB 83% complete (404k/s)
40202024-12-21T05:06:07.236Z[ recovery-image] Dec 21 05:06:06.623 INFO O| Dec 21 05:06:06.623 INFO O| Download: 11422/15862 items 107.3/176.4MB 60% complete (1.2M/s)
40212024-12-21T05:06:09.758Z[ host-image] Dec 21 05:06:09.144 INFO O| Dec 21 05:06:09.144 INFO O| Download: 19636/22788 items 169.2/199.7MB 84% complete (354k/s)
40222024-12-21T05:06:12.869Z[ recovery-image] Dec 21 05:06:12.256 INFO O| Dec 21 05:06:12.256 INFO O| Download: 11426/15862 items 107.3/176.4MB 60% complete (1.1M/s)
40232024-12-21T05:06:14.802Z[ host-image] Dec 21 05:06:14.188 INFO O| Dec 21 05:06:14.188 INFO O| Download: 20173/22788 items 171.0/199.7MB 85% complete (441k/s)
40242024-12-21T05:06:17.871Z[ recovery-image] Dec 21 05:06:17.257 INFO O| Dec 21 05:06:17.257 INFO O| Download: 11632/15862 items 116.5/176.4MB 66% complete (1.1M/s)
40252024-12-21T05:06:19.803Z[ host-image] Dec 21 05:06:19.189 INFO O| Dec 21 05:06:19.189 INFO O| Download: 20689/22788 items 173.3/199.7MB 86% complete (391k/s)
40262024-12-21T05:06:23.022Z[ recovery-image] Dec 21 05:06:22.407 INFO O| Dec 21 05:06:22.407 INFO O| Download: 11924/15862 items 128.2/176.4MB 72% complete (2.7M/s)
40272024-12-21T05:06:24.982Z[ host-image] Dec 21 05:06:24.367 INFO O| Dec 21 05:06:24.367 INFO O| Download: 20997/22788 items 179.0/199.7MB 89% complete (839k/s)
40282024-12-21T05:06:28.029Z[ recovery-image] Dec 21 05:06:27.413 INFO O| Dec 21 05:06:27.413 INFO O| Download: 12178/15862 items 140.6/176.4MB 79% complete (2.4M/s)
40292024-12-21T05:06:30.731Z[ host-image] Dec 21 05:06:30.114 INFO O| Dec 21 05:06:30.113 INFO O| Download: 21590/22788 items 183.5/199.7MB 91% complete (1.0M/s)
40302024-12-21T05:06:33.033Z[ recovery-image] Dec 21 05:06:32.418 INFO O| Dec 21 05:06:32.418 INFO O| Download: 12949/15862 items 143.6/176.4MB 81% complete (1.6M/s)
40312024-12-21T05:06:35.822Z[ host-image] Dec 21 05:06:35.206 INFO O| Dec 21 05:06:35.206 INFO O| Download: 21922/22788 items 191.1/199.7MB 95% complete (1.2M/s)
40322024-12-21T05:06:38.034Z[ recovery-image] Dec 21 05:06:37.418 INFO O| Dec 21 05:06:37.418 INFO O| Download: 13285/15862 items 145.0/176.4MB 82% complete (445k/s)
40332024-12-21T05:06:40.874Z[ host-image] Dec 21 05:06:40.257 INFO O| Dec 21 05:06:40.257 INFO O| Download: 22032/22788 items 192.3/199.7MB 96% complete (908k/s)
40342024-12-21T05:06:43.038Z[ recovery-image] Dec 21 05:06:42.421 INFO O| Dec 21 05:06:42.421 INFO O| Download: 14220/15862 items 149.1/176.4MB 84% complete (561k/s)
40352024-12-21T05:06:45.886Z[ host-image] Dec 21 05:06:45.258 INFO O| Dec 21 05:06:45.258 INFO O| Download: 22245/22788 items 197.4/199.7MB 98% complete (662k/s)
40362024-12-21T05:06:48.039Z[ recovery-image] Dec 21 05:06:47.422 INFO O| Dec 21 05:06:47.422 INFO O| Download: 14729/15862 items 153.3/176.4MB 86% complete (755k/s)
40372024-12-21T05:06:48.995Z[ host-image] Dec 21 05:06:48.378 INFO O| Dec 21 05:06:48.378 INFO O| Download: Completed 199.66 MB in 369.52 seconds (551k/s)
40382024-12-21T05:06:50.491Z[ host-image] Dec 21 05:06:49.874 INFO O| Dec 21 05:06:49.874 INFO O| Actions: 1/49485 actions (Installing new actions)
40392024-12-21T05:06:53.187Z[ recovery-image] Dec 21 05:06:52.570 INFO O| Dec 21 05:06:52.570 INFO O| Download: 15267/15862 items 161.0/176.4MB 91% complete (1.1M/s)
40402024-12-21T05:06:55.492Z[ host-image] Dec 21 05:06:54.874 INFO O| Dec 21 05:06:54.874 INFO O| Actions: 9905/49485 actions (Installing new actions)
40412024-12-21T05:06:58.191Z[ recovery-image] Dec 21 05:06:57.573 INFO O| Dec 21 05:06:57.573 INFO O| Download: 15638/15862 items 170.0/176.4MB 96% complete (1.6M/s)
40422024-12-21T05:07:00.492Z[ host-image] Dec 21 05:06:59.874 INFO O| Dec 21 05:06:59.874 INFO O| Actions: 16540/49485 actions (Installing new actions)
40432024-12-21T05:07:00.548Z[ recovery-image] Dec 21 05:06:59.930 INFO O| Dec 21 05:06:59.929 INFO O| Download: Completed 176.38 MB in 329.54 seconds (546k/s)
40442024-12-21T05:07:02.930Z[ recovery-image] Dec 21 05:07:02.312 INFO O| Dec 21 05:07:02.312 INFO O| Actions: 1/25028 actions (Installing new actions)
40452024-12-21T05:07:05.494Z[ host-image] Dec 21 05:07:04.874 INFO O| Dec 21 05:07:04.874 INFO O| Actions: 21542/49485 actions (Installing new actions)
40462024-12-21T05:07:07.931Z[ recovery-image] Dec 21 05:07:07.313 INFO O| Dec 21 05:07:07.312 INFO O| Actions: 7664/25028 actions (Installing new actions)
40472024-12-21T05:07:10.748Z[ host-image] Dec 21 05:07:10.129 INFO O| Dec 21 05:07:10.129 INFO O| Actions: 33166/49485 actions (Installing new actions)
40482024-12-21T05:07:12.932Z[ recovery-image] Dec 21 05:07:12.313 INFO O| Dec 21 05:07:12.313 INFO O| Actions: 13330/25028 actions (Installing new actions)
40492024-12-21T05:07:15.615Z[ host-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.995 INFO O| Actions: Completed 49485 actions in 25.11 seconds.
40502024-12-21T05:07:16.583Z[ host-image] Dec 21 05:07:15.964 INFO O| Dec 21 05:07:15.964 INFO O| Done
40512024-12-21T05:07:16.583Z[ host-image] Dec 21 05:07:15.964 INFO O| Dec 21 05:07:15.964 INFO O| Done
40522024-12-21T05:07:17.933Z[ recovery-image] Dec 21 05:07:17.313 INFO O| Dec 21 05:07:17.313 INFO O| Actions: 22569/25028 actions (Installing new actions)
40532024-12-21T05:07:18.923Z[ host-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO O| Done
40542024-12-21T05:07:20.208Z[ recovery-image] Dec 21 05:07:19.588 INFO O| Dec 21 05:07:19.588 INFO O| Actions: Completed 25028 actions in 17.27 seconds.
40552024-12-21T05:07:21.062Z[ recovery-image] Dec 21 05:07:20.442 INFO O| Dec 21 05:07:20.442 INFO O| Done
40562024-12-21T05:07:21.062Z[ recovery-image] Dec 21 05:07:20.442 INFO O| Dec 21 05:07:20.442 INFO O| Done
40572024-12-21T05:07:21.970Z[ host-image] Dec 21 05:07:21.350 INFO O| Dec 21 05:07:21.350 INFO O| Done
40582024-12-21T05:07:22.007Z[ host-image] Dec 21 05:07:21.387 INFO O| Dec 21 05:07:21.387 INFO O| Done
40592024-12-21T05:07:22.721Z[ recovery-image] Dec 21 05:07:22.101 INFO O| Dec 21 05:07:22.100 INFO O| Done
40602024-12-21T05:07:24.680Z[ recovery-image] Dec 21 05:07:24.061 INFO O| Dec 21 05:07:24.060 INFO O| Done
40612024-12-21T05:07:24.705Z[ recovery-image] Dec 21 05:07:24.085 INFO O| Dec 21 05:07:24.084 INFO O| Done
40622024-12-21T05:07:29.640Z[ host-image] Dec 21 05:07:29.019 INFO O| Dec 21 05:07:29.019 INFO O| Done
40632024-12-21T05:07:30.056Z[ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO O| Done
40642024-12-21T05:07:30.748Z[ recovery-image] Dec 21 05:07:30.127 INFO O| Dec 21 05:07:30.127 INFO O| Done
40652024-12-21T05:07:30.810Z[ host-image] Dec 21 05:07:30.189 INFO O| Dec 21 05:07:30.189 INFO O| Done
40662024-12-21T05:07:31.502Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 11 (pkg_install) COMPLETE
40672024-12-21T05:07:31.503Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40682024-12-21T05:07:31.505Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO skip step because feature "recovery" is enabled
40692024-12-21T05:07:31.505Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40702024-12-21T05:07:31.505Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO skip step because feature "omicron1" is not enabled
40712024-12-21T05:07:31.505Z[ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40722024-12-21T05:07:31.527Z[ recovery-image] Dec 21 05:07:30.905 INFO O| Dec 21 05:07:30.905 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40732024-12-21T05:07:31.600Z[ host-image] Dec 21 05:07:30.979 INFO O| Dec 21 05:07:30.979 INFO STEP 11 (pkg_install) COMPLETE
40742024-12-21T05:07:31.600Z[ host-image] Dec 21 05:07:30.979 INFO O| Dec 21 05:07:30.979 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40752024-12-21T05:07:31.616Z[ host-image] Dec 21 05:07:30.996 INFO O| Dec 21 05:07:30.996 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"]
40762024-12-21T05:07:34.211Z[ recovery-image] Dec 21 05:07:33.590 INFO O| Dec 21 05:07:33.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40772024-12-21T05:07:34.275Z[ host-image] Dec 21 05:07:33.654 INFO O| Dec 21 05:07:33.654 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40782024-12-21T05:07:38.983Z[ recovery-image] Dec 21 05:07:38.362 INFO O| Dec 21 05:07:38.361 INFO O| Planning: Solver setup ... Done
40792024-12-21T05:07:39.004Z[ recovery-image] Dec 21 05:07:38.383 INFO O| Dec 21 05:07:38.382 INFO O| Planning: Running solver ... Done
40802024-12-21T05:07:39.117Z[ recovery-image] Dec 21 05:07:38.495 INFO O| Dec 21 05:07:38.495 INFO O| Planning: Finding local manifests ... Done
40812024-12-21T05:07:39.119Z[ recovery-image] Dec 21 05:07:38.496 INFO O| Dec 21 05:07:38.496 INFO O| Planning: Fetching manifests: 0/1 0% complete
40822024-12-21T05:07:39.318Z[ recovery-image] Dec 21 05:07:38.693 INFO O| Dec 21 05:07:38.693 INFO O| Planning: Fetching manifests: 1/1 100% complete
40832024-12-21T05:07:39.426Z[ recovery-image] Dec 21 05:07:38.805 INFO O| Dec 21 05:07:38.805 INFO O| Planning: Package planning ... Done
40842024-12-21T05:07:39.428Z[ recovery-image] Dec 21 05:07:38.806 INFO O| Dec 21 05:07:38.806 INFO O| Planning: Merging actions ... Done
40852024-12-21T05:07:39.529Z[ recovery-image] Dec 21 05:07:38.906 INFO O| Dec 21 05:07:38.906 INFO O| Planning: Checking for conflicting actions ... Done
40862024-12-21T05:07:39.532Z[ recovery-image] Dec 21 05:07:38.907 INFO O| Dec 21 05:07:38.907 INFO O| Planning: Consolidating action changes ... Done
40872024-12-21T05:07:39.927Z[ recovery-image] Dec 21 05:07:39.305 INFO O| Dec 21 05:07:39.305 INFO O| Planning: Evaluating mediators ... Done
40882024-12-21T05:07:39.931Z[ recovery-image] Dec 21 05:07:39.306 INFO O| Dec 21 05:07:39.306 INFO O| Planning: Planning completed in 5.72 seconds
40892024-12-21T05:07:39.931Z[ recovery-image] Dec 21 05:07:39.309 INFO O| Dec 21 05:07:39.309 INFO O| Packages to install: 1
40902024-12-21T05:07:39.952Z[ recovery-image] Dec 21 05:07:39.330 INFO O| Dec 21 05:07:39.329 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40912024-12-21T05:07:40.367Z[ host-image] Dec 21 05:07:39.745 INFO O| Dec 21 05:07:39.745 INFO O| Planning: Solver setup ... Done
40922024-12-21T05:07:40.373Z[ host-image] Dec 21 05:07:39.751 INFO O| Dec 21 05:07:39.751 INFO O| Planning: Running solver ... Done
40932024-12-21T05:07:40.458Z[ host-image] Dec 21 05:07:39.836 INFO O| Dec 21 05:07:39.836 INFO O| Planning: Finding local manifests ... Done
40942024-12-21T05:07:40.460Z[ host-image] Dec 21 05:07:39.838 INFO O| Dec 21 05:07:39.838 INFO O| Planning: Fetching manifests: 0/5 0% complete
40952024-12-21T05:07:40.716Z[ host-image] Dec 21 05:07:40.094 INFO O| Dec 21 05:07:40.094 INFO O| Planning: Fetching manifests: 5/5 100% complete
40962024-12-21T05:07:40.758Z[ host-image] Dec 21 05:07:40.132 INFO O| Dec 21 05:07:40.132 INFO O| Planning: Package planning ... Done
40972024-12-21T05:07:40.761Z[ host-image] Dec 21 05:07:40.139 INFO O| Dec 21 05:07:40.139 INFO O| Planning: Merging actions ... Done
40982024-12-21T05:07:40.814Z[ recovery-image] Dec 21 05:07:40.192 INFO O| Dec 21 05:07:40.192 INFO O| Download: Completed 9.99 MB in 0.86 seconds (11.6M/s)
40992024-12-21T05:07:40.937Z[ recovery-image] Dec 21 05:07:40.316 INFO O| Dec 21 05:07:40.316 INFO O| Actions: 1/22 actions (Installing new actions)
41002024-12-21T05:07:41.012Z[ host-image] Dec 21 05:07:40.388 INFO O| Dec 21 05:07:40.388 INFO O| Planning: Checking for conflicting actions ... Done
41012024-12-21T05:07:41.016Z[ host-image] Dec 21 05:07:40.390 INFO O| Dec 21 05:07:40.390 INFO O| Planning: Consolidating action changes ... Done
41022024-12-21T05:07:41.364Z[ recovery-image] Dec 21 05:07:40.742 INFO O| Dec 21 05:07:40.742 INFO O| Actions: Completed 22 actions in 0.43 seconds.
41032024-12-21T05:07:41.542Z[ host-image] Dec 21 05:07:40.919 INFO O| Dec 21 05:07:40.919 INFO O| Planning: Evaluating mediators ... Done
41042024-12-21T05:07:41.547Z[ host-image] Dec 21 05:07:40.921 INFO O| Dec 21 05:07:40.921 INFO O| Planning: Planning completed in 7.27 seconds
41052024-12-21T05:07:41.549Z[ host-image] Dec 21 05:07:40.924 INFO O| Dec 21 05:07:40.924 INFO O| Packages to install: 5
41062024-12-21T05:07:41.550Z[ host-image] Dec 21 05:07:40.924 INFO O| Dec 21 05:07:40.924 INFO O| Services to change: 2
41072024-12-21T05:07:41.568Z[ host-image] Dec 21 05:07:40.947 INFO O| Dec 21 05:07:40.947 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
41082024-12-21T05:07:41.854Z[ recovery-image] Dec 21 05:07:41.232 INFO O| Dec 21 05:07:41.232 INFO O| Done
41092024-12-21T05:07:41.854Z[ recovery-image] Dec 21 05:07:41.232 INFO O| Dec 21 05:07:41.232 INFO O| Done
41102024-12-21T05:07:42.752Z[ host-image] Dec 21 05:07:42.130 INFO O| Dec 21 05:07:42.130 INFO O| Download: Completed 1.45 MB in 1.18 seconds (1.2M/s)
41112024-12-21T05:07:42.836Z[ host-image] Dec 21 05:07:42.214 INFO O| Dec 21 05:07:42.214 INFO O| Actions: 1/305 actions (Installing new actions)
41122024-12-21T05:07:42.999Z[ recovery-image] Dec 21 05:07:42.375 INFO O| Dec 21 05:07:42.374 INFO O| Done
41132024-12-21T05:07:43.073Z[ host-image] Dec 21 05:07:42.450 INFO O| Dec 21 05:07:42.450 INFO O| Actions: Completed 305 actions in 0.24 seconds.
41142024-12-21T05:07:43.711Z[ host-image] Dec 21 05:07:43.089 INFO O| Dec 21 05:07:43.089 INFO O| Done
41152024-12-21T05:07:43.711Z[ host-image] Dec 21 05:07:43.089 INFO O| Dec 21 05:07:43.089 INFO O| Done
41162024-12-21T05:07:44.945Z[ recovery-image] Dec 21 05:07:44.322 INFO O| Dec 21 05:07:44.322 INFO O| Done
41172024-12-21T05:07:44.983Z[ recovery-image] Dec 21 05:07:44.361 INFO O| Dec 21 05:07:44.361 INFO O| Done
41182024-12-21T05:07:44.986Z[ recovery-image] Dec 21 05:07:44.361 INFO O| Dec 21 05:07:44.361 INFO O| Done
41192024-12-21T05:07:44.998Z[ recovery-image] Dec 21 05:07:44.376 INFO O| Dec 21 05:07:44.376 INFO O| Done
41202024-12-21T05:07:45.057Z[ host-image] Dec 21 05:07:44.432 INFO O| Dec 21 05:07:44.431 INFO O| Done
41212024-12-21T05:07:45.234Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 14 (pkg_install) COMPLETE
41222024-12-21T05:07:45.234Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41232024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "mfg" is not enabled
41242024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41252024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "compliance" is not enabled
41262024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41272024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "stress" is not enabled
41282024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41292024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO skip step because feature "nfs" is not enabled
41302024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41312024-12-21T05:07:45.244Z[ recovery-image] Dec 21 05:07:44.612 INFO O| Dec 21 05:07:44.612 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41322024-12-21T05:07:45.324Z[ recovery-image] Dec 21 05:07:44.702 INFO O| Dec 21 05:07:44.702 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41332024-12-21T05:07:45.463Z[ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO completed processing gimlet/ramdisk-01-os
41342024-12-21T05:07:45.466Z[ recovery-image] Dec 21 05:07:44.844 INFO image builder template: ramdisk-02-trim...
41352024-12-21T05:07:45.466Z[ recovery-image] Dec 21 05:07:44.844 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/.tmpHZ7K79/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
41362024-12-21T05:07:45.528Z[ recovery-image] Dec 21 05:07:44.894 INFO O| Dec 21 05:07:44.894 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41372024-12-21T05:07:45.545Z[ recovery-image] Dec 21 05:07:44.919 INFO O| Dec 21 05:07:44.919 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41382024-12-21T05:07:45.726Z[ recovery-image] Dec 21 05:07:45.103 INFO O| Dec 21 05:07:45.103 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41392024-12-21T05:07:45.803Z[ recovery-image] Dec 21 05:07:45.180 INFO O| Dec 21 05:07:45.180 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41402024-12-21T05:07:45.803Z[ recovery-image] Dec 21 05:07:45.181 INFO O| Dec 21 05:07:45.180 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41412024-12-21T05:07:45.814Z[ recovery-image] Dec 21 05:07:45.190 INFO O| Dec 21 05:07:45.190 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41422024-12-21T05:07:45.819Z[ recovery-image] Dec 21 05:07:45.197 INFO O| Dec 21 05:07:45.197 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41432024-12-21T05:07:45.830Z[ recovery-image] Dec 21 05:07:45.206 INFO O| Dec 21 05:07:45.206 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41442024-12-21T05:07:46.340Z[ recovery-image] Dec 21 05:07:45.717 INFO O| Dec 21 05:07:45.717 INFO rolled back to input snapshot; work may begin
41452024-12-21T05:07:46.340Z[ recovery-image] Dec 21 05:07:45.718 INFO O| Dec 21 05:07:45.717 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41462024-12-21T05:07:46.365Z[ recovery-image] Dec 21 05:07:45.742 INFO O| Dec 21 05:07:45.742 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-21T05:07:46.390Z[ recovery-image] Dec 21 05:07:45.764 INFO O| Dec 21 05:07:45.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41482024-12-21T05:07:46.656Z[ recovery-image] Dec 21 05:07:46.034 INFO O| Dec 21 05:07:46.034 INFO STEP 0 (remove_files) COMPLETE
41492024-12-21T05:07:46.656Z[ recovery-image] Dec 21 05:07:46.034 INFO O| Dec 21 05:07:46.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-21T05:07:46.676Z[ recovery-image] Dec 21 05:07:46.054 INFO O| Dec 21 05:07:46.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41512024-12-21T05:07:46.681Z[ recovery-image] Dec 21 05:07:46.057 INFO O| Dec 21 05:07:46.057 INFO STEP 1 (remove_files) COMPLETE
41522024-12-21T05:07:46.681Z[ recovery-image] Dec 21 05:07:46.057 INFO O| Dec 21 05:07:46.057 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-21T05:07:46.699Z[ recovery-image] Dec 21 05:07:46.076 INFO O| Dec 21 05:07:46.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41542024-12-21T05:07:46.725Z[ recovery-image] Dec 21 05:07:46.102 INFO O| Dec 21 05:07:46.102 INFO STEP 2 (remove_files) COMPLETE
41552024-12-21T05:07:46.725Z[ recovery-image] Dec 21 05:07:46.102 INFO O| Dec 21 05:07:46.102 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-21T05:07:46.752Z[ recovery-image] Dec 21 05:07:46.124 INFO O| Dec 21 05:07:46.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41572024-12-21T05:07:46.757Z[ recovery-image] Dec 21 05:07:46.128 INFO O| Dec 21 05:07:46.127 INFO STEP 3 (remove_files) COMPLETE
41582024-12-21T05:07:46.757Z[ recovery-image] Dec 21 05:07:46.128 INFO O| Dec 21 05:07:46.127 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-21T05:07:46.781Z[ recovery-image] Dec 21 05:07:46.159 INFO O| Dec 21 05:07:46.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41602024-12-21T05:07:46.789Z[ recovery-image] Dec 21 05:07:46.166 INFO O| Dec 21 05:07:46.166 INFO STEP 4 (remove_files) COMPLETE
41612024-12-21T05:07:46.789Z[ recovery-image] Dec 21 05:07:46.166 INFO O| Dec 21 05:07:46.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-21T05:07:46.811Z[ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41632024-12-21T05:07:46.813Z[ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 5 (remove_files) COMPLETE
41642024-12-21T05:07:46.813Z[ recovery-image] Dec 21 05:07:46.188 INFO O| Dec 21 05:07:46.188 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-21T05:07:46.848Z[ recovery-image] Dec 21 05:07:46.226 INFO O| Dec 21 05:07:46.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41662024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 6 (remove_files) COMPLETE
41672024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled
41692024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled
41712024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO skip step because feature "recovery" is enabled
41732024-12-21T05:07:46.874Z[ recovery-image] Dec 21 05:07:46.247 INFO O| Dec 21 05:07:46.247 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-21T05:07:46.890Z[ recovery-image] Dec 21 05:07:46.268 INFO O| Dec 21 05:07:46.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41752024-12-21T05:07:46.897Z[ recovery-image] Dec 21 05:07:46.274 INFO O| Dec 21 05:07:46.274 INFO STEP 10 (remove_files) COMPLETE
41762024-12-21T05:07:46.897Z[ recovery-image] Dec 21 05:07:46.274 INFO O| Dec 21 05:07:46.274 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-21T05:07:46.927Z[ recovery-image] Dec 21 05:07:46.294 INFO O| Dec 21 05:07:46.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41782024-12-21T05:07:46.938Z[ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 11 (remove_files) COMPLETE
41792024-12-21T05:07:46.938Z[ recovery-image] Dec 21 05:07:46.296 INFO O| Dec 21 05:07:46.296 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-21T05:07:46.946Z[ recovery-image] Dec 21 05:07:46.315 INFO O| Dec 21 05:07:46.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41812024-12-21T05:07:46.946Z[ recovery-image] Dec 21 05:07:46.318 INFO O| Dec 21 05:07:46.317 INFO STEP 12 (remove_files) COMPLETE
41822024-12-21T05:07:46.946Z[ recovery-image] Dec 21 05:07:46.318 INFO O| Dec 21 05:07:46.317 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-21T05:07:47.261Z[ recovery-image] Dec 21 05:07:46.638 INFO O| Dec 21 05:07:46.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41842024-12-21T05:07:47.264Z[ recovery-image] Dec 21 05:07:46.642 INFO O| Dec 21 05:07:46.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41852024-12-21T05:07:47.273Z[ recovery-image] Dec 21 05:07:46.651 INFO O| Dec 21 05:07:46.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41862024-12-21T05:07:47.281Z[ recovery-image] Dec 21 05:07:46.658 INFO O| Dec 21 05:07:46.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41872024-12-21T05:07:47.441Z[ recovery-image] Dec 21 05:07:46.818 INFO O| Dec 21 05:07:46.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41882024-12-21T05:07:47.445Z[ recovery-image] Dec 21 05:07:46.820 INFO O| Dec 21 05:07:46.820 INFO STEP 13 (remove_files) COMPLETE
41892024-12-21T05:07:47.445Z[ recovery-image] Dec 21 05:07:46.820 INFO O| Dec 21 05:07:46.820 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-21T05:07:47.480Z[ recovery-image] Dec 21 05:07:46.857 INFO O| Dec 21 05:07:46.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41912024-12-21T05:07:47.485Z[ recovery-image] Dec 21 05:07:46.859 INFO O| Dec 21 05:07:46.859 INFO STEP 14 (remove_files) COMPLETE
41922024-12-21T05:07:47.485Z[ recovery-image] Dec 21 05:07:46.859 INFO O| Dec 21 05:07:46.859 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-21T05:07:47.543Z[ recovery-image] Dec 21 05:07:46.915 INFO O| Dec 21 05:07:46.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41942024-12-21T05:07:47.549Z[ recovery-image] Dec 21 05:07:46.925 INFO O| Dec 21 05:07:46.925 INFO STEP 15 (remove_files) COMPLETE
41952024-12-21T05:07:47.549Z[ recovery-image] Dec 21 05:07:46.925 INFO O| Dec 21 05:07:46.925 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-21T05:07:47.588Z[ recovery-image] Dec 21 05:07:46.965 INFO O| Dec 21 05:07:46.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41972024-12-21T05:07:47.591Z[ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 16 (remove_files) COMPLETE
41982024-12-21T05:07:47.592Z[ recovery-image] Dec 21 05:07:46.966 INFO O| Dec 21 05:07:46.966 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-21T05:07:47.623Z[ recovery-image] Dec 21 05:07:47.001 INFO O| Dec 21 05:07:47.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42002024-12-21T05:07:47.626Z[ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.003 INFO STEP 17 (remove_files) COMPLETE
42012024-12-21T05:07:47.626Z[ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.004 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T05:07:47.650Z[ host-image] Dec 21 05:07:47.010 INFO O| Dec 21 05:07:47.010 INFO O| Done
42032024-12-21T05:07:47.673Z[ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42042024-12-21T05:07:47.673Z[ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO STEP 18 (remove_files) COMPLETE
42052024-12-21T05:07:47.676Z[ recovery-image] Dec 21 05:07:47.050 INFO O| Dec 21 05:07:47.050 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-21T05:07:47.679Z[ host-image] Dec 21 05:07:47.056 INFO O| Dec 21 05:07:47.056 INFO O| Done
42072024-12-21T05:07:47.679Z[ host-image] Dec 21 05:07:47.056 INFO O| Dec 21 05:07:47.056 INFO O| Done
42082024-12-21T05:07:47.706Z[ recovery-image] Dec 21 05:07:47.082 INFO O| Dec 21 05:07:47.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42092024-12-21T05:07:47.709Z[ recovery-image] Dec 21 05:07:47.083 INFO O| Dec 21 05:07:47.082 INFO STEP 19 (remove_files) COMPLETE
42102024-12-21T05:07:47.709Z[ recovery-image] Dec 21 05:07:47.083 INFO O| Dec 21 05:07:47.083 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-21T05:07:47.724Z[ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42122024-12-21T05:07:47.728Z[ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO STEP 20 (remove_files) COMPLETE
42132024-12-21T05:07:47.728Z[ recovery-image] Dec 21 05:07:47.101 INFO O| Dec 21 05:07:47.101 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-21T05:07:47.728Z[ host-image] Dec 21 05:07:47.102 INFO O| Dec 21 05:07:47.102 INFO O| Done
42152024-12-21T05:07:47.744Z[ recovery-image] Dec 21 05:07:47.121 INFO O| Dec 21 05:07:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42162024-12-21T05:07:47.746Z[ recovery-image] Dec 21 05:07:47.121 INFO O| Dec 21 05:07:47.121 INFO STEP 21 (remove_files) COMPLETE
42172024-12-21T05:07:47.746Z[ recovery-image] Dec 21 05:07:47.122 INFO O| Dec 21 05:07:47.121 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-21T05:07:47.763Z[ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42192024-12-21T05:07:47.763Z[ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO STEP 22 (remove_files) COMPLETE
42202024-12-21T05:07:47.766Z[ recovery-image] Dec 21 05:07:47.141 INFO O| Dec 21 05:07:47.141 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-21T05:07:47.797Z[ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42222024-12-21T05:07:47.797Z[ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO STEP 23 (remove_files) COMPLETE
42232024-12-21T05:07:47.797Z[ recovery-image] Dec 21 05:07:47.175 INFO O| Dec 21 05:07:47.175 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-21T05:07:47.844Z[ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42252024-12-21T05:07:47.844Z[ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO STEP 24 (remove_files) COMPLETE
42262024-12-21T05:07:47.844Z[ recovery-image] Dec 21 05:07:47.219 INFO O| Dec 21 05:07:47.219 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-21T05:07:47.901Z[ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42282024-12-21T05:07:47.901Z[ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO STEP 25 (remove_files) COMPLETE
42292024-12-21T05:07:47.901Z[ recovery-image] Dec 21 05:07:47.278 INFO O| Dec 21 05:07:47.278 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302024-12-21T05:07:47.937Z[ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42312024-12-21T05:07:47.937Z[ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO STEP 26 (remove_files) COMPLETE
42322024-12-21T05:07:47.941Z[ recovery-image] Dec 21 05:07:47.298 INFO O| Dec 21 05:07:47.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332024-12-21T05:07:47.941Z[ host-image] Dec 21 05:07:47.315 INFO O| Dec 21 05:07:47.315 INFO STEP 12 (pkg_install) COMPLETE
42342024-12-21T05:07:47.941Z[ host-image] Dec 21 05:07:47.315 INFO O| Dec 21 05:07:47.315 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42352024-12-21T05:07:47.941Z[ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42362024-12-21T05:07:47.941Z[ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO STEP 27 (remove_files) COMPLETE
42372024-12-21T05:07:47.941Z[ recovery-image] Dec 21 05:07:47.317 INFO O| Dec 21 05:07:47.317 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-21T05:07:47.957Z[ host-image] Dec 21 05:07:47.332 INFO O| Dec 21 05:07:47.332 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42392024-12-21T05:07:47.960Z[ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42402024-12-21T05:07:47.960Z[ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 28 (remove_files) COMPLETE
42412024-12-21T05:07:47.960Z[ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-21T05:07:47.973Z[ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42432024-12-21T05:07:47.973Z[ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.351 INFO STEP 29 (remove_files) COMPLETE
42442024-12-21T05:07:47.976Z[ recovery-image] Dec 21 05:07:47.351 INFO O| Dec 21 05:07:47.351 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-12-21T05:07:47.991Z[ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42462024-12-21T05:07:47.991Z[ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO STEP 30 (remove_files) COMPLETE
42472024-12-21T05:07:47.994Z[ recovery-image] Dec 21 05:07:47.368 INFO O| Dec 21 05:07:47.368 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-21T05:07:48.011Z[ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42492024-12-21T05:07:48.011Z[ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.387 INFO STEP 31 (remove_files) COMPLETE
42502024-12-21T05:07:48.011Z[ recovery-image] Dec 21 05:07:47.387 INFO O| Dec 21 05:07:47.387 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512024-12-21T05:07:48.029Z[ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42522024-12-21T05:07:48.029Z[ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO STEP 32 (remove_files) COMPLETE
42532024-12-21T05:07:48.035Z[ recovery-image] Dec 21 05:07:47.405 INFO O| Dec 21 05:07:47.405 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-21T05:07:48.048Z[ recovery-image] Dec 21 05:07:47.424 INFO O| Dec 21 05:07:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42552024-12-21T05:07:48.048Z[ recovery-image] Dec 21 05:07:47.425 INFO O| Dec 21 05:07:47.425 INFO STEP 33 (remove_files) COMPLETE
42562024-12-21T05:07:48.055Z[ recovery-image] Dec 21 05:07:47.425 INFO O| Dec 21 05:07:47.425 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42572024-12-21T05:07:48.066Z[ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42582024-12-21T05:07:48.066Z[ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO STEP 34 (remove_files) COMPLETE
42592024-12-21T05:07:48.069Z[ recovery-image] Dec 21 05:07:47.442 INFO O| Dec 21 05:07:47.442 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-21T05:07:48.092Z[ recovery-image] Dec 21 05:07:47.470 INFO O| Dec 21 05:07:47.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42612024-12-21T05:07:48.092Z[ recovery-image] Dec 21 05:07:47.470 INFO O| Dec 21 05:07:47.470 INFO STEP 35 (remove_files) COMPLETE
42622024-12-21T05:07:48.096Z[ recovery-image] Dec 21 05:07:47.471 INFO O| Dec 21 05:07:47.470 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42632024-12-21T05:07:48.127Z[ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42642024-12-21T05:07:48.131Z[ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO STEP 36 (remove_files) COMPLETE
42652024-12-21T05:07:48.131Z[ recovery-image] Dec 21 05:07:47.504 INFO O| Dec 21 05:07:47.504 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-21T05:07:48.152Z[ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42672024-12-21T05:07:48.153Z[ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.524 INFO STEP 37 (remove_files) COMPLETE
42682024-12-21T05:07:48.156Z[ recovery-image] Dec 21 05:07:47.524 INFO O| Dec 21 05:07:47.524 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42692024-12-21T05:07:48.205Z[ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42702024-12-21T05:07:48.205Z[ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO STEP 38 (remove_files) COMPLETE
42712024-12-21T05:07:48.205Z[ recovery-image] Dec 21 05:07:47.582 INFO O| Dec 21 05:07:47.582 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722024-12-21T05:07:48.225Z[ recovery-image] Dec 21 05:07:47.601 INFO O| Dec 21 05:07:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42732024-12-21T05:07:48.225Z[ recovery-image] Dec 21 05:07:47.602 INFO O| Dec 21 05:07:47.602 INFO STEP 39 (remove_files) COMPLETE
42742024-12-21T05:07:48.233Z[ recovery-image] Dec 21 05:07:47.602 INFO O| Dec 21 05:07:47.602 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42752024-12-21T05:07:48.261Z[ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42762024-12-21T05:07:48.262Z[ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO STEP 40 (remove_files) COMPLETE
42772024-12-21T05:07:48.262Z[ recovery-image] Dec 21 05:07:47.633 INFO O| Dec 21 05:07:47.633 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42782024-12-21T05:07:48.277Z[ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42792024-12-21T05:07:48.277Z[ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO STEP 41 (remove_files) COMPLETE
42802024-12-21T05:07:48.277Z[ recovery-image] Dec 21 05:07:47.654 INFO O| Dec 21 05:07:47.654 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-21T05:07:48.303Z[ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42822024-12-21T05:07:48.303Z[ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO STEP 42 (remove_files) COMPLETE
42832024-12-21T05:07:48.303Z[ recovery-image] Dec 21 05:07:47.679 INFO O| Dec 21 05:07:47.679 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-21T05:07:48.357Z[ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42852024-12-21T05:07:48.357Z[ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO STEP 43 (remove_files) COMPLETE
42862024-12-21T05:07:48.358Z[ recovery-image] Dec 21 05:07:47.735 INFO O| Dec 21 05:07:47.735 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-21T05:07:48.377Z[ recovery-image] Dec 21 05:07:47.754 INFO O| Dec 21 05:07:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42882024-12-21T05:07:48.377Z[ recovery-image] Dec 21 05:07:47.755 INFO O| Dec 21 05:07:47.755 INFO STEP 44 (remove_files) COMPLETE
42892024-12-21T05:07:48.380Z[ recovery-image] Dec 21 05:07:47.755 INFO O| Dec 21 05:07:47.755 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42902024-12-21T05:07:48.409Z[ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42912024-12-21T05:07:48.409Z[ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO STEP 45 (remove_files) COMPLETE
42922024-12-21T05:07:48.409Z[ recovery-image] Dec 21 05:07:47.785 INFO O| Dec 21 05:07:47.785 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-21T05:07:48.430Z[ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42942024-12-21T05:07:48.435Z[ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.806 INFO STEP 46 (remove_files) COMPLETE
42952024-12-21T05:07:48.435Z[ recovery-image] Dec 21 05:07:47.806 INFO O| Dec 21 05:07:47.806 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962024-12-21T05:07:48.469Z[ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42972024-12-21T05:07:48.474Z[ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO STEP 47 (remove_files) COMPLETE
42982024-12-21T05:07:48.474Z[ recovery-image] Dec 21 05:07:47.846 INFO O| Dec 21 05:07:47.846 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-21T05:07:48.499Z[ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43002024-12-21T05:07:48.499Z[ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO STEP 48 (remove_files) COMPLETE
43012024-12-21T05:07:48.502Z[ recovery-image] Dec 21 05:07:47.877 INFO O| Dec 21 05:07:47.877 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022024-12-21T05:07:48.563Z[ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43032024-12-21T05:07:48.563Z[ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO STEP 49 (remove_files) COMPLETE
43042024-12-21T05:07:48.568Z[ recovery-image] Dec 21 05:07:47.934 INFO O| Dec 21 05:07:47.934 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052024-12-21T05:07:48.619Z[ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43062024-12-21T05:07:48.619Z[ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO STEP 50 (remove_files) COMPLETE
43072024-12-21T05:07:48.619Z[ recovery-image] Dec 21 05:07:47.997 INFO O| Dec 21 05:07:47.997 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082024-12-21T05:07:48.661Z[ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43092024-12-21T05:07:48.665Z[ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO STEP 51 (remove_files) COMPLETE
43102024-12-21T05:07:48.665Z[ recovery-image] Dec 21 05:07:48.038 INFO O| Dec 21 05:07:48.038 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112024-12-21T05:07:48.683Z[ recovery-image] Dec 21 05:07:48.056 INFO O| Dec 21 05:07:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43122024-12-21T05:07:48.683Z[ recovery-image] Dec 21 05:07:48.057 INFO O| Dec 21 05:07:48.056 INFO STEP 52 (remove_files) COMPLETE
43132024-12-21T05:07:48.689Z[ recovery-image] Dec 21 05:07:48.057 INFO O| Dec 21 05:07:48.057 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-21T05:07:48.745Z[ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43152024-12-21T05:07:48.746Z[ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO STEP 53 (remove_files) COMPLETE
43162024-12-21T05:07:48.746Z[ recovery-image] Dec 21 05:07:48.109 INFO O| Dec 21 05:07:48.109 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-21T05:07:48.769Z[ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43182024-12-21T05:07:48.769Z[ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO STEP 54 (remove_files) COMPLETE
43192024-12-21T05:07:48.769Z[ recovery-image] Dec 21 05:07:48.146 INFO O| Dec 21 05:07:48.146 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43202024-12-21T05:07:48.800Z[ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43212024-12-21T05:07:48.800Z[ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO STEP 55 (remove_files) COMPLETE
43222024-12-21T05:07:48.800Z[ recovery-image] Dec 21 05:07:48.178 INFO O| Dec 21 05:07:48.178 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232024-12-21T05:07:48.830Z[ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43242024-12-21T05:07:48.830Z[ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO STEP 56 (remove_files) COMPLETE
43252024-12-21T05:07:48.830Z[ recovery-image] Dec 21 05:07:48.207 INFO O| Dec 21 05:07:48.207 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43262024-12-21T05:07:48.850Z[ recovery-image] Dec 21 05:07:48.227 INFO O| Dec 21 05:07:48.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43272024-12-21T05:07:48.851Z[ recovery-image] Dec 21 05:07:48.227 INFO O| Dec 21 05:07:48.227 INFO STEP 57 (remove_files) COMPLETE
43282024-12-21T05:07:48.857Z[ recovery-image] Dec 21 05:07:48.228 INFO O| Dec 21 05:07:48.227 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292024-12-21T05:07:48.891Z[ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43302024-12-21T05:07:48.891Z[ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43312024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.266 INFO O| Dec 21 05:07:48.266 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43322024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43332024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43342024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43352024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO ok!
43362024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO STEP 58 (ensure_file) COMPLETE
43372024-12-21T05:07:48.897Z[ recovery-image] Dec 21 05:07:48.267 INFO O| Dec 21 05:07:48.267 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382024-12-21T05:07:48.952Z[ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43392024-12-21T05:07:48.952Z[ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43402024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43412024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.330 INFO O| Dec 21 05:07:48.330 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43422024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.330 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43432024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43442024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO ok!
43452024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO STEP 59 (ensure_file) COMPLETE
43462024-12-21T05:07:48.955Z[ recovery-image] Dec 21 05:07:48.331 INFO O| Dec 21 05:07:48.331 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43472024-12-21T05:07:48.984Z[ recovery-image] Dec 21 05:07:48.361 INFO O| Dec 21 05:07:48.361 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43482024-12-21T05:07:48.984Z[ recovery-image] Dec 21 05:07:48.361 INFO O| Dec 21 05:07:48.361 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43492024-12-21T05:07:48.986Z[ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43502024-12-21T05:07:48.986Z[ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO ok!
43512024-12-21T05:07:48.986Z[ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO STEP 60 (ensure_file) COMPLETE
43522024-12-21T05:07:48.986Z[ recovery-image] Dec 21 05:07:48.362 INFO O| Dec 21 05:07:48.362 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532024-12-21T05:07:49.015Z[ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43542024-12-21T05:07:49.015Z[ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43552024-12-21T05:07:49.019Z[ recovery-image] Dec 21 05:07:48.392 INFO O| Dec 21 05:07:48.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43562024-12-21T05:07:49.019Z[ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO ok!
43572024-12-21T05:07:49.019Z[ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO STEP 61 (ensure_file) COMPLETE
43582024-12-21T05:07:49.019Z[ recovery-image] Dec 21 05:07:48.393 INFO O| Dec 21 05:07:48.392 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592024-12-21T05:07:49.049Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43602024-12-21T05:07:49.049Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43612024-12-21T05:07:49.053Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43622024-12-21T05:07:49.053Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43632024-12-21T05:07:49.053Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO ok!
43642024-12-21T05:07:49.053Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO STEP 62 (ensure_file) COMPLETE
43652024-12-21T05:07:49.053Z[ recovery-image] Dec 21 05:07:48.427 INFO O| Dec 21 05:07:48.427 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662024-12-21T05:07:49.070Z[ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43672024-12-21T05:07:49.070Z[ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43682024-12-21T05:07:49.070Z[ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43692024-12-21T05:07:49.073Z[ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43702024-12-21T05:07:49.073Z[ recovery-image] Dec 21 05:07:48.447 INFO O| Dec 21 05:07:48.447 INFO ok!
43712024-12-21T05:07:49.073Z[ recovery-image] Dec 21 05:07:48.448 INFO O| Dec 21 05:07:48.447 INFO STEP 63 (ensure_file) COMPLETE
43722024-12-21T05:07:49.073Z[ recovery-image] Dec 21 05:07:48.448 INFO O| Dec 21 05:07:48.447 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732024-12-21T05:07:49.090Z[ host-image] Dec 21 05:07:48.468 INFO O| Dec 21 05:07:48.467 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43742024-12-21T05:07:49.112Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43752024-12-21T05:07:49.112Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43762024-12-21T05:07:49.116Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43772024-12-21T05:07:49.116Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO ok!
43782024-12-21T05:07:49.116Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO STEP 64 (assemble_files) COMPLETE
43792024-12-21T05:07:49.116Z[ recovery-image] Dec 21 05:07:48.489 INFO O| Dec 21 05:07:48.489 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43802024-12-21T05:07:49.155Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43812024-12-21T05:07:49.155Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43822024-12-21T05:07:49.155Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43832024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43842024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO ok!
43852024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO STEP 65 (ensure_file) COMPLETE
43862024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.532 INFO O| Dec 21 05:07:48.532 INFO skip step because feature "omicron1" is not enabled
43882024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO skip step because feature "omicron1" is not enabled
43902024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.532 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.533 INFO skip step because feature "omicron1" is not enabled
43922024-12-21T05:07:49.158Z[ recovery-image] Dec 21 05:07:48.533 INFO O| Dec 21 05:07:48.533 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43932024-12-21T05:07:49.202Z[ recovery-image] Dec 21 05:07:48.578 INFO O| Dec 21 05:07:48.578 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43942024-12-21T05:07:49.202Z[ recovery-image] Dec 21 05:07:48.578 INFO O| Dec 21 05:07:48.578 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43952024-12-21T05:07:52.285Z[ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO STEP 69 (pack_tar) COMPLETE
43962024-12-21T05:07:52.285Z[ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43972024-12-21T05:07:52.287Z[ recovery-image] Dec 21 05:07:51.662 INFO O| Dec 21 05:07:51.660 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43982024-12-21T05:07:52.498Z[ recovery-image] Dec 21 05:07:51.874 INFO O| Dec 21 05:07:51.874 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43992024-12-21T05:07:52.626Z[ recovery-image] Dec 21 05:07:52.003 INFO O| Dec 21 05:07:52.003 INFO completed processing gimlet/ramdisk-02-trim
44002024-12-21T05:07:52.631Z[ recovery-image] Dec 21 05:07:52.007 INFO image builder template: ramdisk-03-recovery-trim...
44012024-12-21T05:07:52.631Z[ recovery-image] Dec 21 05:07:52.008 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/.tmpHZ7K79/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
44022024-12-21T05:07:52.896Z[ recovery-image] Dec 21 05:07:52.273 INFO O| Dec 21 05:07:52.272 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44032024-12-21T05:07:52.905Z[ recovery-image] Dec 21 05:07:52.279 INFO O| Dec 21 05:07:52.279 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44042024-12-21T05:07:53.021Z[ recovery-image] Dec 21 05:07:52.388 INFO O| Dec 21 05:07:52.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44052024-12-21T05:07:53.166Z[ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44062024-12-21T05:07:53.170Z[ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44072024-12-21T05:07:53.182Z[ recovery-image] Dec 21 05:07:52.558 INFO O| Dec 21 05:07:52.558 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44082024-12-21T05:07:53.226Z[ recovery-image] Dec 21 05:07:52.602 INFO O| Dec 21 05:07:52.602 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44092024-12-21T05:07:53.259Z[ recovery-image] Dec 21 05:07:52.628 INFO O| Dec 21 05:07:52.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44102024-12-21T05:07:53.572Z[ host-image] Dec 21 05:07:52.949 INFO O| Dec 21 05:07:52.949 INFO O| Planning: Solver setup ... Done
44112024-12-21T05:07:53.581Z[ host-image] Dec 21 05:07:52.958 INFO O| Dec 21 05:07:52.958 INFO O| Planning: Running solver ... Done
44122024-12-21T05:07:53.676Z[ host-image] Dec 21 05:07:53.053 INFO O| Dec 21 05:07:53.053 INFO O| Planning: Finding local manifests ... Done
44132024-12-21T05:07:53.678Z[ host-image] Dec 21 05:07:53.055 INFO O| Dec 21 05:07:53.055 INFO O| Planning: Fetching manifests: 0/6 0% complete
44142024-12-21T05:07:53.764Z[ recovery-image] Dec 21 05:07:53.141 INFO O| Dec 21 05:07:53.141 INFO rolled back to input snapshot; work may begin
44152024-12-21T05:07:53.764Z[ recovery-image] Dec 21 05:07:53.141 INFO O| Dec 21 05:07:53.141 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44162024-12-21T05:07:53.775Z[ recovery-image] Dec 21 05:07:53.151 INFO O| Dec 21 05:07:53.151 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-21T05:07:53.796Z[ recovery-image] Dec 21 05:07:53.170 INFO O| Dec 21 05:07:53.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44182024-12-21T05:07:53.816Z[ recovery-image] Dec 21 05:07:53.193 INFO O| Dec 21 05:07:53.193 INFO STEP 0 (remove_files) COMPLETE
44192024-12-21T05:07:53.816Z[ recovery-image] Dec 21 05:07:53.193 INFO O| Dec 21 05:07:53.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-21T05:07:53.852Z[ recovery-image] Dec 21 05:07:53.230 INFO O| Dec 21 05:07:53.230 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44212024-12-21T05:07:54.058Z[ host-image] Dec 21 05:07:53.433 INFO O| Dec 21 05:07:53.433 INFO O| Planning: Fetching manifests: 6/6 100% complete
44222024-12-21T05:07:54.118Z[ host-image] Dec 21 05:07:53.495 INFO O| Dec 21 05:07:53.495 INFO O| Planning: Package planning ... Done
44232024-12-21T05:07:54.157Z[ host-image] Dec 21 05:07:53.533 INFO O| Dec 21 05:07:53.533 INFO O| Planning: Merging actions ... Done
44242024-12-21T05:07:54.294Z[ host-image] Dec 21 05:07:53.670 INFO O| Dec 21 05:07:53.670 INFO O| Planning: Checking for conflicting actions ... Done
44252024-12-21T05:07:54.301Z[ host-image] Dec 21 05:07:53.679 INFO O| Dec 21 05:07:53.678 INFO O| Planning: Consolidating action changes ... Done
44262024-12-21T05:07:54.503Z[ recovery-image] Dec 21 05:07:53.880 INFO O| Dec 21 05:07:53.880 INFO STEP 1 (remove_files) COMPLETE
44272024-12-21T05:07:54.503Z[ recovery-image] Dec 21 05:07:53.880 INFO O| Dec 21 05:07:53.880 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-21T05:07:54.526Z[ recovery-image] Dec 21 05:07:53.903 INFO O| Dec 21 05:07:53.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44292024-12-21T05:07:54.588Z[ recovery-image] Dec 21 05:07:53.963 INFO O| Dec 21 05:07:53.963 INFO STEP 2 (remove_files) COMPLETE
44302024-12-21T05:07:54.588Z[ recovery-image] Dec 21 05:07:53.963 INFO O| Dec 21 05:07:53.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-21T05:07:54.612Z[ recovery-image] Dec 21 05:07:53.987 INFO O| Dec 21 05:07:53.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44322024-12-21T05:07:54.673Z[ host-image] Dec 21 05:07:54.049 INFO O| Dec 21 05:07:54.049 INFO O| Planning: Evaluating mediators ... Done
44332024-12-21T05:07:54.679Z[ host-image] Dec 21 05:07:54.055 INFO O| Dec 21 05:07:54.055 INFO O| Planning: Planning completed in 5.59 seconds
44342024-12-21T05:07:54.686Z[ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Packages to install: 6
44352024-12-21T05:07:54.686Z[ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Mediators to change: 1
44362024-12-21T05:07:54.686Z[ host-image] Dec 21 05:07:54.057 INFO O| Dec 21 05:07:54.057 INFO O| Services to change: 1
44372024-12-21T05:07:54.705Z[ host-image] Dec 21 05:07:54.081 INFO O| Dec 21 05:07:54.081 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44382024-12-21T05:07:54.824Z[ recovery-image] Dec 21 05:07:54.201 INFO O| Dec 21 05:07:54.201 INFO STEP 3 (remove_files) COMPLETE
44392024-12-21T05:07:54.826Z[ recovery-image] Dec 21 05:07:54.201 INFO O| Dec 21 05:07:54.201 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-21T05:07:54.862Z[ recovery-image] Dec 21 05:07:54.239 INFO O| Dec 21 05:07:54.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44412024-12-21T05:07:55.062Z[ recovery-image] Dec 21 05:07:54.434 INFO O| Dec 21 05:07:54.434 INFO STEP 4 (remove_files) COMPLETE
44422024-12-21T05:07:55.062Z[ recovery-image] Dec 21 05:07:54.434 INFO O| Dec 21 05:07:54.434 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-21T05:07:55.078Z[ recovery-image] Dec 21 05:07:54.456 INFO O| Dec 21 05:07:54.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
44442024-12-21T05:07:55.158Z[ recovery-image] Dec 21 05:07:54.535 INFO O| Dec 21 05:07:54.534 INFO STEP 5 (remove_files) COMPLETE
44452024-12-21T05:07:55.158Z[ recovery-image] Dec 21 05:07:54.535 INFO O| Dec 21 05:07:54.534 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-21T05:07:55.179Z[ recovery-image] Dec 21 05:07:54.556 INFO O| Dec 21 05:07:54.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44472024-12-21T05:07:55.220Z[ recovery-image] Dec 21 05:07:54.597 INFO O| Dec 21 05:07:54.597 INFO STEP 6 (remove_files) COMPLETE
44482024-12-21T05:07:55.220Z[ recovery-image] Dec 21 05:07:54.597 INFO O| Dec 21 05:07:54.597 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-21T05:07:55.244Z[ recovery-image] Dec 21 05:07:54.620 INFO O| Dec 21 05:07:54.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44502024-12-21T05:07:55.271Z[ recovery-image] Dec 21 05:07:54.647 INFO O| Dec 21 05:07:54.647 INFO STEP 7 (remove_files) COMPLETE
44512024-12-21T05:07:55.271Z[ recovery-image] Dec 21 05:07:54.647 INFO O| Dec 21 05:07:54.647 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-21T05:07:55.292Z[ recovery-image] Dec 21 05:07:54.669 INFO O| Dec 21 05:07:54.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44532024-12-21T05:07:55.360Z[ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 8 (remove_files) COMPLETE
44542024-12-21T05:07:55.360Z[ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-21T05:07:55.399Z[ recovery-image] Dec 21 05:07:54.776 INFO O| Dec 21 05:07:54.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44562024-12-21T05:07:55.402Z[ recovery-image] Dec 21 05:07:54.777 INFO O| Dec 21 05:07:54.777 INFO STEP 9 (remove_files) COMPLETE
44572024-12-21T05:07:55.403Z[ recovery-image] Dec 21 05:07:54.777 INFO O| Dec 21 05:07:54.777 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-21T05:07:55.445Z[ recovery-image] Dec 21 05:07:54.822 INFO O| Dec 21 05:07:54.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44592024-12-21T05:07:55.449Z[ recovery-image] Dec 21 05:07:54.823 INFO O| Dec 21 05:07:54.823 INFO STEP 10 (remove_files) COMPLETE
44602024-12-21T05:07:55.449Z[ recovery-image] Dec 21 05:07:54.823 INFO O| Dec 21 05:07:54.823 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-21T05:07:55.488Z[ recovery-image] Dec 21 05:07:54.865 INFO O| Dec 21 05:07:54.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44622024-12-21T05:07:55.838Z[ recovery-image] Dec 21 05:07:55.215 INFO O| Dec 21 05:07:55.215 INFO STEP 11 (remove_files) COMPLETE
44632024-12-21T05:07:55.838Z[ recovery-image] Dec 21 05:07:55.215 INFO O| Dec 21 05:07:55.215 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-21T05:07:55.883Z[ recovery-image] Dec 21 05:07:55.261 INFO O| Dec 21 05:07:55.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44652024-12-21T05:07:55.937Z[ recovery-image] Dec 21 05:07:55.314 INFO O| Dec 21 05:07:55.314 INFO STEP 12 (remove_files) COMPLETE
44662024-12-21T05:07:55.937Z[ recovery-image] Dec 21 05:07:55.314 INFO O| Dec 21 05:07:55.314 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-21T05:07:55.955Z[ recovery-image] Dec 21 05:07:55.332 INFO O| Dec 21 05:07:55.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44682024-12-21T05:07:55.991Z[ recovery-image] Dec 21 05:07:55.368 INFO O| Dec 21 05:07:55.368 INFO STEP 13 (remove_files) COMPLETE
44692024-12-21T05:07:55.991Z[ recovery-image] Dec 21 05:07:55.368 INFO O| Dec 21 05:07:55.368 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-21T05:07:56.011Z[ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44712024-12-21T05:07:56.014Z[ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO STEP 14 (remove_files) COMPLETE
44722024-12-21T05:07:56.014Z[ recovery-image] Dec 21 05:07:55.388 INFO O| Dec 21 05:07:55.388 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-21T05:07:56.033Z[ recovery-image] Dec 21 05:07:55.409 INFO O| Dec 21 05:07:55.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44742024-12-21T05:07:56.039Z[ recovery-image] Dec 21 05:07:55.416 INFO O| Dec 21 05:07:55.416 INFO STEP 15 (remove_files) COMPLETE
44752024-12-21T05:07:56.039Z[ recovery-image] Dec 21 05:07:55.417 INFO O| Dec 21 05:07:55.416 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-21T05:07:56.123Z[ recovery-image] Dec 21 05:07:55.494 INFO O| Dec 21 05:07:55.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44772024-12-21T05:07:56.270Z[ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 16 (remove_files) COMPLETE
44782024-12-21T05:07:56.270Z[ recovery-image] Dec 21 05:07:55.647 INFO O| Dec 21 05:07:55.647 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-21T05:07:56.316Z[ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44802024-12-21T05:07:56.317Z[ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO STEP 17 (remove_files) COMPLETE
44812024-12-21T05:07:56.321Z[ recovery-image] Dec 21 05:07:55.691 INFO O| Dec 21 05:07:55.691 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-21T05:07:56.332Z[ recovery-image] Dec 21 05:07:55.709 INFO O| Dec 21 05:07:55.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44832024-12-21T05:07:56.353Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 18 (remove_files) COMPLETE
44842024-12-21T05:07:56.353Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-21T05:07:56.374Z[ recovery-image] Dec 21 05:07:55.750 INFO O| Dec 21 05:07:55.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44862024-12-21T05:07:56.642Z[ recovery-image] Dec 21 05:07:56.018 INFO O| Dec 21 05:07:56.018 INFO STEP 19 (remove_files) COMPLETE
44872024-12-21T05:07:56.642Z[ recovery-image] Dec 21 05:07:56.018 INFO O| Dec 21 05:07:56.018 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-21T05:07:56.696Z[ recovery-image] Dec 21 05:07:56.073 INFO O| Dec 21 05:07:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44892024-12-21T05:07:56.718Z[ recovery-image] Dec 21 05:07:56.094 INFO O| Dec 21 05:07:56.094 INFO STEP 20 (remove_files) COMPLETE
44902024-12-21T05:07:56.718Z[ recovery-image] Dec 21 05:07:56.094 INFO O| Dec 21 05:07:56.094 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-21T05:07:56.741Z[ recovery-image] Dec 21 05:07:56.114 INFO O| Dec 21 05:07:56.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44922024-12-21T05:07:56.744Z[ recovery-image] Dec 21 05:07:56.115 INFO O| Dec 21 05:07:56.115 INFO STEP 21 (remove_files) COMPLETE
44932024-12-21T05:07:56.744Z[ recovery-image] Dec 21 05:07:56.115 INFO O| Dec 21 05:07:56.115 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-12-21T05:07:56.757Z[ recovery-image] Dec 21 05:07:56.134 INFO O| Dec 21 05:07:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44952024-12-21T05:07:56.767Z[ recovery-image] Dec 21 05:07:56.135 INFO O| Dec 21 05:07:56.135 INFO STEP 22 (remove_files) COMPLETE
44962024-12-21T05:07:56.767Z[ recovery-image] Dec 21 05:07:56.135 INFO O| Dec 21 05:07:56.135 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-12-21T05:07:56.776Z[ recovery-image] Dec 21 05:07:56.153 INFO O| Dec 21 05:07:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44982024-12-21T05:07:56.779Z[ recovery-image] Dec 21 05:07:56.155 INFO O| Dec 21 05:07:56.155 INFO STEP 23 (remove_files) COMPLETE
44992024-12-21T05:07:56.779Z[ recovery-image] Dec 21 05:07:56.155 INFO O| Dec 21 05:07:56.155 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-12-21T05:07:56.798Z[ recovery-image] Dec 21 05:07:56.175 INFO O| Dec 21 05:07:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45012024-12-21T05:07:56.817Z[ recovery-image] Dec 21 05:07:56.193 INFO O| Dec 21 05:07:56.191 INFO STEP 24 (remove_files) COMPLETE
45022024-12-21T05:07:56.817Z[ recovery-image] Dec 21 05:07:56.194 INFO O| Dec 21 05:07:56.192 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-12-21T05:07:56.848Z[ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45042024-12-21T05:07:56.848Z[ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.225 INFO STEP 25 (remove_files) COMPLETE
45052024-12-21T05:07:56.851Z[ recovery-image] Dec 21 05:07:56.225 INFO O| Dec 21 05:07:56.225 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-12-21T05:07:56.866Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45072024-12-21T05:07:56.868Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 26 (remove_files) COMPLETE
45082024-12-21T05:07:56.868Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-12-21T05:07:56.905Z[ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45102024-12-21T05:07:56.905Z[ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO STEP 27 (remove_files) COMPLETE
45112024-12-21T05:07:56.905Z[ recovery-image] Dec 21 05:07:56.281 INFO O| Dec 21 05:07:56.281 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-12-21T05:07:56.959Z[ recovery-image] Dec 21 05:07:56.331 INFO O| Dec 21 05:07:56.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45132024-12-21T05:07:56.961Z[ recovery-image] Dec 21 05:07:56.336 INFO O| Dec 21 05:07:56.336 INFO STEP 28 (remove_files) COMPLETE
45142024-12-21T05:07:56.961Z[ recovery-image] Dec 21 05:07:56.337 INFO O| Dec 21 05:07:56.336 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-12-21T05:07:57.016Z[ recovery-image] Dec 21 05:07:56.393 INFO O| Dec 21 05:07:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45162024-12-21T05:07:57.019Z[ recovery-image] Dec 21 05:07:56.396 INFO O| Dec 21 05:07:56.396 INFO STEP 29 (remove_files) COMPLETE
45172024-12-21T05:07:57.019Z[ recovery-image] Dec 21 05:07:56.396 INFO O| Dec 21 05:07:56.396 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-12-21T05:07:57.156Z[ recovery-image] Dec 21 05:07:56.533 INFO O| Dec 21 05:07:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45192024-12-21T05:07:57.159Z[ recovery-image] Dec 21 05:07:56.534 INFO O| Dec 21 05:07:56.533 INFO STEP 30 (remove_files) COMPLETE
45202024-12-21T05:07:57.159Z[ recovery-image] Dec 21 05:07:56.534 INFO O| Dec 21 05:07:56.534 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-12-21T05:07:57.238Z[ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45222024-12-21T05:07:57.239Z[ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO STEP 31 (remove_files) COMPLETE
45232024-12-21T05:07:57.239Z[ recovery-image] Dec 21 05:07:56.615 INFO O| Dec 21 05:07:56.615 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-12-21T05:07:57.264Z[ recovery-image] Dec 21 05:07:56.641 INFO O| Dec 21 05:07:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45252024-12-21T05:07:57.267Z[ recovery-image] Dec 21 05:07:56.644 INFO O| Dec 21 05:07:56.644 INFO STEP 32 (remove_files) COMPLETE
45262024-12-21T05:07:57.267Z[ recovery-image] Dec 21 05:07:56.644 INFO O| Dec 21 05:07:56.644 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-21T05:07:57.293Z[ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45282024-12-21T05:07:57.296Z[ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.670 INFO STEP 33 (remove_files) COMPLETE
45292024-12-21T05:07:57.296Z[ recovery-image] Dec 21 05:07:56.670 INFO O| Dec 21 05:07:56.670 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-21T05:07:57.314Z[ recovery-image] Dec 21 05:07:56.691 INFO O| Dec 21 05:07:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45312024-12-21T05:07:57.336Z[ recovery-image] Dec 21 05:07:56.713 INFO O| Dec 21 05:07:56.713 INFO STEP 34 (remove_files) COMPLETE
45322024-12-21T05:07:57.336Z[ recovery-image] Dec 21 05:07:56.713 INFO O| Dec 21 05:07:56.713 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-21T05:07:57.376Z[ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45342024-12-21T05:07:57.379Z[ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO STEP 35 (remove_files) COMPLETE
45352024-12-21T05:07:57.379Z[ recovery-image] Dec 21 05:07:56.752 INFO O| Dec 21 05:07:56.752 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-21T05:07:57.399Z[ recovery-image] Dec 21 05:07:56.775 INFO O| Dec 21 05:07:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45372024-12-21T05:07:57.416Z[ recovery-image] Dec 21 05:07:56.793 INFO O| Dec 21 05:07:56.793 INFO STEP 36 (remove_files) COMPLETE
45382024-12-21T05:07:57.416Z[ recovery-image] Dec 21 05:07:56.793 INFO O| Dec 21 05:07:56.793 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-21T05:07:57.436Z[ recovery-image] Dec 21 05:07:56.813 INFO O| Dec 21 05:07:56.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
45402024-12-21T05:07:57.439Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.813 INFO STEP 37 (remove_files) COMPLETE
45412024-12-21T05:07:57.439Z[ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.813 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-21T05:07:57.470Z[ recovery-image] Dec 21 05:07:56.833 INFO O| Dec 21 05:07:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45432024-12-21T05:07:57.470Z[ recovery-image] Dec 21 05:07:56.833 INFO O| Dec 21 05:07:56.833 INFO STEP 38 (remove_files) COMPLETE
45442024-12-21T05:07:57.470Z[ recovery-image] Dec 21 05:07:56.834 INFO O| Dec 21 05:07:56.833 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-21T05:07:57.476Z[ recovery-image] Dec 21 05:07:56.853 INFO O| Dec 21 05:07:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45462024-12-21T05:07:57.476Z[ recovery-image] Dec 21 05:07:56.854 INFO O| Dec 21 05:07:56.853 INFO STEP 39 (remove_files) COMPLETE
45472024-12-21T05:07:57.476Z[ recovery-image] Dec 21 05:07:56.854 INFO O| Dec 21 05:07:56.854 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-21T05:07:57.499Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45492024-12-21T05:07:57.499Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 40 (remove_files) COMPLETE
45502024-12-21T05:07:57.503Z[ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-21T05:07:57.517Z[ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45522024-12-21T05:07:57.517Z[ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO STEP 41 (remove_files) COMPLETE
45532024-12-21T05:07:57.519Z[ recovery-image] Dec 21 05:07:56.894 INFO O| Dec 21 05:07:56.894 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-21T05:07:57.537Z[ recovery-image] Dec 21 05:07:56.914 INFO O| Dec 21 05:07:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45552024-12-21T05:07:57.537Z[ recovery-image] Dec 21 05:07:56.914 INFO O| Dec 21 05:07:56.914 INFO STEP 42 (remove_files) COMPLETE
45562024-12-21T05:07:57.537Z[ recovery-image] Dec 21 05:07:56.915 INFO O| Dec 21 05:07:56.914 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-21T05:07:57.560Z[ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45582024-12-21T05:07:57.560Z[ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.935 INFO STEP 43 (remove_files) COMPLETE
45592024-12-21T05:07:57.560Z[ recovery-image] Dec 21 05:07:56.935 INFO O| Dec 21 05:07:56.935 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-21T05:07:57.579Z[ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45612024-12-21T05:07:57.580Z[ recovery-image] Dec 21 05:07:56.957 INFO O| Dec 21 05:07:56.956 INFO STEP 44 (remove_files) COMPLETE
45622024-12-21T05:07:57.580Z[ recovery-image] Dec 21 05:07:56.957 INFO O| Dec 21 05:07:56.957 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-21T05:07:57.602Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45642024-12-21T05:07:57.602Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 45 (remove_files) COMPLETE
45652024-12-21T05:07:57.606Z[ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-21T05:07:57.623Z[ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45672024-12-21T05:07:57.623Z[ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO STEP 46 (remove_files) COMPLETE
45682024-12-21T05:07:57.625Z[ recovery-image] Dec 21 05:07:57.000 INFO O| Dec 21 05:07:57.000 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-21T05:07:57.651Z[ recovery-image] Dec 21 05:07:57.022 INFO O| Dec 21 05:07:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45702024-12-21T05:07:57.654Z[ recovery-image] Dec 21 05:07:57.028 INFO O| Dec 21 05:07:57.028 INFO STEP 47 (remove_files) COMPLETE
45712024-12-21T05:07:57.654Z[ recovery-image] Dec 21 05:07:57.028 INFO O| Dec 21 05:07:57.028 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-21T05:07:57.684Z[ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45732024-12-21T05:07:57.687Z[ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO STEP 48 (remove_files) COMPLETE
45742024-12-21T05:07:57.687Z[ recovery-image] Dec 21 05:07:57.050 INFO O| Dec 21 05:07:57.050 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-21T05:07:57.693Z[ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45762024-12-21T05:07:57.697Z[ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.071 INFO STEP 49 (remove_files) COMPLETE
45772024-12-21T05:07:57.697Z[ recovery-image] Dec 21 05:07:57.071 INFO O| Dec 21 05:07:57.071 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-21T05:07:57.715Z[ recovery-image] Dec 21 05:07:57.090 INFO O| Dec 21 05:07:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45792024-12-21T05:07:57.719Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.090 INFO STEP 50 (remove_files) COMPLETE
45802024-12-21T05:07:57.719Z[ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-21T05:07:57.736Z[ recovery-image] Dec 21 05:07:57.111 INFO O| Dec 21 05:07:57.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45822024-12-21T05:07:57.736Z[ recovery-image] Dec 21 05:07:57.111 INFO O| Dec 21 05:07:57.111 INFO STEP 51 (remove_files) COMPLETE
45832024-12-21T05:07:57.736Z[ recovery-image] Dec 21 05:07:57.112 INFO O| Dec 21 05:07:57.112 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-21T05:07:57.756Z[ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45852024-12-21T05:07:57.761Z[ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO STEP 52 (remove_files) COMPLETE
45862024-12-21T05:07:57.761Z[ recovery-image] Dec 21 05:07:57.132 INFO O| Dec 21 05:07:57.132 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-21T05:07:57.786Z[ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45882024-12-21T05:07:57.786Z[ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO STEP 53 (remove_files) COMPLETE
45892024-12-21T05:07:57.786Z[ recovery-image] Dec 21 05:07:57.162 INFO O| Dec 21 05:07:57.162 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-21T05:07:57.915Z[ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45912024-12-21T05:07:57.915Z[ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO STEP 54 (remove_files) COMPLETE
45922024-12-21T05:07:57.915Z[ recovery-image] Dec 21 05:07:57.292 INFO O| Dec 21 05:07:57.292 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-21T05:07:57.944Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45942024-12-21T05:07:57.946Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 55 (remove_files) COMPLETE
45952024-12-21T05:07:57.946Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-21T05:07:58.123Z[ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45972024-12-21T05:07:58.123Z[ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO STEP 56 (remove_files) COMPLETE
45982024-12-21T05:07:58.123Z[ recovery-image] Dec 21 05:07:57.499 INFO O| Dec 21 05:07:57.499 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-21T05:07:58.143Z[ recovery-image] Dec 21 05:07:57.519 INFO O| Dec 21 05:07:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46002024-12-21T05:07:58.151Z[ recovery-image] Dec 21 05:07:57.528 INFO O| Dec 21 05:07:57.528 INFO STEP 57 (remove_files) COMPLETE
46012024-12-21T05:07:58.151Z[ recovery-image] Dec 21 05:07:57.528 INFO O| Dec 21 05:07:57.528 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-21T05:07:58.211Z[ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46032024-12-21T05:07:58.211Z[ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO STEP 58 (remove_files) COMPLETE
46042024-12-21T05:07:58.211Z[ recovery-image] Dec 21 05:07:57.587 INFO O| Dec 21 05:07:57.587 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-21T05:07:58.260Z[ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46062024-12-21T05:07:58.260Z[ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.629 INFO STEP 59 (remove_files) COMPLETE
46072024-12-21T05:07:58.263Z[ recovery-image] Dec 21 05:07:57.629 INFO O| Dec 21 05:07:57.629 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-21T05:07:58.284Z[ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46092024-12-21T05:07:58.284Z[ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO STEP 60 (remove_files) COMPLETE
46102024-12-21T05:07:58.286Z[ recovery-image] Dec 21 05:07:57.661 INFO O| Dec 21 05:07:57.661 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-21T05:07:58.311Z[ recovery-image] Dec 21 05:07:57.682 INFO O| Dec 21 05:07:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46122024-12-21T05:07:58.331Z[ recovery-image] Dec 21 05:07:57.708 INFO O| Dec 21 05:07:57.708 INFO STEP 61 (remove_files) COMPLETE
46132024-12-21T05:07:58.332Z[ recovery-image] Dec 21 05:07:57.708 INFO O| Dec 21 05:07:57.708 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-21T05:07:58.402Z[ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46152024-12-21T05:07:58.403Z[ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO STEP 62 (remove_files) COMPLETE
46162024-12-21T05:07:58.406Z[ recovery-image] Dec 21 05:07:57.779 INFO O| Dec 21 05:07:57.779 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-21T05:07:58.424Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46182024-12-21T05:07:58.424Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 63 (remove_files) COMPLETE
46192024-12-21T05:07:58.427Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-21T05:07:58.445Z[ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46212024-12-21T05:07:58.445Z[ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO STEP 64 (remove_files) COMPLETE
46222024-12-21T05:07:58.448Z[ recovery-image] Dec 21 05:07:57.822 INFO O| Dec 21 05:07:57.822 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-21T05:07:58.467Z[ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46242024-12-21T05:07:58.467Z[ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO STEP 65 (remove_files) COMPLETE
46252024-12-21T05:07:58.467Z[ recovery-image] Dec 21 05:07:57.843 INFO O| Dec 21 05:07:57.843 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-21T05:07:58.488Z[ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46272024-12-21T05:07:58.488Z[ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO STEP 66 (remove_files) COMPLETE
46282024-12-21T05:07:58.488Z[ recovery-image] Dec 21 05:07:57.865 INFO O| Dec 21 05:07:57.865 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-21T05:07:58.510Z[ recovery-image] Dec 21 05:07:57.887 INFO O| Dec 21 05:07:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46302024-12-21T05:07:58.510Z[ recovery-image] Dec 21 05:07:57.887 INFO O| Dec 21 05:07:57.887 INFO STEP 67 (remove_files) COMPLETE
46312024-12-21T05:07:58.513Z[ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.887 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-21T05:07:58.678Z[ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46332024-12-21T05:07:58.678Z[ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO STEP 68 (remove_files) COMPLETE
46342024-12-21T05:07:58.681Z[ recovery-image] Dec 21 05:07:58.055 INFO O| Dec 21 05:07:58.055 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-21T05:07:58.740Z[ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46362024-12-21T05:07:58.743Z[ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO STEP 69 (remove_files) COMPLETE
46372024-12-21T05:07:58.743Z[ recovery-image] Dec 21 05:07:58.117 INFO O| Dec 21 05:07:58.117 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-21T05:07:58.782Z[ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46392024-12-21T05:07:58.782Z[ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO STEP 70 (remove_files) COMPLETE
46402024-12-21T05:07:58.782Z[ recovery-image] Dec 21 05:07:58.159 INFO O| Dec 21 05:07:58.159 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-21T05:07:58.801Z[ recovery-image] Dec 21 05:07:58.178 INFO O| Dec 21 05:07:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46422024-12-21T05:07:58.804Z[ recovery-image] Dec 21 05:07:58.179 INFO O| Dec 21 05:07:58.179 INFO STEP 71 (remove_files) COMPLETE
46432024-12-21T05:07:58.804Z[ recovery-image] Dec 21 05:07:58.179 INFO O| Dec 21 05:07:58.179 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-21T05:07:58.836Z[ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46452024-12-21T05:07:58.838Z[ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO STEP 72 (remove_files) COMPLETE
46462024-12-21T05:07:58.838Z[ recovery-image] Dec 21 05:07:58.213 INFO O| Dec 21 05:07:58.213 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-21T05:07:58.858Z[ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46482024-12-21T05:07:58.860Z[ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO STEP 73 (remove_files) COMPLETE
46492024-12-21T05:07:58.860Z[ recovery-image] Dec 21 05:07:58.235 INFO O| Dec 21 05:07:58.235 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-21T05:07:58.878Z[ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46512024-12-21T05:07:58.881Z[ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO STEP 74 (remove_files) COMPLETE
46522024-12-21T05:07:58.881Z[ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-21T05:07:58.898Z[ recovery-image] Dec 21 05:07:58.275 INFO O| Dec 21 05:07:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46542024-12-21T05:07:58.919Z[ recovery-image] Dec 21 05:07:58.295 INFO O| Dec 21 05:07:58.295 INFO STEP 75 (remove_files) COMPLETE
46552024-12-21T05:07:58.919Z[ recovery-image] Dec 21 05:07:58.295 INFO O| Dec 21 05:07:58.295 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-21T05:07:58.954Z[ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46572024-12-21T05:07:58.958Z[ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO STEP 76 (remove_files) COMPLETE
46582024-12-21T05:07:58.958Z[ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-21T05:07:58.975Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46602024-12-21T05:07:58.975Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 77 (remove_files) COMPLETE
46612024-12-21T05:07:58.975Z[ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-21T05:07:59.013Z[ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46632024-12-21T05:07:59.021Z[ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO STEP 78 (remove_files) COMPLETE
46642024-12-21T05:07:59.021Z[ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.390 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-21T05:07:59.033Z[ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46662024-12-21T05:07:59.035Z[ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO STEP 79 (remove_files) COMPLETE
46672024-12-21T05:07:59.035Z[ recovery-image] Dec 21 05:07:58.410 INFO O| Dec 21 05:07:58.410 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-21T05:07:59.052Z[ recovery-image] Dec 21 05:07:58.429 INFO O| Dec 21 05:07:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46692024-12-21T05:07:59.055Z[ recovery-image] Dec 21 05:07:58.429 INFO O| Dec 21 05:07:58.429 INFO STEP 80 (remove_files) COMPLETE
46702024-12-21T05:07:59.055Z[ recovery-image] Dec 21 05:07:58.430 INFO O| Dec 21 05:07:58.429 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-21T05:07:59.072Z[ recovery-image] Dec 21 05:07:58.448 INFO O| Dec 21 05:07:58.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46722024-12-21T05:07:59.090Z[ recovery-image] Dec 21 05:07:58.467 INFO O| Dec 21 05:07:58.467 INFO STEP 81 (remove_files) COMPLETE
46732024-12-21T05:07:59.091Z[ recovery-image] Dec 21 05:07:58.467 INFO O| Dec 21 05:07:58.467 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-21T05:07:59.112Z[ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46752024-12-21T05:07:59.115Z[ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO STEP 82 (remove_files) COMPLETE
46762024-12-21T05:07:59.115Z[ recovery-image] Dec 21 05:07:58.488 INFO O| Dec 21 05:07:58.488 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-21T05:07:59.134Z[ recovery-image] Dec 21 05:07:58.510 INFO O| Dec 21 05:07:58.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46782024-12-21T05:07:59.138Z[ recovery-image] Dec 21 05:07:58.511 INFO O| Dec 21 05:07:58.511 INFO STEP 83 (remove_files) COMPLETE
46792024-12-21T05:07:59.138Z[ recovery-image] Dec 21 05:07:58.511 INFO O| Dec 21 05:07:58.511 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-21T05:07:59.176Z[ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46812024-12-21T05:07:59.176Z[ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.553 INFO STEP 84 (remove_files) COMPLETE
46822024-12-21T05:07:59.176Z[ recovery-image] Dec 21 05:07:58.553 INFO O| Dec 21 05:07:58.553 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-21T05:07:59.196Z[ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46842024-12-21T05:07:59.196Z[ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.573 INFO STEP 85 (remove_files) COMPLETE
46852024-12-21T05:07:59.196Z[ recovery-image] Dec 21 05:07:58.573 INFO O| Dec 21 05:07:58.573 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-21T05:07:59.216Z[ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46872024-12-21T05:07:59.216Z[ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO STEP 86 (remove_files) COMPLETE
46882024-12-21T05:07:59.219Z[ recovery-image] Dec 21 05:07:58.593 INFO O| Dec 21 05:07:58.593 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-21T05:07:59.237Z[ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46902024-12-21T05:07:59.237Z[ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.614 INFO STEP 87 (remove_files) COMPLETE
46912024-12-21T05:07:59.240Z[ recovery-image] Dec 21 05:07:58.614 INFO O| Dec 21 05:07:58.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-21T05:07:59.262Z[ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46932024-12-21T05:07:59.262Z[ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO STEP 88 (remove_files) COMPLETE
46942024-12-21T05:07:59.262Z[ recovery-image] Dec 21 05:07:58.637 INFO O| Dec 21 05:07:58.637 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-21T05:07:59.283Z[ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46962024-12-21T05:07:59.283Z[ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO STEP 89 (remove_files) COMPLETE
46972024-12-21T05:07:59.283Z[ recovery-image] Dec 21 05:07:58.659 INFO O| Dec 21 05:07:58.659 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-21T05:07:59.303Z[ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46992024-12-21T05:07:59.303Z[ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO STEP 90 (remove_files) COMPLETE
47002024-12-21T05:07:59.306Z[ recovery-image] Dec 21 05:07:58.679 INFO O| Dec 21 05:07:58.679 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-21T05:07:59.322Z[ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47022024-12-21T05:07:59.322Z[ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO STEP 91 (remove_files) COMPLETE
47032024-12-21T05:07:59.322Z[ recovery-image] Dec 21 05:07:58.698 INFO O| Dec 21 05:07:58.698 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-21T05:07:59.341Z[ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47052024-12-21T05:07:59.341Z[ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.718 INFO STEP 92 (remove_files) COMPLETE
47062024-12-21T05:07:59.341Z[ recovery-image] Dec 21 05:07:58.718 INFO O| Dec 21 05:07:58.718 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-21T05:07:59.378Z[ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47082024-12-21T05:07:59.381Z[ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO STEP 93 (remove_files) COMPLETE
47092024-12-21T05:07:59.381Z[ recovery-image] Dec 21 05:07:58.755 INFO O| Dec 21 05:07:58.755 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-21T05:07:59.400Z[ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47112024-12-21T05:07:59.400Z[ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO STEP 94 (remove_files) COMPLETE
47122024-12-21T05:07:59.400Z[ recovery-image] Dec 21 05:07:58.776 INFO O| Dec 21 05:07:58.776 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-21T05:07:59.421Z[ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47142024-12-21T05:07:59.421Z[ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO STEP 95 (remove_files) COMPLETE
47152024-12-21T05:07:59.421Z[ recovery-image] Dec 21 05:07:58.796 INFO O| Dec 21 05:07:58.796 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-21T05:07:59.440Z[ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47172024-12-21T05:07:59.440Z[ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO STEP 96 (remove_files) COMPLETE
47182024-12-21T05:07:59.442Z[ recovery-image] Dec 21 05:07:58.816 INFO O| Dec 21 05:07:58.816 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-21T05:07:59.461Z[ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47202024-12-21T05:07:59.461Z[ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO STEP 97 (remove_files) COMPLETE
47212024-12-21T05:07:59.461Z[ recovery-image] Dec 21 05:07:58.837 INFO O| Dec 21 05:07:58.837 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-21T05:07:59.480Z[ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47232024-12-21T05:07:59.480Z[ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO STEP 98 (remove_files) COMPLETE
47242024-12-21T05:07:59.480Z[ recovery-image] Dec 21 05:07:58.856 INFO O| Dec 21 05:07:58.856 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-21T05:07:59.499Z[ recovery-image] Dec 21 05:07:58.875 INFO O| Dec 21 05:07:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47262024-12-21T05:07:59.499Z[ recovery-image] Dec 21 05:07:58.876 INFO O| Dec 21 05:07:58.875 INFO STEP 99 (remove_files) COMPLETE
47272024-12-21T05:07:59.499Z[ recovery-image] Dec 21 05:07:58.876 INFO O| Dec 21 05:07:58.875 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-21T05:07:59.518Z[ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47292024-12-21T05:07:59.518Z[ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO STEP 100 (remove_files) COMPLETE
47302024-12-21T05:07:59.518Z[ recovery-image] Dec 21 05:07:58.894 INFO O| Dec 21 05:07:58.894 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-21T05:07:59.536Z[ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47322024-12-21T05:07:59.536Z[ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.913 INFO STEP 101 (remove_files) COMPLETE
47332024-12-21T05:07:59.539Z[ recovery-image] Dec 21 05:07:58.913 INFO O| Dec 21 05:07:58.913 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-21T05:07:59.554Z[ recovery-image] Dec 21 05:07:58.931 INFO O| Dec 21 05:07:58.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47352024-12-21T05:07:59.557Z[ recovery-image] Dec 21 05:07:58.932 INFO O| Dec 21 05:07:58.931 INFO STEP 102 (remove_files) COMPLETE
47362024-12-21T05:07:59.557Z[ recovery-image] Dec 21 05:07:58.932 INFO O| Dec 21 05:07:58.931 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-21T05:07:59.573Z[ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47382024-12-21T05:07:59.574Z[ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO STEP 103 (remove_files) COMPLETE
47392024-12-21T05:07:59.574Z[ recovery-image] Dec 21 05:07:58.950 INFO O| Dec 21 05:07:58.950 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-21T05:07:59.593Z[ recovery-image] Dec 21 05:07:58.969 INFO O| Dec 21 05:07:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47412024-12-21T05:07:59.593Z[ recovery-image] Dec 21 05:07:58.970 INFO O| Dec 21 05:07:58.969 INFO STEP 104 (remove_files) COMPLETE
47422024-12-21T05:07:59.597Z[ recovery-image] Dec 21 05:07:58.970 INFO O| Dec 21 05:07:58.969 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-21T05:07:59.613Z[ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47442024-12-21T05:07:59.613Z[ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO STEP 105 (remove_files) COMPLETE
47452024-12-21T05:07:59.613Z[ recovery-image] Dec 21 05:07:58.989 INFO O| Dec 21 05:07:58.989 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-21T05:07:59.633Z[ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47472024-12-21T05:07:59.633Z[ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO STEP 106 (remove_files) COMPLETE
47482024-12-21T05:07:59.633Z[ recovery-image] Dec 21 05:07:59.010 INFO O| Dec 21 05:07:59.010 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-21T05:07:59.653Z[ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47502024-12-21T05:07:59.653Z[ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.030 INFO STEP 107 (remove_files) COMPLETE
47512024-12-21T05:07:59.653Z[ recovery-image] Dec 21 05:07:59.030 INFO O| Dec 21 05:07:59.030 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-21T05:07:59.671Z[ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47532024-12-21T05:07:59.672Z[ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO STEP 108 (remove_files) COMPLETE
47542024-12-21T05:07:59.672Z[ recovery-image] Dec 21 05:07:59.048 INFO O| Dec 21 05:07:59.048 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T05:07:59.691Z[ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47562024-12-21T05:07:59.691Z[ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO STEP 109 (remove_files) COMPLETE
47572024-12-21T05:07:59.691Z[ recovery-image] Dec 21 05:07:59.067 INFO O| Dec 21 05:07:59.067 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T05:07:59.713Z[ host-image] Dec 21 05:07:59.090 INFO O| Dec 21 05:07:59.090 INFO O| Download: 819/1140 items 3.1/8.4MB 37% complete (657k/s)
47592024-12-21T05:07:59.723Z[ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47602024-12-21T05:07:59.723Z[ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO STEP 110 (remove_files) COMPLETE
47612024-12-21T05:07:59.723Z[ recovery-image] Dec 21 05:07:59.100 INFO O| Dec 21 05:07:59.100 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-21T05:07:59.745Z[ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47632024-12-21T05:07:59.746Z[ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO STEP 111 (remove_files) COMPLETE
47642024-12-21T05:07:59.746Z[ recovery-image] Dec 21 05:07:59.122 INFO O| Dec 21 05:07:59.122 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-21T05:07:59.770Z[ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47662024-12-21T05:07:59.770Z[ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO STEP 112 (remove_files) COMPLETE
47672024-12-21T05:07:59.773Z[ recovery-image] Dec 21 05:07:59.147 INFO O| Dec 21 05:07:59.147 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-12-21T05:07:59.802Z[ recovery-image] Dec 21 05:07:59.179 INFO O| Dec 21 05:07:59.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47692024-12-21T05:07:59.805Z[ recovery-image] Dec 21 05:07:59.180 INFO O| Dec 21 05:07:59.180 INFO STEP 113 (remove_files) COMPLETE
47702024-12-21T05:07:59.805Z[ recovery-image] Dec 21 05:07:59.180 INFO O| Dec 21 05:07:59.180 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-12-21T05:07:59.835Z[ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47722024-12-21T05:07:59.840Z[ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO STEP 114 (remove_files) COMPLETE
47732024-12-21T05:07:59.840Z[ recovery-image] Dec 21 05:07:59.212 INFO O| Dec 21 05:07:59.212 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-12-21T05:07:59.858Z[ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47752024-12-21T05:07:59.861Z[ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO STEP 115 (remove_files) COMPLETE
47762024-12-21T05:07:59.861Z[ recovery-image] Dec 21 05:07:59.235 INFO O| Dec 21 05:07:59.235 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-12-21T05:07:59.880Z[ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47782024-12-21T05:07:59.883Z[ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO STEP 116 (remove_files) COMPLETE
47792024-12-21T05:07:59.883Z[ recovery-image] Dec 21 05:07:59.257 INFO O| Dec 21 05:07:59.257 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-21T05:07:59.901Z[ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47812024-12-21T05:07:59.904Z[ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO STEP 117 (remove_files) COMPLETE
47822024-12-21T05:07:59.904Z[ recovery-image] Dec 21 05:07:59.278 INFO O| Dec 21 05:07:59.278 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-21T05:07:59.922Z[ recovery-image] Dec 21 05:07:59.298 INFO O| Dec 21 05:07:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47842024-12-21T05:07:59.925Z[ recovery-image] Dec 21 05:07:59.299 INFO O| Dec 21 05:07:59.299 INFO STEP 118 (remove_files) COMPLETE
47852024-12-21T05:07:59.925Z[ recovery-image] Dec 21 05:07:59.299 INFO O| Dec 21 05:07:59.299 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-21T05:07:59.944Z[ recovery-image] Dec 21 05:07:59.320 INFO O| Dec 21 05:07:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47872024-12-21T05:07:59.947Z[ recovery-image] Dec 21 05:07:59.320 INFO O| Dec 21 05:07:59.320 INFO STEP 119 (remove_files) COMPLETE
47882024-12-21T05:07:59.947Z[ recovery-image] Dec 21 05:07:59.321 INFO O| Dec 21 05:07:59.321 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-21T05:07:59.965Z[ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47902024-12-21T05:07:59.968Z[ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO STEP 120 (remove_files) COMPLETE
47912024-12-21T05:07:59.968Z[ recovery-image] Dec 21 05:07:59.341 INFO O| Dec 21 05:07:59.341 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-21T05:07:59.984Z[ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47932024-12-21T05:07:59.986Z[ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO STEP 121 (remove_files) COMPLETE
47942024-12-21T05:07:59.986Z[ recovery-image] Dec 21 05:07:59.360 INFO O| Dec 21 05:07:59.360 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-21T05:08:00.004Z[ recovery-image] Dec 21 05:07:59.380 INFO O| Dec 21 05:07:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47962024-12-21T05:08:00.008Z[ recovery-image] Dec 21 05:07:59.381 INFO O| Dec 21 05:07:59.381 INFO STEP 122 (remove_files) COMPLETE
47972024-12-21T05:08:00.009Z[ recovery-image] Dec 21 05:07:59.381 INFO O| Dec 21 05:07:59.381 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-21T05:08:00.023Z[ recovery-image] Dec 21 05:07:59.399 INFO O| Dec 21 05:07:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47992024-12-21T05:08:00.044Z[ recovery-image] Dec 21 05:07:59.421 INFO O| Dec 21 05:07:59.421 INFO STEP 123 (remove_files) COMPLETE
48002024-12-21T05:08:00.044Z[ recovery-image] Dec 21 05:07:59.421 INFO O| Dec 21 05:07:59.421 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-21T05:08:00.138Z[ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48022024-12-21T05:08:00.138Z[ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.515 INFO STEP 124 (remove_files) COMPLETE
48032024-12-21T05:08:00.138Z[ recovery-image] Dec 21 05:07:59.515 INFO O| Dec 21 05:07:59.515 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-21T05:08:00.247Z[ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48052024-12-21T05:08:00.247Z[ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO STEP 125 (remove_files) COMPLETE
48062024-12-21T05:08:00.247Z[ recovery-image] Dec 21 05:07:59.623 INFO O| Dec 21 05:07:59.623 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-21T05:08:00.264Z[ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48082024-12-21T05:08:00.265Z[ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO STEP 126 (remove_files) COMPLETE
48092024-12-21T05:08:00.267Z[ recovery-image] Dec 21 05:07:59.641 INFO O| Dec 21 05:07:59.641 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-21T05:08:00.285Z[ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48112024-12-21T05:08:00.285Z[ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO STEP 127 (remove_files) COMPLETE
48122024-12-21T05:08:00.288Z[ recovery-image] Dec 21 05:07:59.660 INFO O| Dec 21 05:07:59.660 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-21T05:08:00.303Z[ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48142024-12-21T05:08:00.303Z[ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.680 INFO STEP 128 (remove_files) COMPLETE
48152024-12-21T05:08:00.303Z[ recovery-image] Dec 21 05:07:59.680 INFO O| Dec 21 05:07:59.680 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-21T05:08:00.322Z[ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48172024-12-21T05:08:00.322Z[ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO STEP 129 (remove_files) COMPLETE
48182024-12-21T05:08:00.324Z[ recovery-image] Dec 21 05:07:59.699 INFO O| Dec 21 05:07:59.699 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-21T05:08:00.355Z[ recovery-image] Dec 21 05:07:59.731 INFO O| Dec 21 05:07:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48202024-12-21T05:08:00.377Z[ recovery-image] Dec 21 05:07:59.753 INFO O| Dec 21 05:07:59.752 INFO STEP 130 (remove_files) COMPLETE
48212024-12-21T05:08:00.377Z[ recovery-image] Dec 21 05:07:59.753 INFO O| Dec 21 05:07:59.753 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-21T05:08:00.406Z[ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48232024-12-21T05:08:00.406Z[ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO STEP 131 (remove_files) COMPLETE
48242024-12-21T05:08:00.406Z[ recovery-image] Dec 21 05:07:59.782 INFO O| Dec 21 05:07:59.782 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-21T05:08:00.428Z[ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48262024-12-21T05:08:00.428Z[ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO STEP 132 (remove_files) COMPLETE
48272024-12-21T05:08:00.428Z[ recovery-image] Dec 21 05:07:59.803 INFO O| Dec 21 05:07:59.803 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-21T05:08:00.447Z[ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48292024-12-21T05:08:00.447Z[ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO STEP 133 (remove_files) COMPLETE
48302024-12-21T05:08:00.447Z[ recovery-image] Dec 21 05:07:59.823 INFO O| Dec 21 05:07:59.823 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-21T05:08:00.468Z[ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48322024-12-21T05:08:00.468Z[ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO STEP 134 (remove_files) COMPLETE
48332024-12-21T05:08:00.468Z[ recovery-image] Dec 21 05:07:59.844 INFO O| Dec 21 05:07:59.844 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-21T05:08:00.491Z[ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48352024-12-21T05:08:00.491Z[ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO STEP 135 (remove_files) COMPLETE
48362024-12-21T05:08:00.491Z[ recovery-image] Dec 21 05:07:59.866 INFO O| Dec 21 05:07:59.866 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-21T05:08:00.512Z[ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48382024-12-21T05:08:00.512Z[ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO STEP 136 (remove_files) COMPLETE
48392024-12-21T05:08:00.512Z[ recovery-image] Dec 21 05:07:59.889 INFO O| Dec 21 05:07:59.889 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-21T05:08:00.536Z[ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48412024-12-21T05:08:00.536Z[ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO STEP 137 (remove_files) COMPLETE
48422024-12-21T05:08:00.539Z[ recovery-image] Dec 21 05:07:59.913 INFO O| Dec 21 05:07:59.913 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-21T05:08:00.570Z[ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48442024-12-21T05:08:00.570Z[ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO STEP 138 (remove_files) COMPLETE
48452024-12-21T05:08:00.570Z[ recovery-image] Dec 21 05:07:59.946 INFO O| Dec 21 05:07:59.946 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-21T05:08:00.664Z[ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48472024-12-21T05:08:00.664Z[ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO STEP 139 (remove_files) COMPLETE
48482024-12-21T05:08:00.664Z[ recovery-image] Dec 21 05:08:00.040 INFO O| Dec 21 05:08:00.040 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-21T05:08:00.717Z[ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48502024-12-21T05:08:00.717Z[ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.094 INFO STEP 140 (remove_files) COMPLETE
48512024-12-21T05:08:00.717Z[ recovery-image] Dec 21 05:08:00.094 INFO O| Dec 21 05:08:00.094 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-21T05:08:00.737Z[ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48532024-12-21T05:08:00.737Z[ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO STEP 141 (remove_files) COMPLETE
48542024-12-21T05:08:00.740Z[ recovery-image] Dec 21 05:08:00.114 INFO O| Dec 21 05:08:00.114 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-21T05:08:00.766Z[ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48562024-12-21T05:08:00.766Z[ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO STEP 142 (remove_files) COMPLETE
48572024-12-21T05:08:00.766Z[ recovery-image] Dec 21 05:08:00.143 INFO O| Dec 21 05:08:00.143 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-21T05:08:00.785Z[ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48592024-12-21T05:08:00.785Z[ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.162 INFO STEP 143 (remove_files) COMPLETE
48602024-12-21T05:08:00.785Z[ recovery-image] Dec 21 05:08:00.162 INFO O| Dec 21 05:08:00.162 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-21T05:08:00.822Z[ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48622024-12-21T05:08:00.822Z[ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO STEP 144 (remove_files) COMPLETE
48632024-12-21T05:08:00.822Z[ recovery-image] Dec 21 05:08:00.199 INFO O| Dec 21 05:08:00.199 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-21T05:08:00.869Z[ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48652024-12-21T05:08:00.869Z[ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.245 INFO STEP 145 (remove_files) COMPLETE
48662024-12-21T05:08:00.869Z[ recovery-image] Dec 21 05:08:00.245 INFO O| Dec 21 05:08:00.245 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-21T05:08:00.890Z[ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48682024-12-21T05:08:00.892Z[ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO STEP 146 (remove_files) COMPLETE
48692024-12-21T05:08:00.892Z[ recovery-image] Dec 21 05:08:00.266 INFO O| Dec 21 05:08:00.266 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-21T05:08:00.911Z[ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48712024-12-21T05:08:00.912Z[ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO STEP 147 (remove_files) COMPLETE
48722024-12-21T05:08:00.912Z[ recovery-image] Dec 21 05:08:00.287 INFO O| Dec 21 05:08:00.287 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-21T05:08:00.930Z[ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48742024-12-21T05:08:00.930Z[ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO STEP 148 (remove_files) COMPLETE
48752024-12-21T05:08:00.930Z[ recovery-image] Dec 21 05:08:00.307 INFO O| Dec 21 05:08:00.307 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-21T05:08:00.949Z[ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48772024-12-21T05:08:00.949Z[ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO STEP 149 (remove_files) COMPLETE
48782024-12-21T05:08:00.952Z[ recovery-image] Dec 21 05:08:00.326 INFO O| Dec 21 05:08:00.326 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-21T05:08:00.992Z[ recovery-image] Dec 21 05:08:00.368 INFO O| Dec 21 05:08:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48802024-12-21T05:08:00.994Z[ recovery-image] Dec 21 05:08:00.369 INFO O| Dec 21 05:08:00.368 INFO STEP 150 (remove_files) COMPLETE
48812024-12-21T05:08:00.994Z[ recovery-image] Dec 21 05:08:00.369 INFO O| Dec 21 05:08:00.369 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-21T05:08:01.019Z[ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48832024-12-21T05:08:01.019Z[ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.396 INFO STEP 151 (remove_files) COMPLETE
48842024-12-21T05:08:01.019Z[ recovery-image] Dec 21 05:08:00.396 INFO O| Dec 21 05:08:00.396 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-21T05:08:01.063Z[ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48862024-12-21T05:08:01.066Z[ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO STEP 152 (remove_files) COMPLETE
48872024-12-21T05:08:01.066Z[ recovery-image] Dec 21 05:08:00.440 INFO O| Dec 21 05:08:00.440 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-21T05:08:01.167Z[ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48892024-12-21T05:08:01.167Z[ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO STEP 153 (remove_files) COMPLETE
48902024-12-21T05:08:01.167Z[ recovery-image] Dec 21 05:08:00.544 INFO O| Dec 21 05:08:00.544 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-21T05:08:01.202Z[ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48922024-12-21T05:08:01.202Z[ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO STEP 154 (remove_files) COMPLETE
48932024-12-21T05:08:01.202Z[ recovery-image] Dec 21 05:08:00.578 INFO O| Dec 21 05:08:00.578 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-21T05:08:01.222Z[ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48952024-12-21T05:08:01.222Z[ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO STEP 155 (remove_files) COMPLETE
48962024-12-21T05:08:01.225Z[ recovery-image] Dec 21 05:08:00.598 INFO O| Dec 21 05:08:00.598 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-21T05:08:01.263Z[ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48982024-12-21T05:08:01.263Z[ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO STEP 156 (remove_files) COMPLETE
48992024-12-21T05:08:01.265Z[ recovery-image] Dec 21 05:08:00.639 INFO O| Dec 21 05:08:00.639 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-21T05:08:01.281Z[ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49012024-12-21T05:08:01.281Z[ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO STEP 157 (remove_files) COMPLETE
49022024-12-21T05:08:01.281Z[ recovery-image] Dec 21 05:08:00.657 INFO O| Dec 21 05:08:00.657 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-21T05:08:01.300Z[ recovery-image] Dec 21 05:08:00.676 INFO O| Dec 21 05:08:00.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
49042024-12-21T05:08:01.300Z[ recovery-image] Dec 21 05:08:00.676 INFO O| Dec 21 05:08:00.676 INFO STEP 158 (remove_files) COMPLETE
49052024-12-21T05:08:01.302Z[ recovery-image] Dec 21 05:08:00.677 INFO O| Dec 21 05:08:00.676 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-21T05:08:01.320Z[ recovery-image] Dec 21 05:08:00.695 INFO O| Dec 21 05:08:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49072024-12-21T05:08:01.322Z[ recovery-image] Dec 21 05:08:00.695 INFO O| Dec 21 05:08:00.695 INFO STEP 159 (remove_files) COMPLETE
49082024-12-21T05:08:01.322Z[ recovery-image] Dec 21 05:08:00.696 INFO O| Dec 21 05:08:00.695 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-21T05:08:01.338Z[ recovery-image] Dec 21 05:08:00.714 INFO O| Dec 21 05:08:00.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49102024-12-21T05:08:01.338Z[ recovery-image] Dec 21 05:08:00.714 INFO O| Dec 21 05:08:00.714 INFO STEP 160 (remove_files) COMPLETE
49112024-12-21T05:08:01.341Z[ recovery-image] Dec 21 05:08:00.715 INFO O| Dec 21 05:08:00.715 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-21T05:08:01.357Z[ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49132024-12-21T05:08:01.360Z[ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO STEP 161 (remove_files) COMPLETE
49142024-12-21T05:08:01.360Z[ recovery-image] Dec 21 05:08:00.734 INFO O| Dec 21 05:08:00.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-21T05:08:01.376Z[ recovery-image] Dec 21 05:08:00.752 INFO O| Dec 21 05:08:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49162024-12-21T05:08:01.378Z[ recovery-image] Dec 21 05:08:00.753 INFO O| Dec 21 05:08:00.753 INFO STEP 162 (remove_files) COMPLETE
49172024-12-21T05:08:01.378Z[ recovery-image] Dec 21 05:08:00.753 INFO O| Dec 21 05:08:00.753 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-21T05:08:01.395Z[ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49192024-12-21T05:08:01.395Z[ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.772 INFO STEP 163 (remove_files) COMPLETE
49202024-12-21T05:08:01.397Z[ recovery-image] Dec 21 05:08:00.772 INFO O| Dec 21 05:08:00.772 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-21T05:08:01.414Z[ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49222024-12-21T05:08:01.416Z[ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO STEP 164 (remove_files) COMPLETE
49232024-12-21T05:08:01.416Z[ recovery-image] Dec 21 05:08:00.790 INFO O| Dec 21 05:08:00.790 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-21T05:08:01.432Z[ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49252024-12-21T05:08:01.432Z[ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO STEP 165 (remove_files) COMPLETE
49262024-12-21T05:08:01.434Z[ recovery-image] Dec 21 05:08:00.808 INFO O| Dec 21 05:08:00.808 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-21T05:08:01.449Z[ recovery-image] Dec 21 05:08:00.826 INFO O| Dec 21 05:08:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49282024-12-21T05:08:01.461Z[ recovery-image] Dec 21 05:08:00.837 INFO O| Dec 21 05:08:00.837 INFO STEP 166 (remove_files) COMPLETE
49292024-12-21T05:08:01.461Z[ recovery-image] Dec 21 05:08:00.837 INFO O| Dec 21 05:08:00.837 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-21T05:08:01.516Z[ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49312024-12-21T05:08:01.516Z[ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO STEP 167 (remove_files) COMPLETE
49322024-12-21T05:08:01.516Z[ recovery-image] Dec 21 05:08:00.892 INFO O| Dec 21 05:08:00.892 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-21T05:08:01.533Z[ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49342024-12-21T05:08:01.533Z[ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO STEP 168 (remove_files) COMPLETE
49352024-12-21T05:08:01.533Z[ recovery-image] Dec 21 05:08:00.909 INFO O| Dec 21 05:08:00.909 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-21T05:08:01.549Z[ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49372024-12-21T05:08:01.549Z[ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO STEP 169 (remove_files) COMPLETE
49382024-12-21T05:08:01.552Z[ recovery-image] Dec 21 05:08:00.926 INFO O| Dec 21 05:08:00.926 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-21T05:08:01.598Z[ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49402024-12-21T05:08:01.598Z[ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO STEP 170 (remove_files) COMPLETE
49412024-12-21T05:08:01.608Z[ recovery-image] Dec 21 05:08:00.975 INFO O| Dec 21 05:08:00.975 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-21T05:08:01.617Z[ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49432024-12-21T05:08:01.617Z[ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO STEP 171 (remove_files) COMPLETE
49442024-12-21T05:08:01.619Z[ recovery-image] Dec 21 05:08:00.993 INFO O| Dec 21 05:08:00.993 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-21T05:08:01.636Z[ recovery-image] Dec 21 05:08:01.012 INFO O| Dec 21 05:08:01.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49462024-12-21T05:08:01.657Z[ recovery-image] Dec 21 05:08:01.034 INFO O| Dec 21 05:08:01.034 INFO STEP 172 (remove_files) COMPLETE
49472024-12-21T05:08:01.657Z[ recovery-image] Dec 21 05:08:01.034 INFO O| Dec 21 05:08:01.034 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-21T05:08:01.714Z[ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49492024-12-21T05:08:01.714Z[ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO STEP 173 (remove_files) COMPLETE
49502024-12-21T05:08:01.715Z[ recovery-image] Dec 21 05:08:01.091 INFO O| Dec 21 05:08:01.091 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-21T05:08:01.734Z[ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49522024-12-21T05:08:01.734Z[ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.111 INFO STEP 174 (remove_files) COMPLETE
49532024-12-21T05:08:01.737Z[ recovery-image] Dec 21 05:08:01.111 INFO O| Dec 21 05:08:01.111 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-21T05:08:01.770Z[ recovery-image] Dec 21 05:08:01.146 INFO O| Dec 21 05:08:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49552024-12-21T05:08:01.770Z[ recovery-image] Dec 21 05:08:01.147 INFO O| Dec 21 05:08:01.146 INFO STEP 175 (remove_files) COMPLETE
49562024-12-21T05:08:01.770Z[ recovery-image] Dec 21 05:08:01.147 INFO O| Dec 21 05:08:01.147 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-21T05:08:01.790Z[ recovery-image] Dec 21 05:08:01.165 INFO O| Dec 21 05:08:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49582024-12-21T05:08:01.793Z[ recovery-image] Dec 21 05:08:01.166 INFO O| Dec 21 05:08:01.166 INFO STEP 176 (remove_files) COMPLETE
49592024-12-21T05:08:01.793Z[ recovery-image] Dec 21 05:08:01.166 INFO O| Dec 21 05:08:01.166 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-21T05:08:01.808Z[ recovery-image] Dec 21 05:08:01.184 INFO O| Dec 21 05:08:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49612024-12-21T05:08:01.811Z[ recovery-image] Dec 21 05:08:01.185 INFO O| Dec 21 05:08:01.185 INFO STEP 177 (remove_files) COMPLETE
49622024-12-21T05:08:01.811Z[ recovery-image] Dec 21 05:08:01.185 INFO O| Dec 21 05:08:01.185 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-21T05:08:01.828Z[ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49642024-12-21T05:08:01.832Z[ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.205 INFO STEP 178 (remove_files) COMPLETE
49652024-12-21T05:08:01.832Z[ recovery-image] Dec 21 05:08:01.205 INFO O| Dec 21 05:08:01.205 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-21T05:08:01.848Z[ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49672024-12-21T05:08:01.851Z[ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO STEP 179 (remove_files) COMPLETE
49682024-12-21T05:08:01.851Z[ recovery-image] Dec 21 05:08:01.225 INFO O| Dec 21 05:08:01.225 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-21T05:08:01.869Z[ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49702024-12-21T05:08:01.872Z[ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO STEP 180 (remove_files) COMPLETE
49712024-12-21T05:08:01.872Z[ recovery-image] Dec 21 05:08:01.246 INFO O| Dec 21 05:08:01.246 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-21T05:08:01.888Z[ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49732024-12-21T05:08:01.891Z[ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO STEP 181 (remove_files) COMPLETE
49742024-12-21T05:08:01.891Z[ recovery-image] Dec 21 05:08:01.265 INFO O| Dec 21 05:08:01.265 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-21T05:08:01.907Z[ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49762024-12-21T05:08:01.910Z[ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO STEP 182 (remove_files) COMPLETE
49772024-12-21T05:08:01.910Z[ recovery-image] Dec 21 05:08:01.284 INFO O| Dec 21 05:08:01.284 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-21T05:08:01.927Z[ recovery-image] Dec 21 05:08:01.304 INFO O| Dec 21 05:08:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49792024-12-21T05:08:01.952Z[ recovery-image] Dec 21 05:08:01.329 INFO O| Dec 21 05:08:01.329 INFO STEP 183 (remove_files) COMPLETE
49802024-12-21T05:08:01.952Z[ recovery-image] Dec 21 05:08:01.329 INFO O| Dec 21 05:08:01.329 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-21T05:08:01.976Z[ recovery-image] Dec 21 05:08:01.352 INFO O| Dec 21 05:08:01.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49822024-12-21T05:08:01.979Z[ recovery-image] Dec 21 05:08:01.353 INFO O| Dec 21 05:08:01.353 INFO STEP 184 (remove_files) COMPLETE
49832024-12-21T05:08:01.979Z[ recovery-image] Dec 21 05:08:01.353 INFO O| Dec 21 05:08:01.353 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-21T05:08:01.997Z[ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49852024-12-21T05:08:01.999Z[ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO STEP 185 (remove_files) COMPLETE
49862024-12-21T05:08:02.000Z[ recovery-image] Dec 21 05:08:01.373 INFO O| Dec 21 05:08:01.373 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-21T05:08:02.019Z[ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49882024-12-21T05:08:02.022Z[ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO STEP 186 (remove_files) COMPLETE
49892024-12-21T05:08:02.022Z[ recovery-image] Dec 21 05:08:01.396 INFO O| Dec 21 05:08:01.396 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-21T05:08:02.043Z[ recovery-image] Dec 21 05:08:01.419 INFO O| Dec 21 05:08:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49912024-12-21T05:08:02.043Z[ recovery-image] Dec 21 05:08:01.419 INFO O| Dec 21 05:08:01.419 INFO STEP 187 (remove_files) COMPLETE
49922024-12-21T05:08:02.045Z[ recovery-image] Dec 21 05:08:01.420 INFO O| Dec 21 05:08:01.419 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-21T05:08:02.082Z[ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49942024-12-21T05:08:02.085Z[ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.459 INFO STEP 188 (remove_files) COMPLETE
49952024-12-21T05:08:02.086Z[ recovery-image] Dec 21 05:08:01.459 INFO O| Dec 21 05:08:01.459 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-21T05:08:02.102Z[ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49972024-12-21T05:08:02.105Z[ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO STEP 189 (remove_files) COMPLETE
49982024-12-21T05:08:02.105Z[ recovery-image] Dec 21 05:08:01.477 INFO O| Dec 21 05:08:01.477 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-21T05:08:02.120Z[ recovery-image] Dec 21 05:08:01.495 INFO O| Dec 21 05:08:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50002024-12-21T05:08:02.123Z[ recovery-image] Dec 21 05:08:01.496 INFO O| Dec 21 05:08:01.496 INFO STEP 190 (remove_files) COMPLETE
50012024-12-21T05:08:02.123Z[ recovery-image] Dec 21 05:08:01.496 INFO O| Dec 21 05:08:01.496 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-21T05:08:02.139Z[ recovery-image] Dec 21 05:08:01.514 INFO O| Dec 21 05:08:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
50032024-12-21T05:08:02.142Z[ recovery-image] Dec 21 05:08:01.515 INFO O| Dec 21 05:08:01.515 INFO STEP 191 (remove_files) COMPLETE
50042024-12-21T05:08:02.142Z[ recovery-image] Dec 21 05:08:01.515 INFO O| Dec 21 05:08:01.515 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-21T05:08:02.157Z[ recovery-image] Dec 21 05:08:01.533 INFO O| Dec 21 05:08:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50062024-12-21T05:08:02.159Z[ recovery-image] Dec 21 05:08:01.534 INFO O| Dec 21 05:08:01.534 INFO STEP 192 (remove_files) COMPLETE
50072024-12-21T05:08:02.159Z[ recovery-image] Dec 21 05:08:01.534 INFO O| Dec 21 05:08:01.534 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-21T05:08:02.174Z[ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50092024-12-21T05:08:02.177Z[ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO STEP 193 (remove_files) COMPLETE
50102024-12-21T05:08:02.177Z[ recovery-image] Dec 21 05:08:01.551 INFO O| Dec 21 05:08:01.551 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-21T05:08:02.191Z[ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50122024-12-21T05:08:02.194Z[ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO STEP 194 (remove_files) COMPLETE
50132024-12-21T05:08:02.194Z[ recovery-image] Dec 21 05:08:01.568 INFO O| Dec 21 05:08:01.568 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-21T05:08:02.265Z[ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50152024-12-21T05:08:02.266Z[ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO STEP 195 (remove_files) COMPLETE
50162024-12-21T05:08:02.268Z[ recovery-image] Dec 21 05:08:01.642 INFO O| Dec 21 05:08:01.642 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-21T05:08:02.373Z[ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50182024-12-21T05:08:02.374Z[ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO STEP 196 (remove_files) COMPLETE
50192024-12-21T05:08:02.374Z[ recovery-image] Dec 21 05:08:01.749 INFO O| Dec 21 05:08:01.749 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-21T05:08:02.393Z[ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50212024-12-21T05:08:02.393Z[ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.769 INFO STEP 197 (remove_files) COMPLETE
50222024-12-21T05:08:02.393Z[ recovery-image] Dec 21 05:08:01.769 INFO O| Dec 21 05:08:01.769 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-21T05:08:02.411Z[ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50242024-12-21T05:08:02.411Z[ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO STEP 198 (remove_files) COMPLETE
50252024-12-21T05:08:02.411Z[ recovery-image] Dec 21 05:08:01.787 INFO O| Dec 21 05:08:01.787 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-21T05:08:02.429Z[ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50272024-12-21T05:08:02.429Z[ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO STEP 199 (remove_files) COMPLETE
50282024-12-21T05:08:02.429Z[ recovery-image] Dec 21 05:08:01.805 INFO O| Dec 21 05:08:01.805 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T05:08:02.446Z[ recovery-image] Dec 21 05:08:01.822 INFO O| Dec 21 05:08:01.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50302024-12-21T05:08:02.446Z[ recovery-image] Dec 21 05:08:01.823 INFO O| Dec 21 05:08:01.823 INFO STEP 200 (remove_files) COMPLETE
50312024-12-21T05:08:02.446Z[ recovery-image] Dec 21 05:08:01.823 INFO O| Dec 21 05:08:01.823 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-21T05:08:02.467Z[ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50332024-12-21T05:08:02.467Z[ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO STEP 201 (remove_files) COMPLETE
50342024-12-21T05:08:02.467Z[ recovery-image] Dec 21 05:08:01.842 INFO O| Dec 21 05:08:01.842 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T05:08:02.487Z[ recovery-image] Dec 21 05:08:01.863 INFO O| Dec 21 05:08:01.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50362024-12-21T05:08:02.487Z[ recovery-image] Dec 21 05:08:01.864 INFO O| Dec 21 05:08:01.864 INFO STEP 202 (remove_files) COMPLETE
50372024-12-21T05:08:02.487Z[ recovery-image] Dec 21 05:08:01.864 INFO O| Dec 21 05:08:01.864 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T05:08:02.584Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50392024-12-21T05:08:02.584Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 203 (remove_files) COMPLETE
50402024-12-21T05:08:02.584Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-21T05:08:02.716Z[ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50422024-12-21T05:08:02.716Z[ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO STEP 204 (remove_files) COMPLETE
50432024-12-21T05:08:02.716Z[ recovery-image] Dec 21 05:08:01.980 INFO O| Dec 21 05:08:01.980 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-21T05:08:02.718Z[ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50452024-12-21T05:08:02.718Z[ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO STEP 205 (remove_files) COMPLETE
50462024-12-21T05:08:02.718Z[ recovery-image] Dec 21 05:08:01.999 INFO O| Dec 21 05:08:01.999 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T05:08:02.718Z[ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50482024-12-21T05:08:02.718Z[ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO STEP 206 (remove_files) COMPLETE
50492024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.023 INFO O| Dec 21 05:08:02.023 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50512024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO STEP 207 (remove_files) COMPLETE
50522024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.041 INFO O| Dec 21 05:08:02.041 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50542024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO STEP 208 (remove_files) COMPLETE
50552024-12-21T05:08:02.719Z[ recovery-image] Dec 21 05:08:02.060 INFO O| Dec 21 05:08:02.060 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T05:08:02.723Z[ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50572024-12-21T05:08:02.723Z[ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO STEP 209 (remove_files) COMPLETE
50582024-12-21T05:08:02.723Z[ recovery-image] Dec 21 05:08:02.099 INFO O| Dec 21 05:08:02.099 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T05:08:02.743Z[ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50602024-12-21T05:08:02.743Z[ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO STEP 210 (remove_files) COMPLETE
50612024-12-21T05:08:02.743Z[ recovery-image] Dec 21 05:08:02.119 INFO O| Dec 21 05:08:02.119 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T05:08:02.763Z[ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50632024-12-21T05:08:02.763Z[ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO STEP 211 (remove_files) COMPLETE
50642024-12-21T05:08:02.763Z[ recovery-image] Dec 21 05:08:02.140 INFO O| Dec 21 05:08:02.140 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-21T05:08:02.789Z[ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50662024-12-21T05:08:02.789Z[ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.166 INFO STEP 212 (remove_files) COMPLETE
50672024-12-21T05:08:02.789Z[ recovery-image] Dec 21 05:08:02.166 INFO O| Dec 21 05:08:02.166 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-21T05:08:02.830Z[ recovery-image] Dec 21 05:08:02.206 INFO O| Dec 21 05:08:02.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50692024-12-21T05:08:02.833Z[ recovery-image] Dec 21 05:08:02.207 INFO O| Dec 21 05:08:02.207 INFO STEP 213 (remove_files) COMPLETE
50702024-12-21T05:08:02.833Z[ recovery-image] Dec 21 05:08:02.207 INFO O| Dec 21 05:08:02.207 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-21T05:08:02.937Z[ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50722024-12-21T05:08:02.937Z[ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO STEP 214 (remove_files) COMPLETE
50732024-12-21T05:08:02.937Z[ recovery-image] Dec 21 05:08:02.314 INFO O| Dec 21 05:08:02.314 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-21T05:08:03.039Z[ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50752024-12-21T05:08:03.039Z[ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO STEP 215 (remove_files) COMPLETE
50762024-12-21T05:08:03.039Z[ recovery-image] Dec 21 05:08:02.415 INFO O| Dec 21 05:08:02.415 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-21T05:08:03.122Z[ recovery-image] Dec 21 05:08:02.498 INFO O| Dec 21 05:08:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50782024-12-21T05:08:03.124Z[ recovery-image] Dec 21 05:08:02.498 INFO O| Dec 21 05:08:02.498 INFO STEP 216 (remove_files) COMPLETE
50792024-12-21T05:08:03.125Z[ recovery-image] Dec 21 05:08:02.499 INFO O| Dec 21 05:08:02.498 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-21T05:08:03.145Z[ recovery-image] Dec 21 05:08:02.520 INFO O| Dec 21 05:08:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50812024-12-21T05:08:03.147Z[ recovery-image] Dec 21 05:08:02.521 INFO O| Dec 21 05:08:02.521 INFO STEP 217 (remove_files) COMPLETE
50822024-12-21T05:08:03.147Z[ recovery-image] Dec 21 05:08:02.521 INFO O| Dec 21 05:08:02.521 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-21T05:08:03.168Z[ recovery-image] Dec 21 05:08:02.544 INFO O| Dec 21 05:08:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50842024-12-21T05:08:03.171Z[ recovery-image] Dec 21 05:08:02.545 INFO O| Dec 21 05:08:02.544 INFO STEP 218 (remove_files) COMPLETE
50852024-12-21T05:08:03.171Z[ recovery-image] Dec 21 05:08:02.545 INFO O| Dec 21 05:08:02.544 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-21T05:08:03.190Z[ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50872024-12-21T05:08:03.193Z[ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO STEP 219 (remove_files) COMPLETE
50882024-12-21T05:08:03.193Z[ recovery-image] Dec 21 05:08:02.567 INFO O| Dec 21 05:08:02.567 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-21T05:08:03.211Z[ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50902024-12-21T05:08:03.214Z[ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO STEP 220 (remove_files) COMPLETE
50912024-12-21T05:08:03.214Z[ recovery-image] Dec 21 05:08:02.588 INFO O| Dec 21 05:08:02.588 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-21T05:08:03.232Z[ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50932024-12-21T05:08:03.235Z[ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO STEP 221 (remove_files) COMPLETE
50942024-12-21T05:08:03.235Z[ recovery-image] Dec 21 05:08:02.609 INFO O| Dec 21 05:08:02.609 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-21T05:08:03.256Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50962024-12-21T05:08:03.259Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 222 (remove_files) COMPLETE
50972024-12-21T05:08:03.259Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-21T05:08:03.271Z[ host-image] Dec 21 05:08:02.647 INFO O| Dec 21 05:08:02.647 INFO O| Download: Completed 8.42 MB in 8.57 seconds (1006k/s)
50992024-12-21T05:08:03.293Z[ recovery-image] Dec 21 05:08:02.670 INFO O| Dec 21 05:08:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51002024-12-21T05:08:03.309Z[ recovery-image] Dec 21 05:08:02.685 INFO O| Dec 21 05:08:02.685 INFO STEP 223 (remove_files) COMPLETE
51012024-12-21T05:08:03.309Z[ recovery-image] Dec 21 05:08:02.685 INFO O| Dec 21 05:08:02.685 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-21T05:08:03.353Z[ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51032024-12-21T05:08:03.353Z[ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO STEP 224 (remove_files) COMPLETE
51042024-12-21T05:08:03.356Z[ recovery-image] Dec 21 05:08:02.730 INFO O| Dec 21 05:08:02.730 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-21T05:08:03.375Z[ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51062024-12-21T05:08:03.375Z[ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO STEP 225 (remove_files) COMPLETE
51072024-12-21T05:08:03.377Z[ recovery-image] Dec 21 05:08:02.751 INFO O| Dec 21 05:08:02.751 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-21T05:08:03.395Z[ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51092024-12-21T05:08:03.395Z[ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO STEP 226 (remove_files) COMPLETE
51102024-12-21T05:08:03.395Z[ recovery-image] Dec 21 05:08:02.770 INFO O| Dec 21 05:08:02.770 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-21T05:08:03.412Z[ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51122024-12-21T05:08:03.412Z[ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO STEP 227 (remove_files) COMPLETE
51132024-12-21T05:08:03.413Z[ recovery-image] Dec 21 05:08:02.788 INFO O| Dec 21 05:08:02.788 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-21T05:08:03.434Z[ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51152024-12-21T05:08:03.434Z[ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO STEP 228 (remove_files) COMPLETE
51162024-12-21T05:08:03.437Z[ recovery-image] Dec 21 05:08:02.809 INFO O| Dec 21 05:08:02.808 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-21T05:08:03.437Z[ host-image] Dec 21 05:08:02.810 INFO O| Dec 21 05:08:02.810 INFO O| Actions: 1/1361 actions (Installing new actions)
51182024-12-21T05:08:03.453Z[ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51192024-12-21T05:08:03.453Z[ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO STEP 229 (remove_files) COMPLETE
51202024-12-21T05:08:03.453Z[ recovery-image] Dec 21 05:08:02.828 INFO O| Dec 21 05:08:02.828 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-21T05:08:03.471Z[ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51222024-12-21T05:08:03.471Z[ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO STEP 230 (remove_files) COMPLETE
51232024-12-21T05:08:03.471Z[ recovery-image] Dec 21 05:08:02.847 INFO O| Dec 21 05:08:02.847 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-21T05:08:03.514Z[ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51252024-12-21T05:08:03.514Z[ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO STEP 231 (remove_files) COMPLETE
51262024-12-21T05:08:03.514Z[ recovery-image] Dec 21 05:08:02.888 INFO O| Dec 21 05:08:02.888 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-21T05:08:03.541Z[ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51282024-12-21T05:08:03.544Z[ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.918 INFO STEP 232 (remove_files) COMPLETE
51292024-12-21T05:08:03.544Z[ recovery-image] Dec 21 05:08:02.918 INFO O| Dec 21 05:08:02.918 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-21T05:08:03.561Z[ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51312024-12-21T05:08:03.563Z[ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO STEP 233 (remove_files) COMPLETE
51322024-12-21T05:08:03.563Z[ recovery-image] Dec 21 05:08:02.938 INFO O| Dec 21 05:08:02.938 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-21T05:08:03.581Z[ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51342024-12-21T05:08:03.581Z[ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.957 INFO STEP 234 (remove_files) COMPLETE
51352024-12-21T05:08:03.581Z[ recovery-image] Dec 21 05:08:02.957 INFO O| Dec 21 05:08:02.957 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-21T05:08:03.602Z[ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51372024-12-21T05:08:03.602Z[ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.977 INFO STEP 235 (remove_files) COMPLETE
51382024-12-21T05:08:03.602Z[ recovery-image] Dec 21 05:08:02.977 INFO O| Dec 21 05:08:02.977 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-21T05:08:03.621Z[ recovery-image] Dec 21 05:08:02.997 INFO O| Dec 21 05:08:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51402024-12-21T05:08:03.646Z[ recovery-image] Dec 21 05:08:03.023 INFO O| Dec 21 05:08:03.023 INFO STEP 236 (remove_files) COMPLETE
51412024-12-21T05:08:03.646Z[ recovery-image] Dec 21 05:08:03.023 INFO O| Dec 21 05:08:03.023 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-21T05:08:03.688Z[ recovery-image] Dec 21 05:08:03.063 INFO O| Dec 21 05:08:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51432024-12-21T05:08:03.688Z[ recovery-image] Dec 21 05:08:03.063 INFO O| Dec 21 05:08:03.063 INFO STEP 237 (remove_files) COMPLETE
51442024-12-21T05:08:03.691Z[ recovery-image] Dec 21 05:08:03.064 INFO O| Dec 21 05:08:03.063 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-21T05:08:03.708Z[ recovery-image] Dec 21 05:08:03.084 INFO O| Dec 21 05:08:03.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51462024-12-21T05:08:03.708Z[ recovery-image] Dec 21 05:08:03.085 INFO O| Dec 21 05:08:03.084 INFO STEP 238 (remove_files) COMPLETE
51472024-12-21T05:08:03.711Z[ recovery-image] Dec 21 05:08:03.085 INFO O| Dec 21 05:08:03.085 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-21T05:08:03.730Z[ recovery-image] Dec 21 05:08:03.106 INFO O| Dec 21 05:08:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51492024-12-21T05:08:03.730Z[ recovery-image] Dec 21 05:08:03.106 INFO O| Dec 21 05:08:03.106 INFO STEP 239 (remove_files) COMPLETE
51502024-12-21T05:08:03.738Z[ recovery-image] Dec 21 05:08:03.107 INFO O| Dec 21 05:08:03.106 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-21T05:08:03.750Z[ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51522024-12-21T05:08:03.750Z[ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO STEP 240 (remove_files) COMPLETE
51532024-12-21T05:08:03.753Z[ recovery-image] Dec 21 05:08:03.127 INFO O| Dec 21 05:08:03.127 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-21T05:08:03.773Z[ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51552024-12-21T05:08:03.773Z[ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO STEP 241 (remove_files) COMPLETE
51562024-12-21T05:08:03.775Z[ recovery-image] Dec 21 05:08:03.149 INFO O| Dec 21 05:08:03.149 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-21T05:08:03.802Z[ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51582024-12-21T05:08:03.802Z[ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO STEP 242 (remove_files) COMPLETE
51592024-12-21T05:08:03.802Z[ recovery-image] Dec 21 05:08:03.177 INFO O| Dec 21 05:08:03.177 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-21T05:08:03.827Z[ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51612024-12-21T05:08:03.827Z[ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO STEP 243 (remove_files) COMPLETE
51622024-12-21T05:08:03.827Z[ recovery-image] Dec 21 05:08:03.204 INFO O| Dec 21 05:08:03.204 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-21T05:08:03.848Z[ recovery-image] Dec 21 05:08:03.224 INFO O| Dec 21 05:08:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51642024-12-21T05:08:03.851Z[ recovery-image] Dec 21 05:08:03.225 INFO O| Dec 21 05:08:03.224 INFO STEP 244 (remove_files) COMPLETE
51652024-12-21T05:08:03.851Z[ recovery-image] Dec 21 05:08:03.225 INFO O| Dec 21 05:08:03.225 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-21T05:08:03.869Z[ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51672024-12-21T05:08:03.869Z[ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO STEP 245 (remove_files) COMPLETE
51682024-12-21T05:08:03.873Z[ recovery-image] Dec 21 05:08:03.244 INFO O| Dec 21 05:08:03.244 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-21T05:08:03.888Z[ recovery-image] Dec 21 05:08:03.264 INFO O| Dec 21 05:08:03.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51702024-12-21T05:08:03.891Z[ recovery-image] Dec 21 05:08:03.265 INFO O| Dec 21 05:08:03.265 INFO STEP 246 (remove_files) COMPLETE
51712024-12-21T05:08:03.891Z[ recovery-image] Dec 21 05:08:03.265 INFO O| Dec 21 05:08:03.265 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-21T05:08:03.929Z[ recovery-image] Dec 21 05:08:03.285 INFO O| Dec 21 05:08:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51732024-12-21T05:08:03.929Z[ recovery-image] Dec 21 05:08:03.285 INFO O| Dec 21 05:08:03.285 INFO STEP 247 (remove_files) COMPLETE
51742024-12-21T05:08:03.930Z[ recovery-image] Dec 21 05:08:03.286 INFO O| Dec 21 05:08:03.285 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-21T05:08:03.932Z[ recovery-image] Dec 21 05:08:03.306 INFO O| Dec 21 05:08:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51762024-12-21T05:08:03.932Z[ recovery-image] Dec 21 05:08:03.306 INFO O| Dec 21 05:08:03.306 INFO STEP 248 (remove_files) COMPLETE
51772024-12-21T05:08:03.932Z[ recovery-image] Dec 21 05:08:03.307 INFO O| Dec 21 05:08:03.306 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-21T05:08:03.951Z[ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51792024-12-21T05:08:03.954Z[ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO STEP 249 (remove_files) COMPLETE
51802024-12-21T05:08:03.954Z[ recovery-image] Dec 21 05:08:03.327 INFO O| Dec 21 05:08:03.327 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-21T05:08:03.972Z[ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51822024-12-21T05:08:03.972Z[ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO STEP 250 (remove_files) COMPLETE
51832024-12-21T05:08:03.975Z[ recovery-image] Dec 21 05:08:03.349 INFO O| Dec 21 05:08:03.349 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-21T05:08:03.992Z[ recovery-image] Dec 21 05:08:03.368 INFO O| Dec 21 05:08:03.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51852024-12-21T05:08:03.992Z[ recovery-image] Dec 21 05:08:03.368 INFO O| Dec 21 05:08:03.368 INFO STEP 251 (remove_files) COMPLETE
51862024-12-21T05:08:03.995Z[ recovery-image] Dec 21 05:08:03.369 INFO O| Dec 21 05:08:03.368 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-21T05:08:04.012Z[ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51882024-12-21T05:08:04.015Z[ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO STEP 252 (remove_files) COMPLETE
51892024-12-21T05:08:04.015Z[ recovery-image] Dec 21 05:08:03.388 INFO O| Dec 21 05:08:03.388 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-21T05:08:04.030Z[ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51912024-12-21T05:08:04.033Z[ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO STEP 253 (remove_files) COMPLETE
51922024-12-21T05:08:04.033Z[ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-21T05:08:04.070Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51942024-12-21T05:08:04.073Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 254 (remove_files) COMPLETE
51952024-12-21T05:08:04.073Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-21T05:08:04.092Z[ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51972024-12-21T05:08:04.092Z[ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO STEP 255 (remove_files) COMPLETE
51982024-12-21T05:08:04.092Z[ recovery-image] Dec 21 05:08:03.468 INFO O| Dec 21 05:08:03.468 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-21T05:08:04.112Z[ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52002024-12-21T05:08:04.112Z[ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO STEP 256 (remove_files) COMPLETE
52012024-12-21T05:08:04.112Z[ recovery-image] Dec 21 05:08:03.488 INFO O| Dec 21 05:08:03.488 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-21T05:08:04.167Z[ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52032024-12-21T05:08:04.167Z[ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO STEP 257 (remove_files) COMPLETE
52042024-12-21T05:08:04.167Z[ recovery-image] Dec 21 05:08:03.543 INFO O| Dec 21 05:08:03.543 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-21T05:08:04.214Z[ host-image] Dec 21 05:08:03.590 INFO O| Dec 21 05:08:03.590 INFO O| Actions: Completed 1361 actions in 0.78 seconds.
52062024-12-21T05:08:04.229Z[ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52072024-12-21T05:08:04.229Z[ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO STEP 258 (remove_files) COMPLETE
52082024-12-21T05:08:04.229Z[ recovery-image] Dec 21 05:08:03.605 INFO O| Dec 21 05:08:03.605 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-21T05:08:04.267Z[ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52102024-12-21T05:08:04.267Z[ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO STEP 259 (remove_files) COMPLETE
52112024-12-21T05:08:04.267Z[ recovery-image] Dec 21 05:08:03.644 INFO O| Dec 21 05:08:03.644 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-21T05:08:04.288Z[ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52132024-12-21T05:08:04.288Z[ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO STEP 260 (remove_files) COMPLETE
52142024-12-21T05:08:04.288Z[ recovery-image] Dec 21 05:08:03.664 INFO O| Dec 21 05:08:03.664 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-21T05:08:04.332Z[ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52162024-12-21T05:08:04.332Z[ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO STEP 261 (remove_files) COMPLETE
52172024-12-21T05:08:04.332Z[ recovery-image] Dec 21 05:08:03.708 INFO O| Dec 21 05:08:03.708 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-21T05:08:04.354Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52192024-12-21T05:08:04.354Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 262 (remove_files) COMPLETE
52202024-12-21T05:08:04.354Z[ recovery-image] Dec 21 05:08:03.730 INFO O| Dec 21 05:08:03.730 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-21T05:08:04.374Z[ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52222024-12-21T05:08:04.377Z[ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO STEP 263 (remove_files) COMPLETE
52232024-12-21T05:08:04.377Z[ recovery-image] Dec 21 05:08:03.751 INFO O| Dec 21 05:08:03.751 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-21T05:08:04.405Z[ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52252024-12-21T05:08:04.405Z[ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO STEP 264 (remove_files) COMPLETE
52262024-12-21T05:08:04.405Z[ recovery-image] Dec 21 05:08:03.780 INFO O| Dec 21 05:08:03.780 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-21T05:08:04.462Z[ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52282024-12-21T05:08:04.462Z[ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.839 INFO STEP 265 (remove_files) COMPLETE
52292024-12-21T05:08:04.462Z[ recovery-image] Dec 21 05:08:03.839 INFO O| Dec 21 05:08:03.839 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-21T05:08:04.483Z[ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52312024-12-21T05:08:04.483Z[ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.860 INFO STEP 266 (remove_files) COMPLETE
52322024-12-21T05:08:04.486Z[ recovery-image] Dec 21 05:08:03.860 INFO O| Dec 21 05:08:03.860 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-21T05:08:04.504Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52342024-12-21T05:08:04.504Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 267 (remove_files) COMPLETE
52352024-12-21T05:08:04.504Z[ recovery-image] Dec 21 05:08:03.881 INFO O| Dec 21 05:08:03.881 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-21T05:08:04.525Z[ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52372024-12-21T05:08:04.525Z[ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO STEP 268 (remove_files) COMPLETE
52382024-12-21T05:08:04.528Z[ recovery-image] Dec 21 05:08:03.900 INFO O| Dec 21 05:08:03.900 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-21T05:08:04.544Z[ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52402024-12-21T05:08:04.544Z[ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO STEP 269 (remove_files) COMPLETE
52412024-12-21T05:08:04.544Z[ recovery-image] Dec 21 05:08:03.920 INFO O| Dec 21 05:08:03.920 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-21T05:08:04.564Z[ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52432024-12-21T05:08:04.568Z[ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO STEP 270 (remove_files) COMPLETE
52442024-12-21T05:08:04.568Z[ recovery-image] Dec 21 05:08:03.940 INFO O| Dec 21 05:08:03.940 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-21T05:08:04.631Z[ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52462024-12-21T05:08:04.631Z[ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO STEP 271 (remove_files) COMPLETE
52472024-12-21T05:08:04.633Z[ recovery-image] Dec 21 05:08:04.007 INFO O| Dec 21 05:08:04.007 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-21T05:08:04.663Z[ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52492024-12-21T05:08:04.663Z[ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO STEP 272 (remove_files) COMPLETE
52502024-12-21T05:08:04.663Z[ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.039 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-21T05:08:04.682Z[ recovery-image] Dec 21 05:08:04.058 INFO O| Dec 21 05:08:04.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52522024-12-21T05:08:04.682Z[ recovery-image] Dec 21 05:08:04.059 INFO O| Dec 21 05:08:04.059 INFO STEP 273 (remove_files) COMPLETE
52532024-12-21T05:08:04.685Z[ recovery-image] Dec 21 05:08:04.059 INFO O| Dec 21 05:08:04.059 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-21T05:08:04.703Z[ recovery-image] Dec 21 05:08:04.078 INFO O| Dec 21 05:08:04.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52552024-12-21T05:08:04.703Z[ recovery-image] Dec 21 05:08:04.079 INFO O| Dec 21 05:08:04.079 INFO STEP 274 (remove_files) COMPLETE
52562024-12-21T05:08:04.706Z[ recovery-image] Dec 21 05:08:04.079 INFO O| Dec 21 05:08:04.079 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-21T05:08:04.725Z[ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52582024-12-21T05:08:04.725Z[ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO STEP 275 (remove_files) COMPLETE
52592024-12-21T05:08:04.725Z[ recovery-image] Dec 21 05:08:04.100 INFO O| Dec 21 05:08:04.100 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-21T05:08:04.744Z[ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52612024-12-21T05:08:04.744Z[ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO STEP 276 (remove_files) COMPLETE
52622024-12-21T05:08:04.744Z[ recovery-image] Dec 21 05:08:04.121 INFO O| Dec 21 05:08:04.121 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-21T05:08:04.763Z[ recovery-image] Dec 21 05:08:04.139 INFO O| Dec 21 05:08:04.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52642024-12-21T05:08:04.763Z[ recovery-image] Dec 21 05:08:04.140 INFO O| Dec 21 05:08:04.140 INFO STEP 277 (remove_files) COMPLETE
52652024-12-21T05:08:04.767Z[ recovery-image] Dec 21 05:08:04.140 INFO O| Dec 21 05:08:04.140 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-21T05:08:04.802Z[ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52672024-12-21T05:08:04.802Z[ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO STEP 278 (remove_files) COMPLETE
52682024-12-21T05:08:04.802Z[ recovery-image] Dec 21 05:08:04.177 INFO O| Dec 21 05:08:04.177 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-21T05:08:04.850Z[ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52702024-12-21T05:08:04.850Z[ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO STEP 279 (remove_files) COMPLETE
52712024-12-21T05:08:04.850Z[ recovery-image] Dec 21 05:08:04.226 INFO O| Dec 21 05:08:04.226 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-21T05:08:04.874Z[ host-image] Dec 21 05:08:04.251 INFO O| Dec 21 05:08:04.250 INFO O| Done
52732024-12-21T05:08:04.874Z[ host-image] Dec 21 05:08:04.251 INFO O| Dec 21 05:08:04.251 INFO O| Done
52742024-12-21T05:08:04.936Z[ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52752024-12-21T05:08:04.936Z[ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO STEP 280 (remove_files) COMPLETE
52762024-12-21T05:08:04.936Z[ recovery-image] Dec 21 05:08:04.300 INFO O| Dec 21 05:08:04.291 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-21T05:08:04.939Z[ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52782024-12-21T05:08:04.939Z[ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO STEP 281 (remove_files) COMPLETE
52792024-12-21T05:08:04.939Z[ recovery-image] Dec 21 05:08:04.311 INFO O| Dec 21 05:08:04.311 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-21T05:08:04.953Z[ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52812024-12-21T05:08:04.956Z[ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO STEP 282 (remove_files) COMPLETE
52822024-12-21T05:08:04.957Z[ recovery-image] Dec 21 05:08:04.330 INFO O| Dec 21 05:08:04.330 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-21T05:08:04.989Z[ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52842024-12-21T05:08:04.989Z[ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO STEP 283 (remove_files) COMPLETE
52852024-12-21T05:08:04.996Z[ recovery-image] Dec 21 05:08:04.357 INFO O| Dec 21 05:08:04.357 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-21T05:08:05.002Z[ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52872024-12-21T05:08:05.002Z[ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO STEP 284 (remove_files) COMPLETE
52882024-12-21T05:08:05.002Z[ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-21T05:08:05.030Z[ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52902024-12-21T05:08:05.030Z[ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO STEP 285 (remove_files) COMPLETE
52912024-12-21T05:08:05.033Z[ recovery-image] Dec 21 05:08:04.406 INFO O| Dec 21 05:08:04.406 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-21T05:08:05.052Z[ recovery-image] Dec 21 05:08:04.427 INFO O| Dec 21 05:08:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52932024-12-21T05:08:05.052Z[ recovery-image] Dec 21 05:08:04.428 INFO O| Dec 21 05:08:04.428 INFO STEP 286 (remove_files) COMPLETE
52942024-12-21T05:08:05.052Z[ recovery-image] Dec 21 05:08:04.428 INFO O| Dec 21 05:08:04.428 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-21T05:08:05.073Z[ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52962024-12-21T05:08:05.073Z[ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO STEP 287 (remove_files) COMPLETE
52972024-12-21T05:08:05.075Z[ recovery-image] Dec 21 05:08:04.449 INFO O| Dec 21 05:08:04.449 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-21T05:08:05.094Z[ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52992024-12-21T05:08:05.094Z[ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO STEP 288 (remove_files) COMPLETE
53002024-12-21T05:08:05.094Z[ recovery-image] Dec 21 05:08:04.470 INFO O| Dec 21 05:08:04.470 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-21T05:08:05.113Z[ recovery-image] Dec 21 05:08:04.489 INFO O| Dec 21 05:08:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53022024-12-21T05:08:05.116Z[ recovery-image] Dec 21 05:08:04.490 INFO O| Dec 21 05:08:04.489 INFO STEP 289 (remove_files) COMPLETE
53032024-12-21T05:08:05.116Z[ recovery-image] Dec 21 05:08:04.490 INFO O| Dec 21 05:08:04.490 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-21T05:08:05.132Z[ recovery-image] Dec 21 05:08:04.508 INFO O| Dec 21 05:08:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53052024-12-21T05:08:05.132Z[ recovery-image] Dec 21 05:08:04.509 INFO O| Dec 21 05:08:04.509 INFO STEP 290 (remove_files) COMPLETE
53062024-12-21T05:08:05.135Z[ recovery-image] Dec 21 05:08:04.509 INFO O| Dec 21 05:08:04.509 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-21T05:08:05.242Z[ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53082024-12-21T05:08:05.242Z[ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO STEP 291 (remove_files) COMPLETE
53092024-12-21T05:08:05.242Z[ recovery-image] Dec 21 05:08:04.618 INFO O| Dec 21 05:08:04.618 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-21T05:08:05.313Z[ recovery-image] Dec 21 05:08:04.689 INFO O| Dec 21 05:08:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53112024-12-21T05:08:05.316Z[ recovery-image] Dec 21 05:08:04.689 INFO O| Dec 21 05:08:04.689 INFO STEP 292 (remove_files) COMPLETE
53122024-12-21T05:08:05.316Z[ recovery-image] Dec 21 05:08:04.690 INFO O| Dec 21 05:08:04.689 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-21T05:08:05.335Z[ recovery-image] Dec 21 05:08:04.711 INFO O| Dec 21 05:08:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53142024-12-21T05:08:05.336Z[ recovery-image] Dec 21 05:08:04.711 INFO O| Dec 21 05:08:04.711 INFO STEP 293 (remove_files) COMPLETE
53152024-12-21T05:08:05.339Z[ recovery-image] Dec 21 05:08:04.712 INFO O| Dec 21 05:08:04.711 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-21T05:08:05.355Z[ recovery-image] Dec 21 05:08:04.730 INFO O| Dec 21 05:08:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53172024-12-21T05:08:05.356Z[ recovery-image] Dec 21 05:08:04.731 INFO O| Dec 21 05:08:04.731 INFO STEP 294 (remove_files) COMPLETE
53182024-12-21T05:08:05.358Z[ recovery-image] Dec 21 05:08:04.731 INFO O| Dec 21 05:08:04.731 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-21T05:08:05.385Z[ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53202024-12-21T05:08:05.385Z[ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO STEP 295 (remove_files) COMPLETE
53212024-12-21T05:08:05.385Z[ recovery-image] Dec 21 05:08:04.761 INFO O| Dec 21 05:08:04.761 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-21T05:08:05.427Z[ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53232024-12-21T05:08:05.427Z[ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO STEP 296 (remove_files) COMPLETE
53242024-12-21T05:08:05.427Z[ recovery-image] Dec 21 05:08:04.803 INFO O| Dec 21 05:08:04.803 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-21T05:08:05.445Z[ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53262024-12-21T05:08:05.445Z[ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO STEP 297 (remove_files) COMPLETE
53272024-12-21T05:08:05.446Z[ recovery-image] Dec 21 05:08:04.821 INFO O| Dec 21 05:08:04.821 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-21T05:08:05.465Z[ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53292024-12-21T05:08:05.465Z[ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.841 INFO STEP 298 (remove_files) COMPLETE
53302024-12-21T05:08:05.465Z[ recovery-image] Dec 21 05:08:04.841 INFO O| Dec 21 05:08:04.841 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-21T05:08:05.496Z[ recovery-image] Dec 21 05:08:04.872 INFO O| Dec 21 05:08:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53322024-12-21T05:08:05.499Z[ recovery-image] Dec 21 05:08:04.872 INFO O| Dec 21 05:08:04.872 INFO STEP 299 (remove_files) COMPLETE
53332024-12-21T05:08:05.499Z[ recovery-image] Dec 21 05:08:04.873 INFO O| Dec 21 05:08:04.872 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-21T05:08:05.517Z[ recovery-image] Dec 21 05:08:04.893 INFO O| Dec 21 05:08:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53352024-12-21T05:08:05.520Z[ recovery-image] Dec 21 05:08:04.894 INFO O| Dec 21 05:08:04.894 INFO STEP 300 (remove_files) COMPLETE
53362024-12-21T05:08:05.520Z[ recovery-image] Dec 21 05:08:04.894 INFO O| Dec 21 05:08:04.894 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-21T05:08:05.538Z[ recovery-image] Dec 21 05:08:04.914 INFO O| Dec 21 05:08:04.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53382024-12-21T05:08:05.541Z[ recovery-image] Dec 21 05:08:04.914 INFO O| Dec 21 05:08:04.914 INFO STEP 301 (remove_files) COMPLETE
53392024-12-21T05:08:05.541Z[ recovery-image] Dec 21 05:08:04.915 INFO O| Dec 21 05:08:04.914 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-21T05:08:05.558Z[ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53412024-12-21T05:08:05.560Z[ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO STEP 302 (remove_files) COMPLETE
53422024-12-21T05:08:05.560Z[ recovery-image] Dec 21 05:08:04.934 INFO O| Dec 21 05:08:04.934 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-21T05:08:05.583Z[ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
53442024-12-21T05:08:05.583Z[ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.952 INFO STEP 303 (remove_files) COMPLETE
53452024-12-21T05:08:05.583Z[ recovery-image] Dec 21 05:08:04.952 INFO O| Dec 21 05:08:04.952 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-21T05:08:05.593Z[ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53472024-12-21T05:08:05.595Z[ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO STEP 304 (remove_files) COMPLETE
53482024-12-21T05:08:05.595Z[ recovery-image] Dec 21 05:08:04.969 INFO O| Dec 21 05:08:04.969 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-21T05:08:05.613Z[ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53502024-12-21T05:08:05.615Z[ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO STEP 305 (remove_files) COMPLETE
53512024-12-21T05:08:05.615Z[ recovery-image] Dec 21 05:08:04.989 INFO O| Dec 21 05:08:04.989 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-21T05:08:05.632Z[ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53532024-12-21T05:08:05.634Z[ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO STEP 306 (remove_files) COMPLETE
53542024-12-21T05:08:05.635Z[ recovery-image] Dec 21 05:08:05.008 INFO O| Dec 21 05:08:05.008 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-21T05:08:05.651Z[ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53562024-12-21T05:08:05.654Z[ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO STEP 307 (remove_files) COMPLETE
53572024-12-21T05:08:05.654Z[ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-21T05:08:05.672Z[ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53592024-12-21T05:08:05.674Z[ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO STEP 308 (remove_files) COMPLETE
53602024-12-21T05:08:05.674Z[ recovery-image] Dec 21 05:08:05.048 INFO O| Dec 21 05:08:05.048 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-21T05:08:05.694Z[ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53622024-12-21T05:08:05.694Z[ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO STEP 309 (remove_files) COMPLETE
53632024-12-21T05:08:05.694Z[ recovery-image] Dec 21 05:08:05.070 INFO O| Dec 21 05:08:05.070 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-21T05:08:05.762Z[ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53652024-12-21T05:08:05.762Z[ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO STEP 310 (remove_files) COMPLETE
53662024-12-21T05:08:05.766Z[ recovery-image] Dec 21 05:08:05.136 INFO O| Dec 21 05:08:05.136 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-21T05:08:05.776Z[ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53682024-12-21T05:08:05.776Z[ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO STEP 311 (remove_files) COMPLETE
53692024-12-21T05:08:05.776Z[ recovery-image] Dec 21 05:08:05.152 INFO O| Dec 21 05:08:05.152 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-21T05:08:05.797Z[ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53712024-12-21T05:08:05.797Z[ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO STEP 312 (remove_files) COMPLETE
53722024-12-21T05:08:05.802Z[ recovery-image] Dec 21 05:08:05.173 INFO O| Dec 21 05:08:05.173 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-21T05:08:05.871Z[ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53742024-12-21T05:08:05.871Z[ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO STEP 313 (remove_files) COMPLETE
53752024-12-21T05:08:05.874Z[ recovery-image] Dec 21 05:08:05.247 INFO O| Dec 21 05:08:05.247 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-21T05:08:05.951Z[ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53772024-12-21T05:08:05.951Z[ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO STEP 314 (remove_files) COMPLETE
53782024-12-21T05:08:05.951Z[ recovery-image] Dec 21 05:08:05.327 INFO O| Dec 21 05:08:05.327 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-21T05:08:06.009Z[ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53802024-12-21T05:08:06.009Z[ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.382 INFO STEP 315 (remove_files) COMPLETE
53812024-12-21T05:08:06.011Z[ recovery-image] Dec 21 05:08:05.385 INFO O| Dec 21 05:08:05.383 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-21T05:08:06.032Z[ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53832024-12-21T05:08:06.032Z[ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.403 INFO STEP 316 (remove_files) COMPLETE
53842024-12-21T05:08:06.035Z[ recovery-image] Dec 21 05:08:05.407 INFO O| Dec 21 05:08:05.403 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-21T05:08:06.071Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53862024-12-21T05:08:06.077Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 317 (remove_files) COMPLETE
53872024-12-21T05:08:06.077Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-21T05:08:06.086Z[ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53892024-12-21T05:08:06.086Z[ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO STEP 318 (remove_files) COMPLETE
53902024-12-21T05:08:06.086Z[ recovery-image] Dec 21 05:08:05.462 INFO O| Dec 21 05:08:05.462 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-21T05:08:06.106Z[ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53922024-12-21T05:08:06.106Z[ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO STEP 319 (remove_files) COMPLETE
53932024-12-21T05:08:06.106Z[ recovery-image] Dec 21 05:08:05.482 INFO O| Dec 21 05:08:05.482 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-21T05:08:06.156Z[ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53952024-12-21T05:08:06.157Z[ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO STEP 320 (remove_files) COMPLETE
53962024-12-21T05:08:06.159Z[ recovery-image] Dec 21 05:08:05.532 INFO O| Dec 21 05:08:05.532 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-21T05:08:06.208Z[ recovery-image] Dec 21 05:08:05.584 INFO O| Dec 21 05:08:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53982024-12-21T05:08:06.211Z[ recovery-image] Dec 21 05:08:05.585 INFO O| Dec 21 05:08:05.585 INFO STEP 321 (remove_files) COMPLETE
53992024-12-21T05:08:06.211Z[ recovery-image] Dec 21 05:08:05.585 INFO O| Dec 21 05:08:05.585 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-21T05:08:06.256Z[ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54012024-12-21T05:08:06.256Z[ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO STEP 322 (remove_files) COMPLETE
54022024-12-21T05:08:06.261Z[ recovery-image] Dec 21 05:08:05.632 INFO O| Dec 21 05:08:05.632 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-21T05:08:06.275Z[ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
54042024-12-21T05:08:06.275Z[ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO STEP 323 (remove_files) COMPLETE
54052024-12-21T05:08:06.278Z[ recovery-image] Dec 21 05:08:05.651 INFO O| Dec 21 05:08:05.651 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-21T05:08:06.294Z[ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54072024-12-21T05:08:06.294Z[ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO STEP 324 (remove_files) COMPLETE
54082024-12-21T05:08:06.297Z[ recovery-image] Dec 21 05:08:05.669 INFO O| Dec 21 05:08:05.669 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-21T05:08:06.351Z[ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54102024-12-21T05:08:06.351Z[ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO STEP 325 (remove_files) COMPLETE
54112024-12-21T05:08:06.354Z[ recovery-image] Dec 21 05:08:05.727 INFO O| Dec 21 05:08:05.727 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-21T05:08:06.373Z[ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54132024-12-21T05:08:06.373Z[ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO STEP 326 (remove_files) COMPLETE
54142024-12-21T05:08:06.373Z[ recovery-image] Dec 21 05:08:05.749 INFO O| Dec 21 05:08:05.749 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-21T05:08:06.379Z[ host-image] Dec 21 05:08:05.756 INFO O| Dec 21 05:08:05.755 INFO O| Done
54162024-12-21T05:08:06.391Z[ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54172024-12-21T05:08:06.391Z[ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO STEP 327 (remove_files) COMPLETE
54182024-12-21T05:08:06.391Z[ recovery-image] Dec 21 05:08:05.767 INFO O| Dec 21 05:08:05.767 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-21T05:08:06.407Z[ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54202024-12-21T05:08:06.407Z[ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO STEP 328 (remove_files) COMPLETE
54212024-12-21T05:08:06.408Z[ recovery-image] Dec 21 05:08:05.783 INFO O| Dec 21 05:08:05.783 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-21T05:08:06.431Z[ recovery-image] Dec 21 05:08:05.807 INFO O| Dec 21 05:08:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54232024-12-21T05:08:06.434Z[ recovery-image] Dec 21 05:08:05.807 INFO O| Dec 21 05:08:05.807 INFO STEP 329 (remove_files) COMPLETE
54242024-12-21T05:08:06.434Z[ recovery-image] Dec 21 05:08:05.808 INFO O| Dec 21 05:08:05.808 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-21T05:08:06.449Z[ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54262024-12-21T05:08:06.451Z[ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO STEP 330 (remove_files) COMPLETE
54272024-12-21T05:08:06.451Z[ recovery-image] Dec 21 05:08:05.825 INFO O| Dec 21 05:08:05.825 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-21T05:08:06.465Z[ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54292024-12-21T05:08:06.465Z[ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO STEP 331 (remove_files) COMPLETE
54302024-12-21T05:08:06.468Z[ recovery-image] Dec 21 05:08:05.841 INFO O| Dec 21 05:08:05.841 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-21T05:08:06.491Z[ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54322024-12-21T05:08:06.491Z[ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO STEP 332 (remove_files) COMPLETE
54332024-12-21T05:08:06.491Z[ recovery-image] Dec 21 05:08:05.866 INFO O| Dec 21 05:08:05.866 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-21T05:08:06.527Z[ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54352024-12-21T05:08:06.527Z[ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO STEP 333 (remove_files) COMPLETE
54362024-12-21T05:08:06.530Z[ recovery-image] Dec 21 05:08:05.902 INFO O| Dec 21 05:08:05.902 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-21T05:08:06.543Z[ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54382024-12-21T05:08:06.543Z[ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO STEP 334 (remove_files) COMPLETE
54392024-12-21T05:08:06.543Z[ recovery-image] Dec 21 05:08:05.919 INFO O| Dec 21 05:08:05.919 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-21T05:08:06.579Z[ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54412024-12-21T05:08:06.579Z[ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO STEP 335 (remove_files) COMPLETE
54422024-12-21T05:08:06.579Z[ recovery-image] Dec 21 05:08:05.954 INFO O| Dec 21 05:08:05.954 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-21T05:08:06.636Z[ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54442024-12-21T05:08:06.636Z[ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO STEP 336 (remove_files) COMPLETE
54452024-12-21T05:08:06.639Z[ recovery-image] Dec 21 05:08:06.011 INFO O| Dec 21 05:08:06.011 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-21T05:08:06.693Z[ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54472024-12-21T05:08:06.695Z[ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO STEP 337 (remove_files) COMPLETE
54482024-12-21T05:08:06.695Z[ recovery-image] Dec 21 05:08:06.069 INFO O| Dec 21 05:08:06.069 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-21T05:08:06.713Z[ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54502024-12-21T05:08:06.716Z[ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO STEP 338 (remove_files) COMPLETE
54512024-12-21T05:08:06.716Z[ recovery-image] Dec 21 05:08:06.089 INFO O| Dec 21 05:08:06.089 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-21T05:08:06.732Z[ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54532024-12-21T05:08:06.735Z[ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO STEP 339 (remove_files) COMPLETE
54542024-12-21T05:08:06.735Z[ recovery-image] Dec 21 05:08:06.109 INFO O| Dec 21 05:08:06.109 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-21T05:08:06.757Z[ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54562024-12-21T05:08:06.757Z[ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO STEP 340 (remove_files) COMPLETE
54572024-12-21T05:08:06.757Z[ recovery-image] Dec 21 05:08:06.133 INFO O| Dec 21 05:08:06.133 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-21T05:08:06.780Z[ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54592024-12-21T05:08:06.780Z[ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO STEP 341 (remove_files) COMPLETE
54602024-12-21T05:08:06.780Z[ recovery-image] Dec 21 05:08:06.156 INFO O| Dec 21 05:08:06.156 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-21T05:08:06.804Z[ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54622024-12-21T05:08:06.807Z[ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO STEP 342 (remove_files) COMPLETE
54632024-12-21T05:08:06.807Z[ recovery-image] Dec 21 05:08:06.179 INFO O| Dec 21 05:08:06.179 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-21T05:08:06.843Z[ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54652024-12-21T05:08:06.844Z[ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO STEP 343 (remove_files) COMPLETE
54662024-12-21T05:08:06.844Z[ recovery-image] Dec 21 05:08:06.219 INFO O| Dec 21 05:08:06.219 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-21T05:08:06.863Z[ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54682024-12-21T05:08:06.863Z[ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO STEP 344 (remove_files) COMPLETE
54692024-12-21T05:08:06.863Z[ recovery-image] Dec 21 05:08:06.239 INFO O| Dec 21 05:08:06.239 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-21T05:08:06.883Z[ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54712024-12-21T05:08:06.883Z[ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO STEP 345 (remove_files) COMPLETE
54722024-12-21T05:08:06.883Z[ recovery-image] Dec 21 05:08:06.259 INFO O| Dec 21 05:08:06.259 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-21T05:08:06.902Z[ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54742024-12-21T05:08:06.902Z[ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO STEP 346 (remove_files) COMPLETE
54752024-12-21T05:08:06.902Z[ recovery-image] Dec 21 05:08:06.278 INFO O| Dec 21 05:08:06.278 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-21T05:08:06.920Z[ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54772024-12-21T05:08:06.920Z[ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO STEP 347 (remove_files) COMPLETE
54782024-12-21T05:08:06.923Z[ recovery-image] Dec 21 05:08:06.296 INFO O| Dec 21 05:08:06.296 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-21T05:08:06.939Z[ recovery-image] Dec 21 05:08:06.315 INFO O| Dec 21 05:08:06.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54802024-12-21T05:08:06.942Z[ recovery-image] Dec 21 05:08:06.316 INFO O| Dec 21 05:08:06.315 INFO STEP 348 (remove_files) COMPLETE
54812024-12-21T05:08:06.942Z[ recovery-image] Dec 21 05:08:06.316 INFO O| Dec 21 05:08:06.316 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-21T05:08:06.961Z[ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54832024-12-21T05:08:06.961Z[ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO STEP 349 (remove_files) COMPLETE
54842024-12-21T05:08:06.961Z[ recovery-image] Dec 21 05:08:06.336 INFO O| Dec 21 05:08:06.336 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-21T05:08:06.982Z[ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54862024-12-21T05:08:06.982Z[ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO STEP 350 (remove_files) COMPLETE
54872024-12-21T05:08:06.982Z[ recovery-image] Dec 21 05:08:06.357 INFO O| Dec 21 05:08:06.357 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-21T05:08:07.000Z[ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54892024-12-21T05:08:07.001Z[ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO STEP 351 (remove_files) COMPLETE
54902024-12-21T05:08:07.001Z[ recovery-image] Dec 21 05:08:06.376 INFO O| Dec 21 05:08:06.376 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-21T05:08:07.020Z[ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54922024-12-21T05:08:07.020Z[ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO STEP 352 (remove_files) COMPLETE
54932024-12-21T05:08:07.020Z[ recovery-image] Dec 21 05:08:06.396 INFO O| Dec 21 05:08:06.396 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-21T05:08:07.039Z[ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54952024-12-21T05:08:07.039Z[ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO STEP 353 (remove_files) COMPLETE
54962024-12-21T05:08:07.039Z[ recovery-image] Dec 21 05:08:06.415 INFO O| Dec 21 05:08:06.415 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-21T05:08:07.059Z[ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54982024-12-21T05:08:07.059Z[ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO STEP 354 (remove_files) COMPLETE
54992024-12-21T05:08:07.062Z[ recovery-image] Dec 21 05:08:06.435 INFO O| Dec 21 05:08:06.435 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-21T05:08:07.079Z[ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55012024-12-21T05:08:07.079Z[ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO STEP 355 (remove_files) COMPLETE
55022024-12-21T05:08:07.079Z[ recovery-image] Dec 21 05:08:06.455 INFO O| Dec 21 05:08:06.455 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-21T05:08:07.134Z[ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55042024-12-21T05:08:07.134Z[ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO STEP 356 (remove_files) COMPLETE
55052024-12-21T05:08:07.134Z[ recovery-image] Dec 21 05:08:06.510 INFO O| Dec 21 05:08:06.510 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-21T05:08:07.153Z[ recovery-image] Dec 21 05:08:06.529 INFO O| Dec 21 05:08:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
55072024-12-21T05:08:07.153Z[ recovery-image] Dec 21 05:08:06.529 INFO O| Dec 21 05:08:06.529 INFO STEP 357 (remove_files) COMPLETE
55082024-12-21T05:08:07.153Z[ recovery-image] Dec 21 05:08:06.530 INFO O| Dec 21 05:08:06.529 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-21T05:08:07.171Z[ recovery-image] Dec 21 05:08:06.547 INFO O| Dec 21 05:08:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
55102024-12-21T05:08:07.171Z[ recovery-image] Dec 21 05:08:06.547 INFO O| Dec 21 05:08:06.547 INFO STEP 358 (remove_files) COMPLETE
55112024-12-21T05:08:07.171Z[ recovery-image] Dec 21 05:08:06.548 INFO O| Dec 21 05:08:06.547 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-21T05:08:07.206Z[ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
55132024-12-21T05:08:07.209Z[ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO STEP 359 (remove_files) COMPLETE
55142024-12-21T05:08:07.209Z[ recovery-image] Dec 21 05:08:06.582 INFO O| Dec 21 05:08:06.582 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-21T05:08:07.226Z[ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
55162024-12-21T05:08:07.226Z[ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO STEP 360 (remove_files) COMPLETE
55172024-12-21T05:08:07.228Z[ recovery-image] Dec 21 05:08:06.602 INFO O| Dec 21 05:08:06.602 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-21T05:08:07.259Z[ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
55192024-12-21T05:08:07.259Z[ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO STEP 361 (remove_files) COMPLETE
55202024-12-21T05:08:07.259Z[ recovery-image] Dec 21 05:08:06.635 INFO O| Dec 21 05:08:06.635 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-21T05:08:07.281Z[ recovery-image] Dec 21 05:08:06.657 INFO O| Dec 21 05:08:06.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
55222024-12-21T05:08:07.281Z[ recovery-image] Dec 21 05:08:06.658 INFO O| Dec 21 05:08:06.657 INFO STEP 362 (remove_files) COMPLETE
55232024-12-21T05:08:07.284Z[ recovery-image] Dec 21 05:08:06.658 INFO O| Dec 21 05:08:06.658 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-21T05:08:07.303Z[ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
55252024-12-21T05:08:07.303Z[ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO STEP 363 (remove_files) COMPLETE
55262024-12-21T05:08:07.303Z[ recovery-image] Dec 21 05:08:06.679 INFO O| Dec 21 05:08:06.679 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-21T05:08:07.345Z[ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
55282024-12-21T05:08:07.345Z[ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO STEP 364 (remove_files) COMPLETE
55292024-12-21T05:08:07.345Z[ recovery-image] Dec 21 05:08:06.721 INFO O| Dec 21 05:08:06.721 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-21T05:08:07.408Z[ recovery-image] Dec 21 05:08:06.784 INFO O| Dec 21 05:08:06.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
55312024-12-21T05:08:07.411Z[ recovery-image] Dec 21 05:08:06.784 INFO O| Dec 21 05:08:06.784 INFO STEP 365 (remove_files) COMPLETE
55322024-12-21T05:08:07.411Z[ recovery-image] Dec 21 05:08:06.785 INFO O| Dec 21 05:08:06.784 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-21T05:08:07.430Z[ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55342024-12-21T05:08:07.430Z[ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO STEP 366 (remove_files) COMPLETE
55352024-12-21T05:08:07.430Z[ recovery-image] Dec 21 05:08:06.806 INFO O| Dec 21 05:08:06.806 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-21T05:08:07.454Z[ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55372024-12-21T05:08:07.454Z[ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO STEP 367 (remove_files) COMPLETE
55382024-12-21T05:08:07.455Z[ recovery-image] Dec 21 05:08:06.830 INFO O| Dec 21 05:08:06.830 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-21T05:08:07.513Z[ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55402024-12-21T05:08:07.513Z[ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO STEP 368 (remove_files) COMPLETE
55412024-12-21T05:08:07.513Z[ recovery-image] Dec 21 05:08:06.888 INFO O| Dec 21 05:08:06.888 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-21T05:08:07.532Z[ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55432024-12-21T05:08:07.532Z[ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.908 INFO STEP 369 (remove_files) COMPLETE
55442024-12-21T05:08:07.532Z[ recovery-image] Dec 21 05:08:06.908 INFO O| Dec 21 05:08:06.908 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-21T05:08:07.563Z[ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
55462024-12-21T05:08:07.563Z[ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO STEP 370 (remove_files) COMPLETE
55472024-12-21T05:08:07.566Z[ recovery-image] Dec 21 05:08:06.939 INFO O| Dec 21 05:08:06.939 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-21T05:08:07.584Z[ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55492024-12-21T05:08:07.584Z[ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.960 INFO STEP 371 (remove_files) COMPLETE
55502024-12-21T05:08:07.584Z[ recovery-image] Dec 21 05:08:06.960 INFO O| Dec 21 05:08:06.960 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-21T05:08:07.614Z[ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55522024-12-21T05:08:07.617Z[ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO STEP 372 (remove_files) COMPLETE
55532024-12-21T05:08:07.617Z[ recovery-image] Dec 21 05:08:06.990 INFO O| Dec 21 05:08:06.990 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-21T05:08:07.636Z[ recovery-image] Dec 21 05:08:07.010 INFO O| Dec 21 05:08:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55552024-12-21T05:08:07.643Z[ recovery-image] Dec 21 05:08:07.019 INFO O| Dec 21 05:08:07.019 INFO STEP 373 (remove_files) COMPLETE
55562024-12-21T05:08:07.643Z[ recovery-image] Dec 21 05:08:07.019 INFO O| Dec 21 05:08:07.019 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-21T05:08:07.703Z[ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55582024-12-21T05:08:07.703Z[ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO STEP 374 (remove_files) COMPLETE
55592024-12-21T05:08:07.703Z[ recovery-image] Dec 21 05:08:07.079 INFO O| Dec 21 05:08:07.079 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-21T05:08:07.725Z[ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55612024-12-21T05:08:07.725Z[ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO STEP 375 (remove_files) COMPLETE
55622024-12-21T05:08:07.725Z[ recovery-image] Dec 21 05:08:07.101 INFO O| Dec 21 05:08:07.101 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-21T05:08:07.757Z[ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55642024-12-21T05:08:07.758Z[ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO STEP 376 (remove_files) COMPLETE
55652024-12-21T05:08:07.758Z[ recovery-image] Dec 21 05:08:07.129 INFO O| Dec 21 05:08:07.129 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-21T05:08:07.794Z[ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55672024-12-21T05:08:07.794Z[ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO STEP 377 (remove_files) COMPLETE
55682024-12-21T05:08:07.797Z[ recovery-image] Dec 21 05:08:07.170 INFO O| Dec 21 05:08:07.170 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-21T05:08:07.826Z[ recovery-image] Dec 21 05:08:07.201 INFO O| Dec 21 05:08:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55702024-12-21T05:08:07.826Z[ recovery-image] Dec 21 05:08:07.201 INFO O| Dec 21 05:08:07.201 INFO STEP 378 (remove_files) COMPLETE
55712024-12-21T05:08:07.826Z[ recovery-image] Dec 21 05:08:07.202 INFO O| Dec 21 05:08:07.201 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-21T05:08:07.863Z[ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55732024-12-21T05:08:07.863Z[ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO STEP 379 (remove_files) COMPLETE
55742024-12-21T05:08:07.863Z[ recovery-image] Dec 21 05:08:07.239 INFO O| Dec 21 05:08:07.239 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-21T05:08:07.923Z[ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55762024-12-21T05:08:07.923Z[ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO STEP 380 (remove_files) COMPLETE
55772024-12-21T05:08:07.926Z[ recovery-image] Dec 21 05:08:07.299 INFO O| Dec 21 05:08:07.299 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-21T05:08:07.944Z[ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55792024-12-21T05:08:07.944Z[ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.320 INFO STEP 381 (remove_files) COMPLETE
55802024-12-21T05:08:07.944Z[ recovery-image] Dec 21 05:08:07.320 INFO O| Dec 21 05:08:07.320 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-21T05:08:07.977Z[ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55822024-12-21T05:08:07.977Z[ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.353 INFO STEP 382 (remove_files) COMPLETE
55832024-12-21T05:08:07.977Z[ recovery-image] Dec 21 05:08:07.353 INFO O| Dec 21 05:08:07.353 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-21T05:08:08.036Z[ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55852024-12-21T05:08:08.039Z[ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO STEP 383 (remove_files) COMPLETE
55862024-12-21T05:08:08.039Z[ recovery-image] Dec 21 05:08:07.412 INFO O| Dec 21 05:08:07.412 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-21T05:08:08.058Z[ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55882024-12-21T05:08:08.058Z[ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO STEP 384 (remove_files) COMPLETE
55892024-12-21T05:08:08.058Z[ recovery-image] Dec 21 05:08:07.434 INFO O| Dec 21 05:08:07.434 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-21T05:08:08.086Z[ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55912024-12-21T05:08:08.087Z[ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO STEP 385 (remove_files) COMPLETE
55922024-12-21T05:08:08.087Z[ recovery-image] Dec 21 05:08:07.462 INFO O| Dec 21 05:08:07.462 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-21T05:08:08.107Z[ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55942024-12-21T05:08:08.107Z[ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO STEP 386 (remove_files) COMPLETE
55952024-12-21T05:08:08.108Z[ recovery-image] Dec 21 05:08:07.483 INFO O| Dec 21 05:08:07.483 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-21T05:08:08.129Z[ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55972024-12-21T05:08:08.129Z[ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.505 INFO STEP 387 (remove_files) COMPLETE
55982024-12-21T05:08:08.131Z[ recovery-image] Dec 21 05:08:07.505 INFO O| Dec 21 05:08:07.505 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-21T05:08:08.164Z[ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56002024-12-21T05:08:08.167Z[ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.540 INFO STEP 388 (remove_files) COMPLETE
56012024-12-21T05:08:08.167Z[ recovery-image] Dec 21 05:08:07.540 INFO O| Dec 21 05:08:07.540 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-21T05:08:08.185Z[ recovery-image] Dec 21 05:08:07.561 INFO O| Dec 21 05:08:07.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56032024-12-21T05:08:08.188Z[ recovery-image] Dec 21 05:08:07.561 INFO O| Dec 21 05:08:07.561 INFO STEP 389 (remove_files) COMPLETE
56042024-12-21T05:08:08.188Z[ recovery-image] Dec 21 05:08:07.562 INFO O| Dec 21 05:08:07.562 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-21T05:08:08.207Z[ recovery-image] Dec 21 05:08:07.583 INFO O| Dec 21 05:08:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56062024-12-21T05:08:08.210Z[ recovery-image] Dec 21 05:08:07.583 INFO O| Dec 21 05:08:07.583 INFO STEP 390 (remove_files) COMPLETE
56072024-12-21T05:08:08.210Z[ recovery-image] Dec 21 05:08:07.584 INFO O| Dec 21 05:08:07.584 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-21T05:08:08.229Z[ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56092024-12-21T05:08:08.231Z[ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO STEP 391 (remove_files) COMPLETE
56102024-12-21T05:08:08.231Z[ recovery-image] Dec 21 05:08:07.605 INFO O| Dec 21 05:08:07.605 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-21T05:08:08.254Z[ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56122024-12-21T05:08:08.254Z[ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO STEP 392 (remove_files) COMPLETE
56132024-12-21T05:08:08.254Z[ recovery-image] Dec 21 05:08:07.629 INFO O| Dec 21 05:08:07.629 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-21T05:08:08.278Z[ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56152024-12-21T05:08:08.281Z[ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO STEP 393 (remove_files) COMPLETE
56162024-12-21T05:08:08.281Z[ recovery-image] Dec 21 05:08:07.654 INFO O| Dec 21 05:08:07.654 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-21T05:08:08.299Z[ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56182024-12-21T05:08:08.299Z[ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO STEP 394 (remove_files) COMPLETE
56192024-12-21T05:08:08.302Z[ recovery-image] Dec 21 05:08:07.675 INFO O| Dec 21 05:08:07.675 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-21T05:08:08.331Z[ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56212024-12-21T05:08:08.331Z[ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO STEP 395 (remove_files) COMPLETE
56222024-12-21T05:08:08.334Z[ recovery-image] Dec 21 05:08:07.707 INFO O| Dec 21 05:08:07.707 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-21T05:08:08.356Z[ recovery-image] Dec 21 05:08:07.731 INFO O| Dec 21 05:08:07.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
56242024-12-21T05:08:08.356Z[ recovery-image] Dec 21 05:08:07.732 INFO O| Dec 21 05:08:07.731 INFO STEP 396 (remove_files) COMPLETE
56252024-12-21T05:08:08.356Z[ recovery-image] Dec 21 05:08:07.732 INFO O| Dec 21 05:08:07.732 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-21T05:08:08.376Z[ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56272024-12-21T05:08:08.376Z[ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.752 INFO STEP 397 (remove_files) COMPLETE
56282024-12-21T05:08:08.376Z[ recovery-image] Dec 21 05:08:07.752 INFO O| Dec 21 05:08:07.752 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-21T05:08:08.396Z[ recovery-image] Dec 21 05:08:07.771 INFO O| Dec 21 05:08:07.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56302024-12-21T05:08:08.396Z[ recovery-image] Dec 21 05:08:07.772 INFO O| Dec 21 05:08:07.771 INFO STEP 398 (remove_files) COMPLETE
56312024-12-21T05:08:08.396Z[ recovery-image] Dec 21 05:08:07.772 INFO O| Dec 21 05:08:07.772 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-21T05:08:08.452Z[ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56332024-12-21T05:08:08.452Z[ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.828 INFO STEP 399 (remove_files) COMPLETE
56342024-12-21T05:08:08.452Z[ recovery-image] Dec 21 05:08:07.828 INFO O| Dec 21 05:08:07.828 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-21T05:08:08.480Z[ recovery-image] Dec 21 05:08:07.856 INFO O| Dec 21 05:08:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56362024-12-21T05:08:08.480Z[ recovery-image] Dec 21 05:08:07.856 INFO O| Dec 21 05:08:07.856 INFO STEP 400 (remove_files) COMPLETE
56372024-12-21T05:08:08.483Z[ recovery-image] Dec 21 05:08:07.857 INFO O| Dec 21 05:08:07.857 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-21T05:08:08.501Z[ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56392024-12-21T05:08:08.504Z[ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.877 INFO STEP 401 (remove_files) COMPLETE
56402024-12-21T05:08:08.504Z[ recovery-image] Dec 21 05:08:07.877 INFO O| Dec 21 05:08:07.877 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-21T05:08:08.535Z[ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56422024-12-21T05:08:08.535Z[ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO STEP 402 (remove_files) COMPLETE
56432024-12-21T05:08:08.538Z[ recovery-image] Dec 21 05:08:07.911 INFO O| Dec 21 05:08:07.911 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-21T05:08:08.592Z[ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56452024-12-21T05:08:08.592Z[ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO STEP 403 (remove_files) COMPLETE
56462024-12-21T05:08:08.593Z[ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.967 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-21T05:08:08.651Z[ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56482024-12-21T05:08:08.651Z[ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO STEP 404 (remove_files) COMPLETE
56492024-12-21T05:08:08.664Z[ recovery-image] Dec 21 05:08:08.027 INFO O| Dec 21 05:08:08.027 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-21T05:08:08.687Z[ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56512024-12-21T05:08:08.687Z[ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO STEP 405 (remove_files) COMPLETE
56522024-12-21T05:08:08.687Z[ recovery-image] Dec 21 05:08:08.063 INFO O| Dec 21 05:08:08.063 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-21T05:08:08.711Z[ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56542024-12-21T05:08:08.714Z[ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO STEP 406 (remove_files) COMPLETE
56552024-12-21T05:08:08.714Z[ recovery-image] Dec 21 05:08:08.087 INFO O| Dec 21 05:08:08.087 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-21T05:08:08.734Z[ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56572024-12-21T05:08:08.734Z[ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO STEP 407 (remove_files) COMPLETE
56582024-12-21T05:08:08.734Z[ recovery-image] Dec 21 05:08:08.108 INFO O| Dec 21 05:08:08.108 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-21T05:08:08.753Z[ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56602024-12-21T05:08:08.761Z[ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO STEP 408 (remove_files) COMPLETE
56612024-12-21T05:08:08.761Z[ recovery-image] Dec 21 05:08:08.129 INFO O| Dec 21 05:08:08.129 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-21T05:08:08.773Z[ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56632024-12-21T05:08:08.773Z[ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO STEP 409 (remove_files) COMPLETE
56642024-12-21T05:08:08.774Z[ recovery-image] Dec 21 05:08:08.149 INFO O| Dec 21 05:08:08.149 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-21T05:08:08.793Z[ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56662024-12-21T05:08:08.797Z[ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO STEP 410 (remove_files) COMPLETE
56672024-12-21T05:08:08.797Z[ recovery-image] Dec 21 05:08:08.169 INFO O| Dec 21 05:08:08.169 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-21T05:08:08.855Z[ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56692024-12-21T05:08:08.855Z[ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO STEP 411 (remove_files) COMPLETE
56702024-12-21T05:08:08.858Z[ recovery-image] Dec 21 05:08:08.231 INFO O| Dec 21 05:08:08.231 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-21T05:08:08.878Z[ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56722024-12-21T05:08:08.878Z[ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO STEP 412 (remove_files) COMPLETE
56732024-12-21T05:08:08.878Z[ recovery-image] Dec 21 05:08:08.254 INFO O| Dec 21 05:08:08.254 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-21T05:08:08.899Z[ recovery-image] Dec 21 05:08:08.274 INFO O| Dec 21 05:08:08.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56752024-12-21T05:08:08.899Z[ recovery-image] Dec 21 05:08:08.275 INFO O| Dec 21 05:08:08.274 INFO STEP 413 (remove_files) COMPLETE
56762024-12-21T05:08:08.902Z[ recovery-image] Dec 21 05:08:08.275 INFO O| Dec 21 05:08:08.274 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-21T05:08:08.925Z[ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56782024-12-21T05:08:08.925Z[ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO STEP 414 (remove_files) COMPLETE
56792024-12-21T05:08:08.925Z[ recovery-image] Dec 21 05:08:08.301 INFO O| Dec 21 05:08:08.301 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-21T05:08:08.960Z[ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56812024-12-21T05:08:08.960Z[ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.336 INFO STEP 415 (remove_files) COMPLETE
56822024-12-21T05:08:08.960Z[ recovery-image] Dec 21 05:08:08.336 INFO O| Dec 21 05:08:08.336 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-21T05:08:09.028Z[ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56842024-12-21T05:08:09.028Z[ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO STEP 416 (remove_files) COMPLETE
56852024-12-21T05:08:09.028Z[ recovery-image] Dec 21 05:08:08.403 INFO O| Dec 21 05:08:08.403 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-21T05:08:09.094Z[ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56872024-12-21T05:08:09.094Z[ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO STEP 417 (remove_files) COMPLETE
56882024-12-21T05:08:09.094Z[ recovery-image] Dec 21 05:08:08.470 INFO O| Dec 21 05:08:08.470 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-21T05:08:09.172Z[ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56902024-12-21T05:08:09.172Z[ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO STEP 418 (remove_files) COMPLETE
56912024-12-21T05:08:09.175Z[ recovery-image] Dec 21 05:08:08.547 INFO O| Dec 21 05:08:08.547 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-21T05:08:09.210Z[ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56932024-12-21T05:08:09.211Z[ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO STEP 419 (remove_files) COMPLETE
56942024-12-21T05:08:09.211Z[ recovery-image] Dec 21 05:08:08.586 INFO O| Dec 21 05:08:08.586 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-21T05:08:09.246Z[ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56962024-12-21T05:08:09.246Z[ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO STEP 420 (remove_files) COMPLETE
56972024-12-21T05:08:09.246Z[ recovery-image] Dec 21 05:08:08.620 INFO O| Dec 21 05:08:08.620 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-21T05:08:09.268Z[ recovery-image] Dec 21 05:08:08.643 INFO O| Dec 21 05:08:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56992024-12-21T05:08:09.268Z[ recovery-image] Dec 21 05:08:08.644 INFO O| Dec 21 05:08:08.643 INFO STEP 421 (remove_files) COMPLETE
57002024-12-21T05:08:09.268Z[ recovery-image] Dec 21 05:08:08.644 INFO O| Dec 21 05:08:08.643 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-21T05:08:09.290Z[ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57022024-12-21T05:08:09.290Z[ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO STEP 422 (remove_files) COMPLETE
57032024-12-21T05:08:09.293Z[ recovery-image] Dec 21 05:08:08.666 INFO O| Dec 21 05:08:08.666 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-21T05:08:09.326Z[ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57052024-12-21T05:08:09.326Z[ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO STEP 423 (remove_files) COMPLETE
57062024-12-21T05:08:09.326Z[ recovery-image] Dec 21 05:08:08.702 INFO O| Dec 21 05:08:08.702 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-21T05:08:09.394Z[ recovery-image] Dec 21 05:08:08.770 INFO O| Dec 21 05:08:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57082024-12-21T05:08:09.401Z[ host-image] Dec 21 05:08:08.777 INFO O| Dec 21 05:08:08.777 INFO O| Done
57092024-12-21T05:08:09.406Z[ recovery-image] Dec 21 05:08:08.781 INFO O| Dec 21 05:08:08.781 INFO STEP 424 (remove_files) COMPLETE
57102024-12-21T05:08:09.406Z[ recovery-image] Dec 21 05:08:08.781 INFO O| Dec 21 05:08:08.781 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-21T05:08:09.441Z[ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57122024-12-21T05:08:09.441Z[ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO STEP 425 (remove_files) COMPLETE
57132024-12-21T05:08:09.441Z[ recovery-image] Dec 21 05:08:08.817 INFO O| Dec 21 05:08:08.816 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-21T05:08:09.450Z[ host-image] Dec 21 05:08:08.826 INFO O| Dec 21 05:08:08.826 INFO O| Done
57152024-12-21T05:08:09.453Z[ host-image] Dec 21 05:08:08.826 INFO O| Dec 21 05:08:08.826 INFO O| Done
57162024-12-21T05:08:09.463Z[ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57172024-12-21T05:08:09.463Z[ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO STEP 426 (remove_files) COMPLETE
57182024-12-21T05:08:09.466Z[ recovery-image] Dec 21 05:08:08.839 INFO O| Dec 21 05:08:08.839 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-21T05:08:09.484Z[ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57202024-12-21T05:08:09.484Z[ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO STEP 427 (remove_files) COMPLETE
57212024-12-21T05:08:09.484Z[ recovery-image] Dec 21 05:08:08.860 INFO O| Dec 21 05:08:08.860 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-21T05:08:09.522Z[ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57232024-12-21T05:08:09.522Z[ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.898 INFO STEP 428 (remove_files) COMPLETE
57242024-12-21T05:08:09.522Z[ recovery-image] Dec 21 05:08:08.898 INFO O| Dec 21 05:08:08.898 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-21T05:08:09.543Z[ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57262024-12-21T05:08:09.544Z[ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO STEP 429 (remove_files) COMPLETE
57272024-12-21T05:08:09.544Z[ recovery-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-21T05:08:09.546Z[ host-image] Dec 21 05:08:08.919 INFO O| Dec 21 05:08:08.919 INFO O| Done
57292024-12-21T05:08:09.565Z[ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57302024-12-21T05:08:09.568Z[ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO STEP 430 (remove_files) COMPLETE
57312024-12-21T05:08:09.568Z[ recovery-image] Dec 21 05:08:08.941 INFO O| Dec 21 05:08:08.941 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-21T05:08:09.588Z[ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57332024-12-21T05:08:09.588Z[ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO STEP 431 (remove_files) COMPLETE
57342024-12-21T05:08:09.588Z[ recovery-image] Dec 21 05:08:08.964 INFO O| Dec 21 05:08:08.964 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-21T05:08:09.609Z[ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57362024-12-21T05:08:09.611Z[ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO STEP 432 (remove_files) COMPLETE
57372024-12-21T05:08:09.611Z[ recovery-image] Dec 21 05:08:08.985 INFO O| Dec 21 05:08:08.985 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-21T05:08:09.636Z[ recovery-image] Dec 21 05:08:09.011 INFO O| Dec 21 05:08:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57392024-12-21T05:08:09.638Z[ recovery-image] Dec 21 05:08:09.012 INFO O| Dec 21 05:08:09.012 INFO STEP 433 (remove_files) COMPLETE
57402024-12-21T05:08:09.638Z[ recovery-image] Dec 21 05:08:09.012 INFO O| Dec 21 05:08:09.012 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-21T05:08:09.659Z[ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57422024-12-21T05:08:09.662Z[ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO STEP 434 (remove_files) COMPLETE
57432024-12-21T05:08:09.662Z[ recovery-image] Dec 21 05:08:09.035 INFO O| Dec 21 05:08:09.035 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-21T05:08:09.682Z[ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57452024-12-21T05:08:09.682Z[ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO STEP 435 (remove_files) COMPLETE
57462024-12-21T05:08:09.682Z[ recovery-image] Dec 21 05:08:09.058 INFO O| Dec 21 05:08:09.058 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-21T05:08:09.703Z[ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57482024-12-21T05:08:09.705Z[ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO STEP 436 (remove_files) COMPLETE
57492024-12-21T05:08:09.706Z[ recovery-image] Dec 21 05:08:09.079 INFO O| Dec 21 05:08:09.079 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-21T05:08:09.753Z[ recovery-image] Dec 21 05:08:09.113 INFO O| Dec 21 05:08:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57512024-12-21T05:08:09.753Z[ recovery-image] Dec 21 05:08:09.114 INFO O| Dec 21 05:08:09.114 INFO STEP 437 (remove_files) COMPLETE
57522024-12-21T05:08:09.753Z[ recovery-image] Dec 21 05:08:09.114 INFO O| Dec 21 05:08:09.114 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-21T05:08:09.756Z[ host-image] Dec 21 05:08:09.129 INFO O| Dec 21 05:08:09.129 INFO STEP 13 (pkg_install) COMPLETE
57542024-12-21T05:08:09.756Z[ host-image] Dec 21 05:08:09.129 INFO O| Dec 21 05:08:09.129 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
57552024-12-21T05:08:09.759Z[ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57562024-12-21T05:08:09.759Z[ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO STEP 438 (remove_files) COMPLETE
57572024-12-21T05:08:09.759Z[ recovery-image] Dec 21 05:08:09.134 INFO O| Dec 21 05:08:09.134 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-21T05:08:09.777Z[ host-image] Dec 21 05:08:09.153 INFO O| Dec 21 05:08:09.153 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
57592024-12-21T05:08:09.787Z[ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57602024-12-21T05:08:09.787Z[ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO STEP 439 (remove_files) COMPLETE
57612024-12-21T05:08:09.790Z[ recovery-image] Dec 21 05:08:09.163 INFO O| Dec 21 05:08:09.163 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-21T05:08:09.828Z[ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57632024-12-21T05:08:09.828Z[ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO STEP 440 (remove_files) COMPLETE
57642024-12-21T05:08:09.830Z[ recovery-image] Dec 21 05:08:09.203 INFO O| Dec 21 05:08:09.203 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-21T05:08:09.872Z[ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57662024-12-21T05:08:09.875Z[ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO STEP 441 (remove_files) COMPLETE
57672024-12-21T05:08:09.875Z[ recovery-image] Dec 21 05:08:09.248 INFO O| Dec 21 05:08:09.248 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-21T05:08:09.890Z[ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57692024-12-21T05:08:09.893Z[ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO STEP 442 (remove_files) COMPLETE
57702024-12-21T05:08:09.893Z[ recovery-image] Dec 21 05:08:09.266 INFO O| Dec 21 05:08:09.266 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-21T05:08:09.909Z[ recovery-image] Dec 21 05:08:09.284 INFO O| Dec 21 05:08:09.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57722024-12-21T05:08:09.914Z[ recovery-image] Dec 21 05:08:09.285 INFO O| Dec 21 05:08:09.284 INFO STEP 443 (remove_files) COMPLETE
57732024-12-21T05:08:09.914Z[ recovery-image] Dec 21 05:08:09.285 INFO O| Dec 21 05:08:09.285 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-21T05:08:09.930Z[ recovery-image] Dec 21 05:08:09.305 INFO O| Dec 21 05:08:09.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57752024-12-21T05:08:09.932Z[ recovery-image] Dec 21 05:08:09.306 INFO O| Dec 21 05:08:09.306 INFO STEP 444 (remove_files) COMPLETE
57762024-12-21T05:08:09.932Z[ recovery-image] Dec 21 05:08:09.306 INFO O| Dec 21 05:08:09.306 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-21T05:08:09.949Z[ recovery-image] Dec 21 05:08:09.325 INFO O| Dec 21 05:08:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57782024-12-21T05:08:09.952Z[ recovery-image] Dec 21 05:08:09.326 INFO O| Dec 21 05:08:09.325 INFO STEP 445 (remove_files) COMPLETE
57792024-12-21T05:08:09.952Z[ recovery-image] Dec 21 05:08:09.326 INFO O| Dec 21 05:08:09.326 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-21T05:08:09.973Z[ recovery-image] Dec 21 05:08:09.348 INFO O| Dec 21 05:08:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57812024-12-21T05:08:09.973Z[ recovery-image] Dec 21 05:08:09.349 INFO O| Dec 21 05:08:09.349 INFO STEP 446 (remove_files) COMPLETE
57822024-12-21T05:08:09.973Z[ recovery-image] Dec 21 05:08:09.349 INFO O| Dec 21 05:08:09.349 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-21T05:08:09.992Z[ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57842024-12-21T05:08:09.993Z[ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO STEP 447 (remove_files) COMPLETE
57852024-12-21T05:08:09.995Z[ recovery-image] Dec 21 05:08:09.368 INFO O| Dec 21 05:08:09.368 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-21T05:08:10.014Z[ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57872024-12-21T05:08:10.014Z[ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO STEP 448 (remove_files) COMPLETE
57882024-12-21T05:08:10.014Z[ recovery-image] Dec 21 05:08:09.389 INFO O| Dec 21 05:08:09.389 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-21T05:08:10.048Z[ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57902024-12-21T05:08:10.048Z[ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO STEP 449 (remove_files) COMPLETE
57912024-12-21T05:08:10.048Z[ recovery-image] Dec 21 05:08:09.423 INFO O| Dec 21 05:08:09.423 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-21T05:08:10.072Z[ recovery-image] Dec 21 05:08:09.446 INFO O| Dec 21 05:08:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57932024-12-21T05:08:10.072Z[ recovery-image] Dec 21 05:08:09.447 INFO O| Dec 21 05:08:09.447 INFO STEP 450 (remove_files) COMPLETE
57942024-12-21T05:08:10.072Z[ recovery-image] Dec 21 05:08:09.447 INFO O| Dec 21 05:08:09.447 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-21T05:08:10.109Z[ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57962024-12-21T05:08:10.112Z[ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO STEP 451 (remove_files) COMPLETE
57972024-12-21T05:08:10.112Z[ recovery-image] Dec 21 05:08:09.485 INFO O| Dec 21 05:08:09.485 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-21T05:08:10.208Z[ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57992024-12-21T05:08:10.211Z[ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO STEP 452 (remove_files) COMPLETE
58002024-12-21T05:08:10.211Z[ recovery-image] Dec 21 05:08:09.584 INFO O| Dec 21 05:08:09.584 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-21T05:08:10.263Z[ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58022024-12-21T05:08:10.263Z[ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO STEP 453 (remove_files) COMPLETE
58032024-12-21T05:08:10.263Z[ recovery-image] Dec 21 05:08:09.639 INFO O| Dec 21 05:08:09.639 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-21T05:08:10.281Z[ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58052024-12-21T05:08:10.281Z[ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO STEP 454 (remove_files) COMPLETE
58062024-12-21T05:08:10.284Z[ recovery-image] Dec 21 05:08:09.657 INFO O| Dec 21 05:08:09.657 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-21T05:08:10.301Z[ recovery-image] Dec 21 05:08:09.676 INFO O| Dec 21 05:08:09.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58082024-12-21T05:08:10.321Z[ recovery-image] Dec 21 05:08:09.696 INFO O| Dec 21 05:08:09.696 INFO STEP 455 (remove_files) COMPLETE
58092024-12-21T05:08:10.321Z[ recovery-image] Dec 21 05:08:09.696 INFO O| Dec 21 05:08:09.696 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-21T05:08:10.364Z[ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58112024-12-21T05:08:10.364Z[ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO STEP 456 (remove_files) COMPLETE
58122024-12-21T05:08:10.364Z[ recovery-image] Dec 21 05:08:09.739 INFO O| Dec 21 05:08:09.739 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-21T05:08:10.408Z[ recovery-image] Dec 21 05:08:09.783 INFO O| Dec 21 05:08:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58142024-12-21T05:08:10.408Z[ recovery-image] Dec 21 05:08:09.783 INFO O| Dec 21 05:08:09.783 INFO STEP 457 (remove_files) COMPLETE
58152024-12-21T05:08:10.410Z[ recovery-image] Dec 21 05:08:09.784 INFO O| Dec 21 05:08:09.784 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-21T05:08:10.428Z[ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58172024-12-21T05:08:10.431Z[ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO STEP 458 (remove_files) COMPLETE
58182024-12-21T05:08:10.431Z[ recovery-image] Dec 21 05:08:09.804 INFO O| Dec 21 05:08:09.804 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-21T05:08:10.535Z[ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58202024-12-21T05:08:10.535Z[ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO STEP 459 (remove_files) COMPLETE
58212024-12-21T05:08:10.535Z[ recovery-image] Dec 21 05:08:09.911 INFO O| Dec 21 05:08:09.911 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-21T05:08:10.598Z[ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58232024-12-21T05:08:10.598Z[ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO STEP 460 (remove_files) COMPLETE
58242024-12-21T05:08:10.598Z[ recovery-image] Dec 21 05:08:09.974 INFO O| Dec 21 05:08:09.974 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-21T05:08:10.618Z[ recovery-image] Dec 21 05:08:09.994 INFO O| Dec 21 05:08:09.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58262024-12-21T05:08:10.621Z[ recovery-image] Dec 21 05:08:09.994 INFO O| Dec 21 05:08:09.994 INFO STEP 461 (remove_files) COMPLETE
58272024-12-21T05:08:10.621Z[ recovery-image] Dec 21 05:08:09.995 INFO O| Dec 21 05:08:09.994 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-21T05:08:10.661Z[ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58292024-12-21T05:08:10.664Z[ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO STEP 462 (remove_files) COMPLETE
58302024-12-21T05:08:10.664Z[ recovery-image] Dec 21 05:08:10.037 INFO O| Dec 21 05:08:10.037 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-21T05:08:10.684Z[ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58322024-12-21T05:08:10.686Z[ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.060 INFO STEP 463 (remove_files) COMPLETE
58332024-12-21T05:08:10.686Z[ recovery-image] Dec 21 05:08:10.060 INFO O| Dec 21 05:08:10.060 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-21T05:08:10.759Z[ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58352024-12-21T05:08:10.759Z[ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO STEP 464 (remove_files) COMPLETE
58362024-12-21T05:08:10.759Z[ recovery-image] Dec 21 05:08:10.134 INFO O| Dec 21 05:08:10.134 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-21T05:08:10.785Z[ recovery-image] Dec 21 05:08:10.160 INFO O| Dec 21 05:08:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58382024-12-21T05:08:10.785Z[ recovery-image] Dec 21 05:08:10.161 INFO O| Dec 21 05:08:10.161 INFO STEP 465 (remove_files) COMPLETE
58392024-12-21T05:08:10.785Z[ recovery-image] Dec 21 05:08:10.161 INFO O| Dec 21 05:08:10.161 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-21T05:08:10.833Z[ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58412024-12-21T05:08:10.833Z[ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO STEP 466 (remove_files) COMPLETE
58422024-12-21T05:08:10.833Z[ recovery-image] Dec 21 05:08:10.208 INFO O| Dec 21 05:08:10.208 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-21T05:08:10.877Z[ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58442024-12-21T05:08:10.877Z[ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO STEP 467 (remove_files) COMPLETE
58452024-12-21T05:08:10.877Z[ recovery-image] Dec 21 05:08:10.253 INFO O| Dec 21 05:08:10.253 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-21T05:08:10.916Z[ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58472024-12-21T05:08:10.916Z[ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO STEP 468 (remove_files) COMPLETE
58482024-12-21T05:08:10.916Z[ recovery-image] Dec 21 05:08:10.292 INFO O| Dec 21 05:08:10.292 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-21T05:08:10.951Z[ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58502024-12-21T05:08:10.951Z[ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO STEP 469 (remove_files) COMPLETE
58512024-12-21T05:08:10.951Z[ recovery-image] Dec 21 05:08:10.327 INFO O| Dec 21 05:08:10.327 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-21T05:08:11.004Z[ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58532024-12-21T05:08:11.004Z[ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.380 INFO STEP 470 (remove_files) COMPLETE
58542024-12-21T05:08:11.004Z[ recovery-image] Dec 21 05:08:10.380 INFO O| Dec 21 05:08:10.380 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-21T05:08:11.041Z[ recovery-image] Dec 21 05:08:10.416 INFO O| Dec 21 05:08:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58562024-12-21T05:08:11.041Z[ recovery-image] Dec 21 05:08:10.416 INFO O| Dec 21 05:08:10.416 INFO STEP 471 (remove_files) COMPLETE
58572024-12-21T05:08:11.041Z[ recovery-image] Dec 21 05:08:10.417 INFO O| Dec 21 05:08:10.416 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-21T05:08:11.067Z[ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58592024-12-21T05:08:11.068Z[ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO STEP 472 (remove_files) COMPLETE
58602024-12-21T05:08:11.068Z[ recovery-image] Dec 21 05:08:10.443 INFO O| Dec 21 05:08:10.443 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-21T05:08:11.079Z[ host-image] Dec 21 05:08:10.455 INFO O| Dec 21 05:08:10.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
58622024-12-21T05:08:11.092Z[ recovery-image] Dec 21 05:08:10.468 INFO O| Dec 21 05:08:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58632024-12-21T05:08:11.096Z[ recovery-image] Dec 21 05:08:10.468 INFO O| Dec 21 05:08:10.468 INFO STEP 473 (remove_files) COMPLETE
58642024-12-21T05:08:11.096Z[ recovery-image] Dec 21 05:08:10.469 INFO O| Dec 21 05:08:10.469 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-21T05:08:11.116Z[ recovery-image] Dec 21 05:08:10.491 INFO O| Dec 21 05:08:10.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58662024-12-21T05:08:11.119Z[ recovery-image] Dec 21 05:08:10.492 INFO O| Dec 21 05:08:10.492 INFO STEP 474 (remove_files) COMPLETE
58672024-12-21T05:08:11.119Z[ recovery-image] Dec 21 05:08:10.492 INFO O| Dec 21 05:08:10.492 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-21T05:08:11.136Z[ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58692024-12-21T05:08:11.136Z[ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.512 INFO STEP 475 (remove_files) COMPLETE
58702024-12-21T05:08:11.138Z[ recovery-image] Dec 21 05:08:10.512 INFO O| Dec 21 05:08:10.512 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-21T05:08:11.164Z[ recovery-image] Dec 21 05:08:10.540 INFO O| Dec 21 05:08:10.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58722024-12-21T05:08:11.167Z[ recovery-image] Dec 21 05:08:10.540 INFO O| Dec 21 05:08:10.540 INFO STEP 476 (remove_files) COMPLETE
58732024-12-21T05:08:11.167Z[ recovery-image] Dec 21 05:08:10.541 INFO O| Dec 21 05:08:10.540 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-21T05:08:11.186Z[ recovery-image] Dec 21 05:08:10.562 INFO O| Dec 21 05:08:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58752024-12-21T05:08:11.189Z[ recovery-image] Dec 21 05:08:10.562 INFO O| Dec 21 05:08:10.562 INFO STEP 477 (remove_files) COMPLETE
58762024-12-21T05:08:11.189Z[ recovery-image] Dec 21 05:08:10.563 INFO O| Dec 21 05:08:10.562 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-21T05:08:11.205Z[ recovery-image] Dec 21 05:08:10.581 INFO O| Dec 21 05:08:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58782024-12-21T05:08:11.206Z[ recovery-image] Dec 21 05:08:10.581 INFO O| Dec 21 05:08:10.581 INFO STEP 478 (remove_files) COMPLETE
58792024-12-21T05:08:11.208Z[ recovery-image] Dec 21 05:08:10.582 INFO O| Dec 21 05:08:10.582 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-21T05:08:11.225Z[ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58812024-12-21T05:08:11.228Z[ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO STEP 479 (remove_files) COMPLETE
58822024-12-21T05:08:11.228Z[ recovery-image] Dec 21 05:08:10.599 INFO O| Dec 21 05:08:10.599 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-21T05:08:11.255Z[ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58842024-12-21T05:08:11.256Z[ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO STEP 480 (remove_files) COMPLETE
58852024-12-21T05:08:11.256Z[ recovery-image] Dec 21 05:08:10.630 INFO O| Dec 21 05:08:10.630 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-21T05:08:11.288Z[ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58872024-12-21T05:08:11.289Z[ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO STEP 481 (remove_files) COMPLETE
58882024-12-21T05:08:11.289Z[ recovery-image] Dec 21 05:08:10.664 INFO O| Dec 21 05:08:10.664 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-21T05:08:11.309Z[ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58902024-12-21T05:08:11.309Z[ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO STEP 482 (remove_files) COMPLETE
58912024-12-21T05:08:11.309Z[ recovery-image] Dec 21 05:08:10.684 INFO O| Dec 21 05:08:10.684 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-21T05:08:11.338Z[ recovery-image] Dec 21 05:08:10.714 INFO O| Dec 21 05:08:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58932024-12-21T05:08:11.341Z[ recovery-image] Dec 21 05:08:10.714 INFO O| Dec 21 05:08:10.714 INFO STEP 483 (remove_files) COMPLETE
58942024-12-21T05:08:11.341Z[ recovery-image] Dec 21 05:08:10.715 INFO O| Dec 21 05:08:10.714 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-21T05:08:11.391Z[ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58962024-12-21T05:08:11.391Z[ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO STEP 484 (remove_files) COMPLETE
58972024-12-21T05:08:11.394Z[ recovery-image] Dec 21 05:08:10.767 INFO O| Dec 21 05:08:10.767 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-21T05:08:11.415Z[ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58992024-12-21T05:08:11.415Z[ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO STEP 485 (remove_files) COMPLETE
59002024-12-21T05:08:11.415Z[ recovery-image] Dec 21 05:08:10.790 INFO O| Dec 21 05:08:10.790 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-21T05:08:11.441Z[ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59022024-12-21T05:08:11.441Z[ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO STEP 486 (remove_files) COMPLETE
59032024-12-21T05:08:11.441Z[ recovery-image] Dec 21 05:08:10.817 INFO O| Dec 21 05:08:10.817 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-21T05:08:11.464Z[ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59052024-12-21T05:08:11.464Z[ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.840 INFO STEP 487 (remove_files) COMPLETE
59062024-12-21T05:08:11.468Z[ recovery-image] Dec 21 05:08:10.840 INFO O| Dec 21 05:08:10.840 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-21T05:08:11.492Z[ recovery-image] Dec 21 05:08:10.867 INFO O| Dec 21 05:08:10.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59082024-12-21T05:08:11.492Z[ recovery-image] Dec 21 05:08:10.867 INFO O| Dec 21 05:08:10.867 INFO STEP 488 (remove_files) COMPLETE
59092024-12-21T05:08:11.495Z[ recovery-image] Dec 21 05:08:10.868 INFO O| Dec 21 05:08:10.867 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-21T05:08:11.511Z[ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59112024-12-21T05:08:11.511Z[ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO STEP 489 (remove_files) COMPLETE
59122024-12-21T05:08:11.511Z[ recovery-image] Dec 21 05:08:10.887 INFO O| Dec 21 05:08:10.887 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-21T05:08:11.570Z[ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59142024-12-21T05:08:11.570Z[ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO STEP 490 (remove_files) COMPLETE
59152024-12-21T05:08:11.570Z[ recovery-image] Dec 21 05:08:10.945 INFO O| Dec 21 05:08:10.945 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-21T05:08:11.592Z[ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59172024-12-21T05:08:11.593Z[ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO STEP 491 (remove_files) COMPLETE
59182024-12-21T05:08:11.593Z[ recovery-image] Dec 21 05:08:10.968 INFO O| Dec 21 05:08:10.968 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-21T05:08:11.613Z[ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59202024-12-21T05:08:11.613Z[ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO STEP 492 (remove_files) COMPLETE
59212024-12-21T05:08:11.613Z[ recovery-image] Dec 21 05:08:10.988 INFO O| Dec 21 05:08:10.988 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-21T05:08:11.632Z[ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59232024-12-21T05:08:11.632Z[ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO STEP 493 (remove_files) COMPLETE
59242024-12-21T05:08:11.632Z[ recovery-image] Dec 21 05:08:11.008 INFO O| Dec 21 05:08:11.008 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-21T05:08:11.652Z[ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59262024-12-21T05:08:11.652Z[ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO STEP 494 (remove_files) COMPLETE
59272024-12-21T05:08:11.655Z[ recovery-image] Dec 21 05:08:11.028 INFO O| Dec 21 05:08:11.028 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-21T05:08:11.671Z[ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59292024-12-21T05:08:11.671Z[ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO STEP 495 (remove_files) COMPLETE
59302024-12-21T05:08:11.671Z[ recovery-image] Dec 21 05:08:11.047 INFO O| Dec 21 05:08:11.047 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-21T05:08:11.691Z[ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59322024-12-21T05:08:11.691Z[ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO STEP 496 (remove_files) COMPLETE
59332024-12-21T05:08:11.691Z[ recovery-image] Dec 21 05:08:11.067 INFO O| Dec 21 05:08:11.067 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-21T05:08:11.712Z[ recovery-image] Dec 21 05:08:11.087 INFO O| Dec 21 05:08:11.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59352024-12-21T05:08:11.712Z[ recovery-image] Dec 21 05:08:11.088 INFO O| Dec 21 05:08:11.087 INFO STEP 497 (remove_files) COMPLETE
59362024-12-21T05:08:11.715Z[ recovery-image] Dec 21 05:08:11.088 INFO O| Dec 21 05:08:11.087 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-21T05:08:11.734Z[ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59382024-12-21T05:08:11.734Z[ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO STEP 498 (remove_files) COMPLETE
59392024-12-21T05:08:11.734Z[ recovery-image] Dec 21 05:08:11.109 INFO O| Dec 21 05:08:11.109 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-21T05:08:11.760Z[ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59412024-12-21T05:08:11.760Z[ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO STEP 499 (remove_files) COMPLETE
59422024-12-21T05:08:11.760Z[ recovery-image] Dec 21 05:08:11.135 INFO O| Dec 21 05:08:11.135 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-21T05:08:11.779Z[ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59442024-12-21T05:08:11.779Z[ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO STEP 500 (remove_files) COMPLETE
59452024-12-21T05:08:11.779Z[ recovery-image] Dec 21 05:08:11.155 INFO O| Dec 21 05:08:11.155 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-21T05:08:11.811Z[ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59472024-12-21T05:08:11.811Z[ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO STEP 501 (remove_files) COMPLETE
59482024-12-21T05:08:11.813Z[ recovery-image] Dec 21 05:08:11.186 INFO O| Dec 21 05:08:11.186 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-21T05:08:11.856Z[ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59502024-12-21T05:08:11.857Z[ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO STEP 502 (remove_files) COMPLETE
59512024-12-21T05:08:11.857Z[ recovery-image] Dec 21 05:08:11.231 INFO O| Dec 21 05:08:11.231 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-21T05:08:11.875Z[ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59532024-12-21T05:08:11.875Z[ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO STEP 503 (remove_files) COMPLETE
59542024-12-21T05:08:11.878Z[ recovery-image] Dec 21 05:08:11.250 INFO O| Dec 21 05:08:11.250 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-21T05:08:11.898Z[ recovery-image] Dec 21 05:08:11.272 INFO O| Dec 21 05:08:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59562024-12-21T05:08:11.898Z[ recovery-image] Dec 21 05:08:11.273 INFO O| Dec 21 05:08:11.272 INFO STEP 504 (remove_files) COMPLETE
59572024-12-21T05:08:11.898Z[ recovery-image] Dec 21 05:08:11.273 INFO O| Dec 21 05:08:11.272 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-21T05:08:11.929Z[ recovery-image] Dec 21 05:08:11.304 INFO O| Dec 21 05:08:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59592024-12-21T05:08:11.932Z[ recovery-image] Dec 21 05:08:11.305 INFO O| Dec 21 05:08:11.305 INFO STEP 505 (remove_files) COMPLETE
59602024-12-21T05:08:11.932Z[ recovery-image] Dec 21 05:08:11.305 INFO O| Dec 21 05:08:11.305 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-21T05:08:11.952Z[ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59622024-12-21T05:08:11.955Z[ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO STEP 506 (remove_files) COMPLETE
59632024-12-21T05:08:11.955Z[ recovery-image] Dec 21 05:08:11.328 INFO O| Dec 21 05:08:11.328 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-21T05:08:11.987Z[ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59652024-12-21T05:08:11.987Z[ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO STEP 507 (remove_files) COMPLETE
59662024-12-21T05:08:11.987Z[ recovery-image] Dec 21 05:08:11.363 INFO O| Dec 21 05:08:11.363 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-21T05:08:12.021Z[ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59682024-12-21T05:08:12.021Z[ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.397 INFO STEP 508 (remove_files) COMPLETE
59692024-12-21T05:08:12.021Z[ recovery-image] Dec 21 05:08:11.397 INFO O| Dec 21 05:08:11.397 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-21T05:08:12.043Z[ recovery-image] Dec 21 05:08:11.418 INFO O| Dec 21 05:08:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59712024-12-21T05:08:12.043Z[ recovery-image] Dec 21 05:08:11.419 INFO O| Dec 21 05:08:11.419 INFO STEP 509 (remove_files) COMPLETE
59722024-12-21T05:08:12.043Z[ recovery-image] Dec 21 05:08:11.419 INFO O| Dec 21 05:08:11.419 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-21T05:08:12.082Z[ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59742024-12-21T05:08:12.082Z[ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO STEP 510 (remove_files) COMPLETE
59752024-12-21T05:08:12.082Z[ recovery-image] Dec 21 05:08:11.458 INFO O| Dec 21 05:08:11.458 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-21T05:08:12.116Z[ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59772024-12-21T05:08:12.117Z[ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO STEP 511 (remove_files) COMPLETE
59782024-12-21T05:08:12.117Z[ recovery-image] Dec 21 05:08:11.492 INFO O| Dec 21 05:08:11.492 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-21T05:08:12.137Z[ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59802024-12-21T05:08:12.140Z[ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO STEP 512 (remove_files) COMPLETE
59812024-12-21T05:08:12.140Z[ recovery-image] Dec 21 05:08:11.512 INFO O| Dec 21 05:08:11.512 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-21T05:08:12.156Z[ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59832024-12-21T05:08:12.159Z[ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO STEP 513 (remove_files) COMPLETE
59842024-12-21T05:08:12.159Z[ recovery-image] Dec 21 05:08:11.532 INFO O| Dec 21 05:08:11.532 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-21T05:08:12.195Z[ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59862024-12-21T05:08:12.196Z[ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO STEP 514 (remove_files) COMPLETE
59872024-12-21T05:08:12.196Z[ recovery-image] Dec 21 05:08:11.571 INFO O| Dec 21 05:08:11.571 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-21T05:08:12.239Z[ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59892024-12-21T05:08:12.239Z[ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO STEP 515 (remove_files) COMPLETE
59902024-12-21T05:08:12.239Z[ recovery-image] Dec 21 05:08:11.614 INFO O| Dec 21 05:08:11.614 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-21T05:08:12.292Z[ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59922024-12-21T05:08:12.295Z[ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO STEP 516 (remove_files) COMPLETE
59932024-12-21T05:08:12.295Z[ recovery-image] Dec 21 05:08:11.668 INFO O| Dec 21 05:08:11.668 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-21T05:08:12.314Z[ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59952024-12-21T05:08:12.314Z[ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.690 INFO STEP 517 (remove_files) COMPLETE
59962024-12-21T05:08:12.314Z[ recovery-image] Dec 21 05:08:11.690 INFO O| Dec 21 05:08:11.690 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-21T05:08:12.335Z[ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59982024-12-21T05:08:12.335Z[ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO STEP 518 (remove_files) COMPLETE
59992024-12-21T05:08:12.335Z[ recovery-image] Dec 21 05:08:11.711 INFO O| Dec 21 05:08:11.711 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-21T05:08:12.358Z[ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
60012024-12-21T05:08:12.358Z[ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO STEP 519 (remove_files) COMPLETE
60022024-12-21T05:08:12.358Z[ recovery-image] Dec 21 05:08:11.733 INFO O| Dec 21 05:08:11.733 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-21T05:08:12.378Z[ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
60042024-12-21T05:08:12.378Z[ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO STEP 520 (remove_files) COMPLETE
60052024-12-21T05:08:12.378Z[ recovery-image] Dec 21 05:08:11.753 INFO O| Dec 21 05:08:11.753 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-21T05:08:12.461Z[ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
60072024-12-21T05:08:12.461Z[ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO STEP 521 (remove_files) COMPLETE
60082024-12-21T05:08:12.463Z[ recovery-image] Dec 21 05:08:11.836 INFO O| Dec 21 05:08:11.836 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-21T05:08:12.516Z[ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60102024-12-21T05:08:12.517Z[ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO STEP 522 (remove_files) COMPLETE
60112024-12-21T05:08:12.517Z[ recovery-image] Dec 21 05:08:11.892 INFO O| Dec 21 05:08:11.892 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-21T05:08:12.556Z[ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
60132024-12-21T05:08:12.556Z[ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO STEP 523 (remove_files) COMPLETE
60142024-12-21T05:08:12.559Z[ recovery-image] Dec 21 05:08:11.932 INFO O| Dec 21 05:08:11.932 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-21T05:08:12.579Z[ recovery-image] Dec 21 05:08:11.955 INFO O| Dec 21 05:08:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60162024-12-21T05:08:12.597Z[ recovery-image] Dec 21 05:08:11.973 INFO O| Dec 21 05:08:11.973 INFO STEP 524 (remove_files) COMPLETE
60172024-12-21T05:08:12.597Z[ recovery-image] Dec 21 05:08:11.973 INFO O| Dec 21 05:08:11.973 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-21T05:08:12.654Z[ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60192024-12-21T05:08:12.654Z[ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO STEP 525 (remove_files) COMPLETE
60202024-12-21T05:08:12.654Z[ recovery-image] Dec 21 05:08:12.030 INFO O| Dec 21 05:08:12.030 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-21T05:08:12.715Z[ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60222024-12-21T05:08:12.715Z[ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO STEP 526 (remove_files) COMPLETE
60232024-12-21T05:08:12.718Z[ recovery-image] Dec 21 05:08:12.091 INFO O| Dec 21 05:08:12.091 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-21T05:08:12.734Z[ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60252024-12-21T05:08:12.735Z[ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO STEP 527 (remove_files) COMPLETE
60262024-12-21T05:08:12.735Z[ recovery-image] Dec 21 05:08:12.110 INFO O| Dec 21 05:08:12.110 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-21T05:08:12.754Z[ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60282024-12-21T05:08:12.754Z[ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO STEP 528 (remove_files) COMPLETE
60292024-12-21T05:08:12.754Z[ recovery-image] Dec 21 05:08:12.129 INFO O| Dec 21 05:08:12.129 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-21T05:08:12.781Z[ recovery-image] Dec 21 05:08:12.156 INFO O| Dec 21 05:08:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60312024-12-21T05:08:12.781Z[ recovery-image] Dec 21 05:08:12.157 INFO O| Dec 21 05:08:12.157 INFO STEP 529 (remove_files) COMPLETE
60322024-12-21T05:08:12.781Z[ recovery-image] Dec 21 05:08:12.157 INFO O| Dec 21 05:08:12.157 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-21T05:08:12.826Z[ recovery-image] Dec 21 05:08:12.201 INFO O| Dec 21 05:08:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60342024-12-21T05:08:12.826Z[ recovery-image] Dec 21 05:08:12.201 INFO O| Dec 21 05:08:12.201 INFO STEP 530 (remove_files) COMPLETE
60352024-12-21T05:08:12.829Z[ recovery-image] Dec 21 05:08:12.202 INFO O| Dec 21 05:08:12.201 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-21T05:08:12.871Z[ recovery-image] Dec 21 05:08:12.246 INFO O| Dec 21 05:08:12.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60372024-12-21T05:08:12.874Z[ recovery-image] Dec 21 05:08:12.247 INFO O| Dec 21 05:08:12.247 INFO STEP 531 (remove_files) COMPLETE
60382024-12-21T05:08:12.874Z[ recovery-image] Dec 21 05:08:12.247 INFO O| Dec 21 05:08:12.247 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-21T05:08:12.895Z[ recovery-image] Dec 21 05:08:12.270 INFO O| Dec 21 05:08:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60402024-12-21T05:08:12.897Z[ recovery-image] Dec 21 05:08:12.270 INFO O| Dec 21 05:08:12.270 INFO STEP 532 (remove_files) COMPLETE
60412024-12-21T05:08:12.898Z[ recovery-image] Dec 21 05:08:12.271 INFO O| Dec 21 05:08:12.270 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-21T05:08:13.003Z[ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60432024-12-21T05:08:13.003Z[ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO STEP 533 (remove_files) COMPLETE
60442024-12-21T05:08:13.003Z[ recovery-image] Dec 21 05:08:12.378 INFO O| Dec 21 05:08:12.378 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-21T05:08:13.024Z[ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60462024-12-21T05:08:13.024Z[ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO STEP 534 (remove_files) COMPLETE
60472024-12-21T05:08:13.027Z[ recovery-image] Dec 21 05:08:12.400 INFO O| Dec 21 05:08:12.400 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-21T05:08:13.047Z[ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60492024-12-21T05:08:13.047Z[ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO STEP 535 (remove_files) COMPLETE
60502024-12-21T05:08:13.050Z[ recovery-image] Dec 21 05:08:12.422 INFO O| Dec 21 05:08:12.422 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-21T05:08:13.068Z[ recovery-image] Dec 21 05:08:12.444 INFO O| Dec 21 05:08:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60522024-12-21T05:08:13.081Z[ recovery-image] Dec 21 05:08:12.457 INFO O| Dec 21 05:08:12.457 INFO STEP 536 (remove_files) COMPLETE
60532024-12-21T05:08:13.081Z[ recovery-image] Dec 21 05:08:12.457 INFO O| Dec 21 05:08:12.457 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-21T05:08:13.114Z[ recovery-image] Dec 21 05:08:12.489 INFO O| Dec 21 05:08:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60552024-12-21T05:08:13.117Z[ recovery-image] Dec 21 05:08:12.489 INFO O| Dec 21 05:08:12.489 INFO STEP 537 (remove_files) COMPLETE
60562024-12-21T05:08:13.117Z[ recovery-image] Dec 21 05:08:12.490 INFO O| Dec 21 05:08:12.489 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-21T05:08:13.135Z[ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60582024-12-21T05:08:13.137Z[ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO STEP 538 (remove_files) COMPLETE
60592024-12-21T05:08:13.137Z[ recovery-image] Dec 21 05:08:12.510 INFO O| Dec 21 05:08:12.510 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-21T05:08:13.155Z[ recovery-image] Dec 21 05:08:12.530 INFO O| Dec 21 05:08:12.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60612024-12-21T05:08:13.158Z[ recovery-image] Dec 21 05:08:12.530 INFO O| Dec 21 05:08:12.530 INFO STEP 539 (remove_files) COMPLETE
60622024-12-21T05:08:13.158Z[ recovery-image] Dec 21 05:08:12.531 INFO O| Dec 21 05:08:12.530 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-21T05:08:13.173Z[ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60642024-12-21T05:08:13.176Z[ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO STEP 540 (remove_files) COMPLETE
60652024-12-21T05:08:13.176Z[ recovery-image] Dec 21 05:08:12.548 INFO O| Dec 21 05:08:12.548 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-21T05:08:13.195Z[ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60672024-12-21T05:08:13.195Z[ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO STEP 541 (remove_files) COMPLETE
60682024-12-21T05:08:13.197Z[ recovery-image] Dec 21 05:08:12.570 INFO O| Dec 21 05:08:12.570 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-21T05:08:13.257Z[ recovery-image] Dec 21 05:08:12.632 INFO O| Dec 21 05:08:12.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60702024-12-21T05:08:13.257Z[ recovery-image] Dec 21 05:08:12.633 INFO O| Dec 21 05:08:12.632 INFO STEP 542 (remove_files) COMPLETE
60712024-12-21T05:08:13.257Z[ recovery-image] Dec 21 05:08:12.633 INFO O| Dec 21 05:08:12.632 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-21T05:08:13.292Z[ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60732024-12-21T05:08:13.292Z[ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO STEP 543 (remove_files) COMPLETE
60742024-12-21T05:08:13.296Z[ recovery-image] Dec 21 05:08:12.668 INFO O| Dec 21 05:08:12.668 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-21T05:08:13.353Z[ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60762024-12-21T05:08:13.353Z[ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO STEP 544 (remove_files) COMPLETE
60772024-12-21T05:08:13.353Z[ recovery-image] Dec 21 05:08:12.728 INFO O| Dec 21 05:08:12.728 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-21T05:08:13.371Z[ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60792024-12-21T05:08:13.371Z[ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO STEP 545 (remove_files) COMPLETE
60802024-12-21T05:08:13.374Z[ recovery-image] Dec 21 05:08:12.747 INFO O| Dec 21 05:08:12.747 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-21T05:08:13.409Z[ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60822024-12-21T05:08:13.409Z[ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO STEP 546 (remove_files) COMPLETE
60832024-12-21T05:08:13.409Z[ recovery-image] Dec 21 05:08:12.782 INFO O| Dec 21 05:08:12.782 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-21T05:08:13.429Z[ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60852024-12-21T05:08:13.429Z[ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO STEP 547 (remove_files) COMPLETE
60862024-12-21T05:08:13.429Z[ recovery-image] Dec 21 05:08:12.804 INFO O| Dec 21 05:08:12.804 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-21T05:08:13.802Z[ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60882024-12-21T05:08:13.802Z[ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO STEP 548 (remove_files) COMPLETE
60892024-12-21T05:08:13.802Z[ recovery-image] Dec 21 05:08:12.824 INFO O| Dec 21 05:08:12.824 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-21T05:08:13.813Z[ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60912024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO STEP 549 (remove_files) COMPLETE
60922024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.860 INFO O| Dec 21 05:08:12.860 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.879 INFO O| Dec 21 05:08:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60942024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.880 INFO O| Dec 21 05:08:12.879 INFO STEP 550 (remove_files) COMPLETE
60952024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.880 INFO O| Dec 21 05:08:12.879 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60972024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.903 INFO STEP 551 (remove_files) COMPLETE
60982024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.903 INFO O| Dec 21 05:08:12.903 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61002024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO STEP 552 (remove_files) COMPLETE
61012024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:12.980 INFO O| Dec 21 05:08:12.980 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.003 INFO O| Dec 21 05:08:13.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61032024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.004 INFO O| Dec 21 05:08:13.003 INFO STEP 553 (remove_files) COMPLETE
61042024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.004 INFO O| Dec 21 05:08:13.004 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.086 INFO O| Dec 21 05:08:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61062024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.087 INFO O| Dec 21 05:08:13.087 INFO STEP 554 (remove_files) COMPLETE
61072024-12-21T05:08:13.814Z[ recovery-image] Dec 21 05:08:13.087 INFO O| Dec 21 05:08:13.087 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.124 INFO O| Dec 21 05:08:13.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61092024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.129 INFO O| Dec 21 05:08:13.129 INFO STEP 555 (remove_files) COMPLETE
61102024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.129 INFO O| Dec 21 05:08:13.129 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.169 INFO O| Dec 21 05:08:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61122024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.170 INFO O| Dec 21 05:08:13.170 INFO STEP 556 (remove_files) COMPLETE
61132024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.170 INFO O| Dec 21 05:08:13.170 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.189 INFO O| Dec 21 05:08:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61152024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.190 INFO O| Dec 21 05:08:13.190 INFO STEP 557 (remove_files) COMPLETE
61162024-12-21T05:08:13.817Z[ recovery-image] Dec 21 05:08:13.190 INFO O| Dec 21 05:08:13.190 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-21T05:08:13.855Z[ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61182024-12-21T05:08:13.855Z[ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO STEP 558 (remove_files) COMPLETE
61192024-12-21T05:08:13.855Z[ recovery-image] Dec 21 05:08:13.230 INFO O| Dec 21 05:08:13.230 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-21T05:08:13.874Z[ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61212024-12-21T05:08:13.874Z[ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO STEP 559 (remove_files) COMPLETE
61222024-12-21T05:08:13.874Z[ recovery-image] Dec 21 05:08:13.249 INFO O| Dec 21 05:08:13.249 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-21T05:08:13.894Z[ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61242024-12-21T05:08:13.894Z[ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO STEP 560 (remove_files) COMPLETE
61252024-12-21T05:08:13.896Z[ recovery-image] Dec 21 05:08:13.269 INFO O| Dec 21 05:08:13.269 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-21T05:08:13.914Z[ recovery-image] Dec 21 05:08:13.289 INFO O| Dec 21 05:08:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61272024-12-21T05:08:13.917Z[ recovery-image] Dec 21 05:08:13.290 INFO O| Dec 21 05:08:13.290 INFO STEP 561 (remove_files) COMPLETE
61282024-12-21T05:08:13.917Z[ recovery-image] Dec 21 05:08:13.290 INFO O| Dec 21 05:08:13.290 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-21T05:08:13.954Z[ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61302024-12-21T05:08:13.956Z[ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO STEP 562 (remove_files) COMPLETE
61312024-12-21T05:08:13.956Z[ recovery-image] Dec 21 05:08:13.329 INFO O| Dec 21 05:08:13.329 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-21T05:08:14.101Z[ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61332024-12-21T05:08:14.102Z[ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO STEP 563 (remove_files) COMPLETE
61342024-12-21T05:08:14.102Z[ recovery-image] Dec 21 05:08:13.477 INFO O| Dec 21 05:08:13.477 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-21T05:08:14.123Z[ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61362024-12-21T05:08:14.123Z[ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO STEP 564 (remove_files) COMPLETE
61372024-12-21T05:08:14.123Z[ recovery-image] Dec 21 05:08:13.499 INFO O| Dec 21 05:08:13.499 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-21T05:08:14.144Z[ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61392024-12-21T05:08:14.145Z[ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO STEP 565 (remove_files) COMPLETE
61402024-12-21T05:08:14.145Z[ recovery-image] Dec 21 05:08:13.520 INFO O| Dec 21 05:08:13.520 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-21T05:08:14.165Z[ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61422024-12-21T05:08:14.165Z[ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO STEP 566 (remove_files) COMPLETE
61432024-12-21T05:08:14.168Z[ recovery-image] Dec 21 05:08:13.540 INFO O| Dec 21 05:08:13.540 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-21T05:08:14.185Z[ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61452024-12-21T05:08:14.185Z[ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO STEP 567 (remove_files) COMPLETE
61462024-12-21T05:08:14.188Z[ recovery-image] Dec 21 05:08:13.559 INFO O| Dec 21 05:08:13.559 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-21T05:08:14.204Z[ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61482024-12-21T05:08:14.206Z[ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO STEP 568 (remove_files) COMPLETE
61492024-12-21T05:08:14.206Z[ recovery-image] Dec 21 05:08:13.579 INFO O| Dec 21 05:08:13.579 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-21T05:08:14.242Z[ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61512024-12-21T05:08:14.242Z[ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO STEP 569 (remove_files) COMPLETE
61522024-12-21T05:08:14.243Z[ recovery-image] Dec 21 05:08:13.618 INFO O| Dec 21 05:08:13.618 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-21T05:08:14.267Z[ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61542024-12-21T05:08:14.267Z[ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO STEP 570 (remove_files) COMPLETE
61552024-12-21T05:08:14.267Z[ recovery-image] Dec 21 05:08:13.642 INFO O| Dec 21 05:08:13.642 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-21T05:08:14.308Z[ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61572024-12-21T05:08:14.311Z[ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO STEP 571 (remove_files) COMPLETE
61582024-12-21T05:08:14.311Z[ recovery-image] Dec 21 05:08:13.683 INFO O| Dec 21 05:08:13.683 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-21T05:08:14.330Z[ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61602024-12-21T05:08:14.330Z[ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO STEP 572 (remove_files) COMPLETE
61612024-12-21T05:08:14.330Z[ recovery-image] Dec 21 05:08:13.705 INFO O| Dec 21 05:08:13.705 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-21T05:08:14.350Z[ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61632024-12-21T05:08:14.350Z[ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO STEP 573 (remove_files) COMPLETE
61642024-12-21T05:08:14.350Z[ recovery-image] Dec 21 05:08:13.725 INFO O| Dec 21 05:08:13.725 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-21T05:08:14.382Z[ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61662024-12-21T05:08:14.382Z[ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO STEP 574 (remove_files) COMPLETE
61672024-12-21T05:08:14.384Z[ recovery-image] Dec 21 05:08:13.757 INFO O| Dec 21 05:08:13.757 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-21T05:08:14.436Z[ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61692024-12-21T05:08:14.436Z[ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.812 INFO STEP 575 (remove_files) COMPLETE
61702024-12-21T05:08:14.437Z[ recovery-image] Dec 21 05:08:13.812 INFO O| Dec 21 05:08:13.812 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-21T05:08:14.456Z[ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61722024-12-21T05:08:14.456Z[ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO STEP 576 (remove_files) COMPLETE
61732024-12-21T05:08:14.456Z[ recovery-image] Dec 21 05:08:13.832 INFO O| Dec 21 05:08:13.832 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-21T05:08:14.493Z[ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61752024-12-21T05:08:14.493Z[ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO STEP 577 (remove_files) COMPLETE
61762024-12-21T05:08:14.493Z[ recovery-image] Dec 21 05:08:13.868 INFO O| Dec 21 05:08:13.868 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-21T05:08:14.536Z[ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61782024-12-21T05:08:14.536Z[ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO STEP 578 (remove_files) COMPLETE
61792024-12-21T05:08:14.539Z[ recovery-image] Dec 21 05:08:13.911 INFO O| Dec 21 05:08:13.911 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-21T05:08:14.571Z[ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61812024-12-21T05:08:14.572Z[ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO STEP 579 (remove_files) COMPLETE
61822024-12-21T05:08:14.572Z[ recovery-image] Dec 21 05:08:13.947 INFO O| Dec 21 05:08:13.947 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-21T05:08:14.635Z[ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61842024-12-21T05:08:14.635Z[ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO STEP 580 (remove_files) COMPLETE
61852024-12-21T05:08:14.638Z[ recovery-image] Dec 21 05:08:14.010 INFO O| Dec 21 05:08:14.010 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-21T05:08:14.653Z[ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61872024-12-21T05:08:14.653Z[ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO STEP 581 (remove_files) COMPLETE
61882024-12-21T05:08:14.657Z[ recovery-image] Dec 21 05:08:14.029 INFO O| Dec 21 05:08:14.029 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-21T05:08:14.673Z[ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61902024-12-21T05:08:14.673Z[ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO STEP 582 (remove_files) COMPLETE
61912024-12-21T05:08:14.673Z[ recovery-image] Dec 21 05:08:14.049 INFO O| Dec 21 05:08:14.049 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-21T05:08:14.709Z[ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61932024-12-21T05:08:14.709Z[ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO STEP 583 (remove_files) COMPLETE
61942024-12-21T05:08:14.709Z[ recovery-image] Dec 21 05:08:14.084 INFO O| Dec 21 05:08:14.084 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-21T05:08:14.753Z[ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61962024-12-21T05:08:14.753Z[ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO STEP 584 (remove_files) COMPLETE
61972024-12-21T05:08:14.753Z[ recovery-image] Dec 21 05:08:14.128 INFO O| Dec 21 05:08:14.128 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-21T05:08:14.815Z[ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61992024-12-21T05:08:14.815Z[ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO STEP 585 (remove_files) COMPLETE
62002024-12-21T05:08:14.815Z[ recovery-image] Dec 21 05:08:14.190 INFO O| Dec 21 05:08:14.190 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-21T05:08:14.837Z[ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62022024-12-21T05:08:14.837Z[ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO STEP 586 (remove_files) COMPLETE
62032024-12-21T05:08:14.837Z[ recovery-image] Dec 21 05:08:14.212 INFO O| Dec 21 05:08:14.212 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-21T05:08:14.945Z[ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62052024-12-21T05:08:14.945Z[ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO STEP 587 (remove_files) COMPLETE
62062024-12-21T05:08:14.948Z[ recovery-image] Dec 21 05:08:14.320 INFO O| Dec 21 05:08:14.320 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-21T05:08:15.002Z[ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62082024-12-21T05:08:15.002Z[ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.377 INFO STEP 588 (remove_files) COMPLETE
62092024-12-21T05:08:15.002Z[ recovery-image] Dec 21 05:08:14.377 INFO O| Dec 21 05:08:14.377 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-21T05:08:15.022Z[ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62112024-12-21T05:08:15.022Z[ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO STEP 589 (remove_files) COMPLETE
62122024-12-21T05:08:15.022Z[ recovery-image] Dec 21 05:08:14.397 INFO O| Dec 21 05:08:14.397 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-21T05:08:15.041Z[ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62142024-12-21T05:08:15.045Z[ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.417 INFO STEP 590 (remove_files) COMPLETE
62152024-12-21T05:08:15.045Z[ recovery-image] Dec 21 05:08:14.417 INFO O| Dec 21 05:08:14.417 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-21T05:08:15.079Z[ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62172024-12-21T05:08:15.081Z[ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO STEP 591 (remove_files) COMPLETE
62182024-12-21T05:08:15.081Z[ recovery-image] Dec 21 05:08:14.454 INFO O| Dec 21 05:08:14.454 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-21T05:08:15.137Z[ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62202024-12-21T05:08:15.140Z[ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.513 INFO STEP 592 (remove_files) COMPLETE
62212024-12-21T05:08:15.140Z[ recovery-image] Dec 21 05:08:14.513 INFO O| Dec 21 05:08:14.513 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-21T05:08:15.159Z[ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62232024-12-21T05:08:15.162Z[ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO STEP 593 (remove_files) COMPLETE
62242024-12-21T05:08:15.162Z[ recovery-image] Dec 21 05:08:14.534 INFO O| Dec 21 05:08:14.534 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-21T05:08:15.190Z[ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62262024-12-21T05:08:15.192Z[ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO STEP 594 (remove_files) COMPLETE
62272024-12-21T05:08:15.192Z[ recovery-image] Dec 21 05:08:14.564 INFO O| Dec 21 05:08:14.564 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-21T05:08:15.210Z[ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62292024-12-21T05:08:15.213Z[ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO STEP 595 (remove_files) COMPLETE
62302024-12-21T05:08:15.213Z[ recovery-image] Dec 21 05:08:14.585 INFO O| Dec 21 05:08:14.585 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-21T05:08:15.272Z[ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62322024-12-21T05:08:15.272Z[ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO STEP 596 (remove_files) COMPLETE
62332024-12-21T05:08:15.272Z[ recovery-image] Dec 21 05:08:14.647 INFO O| Dec 21 05:08:14.647 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-21T05:08:15.293Z[ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62352024-12-21T05:08:15.293Z[ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO STEP 597 (remove_files) COMPLETE
62362024-12-21T05:08:15.296Z[ recovery-image] Dec 21 05:08:14.668 INFO O| Dec 21 05:08:14.668 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-21T05:08:15.320Z[ host-image] Dec 21 05:08:14.695 INFO O| Dec 21 05:08:14.695 INFO O| Planning: Solver setup ... Done
62382024-12-21T05:08:15.328Z[ host-image] Dec 21 05:08:14.703 INFO O| Dec 21 05:08:14.703 INFO O| Planning: Running solver ... Done
62392024-12-21T05:08:15.334Z[ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62402024-12-21T05:08:15.334Z[ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO STEP 598 (remove_files) COMPLETE
62412024-12-21T05:08:15.337Z[ recovery-image] Dec 21 05:08:14.710 INFO O| Dec 21 05:08:14.710 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-21T05:08:15.359Z[ recovery-image] Dec 21 05:08:14.734 INFO O| Dec 21 05:08:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62432024-12-21T05:08:15.359Z[ recovery-image] Dec 21 05:08:14.734 INFO O| Dec 21 05:08:14.734 INFO STEP 599 (remove_files) COMPLETE
62442024-12-21T05:08:15.359Z[ recovery-image] Dec 21 05:08:14.735 INFO O| Dec 21 05:08:14.734 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-21T05:08:15.395Z[ recovery-image] Dec 21 05:08:14.770 INFO O| Dec 21 05:08:14.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62462024-12-21T05:08:15.395Z[ recovery-image] Dec 21 05:08:14.770 INFO O| Dec 21 05:08:14.770 INFO STEP 600 (remove_files) COMPLETE
62472024-12-21T05:08:15.395Z[ recovery-image] Dec 21 05:08:14.771 INFO O| Dec 21 05:08:14.770 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-21T05:08:15.420Z[ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62492024-12-21T05:08:15.420Z[ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO STEP 601 (remove_files) COMPLETE
62502024-12-21T05:08:15.420Z[ recovery-image] Dec 21 05:08:14.795 INFO O| Dec 21 05:08:14.795 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-21T05:08:15.436Z[ host-image] Dec 21 05:08:14.811 INFO O| Dec 21 05:08:14.811 INFO O| Planning: Finding local manifests ... Done
62522024-12-21T05:08:15.439Z[ host-image] Dec 21 05:08:14.812 INFO O| Dec 21 05:08:14.812 INFO O| Planning: Fetching manifests: 0/1 0% complete
62532024-12-21T05:08:15.473Z[ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62542024-12-21T05:08:15.473Z[ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO STEP 602 (remove_files) COMPLETE
62552024-12-21T05:08:15.473Z[ recovery-image] Dec 21 05:08:14.848 INFO O| Dec 21 05:08:14.848 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-21T05:08:15.541Z[ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62572024-12-21T05:08:15.544Z[ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.917 INFO STEP 603 (remove_files) COMPLETE
62582024-12-21T05:08:15.544Z[ recovery-image] Dec 21 05:08:14.917 INFO O| Dec 21 05:08:14.917 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-21T05:08:15.560Z[ recovery-image] Dec 21 05:08:14.935 INFO O| Dec 21 05:08:14.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62602024-12-21T05:08:15.560Z[ recovery-image] Dec 21 05:08:14.936 INFO O| Dec 21 05:08:14.935 INFO STEP 604 (remove_files) COMPLETE
62612024-12-21T05:08:15.563Z[ recovery-image] Dec 21 05:08:14.936 INFO O| Dec 21 05:08:14.936 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-21T05:08:15.580Z[ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62632024-12-21T05:08:15.580Z[ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO STEP 605 (remove_files) COMPLETE
62642024-12-21T05:08:15.580Z[ recovery-image] Dec 21 05:08:14.955 INFO O| Dec 21 05:08:14.955 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-21T05:08:15.608Z[ recovery-image] Dec 21 05:08:14.983 INFO O| Dec 21 05:08:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62662024-12-21T05:08:15.611Z[ recovery-image] Dec 21 05:08:14.984 INFO O| Dec 21 05:08:14.983 INFO STEP 606 (remove_files) COMPLETE
62672024-12-21T05:08:15.611Z[ recovery-image] Dec 21 05:08:14.984 INFO O| Dec 21 05:08:14.984 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-21T05:08:15.626Z[ host-image] Dec 21 05:08:15.001 INFO O| Dec 21 05:08:15.001 INFO O| Planning: Fetching manifests: 1/1 100% complete
62692024-12-21T05:08:15.635Z[ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62702024-12-21T05:08:15.635Z[ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO STEP 607 (remove_files) COMPLETE
62712024-12-21T05:08:15.635Z[ recovery-image] Dec 21 05:08:15.010 INFO O| Dec 21 05:08:15.010 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-21T05:08:15.656Z[ host-image] Dec 21 05:08:15.032 INFO O| Dec 21 05:08:15.031 INFO O| Planning: Package planning ... Done
62732024-12-21T05:08:15.659Z[ host-image] Dec 21 05:08:15.032 INFO O| Dec 21 05:08:15.032 INFO O| Planning: Merging actions ... Done
62742024-12-21T05:08:15.667Z[ recovery-image] Dec 21 05:08:15.042 INFO O| Dec 21 05:08:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62752024-12-21T05:08:15.670Z[ recovery-image] Dec 21 05:08:15.042 INFO O| Dec 21 05:08:15.042 INFO STEP 608 (remove_files) COMPLETE
62762024-12-21T05:08:15.670Z[ recovery-image] Dec 21 05:08:15.043 INFO O| Dec 21 05:08:15.042 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-21T05:08:15.688Z[ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62782024-12-21T05:08:15.691Z[ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO STEP 609 (remove_files) COMPLETE
62792024-12-21T05:08:15.691Z[ recovery-image] Dec 21 05:08:15.063 INFO O| Dec 21 05:08:15.063 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-21T05:08:15.708Z[ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62812024-12-21T05:08:15.710Z[ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO STEP 610 (remove_files) COMPLETE
62822024-12-21T05:08:15.710Z[ recovery-image] Dec 21 05:08:15.083 INFO O| Dec 21 05:08:15.083 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-21T05:08:15.745Z[ recovery-image] Dec 21 05:08:15.119 INFO O| Dec 21 05:08:15.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62842024-12-21T05:08:15.747Z[ recovery-image] Dec 21 05:08:15.119 INFO O| Dec 21 05:08:15.119 INFO STEP 611 (remove_files) COMPLETE
62852024-12-21T05:08:15.748Z[ recovery-image] Dec 21 05:08:15.120 INFO O| Dec 21 05:08:15.119 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-21T05:08:15.776Z[ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62872024-12-21T05:08:15.776Z[ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO STEP 612 (remove_files) COMPLETE
62882024-12-21T05:08:15.776Z[ recovery-image] Dec 21 05:08:15.149 INFO O| Dec 21 05:08:15.149 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-21T05:08:15.787Z[ host-image] Dec 21 05:08:15.162 INFO O| Dec 21 05:08:15.162 INFO O| Planning: Checking for conflicting actions ... Done
62902024-12-21T05:08:15.790Z[ host-image] Dec 21 05:08:15.163 INFO O| Dec 21 05:08:15.163 INFO O| Planning: Consolidating action changes ... Done
62912024-12-21T05:08:15.801Z[ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62922024-12-21T05:08:15.801Z[ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.177 INFO STEP 613 (remove_files) COMPLETE
62932024-12-21T05:08:15.801Z[ recovery-image] Dec 21 05:08:15.177 INFO O| Dec 21 05:08:15.177 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-21T05:08:15.852Z[ recovery-image] Dec 21 05:08:15.227 INFO O| Dec 21 05:08:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62952024-12-21T05:08:15.854Z[ recovery-image] Dec 21 05:08:15.228 INFO O| Dec 21 05:08:15.228 INFO STEP 614 (remove_files) COMPLETE
62962024-12-21T05:08:15.854Z[ recovery-image] Dec 21 05:08:15.228 INFO O| Dec 21 05:08:15.228 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-21T05:08:15.878Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62982024-12-21T05:08:15.881Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 615 (remove_files) COMPLETE
62992024-12-21T05:08:15.881Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-21T05:08:15.902Z[ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63012024-12-21T05:08:15.906Z[ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO STEP 616 (remove_files) COMPLETE
63022024-12-21T05:08:15.906Z[ recovery-image] Dec 21 05:08:15.278 INFO O| Dec 21 05:08:15.278 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-21T05:08:15.925Z[ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63042024-12-21T05:08:15.928Z[ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO STEP 617 (remove_files) COMPLETE
63052024-12-21T05:08:15.928Z[ recovery-image] Dec 21 05:08:15.301 INFO O| Dec 21 05:08:15.301 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-21T05:08:15.948Z[ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63072024-12-21T05:08:15.950Z[ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO STEP 618 (remove_files) COMPLETE
63082024-12-21T05:08:15.950Z[ recovery-image] Dec 21 05:08:15.323 INFO O| Dec 21 05:08:15.323 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-21T05:08:15.969Z[ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63102024-12-21T05:08:15.971Z[ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO STEP 619 (remove_files) COMPLETE
63112024-12-21T05:08:15.971Z[ recovery-image] Dec 21 05:08:15.344 INFO O| Dec 21 05:08:15.344 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-21T05:08:15.988Z[ recovery-image] Dec 21 05:08:15.363 INFO O| Dec 21 05:08:15.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63132024-12-21T05:08:15.992Z[ recovery-image] Dec 21 05:08:15.364 INFO O| Dec 21 05:08:15.364 INFO STEP 620 (remove_files) COMPLETE
63142024-12-21T05:08:15.992Z[ recovery-image] Dec 21 05:08:15.364 INFO O| Dec 21 05:08:15.364 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-21T05:08:16.015Z[ recovery-image] Dec 21 05:08:15.390 INFO O| Dec 21 05:08:15.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63162024-12-21T05:08:16.018Z[ recovery-image] Dec 21 05:08:15.390 INFO O| Dec 21 05:08:15.390 INFO STEP 621 (remove_files) COMPLETE
63172024-12-21T05:08:16.018Z[ recovery-image] Dec 21 05:08:15.391 INFO O| Dec 21 05:08:15.390 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-21T05:08:16.049Z[ recovery-image] Dec 21 05:08:15.424 INFO O| Dec 21 05:08:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63192024-12-21T05:08:16.053Z[ recovery-image] Dec 21 05:08:15.425 INFO O| Dec 21 05:08:15.424 INFO STEP 622 (remove_files) COMPLETE
63202024-12-21T05:08:16.053Z[ recovery-image] Dec 21 05:08:15.425 INFO O| Dec 21 05:08:15.425 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-21T05:08:16.085Z[ recovery-image] Dec 21 05:08:15.460 INFO O| Dec 21 05:08:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63222024-12-21T05:08:16.087Z[ recovery-image] Dec 21 05:08:15.460 INFO O| Dec 21 05:08:15.460 INFO STEP 623 (remove_files) COMPLETE
63232024-12-21T05:08:16.087Z[ recovery-image] Dec 21 05:08:15.461 INFO O| Dec 21 05:08:15.460 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-21T05:08:16.107Z[ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63252024-12-21T05:08:16.111Z[ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO STEP 624 (remove_files) COMPLETE
63262024-12-21T05:08:16.111Z[ recovery-image] Dec 21 05:08:15.482 INFO O| Dec 21 05:08:15.482 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-21T05:08:16.162Z[ recovery-image] Dec 21 05:08:15.537 INFO O| Dec 21 05:08:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
63282024-12-21T05:08:16.165Z[ recovery-image] Dec 21 05:08:15.538 INFO O| Dec 21 05:08:15.537 INFO STEP 625 (remove_files) COMPLETE
63292024-12-21T05:08:16.165Z[ recovery-image] Dec 21 05:08:15.538 INFO O| Dec 21 05:08:15.538 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-21T05:08:16.196Z[ recovery-image] Dec 21 05:08:15.571 INFO O| Dec 21 05:08:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63312024-12-21T05:08:16.200Z[ recovery-image] Dec 21 05:08:15.572 INFO O| Dec 21 05:08:15.571 INFO STEP 626 (remove_files) COMPLETE
63322024-12-21T05:08:16.200Z[ recovery-image] Dec 21 05:08:15.572 INFO O| Dec 21 05:08:15.572 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-21T05:08:16.217Z[ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63342024-12-21T05:08:16.217Z[ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO STEP 627 (remove_files) COMPLETE
63352024-12-21T05:08:16.219Z[ recovery-image] Dec 21 05:08:15.592 INFO O| Dec 21 05:08:15.592 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-21T05:08:16.236Z[ recovery-image] Dec 21 05:08:15.611 INFO O| Dec 21 05:08:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63372024-12-21T05:08:16.236Z[ recovery-image] Dec 21 05:08:15.612 INFO O| Dec 21 05:08:15.611 INFO STEP 628 (remove_files) COMPLETE
63382024-12-21T05:08:16.239Z[ recovery-image] Dec 21 05:08:15.612 INFO O| Dec 21 05:08:15.612 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-21T05:08:16.246Z[ host-image] Dec 21 05:08:15.620 INFO O| Dec 21 05:08:15.620 INFO O| Planning: Evaluating mediators ... Done
63402024-12-21T05:08:16.246Z[ host-image] Dec 21 05:08:15.621 INFO O| Dec 21 05:08:15.621 INFO O| Planning: Planning completed in 5.17 seconds
63412024-12-21T05:08:16.256Z[ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63422024-12-21T05:08:16.259Z[ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO STEP 629 (remove_files) COMPLETE
63432024-12-21T05:08:16.259Z[ recovery-image] Dec 21 05:08:15.631 INFO O| Dec 21 05:08:15.631 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-21T05:08:16.263Z[ host-image] Dec 21 05:08:15.638 INFO O| Dec 21 05:08:15.638 INFO O| Packages to install: 1
63452024-12-21T05:08:16.281Z[ host-image] Dec 21 05:08:15.657 INFO O| Dec 21 05:08:15.656 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
63462024-12-21T05:08:16.318Z[ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63472024-12-21T05:08:16.318Z[ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO STEP 630 (remove_files) COMPLETE
63482024-12-21T05:08:16.318Z[ recovery-image] Dec 21 05:08:15.692 INFO O| Dec 21 05:08:15.692 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T05:08:16.380Z[ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63502024-12-21T05:08:16.380Z[ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO STEP 631 (remove_files) COMPLETE
63512024-12-21T05:08:16.384Z[ recovery-image] Dec 21 05:08:15.755 INFO O| Dec 21 05:08:15.755 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-21T05:08:16.401Z[ recovery-image] Dec 21 05:08:15.774 INFO O| Dec 21 05:08:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63532024-12-21T05:08:16.401Z[ recovery-image] Dec 21 05:08:15.774 INFO O| Dec 21 05:08:15.774 INFO STEP 632 (remove_files) COMPLETE
63542024-12-21T05:08:16.404Z[ recovery-image] Dec 21 05:08:15.775 INFO O| Dec 21 05:08:15.774 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-21T05:08:16.419Z[ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63562024-12-21T05:08:16.419Z[ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO STEP 633 (remove_files) COMPLETE
63572024-12-21T05:08:16.419Z[ recovery-image] Dec 21 05:08:15.794 INFO O| Dec 21 05:08:15.794 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-21T05:08:16.438Z[ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63592024-12-21T05:08:16.438Z[ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO STEP 634 (remove_files) COMPLETE
63602024-12-21T05:08:16.438Z[ recovery-image] Dec 21 05:08:15.813 INFO O| Dec 21 05:08:15.813 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-21T05:08:16.460Z[ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63622024-12-21T05:08:16.461Z[ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO STEP 635 (remove_files) COMPLETE
63632024-12-21T05:08:16.461Z[ recovery-image] Dec 21 05:08:15.834 INFO O| Dec 21 05:08:15.834 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-21T05:08:16.480Z[ recovery-image] Dec 21 05:08:15.855 INFO O| Dec 21 05:08:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63652024-12-21T05:08:16.480Z[ recovery-image] Dec 21 05:08:15.855 INFO O| Dec 21 05:08:15.855 INFO STEP 636 (remove_files) COMPLETE
63662024-12-21T05:08:16.484Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.855 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-21T05:08:16.505Z[ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63682024-12-21T05:08:16.505Z[ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO STEP 637 (remove_files) COMPLETE
63692024-12-21T05:08:16.505Z[ recovery-image] Dec 21 05:08:15.880 INFO O| Dec 21 05:08:15.880 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-21T05:08:16.527Z[ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63712024-12-21T05:08:16.527Z[ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO STEP 638 (remove_files) COMPLETE
63722024-12-21T05:08:16.528Z[ recovery-image] Dec 21 05:08:15.903 INFO O| Dec 21 05:08:15.903 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-21T05:08:16.549Z[ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63742024-12-21T05:08:16.549Z[ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.925 INFO STEP 639 (remove_files) COMPLETE
63752024-12-21T05:08:16.549Z[ recovery-image] Dec 21 05:08:15.925 INFO O| Dec 21 05:08:15.925 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-21T05:08:16.568Z[ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63772024-12-21T05:08:16.568Z[ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.944 INFO STEP 640 (remove_files) COMPLETE
63782024-12-21T05:08:16.571Z[ recovery-image] Dec 21 05:08:15.944 INFO O| Dec 21 05:08:15.944 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-21T05:08:16.592Z[ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63802024-12-21T05:08:16.592Z[ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO STEP 641 (remove_files) COMPLETE
63812024-12-21T05:08:16.595Z[ recovery-image] Dec 21 05:08:15.967 INFO O| Dec 21 05:08:15.967 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-21T05:08:16.613Z[ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63832024-12-21T05:08:16.613Z[ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.989 INFO STEP 642 (remove_files) COMPLETE
63842024-12-21T05:08:16.613Z[ recovery-image] Dec 21 05:08:15.989 INFO O| Dec 21 05:08:15.989 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-21T05:08:16.640Z[ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63862024-12-21T05:08:16.640Z[ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO STEP 643 (remove_files) COMPLETE
63872024-12-21T05:08:16.641Z[ recovery-image] Dec 21 05:08:16.016 INFO O| Dec 21 05:08:16.016 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-21T05:08:16.663Z[ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63892024-12-21T05:08:16.663Z[ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO STEP 644 (remove_files) COMPLETE
63902024-12-21T05:08:16.663Z[ recovery-image] Dec 21 05:08:16.038 INFO O| Dec 21 05:08:16.038 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-21T05:08:16.686Z[ recovery-image] Dec 21 05:08:16.061 INFO O| Dec 21 05:08:16.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63922024-12-21T05:08:16.686Z[ recovery-image] Dec 21 05:08:16.061 INFO O| Dec 21 05:08:16.061 INFO STEP 645 (remove_files) COMPLETE
63932024-12-21T05:08:16.686Z[ recovery-image] Dec 21 05:08:16.062 INFO O| Dec 21 05:08:16.061 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-21T05:08:16.707Z[ recovery-image] Dec 21 05:08:16.082 INFO O| Dec 21 05:08:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63952024-12-21T05:08:16.707Z[ recovery-image] Dec 21 05:08:16.083 INFO O| Dec 21 05:08:16.083 INFO STEP 646 (remove_files) COMPLETE
63962024-12-21T05:08:16.707Z[ recovery-image] Dec 21 05:08:16.083 INFO O| Dec 21 05:08:16.083 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-21T05:08:16.726Z[ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63982024-12-21T05:08:16.726Z[ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO STEP 647 (remove_files) COMPLETE
63992024-12-21T05:08:16.726Z[ recovery-image] Dec 21 05:08:16.101 INFO O| Dec 21 05:08:16.101 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T05:08:16.748Z[ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64012024-12-21T05:08:16.748Z[ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO STEP 648 (remove_files) COMPLETE
64022024-12-21T05:08:16.751Z[ recovery-image] Dec 21 05:08:16.123 INFO O| Dec 21 05:08:16.123 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T05:08:16.772Z[ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64042024-12-21T05:08:16.772Z[ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO STEP 649 (remove_files) COMPLETE
64052024-12-21T05:08:16.773Z[ recovery-image] Dec 21 05:08:16.147 INFO O| Dec 21 05:08:16.147 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-21T05:08:16.807Z[ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64072024-12-21T05:08:16.809Z[ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO STEP 650 (remove_files) COMPLETE
64082024-12-21T05:08:16.809Z[ recovery-image] Dec 21 05:08:16.182 INFO O| Dec 21 05:08:16.182 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-21T05:08:16.857Z[ recovery-image] Dec 21 05:08:16.232 INFO O| Dec 21 05:08:16.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64102024-12-21T05:08:16.859Z[ recovery-image] Dec 21 05:08:16.233 INFO O| Dec 21 05:08:16.232 INFO STEP 651 (remove_files) COMPLETE
64112024-12-21T05:08:16.859Z[ recovery-image] Dec 21 05:08:16.233 INFO O| Dec 21 05:08:16.232 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-21T05:08:16.898Z[ recovery-image] Dec 21 05:08:16.273 INFO O| Dec 21 05:08:16.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64132024-12-21T05:08:16.905Z[ recovery-image] Dec 21 05:08:16.274 INFO O| Dec 21 05:08:16.274 INFO STEP 652 (remove_files) COMPLETE
64142024-12-21T05:08:16.906Z[ recovery-image] Dec 21 05:08:16.274 INFO O| Dec 21 05:08:16.274 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-21T05:08:16.920Z[ recovery-image] Dec 21 05:08:16.295 INFO O| Dec 21 05:08:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64162024-12-21T05:08:16.920Z[ recovery-image] Dec 21 05:08:16.296 INFO O| Dec 21 05:08:16.296 INFO STEP 653 (remove_files) COMPLETE
64172024-12-21T05:08:16.920Z[ recovery-image] Dec 21 05:08:16.296 INFO O| Dec 21 05:08:16.296 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-21T05:08:16.934Z[ host-image] Dec 21 05:08:16.309 INFO O| Dec 21 05:08:16.309 INFO O| Download: Completed 9.99 MB in 0.65 seconds (15.3M/s)
64192024-12-21T05:08:16.941Z[ recovery-image] Dec 21 05:08:16.316 INFO O| Dec 21 05:08:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64202024-12-21T05:08:16.953Z[ recovery-image] Dec 21 05:08:16.328 INFO O| Dec 21 05:08:16.328 INFO STEP 654 (remove_files) COMPLETE
64212024-12-21T05:08:16.953Z[ recovery-image] Dec 21 05:08:16.328 INFO O| Dec 21 05:08:16.328 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-21T05:08:16.989Z[ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64232024-12-21T05:08:16.989Z[ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO STEP 655 (remove_files) COMPLETE
64242024-12-21T05:08:16.989Z[ recovery-image] Dec 21 05:08:16.364 INFO O| Dec 21 05:08:16.364 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-21T05:08:16.992Z[ host-image] Dec 21 05:08:16.366 INFO O| Dec 21 05:08:16.366 INFO O| Actions: 1/22 actions (Installing new actions)
64262024-12-21T05:08:17.009Z[ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64272024-12-21T05:08:17.009Z[ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO STEP 656 (remove_files) COMPLETE
64282024-12-21T05:08:17.013Z[ recovery-image] Dec 21 05:08:16.384 INFO O| Dec 21 05:08:16.384 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-21T05:08:17.028Z[ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64302024-12-21T05:08:17.028Z[ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO STEP 657 (remove_files) COMPLETE
64312024-12-21T05:08:17.031Z[ recovery-image] Dec 21 05:08:16.403 INFO O| Dec 21 05:08:16.403 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-21T05:08:17.073Z[ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64332024-12-21T05:08:17.073Z[ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO STEP 658 (remove_files) COMPLETE
64342024-12-21T05:08:17.077Z[ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.427 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-21T05:08:17.077Z[ recovery-image] Dec 21 05:08:16.447 INFO O| Dec 21 05:08:16.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64362024-12-21T05:08:17.077Z[ recovery-image] Dec 21 05:08:16.448 INFO O| Dec 21 05:08:16.447 INFO STEP 659 (remove_files) COMPLETE
64372024-12-21T05:08:17.077Z[ recovery-image] Dec 21 05:08:16.448 INFO O| Dec 21 05:08:16.448 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-21T05:08:17.092Z[ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64392024-12-21T05:08:17.092Z[ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO STEP 660 (remove_files) COMPLETE
64402024-12-21T05:08:17.095Z[ recovery-image] Dec 21 05:08:16.467 INFO O| Dec 21 05:08:16.467 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-21T05:08:17.115Z[ recovery-image] Dec 21 05:08:16.488 INFO O| Dec 21 05:08:16.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64422024-12-21T05:08:17.115Z[ recovery-image] Dec 21 05:08:16.489 INFO O| Dec 21 05:08:16.489 INFO STEP 661 (remove_files) COMPLETE
64432024-12-21T05:08:17.115Z[ recovery-image] Dec 21 05:08:16.489 INFO O| Dec 21 05:08:16.489 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-21T05:08:17.133Z[ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64452024-12-21T05:08:17.133Z[ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO STEP 662 (remove_files) COMPLETE
64462024-12-21T05:08:17.133Z[ recovery-image] Dec 21 05:08:16.508 INFO O| Dec 21 05:08:16.508 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-21T05:08:17.168Z[ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64482024-12-21T05:08:17.168Z[ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO STEP 663 (remove_files) COMPLETE
64492024-12-21T05:08:17.168Z[ recovery-image] Dec 21 05:08:16.543 INFO O| Dec 21 05:08:16.543 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-21T05:08:17.190Z[ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64512024-12-21T05:08:17.190Z[ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO STEP 664 (remove_files) COMPLETE
64522024-12-21T05:08:17.192Z[ recovery-image] Dec 21 05:08:16.565 INFO O| Dec 21 05:08:16.565 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-21T05:08:17.210Z[ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64542024-12-21T05:08:17.210Z[ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO STEP 665 (remove_files) COMPLETE
64552024-12-21T05:08:17.210Z[ recovery-image] Dec 21 05:08:16.585 INFO O| Dec 21 05:08:16.585 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-21T05:08:17.252Z[ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64572024-12-21T05:08:17.255Z[ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO STEP 666 (remove_files) COMPLETE
64582024-12-21T05:08:17.255Z[ recovery-image] Dec 21 05:08:16.627 INFO O| Dec 21 05:08:16.627 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-21T05:08:17.273Z[ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64602024-12-21T05:08:17.275Z[ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO STEP 667 (remove_files) COMPLETE
64612024-12-21T05:08:17.275Z[ recovery-image] Dec 21 05:08:16.648 INFO O| Dec 21 05:08:16.648 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-21T05:08:17.313Z[ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64632024-12-21T05:08:17.313Z[ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO STEP 668 (remove_files) COMPLETE
64642024-12-21T05:08:17.315Z[ recovery-image] Dec 21 05:08:16.688 INFO O| Dec 21 05:08:16.688 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-21T05:08:17.371Z[ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64662024-12-21T05:08:17.371Z[ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO STEP 669 (remove_files) COMPLETE
64672024-12-21T05:08:17.371Z[ recovery-image] Dec 21 05:08:16.746 INFO O| Dec 21 05:08:16.746 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-21T05:08:17.392Z[ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64692024-12-21T05:08:17.392Z[ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO STEP 670 (remove_files) COMPLETE
64702024-12-21T05:08:17.392Z[ recovery-image] Dec 21 05:08:16.767 INFO O| Dec 21 05:08:16.767 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-21T05:08:17.418Z[ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64722024-12-21T05:08:17.418Z[ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO STEP 671 (remove_files) COMPLETE
64732024-12-21T05:08:17.418Z[ recovery-image] Dec 21 05:08:16.793 INFO O| Dec 21 05:08:16.793 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-21T05:08:17.459Z[ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64752024-12-21T05:08:17.471Z[ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO STEP 672 (remove_files) COMPLETE
64762024-12-21T05:08:17.471Z[ recovery-image] Dec 21 05:08:16.834 INFO O| Dec 21 05:08:16.834 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-21T05:08:17.512Z[ recovery-image] Dec 21 05:08:16.886 INFO O| Dec 21 05:08:16.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64782024-12-21T05:08:17.512Z[ recovery-image] Dec 21 05:08:16.887 INFO O| Dec 21 05:08:16.887 INFO STEP 673 (remove_files) COMPLETE
64792024-12-21T05:08:17.512Z[ recovery-image] Dec 21 05:08:16.887 INFO O| Dec 21 05:08:16.887 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-21T05:08:17.531Z[ recovery-image] Dec 21 05:08:16.906 INFO O| Dec 21 05:08:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64812024-12-21T05:08:17.531Z[ recovery-image] Dec 21 05:08:16.906 INFO O| Dec 21 05:08:16.906 INFO STEP 674 (remove_files) COMPLETE
64822024-12-21T05:08:17.534Z[ recovery-image] Dec 21 05:08:16.907 INFO O| Dec 21 05:08:16.906 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-21T05:08:17.551Z[ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64842024-12-21T05:08:17.551Z[ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO STEP 675 (remove_files) COMPLETE
64852024-12-21T05:08:17.551Z[ recovery-image] Dec 21 05:08:16.926 INFO O| Dec 21 05:08:16.926 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-21T05:08:17.555Z[ host-image] Dec 21 05:08:16.930 INFO O| Dec 21 05:08:16.930 INFO O| Actions: Completed 22 actions in 0.56 seconds.
64872024-12-21T05:08:17.592Z[ recovery-image] Dec 21 05:08:16.968 INFO O| Dec 21 05:08:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64882024-12-21T05:08:17.616Z[ recovery-image] Dec 21 05:08:16.991 INFO O| Dec 21 05:08:16.991 INFO STEP 676 (remove_files) COMPLETE
64892024-12-21T05:08:17.617Z[ recovery-image] Dec 21 05:08:16.991 INFO O| Dec 21 05:08:16.991 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-21T05:08:17.668Z[ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64912024-12-21T05:08:17.668Z[ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO STEP 677 (remove_files) COMPLETE
64922024-12-21T05:08:17.671Z[ recovery-image] Dec 21 05:08:17.043 INFO O| Dec 21 05:08:17.043 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-21T05:08:17.685Z[ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64942024-12-21T05:08:17.685Z[ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO STEP 678 (remove_files) COMPLETE
64952024-12-21T05:08:17.685Z[ recovery-image] Dec 21 05:08:17.060 INFO O| Dec 21 05:08:17.060 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-21T05:08:17.703Z[ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64972024-12-21T05:08:17.703Z[ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO STEP 679 (remove_files) COMPLETE
64982024-12-21T05:08:17.703Z[ recovery-image] Dec 21 05:08:17.078 INFO O| Dec 21 05:08:17.078 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-21T05:08:17.746Z[ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65002024-12-21T05:08:17.746Z[ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO STEP 680 (remove_files) COMPLETE
65012024-12-21T05:08:17.746Z[ recovery-image] Dec 21 05:08:17.120 INFO O| Dec 21 05:08:17.120 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-21T05:08:17.780Z[ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65032024-12-21T05:08:17.780Z[ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO STEP 681 (remove_files) COMPLETE
65042024-12-21T05:08:17.780Z[ recovery-image] Dec 21 05:08:17.155 INFO O| Dec 21 05:08:17.155 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-21T05:08:17.799Z[ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65062024-12-21T05:08:17.799Z[ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO STEP 682 (remove_files) COMPLETE
65072024-12-21T05:08:17.800Z[ recovery-image] Dec 21 05:08:17.174 INFO O| Dec 21 05:08:17.174 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-21T05:08:17.839Z[ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65092024-12-21T05:08:17.839Z[ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO STEP 683 (remove_files) COMPLETE
65102024-12-21T05:08:17.839Z[ recovery-image] Dec 21 05:08:17.214 INFO O| Dec 21 05:08:17.214 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-21T05:08:17.899Z[ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65122024-12-21T05:08:17.899Z[ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.274 INFO STEP 684 (remove_files) COMPLETE
65132024-12-21T05:08:17.901Z[ recovery-image] Dec 21 05:08:17.274 INFO O| Dec 21 05:08:17.274 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-21T05:08:17.942Z[ recovery-image] Dec 21 05:08:17.317 INFO O| Dec 21 05:08:17.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65152024-12-21T05:08:17.966Z[ recovery-image] Dec 21 05:08:17.341 INFO O| Dec 21 05:08:17.341 INFO STEP 685 (remove_files) COMPLETE
65162024-12-21T05:08:17.967Z[ recovery-image] Dec 21 05:08:17.341 INFO O| Dec 21 05:08:17.341 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-21T05:08:18.010Z[ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65182024-12-21T05:08:18.012Z[ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO STEP 686 (remove_files) COMPLETE
65192024-12-21T05:08:18.012Z[ recovery-image] Dec 21 05:08:17.385 INFO O| Dec 21 05:08:17.385 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-21T05:08:18.041Z[ recovery-image] Dec 21 05:08:17.415 INFO O| Dec 21 05:08:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65212024-12-21T05:08:18.060Z[ recovery-image] Dec 21 05:08:17.435 INFO O| Dec 21 05:08:17.435 INFO STEP 687 (remove_files) COMPLETE
65222024-12-21T05:08:18.060Z[ recovery-image] Dec 21 05:08:17.435 INFO O| Dec 21 05:08:17.435 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-21T05:08:18.099Z[ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65242024-12-21T05:08:18.100Z[ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO STEP 688 (remove_files) COMPLETE
65252024-12-21T05:08:18.100Z[ recovery-image] Dec 21 05:08:17.475 INFO O| Dec 21 05:08:17.475 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-21T05:08:18.121Z[ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65272024-12-21T05:08:18.121Z[ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO STEP 689 (remove_files) COMPLETE
65282024-12-21T05:08:18.124Z[ recovery-image] Dec 21 05:08:17.496 INFO O| Dec 21 05:08:17.496 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-21T05:08:18.139Z[ host-image] Dec 21 05:08:17.514 INFO O| Dec 21 05:08:17.514 INFO O| Done
65302024-12-21T05:08:18.139Z[ host-image] Dec 21 05:08:17.514 INFO O| Dec 21 05:08:17.514 INFO O| Done
65312024-12-21T05:08:18.157Z[ recovery-image] Dec 21 05:08:17.532 INFO O| Dec 21 05:08:17.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65322024-12-21T05:08:18.161Z[ recovery-image] Dec 21 05:08:17.532 INFO O| Dec 21 05:08:17.532 INFO STEP 690 (remove_files) COMPLETE
65332024-12-21T05:08:18.161Z[ recovery-image] Dec 21 05:08:17.533 INFO O| Dec 21 05:08:17.532 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-21T05:08:18.178Z[ recovery-image] Dec 21 05:08:17.553 INFO O| Dec 21 05:08:17.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65352024-12-21T05:08:18.181Z[ recovery-image] Dec 21 05:08:17.553 INFO O| Dec 21 05:08:17.553 INFO STEP 691 (remove_files) COMPLETE
65362024-12-21T05:08:18.181Z[ recovery-image] Dec 21 05:08:17.554 INFO O| Dec 21 05:08:17.553 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-21T05:08:18.196Z[ recovery-image] Dec 21 05:08:17.571 INFO O| Dec 21 05:08:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65382024-12-21T05:08:18.199Z[ recovery-image] Dec 21 05:08:17.572 INFO O| Dec 21 05:08:17.572 INFO STEP 692 (remove_files) COMPLETE
65392024-12-21T05:08:18.199Z[ recovery-image] Dec 21 05:08:17.572 INFO O| Dec 21 05:08:17.572 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-21T05:08:18.218Z[ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65412024-12-21T05:08:18.220Z[ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO STEP 693 (remove_files) COMPLETE
65422024-12-21T05:08:18.220Z[ recovery-image] Dec 21 05:08:17.593 INFO O| Dec 21 05:08:17.593 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-21T05:08:18.240Z[ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65442024-12-21T05:08:18.240Z[ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.616 INFO STEP 694 (remove_files) COMPLETE
65452024-12-21T05:08:18.240Z[ recovery-image] Dec 21 05:08:17.616 INFO O| Dec 21 05:08:17.616 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-21T05:08:18.278Z[ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65472024-12-21T05:08:18.278Z[ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO STEP 695 (remove_files) COMPLETE
65482024-12-21T05:08:18.278Z[ recovery-image] Dec 21 05:08:17.653 INFO O| Dec 21 05:08:17.653 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-21T05:08:18.323Z[ recovery-image] Dec 21 05:08:17.697 INFO O| Dec 21 05:08:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65502024-12-21T05:08:18.323Z[ recovery-image] Dec 21 05:08:17.698 INFO O| Dec 21 05:08:17.697 INFO STEP 696 (remove_files) COMPLETE
65512024-12-21T05:08:18.323Z[ recovery-image] Dec 21 05:08:17.698 INFO O| Dec 21 05:08:17.698 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-21T05:08:18.352Z[ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65532024-12-21T05:08:18.352Z[ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO STEP 697 (remove_files) COMPLETE
65542024-12-21T05:08:18.356Z[ recovery-image] Dec 21 05:08:17.718 INFO O| Dec 21 05:08:17.718 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-21T05:08:18.362Z[ recovery-image] Dec 21 05:08:17.737 INFO O| Dec 21 05:08:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65562024-12-21T05:08:18.362Z[ recovery-image] Dec 21 05:08:17.737 INFO O| Dec 21 05:08:17.737 INFO STEP 698 (remove_files) COMPLETE
65572024-12-21T05:08:18.367Z[ recovery-image] Dec 21 05:08:17.738 INFO O| Dec 21 05:08:17.737 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-21T05:08:18.411Z[ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65592024-12-21T05:08:18.411Z[ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.783 INFO STEP 699 (remove_files) COMPLETE
65602024-12-21T05:08:18.411Z[ recovery-image] Dec 21 05:08:17.783 INFO O| Dec 21 05:08:17.783 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-21T05:08:18.439Z[ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65622024-12-21T05:08:18.439Z[ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO STEP 700 (remove_files) COMPLETE
65632024-12-21T05:08:18.439Z[ recovery-image] Dec 21 05:08:17.814 INFO O| Dec 21 05:08:17.814 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-21T05:08:18.481Z[ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65652024-12-21T05:08:18.482Z[ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO STEP 701 (remove_files) COMPLETE
65662024-12-21T05:08:18.484Z[ recovery-image] Dec 21 05:08:17.857 INFO O| Dec 21 05:08:17.856 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-21T05:08:18.500Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65682024-12-21T05:08:18.500Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.876 INFO STEP 702 (remove_files) COMPLETE
65692024-12-21T05:08:18.501Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.876 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-21T05:08:18.560Z[ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65712024-12-21T05:08:18.560Z[ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.896 INFO STEP 703 (remove_files) COMPLETE
65722024-12-21T05:08:18.560Z[ recovery-image] Dec 21 05:08:17.935 INFO O| Dec 21 05:08:17.896 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-21T05:08:18.642Z[ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65742024-12-21T05:08:18.644Z[ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO STEP 704 (remove_files) COMPLETE
65752024-12-21T05:08:18.644Z[ recovery-image] Dec 21 05:08:18.017 INFO O| Dec 21 05:08:18.017 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-21T05:08:18.698Z[ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65772024-12-21T05:08:18.698Z[ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.072 INFO STEP 705 (remove_files) COMPLETE
65782024-12-21T05:08:18.701Z[ recovery-image] Dec 21 05:08:18.072 INFO O| Dec 21 05:08:18.072 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-21T05:08:18.717Z[ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65802024-12-21T05:08:18.717Z[ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO STEP 706 (remove_files) COMPLETE
65812024-12-21T05:08:18.718Z[ recovery-image] Dec 21 05:08:18.091 INFO O| Dec 21 05:08:18.091 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-21T05:08:18.740Z[ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65832024-12-21T05:08:18.740Z[ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO STEP 707 (remove_files) COMPLETE
65842024-12-21T05:08:18.740Z[ recovery-image] Dec 21 05:08:18.113 INFO O| Dec 21 05:08:18.113 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-21T05:08:18.762Z[ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65862024-12-21T05:08:18.765Z[ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO STEP 708 (remove_files) COMPLETE
65872024-12-21T05:08:18.765Z[ recovery-image] Dec 21 05:08:18.137 INFO O| Dec 21 05:08:18.137 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-21T05:08:18.786Z[ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65892024-12-21T05:08:18.786Z[ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO STEP 709 (remove_files) COMPLETE
65902024-12-21T05:08:18.786Z[ recovery-image] Dec 21 05:08:18.160 INFO O| Dec 21 05:08:18.160 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-21T05:08:18.827Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65922024-12-21T05:08:18.827Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 710 (remove_files) COMPLETE
65932024-12-21T05:08:18.830Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-21T05:08:18.895Z[ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65952024-12-21T05:08:18.895Z[ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO STEP 711 (remove_files) COMPLETE
65962024-12-21T05:08:18.899Z[ recovery-image] Dec 21 05:08:18.270 INFO O| Dec 21 05:08:18.270 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-21T05:08:18.912Z[ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65982024-12-21T05:08:18.916Z[ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.288 INFO STEP 712 (remove_files) COMPLETE
65992024-12-21T05:08:18.916Z[ recovery-image] Dec 21 05:08:18.288 INFO O| Dec 21 05:08:18.288 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-21T05:08:18.930Z[ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66012024-12-21T05:08:18.933Z[ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO STEP 713 (remove_files) COMPLETE
66022024-12-21T05:08:18.933Z[ recovery-image] Dec 21 05:08:18.305 INFO O| Dec 21 05:08:18.305 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-21T05:08:18.957Z[ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66042024-12-21T05:08:18.957Z[ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO STEP 714 (remove_files) COMPLETE
66052024-12-21T05:08:18.957Z[ recovery-image] Dec 21 05:08:18.332 INFO O| Dec 21 05:08:18.332 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-21T05:08:18.992Z[ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66072024-12-21T05:08:18.992Z[ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO STEP 715 (remove_files) COMPLETE
66082024-12-21T05:08:18.992Z[ recovery-image] Dec 21 05:08:18.366 INFO O| Dec 21 05:08:18.366 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-21T05:08:19.027Z[ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66102024-12-21T05:08:19.027Z[ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO STEP 716 (remove_files) COMPLETE
66112024-12-21T05:08:19.027Z[ recovery-image] Dec 21 05:08:18.402 INFO O| Dec 21 05:08:18.402 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-21T05:08:19.091Z[ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66132024-12-21T05:08:19.091Z[ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO STEP 717 (remove_files) COMPLETE
66142024-12-21T05:08:19.091Z[ recovery-image] Dec 21 05:08:18.457 INFO O| Dec 21 05:08:18.457 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-21T05:08:19.133Z[ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66162024-12-21T05:08:19.133Z[ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO STEP 718 (remove_files) COMPLETE
66172024-12-21T05:08:19.133Z[ recovery-image] Dec 21 05:08:18.508 INFO O| Dec 21 05:08:18.508 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-21T05:08:19.153Z[ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66192024-12-21T05:08:19.153Z[ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO STEP 719 (remove_files) COMPLETE
66202024-12-21T05:08:19.153Z[ recovery-image] Dec 21 05:08:18.528 INFO O| Dec 21 05:08:18.528 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-21T05:08:19.174Z[ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66222024-12-21T05:08:19.174Z[ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.549 INFO STEP 720 (remove_files) COMPLETE
66232024-12-21T05:08:19.174Z[ recovery-image] Dec 21 05:08:18.549 INFO O| Dec 21 05:08:18.549 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-21T05:08:19.194Z[ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66252024-12-21T05:08:19.194Z[ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO STEP 721 (remove_files) COMPLETE
66262024-12-21T05:08:19.194Z[ recovery-image] Dec 21 05:08:18.569 INFO O| Dec 21 05:08:18.569 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-21T05:08:19.214Z[ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66282024-12-21T05:08:19.214Z[ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO STEP 722 (remove_files) COMPLETE
66292024-12-21T05:08:19.216Z[ recovery-image] Dec 21 05:08:18.589 INFO O| Dec 21 05:08:18.589 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-21T05:08:19.235Z[ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66312024-12-21T05:08:19.235Z[ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO STEP 723 (remove_files) COMPLETE
66322024-12-21T05:08:19.235Z[ recovery-image] Dec 21 05:08:18.610 INFO O| Dec 21 05:08:18.610 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-21T05:08:19.257Z[ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66342024-12-21T05:08:19.257Z[ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.632 INFO STEP 724 (remove_files) COMPLETE
66352024-12-21T05:08:19.257Z[ recovery-image] Dec 21 05:08:18.632 INFO O| Dec 21 05:08:18.632 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-21T05:08:19.279Z[ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66372024-12-21T05:08:19.279Z[ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO STEP 725 (remove_files) COMPLETE
66382024-12-21T05:08:19.279Z[ recovery-image] Dec 21 05:08:18.653 INFO O| Dec 21 05:08:18.653 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-21T05:08:19.298Z[ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66402024-12-21T05:08:19.298Z[ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO STEP 726 (remove_files) COMPLETE
66412024-12-21T05:08:19.298Z[ recovery-image] Dec 21 05:08:18.671 INFO O| Dec 21 05:08:18.671 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-21T05:08:19.328Z[ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66432024-12-21T05:08:19.328Z[ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO STEP 727 (remove_files) COMPLETE
66442024-12-21T05:08:19.328Z[ recovery-image] Dec 21 05:08:18.703 INFO O| Dec 21 05:08:18.703 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-21T05:08:19.353Z[ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66462024-12-21T05:08:19.353Z[ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO STEP 728 (remove_files) COMPLETE
66472024-12-21T05:08:19.353Z[ recovery-image] Dec 21 05:08:18.727 INFO O| Dec 21 05:08:18.727 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-21T05:08:19.396Z[ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66492024-12-21T05:08:19.399Z[ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO STEP 729 (remove_files) COMPLETE
66502024-12-21T05:08:19.399Z[ recovery-image] Dec 21 05:08:18.771 INFO O| Dec 21 05:08:18.771 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-21T05:08:19.403Z[ host-image] Dec 21 05:08:18.778 INFO O| Dec 21 05:08:18.778 INFO O| Done
66522024-12-21T05:08:19.418Z[ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66532024-12-21T05:08:19.420Z[ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO STEP 730 (remove_files) COMPLETE
66542024-12-21T05:08:19.420Z[ recovery-image] Dec 21 05:08:18.793 INFO O| Dec 21 05:08:18.793 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-21T05:08:19.509Z[ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66562024-12-21T05:08:19.509Z[ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO STEP 731 (remove_files) COMPLETE
66572024-12-21T05:08:19.512Z[ recovery-image] Dec 21 05:08:18.884 INFO O| Dec 21 05:08:18.884 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-21T05:08:19.542Z[ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66592024-12-21T05:08:19.542Z[ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO STEP 732 (remove_files) COMPLETE
66602024-12-21T05:08:19.542Z[ recovery-image] Dec 21 05:08:18.916 INFO O| Dec 21 05:08:18.916 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-21T05:08:19.579Z[ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66622024-12-21T05:08:19.579Z[ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO STEP 733 (remove_files) COMPLETE
66632024-12-21T05:08:19.580Z[ recovery-image] Dec 21 05:08:18.954 INFO O| Dec 21 05:08:18.954 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-21T05:08:19.617Z[ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66652024-12-21T05:08:19.617Z[ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO STEP 734 (remove_files) COMPLETE
66662024-12-21T05:08:19.617Z[ recovery-image] Dec 21 05:08:18.992 INFO O| Dec 21 05:08:18.992 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-21T05:08:19.638Z[ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66682024-12-21T05:08:19.641Z[ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO STEP 735 (remove_files) COMPLETE
66692024-12-21T05:08:19.641Z[ recovery-image] Dec 21 05:08:19.013 INFO O| Dec 21 05:08:19.013 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-21T05:08:19.658Z[ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66712024-12-21T05:08:19.658Z[ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO STEP 736 (remove_files) COMPLETE
66722024-12-21T05:08:19.658Z[ recovery-image] Dec 21 05:08:19.033 INFO O| Dec 21 05:08:19.033 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-21T05:08:19.678Z[ recovery-image] Dec 21 05:08:19.053 INFO O| Dec 21 05:08:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66742024-12-21T05:08:19.678Z[ recovery-image] Dec 21 05:08:19.053 INFO O| Dec 21 05:08:19.053 INFO STEP 737 (remove_files) COMPLETE
66752024-12-21T05:08:19.681Z[ recovery-image] Dec 21 05:08:19.054 INFO O| Dec 21 05:08:19.053 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-21T05:08:19.700Z[ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66772024-12-21T05:08:19.700Z[ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO STEP 738 (remove_files) COMPLETE
66782024-12-21T05:08:19.700Z[ recovery-image] Dec 21 05:08:19.075 INFO O| Dec 21 05:08:19.075 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-21T05:08:19.748Z[ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66802024-12-21T05:08:19.748Z[ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO STEP 739 (remove_files) COMPLETE
66812024-12-21T05:08:19.751Z[ recovery-image] Dec 21 05:08:19.123 INFO O| Dec 21 05:08:19.123 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-21T05:08:19.778Z[ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66832024-12-21T05:08:19.778Z[ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO STEP 740 (remove_files) COMPLETE
66842024-12-21T05:08:19.782Z[ recovery-image] Dec 21 05:08:19.152 INFO O| Dec 21 05:08:19.152 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-21T05:08:19.803Z[ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66862024-12-21T05:08:19.803Z[ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.178 INFO STEP 741 (remove_files) COMPLETE
66872024-12-21T05:08:19.805Z[ recovery-image] Dec 21 05:08:19.178 INFO O| Dec 21 05:08:19.178 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-21T05:08:19.858Z[ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66892024-12-21T05:08:19.861Z[ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO STEP 742 (remove_files) COMPLETE
66902024-12-21T05:08:19.861Z[ recovery-image] Dec 21 05:08:19.233 INFO O| Dec 21 05:08:19.233 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-21T05:08:19.880Z[ recovery-image] Dec 21 05:08:19.255 INFO O| Dec 21 05:08:19.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66922024-12-21T05:08:19.883Z[ recovery-image] Dec 21 05:08:19.256 INFO O| Dec 21 05:08:19.256 INFO STEP 743 (remove_files) COMPLETE
66932024-12-21T05:08:19.883Z[ recovery-image] Dec 21 05:08:19.256 INFO O| Dec 21 05:08:19.256 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-21T05:08:19.917Z[ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66952024-12-21T05:08:19.920Z[ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO STEP 744 (remove_files) COMPLETE
66962024-12-21T05:08:19.920Z[ recovery-image] Dec 21 05:08:19.292 INFO O| Dec 21 05:08:19.292 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-21T05:08:19.938Z[ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66982024-12-21T05:08:19.940Z[ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO STEP 745 (remove_files) COMPLETE
66992024-12-21T05:08:19.941Z[ recovery-image] Dec 21 05:08:19.313 INFO O| Dec 21 05:08:19.313 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-21T05:08:20.004Z[ recovery-image] Dec 21 05:08:19.378 INFO O| Dec 21 05:08:19.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67012024-12-21T05:08:20.004Z[ recovery-image] Dec 21 05:08:19.378 INFO O| Dec 21 05:08:19.375 INFO STEP 746 (remove_files) COMPLETE
67022024-12-21T05:08:20.004Z[ recovery-image] Dec 21 05:08:19.379 INFO O| Dec 21 05:08:19.376 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-21T05:08:20.029Z[ recovery-image] Dec 21 05:08:19.403 INFO O| Dec 21 05:08:19.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67042024-12-21T05:08:20.031Z[ recovery-image] Dec 21 05:08:19.404 INFO O| Dec 21 05:08:19.404 INFO STEP 747 (remove_files) COMPLETE
67052024-12-21T05:08:20.031Z[ recovery-image] Dec 21 05:08:19.404 INFO O| Dec 21 05:08:19.404 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-21T05:08:20.067Z[ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67072024-12-21T05:08:20.067Z[ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO STEP 748 (remove_files) COMPLETE
67082024-12-21T05:08:20.070Z[ recovery-image] Dec 21 05:08:19.441 INFO O| Dec 21 05:08:19.441 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-21T05:08:20.085Z[ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67102024-12-21T05:08:20.085Z[ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO STEP 749 (remove_files) COMPLETE
67112024-12-21T05:08:20.085Z[ recovery-image] Dec 21 05:08:19.459 INFO O| Dec 21 05:08:19.459 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-21T05:08:20.116Z[ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67132024-12-21T05:08:20.116Z[ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO STEP 750 (remove_files) COMPLETE
67142024-12-21T05:08:20.116Z[ recovery-image] Dec 21 05:08:19.476 INFO O| Dec 21 05:08:19.476 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-21T05:08:20.120Z[ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67162024-12-21T05:08:20.121Z[ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO STEP 751 (remove_files) COMPLETE
67172024-12-21T05:08:20.121Z[ recovery-image] Dec 21 05:08:19.492 INFO O| Dec 21 05:08:19.492 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-21T05:08:20.138Z[ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67192024-12-21T05:08:20.138Z[ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO STEP 752 (remove_files) COMPLETE
67202024-12-21T05:08:20.138Z[ recovery-image] Dec 21 05:08:19.512 INFO O| Dec 21 05:08:19.512 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-21T05:08:20.191Z[ recovery-image] Dec 21 05:08:19.566 INFO O| Dec 21 05:08:19.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67222024-12-21T05:08:20.192Z[ recovery-image] Dec 21 05:08:19.567 INFO O| Dec 21 05:08:19.566 INFO STEP 753 (remove_files) COMPLETE
67232024-12-21T05:08:20.195Z[ recovery-image] Dec 21 05:08:19.567 INFO O| Dec 21 05:08:19.567 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-21T05:08:20.215Z[ recovery-image] Dec 21 05:08:19.589 INFO O| Dec 21 05:08:19.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67252024-12-21T05:08:20.215Z[ recovery-image] Dec 21 05:08:19.589 INFO O| Dec 21 05:08:19.589 INFO STEP 754 (remove_files) COMPLETE
67262024-12-21T05:08:20.215Z[ recovery-image] Dec 21 05:08:19.590 INFO O| Dec 21 05:08:19.589 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-21T05:08:20.236Z[ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67282024-12-21T05:08:20.236Z[ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO STEP 755 (remove_files) COMPLETE
67292024-12-21T05:08:20.236Z[ recovery-image] Dec 21 05:08:19.611 INFO O| Dec 21 05:08:19.611 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-21T05:08:20.258Z[ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67312024-12-21T05:08:20.259Z[ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO STEP 756 (remove_files) COMPLETE
67322024-12-21T05:08:20.259Z[ recovery-image] Dec 21 05:08:19.633 INFO O| Dec 21 05:08:19.633 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-21T05:08:20.280Z[ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67342024-12-21T05:08:20.280Z[ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO STEP 757 (remove_files) COMPLETE
67352024-12-21T05:08:20.280Z[ recovery-image] Dec 21 05:08:19.655 INFO O| Dec 21 05:08:19.655 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-21T05:08:20.301Z[ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67372024-12-21T05:08:20.304Z[ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO STEP 758 (remove_files) COMPLETE
67382024-12-21T05:08:20.304Z[ recovery-image] Dec 21 05:08:19.676 INFO O| Dec 21 05:08:19.676 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-21T05:08:20.340Z[ recovery-image] Dec 21 05:08:19.715 INFO O| Dec 21 05:08:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67402024-12-21T05:08:20.344Z[ recovery-image] Dec 21 05:08:19.719 INFO O| Dec 21 05:08:19.719 INFO STEP 759 (remove_files) COMPLETE
67412024-12-21T05:08:20.347Z[ recovery-image] Dec 21 05:08:19.720 INFO O| Dec 21 05:08:19.719 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-21T05:08:20.386Z[ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67432024-12-21T05:08:20.386Z[ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO STEP 760 (remove_files) COMPLETE
67442024-12-21T05:08:20.386Z[ recovery-image] Dec 21 05:08:19.761 INFO O| Dec 21 05:08:19.761 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-21T05:08:20.407Z[ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67462024-12-21T05:08:20.407Z[ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO STEP 761 (remove_files) COMPLETE
67472024-12-21T05:08:20.410Z[ recovery-image] Dec 21 05:08:19.782 INFO O| Dec 21 05:08:19.782 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-21T05:08:20.426Z[ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67492024-12-21T05:08:20.426Z[ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO STEP 762 (remove_files) COMPLETE
67502024-12-21T05:08:20.429Z[ recovery-image] Dec 21 05:08:19.801 INFO O| Dec 21 05:08:19.801 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-21T05:08:20.447Z[ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67522024-12-21T05:08:20.447Z[ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO STEP 763 (remove_files) COMPLETE
67532024-12-21T05:08:20.447Z[ recovery-image] Dec 21 05:08:19.821 INFO O| Dec 21 05:08:19.821 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-21T05:08:20.466Z[ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67552024-12-21T05:08:20.466Z[ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO STEP 764 (remove_files) COMPLETE
67562024-12-21T05:08:20.466Z[ recovery-image] Dec 21 05:08:19.841 INFO O| Dec 21 05:08:19.841 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-21T05:08:20.505Z[ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67582024-12-21T05:08:20.505Z[ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO STEP 765 (remove_files) COMPLETE
67592024-12-21T05:08:20.505Z[ recovery-image] Dec 21 05:08:19.880 INFO O| Dec 21 05:08:19.880 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-21T05:08:20.524Z[ recovery-image] Dec 21 05:08:19.899 INFO O| Dec 21 05:08:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67612024-12-21T05:08:20.527Z[ recovery-image] Dec 21 05:08:19.899 INFO O| Dec 21 05:08:19.899 INFO STEP 766 (remove_files) COMPLETE
67622024-12-21T05:08:20.527Z[ recovery-image] Dec 21 05:08:19.900 INFO O| Dec 21 05:08:19.899 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-21T05:08:20.546Z[ recovery-image] Dec 21 05:08:19.920 INFO O| Dec 21 05:08:19.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67642024-12-21T05:08:20.546Z[ recovery-image] Dec 21 05:08:19.921 INFO O| Dec 21 05:08:19.921 INFO STEP 767 (remove_files) COMPLETE
67652024-12-21T05:08:20.548Z[ recovery-image] Dec 21 05:08:19.921 INFO O| Dec 21 05:08:19.921 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-21T05:08:20.566Z[ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67672024-12-21T05:08:20.566Z[ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO STEP 768 (remove_files) COMPLETE
67682024-12-21T05:08:20.566Z[ recovery-image] Dec 21 05:08:19.941 INFO O| Dec 21 05:08:19.941 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-21T05:08:20.590Z[ recovery-image] Dec 21 05:08:19.964 INFO O| Dec 21 05:08:19.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67702024-12-21T05:08:20.590Z[ recovery-image] Dec 21 05:08:19.965 INFO O| Dec 21 05:08:19.965 INFO STEP 769 (remove_files) COMPLETE
67712024-12-21T05:08:20.590Z[ recovery-image] Dec 21 05:08:19.965 INFO O| Dec 21 05:08:19.965 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-21T05:08:20.631Z[ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67732024-12-21T05:08:20.631Z[ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO STEP 770 (remove_files) COMPLETE
67742024-12-21T05:08:20.631Z[ recovery-image] Dec 21 05:08:20.006 INFO O| Dec 21 05:08:20.006 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-21T05:08:20.652Z[ recovery-image] Dec 21 05:08:20.026 INFO O| Dec 21 05:08:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67762024-12-21T05:08:20.652Z[ recovery-image] Dec 21 05:08:20.027 INFO O| Dec 21 05:08:20.026 INFO STEP 771 (remove_files) COMPLETE
67772024-12-21T05:08:20.652Z[ recovery-image] Dec 21 05:08:20.027 INFO O| Dec 21 05:08:20.027 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-21T05:08:20.670Z[ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67792024-12-21T05:08:20.671Z[ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO STEP 772 (remove_files) COMPLETE
67802024-12-21T05:08:20.674Z[ recovery-image] Dec 21 05:08:20.045 INFO O| Dec 21 05:08:20.045 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-21T05:08:20.691Z[ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67822024-12-21T05:08:20.691Z[ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO STEP 773 (remove_files) COMPLETE
67832024-12-21T05:08:20.691Z[ recovery-image] Dec 21 05:08:20.065 INFO O| Dec 21 05:08:20.065 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-21T05:08:20.710Z[ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67852024-12-21T05:08:20.710Z[ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.085 INFO STEP 774 (remove_files) COMPLETE
67862024-12-21T05:08:20.710Z[ recovery-image] Dec 21 05:08:20.085 INFO O| Dec 21 05:08:20.085 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-21T05:08:20.731Z[ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67882024-12-21T05:08:20.731Z[ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO STEP 775 (remove_files) COMPLETE
67892024-12-21T05:08:20.731Z[ recovery-image] Dec 21 05:08:20.106 INFO O| Dec 21 05:08:20.106 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-21T05:08:20.755Z[ recovery-image] Dec 21 05:08:20.129 INFO O| Dec 21 05:08:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67912024-12-21T05:08:20.755Z[ recovery-image] Dec 21 05:08:20.130 INFO O| Dec 21 05:08:20.130 INFO STEP 776 (remove_files) COMPLETE
67922024-12-21T05:08:20.755Z[ recovery-image] Dec 21 05:08:20.130 INFO O| Dec 21 05:08:20.130 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-21T05:08:20.786Z[ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67942024-12-21T05:08:20.786Z[ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO STEP 777 (remove_files) COMPLETE
67952024-12-21T05:08:20.789Z[ recovery-image] Dec 21 05:08:20.160 INFO O| Dec 21 05:08:20.160 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-21T05:08:20.826Z[ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67972024-12-21T05:08:20.826Z[ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO STEP 778 (remove_files) COMPLETE
67982024-12-21T05:08:20.826Z[ recovery-image] Dec 21 05:08:20.201 INFO O| Dec 21 05:08:20.201 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-21T05:08:20.896Z[ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68002024-12-21T05:08:20.896Z[ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO STEP 779 (remove_files) COMPLETE
68012024-12-21T05:08:20.896Z[ recovery-image] Dec 21 05:08:20.271 INFO O| Dec 21 05:08:20.271 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-21T05:08:20.919Z[ recovery-image] Dec 21 05:08:20.294 INFO O| Dec 21 05:08:20.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68032024-12-21T05:08:20.919Z[ recovery-image] Dec 21 05:08:20.294 INFO O| Dec 21 05:08:20.294 INFO STEP 780 (remove_files) COMPLETE
68042024-12-21T05:08:20.920Z[ recovery-image] Dec 21 05:08:20.295 INFO O| Dec 21 05:08:20.294 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-21T05:08:20.941Z[ recovery-image] Dec 21 05:08:20.315 INFO O| Dec 21 05:08:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68062024-12-21T05:08:20.941Z[ recovery-image] Dec 21 05:08:20.316 INFO O| Dec 21 05:08:20.315 INFO STEP 781 (remove_files) COMPLETE
68072024-12-21T05:08:20.941Z[ recovery-image] Dec 21 05:08:20.316 INFO O| Dec 21 05:08:20.316 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-21T05:08:20.961Z[ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68092024-12-21T05:08:20.961Z[ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO STEP 782 (remove_files) COMPLETE
68102024-12-21T05:08:20.964Z[ recovery-image] Dec 21 05:08:20.336 INFO O| Dec 21 05:08:20.336 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-21T05:08:20.981Z[ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68122024-12-21T05:08:20.981Z[ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO STEP 783 (remove_files) COMPLETE
68132024-12-21T05:08:20.981Z[ recovery-image] Dec 21 05:08:20.356 INFO O| Dec 21 05:08:20.356 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-21T05:08:21.001Z[ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68152024-12-21T05:08:21.001Z[ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO STEP 784 (remove_files) COMPLETE
68162024-12-21T05:08:21.001Z[ recovery-image] Dec 21 05:08:20.376 INFO O| Dec 21 05:08:20.376 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-21T05:08:21.022Z[ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68182024-12-21T05:08:21.022Z[ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO STEP 785 (remove_files) COMPLETE
68192024-12-21T05:08:21.024Z[ recovery-image] Dec 21 05:08:20.397 INFO O| Dec 21 05:08:20.397 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-21T05:08:21.042Z[ recovery-image] Dec 21 05:08:20.416 INFO O| Dec 21 05:08:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68212024-12-21T05:08:21.042Z[ recovery-image] Dec 21 05:08:20.416 INFO O| Dec 21 05:08:20.416 INFO STEP 786 (remove_files) COMPLETE
68222024-12-21T05:08:21.045Z[ recovery-image] Dec 21 05:08:20.417 INFO O| Dec 21 05:08:20.416 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-21T05:08:21.061Z[ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68242024-12-21T05:08:21.061Z[ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO STEP 787 (remove_files) COMPLETE
68252024-12-21T05:08:21.074Z[ recovery-image] Dec 21 05:08:20.436 INFO O| Dec 21 05:08:20.436 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-21T05:08:21.082Z[ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68272024-12-21T05:08:21.082Z[ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO STEP 788 (remove_files) COMPLETE
68282024-12-21T05:08:21.085Z[ recovery-image] Dec 21 05:08:20.457 INFO O| Dec 21 05:08:20.457 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-21T05:08:21.103Z[ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68302024-12-21T05:08:21.103Z[ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO STEP 789 (remove_files) COMPLETE
68312024-12-21T05:08:21.103Z[ recovery-image] Dec 21 05:08:20.478 INFO O| Dec 21 05:08:20.478 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-21T05:08:21.125Z[ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68332024-12-21T05:08:21.125Z[ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO STEP 790 (remove_files) COMPLETE
68342024-12-21T05:08:21.127Z[ recovery-image] Dec 21 05:08:20.500 INFO O| Dec 21 05:08:20.500 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-21T05:08:21.147Z[ recovery-image] Dec 21 05:08:20.521 INFO O| Dec 21 05:08:20.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68362024-12-21T05:08:21.147Z[ recovery-image] Dec 21 05:08:20.521 INFO O| Dec 21 05:08:20.521 INFO STEP 791 (remove_files) COMPLETE
68372024-12-21T05:08:21.149Z[ recovery-image] Dec 21 05:08:20.522 INFO O| Dec 21 05:08:20.521 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-21T05:08:21.167Z[ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68392024-12-21T05:08:21.167Z[ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO STEP 792 (remove_files) COMPLETE
68402024-12-21T05:08:21.170Z[ recovery-image] Dec 21 05:08:20.542 INFO O| Dec 21 05:08:20.542 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-21T05:08:21.187Z[ recovery-image] Dec 21 05:08:20.561 INFO O| Dec 21 05:08:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68422024-12-21T05:08:21.187Z[ recovery-image] Dec 21 05:08:20.561 INFO O| Dec 21 05:08:20.561 INFO STEP 793 (remove_files) COMPLETE
68432024-12-21T05:08:21.187Z[ recovery-image] Dec 21 05:08:20.562 INFO O| Dec 21 05:08:20.561 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-21T05:08:21.208Z[ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68452024-12-21T05:08:21.208Z[ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO STEP 794 (remove_files) COMPLETE
68462024-12-21T05:08:21.208Z[ recovery-image] Dec 21 05:08:20.582 INFO O| Dec 21 05:08:20.582 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-21T05:08:21.227Z[ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68482024-12-21T05:08:21.227Z[ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.602 INFO STEP 795 (remove_files) COMPLETE
68492024-12-21T05:08:21.227Z[ recovery-image] Dec 21 05:08:20.602 INFO O| Dec 21 05:08:20.602 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-21T05:08:21.246Z[ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68512024-12-21T05:08:21.246Z[ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO STEP 796 (remove_files) COMPLETE
68522024-12-21T05:08:21.247Z[ recovery-image] Dec 21 05:08:20.621 INFO O| Dec 21 05:08:20.621 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-21T05:08:21.265Z[ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68542024-12-21T05:08:21.265Z[ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO STEP 797 (remove_files) COMPLETE
68552024-12-21T05:08:21.267Z[ recovery-image] Dec 21 05:08:20.640 INFO O| Dec 21 05:08:20.640 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-21T05:08:21.283Z[ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68572024-12-21T05:08:21.283Z[ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO STEP 798 (remove_files) COMPLETE
68582024-12-21T05:08:21.286Z[ recovery-image] Dec 21 05:08:20.658 INFO O| Dec 21 05:08:20.658 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-21T05:08:21.338Z[ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68602024-12-21T05:08:21.338Z[ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO STEP 799 (remove_files) COMPLETE
68612024-12-21T05:08:21.338Z[ recovery-image] Dec 21 05:08:20.712 INFO O| Dec 21 05:08:20.712 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-21T05:08:21.359Z[ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68632024-12-21T05:08:21.359Z[ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO STEP 800 (remove_files) COMPLETE
68642024-12-21T05:08:21.359Z[ recovery-image] Dec 21 05:08:20.733 INFO O| Dec 21 05:08:20.733 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-21T05:08:21.387Z[ recovery-image] Dec 21 05:08:20.762 INFO O| Dec 21 05:08:20.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68662024-12-21T05:08:21.390Z[ recovery-image] Dec 21 05:08:20.762 INFO O| Dec 21 05:08:20.762 INFO STEP 801 (remove_files) COMPLETE
68672024-12-21T05:08:21.390Z[ recovery-image] Dec 21 05:08:20.763 INFO O| Dec 21 05:08:20.763 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-21T05:08:21.410Z[ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68692024-12-21T05:08:21.413Z[ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO STEP 802 (remove_files) COMPLETE
68702024-12-21T05:08:21.413Z[ recovery-image] Dec 21 05:08:20.784 INFO O| Dec 21 05:08:20.784 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-21T05:08:21.431Z[ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68722024-12-21T05:08:21.434Z[ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO STEP 803 (remove_files) COMPLETE
68732024-12-21T05:08:21.434Z[ recovery-image] Dec 21 05:08:20.806 INFO O| Dec 21 05:08:20.806 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-21T05:08:21.454Z[ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68752024-12-21T05:08:21.456Z[ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO STEP 804 (remove_files) COMPLETE
68762024-12-21T05:08:21.457Z[ recovery-image] Dec 21 05:08:20.829 INFO O| Dec 21 05:08:20.829 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-21T05:08:21.485Z[ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68782024-12-21T05:08:21.485Z[ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.860 INFO STEP 805 (remove_files) COMPLETE
68792024-12-21T05:08:21.485Z[ recovery-image] Dec 21 05:08:20.860 INFO O| Dec 21 05:08:20.860 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-21T05:08:21.504Z[ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68812024-12-21T05:08:21.504Z[ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO STEP 806 (remove_files) COMPLETE
68822024-12-21T05:08:21.504Z[ recovery-image] Dec 21 05:08:20.879 INFO O| Dec 21 05:08:20.879 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-21T05:08:21.536Z[ recovery-image] Dec 21 05:08:20.911 INFO O| Dec 21 05:08:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68842024-12-21T05:08:21.560Z[ recovery-image] Dec 21 05:08:20.934 INFO O| Dec 21 05:08:20.934 INFO STEP 807 (remove_files) COMPLETE
68852024-12-21T05:08:21.560Z[ recovery-image] Dec 21 05:08:20.934 INFO O| Dec 21 05:08:20.934 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-21T05:08:21.595Z[ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68872024-12-21T05:08:21.596Z[ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO STEP 808 (remove_files) COMPLETE
68882024-12-21T05:08:21.596Z[ recovery-image] Dec 21 05:08:20.970 INFO O| Dec 21 05:08:20.970 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-21T05:08:21.623Z[ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68902024-12-21T05:08:21.623Z[ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO STEP 809 (remove_files) COMPLETE
68912024-12-21T05:08:21.625Z[ recovery-image] Dec 21 05:08:20.997 INFO O| Dec 21 05:08:20.997 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-21T05:08:21.751Z[ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68932024-12-21T05:08:21.751Z[ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO STEP 810 (remove_files) COMPLETE
68942024-12-21T05:08:21.754Z[ recovery-image] Dec 21 05:08:21.126 INFO O| Dec 21 05:08:21.096 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-21T05:08:21.754Z[ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68962024-12-21T05:08:21.754Z[ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO STEP 811 (remove_files) COMPLETE
68972024-12-21T05:08:21.754Z[ recovery-image] Dec 21 05:08:21.127 INFO O| Dec 21 05:08:21.127 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-21T05:08:21.777Z[ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68992024-12-21T05:08:21.777Z[ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO STEP 812 (remove_files) COMPLETE
69002024-12-21T05:08:21.777Z[ recovery-image] Dec 21 05:08:21.151 INFO O| Dec 21 05:08:21.151 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-21T05:08:21.795Z[ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69022024-12-21T05:08:21.795Z[ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO STEP 813 (remove_files) COMPLETE
69032024-12-21T05:08:21.795Z[ recovery-image] Dec 21 05:08:21.170 INFO O| Dec 21 05:08:21.170 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-21T05:08:21.820Z[ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69052024-12-21T05:08:21.820Z[ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO STEP 814 (remove_files) COMPLETE
69062024-12-21T05:08:21.823Z[ recovery-image] Dec 21 05:08:21.195 INFO O| Dec 21 05:08:21.195 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-21T05:08:21.882Z[ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69082024-12-21T05:08:21.882Z[ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO STEP 815 (remove_files) COMPLETE
69092024-12-21T05:08:21.882Z[ recovery-image] Dec 21 05:08:21.256 INFO O| Dec 21 05:08:21.256 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-21T05:08:21.942Z[ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69112024-12-21T05:08:21.942Z[ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO STEP 816 (remove_files) COMPLETE
69122024-12-21T05:08:21.942Z[ recovery-image] Dec 21 05:08:21.317 INFO O| Dec 21 05:08:21.317 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-21T05:08:21.974Z[ recovery-image] Dec 21 05:08:21.349 INFO O| Dec 21 05:08:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69142024-12-21T05:08:22.006Z[ host-image] Dec 21 05:08:21.381 INFO O| Dec 21 05:08:21.381 INFO O| Done
69152024-12-21T05:08:22.027Z[ recovery-image] Dec 21 05:08:21.401 INFO O| Dec 21 05:08:21.401 INFO STEP 817 (remove_files) COMPLETE
69162024-12-21T05:08:22.027Z[ recovery-image] Dec 21 05:08:21.401 INFO O| Dec 21 05:08:21.401 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-21T05:08:22.051Z[ host-image] Dec 21 05:08:21.425 INFO O| Dec 21 05:08:21.425 INFO O| Done
69182024-12-21T05:08:22.051Z[ host-image] Dec 21 05:08:21.425 INFO O| Dec 21 05:08:21.425 INFO O| Done
69192024-12-21T05:08:22.059Z[ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69202024-12-21T05:08:22.059Z[ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.434 INFO STEP 818 (remove_files) COMPLETE
69212024-12-21T05:08:22.059Z[ recovery-image] Dec 21 05:08:21.434 INFO O| Dec 21 05:08:21.434 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-21T05:08:22.067Z[ host-image] Dec 21 05:08:21.442 INFO O| Dec 21 05:08:21.442 INFO O| Done
69232024-12-21T05:08:22.080Z[ recovery-image] Dec 21 05:08:21.454 INFO O| Dec 21 05:08:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69242024-12-21T05:08:22.096Z[ recovery-image] Dec 21 05:08:21.471 INFO O| Dec 21 05:08:21.471 INFO STEP 819 (remove_files) COMPLETE
69252024-12-21T05:08:22.096Z[ recovery-image] Dec 21 05:08:21.471 INFO O| Dec 21 05:08:21.471 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-21T05:08:22.167Z[ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69272024-12-21T05:08:22.170Z[ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO STEP 820 (remove_files) COMPLETE
69282024-12-21T05:08:22.170Z[ recovery-image] Dec 21 05:08:21.542 INFO O| Dec 21 05:08:21.542 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-21T05:08:22.187Z[ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69302024-12-21T05:08:22.187Z[ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO STEP 821 (remove_files) COMPLETE
69312024-12-21T05:08:22.189Z[ recovery-image] Dec 21 05:08:21.562 INFO O| Dec 21 05:08:21.562 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-21T05:08:22.205Z[ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69332024-12-21T05:08:22.208Z[ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO STEP 822 (remove_files) COMPLETE
69342024-12-21T05:08:22.208Z[ recovery-image] Dec 21 05:08:21.580 INFO O| Dec 21 05:08:21.580 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-21T05:08:22.222Z[ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69362024-12-21T05:08:22.222Z[ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO STEP 823 (remove_files) COMPLETE
69372024-12-21T05:08:22.225Z[ recovery-image] Dec 21 05:08:21.597 INFO O| Dec 21 05:08:21.597 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-21T05:08:22.241Z[ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69392024-12-21T05:08:22.241Z[ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO STEP 824 (remove_files) COMPLETE
69402024-12-21T05:08:22.241Z[ recovery-image] Dec 21 05:08:21.615 INFO O| Dec 21 05:08:21.615 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-21T05:08:22.264Z[ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 14 (pkg_install) COMPLETE
69422024-12-21T05:08:22.264Z[ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69432024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "mfg" is not enabled
69442024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.638 INFO O| Dec 21 05:08:21.638 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69452024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "compliance" is not enabled
69462024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69472024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "stress" is not enabled
69482024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69492024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO skip step because feature "nfs" is not enabled
69502024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.638 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
69512024-12-21T05:08:22.266Z[ host-image] Dec 21 05:08:21.639 INFO O| Dec 21 05:08:21.639 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
69522024-12-21T05:08:22.296Z[ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69532024-12-21T05:08:22.299Z[ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO STEP 825 (remove_files) COMPLETE
69542024-12-21T05:08:22.299Z[ recovery-image] Dec 21 05:08:21.671 INFO O| Dec 21 05:08:21.671 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-21T05:08:22.335Z[ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69562024-12-21T05:08:22.338Z[ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.710 INFO STEP 826 (remove_files) COMPLETE
69572024-12-21T05:08:22.338Z[ recovery-image] Dec 21 05:08:21.710 INFO O| Dec 21 05:08:21.710 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-21T05:08:22.362Z[ recovery-image] Dec 21 05:08:21.736 INFO O| Dec 21 05:08:21.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69592024-12-21T05:08:22.364Z[ recovery-image] Dec 21 05:08:21.737 INFO O| Dec 21 05:08:21.737 INFO STEP 827 (remove_files) COMPLETE
69602024-12-21T05:08:22.364Z[ recovery-image] Dec 21 05:08:21.737 INFO O| Dec 21 05:08:21.737 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-21T05:08:22.384Z[ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69622024-12-21T05:08:22.387Z[ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.759 INFO STEP 828 (remove_files) COMPLETE
69632024-12-21T05:08:22.387Z[ recovery-image] Dec 21 05:08:21.759 INFO O| Dec 21 05:08:21.759 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-21T05:08:22.407Z[ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69652024-12-21T05:08:22.410Z[ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO STEP 829 (remove_files) COMPLETE
69662024-12-21T05:08:22.410Z[ recovery-image] Dec 21 05:08:21.782 INFO O| Dec 21 05:08:21.782 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-21T05:08:22.438Z[ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69682024-12-21T05:08:22.438Z[ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO STEP 830 (remove_files) COMPLETE
69692024-12-21T05:08:22.441Z[ recovery-image] Dec 21 05:08:21.813 INFO O| Dec 21 05:08:21.813 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-21T05:08:22.459Z[ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69712024-12-21T05:08:22.459Z[ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO STEP 831 (remove_files) COMPLETE
69722024-12-21T05:08:22.459Z[ recovery-image] Dec 21 05:08:21.834 INFO O| Dec 21 05:08:21.834 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-21T05:08:22.479Z[ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69742024-12-21T05:08:22.482Z[ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO STEP 832 (remove_files) COMPLETE
69752024-12-21T05:08:22.482Z[ recovery-image] Dec 21 05:08:21.854 INFO O| Dec 21 05:08:21.854 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-21T05:08:22.486Z[ host-image] Dec 21 05:08:21.861 INFO O| Dec 21 05:08:21.861 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
69772024-12-21T05:08:22.533Z[ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69782024-12-21T05:08:22.533Z[ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.908 INFO STEP 833 (remove_files) COMPLETE
69792024-12-21T05:08:22.533Z[ recovery-image] Dec 21 05:08:21.908 INFO O| Dec 21 05:08:21.908 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-21T05:08:22.561Z[ recovery-image] Dec 21 05:08:21.935 INFO O| Dec 21 05:08:21.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69812024-12-21T05:08:22.563Z[ recovery-image] Dec 21 05:08:21.936 INFO O| Dec 21 05:08:21.935 INFO STEP 834 (remove_files) COMPLETE
69822024-12-21T05:08:22.563Z[ recovery-image] Dec 21 05:08:21.936 INFO O| Dec 21 05:08:21.936 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-21T05:08:22.581Z[ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69842024-12-21T05:08:22.584Z[ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO STEP 835 (remove_files) COMPLETE
69852024-12-21T05:08:22.584Z[ recovery-image] Dec 21 05:08:21.956 INFO O| Dec 21 05:08:21.956 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-21T05:08:22.602Z[ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69872024-12-21T05:08:22.605Z[ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO STEP 836 (remove_files) COMPLETE
69882024-12-21T05:08:22.605Z[ recovery-image] Dec 21 05:08:21.977 INFO O| Dec 21 05:08:21.977 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-21T05:08:22.626Z[ host-image] Dec 21 05:08:22.001 INFO O| Dec 21 05:08:22.001 INFO completed processing gimlet/ramdisk-01-os
69902024-12-21T05:08:22.629Z[ host-image] Dec 21 05:08:22.004 INFO omicron1 baseline generation...
69912024-12-21T05:08:22.631Z[ host-image] Dec 21 05:08:22.004 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
69922024-12-21T05:08:22.646Z[ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69932024-12-21T05:08:22.647Z[ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO STEP 837 (remove_files) COMPLETE
69942024-12-21T05:08:22.647Z[ recovery-image] Dec 21 05:08:22.021 INFO O| Dec 21 05:08:22.021 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-21T05:08:22.672Z[ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69962024-12-21T05:08:22.672Z[ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO STEP 838 (remove_files) COMPLETE
69972024-12-21T05:08:22.672Z[ recovery-image] Dec 21 05:08:22.046 INFO O| Dec 21 05:08:22.046 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-21T05:08:22.691Z[ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69992024-12-21T05:08:22.691Z[ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO STEP 839 (remove_files) COMPLETE
70002024-12-21T05:08:22.691Z[ recovery-image] Dec 21 05:08:22.065 INFO O| Dec 21 05:08:22.065 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-21T05:08:22.711Z[ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70022024-12-21T05:08:22.711Z[ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO STEP 840 (remove_files) COMPLETE
70032024-12-21T05:08:22.711Z[ recovery-image] Dec 21 05:08:22.086 INFO O| Dec 21 05:08:22.086 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-21T05:08:22.733Z[ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70052024-12-21T05:08:22.733Z[ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.108 INFO STEP 841 (remove_files) COMPLETE
70062024-12-21T05:08:22.733Z[ recovery-image] Dec 21 05:08:22.108 INFO O| Dec 21 05:08:22.108 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-21T05:08:22.757Z[ recovery-image] Dec 21 05:08:22.131 INFO O| Dec 21 05:08:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70082024-12-21T05:08:22.757Z[ recovery-image] Dec 21 05:08:22.132 INFO O| Dec 21 05:08:22.132 INFO STEP 842 (remove_files) COMPLETE
70092024-12-21T05:08:22.760Z[ recovery-image] Dec 21 05:08:22.132 INFO O| Dec 21 05:08:22.132 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T05:08:22.785Z[ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70112024-12-21T05:08:22.785Z[ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.160 INFO STEP 843 (remove_files) COMPLETE
70122024-12-21T05:08:22.785Z[ recovery-image] Dec 21 05:08:22.160 INFO O| Dec 21 05:08:22.160 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T05:08:22.822Z[ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70142024-12-21T05:08:22.822Z[ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO STEP 844 (remove_files) COMPLETE
70152024-12-21T05:08:22.825Z[ recovery-image] Dec 21 05:08:22.197 INFO O| Dec 21 05:08:22.197 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T05:08:22.850Z[ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70172024-12-21T05:08:22.850Z[ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO STEP 845 (remove_files) COMPLETE
70182024-12-21T05:08:22.850Z[ recovery-image] Dec 21 05:08:22.225 INFO O| Dec 21 05:08:22.225 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T05:08:22.894Z[ recovery-image] Dec 21 05:08:22.268 INFO O| Dec 21 05:08:22.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70202024-12-21T05:08:22.896Z[ recovery-image] Dec 21 05:08:22.269 INFO O| Dec 21 05:08:22.268 INFO STEP 846 (remove_files) COMPLETE
70212024-12-21T05:08:22.896Z[ recovery-image] Dec 21 05:08:22.269 INFO O| Dec 21 05:08:22.269 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-21T05:08:22.916Z[ recovery-image] Dec 21 05:08:22.290 INFO O| Dec 21 05:08:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70232024-12-21T05:08:22.916Z[ recovery-image] Dec 21 05:08:22.291 INFO O| Dec 21 05:08:22.290 INFO STEP 847 (remove_files) COMPLETE
70242024-12-21T05:08:22.919Z[ recovery-image] Dec 21 05:08:22.291 INFO O| Dec 21 05:08:22.290 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-21T05:08:22.936Z[ recovery-image] Dec 21 05:08:22.310 INFO O| Dec 21 05:08:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70262024-12-21T05:08:22.936Z[ recovery-image] Dec 21 05:08:22.311 INFO O| Dec 21 05:08:22.311 INFO STEP 848 (remove_files) COMPLETE
70272024-12-21T05:08:22.936Z[ recovery-image] Dec 21 05:08:22.311 INFO O| Dec 21 05:08:22.311 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-21T05:08:22.955Z[ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70292024-12-21T05:08:22.955Z[ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO STEP 849 (remove_files) COMPLETE
70302024-12-21T05:08:22.959Z[ recovery-image] Dec 21 05:08:22.330 INFO O| Dec 21 05:08:22.330 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T05:08:22.974Z[ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70322024-12-21T05:08:22.975Z[ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO STEP 850 (remove_files) COMPLETE
70332024-12-21T05:08:22.975Z[ recovery-image] Dec 21 05:08:22.349 INFO O| Dec 21 05:08:22.349 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T05:08:23.010Z[ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70352024-12-21T05:08:23.010Z[ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO STEP 851 (remove_files) COMPLETE
70362024-12-21T05:08:23.010Z[ recovery-image] Dec 21 05:08:22.385 INFO O| Dec 21 05:08:22.385 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T05:08:23.053Z[ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70382024-12-21T05:08:23.053Z[ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO STEP 852 (remove_files) COMPLETE
70392024-12-21T05:08:23.053Z[ recovery-image] Dec 21 05:08:22.427 INFO O| Dec 21 05:08:22.427 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T05:08:23.073Z[ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70412024-12-21T05:08:23.073Z[ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO STEP 853 (remove_files) COMPLETE
70422024-12-21T05:08:23.073Z[ recovery-image] Dec 21 05:08:22.448 INFO O| Dec 21 05:08:22.448 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T05:08:23.092Z[ recovery-image] Dec 21 05:08:22.466 INFO O| Dec 21 05:08:22.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70442024-12-21T05:08:23.092Z[ recovery-image] Dec 21 05:08:22.466 INFO O| Dec 21 05:08:22.466 INFO STEP 854 (remove_files) COMPLETE
70452024-12-21T05:08:23.092Z[ recovery-image] Dec 21 05:08:22.467 INFO O| Dec 21 05:08:22.466 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T05:08:23.127Z[ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70472024-12-21T05:08:23.127Z[ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO STEP 855 (remove_files) COMPLETE
70482024-12-21T05:08:23.127Z[ recovery-image] Dec 21 05:08:22.502 INFO O| Dec 21 05:08:22.502 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-21T05:08:23.160Z[ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70502024-12-21T05:08:23.160Z[ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO STEP 856 (remove_files) COMPLETE
70512024-12-21T05:08:23.160Z[ recovery-image] Dec 21 05:08:22.534 INFO O| Dec 21 05:08:22.534 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T05:08:23.218Z[ recovery-image] Dec 21 05:08:22.592 INFO O| Dec 21 05:08:22.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70532024-12-21T05:08:23.221Z[ recovery-image] Dec 21 05:08:22.592 INFO O| Dec 21 05:08:22.592 INFO STEP 857 (remove_files) COMPLETE
70542024-12-21T05:08:23.221Z[ recovery-image] Dec 21 05:08:22.593 INFO O| Dec 21 05:08:22.592 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T05:08:23.338Z[ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70562024-12-21T05:08:23.338Z[ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO STEP 858 (remove_files) COMPLETE
70572024-12-21T05:08:23.338Z[ recovery-image] Dec 21 05:08:22.713 INFO O| Dec 21 05:08:22.713 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T05:08:23.361Z[ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70592024-12-21T05:08:23.361Z[ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO STEP 859 (remove_files) COMPLETE
70602024-12-21T05:08:23.363Z[ recovery-image] Dec 21 05:08:22.735 INFO O| Dec 21 05:08:22.735 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T05:08:23.367Z[ host-image] Dec 21 05:08:22.742 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
70622024-12-21T05:08:23.380Z[ recovery-image] Dec 21 05:08:22.754 INFO O| Dec 21 05:08:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70632024-12-21T05:08:23.380Z[ recovery-image] Dec 21 05:08:22.754 INFO O| Dec 21 05:08:22.754 INFO STEP 860 (remove_files) COMPLETE
70642024-12-21T05:08:23.382Z[ recovery-image] Dec 21 05:08:22.755 INFO O| Dec 21 05:08:22.754 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-21T05:08:23.399Z[ recovery-image] Dec 21 05:08:22.773 INFO O| Dec 21 05:08:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70662024-12-21T05:08:23.399Z[ recovery-image] Dec 21 05:08:22.774 INFO O| Dec 21 05:08:22.774 INFO STEP 861 (remove_files) COMPLETE
70672024-12-21T05:08:23.399Z[ recovery-image] Dec 21 05:08:22.774 INFO O| Dec 21 05:08:22.774 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-21T05:08:23.419Z[ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70692024-12-21T05:08:23.419Z[ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO STEP 862 (remove_files) COMPLETE
70702024-12-21T05:08:23.420Z[ recovery-image] Dec 21 05:08:22.794 INFO O| Dec 21 05:08:22.794 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-21T05:08:23.440Z[ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70722024-12-21T05:08:23.440Z[ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO STEP 863 (remove_files) COMPLETE
70732024-12-21T05:08:23.440Z[ recovery-image] Dec 21 05:08:22.815 INFO O| Dec 21 05:08:22.815 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-21T05:08:23.460Z[ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70752024-12-21T05:08:23.460Z[ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO STEP 864 (remove_files) COMPLETE
70762024-12-21T05:08:23.460Z[ recovery-image] Dec 21 05:08:22.834 INFO O| Dec 21 05:08:22.834 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-21T05:08:23.478Z[ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70782024-12-21T05:08:23.478Z[ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO STEP 865 (remove_files) COMPLETE
70792024-12-21T05:08:23.478Z[ recovery-image] Dec 21 05:08:22.852 INFO O| Dec 21 05:08:22.852 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-21T05:08:23.495Z[ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70812024-12-21T05:08:23.495Z[ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO STEP 866 (remove_files) COMPLETE
70822024-12-21T05:08:23.495Z[ recovery-image] Dec 21 05:08:22.870 INFO O| Dec 21 05:08:22.870 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-21T05:08:23.530Z[ recovery-image] Dec 21 05:08:22.904 INFO O| Dec 21 05:08:22.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70842024-12-21T05:08:23.532Z[ recovery-image] Dec 21 05:08:22.904 INFO O| Dec 21 05:08:22.904 INFO STEP 867 (remove_files) COMPLETE
70852024-12-21T05:08:23.532Z[ recovery-image] Dec 21 05:08:22.905 INFO O| Dec 21 05:08:22.904 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-21T05:08:23.547Z[ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70872024-12-21T05:08:23.549Z[ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.922 INFO STEP 868 (remove_files) COMPLETE
70882024-12-21T05:08:23.550Z[ recovery-image] Dec 21 05:08:22.922 INFO O| Dec 21 05:08:22.922 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-21T05:08:23.574Z[ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70902024-12-21T05:08:23.576Z[ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO STEP 869 (remove_files) COMPLETE
70912024-12-21T05:08:23.576Z[ recovery-image] Dec 21 05:08:22.948 INFO O| Dec 21 05:08:22.948 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-21T05:08:23.594Z[ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70932024-12-21T05:08:23.597Z[ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.969 INFO STEP 870 (remove_files) COMPLETE
70942024-12-21T05:08:23.597Z[ recovery-image] Dec 21 05:08:22.969 INFO O| Dec 21 05:08:22.969 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-21T05:08:23.613Z[ recovery-image] Dec 21 05:08:22.988 INFO O| Dec 21 05:08:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70962024-12-21T05:08:23.616Z[ recovery-image] Dec 21 05:08:22.988 INFO O| Dec 21 05:08:22.988 INFO STEP 871 (remove_files) COMPLETE
70972024-12-21T05:08:23.616Z[ recovery-image] Dec 21 05:08:22.989 INFO O| Dec 21 05:08:22.988 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-21T05:08:23.651Z[ recovery-image] Dec 21 05:08:23.025 INFO O| Dec 21 05:08:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70992024-12-21T05:08:23.654Z[ recovery-image] Dec 21 05:08:23.026 INFO O| Dec 21 05:08:23.026 INFO STEP 872 (remove_files) COMPLETE
71002024-12-21T05:08:23.654Z[ recovery-image] Dec 21 05:08:23.026 INFO O| Dec 21 05:08:23.026 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-21T05:08:23.688Z[ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71022024-12-21T05:08:23.691Z[ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO STEP 873 (remove_files) COMPLETE
71032024-12-21T05:08:23.691Z[ recovery-image] Dec 21 05:08:23.063 INFO O| Dec 21 05:08:23.063 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-21T05:08:23.714Z[ recovery-image] Dec 21 05:08:23.088 INFO O| Dec 21 05:08:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71052024-12-21T05:08:23.718Z[ recovery-image] Dec 21 05:08:23.089 INFO O| Dec 21 05:08:23.088 INFO STEP 874 (remove_files) COMPLETE
71062024-12-21T05:08:23.718Z[ recovery-image] Dec 21 05:08:23.089 INFO O| Dec 21 05:08:23.089 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-21T05:08:23.737Z[ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71082024-12-21T05:08:23.737Z[ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO STEP 875 (remove_files) COMPLETE
71092024-12-21T05:08:23.737Z[ recovery-image] Dec 21 05:08:23.111 INFO O| Dec 21 05:08:23.111 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-21T05:08:23.758Z[ recovery-image] Dec 21 05:08:23.132 INFO O| Dec 21 05:08:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71112024-12-21T05:08:23.758Z[ recovery-image] Dec 21 05:08:23.133 INFO O| Dec 21 05:08:23.133 INFO STEP 876 (remove_files) COMPLETE
71122024-12-21T05:08:23.761Z[ recovery-image] Dec 21 05:08:23.133 INFO O| Dec 21 05:08:23.133 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-21T05:08:23.792Z[ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71142024-12-21T05:08:23.793Z[ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO STEP 877 (remove_files) COMPLETE
71152024-12-21T05:08:23.793Z[ recovery-image] Dec 21 05:08:23.167 INFO O| Dec 21 05:08:23.167 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-21T05:08:23.825Z[ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71172024-12-21T05:08:23.825Z[ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO STEP 878 (remove_files) COMPLETE
71182024-12-21T05:08:23.828Z[ recovery-image] Dec 21 05:08:23.199 INFO O| Dec 21 05:08:23.199 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-21T05:08:23.866Z[ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71202024-12-21T05:08:23.866Z[ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO STEP 879 (remove_files) COMPLETE
71212024-12-21T05:08:23.866Z[ recovery-image] Dec 21 05:08:23.240 INFO O| Dec 21 05:08:23.240 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-21T05:08:23.898Z[ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71232024-12-21T05:08:23.899Z[ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO STEP 880 (remove_files) COMPLETE
71242024-12-21T05:08:23.899Z[ recovery-image] Dec 21 05:08:23.273 INFO O| Dec 21 05:08:23.273 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-21T05:08:23.918Z[ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71262024-12-21T05:08:23.918Z[ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO STEP 881 (remove_files) COMPLETE
71272024-12-21T05:08:23.919Z[ recovery-image] Dec 21 05:08:23.293 INFO O| Dec 21 05:08:23.293 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-21T05:08:23.937Z[ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71292024-12-21T05:08:23.938Z[ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO STEP 882 (remove_files) COMPLETE
71302024-12-21T05:08:23.941Z[ recovery-image] Dec 21 05:08:23.312 INFO O| Dec 21 05:08:23.312 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-21T05:08:23.958Z[ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71322024-12-21T05:08:23.959Z[ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO STEP 883 (remove_files) COMPLETE
71332024-12-21T05:08:23.962Z[ recovery-image] Dec 21 05:08:23.332 INFO O| Dec 21 05:08:23.332 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-21T05:08:24.055Z[ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71352024-12-21T05:08:24.059Z[ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO STEP 884 (remove_files) COMPLETE
71362024-12-21T05:08:24.059Z[ recovery-image] Dec 21 05:08:23.430 INFO O| Dec 21 05:08:23.430 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-21T05:08:24.080Z[ recovery-image] Dec 21 05:08:23.453 INFO O| Dec 21 05:08:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71382024-12-21T05:08:24.080Z[ recovery-image] Dec 21 05:08:23.454 INFO O| Dec 21 05:08:23.454 INFO STEP 885 (remove_files) COMPLETE
71392024-12-21T05:08:24.080Z[ recovery-image] Dec 21 05:08:23.454 INFO O| Dec 21 05:08:23.454 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-21T05:08:24.113Z[ recovery-image] Dec 21 05:08:23.487 INFO O| Dec 21 05:08:23.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71412024-12-21T05:08:24.118Z[ recovery-image] Dec 21 05:08:23.492 INFO O| Dec 21 05:08:23.492 INFO STEP 886 (remove_files) COMPLETE
71422024-12-21T05:08:24.118Z[ recovery-image] Dec 21 05:08:23.492 INFO O| Dec 21 05:08:23.492 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-21T05:08:24.155Z[ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71442024-12-21T05:08:24.155Z[ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO STEP 887 (remove_files) COMPLETE
71452024-12-21T05:08:24.155Z[ recovery-image] Dec 21 05:08:23.529 INFO O| Dec 21 05:08:23.529 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-21T05:08:24.176Z[ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71472024-12-21T05:08:24.176Z[ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO STEP 888 (remove_files) COMPLETE
71482024-12-21T05:08:24.176Z[ recovery-image] Dec 21 05:08:23.550 INFO O| Dec 21 05:08:23.550 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-21T05:08:24.221Z[ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71502024-12-21T05:08:24.223Z[ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO STEP 889 (remove_files) COMPLETE
71512024-12-21T05:08:24.223Z[ recovery-image] Dec 21 05:08:23.595 INFO O| Dec 21 05:08:23.595 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-21T05:08:24.240Z[ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71532024-12-21T05:08:24.243Z[ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO STEP 890 (remove_files) COMPLETE
71542024-12-21T05:08:24.243Z[ recovery-image] Dec 21 05:08:23.615 INFO O| Dec 21 05:08:23.615 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-21T05:08:24.282Z[ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71562024-12-21T05:08:24.282Z[ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO STEP 891 (remove_files) COMPLETE
71572024-12-21T05:08:24.285Z[ recovery-image] Dec 21 05:08:23.657 INFO O| Dec 21 05:08:23.657 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-21T05:08:24.320Z[ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71592024-12-21T05:08:24.320Z[ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO STEP 892 (remove_files) COMPLETE
71602024-12-21T05:08:24.320Z[ recovery-image] Dec 21 05:08:23.694 INFO O| Dec 21 05:08:23.694 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-21T05:08:24.339Z[ recovery-image] Dec 21 05:08:23.713 INFO O| Dec 21 05:08:23.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71622024-12-21T05:08:24.355Z[ recovery-image] Dec 21 05:08:23.730 INFO O| Dec 21 05:08:23.730 INFO STEP 893 (remove_files) COMPLETE
71632024-12-21T05:08:24.356Z[ recovery-image] Dec 21 05:08:23.730 INFO O| Dec 21 05:08:23.730 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-21T05:08:24.394Z[ recovery-image] Dec 21 05:08:23.768 INFO O| Dec 21 05:08:23.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71652024-12-21T05:08:24.397Z[ recovery-image] Dec 21 05:08:23.768 INFO O| Dec 21 05:08:23.768 INFO STEP 894 (remove_files) COMPLETE
71662024-12-21T05:08:24.397Z[ recovery-image] Dec 21 05:08:23.769 INFO O| Dec 21 05:08:23.768 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-21T05:08:24.419Z[ recovery-image] Dec 21 05:08:23.793 INFO O| Dec 21 05:08:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71682024-12-21T05:08:24.442Z[ recovery-image] Dec 21 05:08:23.816 INFO O| Dec 21 05:08:23.816 INFO STEP 895 (remove_files) COMPLETE
71692024-12-21T05:08:24.442Z[ recovery-image] Dec 21 05:08:23.816 INFO O| Dec 21 05:08:23.816 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-21T05:08:24.463Z[ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71712024-12-21T05:08:24.466Z[ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO STEP 896 (remove_files) COMPLETE
71722024-12-21T05:08:24.466Z[ recovery-image] Dec 21 05:08:23.837 INFO O| Dec 21 05:08:23.837 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-21T05:08:24.482Z[ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71742024-12-21T05:08:24.485Z[ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO STEP 897 (remove_files) COMPLETE
71752024-12-21T05:08:24.485Z[ recovery-image] Dec 21 05:08:23.856 INFO O| Dec 21 05:08:23.856 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-21T05:08:24.506Z[ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71772024-12-21T05:08:24.506Z[ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO STEP 898 (remove_files) COMPLETE
71782024-12-21T05:08:24.506Z[ recovery-image] Dec 21 05:08:23.880 INFO O| Dec 21 05:08:23.880 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-21T05:08:24.543Z[ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71802024-12-21T05:08:24.546Z[ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO STEP 899 (remove_files) COMPLETE
71812024-12-21T05:08:24.546Z[ recovery-image] Dec 21 05:08:23.917 INFO O| Dec 21 05:08:23.917 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-21T05:08:24.617Z[ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71832024-12-21T05:08:24.617Z[ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO STEP 900 (remove_files) COMPLETE
71842024-12-21T05:08:24.617Z[ recovery-image] Dec 21 05:08:23.991 INFO O| Dec 21 05:08:23.991 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-21T05:08:24.639Z[ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71862024-12-21T05:08:24.639Z[ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO STEP 901 (remove_files) COMPLETE
71872024-12-21T05:08:24.642Z[ recovery-image] Dec 21 05:08:24.013 INFO O| Dec 21 05:08:24.013 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-21T05:08:24.666Z[ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71892024-12-21T05:08:24.666Z[ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO STEP 902 (remove_files) COMPLETE
71902024-12-21T05:08:24.666Z[ recovery-image] Dec 21 05:08:24.039 INFO O| Dec 21 05:08:24.039 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-21T05:08:24.738Z[ recovery-image] Dec 21 05:08:24.112 INFO O| Dec 21 05:08:24.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71922024-12-21T05:08:24.745Z[ recovery-image] Dec 21 05:08:24.118 INFO O| Dec 21 05:08:24.118 INFO STEP 903 (remove_files) COMPLETE
71932024-12-21T05:08:24.745Z[ recovery-image] Dec 21 05:08:24.118 INFO O| Dec 21 05:08:24.118 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-21T05:08:24.777Z[ recovery-image] Dec 21 05:08:24.150 INFO O| Dec 21 05:08:24.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71952024-12-21T05:08:24.778Z[ recovery-image] Dec 21 05:08:24.151 INFO O| Dec 21 05:08:24.150 INFO STEP 904 (remove_files) COMPLETE
71962024-12-21T05:08:24.778Z[ recovery-image] Dec 21 05:08:24.151 INFO O| Dec 21 05:08:24.151 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-21T05:08:24.793Z[ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71982024-12-21T05:08:24.793Z[ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO STEP 905 (remove_files) COMPLETE
71992024-12-21T05:08:24.794Z[ recovery-image] Dec 21 05:08:24.168 INFO O| Dec 21 05:08:24.168 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-21T05:08:24.828Z[ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72012024-12-21T05:08:24.828Z[ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO STEP 906 (remove_files) COMPLETE
72022024-12-21T05:08:24.831Z[ recovery-image] Dec 21 05:08:24.202 INFO O| Dec 21 05:08:24.202 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-21T05:08:24.865Z[ recovery-image] Dec 21 05:08:24.238 INFO O| Dec 21 05:08:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72042024-12-21T05:08:24.865Z[ recovery-image] Dec 21 05:08:24.239 INFO O| Dec 21 05:08:24.238 INFO STEP 907 (remove_files) COMPLETE
72052024-12-21T05:08:24.865Z[ recovery-image] Dec 21 05:08:24.239 INFO O| Dec 21 05:08:24.239 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-21T05:08:24.909Z[ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72072024-12-21T05:08:24.913Z[ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.284 INFO STEP 908 (remove_files) COMPLETE
72082024-12-21T05:08:24.913Z[ recovery-image] Dec 21 05:08:24.284 INFO O| Dec 21 05:08:24.284 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-21T05:08:24.929Z[ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72102024-12-21T05:08:24.933Z[ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO STEP 909 (remove_files) COMPLETE
72112024-12-21T05:08:24.933Z[ recovery-image] Dec 21 05:08:24.303 INFO O| Dec 21 05:08:24.303 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-21T05:08:24.947Z[ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72132024-12-21T05:08:24.950Z[ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO STEP 910 (remove_files) COMPLETE
72142024-12-21T05:08:24.950Z[ recovery-image] Dec 21 05:08:24.321 INFO O| Dec 21 05:08:24.321 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-21T05:08:24.966Z[ recovery-image] Dec 21 05:08:24.340 INFO O| Dec 21 05:08:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72162024-12-21T05:08:24.969Z[ recovery-image] Dec 21 05:08:24.340 INFO O| Dec 21 05:08:24.340 INFO STEP 911 (remove_files) COMPLETE
72172024-12-21T05:08:24.969Z[ recovery-image] Dec 21 05:08:24.341 INFO O| Dec 21 05:08:24.340 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-21T05:08:24.986Z[ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72192024-12-21T05:08:24.989Z[ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO STEP 912 (remove_files) COMPLETE
72202024-12-21T05:08:24.989Z[ recovery-image] Dec 21 05:08:24.360 INFO O| Dec 21 05:08:24.360 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-21T05:08:25.005Z[ recovery-image] Dec 21 05:08:24.379 INFO O| Dec 21 05:08:24.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72222024-12-21T05:08:25.008Z[ recovery-image] Dec 21 05:08:24.380 INFO O| Dec 21 05:08:24.380 INFO STEP 913 (remove_files) COMPLETE
72232024-12-21T05:08:25.008Z[ recovery-image] Dec 21 05:08:24.380 INFO O| Dec 21 05:08:24.380 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-21T05:08:25.025Z[ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72252024-12-21T05:08:25.028Z[ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.400 INFO STEP 914 (remove_files) COMPLETE
72262024-12-21T05:08:25.028Z[ recovery-image] Dec 21 05:08:24.400 INFO O| Dec 21 05:08:24.400 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-21T05:08:25.056Z[ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72282024-12-21T05:08:25.058Z[ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO STEP 915 (remove_files) COMPLETE
72292024-12-21T05:08:25.058Z[ recovery-image] Dec 21 05:08:24.430 INFO O| Dec 21 05:08:24.430 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-21T05:08:25.077Z[ recovery-image] Dec 21 05:08:24.451 INFO O| Dec 21 05:08:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72312024-12-21T05:08:25.080Z[ recovery-image] Dec 21 05:08:24.452 INFO O| Dec 21 05:08:24.451 INFO STEP 916 (remove_files) COMPLETE
72322024-12-21T05:08:25.080Z[ recovery-image] Dec 21 05:08:24.452 INFO O| Dec 21 05:08:24.452 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-21T05:08:25.097Z[ recovery-image] Dec 21 05:08:24.471 INFO O| Dec 21 05:08:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72342024-12-21T05:08:25.112Z[ recovery-image] Dec 21 05:08:24.487 INFO O| Dec 21 05:08:24.487 INFO STEP 917 (remove_files) COMPLETE
72352024-12-21T05:08:25.112Z[ recovery-image] Dec 21 05:08:24.487 INFO O| Dec 21 05:08:24.487 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-21T05:08:25.144Z[ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72372024-12-21T05:08:25.144Z[ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO STEP 918 (remove_files) COMPLETE
72382024-12-21T05:08:25.144Z[ recovery-image] Dec 21 05:08:24.518 INFO O| Dec 21 05:08:24.518 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-21T05:08:25.201Z[ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72402024-12-21T05:08:25.201Z[ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO STEP 919 (remove_files) COMPLETE
72412024-12-21T05:08:25.202Z[ recovery-image] Dec 21 05:08:24.575 INFO O| Dec 21 05:08:24.575 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-21T05:08:25.219Z[ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72432024-12-21T05:08:25.219Z[ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO STEP 920 (remove_files) COMPLETE
72442024-12-21T05:08:25.219Z[ recovery-image] Dec 21 05:08:24.593 INFO O| Dec 21 05:08:24.593 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-21T05:08:25.248Z[ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72462024-12-21T05:08:25.249Z[ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO STEP 921 (remove_files) COMPLETE
72472024-12-21T05:08:25.251Z[ recovery-image] Dec 21 05:08:24.623 INFO O| Dec 21 05:08:24.623 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-21T05:08:25.309Z[ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72492024-12-21T05:08:25.309Z[ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.684 INFO STEP 922 (remove_files) COMPLETE
72502024-12-21T05:08:25.309Z[ recovery-image] Dec 21 05:08:24.684 INFO O| Dec 21 05:08:24.684 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-21T05:08:25.326Z[ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72522024-12-21T05:08:25.326Z[ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO STEP 923 (remove_files) COMPLETE
72532024-12-21T05:08:25.326Z[ recovery-image] Dec 21 05:08:24.701 INFO O| Dec 21 05:08:24.701 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-21T05:08:25.345Z[ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72552024-12-21T05:08:25.345Z[ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO STEP 924 (remove_files) COMPLETE
72562024-12-21T05:08:25.345Z[ recovery-image] Dec 21 05:08:24.719 INFO O| Dec 21 05:08:24.719 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-21T05:08:25.385Z[ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72582024-12-21T05:08:25.386Z[ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO STEP 925 (remove_files) COMPLETE
72592024-12-21T05:08:25.389Z[ recovery-image] Dec 21 05:08:24.760 INFO O| Dec 21 05:08:24.760 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-21T05:08:25.408Z[ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72612024-12-21T05:08:25.408Z[ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO STEP 926 (remove_files) COMPLETE
72622024-12-21T05:08:25.408Z[ recovery-image] Dec 21 05:08:24.783 INFO O| Dec 21 05:08:24.783 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-21T05:08:25.528Z[ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72642024-12-21T05:08:25.528Z[ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO STEP 927 (remove_files) COMPLETE
72652024-12-21T05:08:25.528Z[ recovery-image] Dec 21 05:08:24.902 INFO O| Dec 21 05:08:24.902 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-21T05:08:25.547Z[ recovery-image] Dec 21 05:08:24.921 INFO O| Dec 21 05:08:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72672024-12-21T05:08:25.547Z[ recovery-image] Dec 21 05:08:24.922 INFO O| Dec 21 05:08:24.922 INFO STEP 928 (remove_files) COMPLETE
72682024-12-21T05:08:25.550Z[ recovery-image] Dec 21 05:08:24.922 INFO O| Dec 21 05:08:24.922 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-21T05:08:25.569Z[ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72702024-12-21T05:08:25.569Z[ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO STEP 929 (remove_files) COMPLETE
72712024-12-21T05:08:25.569Z[ recovery-image] Dec 21 05:08:24.944 INFO O| Dec 21 05:08:24.944 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-21T05:08:25.589Z[ recovery-image] Dec 21 05:08:24.963 INFO O| Dec 21 05:08:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72732024-12-21T05:08:25.589Z[ recovery-image] Dec 21 05:08:24.964 INFO O| Dec 21 05:08:24.964 INFO STEP 930 (remove_files) COMPLETE
72742024-12-21T05:08:25.589Z[ recovery-image] Dec 21 05:08:24.964 INFO O| Dec 21 05:08:24.964 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-21T05:08:25.608Z[ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72762024-12-21T05:08:25.609Z[ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO STEP 931 (remove_files) COMPLETE
72772024-12-21T05:08:25.609Z[ recovery-image] Dec 21 05:08:24.983 INFO O| Dec 21 05:08:24.983 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-21T05:08:25.626Z[ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72792024-12-21T05:08:25.627Z[ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO STEP 932 (remove_files) COMPLETE
72802024-12-21T05:08:25.627Z[ recovery-image] Dec 21 05:08:25.001 INFO O| Dec 21 05:08:25.001 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-21T05:08:25.645Z[ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72822024-12-21T05:08:25.646Z[ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO STEP 933 (remove_files) COMPLETE
72832024-12-21T05:08:25.646Z[ recovery-image] Dec 21 05:08:25.020 INFO O| Dec 21 05:08:25.020 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-21T05:08:25.667Z[ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72852024-12-21T05:08:25.667Z[ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO STEP 934 (remove_files) COMPLETE
72862024-12-21T05:08:25.667Z[ recovery-image] Dec 21 05:08:25.040 INFO O| Dec 21 05:08:25.040 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-21T05:08:25.704Z[ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72882024-12-21T05:08:25.704Z[ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO STEP 935 (remove_files) COMPLETE
72892024-12-21T05:08:25.704Z[ recovery-image] Dec 21 05:08:25.078 INFO O| Dec 21 05:08:25.078 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-21T05:08:25.746Z[ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72912024-12-21T05:08:25.749Z[ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO STEP 936 (remove_files) COMPLETE
72922024-12-21T05:08:25.750Z[ recovery-image] Dec 21 05:08:25.121 INFO O| Dec 21 05:08:25.121 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-21T05:08:25.780Z[ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72942024-12-21T05:08:25.780Z[ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.155 INFO STEP 937 (remove_files) COMPLETE
72952024-12-21T05:08:25.780Z[ recovery-image] Dec 21 05:08:25.155 INFO O| Dec 21 05:08:25.155 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-21T05:08:25.813Z[ recovery-image] Dec 21 05:08:25.187 INFO O| Dec 21 05:08:25.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72972024-12-21T05:08:25.813Z[ recovery-image] Dec 21 05:08:25.188 INFO O| Dec 21 05:08:25.187 INFO STEP 938 (remove_files) COMPLETE
72982024-12-21T05:08:25.813Z[ recovery-image] Dec 21 05:08:25.188 INFO O| Dec 21 05:08:25.188 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-21T05:08:25.865Z[ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73002024-12-21T05:08:25.865Z[ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO STEP 939 (remove_files) COMPLETE
73012024-12-21T05:08:25.866Z[ recovery-image] Dec 21 05:08:25.240 INFO O| Dec 21 05:08:25.240 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-21T05:08:25.885Z[ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73032024-12-21T05:08:25.885Z[ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO STEP 940 (remove_files) COMPLETE
73042024-12-21T05:08:25.886Z[ recovery-image] Dec 21 05:08:25.260 INFO O| Dec 21 05:08:25.260 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-21T05:08:25.904Z[ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73062024-12-21T05:08:25.904Z[ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO STEP 941 (remove_files) COMPLETE
73072024-12-21T05:08:25.906Z[ recovery-image] Dec 21 05:08:25.278 INFO O| Dec 21 05:08:25.278 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-21T05:08:25.923Z[ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73092024-12-21T05:08:25.923Z[ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.296 INFO STEP 942 (remove_files) COMPLETE
73102024-12-21T05:08:25.923Z[ recovery-image] Dec 21 05:08:25.296 INFO O| Dec 21 05:08:25.296 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-21T05:08:25.978Z[ recovery-image] Dec 21 05:08:25.352 INFO O| Dec 21 05:08:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73122024-12-21T05:08:25.978Z[ recovery-image] Dec 21 05:08:25.352 INFO O| Dec 21 05:08:25.352 INFO STEP 943 (remove_files) COMPLETE
73132024-12-21T05:08:25.978Z[ recovery-image] Dec 21 05:08:25.353 INFO O| Dec 21 05:08:25.352 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-21T05:08:26.020Z[ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73152024-12-21T05:08:26.020Z[ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO STEP 944 (remove_files) COMPLETE
73162024-12-21T05:08:26.020Z[ recovery-image] Dec 21 05:08:25.394 INFO O| Dec 21 05:08:25.394 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-21T05:08:26.042Z[ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73182024-12-21T05:08:26.042Z[ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO STEP 945 (remove_files) COMPLETE
73192024-12-21T05:08:26.045Z[ recovery-image] Dec 21 05:08:25.416 INFO O| Dec 21 05:08:25.416 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-21T05:08:26.062Z[ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73212024-12-21T05:08:26.063Z[ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO STEP 946 (remove_files) COMPLETE
73222024-12-21T05:08:26.063Z[ recovery-image] Dec 21 05:08:25.436 INFO O| Dec 21 05:08:25.436 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-21T05:08:26.095Z[ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73242024-12-21T05:08:26.095Z[ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO STEP 947 (remove_files) COMPLETE
73252024-12-21T05:08:26.098Z[ recovery-image] Dec 21 05:08:25.469 INFO O| Dec 21 05:08:25.469 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-21T05:08:26.134Z[ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73272024-12-21T05:08:26.134Z[ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO STEP 948 (remove_files) COMPLETE
73282024-12-21T05:08:26.134Z[ recovery-image] Dec 21 05:08:25.507 INFO O| Dec 21 05:08:25.507 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-21T05:08:26.152Z[ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73302024-12-21T05:08:26.152Z[ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO STEP 949 (remove_files) COMPLETE
73312024-12-21T05:08:26.152Z[ recovery-image] Dec 21 05:08:25.526 INFO O| Dec 21 05:08:25.526 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-21T05:08:26.170Z[ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73332024-12-21T05:08:26.170Z[ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO STEP 950 (remove_files) COMPLETE
73342024-12-21T05:08:26.170Z[ recovery-image] Dec 21 05:08:25.544 INFO O| Dec 21 05:08:25.544 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-21T05:08:26.191Z[ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73362024-12-21T05:08:26.191Z[ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO STEP 951 (remove_files) COMPLETE
73372024-12-21T05:08:26.191Z[ recovery-image] Dec 21 05:08:25.563 INFO O| Dec 21 05:08:25.563 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-21T05:08:26.265Z[ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73392024-12-21T05:08:26.265Z[ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO STEP 952 (remove_files) COMPLETE
73402024-12-21T05:08:26.268Z[ recovery-image] Dec 21 05:08:25.639 INFO O| Dec 21 05:08:25.639 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-21T05:08:26.326Z[ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73422024-12-21T05:08:26.326Z[ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO STEP 953 (remove_files) COMPLETE
73432024-12-21T05:08:26.326Z[ recovery-image] Dec 21 05:08:25.700 INFO O| Dec 21 05:08:25.700 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-21T05:08:26.367Z[ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73452024-12-21T05:08:26.367Z[ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO STEP 954 (remove_files) COMPLETE
73462024-12-21T05:08:26.367Z[ recovery-image] Dec 21 05:08:25.741 INFO O| Dec 21 05:08:25.741 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-21T05:08:26.474Z[ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73482024-12-21T05:08:26.475Z[ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.849 INFO STEP 955 (remove_files) COMPLETE
73492024-12-21T05:08:26.475Z[ recovery-image] Dec 21 05:08:25.849 INFO O| Dec 21 05:08:25.849 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-21T05:08:26.492Z[ recovery-image] Dec 21 05:08:25.866 INFO O| Dec 21 05:08:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73512024-12-21T05:08:26.492Z[ recovery-image] Dec 21 05:08:25.867 INFO O| Dec 21 05:08:25.867 INFO STEP 956 (remove_files) COMPLETE
73522024-12-21T05:08:26.492Z[ recovery-image] Dec 21 05:08:25.867 INFO O| Dec 21 05:08:25.867 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-21T05:08:26.524Z[ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73542024-12-21T05:08:26.524Z[ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.899 INFO STEP 957 (remove_files) COMPLETE
73552024-12-21T05:08:26.527Z[ recovery-image] Dec 21 05:08:25.899 INFO O| Dec 21 05:08:25.899 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-21T05:08:26.544Z[ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73572024-12-21T05:08:26.544Z[ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO STEP 958 (remove_files) COMPLETE
73582024-12-21T05:08:26.544Z[ recovery-image] Dec 21 05:08:25.918 INFO O| Dec 21 05:08:25.918 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-21T05:08:26.563Z[ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73602024-12-21T05:08:26.564Z[ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO STEP 959 (remove_files) COMPLETE
73612024-12-21T05:08:26.564Z[ recovery-image] Dec 21 05:08:25.938 INFO O| Dec 21 05:08:25.938 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-21T05:08:26.586Z[ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73632024-12-21T05:08:26.588Z[ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO STEP 960 (remove_files) COMPLETE
73642024-12-21T05:08:26.588Z[ recovery-image] Dec 21 05:08:25.960 INFO O| Dec 21 05:08:25.960 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-21T05:08:26.605Z[ recovery-image] Dec 21 05:08:25.979 INFO O| Dec 21 05:08:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73662024-12-21T05:08:26.605Z[ recovery-image] Dec 21 05:08:25.980 INFO O| Dec 21 05:08:25.979 INFO STEP 961 (remove_files) COMPLETE
73672024-12-21T05:08:26.608Z[ recovery-image] Dec 21 05:08:25.980 INFO O| Dec 21 05:08:25.980 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-21T05:08:26.623Z[ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73692024-12-21T05:08:26.623Z[ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO STEP 962 (remove_files) COMPLETE
73702024-12-21T05:08:26.626Z[ recovery-image] Dec 21 05:08:25.998 INFO O| Dec 21 05:08:25.998 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-21T05:08:26.646Z[ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73722024-12-21T05:08:26.649Z[ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.021 INFO STEP 963 (remove_files) COMPLETE
73732024-12-21T05:08:26.649Z[ recovery-image] Dec 21 05:08:26.021 INFO O| Dec 21 05:08:26.021 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-21T05:08:26.666Z[ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73752024-12-21T05:08:26.667Z[ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO STEP 964 (remove_files) COMPLETE
73762024-12-21T05:08:26.667Z[ recovery-image] Dec 21 05:08:26.041 INFO O| Dec 21 05:08:26.041 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-21T05:08:26.687Z[ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73782024-12-21T05:08:26.687Z[ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO STEP 965 (remove_files) COMPLETE
73792024-12-21T05:08:26.687Z[ recovery-image] Dec 21 05:08:26.060 INFO O| Dec 21 05:08:26.060 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-21T05:08:26.705Z[ recovery-image] Dec 21 05:08:26.079 INFO O| Dec 21 05:08:26.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73812024-12-21T05:08:26.705Z[ recovery-image] Dec 21 05:08:26.079 INFO O| Dec 21 05:08:26.079 INFO STEP 966 (remove_files) COMPLETE
73822024-12-21T05:08:26.708Z[ recovery-image] Dec 21 05:08:26.080 INFO O| Dec 21 05:08:26.079 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-21T05:08:26.734Z[ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73842024-12-21T05:08:26.734Z[ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO STEP 967 (remove_files) COMPLETE
73852024-12-21T05:08:26.734Z[ recovery-image] Dec 21 05:08:26.108 INFO O| Dec 21 05:08:26.108 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-21T05:08:26.756Z[ recovery-image] Dec 21 05:08:26.130 INFO O| Dec 21 05:08:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73872024-12-21T05:08:26.759Z[ recovery-image] Dec 21 05:08:26.131 INFO O| Dec 21 05:08:26.130 INFO STEP 968 (remove_files) COMPLETE
73882024-12-21T05:08:26.759Z[ recovery-image] Dec 21 05:08:26.131 INFO O| Dec 21 05:08:26.130 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-21T05:08:26.778Z[ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73902024-12-21T05:08:26.778Z[ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO STEP 969 (remove_files) COMPLETE
73912024-12-21T05:08:26.781Z[ recovery-image] Dec 21 05:08:26.152 INFO O| Dec 21 05:08:26.152 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-21T05:08:26.813Z[ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73932024-12-21T05:08:26.813Z[ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.187 INFO STEP 970 (remove_files) COMPLETE
73942024-12-21T05:08:26.815Z[ recovery-image] Dec 21 05:08:26.187 INFO O| Dec 21 05:08:26.187 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-21T05:08:26.841Z[ recovery-image] Dec 21 05:08:26.214 INFO O| Dec 21 05:08:26.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73962024-12-21T05:08:26.841Z[ recovery-image] Dec 21 05:08:26.215 INFO O| Dec 21 05:08:26.214 INFO STEP 971 (remove_files) COMPLETE
73972024-12-21T05:08:26.841Z[ recovery-image] Dec 21 05:08:26.215 INFO O| Dec 21 05:08:26.215 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-21T05:08:26.865Z[ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73992024-12-21T05:08:26.865Z[ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO STEP 972 (remove_files) COMPLETE
74002024-12-21T05:08:26.868Z[ recovery-image] Dec 21 05:08:26.239 INFO O| Dec 21 05:08:26.239 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-21T05:08:26.888Z[ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74022024-12-21T05:08:26.888Z[ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO STEP 973 (remove_files) COMPLETE
74032024-12-21T05:08:26.890Z[ recovery-image] Dec 21 05:08:26.262 INFO O| Dec 21 05:08:26.262 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-21T05:08:26.908Z[ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74052024-12-21T05:08:26.909Z[ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO STEP 974 (remove_files) COMPLETE
74062024-12-21T05:08:26.909Z[ recovery-image] Dec 21 05:08:26.282 INFO O| Dec 21 05:08:26.282 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-21T05:08:26.938Z[ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74082024-12-21T05:08:26.938Z[ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO STEP 975 (remove_files) COMPLETE
74092024-12-21T05:08:26.941Z[ recovery-image] Dec 21 05:08:26.312 INFO O| Dec 21 05:08:26.312 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-21T05:08:26.957Z[ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74112024-12-21T05:08:26.957Z[ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO STEP 976 (remove_files) COMPLETE
74122024-12-21T05:08:26.957Z[ recovery-image] Dec 21 05:08:26.331 INFO O| Dec 21 05:08:26.331 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-21T05:08:26.977Z[ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
74142024-12-21T05:08:26.977Z[ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO STEP 977 (remove_files) COMPLETE
74152024-12-21T05:08:26.977Z[ recovery-image] Dec 21 05:08:26.351 INFO O| Dec 21 05:08:26.351 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-21T05:08:26.996Z[ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
74172024-12-21T05:08:26.997Z[ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO STEP 978 (remove_files) COMPLETE
74182024-12-21T05:08:26.999Z[ recovery-image] Dec 21 05:08:26.371 INFO O| Dec 21 05:08:26.371 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-21T05:08:27.016Z[ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
74202024-12-21T05:08:27.016Z[ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO STEP 979 (remove_files) COMPLETE
74212024-12-21T05:08:27.016Z[ recovery-image] Dec 21 05:08:26.390 INFO O| Dec 21 05:08:26.390 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-21T05:08:27.053Z[ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
74232024-12-21T05:08:27.053Z[ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO STEP 980 (remove_files) COMPLETE
74242024-12-21T05:08:27.056Z[ recovery-image] Dec 21 05:08:26.427 INFO O| Dec 21 05:08:26.427 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-21T05:08:27.073Z[ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74262024-12-21T05:08:27.076Z[ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.448 INFO STEP 981 (remove_files) COMPLETE
74272024-12-21T05:08:27.076Z[ recovery-image] Dec 21 05:08:26.448 INFO O| Dec 21 05:08:26.448 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-21T05:08:27.096Z[ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74292024-12-21T05:08:27.096Z[ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO STEP 982 (remove_files) COMPLETE
74302024-12-21T05:08:27.096Z[ recovery-image] Dec 21 05:08:26.470 INFO O| Dec 21 05:08:26.470 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-21T05:08:27.119Z[ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74322024-12-21T05:08:27.121Z[ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO STEP 983 (remove_files) COMPLETE
74332024-12-21T05:08:27.121Z[ recovery-image] Dec 21 05:08:26.493 INFO O| Dec 21 05:08:26.493 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-21T05:08:27.153Z[ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74352024-12-21T05:08:27.153Z[ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO STEP 984 (remove_files) COMPLETE
74362024-12-21T05:08:27.153Z[ recovery-image] Dec 21 05:08:26.513 INFO O| Dec 21 05:08:26.513 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-21T05:08:27.175Z[ recovery-image] Dec 21 05:08:26.549 INFO O| Dec 21 05:08:26.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74382024-12-21T05:08:27.178Z[ recovery-image] Dec 21 05:08:26.550 INFO O| Dec 21 05:08:26.550 INFO STEP 985 (remove_files) COMPLETE
74392024-12-21T05:08:27.178Z[ recovery-image] Dec 21 05:08:26.550 INFO O| Dec 21 05:08:26.550 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-21T05:08:27.209Z[ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74412024-12-21T05:08:27.209Z[ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO STEP 986 (remove_files) COMPLETE
74422024-12-21T05:08:27.209Z[ recovery-image] Dec 21 05:08:26.583 INFO O| Dec 21 05:08:26.583 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-21T05:08:27.228Z[ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74442024-12-21T05:08:27.228Z[ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO STEP 987 (remove_files) COMPLETE
74452024-12-21T05:08:27.230Z[ recovery-image] Dec 21 05:08:26.602 INFO O| Dec 21 05:08:26.602 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-21T05:08:27.259Z[ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74472024-12-21T05:08:27.259Z[ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.634 INFO STEP 988 (remove_files) COMPLETE
74482024-12-21T05:08:27.259Z[ recovery-image] Dec 21 05:08:26.634 INFO O| Dec 21 05:08:26.634 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-21T05:08:27.300Z[ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74502024-12-21T05:08:27.300Z[ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO STEP 989 (remove_files) COMPLETE
74512024-12-21T05:08:27.302Z[ recovery-image] Dec 21 05:08:26.674 INFO O| Dec 21 05:08:26.674 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-21T05:08:27.322Z[ recovery-image] Dec 21 05:08:26.696 INFO O| Dec 21 05:08:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74532024-12-21T05:08:27.325Z[ recovery-image] Dec 21 05:08:26.697 INFO O| Dec 21 05:08:26.696 INFO STEP 990 (remove_files) COMPLETE
74542024-12-21T05:08:27.325Z[ recovery-image] Dec 21 05:08:26.697 INFO O| Dec 21 05:08:26.697 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-21T05:08:27.360Z[ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74562024-12-21T05:08:27.360Z[ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO STEP 991 (remove_files) COMPLETE
74572024-12-21T05:08:27.362Z[ recovery-image] Dec 21 05:08:26.734 INFO O| Dec 21 05:08:26.734 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-21T05:08:27.382Z[ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74592024-12-21T05:08:27.383Z[ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.757 INFO STEP 992 (remove_files) COMPLETE
74602024-12-21T05:08:27.385Z[ recovery-image] Dec 21 05:08:26.757 INFO O| Dec 21 05:08:26.757 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-21T05:08:27.405Z[ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74622024-12-21T05:08:27.408Z[ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO STEP 993 (remove_files) COMPLETE
74632024-12-21T05:08:27.408Z[ recovery-image] Dec 21 05:08:26.779 INFO O| Dec 21 05:08:26.779 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-21T05:08:27.428Z[ recovery-image] Dec 21 05:08:26.801 INFO O| Dec 21 05:08:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74652024-12-21T05:08:27.431Z[ recovery-image] Dec 21 05:08:26.801 INFO O| Dec 21 05:08:26.801 INFO STEP 994 (remove_files) COMPLETE
74662024-12-21T05:08:27.431Z[ recovery-image] Dec 21 05:08:26.802 INFO O| Dec 21 05:08:26.801 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-21T05:08:27.448Z[ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74682024-12-21T05:08:27.450Z[ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO STEP 995 (remove_files) COMPLETE
74692024-12-21T05:08:27.450Z[ recovery-image] Dec 21 05:08:26.822 INFO O| Dec 21 05:08:26.822 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-21T05:08:27.467Z[ recovery-image] Dec 21 05:08:26.840 INFO O| Dec 21 05:08:26.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74712024-12-21T05:08:27.470Z[ recovery-image] Dec 21 05:08:26.840 INFO O| Dec 21 05:08:26.840 INFO STEP 996 (remove_files) COMPLETE
74722024-12-21T05:08:27.470Z[ recovery-image] Dec 21 05:08:26.841 INFO O| Dec 21 05:08:26.840 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-21T05:08:27.485Z[ recovery-image] Dec 21 05:08:26.859 INFO O| Dec 21 05:08:26.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74742024-12-21T05:08:27.485Z[ recovery-image] Dec 21 05:08:26.859 INFO O| Dec 21 05:08:26.859 INFO STEP 997 (remove_files) COMPLETE
74752024-12-21T05:08:27.487Z[ recovery-image] Dec 21 05:08:26.860 INFO O| Dec 21 05:08:26.859 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-21T05:08:27.504Z[ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74772024-12-21T05:08:27.504Z[ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO STEP 998 (remove_files) COMPLETE
74782024-12-21T05:08:27.506Z[ recovery-image] Dec 21 05:08:26.878 INFO O| Dec 21 05:08:26.878 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-21T05:08:27.553Z[ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74802024-12-21T05:08:27.556Z[ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO STEP 999 (remove_files) COMPLETE
74812024-12-21T05:08:27.556Z[ recovery-image] Dec 21 05:08:26.927 INFO O| Dec 21 05:08:26.927 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-21T05:08:27.593Z[ recovery-image] Dec 21 05:08:26.967 INFO O| Dec 21 05:08:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74832024-12-21T05:08:27.593Z[ recovery-image] Dec 21 05:08:26.968 INFO O| Dec 21 05:08:26.967 INFO STEP 1000 (remove_files) COMPLETE
74842024-12-21T05:08:27.596Z[ recovery-image] Dec 21 05:08:26.968 INFO O| Dec 21 05:08:26.968 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-21T05:08:27.612Z[ recovery-image] Dec 21 05:08:26.986 INFO O| Dec 21 05:08:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74862024-12-21T05:08:27.612Z[ recovery-image] Dec 21 05:08:26.987 INFO O| Dec 21 05:08:26.986 INFO STEP 1001 (remove_files) COMPLETE
74872024-12-21T05:08:27.615Z[ recovery-image] Dec 21 05:08:26.987 INFO O| Dec 21 05:08:26.987 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-21T05:08:27.643Z[ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74892024-12-21T05:08:27.646Z[ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO STEP 1002 (remove_files) COMPLETE
74902024-12-21T05:08:27.646Z[ recovery-image] Dec 21 05:08:27.017 INFO O| Dec 21 05:08:27.017 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-21T05:08:27.689Z[ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74922024-12-21T05:08:27.692Z[ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO STEP 1003 (remove_files) COMPLETE
74932024-12-21T05:08:27.692Z[ recovery-image] Dec 21 05:08:27.063 INFO O| Dec 21 05:08:27.063 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-21T05:08:27.707Z[ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74952024-12-21T05:08:27.710Z[ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO STEP 1004 (remove_files) COMPLETE
74962024-12-21T05:08:27.711Z[ recovery-image] Dec 21 05:08:27.082 INFO O| Dec 21 05:08:27.082 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-21T05:08:27.726Z[ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74982024-12-21T05:08:27.726Z[ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO STEP 1005 (remove_files) COMPLETE
74992024-12-21T05:08:27.726Z[ recovery-image] Dec 21 05:08:27.100 INFO O| Dec 21 05:08:27.100 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-21T05:08:27.744Z[ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75012024-12-21T05:08:27.745Z[ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO STEP 1006 (remove_files) COMPLETE
75022024-12-21T05:08:27.745Z[ recovery-image] Dec 21 05:08:27.119 INFO O| Dec 21 05:08:27.119 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-21T05:08:27.804Z[ recovery-image] Dec 21 05:08:27.178 INFO O| Dec 21 05:08:27.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75042024-12-21T05:08:27.804Z[ recovery-image] Dec 21 05:08:27.179 INFO O| Dec 21 05:08:27.178 INFO STEP 1007 (remove_files) COMPLETE
75052024-12-21T05:08:27.807Z[ recovery-image] Dec 21 05:08:27.179 INFO O| Dec 21 05:08:27.179 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-21T05:08:27.842Z[ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75072024-12-21T05:08:27.842Z[ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO STEP 1008 (remove_files) COMPLETE
75082024-12-21T05:08:27.845Z[ recovery-image] Dec 21 05:08:27.216 INFO O| Dec 21 05:08:27.216 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-21T05:08:27.861Z[ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75102024-12-21T05:08:27.861Z[ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO STEP 1009 (remove_files) COMPLETE
75112024-12-21T05:08:27.861Z[ recovery-image] Dec 21 05:08:27.235 INFO O| Dec 21 05:08:27.235 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-21T05:08:27.950Z[ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75132024-12-21T05:08:27.950Z[ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO STEP 1010 (remove_files) COMPLETE
75142024-12-21T05:08:27.950Z[ recovery-image] Dec 21 05:08:27.324 INFO O| Dec 21 05:08:27.324 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-21T05:08:27.972Z[ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75162024-12-21T05:08:27.972Z[ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO STEP 1011 (remove_files) COMPLETE
75172024-12-21T05:08:27.972Z[ recovery-image] Dec 21 05:08:27.346 INFO O| Dec 21 05:08:27.346 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-21T05:08:27.994Z[ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75192024-12-21T05:08:27.994Z[ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO STEP 1012 (remove_files) COMPLETE
75202024-12-21T05:08:27.994Z[ recovery-image] Dec 21 05:08:27.368 INFO O| Dec 21 05:08:27.368 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-21T05:08:28.012Z[ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75222024-12-21T05:08:28.012Z[ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO STEP 1013 (remove_files) COMPLETE
75232024-12-21T05:08:28.012Z[ recovery-image] Dec 21 05:08:27.386 INFO O| Dec 21 05:08:27.386 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-21T05:08:28.031Z[ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75252024-12-21T05:08:28.031Z[ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO STEP 1014 (remove_files) COMPLETE
75262024-12-21T05:08:28.031Z[ recovery-image] Dec 21 05:08:27.405 INFO O| Dec 21 05:08:27.405 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-21T05:08:28.087Z[ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75282024-12-21T05:08:28.087Z[ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO STEP 1015 (remove_files) COMPLETE
75292024-12-21T05:08:28.087Z[ recovery-image] Dec 21 05:08:27.461 INFO O| Dec 21 05:08:27.461 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-21T05:08:28.120Z[ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75312024-12-21T05:08:28.120Z[ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO STEP 1016 (remove_files) COMPLETE
75322024-12-21T05:08:28.120Z[ recovery-image] Dec 21 05:08:27.493 INFO O| Dec 21 05:08:27.493 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-21T05:08:28.172Z[ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75342024-12-21T05:08:28.172Z[ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO STEP 1017 (remove_files) COMPLETE
75352024-12-21T05:08:28.172Z[ recovery-image] Dec 21 05:08:27.545 INFO O| Dec 21 05:08:27.545 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-21T05:08:28.189Z[ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75372024-12-21T05:08:28.189Z[ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO STEP 1018 (remove_files) COMPLETE
75382024-12-21T05:08:28.192Z[ recovery-image] Dec 21 05:08:27.563 INFO O| Dec 21 05:08:27.563 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-21T05:08:28.207Z[ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75402024-12-21T05:08:28.207Z[ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO STEP 1019 (remove_files) COMPLETE
75412024-12-21T05:08:28.209Z[ recovery-image] Dec 21 05:08:27.581 INFO O| Dec 21 05:08:27.581 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-21T05:08:28.225Z[ recovery-image] Dec 21 05:08:27.599 INFO O| Dec 21 05:08:27.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75432024-12-21T05:08:28.228Z[ recovery-image] Dec 21 05:08:27.600 INFO O| Dec 21 05:08:27.600 INFO STEP 1020 (remove_files) COMPLETE
75442024-12-21T05:08:28.228Z[ recovery-image] Dec 21 05:08:27.600 INFO O| Dec 21 05:08:27.600 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-21T05:08:28.269Z[ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75462024-12-21T05:08:28.269Z[ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO STEP 1021 (remove_files) COMPLETE
75472024-12-21T05:08:28.269Z[ recovery-image] Dec 21 05:08:27.643 INFO O| Dec 21 05:08:27.643 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-21T05:08:28.327Z[ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75492024-12-21T05:08:28.327Z[ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO STEP 1022 (remove_files) COMPLETE
75502024-12-21T05:08:28.327Z[ recovery-image] Dec 21 05:08:27.701 INFO O| Dec 21 05:08:27.701 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-21T05:08:28.346Z[ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75522024-12-21T05:08:28.347Z[ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.721 INFO STEP 1023 (remove_files) COMPLETE
75532024-12-21T05:08:28.347Z[ recovery-image] Dec 21 05:08:27.721 INFO O| Dec 21 05:08:27.721 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-21T05:08:28.365Z[ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75552024-12-21T05:08:28.365Z[ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO STEP 1024 (remove_files) COMPLETE
75562024-12-21T05:08:28.365Z[ recovery-image] Dec 21 05:08:27.739 INFO O| Dec 21 05:08:27.739 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-21T05:08:28.384Z[ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75582024-12-21T05:08:28.384Z[ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO STEP 1025 (remove_files) COMPLETE
75592024-12-21T05:08:28.384Z[ recovery-image] Dec 21 05:08:27.758 INFO O| Dec 21 05:08:27.758 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-21T05:08:28.403Z[ recovery-image] Dec 21 05:08:27.777 INFO O| Dec 21 05:08:27.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75612024-12-21T05:08:28.413Z[ recovery-image] Dec 21 05:08:27.787 INFO O| Dec 21 05:08:27.787 INFO STEP 1026 (remove_files) COMPLETE
75622024-12-21T05:08:28.413Z[ recovery-image] Dec 21 05:08:27.787 INFO O| Dec 21 05:08:27.787 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-21T05:08:28.452Z[ recovery-image] Dec 21 05:08:27.826 INFO O| Dec 21 05:08:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75642024-12-21T05:08:28.452Z[ recovery-image] Dec 21 05:08:27.827 INFO O| Dec 21 05:08:27.827 INFO STEP 1027 (remove_files) COMPLETE
75652024-12-21T05:08:28.452Z[ recovery-image] Dec 21 05:08:27.827 INFO O| Dec 21 05:08:27.827 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-21T05:08:28.476Z[ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75672024-12-21T05:08:28.478Z[ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO STEP 1028 (remove_files) COMPLETE
75682024-12-21T05:08:28.478Z[ recovery-image] Dec 21 05:08:27.850 INFO O| Dec 21 05:08:27.850 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-21T05:08:28.509Z[ recovery-image] Dec 21 05:08:27.883 INFO O| Dec 21 05:08:27.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75702024-12-21T05:08:28.542Z[ recovery-image] Dec 21 05:08:27.916 INFO O| Dec 21 05:08:27.916 INFO STEP 1029 (remove_files) COMPLETE
75712024-12-21T05:08:28.543Z[ recovery-image] Dec 21 05:08:27.916 INFO O| Dec 21 05:08:27.916 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-21T05:08:28.650Z[ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75732024-12-21T05:08:28.653Z[ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO STEP 1030 (remove_files) COMPLETE
75742024-12-21T05:08:28.653Z[ recovery-image] Dec 21 05:08:28.024 INFO O| Dec 21 05:08:28.024 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-21T05:08:28.682Z[ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75762024-12-21T05:08:28.682Z[ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO STEP 1031 (remove_files) COMPLETE
75772024-12-21T05:08:28.684Z[ recovery-image] Dec 21 05:08:28.056 INFO O| Dec 21 05:08:28.056 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-21T05:08:28.721Z[ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75792024-12-21T05:08:28.723Z[ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO STEP 1032 (remove_files) COMPLETE
75802024-12-21T05:08:28.723Z[ recovery-image] Dec 21 05:08:28.095 INFO O| Dec 21 05:08:28.095 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-21T05:08:28.741Z[ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75822024-12-21T05:08:28.743Z[ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO STEP 1033 (remove_files) COMPLETE
75832024-12-21T05:08:28.743Z[ recovery-image] Dec 21 05:08:28.115 INFO O| Dec 21 05:08:28.115 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-21T05:08:28.759Z[ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75852024-12-21T05:08:28.759Z[ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO STEP 1034 (remove_files) COMPLETE
75862024-12-21T05:08:28.759Z[ recovery-image] Dec 21 05:08:28.133 INFO O| Dec 21 05:08:28.133 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-21T05:08:28.781Z[ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75882024-12-21T05:08:28.781Z[ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO STEP 1035 (remove_files) COMPLETE
75892024-12-21T05:08:28.783Z[ recovery-image] Dec 21 05:08:28.155 INFO O| Dec 21 05:08:28.155 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-21T05:08:28.810Z[ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75912024-12-21T05:08:28.812Z[ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO STEP 1036 (remove_files) COMPLETE
75922024-12-21T05:08:28.812Z[ recovery-image] Dec 21 05:08:28.184 INFO O| Dec 21 05:08:28.184 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T05:08:28.853Z[ recovery-image] Dec 21 05:08:28.227 INFO O| Dec 21 05:08:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75942024-12-21T05:08:28.856Z[ recovery-image] Dec 21 05:08:28.228 INFO O| Dec 21 05:08:28.227 INFO STEP 1037 (remove_files) COMPLETE
75952024-12-21T05:08:28.856Z[ recovery-image] Dec 21 05:08:28.228 INFO O| Dec 21 05:08:28.227 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T05:08:28.892Z[ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75972024-12-21T05:08:28.895Z[ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.267 INFO STEP 1038 (remove_files) COMPLETE
75982024-12-21T05:08:28.895Z[ recovery-image] Dec 21 05:08:28.267 INFO O| Dec 21 05:08:28.267 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T05:08:28.924Z[ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76002024-12-21T05:08:28.926Z[ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO STEP 1039 (remove_files) COMPLETE
76012024-12-21T05:08:28.926Z[ recovery-image] Dec 21 05:08:28.298 INFO O| Dec 21 05:08:28.298 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T05:08:28.943Z[ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76032024-12-21T05:08:28.945Z[ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO STEP 1040 (remove_files) COMPLETE
76042024-12-21T05:08:28.945Z[ recovery-image] Dec 21 05:08:28.317 INFO O| Dec 21 05:08:28.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T05:08:28.961Z[ recovery-image] Dec 21 05:08:28.335 INFO O| Dec 21 05:08:28.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76062024-12-21T05:08:28.963Z[ recovery-image] Dec 21 05:08:28.335 INFO O| Dec 21 05:08:28.335 INFO STEP 1041 (remove_files) COMPLETE
76072024-12-21T05:08:28.963Z[ recovery-image] Dec 21 05:08:28.336 INFO O| Dec 21 05:08:28.335 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T05:08:28.984Z[ recovery-image] Dec 21 05:08:28.358 INFO O| Dec 21 05:08:28.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76092024-12-21T05:08:28.984Z[ recovery-image] Dec 21 05:08:28.358 INFO O| Dec 21 05:08:28.358 INFO STEP 1042 (remove_files) COMPLETE
76102024-12-21T05:08:28.987Z[ recovery-image] Dec 21 05:08:28.359 INFO O| Dec 21 05:08:28.358 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-21T05:08:29.034Z[ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76122024-12-21T05:08:29.034Z[ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO STEP 1043 (remove_files) COMPLETE
76132024-12-21T05:08:29.037Z[ recovery-image] Dec 21 05:08:28.408 INFO O| Dec 21 05:08:28.408 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-21T05:08:29.124Z[ recovery-image] Dec 21 05:08:28.498 INFO O| Dec 21 05:08:28.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76152024-12-21T05:08:29.126Z[ recovery-image] Dec 21 05:08:28.498 INFO O| Dec 21 05:08:28.498 INFO STEP 1044 (remove_files) COMPLETE
76162024-12-21T05:08:29.127Z[ recovery-image] Dec 21 05:08:28.499 INFO O| Dec 21 05:08:28.498 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-21T05:08:29.187Z[ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76182024-12-21T05:08:29.187Z[ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO STEP 1045 (remove_files) COMPLETE
76192024-12-21T05:08:29.187Z[ recovery-image] Dec 21 05:08:28.561 INFO O| Dec 21 05:08:28.561 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-21T05:08:29.208Z[ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76212024-12-21T05:08:29.209Z[ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.583 INFO STEP 1046 (remove_files) COMPLETE
76222024-12-21T05:08:29.212Z[ recovery-image] Dec 21 05:08:28.583 INFO O| Dec 21 05:08:28.583 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-21T05:08:29.228Z[ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76242024-12-21T05:08:29.228Z[ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO STEP 1047 (remove_files) COMPLETE
76252024-12-21T05:08:29.228Z[ recovery-image] Dec 21 05:08:28.602 INFO O| Dec 21 05:08:28.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-21T05:08:29.247Z[ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76272024-12-21T05:08:29.247Z[ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO STEP 1048 (remove_files) COMPLETE
76282024-12-21T05:08:29.250Z[ recovery-image] Dec 21 05:08:28.619 INFO O| Dec 21 05:08:28.619 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-21T05:08:29.261Z[ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76302024-12-21T05:08:29.261Z[ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO STEP 1049 (remove_files) COMPLETE
76312024-12-21T05:08:29.270Z[ recovery-image] Dec 21 05:08:28.635 INFO O| Dec 21 05:08:28.635 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-21T05:08:29.280Z[ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76332024-12-21T05:08:29.280Z[ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO STEP 1050 (remove_files) COMPLETE
76342024-12-21T05:08:29.282Z[ recovery-image] Dec 21 05:08:28.654 INFO O| Dec 21 05:08:28.654 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-21T05:08:29.299Z[ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76362024-12-21T05:08:29.299Z[ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO STEP 1051 (remove_files) COMPLETE
76372024-12-21T05:08:29.299Z[ recovery-image] Dec 21 05:08:28.673 INFO O| Dec 21 05:08:28.673 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-21T05:08:29.317Z[ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76392024-12-21T05:08:29.318Z[ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO STEP 1052 (remove_files) COMPLETE
76402024-12-21T05:08:29.318Z[ recovery-image] Dec 21 05:08:28.691 INFO O| Dec 21 05:08:28.691 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-21T05:08:29.337Z[ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76422024-12-21T05:08:29.337Z[ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO STEP 1053 (remove_files) COMPLETE
76432024-12-21T05:08:29.337Z[ recovery-image] Dec 21 05:08:28.711 INFO O| Dec 21 05:08:28.711 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-21T05:08:29.359Z[ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76452024-12-21T05:08:29.362Z[ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO STEP 1054 (remove_files) COMPLETE
76462024-12-21T05:08:29.362Z[ recovery-image] Dec 21 05:08:28.733 INFO O| Dec 21 05:08:28.733 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-21T05:08:29.380Z[ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76482024-12-21T05:08:29.381Z[ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.755 INFO STEP 1055 (remove_files) COMPLETE
76492024-12-21T05:08:29.381Z[ recovery-image] Dec 21 05:08:28.755 INFO O| Dec 21 05:08:28.755 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-21T05:08:29.401Z[ recovery-image] Dec 21 05:08:28.775 INFO O| Dec 21 05:08:28.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76512024-12-21T05:08:29.404Z[ recovery-image] Dec 21 05:08:28.778 INFO O| Dec 21 05:08:28.778 INFO STEP 1056 (remove_files) COMPLETE
76522024-12-21T05:08:29.404Z[ recovery-image] Dec 21 05:08:28.778 INFO O| Dec 21 05:08:28.778 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-21T05:08:29.423Z[ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76542024-12-21T05:08:29.423Z[ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO STEP 1057 (remove_files) COMPLETE
76552024-12-21T05:08:29.423Z[ recovery-image] Dec 21 05:08:28.797 INFO O| Dec 21 05:08:28.797 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-21T05:08:29.456Z[ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
76572024-12-21T05:08:29.456Z[ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO STEP 1058 (remove_files) COMPLETE
76582024-12-21T05:08:29.458Z[ recovery-image] Dec 21 05:08:28.830 INFO O| Dec 21 05:08:28.830 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-21T05:08:29.476Z[ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76602024-12-21T05:08:29.476Z[ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO STEP 1059 (remove_files) COMPLETE
76612024-12-21T05:08:29.476Z[ recovery-image] Dec 21 05:08:28.850 INFO O| Dec 21 05:08:28.850 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-21T05:08:29.495Z[ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76632024-12-21T05:08:29.495Z[ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO STEP 1060 (remove_files) COMPLETE
76642024-12-21T05:08:29.497Z[ recovery-image] Dec 21 05:08:28.869 INFO O| Dec 21 05:08:28.869 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-21T05:08:29.530Z[ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76662024-12-21T05:08:29.530Z[ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO STEP 1061 (remove_files) COMPLETE
76672024-12-21T05:08:29.530Z[ recovery-image] Dec 21 05:08:28.904 INFO O| Dec 21 05:08:28.904 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-21T05:08:29.553Z[ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76692024-12-21T05:08:29.553Z[ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO STEP 1062 (remove_files) COMPLETE
76702024-12-21T05:08:29.553Z[ recovery-image] Dec 21 05:08:28.927 INFO O| Dec 21 05:08:28.927 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-21T05:08:29.573Z[ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76722024-12-21T05:08:29.573Z[ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO STEP 1063 (remove_files) COMPLETE
76732024-12-21T05:08:29.573Z[ recovery-image] Dec 21 05:08:28.947 INFO O| Dec 21 05:08:28.947 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-21T05:08:29.614Z[ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76752024-12-21T05:08:29.614Z[ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO STEP 1064 (remove_files) COMPLETE
76762024-12-21T05:08:29.616Z[ recovery-image] Dec 21 05:08:28.988 INFO O| Dec 21 05:08:28.988 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-21T05:08:29.650Z[ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76782024-12-21T05:08:29.650Z[ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO STEP 1065 (remove_files) COMPLETE
76792024-12-21T05:08:29.650Z[ recovery-image] Dec 21 05:08:29.024 INFO O| Dec 21 05:08:29.024 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-21T05:08:29.691Z[ recovery-image] Dec 21 05:08:29.065 INFO O| Dec 21 05:08:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76812024-12-21T05:08:29.692Z[ recovery-image] Dec 21 05:08:29.066 INFO O| Dec 21 05:08:29.066 INFO STEP 1066 (remove_files) COMPLETE
76822024-12-21T05:08:29.692Z[ recovery-image] Dec 21 05:08:29.066 INFO O| Dec 21 05:08:29.066 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T05:08:29.759Z[ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76842024-12-21T05:08:29.759Z[ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO STEP 1067 (remove_files) COMPLETE
76852024-12-21T05:08:29.759Z[ recovery-image] Dec 21 05:08:29.133 INFO O| Dec 21 05:08:29.133 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T05:08:29.792Z[ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76872024-12-21T05:08:29.792Z[ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO STEP 1068 (remove_files) COMPLETE
76882024-12-21T05:08:29.792Z[ recovery-image] Dec 21 05:08:29.166 INFO O| Dec 21 05:08:29.166 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T05:08:29.825Z[ recovery-image] Dec 21 05:08:29.199 INFO O| Dec 21 05:08:29.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76902024-12-21T05:08:29.825Z[ recovery-image] Dec 21 05:08:29.199 INFO O| Dec 21 05:08:29.199 INFO STEP 1069 (remove_files) COMPLETE
76912024-12-21T05:08:29.829Z[ recovery-image] Dec 21 05:08:29.200 INFO O| Dec 21 05:08:29.199 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-21T05:08:29.866Z[ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76932024-12-21T05:08:29.866Z[ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.240 INFO STEP 1070 (remove_files) COMPLETE
76942024-12-21T05:08:29.869Z[ recovery-image] Dec 21 05:08:29.240 INFO O| Dec 21 05:08:29.240 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-21T05:08:29.900Z[ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76962024-12-21T05:08:29.900Z[ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO STEP 1071 (remove_files) COMPLETE
76972024-12-21T05:08:29.903Z[ recovery-image] Dec 21 05:08:29.274 INFO O| Dec 21 05:08:29.274 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-21T05:08:29.923Z[ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76992024-12-21T05:08:29.923Z[ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO STEP 1072 (remove_files) COMPLETE
77002024-12-21T05:08:29.923Z[ recovery-image] Dec 21 05:08:29.296 INFO O| Dec 21 05:08:29.296 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-21T05:08:29.962Z[ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77022024-12-21T05:08:29.964Z[ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.336 INFO STEP 1073 (remove_files) COMPLETE
77032024-12-21T05:08:29.964Z[ recovery-image] Dec 21 05:08:29.336 INFO O| Dec 21 05:08:29.336 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-21T05:08:29.982Z[ recovery-image] Dec 21 05:08:29.356 INFO O| Dec 21 05:08:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77052024-12-21T05:08:29.985Z[ recovery-image] Dec 21 05:08:29.356 INFO O| Dec 21 05:08:29.356 INFO STEP 1074 (remove_files) COMPLETE
77062024-12-21T05:08:29.985Z[ recovery-image] Dec 21 05:08:29.357 INFO O| Dec 21 05:08:29.357 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-21T05:08:30.017Z[ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77082024-12-21T05:08:30.018Z[ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO STEP 1075 (remove_files) COMPLETE
77092024-12-21T05:08:30.021Z[ recovery-image] Dec 21 05:08:29.391 INFO O| Dec 21 05:08:29.391 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-21T05:08:30.066Z[ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77112024-12-21T05:08:30.067Z[ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO STEP 1076 (remove_files) COMPLETE
77122024-12-21T05:08:30.067Z[ recovery-image] Dec 21 05:08:29.440 INFO O| Dec 21 05:08:29.440 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-21T05:08:30.106Z[ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77142024-12-21T05:08:30.106Z[ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO STEP 1077 (remove_files) COMPLETE
77152024-12-21T05:08:30.106Z[ recovery-image] Dec 21 05:08:29.480 INFO O| Dec 21 05:08:29.480 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-21T05:08:30.167Z[ recovery-image] Dec 21 05:08:29.541 INFO O| Dec 21 05:08:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77172024-12-21T05:08:30.167Z[ recovery-image] Dec 21 05:08:29.541 INFO O| Dec 21 05:08:29.541 INFO STEP 1078 (remove_files) COMPLETE
77182024-12-21T05:08:30.170Z[ recovery-image] Dec 21 05:08:29.542 INFO O| Dec 21 05:08:29.541 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-21T05:08:30.233Z[ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77202024-12-21T05:08:30.234Z[ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.608 INFO STEP 1079 (remove_files) COMPLETE
77212024-12-21T05:08:30.234Z[ recovery-image] Dec 21 05:08:29.608 INFO O| Dec 21 05:08:29.608 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-21T05:08:30.253Z[ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77232024-12-21T05:08:30.253Z[ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO STEP 1080 (remove_files) COMPLETE
77242024-12-21T05:08:30.256Z[ recovery-image] Dec 21 05:08:29.627 INFO O| Dec 21 05:08:29.627 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-21T05:08:30.272Z[ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77262024-12-21T05:08:30.272Z[ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.646 INFO STEP 1081 (remove_files) COMPLETE
77272024-12-21T05:08:30.272Z[ recovery-image] Dec 21 05:08:29.646 INFO O| Dec 21 05:08:29.646 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-21T05:08:30.290Z[ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77292024-12-21T05:08:30.290Z[ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO STEP 1082 (remove_files) COMPLETE
77302024-12-21T05:08:30.292Z[ recovery-image] Dec 21 05:08:29.664 INFO O| Dec 21 05:08:29.664 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-21T05:08:30.312Z[ recovery-image] Dec 21 05:08:29.686 INFO O| Dec 21 05:08:29.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77322024-12-21T05:08:30.316Z[ recovery-image] Dec 21 05:08:29.686 INFO O| Dec 21 05:08:29.686 INFO STEP 1083 (remove_files) COMPLETE
77332024-12-21T05:08:30.316Z[ recovery-image] Dec 21 05:08:29.687 INFO O| Dec 21 05:08:29.686 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-21T05:08:30.335Z[ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77352024-12-21T05:08:30.335Z[ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO STEP 1084 (remove_files) COMPLETE
77362024-12-21T05:08:30.335Z[ recovery-image] Dec 21 05:08:29.709 INFO O| Dec 21 05:08:29.709 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-21T05:08:30.377Z[ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77382024-12-21T05:08:30.377Z[ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO STEP 1085 (remove_files) COMPLETE
77392024-12-21T05:08:30.377Z[ recovery-image] Dec 21 05:08:29.750 INFO O| Dec 21 05:08:29.750 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-21T05:08:30.396Z[ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77412024-12-21T05:08:30.399Z[ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO STEP 1086 (remove_files) COMPLETE
77422024-12-21T05:08:30.399Z[ recovery-image] Dec 21 05:08:29.770 INFO O| Dec 21 05:08:29.770 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-21T05:08:30.415Z[ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77442024-12-21T05:08:30.415Z[ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO STEP 1087 (remove_files) COMPLETE
77452024-12-21T05:08:30.415Z[ recovery-image] Dec 21 05:08:29.789 INFO O| Dec 21 05:08:29.789 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-21T05:08:30.447Z[ recovery-image] Dec 21 05:08:29.821 INFO O| Dec 21 05:08:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77472024-12-21T05:08:30.450Z[ recovery-image] Dec 21 05:08:29.821 INFO O| Dec 21 05:08:29.821 INFO STEP 1088 (remove_files) COMPLETE
77482024-12-21T05:08:30.450Z[ recovery-image] Dec 21 05:08:29.822 INFO O| Dec 21 05:08:29.822 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-21T05:08:30.470Z[ recovery-image] Dec 21 05:08:29.844 INFO O| Dec 21 05:08:29.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77502024-12-21T05:08:30.495Z[ recovery-image] Dec 21 05:08:29.869 INFO O| Dec 21 05:08:29.869 INFO STEP 1089 (remove_files) COMPLETE
77512024-12-21T05:08:30.498Z[ recovery-image] Dec 21 05:08:29.869 INFO O| Dec 21 05:08:29.869 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-21T05:08:30.519Z[ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77532024-12-21T05:08:30.521Z[ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO STEP 1090 (remove_files) COMPLETE
77542024-12-21T05:08:30.521Z[ recovery-image] Dec 21 05:08:29.893 INFO O| Dec 21 05:08:29.893 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-21T05:08:30.591Z[ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77562024-12-21T05:08:30.591Z[ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO STEP 1091 (remove_files) COMPLETE
77572024-12-21T05:08:30.591Z[ recovery-image] Dec 21 05:08:29.965 INFO O| Dec 21 05:08:29.965 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-21T05:08:30.671Z[ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77592024-12-21T05:08:30.671Z[ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO STEP 1092 (remove_files) COMPLETE
77602024-12-21T05:08:30.671Z[ recovery-image] Dec 21 05:08:30.045 INFO O| Dec 21 05:08:30.045 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-21T05:08:30.742Z[ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77622024-12-21T05:08:30.742Z[ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO STEP 1093 (remove_files) COMPLETE
77632024-12-21T05:08:30.742Z[ recovery-image] Dec 21 05:08:30.115 INFO O| Dec 21 05:08:30.115 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-21T05:08:30.767Z[ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77652024-12-21T05:08:30.767Z[ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO STEP 1094 (remove_files) COMPLETE
77662024-12-21T05:08:30.767Z[ recovery-image] Dec 21 05:08:30.141 INFO O| Dec 21 05:08:30.141 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-21T05:08:30.799Z[ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77682024-12-21T05:08:30.799Z[ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO STEP 1095 (remove_files) COMPLETE
77692024-12-21T05:08:30.799Z[ recovery-image] Dec 21 05:08:30.173 INFO O| Dec 21 05:08:30.173 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-21T05:08:30.817Z[ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77712024-12-21T05:08:30.817Z[ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO STEP 1096 (remove_files) COMPLETE
77722024-12-21T05:08:30.817Z[ recovery-image] Dec 21 05:08:30.191 INFO O| Dec 21 05:08:30.191 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-21T05:08:30.862Z[ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77742024-12-21T05:08:30.862Z[ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO STEP 1097 (remove_files) COMPLETE
77752024-12-21T05:08:30.864Z[ recovery-image] Dec 21 05:08:30.236 INFO O| Dec 21 05:08:30.236 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-21T05:08:30.879Z[ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77772024-12-21T05:08:30.879Z[ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO STEP 1098 (remove_files) COMPLETE
77782024-12-21T05:08:30.882Z[ recovery-image] Dec 21 05:08:30.253 INFO O| Dec 21 05:08:30.253 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-21T05:08:30.896Z[ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77802024-12-21T05:08:30.896Z[ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO STEP 1099 (remove_files) COMPLETE
77812024-12-21T05:08:30.898Z[ recovery-image] Dec 21 05:08:30.270 INFO O| Dec 21 05:08:30.270 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-21T05:08:30.912Z[ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77832024-12-21T05:08:30.912Z[ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO STEP 1100 (remove_files) COMPLETE
77842024-12-21T05:08:30.912Z[ recovery-image] Dec 21 05:08:30.286 INFO O| Dec 21 05:08:30.286 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-21T05:08:30.942Z[ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77862024-12-21T05:08:30.942Z[ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO STEP 1101 (remove_files) COMPLETE
77872024-12-21T05:08:30.942Z[ recovery-image] Dec 21 05:08:30.316 INFO O| Dec 21 05:08:30.316 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-21T05:08:30.978Z[ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77892024-12-21T05:08:30.978Z[ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO STEP 1102 (remove_files) COMPLETE
77902024-12-21T05:08:30.979Z[ recovery-image] Dec 21 05:08:30.352 INFO O| Dec 21 05:08:30.352 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-21T05:08:31.040Z[ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77922024-12-21T05:08:31.040Z[ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO STEP 1103 (remove_files) COMPLETE
77932024-12-21T05:08:31.040Z[ recovery-image] Dec 21 05:08:30.413 INFO O| Dec 21 05:08:30.413 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-21T05:08:31.058Z[ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77952024-12-21T05:08:31.058Z[ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO STEP 1104 (remove_files) COMPLETE
77962024-12-21T05:08:31.058Z[ recovery-image] Dec 21 05:08:30.432 INFO O| Dec 21 05:08:30.432 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-21T05:08:31.120Z[ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77982024-12-21T05:08:31.120Z[ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO STEP 1105 (remove_files) COMPLETE
77992024-12-21T05:08:31.121Z[ recovery-image] Dec 21 05:08:30.494 INFO O| Dec 21 05:08:30.494 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-21T05:08:31.144Z[ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78012024-12-21T05:08:31.144Z[ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO STEP 1106 (remove_files) COMPLETE
78022024-12-21T05:08:31.144Z[ recovery-image] Dec 21 05:08:30.517 INFO O| Dec 21 05:08:30.517 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T05:08:31.197Z[ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78042024-12-21T05:08:31.197Z[ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO STEP 1107 (remove_files) COMPLETE
78052024-12-21T05:08:31.197Z[ recovery-image] Dec 21 05:08:30.570 INFO O| Dec 21 05:08:30.570 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-21T05:08:31.256Z[ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78072024-12-21T05:08:31.257Z[ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO STEP 1108 (remove_files) COMPLETE
78082024-12-21T05:08:31.257Z[ recovery-image] Dec 21 05:08:30.630 INFO O| Dec 21 05:08:30.630 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-21T05:08:31.274Z[ recovery-image] Dec 21 05:08:30.648 INFO O| Dec 21 05:08:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78102024-12-21T05:08:31.277Z[ recovery-image] Dec 21 05:08:30.648 INFO O| Dec 21 05:08:30.648 INFO STEP 1109 (remove_files) COMPLETE
78112024-12-21T05:08:31.277Z[ recovery-image] Dec 21 05:08:30.649 INFO O| Dec 21 05:08:30.648 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-21T05:08:31.294Z[ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78132024-12-21T05:08:31.296Z[ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO STEP 1110 (remove_files) COMPLETE
78142024-12-21T05:08:31.297Z[ recovery-image] Dec 21 05:08:30.668 INFO O| Dec 21 05:08:30.668 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-21T05:08:31.326Z[ recovery-image] Dec 21 05:08:30.699 INFO O| Dec 21 05:08:30.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78162024-12-21T05:08:31.326Z[ recovery-image] Dec 21 05:08:30.699 INFO O| Dec 21 05:08:30.699 INFO STEP 1111 (remove_files) COMPLETE
78172024-12-21T05:08:31.327Z[ recovery-image] Dec 21 05:08:30.700 INFO O| Dec 21 05:08:30.700 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-21T05:08:31.374Z[ recovery-image] Dec 21 05:08:30.748 INFO O| Dec 21 05:08:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78192024-12-21T05:08:31.377Z[ recovery-image] Dec 21 05:08:30.749 INFO O| Dec 21 05:08:30.749 INFO STEP 1112 (remove_files) COMPLETE
78202024-12-21T05:08:31.378Z[ recovery-image] Dec 21 05:08:30.749 INFO O| Dec 21 05:08:30.749 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-21T05:08:31.395Z[ recovery-image] Dec 21 05:08:30.768 INFO O| Dec 21 05:08:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78222024-12-21T05:08:31.397Z[ recovery-image] Dec 21 05:08:30.769 INFO O| Dec 21 05:08:30.769 INFO STEP 1113 (remove_files) COMPLETE
78232024-12-21T05:08:31.397Z[ recovery-image] Dec 21 05:08:30.769 INFO O| Dec 21 05:08:30.769 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-21T05:08:31.421Z[ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78252024-12-21T05:08:31.421Z[ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO STEP 1114 (remove_files) COMPLETE
78262024-12-21T05:08:31.421Z[ recovery-image] Dec 21 05:08:30.795 INFO O| Dec 21 05:08:30.795 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-21T05:08:31.449Z[ recovery-image] Dec 21 05:08:30.822 INFO O| Dec 21 05:08:30.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
78282024-12-21T05:08:31.449Z[ recovery-image] Dec 21 05:08:30.823 INFO O| Dec 21 05:08:30.823 INFO STEP 1115 (remove_files) COMPLETE
78292024-12-21T05:08:31.451Z[ recovery-image] Dec 21 05:08:30.823 INFO O| Dec 21 05:08:30.823 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-21T05:08:31.468Z[ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78312024-12-21T05:08:31.468Z[ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO STEP 1116 (remove_files) COMPLETE
78322024-12-21T05:08:31.468Z[ recovery-image] Dec 21 05:08:30.842 INFO O| Dec 21 05:08:30.842 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-21T05:08:31.492Z[ recovery-image] Dec 21 05:08:30.866 INFO O| Dec 21 05:08:30.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78342024-12-21T05:08:31.495Z[ recovery-image] Dec 21 05:08:30.866 INFO O| Dec 21 05:08:30.866 INFO STEP 1117 (remove_files) COMPLETE
78352024-12-21T05:08:31.495Z[ recovery-image] Dec 21 05:08:30.867 INFO O| Dec 21 05:08:30.867 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-21T05:08:31.512Z[ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78372024-12-21T05:08:31.515Z[ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO STEP 1118 (remove_files) COMPLETE
78382024-12-21T05:08:31.515Z[ recovery-image] Dec 21 05:08:30.886 INFO O| Dec 21 05:08:30.886 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-21T05:08:31.555Z[ recovery-image] Dec 21 05:08:30.928 INFO O| Dec 21 05:08:30.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78402024-12-21T05:08:31.555Z[ recovery-image] Dec 21 05:08:30.929 INFO O| Dec 21 05:08:30.928 INFO STEP 1119 (remove_files) COMPLETE
78412024-12-21T05:08:31.558Z[ recovery-image] Dec 21 05:08:30.929 INFO O| Dec 21 05:08:30.929 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-21T05:08:31.612Z[ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78432024-12-21T05:08:31.612Z[ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.986 INFO STEP 1120 (remove_files) COMPLETE
78442024-12-21T05:08:31.612Z[ recovery-image] Dec 21 05:08:30.986 INFO O| Dec 21 05:08:30.986 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-21T05:08:31.636Z[ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78462024-12-21T05:08:31.636Z[ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO STEP 1121 (remove_files) COMPLETE
78472024-12-21T05:08:31.640Z[ recovery-image] Dec 21 05:08:31.010 INFO O| Dec 21 05:08:31.010 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-21T05:08:31.658Z[ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78492024-12-21T05:08:31.661Z[ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO STEP 1122 (remove_files) COMPLETE
78502024-12-21T05:08:31.661Z[ recovery-image] Dec 21 05:08:31.032 INFO O| Dec 21 05:08:31.032 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-21T05:08:31.695Z[ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78522024-12-21T05:08:31.695Z[ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO STEP 1123 (remove_files) COMPLETE
78532024-12-21T05:08:31.695Z[ recovery-image] Dec 21 05:08:31.069 INFO O| Dec 21 05:08:31.069 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-21T05:08:31.728Z[ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78552024-12-21T05:08:31.728Z[ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO STEP 1124 (remove_files) COMPLETE
78562024-12-21T05:08:31.730Z[ recovery-image] Dec 21 05:08:31.101 INFO O| Dec 21 05:08:31.101 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-21T05:08:31.784Z[ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78582024-12-21T05:08:31.784Z[ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.158 INFO STEP 1125 (remove_files) COMPLETE
78592024-12-21T05:08:31.786Z[ recovery-image] Dec 21 05:08:31.158 INFO O| Dec 21 05:08:31.158 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-21T05:08:31.804Z[ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78612024-12-21T05:08:31.804Z[ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.178 INFO STEP 1126 (remove_files) COMPLETE
78622024-12-21T05:08:31.804Z[ recovery-image] Dec 21 05:08:31.178 INFO O| Dec 21 05:08:31.178 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-21T05:08:31.834Z[ recovery-image] Dec 21 05:08:31.208 INFO O| Dec 21 05:08:31.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78642024-12-21T05:08:31.837Z[ recovery-image] Dec 21 05:08:31.208 INFO O| Dec 21 05:08:31.208 INFO STEP 1127 (remove_files) COMPLETE
78652024-12-21T05:08:31.837Z[ recovery-image] Dec 21 05:08:31.209 INFO O| Dec 21 05:08:31.209 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-21T05:08:31.855Z[ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78672024-12-21T05:08:31.858Z[ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO STEP 1128 (remove_files) COMPLETE
78682024-12-21T05:08:31.858Z[ recovery-image] Dec 21 05:08:31.229 INFO O| Dec 21 05:08:31.229 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-21T05:08:31.876Z[ recovery-image] Dec 21 05:08:31.249 INFO O| Dec 21 05:08:31.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78702024-12-21T05:08:31.878Z[ recovery-image] Dec 21 05:08:31.250 INFO O| Dec 21 05:08:31.250 INFO STEP 1129 (remove_files) COMPLETE
78712024-12-21T05:08:31.878Z[ recovery-image] Dec 21 05:08:31.250 INFO O| Dec 21 05:08:31.250 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-21T05:08:31.910Z[ recovery-image] Dec 21 05:08:31.284 INFO O| Dec 21 05:08:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78732024-12-21T05:08:31.913Z[ recovery-image] Dec 21 05:08:31.284 INFO O| Dec 21 05:08:31.284 INFO STEP 1130 (remove_files) COMPLETE
78742024-12-21T05:08:31.914Z[ recovery-image] Dec 21 05:08:31.285 INFO O| Dec 21 05:08:31.284 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-21T05:08:31.930Z[ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78762024-12-21T05:08:31.933Z[ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO STEP 1131 (remove_files) COMPLETE
78772024-12-21T05:08:31.933Z[ recovery-image] Dec 21 05:08:31.304 INFO O| Dec 21 05:08:31.304 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-21T05:08:31.952Z[ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78792024-12-21T05:08:31.952Z[ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.326 INFO STEP 1132 (remove_files) COMPLETE
78802024-12-21T05:08:31.952Z[ recovery-image] Dec 21 05:08:31.326 INFO O| Dec 21 05:08:31.326 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-21T05:08:31.986Z[ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78822024-12-21T05:08:31.986Z[ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO STEP 1133 (remove_files) COMPLETE
78832024-12-21T05:08:31.986Z[ recovery-image] Dec 21 05:08:31.359 INFO O| Dec 21 05:08:31.359 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-21T05:08:32.012Z[ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78852024-12-21T05:08:32.012Z[ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO STEP 1134 (remove_files) COMPLETE
78862024-12-21T05:08:32.016Z[ recovery-image] Dec 21 05:08:31.385 INFO O| Dec 21 05:08:31.385 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-21T05:08:32.054Z[ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78882024-12-21T05:08:32.054Z[ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO STEP 1135 (remove_files) COMPLETE
78892024-12-21T05:08:32.054Z[ recovery-image] Dec 21 05:08:31.428 INFO O| Dec 21 05:08:31.428 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-21T05:08:32.073Z[ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78912024-12-21T05:08:32.073Z[ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO STEP 1136 (remove_files) COMPLETE
78922024-12-21T05:08:32.073Z[ recovery-image] Dec 21 05:08:31.447 INFO O| Dec 21 05:08:31.447 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-21T05:08:32.093Z[ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78942024-12-21T05:08:32.094Z[ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.467 INFO STEP 1137 (remove_files) COMPLETE
78952024-12-21T05:08:32.094Z[ recovery-image] Dec 21 05:08:31.467 INFO O| Dec 21 05:08:31.467 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-21T05:08:32.123Z[ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78972024-12-21T05:08:32.123Z[ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO STEP 1138 (remove_files) COMPLETE
78982024-12-21T05:08:32.123Z[ recovery-image] Dec 21 05:08:31.496 INFO O| Dec 21 05:08:31.496 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-21T05:08:32.155Z[ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79002024-12-21T05:08:32.155Z[ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO STEP 1139 (remove_files) COMPLETE
79012024-12-21T05:08:32.155Z[ recovery-image] Dec 21 05:08:31.528 INFO O| Dec 21 05:08:31.528 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-21T05:08:32.172Z[ recovery-image] Dec 21 05:08:31.546 INFO O| Dec 21 05:08:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79032024-12-21T05:08:32.218Z[ recovery-image] Dec 21 05:08:31.591 INFO O| Dec 21 05:08:31.591 INFO STEP 1140 (remove_files) COMPLETE
79042024-12-21T05:08:32.218Z[ recovery-image] Dec 21 05:08:31.591 INFO O| Dec 21 05:08:31.591 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-21T05:08:32.311Z[ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79062024-12-21T05:08:32.311Z[ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO STEP 1141 (remove_files) COMPLETE
79072024-12-21T05:08:32.311Z[ recovery-image] Dec 21 05:08:31.685 INFO O| Dec 21 05:08:31.685 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-21T05:08:32.387Z[ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79092024-12-21T05:08:32.387Z[ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO STEP 1142 (remove_files) COMPLETE
79102024-12-21T05:08:32.387Z[ recovery-image] Dec 21 05:08:31.761 INFO O| Dec 21 05:08:31.761 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-21T05:08:32.449Z[ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79122024-12-21T05:08:32.450Z[ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO STEP 1143 (remove_files) COMPLETE
79132024-12-21T05:08:32.450Z[ recovery-image] Dec 21 05:08:31.823 INFO O| Dec 21 05:08:31.823 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-21T05:08:32.470Z[ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79152024-12-21T05:08:32.470Z[ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO STEP 1144 (remove_files) COMPLETE
79162024-12-21T05:08:32.473Z[ recovery-image] Dec 21 05:08:31.844 INFO O| Dec 21 05:08:31.844 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-21T05:08:32.492Z[ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79182024-12-21T05:08:32.492Z[ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO STEP 1145 (remove_files) COMPLETE
79192024-12-21T05:08:32.493Z[ recovery-image] Dec 21 05:08:31.866 INFO O| Dec 21 05:08:31.866 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-21T05:08:32.552Z[ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79212024-12-21T05:08:32.552Z[ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO STEP 1146 (remove_files) COMPLETE
79222024-12-21T05:08:32.554Z[ recovery-image] Dec 21 05:08:31.925 INFO O| Dec 21 05:08:31.925 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-21T05:08:32.619Z[ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79242024-12-21T05:08:32.620Z[ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO STEP 1147 (remove_files) COMPLETE
79252024-12-21T05:08:32.623Z[ recovery-image] Dec 21 05:08:31.993 INFO O| Dec 21 05:08:31.993 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-21T05:08:32.665Z[ recovery-image] Dec 21 05:08:32.039 INFO O| Dec 21 05:08:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79272024-12-21T05:08:32.668Z[ recovery-image] Dec 21 05:08:32.040 INFO O| Dec 21 05:08:32.039 INFO STEP 1148 (remove_files) COMPLETE
79282024-12-21T05:08:32.668Z[ recovery-image] Dec 21 05:08:32.040 INFO O| Dec 21 05:08:32.040 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-21T05:08:32.685Z[ recovery-image] Dec 21 05:08:32.059 INFO O| Dec 21 05:08:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79302024-12-21T05:08:32.688Z[ recovery-image] Dec 21 05:08:32.059 INFO O| Dec 21 05:08:32.059 INFO STEP 1149 (remove_files) COMPLETE
79312024-12-21T05:08:32.688Z[ recovery-image] Dec 21 05:08:32.060 INFO O| Dec 21 05:08:32.059 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-21T05:08:32.707Z[ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79332024-12-21T05:08:32.709Z[ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO STEP 1150 (remove_files) COMPLETE
79342024-12-21T05:08:32.709Z[ recovery-image] Dec 21 05:08:32.079 INFO O| Dec 21 05:08:32.079 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-21T05:08:32.726Z[ recovery-image] Dec 21 05:08:32.099 INFO O| Dec 21 05:08:32.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79362024-12-21T05:08:32.730Z[ recovery-image] Dec 21 05:08:32.104 INFO O| Dec 21 05:08:32.104 INFO STEP 1151 (remove_files) COMPLETE
79372024-12-21T05:08:32.732Z[ recovery-image] Dec 21 05:08:32.104 INFO O| Dec 21 05:08:32.104 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-21T05:08:32.751Z[ recovery-image] Dec 21 05:08:32.124 INFO O| Dec 21 05:08:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79392024-12-21T05:08:32.753Z[ recovery-image] Dec 21 05:08:32.125 INFO O| Dec 21 05:08:32.124 INFO STEP 1152 (remove_files) COMPLETE
79402024-12-21T05:08:32.753Z[ recovery-image] Dec 21 05:08:32.125 INFO O| Dec 21 05:08:32.125 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-21T05:08:32.781Z[ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79422024-12-21T05:08:32.781Z[ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO STEP 1153 (remove_files) COMPLETE
79432024-12-21T05:08:32.781Z[ recovery-image] Dec 21 05:08:32.155 INFO O| Dec 21 05:08:32.155 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-21T05:08:32.798Z[ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79452024-12-21T05:08:32.798Z[ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO STEP 1154 (remove_files) COMPLETE
79462024-12-21T05:08:32.800Z[ recovery-image] Dec 21 05:08:32.172 INFO O| Dec 21 05:08:32.172 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-21T05:08:32.827Z[ recovery-image] Dec 21 05:08:32.201 INFO O| Dec 21 05:08:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79482024-12-21T05:08:32.830Z[ recovery-image] Dec 21 05:08:32.201 INFO O| Dec 21 05:08:32.201 INFO STEP 1155 (remove_files) COMPLETE
79492024-12-21T05:08:32.830Z[ recovery-image] Dec 21 05:08:32.202 INFO O| Dec 21 05:08:32.202 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-21T05:08:32.861Z[ recovery-image] Dec 21 05:08:32.234 INFO O| Dec 21 05:08:32.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79512024-12-21T05:08:32.864Z[ recovery-image] Dec 21 05:08:32.235 INFO O| Dec 21 05:08:32.234 INFO STEP 1156 (remove_files) COMPLETE
79522024-12-21T05:08:32.864Z[ recovery-image] Dec 21 05:08:32.235 INFO O| Dec 21 05:08:32.235 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-21T05:08:32.891Z[ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79542024-12-21T05:08:32.891Z[ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.265 INFO STEP 1157 (remove_files) COMPLETE
79552024-12-21T05:08:32.894Z[ recovery-image] Dec 21 05:08:32.265 INFO O| Dec 21 05:08:32.265 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-21T05:08:32.912Z[ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79572024-12-21T05:08:32.912Z[ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO STEP 1158 (remove_files) COMPLETE
79582024-12-21T05:08:32.912Z[ recovery-image] Dec 21 05:08:32.286 INFO O| Dec 21 05:08:32.286 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-21T05:08:32.931Z[ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79602024-12-21T05:08:32.931Z[ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO STEP 1159 (remove_files) COMPLETE
79612024-12-21T05:08:32.931Z[ recovery-image] Dec 21 05:08:32.305 INFO O| Dec 21 05:08:32.305 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-21T05:08:32.952Z[ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79632024-12-21T05:08:32.952Z[ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO STEP 1160 (remove_files) COMPLETE
79642024-12-21T05:08:32.952Z[ recovery-image] Dec 21 05:08:32.326 INFO O| Dec 21 05:08:32.326 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-21T05:08:32.980Z[ recovery-image] Dec 21 05:08:32.353 INFO O| Dec 21 05:08:32.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79662024-12-21T05:08:32.983Z[ recovery-image] Dec 21 05:08:32.353 INFO O| Dec 21 05:08:32.353 INFO STEP 1161 (remove_files) COMPLETE
79672024-12-21T05:08:32.983Z[ recovery-image] Dec 21 05:08:32.354 INFO O| Dec 21 05:08:32.353 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-21T05:08:32.998Z[ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79692024-12-21T05:08:33.002Z[ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO STEP 1162 (remove_files) COMPLETE
79702024-12-21T05:08:33.002Z[ recovery-image] Dec 21 05:08:32.372 INFO O| Dec 21 05:08:32.372 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-21T05:08:33.016Z[ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79722024-12-21T05:08:33.019Z[ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO STEP 1163 (remove_files) COMPLETE
79732024-12-21T05:08:33.019Z[ recovery-image] Dec 21 05:08:32.390 INFO O| Dec 21 05:08:32.390 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-21T05:08:33.048Z[ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79752024-12-21T05:08:33.048Z[ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO STEP 1164 (remove_files) COMPLETE
79762024-12-21T05:08:33.048Z[ recovery-image] Dec 21 05:08:32.420 INFO O| Dec 21 05:08:32.420 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-21T05:08:33.089Z[ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79782024-12-21T05:08:33.089Z[ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO STEP 1165 (remove_files) COMPLETE
79792024-12-21T05:08:33.090Z[ recovery-image] Dec 21 05:08:32.463 INFO O| Dec 21 05:08:32.463 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-21T05:08:33.109Z[ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79812024-12-21T05:08:33.109Z[ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.483 INFO STEP 1166 (remove_files) COMPLETE
79822024-12-21T05:08:33.109Z[ recovery-image] Dec 21 05:08:32.483 INFO O| Dec 21 05:08:32.483 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-21T05:08:33.131Z[ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79842024-12-21T05:08:33.131Z[ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO STEP 1167 (remove_files) COMPLETE
79852024-12-21T05:08:33.131Z[ recovery-image] Dec 21 05:08:32.504 INFO O| Dec 21 05:08:32.504 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-21T05:08:33.150Z[ recovery-image] Dec 21 05:08:32.523 INFO O| Dec 21 05:08:32.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79872024-12-21T05:08:33.150Z[ recovery-image] Dec 21 05:08:32.524 INFO O| Dec 21 05:08:32.523 INFO STEP 1168 (remove_files) COMPLETE
79882024-12-21T05:08:33.150Z[ recovery-image] Dec 21 05:08:32.524 INFO O| Dec 21 05:08:32.523 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-21T05:08:33.170Z[ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79902024-12-21T05:08:33.170Z[ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.544 INFO STEP 1169 (remove_files) COMPLETE
79912024-12-21T05:08:33.173Z[ recovery-image] Dec 21 05:08:32.544 INFO O| Dec 21 05:08:32.544 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-21T05:08:33.191Z[ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79932024-12-21T05:08:33.191Z[ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.565 INFO STEP 1170 (remove_files) COMPLETE
79942024-12-21T05:08:33.191Z[ recovery-image] Dec 21 05:08:32.565 INFO O| Dec 21 05:08:32.565 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-21T05:08:33.209Z[ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79962024-12-21T05:08:33.209Z[ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO STEP 1171 (remove_files) COMPLETE
79972024-12-21T05:08:33.209Z[ recovery-image] Dec 21 05:08:32.582 INFO O| Dec 21 05:08:32.582 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-21T05:08:33.269Z[ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79992024-12-21T05:08:33.272Z[ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO STEP 1172 (remove_files) COMPLETE
80002024-12-21T05:08:33.272Z[ recovery-image] Dec 21 05:08:32.642 INFO O| Dec 21 05:08:32.642 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-21T05:08:33.308Z[ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80022024-12-21T05:08:33.308Z[ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO STEP 1173 (remove_files) COMPLETE
80032024-12-21T05:08:33.311Z[ recovery-image] Dec 21 05:08:32.682 INFO O| Dec 21 05:08:32.682 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042024-12-21T05:08:33.330Z[ recovery-image] Dec 21 05:08:32.703 INFO O| Dec 21 05:08:32.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80052024-12-21T05:08:33.330Z[ recovery-image] Dec 21 05:08:32.704 INFO O| Dec 21 05:08:32.704 INFO STEP 1174 (remove_files) COMPLETE
80062024-12-21T05:08:33.330Z[ recovery-image] Dec 21 05:08:32.704 INFO O| Dec 21 05:08:32.704 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072024-12-21T05:08:33.393Z[ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80082024-12-21T05:08:33.396Z[ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO STEP 1175 (remove_files) COMPLETE
80092024-12-21T05:08:33.396Z[ recovery-image] Dec 21 05:08:32.767 INFO O| Dec 21 05:08:32.767 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102024-12-21T05:08:33.485Z[ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80112024-12-21T05:08:33.488Z[ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO STEP 1176 (remove_files) COMPLETE
80122024-12-21T05:08:33.488Z[ recovery-image] Dec 21 05:08:32.859 INFO O| Dec 21 05:08:32.859 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132024-12-21T05:08:33.539Z[ recovery-image] Dec 21 05:08:32.912 INFO O| Dec 21 05:08:32.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80142024-12-21T05:08:33.539Z[ recovery-image] Dec 21 05:08:32.913 INFO O| Dec 21 05:08:32.912 INFO STEP 1177 (remove_files) COMPLETE
80152024-12-21T05:08:33.539Z[ recovery-image] Dec 21 05:08:32.913 INFO O| Dec 21 05:08:32.913 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162024-12-21T05:08:33.560Z[ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80172024-12-21T05:08:33.560Z[ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.934 INFO STEP 1178 (remove_files) COMPLETE
80182024-12-21T05:08:33.561Z[ recovery-image] Dec 21 05:08:32.934 INFO O| Dec 21 05:08:32.934 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192024-12-21T05:08:33.581Z[ recovery-image] Dec 21 05:08:32.954 INFO O| Dec 21 05:08:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80202024-12-21T05:08:33.581Z[ recovery-image] Dec 21 05:08:32.954 INFO O| Dec 21 05:08:32.954 INFO STEP 1179 (remove_files) COMPLETE
80212024-12-21T05:08:33.581Z[ recovery-image] Dec 21 05:08:32.955 INFO O| Dec 21 05:08:32.954 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222024-12-21T05:08:33.614Z[ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80232024-12-21T05:08:33.614Z[ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO STEP 1180 (remove_files) COMPLETE
80242024-12-21T05:08:33.614Z[ recovery-image] Dec 21 05:08:32.988 INFO O| Dec 21 05:08:32.988 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252024-12-21T05:08:33.640Z[ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80262024-12-21T05:08:33.640Z[ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO STEP 1181 (remove_files) COMPLETE
80272024-12-21T05:08:33.643Z[ recovery-image] Dec 21 05:08:33.014 INFO O| Dec 21 05:08:33.014 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282024-12-21T05:08:33.673Z[ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80292024-12-21T05:08:33.673Z[ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO STEP 1182 (remove_files) COMPLETE
80302024-12-21T05:08:33.673Z[ recovery-image] Dec 21 05:08:33.047 INFO O| Dec 21 05:08:33.047 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312024-12-21T05:08:33.694Z[ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80322024-12-21T05:08:33.694Z[ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO STEP 1183 (remove_files) COMPLETE
80332024-12-21T05:08:33.694Z[ recovery-image] Dec 21 05:08:33.068 INFO O| Dec 21 05:08:33.068 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342024-12-21T05:08:33.717Z[ recovery-image] Dec 21 05:08:33.090 INFO O| Dec 21 05:08:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80352024-12-21T05:08:33.718Z[ recovery-image] Dec 21 05:08:33.091 INFO O| Dec 21 05:08:33.091 INFO STEP 1184 (remove_files) COMPLETE
80362024-12-21T05:08:33.718Z[ recovery-image] Dec 21 05:08:33.091 INFO O| Dec 21 05:08:33.091 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372024-12-21T05:08:33.740Z[ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80382024-12-21T05:08:33.740Z[ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.114 INFO STEP 1185 (remove_files) COMPLETE
80392024-12-21T05:08:33.742Z[ recovery-image] Dec 21 05:08:33.114 INFO O| Dec 21 05:08:33.114 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402024-12-21T05:08:33.787Z[ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80412024-12-21T05:08:33.787Z[ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.161 INFO STEP 1186 (remove_files) COMPLETE
80422024-12-21T05:08:33.787Z[ recovery-image] Dec 21 05:08:33.161 INFO O| Dec 21 05:08:33.161 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432024-12-21T05:08:33.806Z[ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80442024-12-21T05:08:33.806Z[ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO STEP 1187 (remove_files) COMPLETE
80452024-12-21T05:08:33.807Z[ recovery-image] Dec 21 05:08:33.179 INFO O| Dec 21 05:08:33.179 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462024-12-21T05:08:33.843Z[ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80472024-12-21T05:08:33.843Z[ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO STEP 1188 (remove_files) COMPLETE
80482024-12-21T05:08:33.846Z[ recovery-image] Dec 21 05:08:33.217 INFO O| Dec 21 05:08:33.217 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492024-12-21T05:08:33.881Z[ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80502024-12-21T05:08:33.881Z[ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO STEP 1189 (remove_files) COMPLETE
80512024-12-21T05:08:33.884Z[ recovery-image] Dec 21 05:08:33.255 INFO O| Dec 21 05:08:33.255 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522024-12-21T05:08:33.902Z[ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80532024-12-21T05:08:33.902Z[ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO STEP 1190 (remove_files) COMPLETE
80542024-12-21T05:08:33.902Z[ recovery-image] Dec 21 05:08:33.276 INFO O| Dec 21 05:08:33.276 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552024-12-21T05:08:33.946Z[ recovery-image] Dec 21 05:08:33.319 INFO O| Dec 21 05:08:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80562024-12-21T05:08:33.949Z[ recovery-image] Dec 21 05:08:33.320 INFO O| Dec 21 05:08:33.320 INFO STEP 1191 (remove_files) COMPLETE
80572024-12-21T05:08:33.949Z[ recovery-image] Dec 21 05:08:33.320 INFO O| Dec 21 05:08:33.320 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582024-12-21T05:08:33.968Z[ recovery-image] Dec 21 05:08:33.342 INFO O| Dec 21 05:08:33.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80592024-12-21T05:08:33.971Z[ recovery-image] Dec 21 05:08:33.342 INFO O| Dec 21 05:08:33.342 INFO STEP 1192 (remove_files) COMPLETE
80602024-12-21T05:08:33.971Z[ recovery-image] Dec 21 05:08:33.343 INFO O| Dec 21 05:08:33.343 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612024-12-21T05:08:33.989Z[ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80622024-12-21T05:08:33.992Z[ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO STEP 1193 (remove_files) COMPLETE
80632024-12-21T05:08:33.992Z[ recovery-image] Dec 21 05:08:33.363 INFO O| Dec 21 05:08:33.363 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642024-12-21T05:08:34.031Z[ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80652024-12-21T05:08:34.034Z[ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO STEP 1194 (remove_files) COMPLETE
80662024-12-21T05:08:34.034Z[ recovery-image] Dec 21 05:08:33.405 INFO O| Dec 21 05:08:33.405 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672024-12-21T05:08:34.090Z[ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80682024-12-21T05:08:34.090Z[ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO STEP 1195 (remove_files) COMPLETE
80692024-12-21T05:08:34.094Z[ recovery-image] Dec 21 05:08:33.462 INFO O| Dec 21 05:08:33.462 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702024-12-21T05:08:34.126Z[ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80712024-12-21T05:08:34.127Z[ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO STEP 1196 (remove_files) COMPLETE
80722024-12-21T05:08:34.129Z[ recovery-image] Dec 21 05:08:33.500 INFO O| Dec 21 05:08:33.500 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732024-12-21T05:08:34.154Z[ recovery-image] Dec 21 05:08:33.527 INFO O| Dec 21 05:08:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80742024-12-21T05:08:34.156Z[ recovery-image] Dec 21 05:08:33.527 INFO O| Dec 21 05:08:33.527 INFO STEP 1197 (remove_files) COMPLETE
80752024-12-21T05:08:34.156Z[ recovery-image] Dec 21 05:08:33.528 INFO O| Dec 21 05:08:33.528 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762024-12-21T05:08:34.174Z[ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80772024-12-21T05:08:34.176Z[ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.548 INFO STEP 1198 (remove_files) COMPLETE
80782024-12-21T05:08:34.176Z[ recovery-image] Dec 21 05:08:33.548 INFO O| Dec 21 05:08:33.548 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792024-12-21T05:08:34.193Z[ recovery-image] Dec 21 05:08:33.567 INFO O| Dec 21 05:08:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80802024-12-21T05:08:34.197Z[ recovery-image] Dec 21 05:08:33.567 INFO O| Dec 21 05:08:33.567 INFO STEP 1199 (remove_files) COMPLETE
80812024-12-21T05:08:34.198Z[ recovery-image] Dec 21 05:08:33.568 INFO O| Dec 21 05:08:33.567 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822024-12-21T05:08:34.212Z[ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80832024-12-21T05:08:34.213Z[ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO STEP 1200 (remove_files) COMPLETE
80842024-12-21T05:08:34.213Z[ recovery-image] Dec 21 05:08:33.586 INFO O| Dec 21 05:08:33.586 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852024-12-21T05:08:34.231Z[ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80862024-12-21T05:08:34.231Z[ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO STEP 1201 (remove_files) COMPLETE
80872024-12-21T05:08:34.234Z[ recovery-image] Dec 21 05:08:33.605 INFO O| Dec 21 05:08:33.605 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882024-12-21T05:08:34.270Z[ recovery-image] Dec 21 05:08:33.643 INFO O| Dec 21 05:08:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80892024-12-21T05:08:34.270Z[ recovery-image] Dec 21 05:08:33.644 INFO O| Dec 21 05:08:33.644 INFO STEP 1202 (remove_files) COMPLETE
80902024-12-21T05:08:34.270Z[ recovery-image] Dec 21 05:08:33.644 INFO O| Dec 21 05:08:33.644 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912024-12-21T05:08:34.300Z[ recovery-image] Dec 21 05:08:33.673 INFO O| Dec 21 05:08:33.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80922024-12-21T05:08:34.300Z[ recovery-image] Dec 21 05:08:33.674 INFO O| Dec 21 05:08:33.674 INFO STEP 1203 (remove_files) COMPLETE
80932024-12-21T05:08:34.303Z[ recovery-image] Dec 21 05:08:33.674 INFO O| Dec 21 05:08:33.674 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942024-12-21T05:08:34.317Z[ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80952024-12-21T05:08:34.318Z[ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO STEP 1204 (remove_files) COMPLETE
80962024-12-21T05:08:34.318Z[ recovery-image] Dec 21 05:08:33.691 INFO O| Dec 21 05:08:33.691 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972024-12-21T05:08:34.349Z[ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80982024-12-21T05:08:34.349Z[ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO STEP 1205 (remove_files) COMPLETE
80992024-12-21T05:08:34.352Z[ recovery-image] Dec 21 05:08:33.723 INFO O| Dec 21 05:08:33.723 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81002024-12-21T05:08:34.392Z[ recovery-image] Dec 21 05:08:33.765 INFO O| Dec 21 05:08:33.765 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81012024-12-21T05:08:34.392Z[ recovery-image] Dec 21 05:08:33.765 INFO O| Dec 21 05:08:33.765 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81022024-12-21T05:08:36.070Z[ recovery-image] Dec 21 05:08:35.443 INFO O| Dec 21 05:08:35.443 INFO STEP 1206 (pack_tar) COMPLETE
81032024-12-21T05:08:36.070Z[ recovery-image] Dec 21 05:08:35.444 INFO O| Dec 21 05:08:35.443 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81042024-12-21T05:08:36.073Z[ recovery-image] Dec 21 05:08:35.444 INFO O| Dec 21 05:08:35.443 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81052024-12-21T05:08:36.426Z[ recovery-image] Dec 21 05:08:35.799 INFO O| Dec 21 05:08:35.799 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81062024-12-21T05:08:36.554Z[ recovery-image] Dec 21 05:08:35.928 INFO O| Dec 21 05:08:35.928 INFO completed processing gimlet/ramdisk-03-recovery-trim
81072024-12-21T05:08:36.564Z[ recovery-image] Dec 21 05:08:35.938 INFO image builder template: zfs-recovery...
81082024-12-21T05:08:36.564Z[ recovery-image] Dec 21 05:08:35.938 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/.tmpHZ7K79/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
81092024-12-21T05:08:36.621Z[ recovery-image] Dec 21 05:08:35.994 INFO O| Dec 21 05:08:35.994 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81102024-12-21T05:08:36.649Z[ recovery-image] Dec 21 05:08:36.022 INFO O| Dec 21 05:08:36.022 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81112024-12-21T05:08:36.762Z[ recovery-image] Dec 21 05:08:36.135 INFO O| Dec 21 05:08:36.135 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81122024-12-21T05:08:36.846Z[ recovery-image] Dec 21 05:08:36.219 INFO O| Dec 21 05:08:36.219 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81132024-12-21T05:08:36.846Z[ recovery-image] Dec 21 05:08:36.219 INFO O| Dec 21 05:08:36.219 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81142024-12-21T05:08:36.853Z[ recovery-image] Dec 21 05:08:36.227 INFO O| Dec 21 05:08:36.227 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81152024-12-21T05:08:36.967Z[ recovery-image] Dec 21 05:08:36.341 INFO O| Dec 21 05:08:36.340 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81162024-12-21T05:08:37.055Z[ recovery-image] Dec 21 05:08:36.428 INFO O| Dec 21 05:08:36.428 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81172024-12-21T05:08:37.074Z[ recovery-image] Dec 21 05:08:36.447 INFO O| Dec 21 05:08:36.447 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81182024-12-21T05:08:37.123Z[ recovery-image] Dec 21 05:08:36.496 INFO O| Dec 21 05:08:36.496 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81192024-12-21T05:08:37.211Z[ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO no lofi found
81202024-12-21T05:08:37.213Z[ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81212024-12-21T05:08:37.213Z[ recovery-image] Dec 21 05:08:36.584 INFO O| Dec 21 05:08:36.584 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81222024-12-21T05:08:39.647Z[ recovery-image] Dec 21 05:08:39.011 INFO O| Dec 21 05:08:39.011 INFO lofi device = /dev/dsk/c2t1d0p0
81232024-12-21T05:08:39.648Z[ recovery-image] Dec 21 05:08:39.011 INFO O| Dec 21 05:08:39.011 INFO pool device = /dev/dsk/c2t1d0p0
81242024-12-21T05:08:39.665Z[ recovery-image] Dec 21 05:08:39.012 INFO O| Dec 21 05:08:39.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
81252024-12-21T05:08:39.894Z[ recovery-image] Dec 21 05:08:39.265 INFO O| Dec 21 05:08:39.265 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262024-12-21T05:08:39.894Z[ recovery-image] Dec 21 05:08:39.265 INFO O| Dec 21 05:08:39.265 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81272024-12-21T05:08:39.945Z[ recovery-image] Dec 21 05:08:39.316 INFO O| Dec 21 05:08:39.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81282024-12-21T05:08:40.273Z[ recovery-image] Dec 21 05:08:39.645 INFO O| Dec 21 05:08:39.645 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81292024-12-21T05:08:40.329Z[ recovery-image] Dec 21 05:08:39.701 INFO O| Dec 21 05:08:39.701 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81302024-12-21T05:08:40.357Z[ recovery-image] Dec 21 05:08:39.729 INFO O| Dec 21 05:08:39.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81312024-12-21T05:08:40.380Z[ recovery-image] Dec 21 05:08:39.753 INFO O| Dec 21 05:08:39.753 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81322024-12-21T05:08:40.500Z[ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81332024-12-21T05:08:40.501Z[ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81342024-12-21T05:08:40.507Z[ recovery-image] Dec 21 05:08:39.871 INFO O| Dec 21 05:08:39.871 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81352024-12-21T05:08:40.515Z[ recovery-image] Dec 21 05:08:39.887 INFO O| Dec 21 05:08:39.887 INFO boot environment UUID: 82941b7a-a8db-49a6-9044-ef4e1fc48099
81362024-12-21T05:08:40.515Z[ recovery-image] Dec 21 05:08:39.887 INFO O| Dec 21 05:08:39.887 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 82941b7a-a8db-49a6-9044-ef4e1fc48099
81372024-12-21T05:08:40.556Z[ recovery-image] Dec 21 05:08:39.928 INFO O| Dec 21 05:08:39.928 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81382024-12-21T05:08:40.616Z[ recovery-image] Dec 21 05:08:39.989 INFO O| Dec 21 05:08:39.989 INFO STEP 0 (create_be) COMPLETE
81392024-12-21T05:08:40.617Z[ recovery-image] Dec 21 05:08:39.989 INFO O| Dec 21 05:08:39.989 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81402024-12-21T05:08:40.667Z[ recovery-image] Dec 21 05:08:40.035 INFO O| Dec 21 05:08:40.035 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"]
81412024-12-21T05:08:47.672Z[ recovery-image] Dec 21 05:08:47.044 INFO O| Dec 21 05:08:47.044 INFO STEP 1 (unpack_tar) COMPLETE
81422024-12-21T05:08:47.672Z[ recovery-image] Dec 21 05:08:47.044 INFO O| Dec 21 05:08:47.044 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81432024-12-21T05:08:47.690Z[ recovery-image] Dec 21 05:08:47.063 INFO O| Dec 21 05:08:47.063 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81442024-12-21T05:08:48.123Z[ recovery-image] Dec 21 05:08:47.495 INFO O| Dec 21 05:08:47.495 INFO STEP 2 (devfsadm) COMPLETE
81452024-12-21T05:08:48.123Z[ recovery-image] Dec 21 05:08:47.495 INFO O| Dec 21 05:08:47.495 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81462024-12-21T05:08:48.139Z[ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81472024-12-21T05:08:48.140Z[ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81482024-12-21T05:08:48.140Z[ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO STEP 3 (ensure_dir) COMPLETE
81492024-12-21T05:08:48.142Z[ recovery-image] Dec 21 05:08:47.512 INFO O| Dec 21 05:08:47.512 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81502024-12-21T05:08:48.156Z[ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81512024-12-21T05:08:48.156Z[ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO STEP 4 (ensure_dir) COMPLETE
81522024-12-21T05:08:48.160Z[ recovery-image] Dec 21 05:08:47.529 INFO O| Dec 21 05:08:47.529 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81532024-12-21T05:08:48.186Z[ recovery-image] Dec 21 05:08:47.558 INFO O| Dec 21 05:08:47.558 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81542024-12-21T05:08:48.186Z[ recovery-image] Dec 21 05:08:47.559 INFO O| Dec 21 05:08:47.558 INFO STEP 5 (ensure_dir) COMPLETE
81552024-12-21T05:08:48.189Z[ recovery-image] Dec 21 05:08:47.559 INFO O| Dec 21 05:08:47.558 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81562024-12-21T05:08:48.206Z[ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81572024-12-21T05:08:48.206Z[ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81582024-12-21T05:08:48.206Z[ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO STEP 6 (ensure_dir) COMPLETE
81592024-12-21T05:08:48.208Z[ recovery-image] Dec 21 05:08:47.578 INFO O| Dec 21 05:08:47.578 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81602024-12-21T05:08:48.227Z[ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81612024-12-21T05:08:48.227Z[ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81622024-12-21T05:08:48.227Z[ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO STEP 7 (ensure_dir) COMPLETE
81632024-12-21T05:08:48.230Z[ recovery-image] Dec 21 05:08:47.598 INFO O| Dec 21 05:08:47.598 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81642024-12-21T05:08:48.247Z[ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81652024-12-21T05:08:48.247Z[ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.620 INFO STEP 8 (remove_files) COMPLETE
81662024-12-21T05:08:48.250Z[ recovery-image] Dec 21 05:08:47.620 INFO O| Dec 21 05:08:47.620 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81672024-12-21T05:08:48.266Z[ recovery-image] Dec 21 05:08:47.639 INFO O| Dec 21 05:08:47.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81682024-12-21T05:08:48.269Z[ recovery-image] Dec 21 05:08:47.640 INFO O| Dec 21 05:08:47.640 INFO STEP 9 (remove_files) COMPLETE
81692024-12-21T05:08:48.269Z[ recovery-image] Dec 21 05:08:47.640 INFO O| Dec 21 05:08:47.640 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81702024-12-21T05:08:48.285Z[ recovery-image] Dec 21 05:08:47.658 INFO O| Dec 21 05:08:47.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81712024-12-21T05:08:48.288Z[ recovery-image] Dec 21 05:08:47.659 INFO O| Dec 21 05:08:47.659 INFO STEP 10 (remove_files) COMPLETE
81722024-12-21T05:08:48.288Z[ recovery-image] Dec 21 05:08:47.659 INFO O| Dec 21 05:08:47.659 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81732024-12-21T05:08:48.304Z[ recovery-image] Dec 21 05:08:47.676 INFO O| Dec 21 05:08:47.676 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81742024-12-21T05:08:48.307Z[ recovery-image] Dec 21 05:08:47.677 INFO O| Dec 21 05:08:47.677 INFO STEP 11 (remove_files) COMPLETE
81752024-12-21T05:08:48.307Z[ recovery-image] Dec 21 05:08:47.677 INFO O| Dec 21 05:08:47.677 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81762024-12-21T05:08:48.324Z[ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81772024-12-21T05:08:48.324Z[ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO STEP 12 (remove_files) COMPLETE
81782024-12-21T05:08:48.324Z[ recovery-image] Dec 21 05:08:47.695 INFO O| Dec 21 05:08:47.695 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81792024-12-21T05:08:48.343Z[ recovery-image] Dec 21 05:08:47.714 INFO O| Dec 21 05:08:47.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81802024-12-21T05:08:48.343Z[ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81812024-12-21T05:08:48.343Z[ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO STEP 13 (ensure_dir) COMPLETE
81822024-12-21T05:08:48.347Z[ recovery-image] Dec 21 05:08:47.715 INFO O| Dec 21 05:08:47.715 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81832024-12-21T05:08:48.363Z[ recovery-image] Dec 21 05:08:47.734 INFO O| Dec 21 05:08:47.734 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81842024-12-21T05:08:48.363Z[ recovery-image] Dec 21 05:08:47.734 INFO O| Dec 21 05:08:47.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81852024-12-21T05:08:48.366Z[ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81862024-12-21T05:08:48.367Z[ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO STEP 14 (ensure_dir) COMPLETE
81872024-12-21T05:08:48.367Z[ recovery-image] Dec 21 05:08:47.735 INFO O| Dec 21 05:08:47.735 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81882024-12-21T05:08:48.397Z[ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81892024-12-21T05:08:48.397Z[ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81902024-12-21T05:08:48.397Z[ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81912024-12-21T05:08:48.401Z[ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO STEP 15 (ensure_dir) COMPLETE
81922024-12-21T05:08:48.401Z[ recovery-image] Dec 21 05:08:47.768 INFO O| Dec 21 05:08:47.768 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81932024-12-21T05:08:48.417Z[ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81942024-12-21T05:08:48.417Z[ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81952024-12-21T05:08:48.417Z[ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO STEP 16 (ensure_dir) COMPLETE
81962024-12-21T05:08:48.420Z[ recovery-image] Dec 21 05:08:47.789 INFO O| Dec 21 05:08:47.789 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81972024-12-21T05:08:48.441Z[ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81982024-12-21T05:08:48.441Z[ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81992024-12-21T05:08:48.441Z[ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO STEP 17 (ensure_dir) COMPLETE
82002024-12-21T05:08:48.446Z[ recovery-image] Dec 21 05:08:47.812 INFO O| Dec 21 05:08:47.812 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82012024-12-21T05:08:48.463Z[ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82022024-12-21T05:08:48.464Z[ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82032024-12-21T05:08:48.464Z[ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO ok!
82042024-12-21T05:08:48.467Z[ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO STEP 18 (ensure_symlink) COMPLETE
82052024-12-21T05:08:48.467Z[ recovery-image] Dec 21 05:08:47.835 INFO O| Dec 21 05:08:47.835 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82062024-12-21T05:08:48.484Z[ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82072024-12-21T05:08:48.485Z[ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82082024-12-21T05:08:48.489Z[ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO ok!
82092024-12-21T05:08:48.489Z[ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO STEP 19 (ensure_file) COMPLETE
82102024-12-21T05:08:48.489Z[ recovery-image] Dec 21 05:08:47.856 INFO O| Dec 21 05:08:47.856 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82112024-12-21T05:08:48.509Z[ recovery-image] Dec 21 05:08:47.879 INFO O| Dec 21 05:08:47.879 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82122024-12-21T05:08:48.510Z[ recovery-image] Dec 21 05:08:47.879 INFO O| Dec 21 05:08:47.879 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82132024-12-21T05:08:48.515Z[ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82142024-12-21T05:08:48.515Z[ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO ok!
82152024-12-21T05:08:48.515Z[ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO STEP 20 (ensure_symlink) COMPLETE
82162024-12-21T05:08:48.515Z[ recovery-image] Dec 21 05:08:47.880 INFO O| Dec 21 05:08:47.880 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82172024-12-21T05:08:48.532Z[ recovery-image] Dec 21 05:08:47.903 INFO O| Dec 21 05:08:47.903 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82182024-12-21T05:08:48.532Z[ recovery-image] Dec 21 05:08:47.903 INFO O| Dec 21 05:08:47.903 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82192024-12-21T05:08:48.536Z[ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82202024-12-21T05:08:48.536Z[ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO ok!
82212024-12-21T05:08:48.536Z[ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO STEP 21 (ensure_symlink) COMPLETE
82222024-12-21T05:08:48.536Z[ recovery-image] Dec 21 05:08:47.904 INFO O| Dec 21 05:08:47.904 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82232024-12-21T05:08:48.552Z[ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82242024-12-21T05:08:48.552Z[ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82252024-12-21T05:08:48.555Z[ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82262024-12-21T05:08:48.555Z[ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO ok!
82272024-12-21T05:08:48.555Z[ recovery-image] Dec 21 05:08:47.924 INFO O| Dec 21 05:08:47.924 INFO STEP 22 (ensure_symlink) COMPLETE
82282024-12-21T05:08:48.555Z[ recovery-image] Dec 21 05:08:47.925 INFO O| Dec 21 05:08:47.924 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82292024-12-21T05:08:48.600Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.972 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82302024-12-21T05:08:48.601Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82312024-12-21T05:08:48.601Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82322024-12-21T05:08:48.601Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO ok!
82332024-12-21T05:08:48.603Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO STEP 23 (ensure_symlink) COMPLETE
82342024-12-21T05:08:48.603Z[ recovery-image] Dec 21 05:08:47.973 INFO O| Dec 21 05:08:47.973 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82352024-12-21T05:08:48.621Z[ recovery-image] Dec 21 05:08:47.993 INFO O| Dec 21 05:08:47.993 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82362024-12-21T05:08:48.621Z[ recovery-image] Dec 21 05:08:47.993 INFO O| Dec 21 05:08:47.993 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 ...
82372024-12-21T05:08:48.624Z[ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82382024-12-21T05:08:48.624Z[ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO ok!
82392024-12-21T05:08:48.624Z[ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO STEP 24 (ensure_file) COMPLETE
82402024-12-21T05:08:48.624Z[ recovery-image] Dec 21 05:08:47.994 INFO O| Dec 21 05:08:47.994 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82412024-12-21T05:08:48.643Z[ recovery-image] Dec 21 05:08:48.015 INFO O| Dec 21 05:08:48.015 INFO updating shadow file
82422024-12-21T05:08:48.645Z[ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82432024-12-21T05:08:48.646Z[ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82442024-12-21T05:08:48.646Z[ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO STEP 25 (shadow) COMPLETE
82452024-12-21T05:08:48.646Z[ recovery-image] Dec 21 05:08:48.016 INFO O| Dec 21 05:08:48.016 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82462024-12-21T05:08:48.677Z[ recovery-image] Dec 21 05:08:48.048 INFO O| Dec 21 05:08:48.048 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82472024-12-21T05:08:48.677Z[ recovery-image] Dec 21 05:08:48.048 INFO O| Dec 21 05:08:48.048 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82482024-12-21T05:08:48.680Z[ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82492024-12-21T05:08:48.680Z[ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.048 INFO ok!
82502024-12-21T05:08:48.680Z[ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.049 INFO STEP 26 (ensure_file) COMPLETE
82512024-12-21T05:08:48.680Z[ recovery-image] Dec 21 05:08:48.049 INFO O| Dec 21 05:08:48.049 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82522024-12-21T05:08:48.712Z[ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82532024-12-21T05:08:48.712Z[ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82542024-12-21T05:08:48.715Z[ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82552024-12-21T05:08:48.715Z[ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO ok!
82562024-12-21T05:08:48.715Z[ recovery-image] Dec 21 05:08:48.084 INFO O| Dec 21 05:08:48.084 INFO STEP 27 (ensure_file) COMPLETE
82572024-12-21T05:08:48.715Z[ recovery-image] Dec 21 05:08:48.085 INFO O| Dec 21 05:08:48.084 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82582024-12-21T05:08:48.769Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82592024-12-21T05:08:48.769Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82602024-12-21T05:08:48.769Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82612024-12-21T05:08:48.772Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82622024-12-21T05:08:48.772Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO ok!
82632024-12-21T05:08:48.772Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO STEP 28 (ensure_file) COMPLETE
82642024-12-21T05:08:48.772Z[ recovery-image] Dec 21 05:08:48.141 INFO O| Dec 21 05:08:48.141 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82652024-12-21T05:08:48.791Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82662024-12-21T05:08:48.791Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82672024-12-21T05:08:48.791Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82682024-12-21T05:08:48.793Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO ok!
82692024-12-21T05:08:48.793Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO STEP 29 (ensure_file) COMPLETE
82702024-12-21T05:08:48.793Z[ recovery-image] Dec 21 05:08:48.163 INFO O| Dec 21 05:08:48.163 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82712024-12-21T05:08:48.827Z[ recovery-image] Dec 21 05:08:48.199 INFO O| Dec 21 05:08:48.199 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82722024-12-21T05:08:48.827Z[ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.199 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82732024-12-21T05:08:48.830Z[ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82742024-12-21T05:08:48.830Z[ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO ok!
82752024-12-21T05:08:48.830Z[ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO STEP 30 (ensure_file) COMPLETE
82762024-12-21T05:08:48.830Z[ recovery-image] Dec 21 05:08:48.200 INFO O| Dec 21 05:08:48.200 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82772024-12-21T05:08:48.859Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82782024-12-21T05:08:48.859Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82792024-12-21T05:08:48.859Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82802024-12-21T05:08:48.859Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82812024-12-21T05:08:48.862Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO ok!
82822024-12-21T05:08:48.862Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO STEP 31 (ensure_file) COMPLETE
82832024-12-21T05:08:48.862Z[ recovery-image] Dec 21 05:08:48.231 INFO O| Dec 21 05:08:48.231 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82842024-12-21T05:08:48.879Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82852024-12-21T05:08:48.879Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82862024-12-21T05:08:48.881Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82872024-12-21T05:08:48.881Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO ok!
82882024-12-21T05:08:48.881Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO STEP 32 (ensure_file) COMPLETE
82892024-12-21T05:08:48.881Z[ recovery-image] Dec 21 05:08:48.251 INFO O| Dec 21 05:08:48.251 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82902024-12-21T05:08:48.921Z[ recovery-image] Dec 21 05:08:48.293 INFO O| Dec 21 05:08:48.293 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82912024-12-21T05:08:48.921Z[ recovery-image] Dec 21 05:08:48.293 INFO O| Dec 21 05:08:48.293 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82922024-12-21T05:08:48.924Z[ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82932024-12-21T05:08:48.924Z[ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO ok!
82942024-12-21T05:08:48.924Z[ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO STEP 33 (ensure_file) COMPLETE
82952024-12-21T05:08:48.924Z[ recovery-image] Dec 21 05:08:48.294 INFO O| Dec 21 05:08:48.294 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82962024-12-21T05:08:48.942Z[ recovery-image] Dec 21 05:08:48.314 INFO O| Dec 21 05:08:48.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82972024-12-21T05:08:48.942Z[ recovery-image] Dec 21 05:08:48.314 INFO O| Dec 21 05:08:48.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82982024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82992024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83002024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83012024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83022024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO ok!
83032024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO STEP 34 (ensure_file) COMPLETE
83042024-12-21T05:08:48.945Z[ recovery-image] Dec 21 05:08:48.315 INFO O| Dec 21 05:08:48.315 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83052024-12-21T05:08:48.979Z[ recovery-image] Dec 21 05:08:48.351 INFO O| Dec 21 05:08:48.351 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83062024-12-21T05:08:48.983Z[ recovery-image] Dec 21 05:08:48.351 INFO O| Dec 21 05:08:48.351 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83072024-12-21T05:08:48.983Z[ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.351 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83082024-12-21T05:08:48.983Z[ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.352 INFO STEP 35 (ensure_dir) COMPLETE
83092024-12-21T05:08:48.983Z[ recovery-image] Dec 21 05:08:48.352 INFO O| Dec 21 05:08:48.352 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83102024-12-21T05:08:49.004Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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
83112024-12-21T05:08:49.004Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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 ...
83122024-12-21T05:08:49.007Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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
83132024-12-21T05:08:49.007Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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
83142024-12-21T05:08:49.007Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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
83152024-12-21T05:08:49.008Z[ recovery-image] Dec 21 05:08:48.376 INFO O| Dec 21 05:08:48.376 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
83162024-12-21T05:08:49.009Z[ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.376 INFO ok!
83172024-12-21T05:08:49.009Z[ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.377 INFO STEP 36 (ensure_file) COMPLETE
83182024-12-21T05:08:49.009Z[ recovery-image] Dec 21 05:08:48.377 INFO O| Dec 21 05:08:48.377 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83192024-12-21T05:08:49.025Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83202024-12-21T05:08:49.025Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 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 ...
83212024-12-21T05:08:49.025Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83222024-12-21T05:08:49.028Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO ok!
83232024-12-21T05:08:49.028Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO STEP 37 (ensure_symlink) COMPLETE
83242024-12-21T05:08:49.028Z[ recovery-image] Dec 21 05:08:48.397 INFO O| Dec 21 05:08:48.397 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83252024-12-21T05:08:49.045Z[ recovery-image] Dec 21 05:08:48.417 INFO O| Dec 21 05:08:48.417 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83262024-12-21T05:08:49.045Z[ recovery-image] Dec 21 05:08:48.417 INFO O| Dec 21 05:08:48.417 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83272024-12-21T05:08:49.048Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83282024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83292024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83302024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83312024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO ok!
83322024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO STEP 38 (ensure_file) COMPLETE
83332024-12-21T05:08:49.049Z[ recovery-image] Dec 21 05:08:48.418 INFO O| Dec 21 05:08:48.418 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83342024-12-21T05:08:49.078Z[ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83352024-12-21T05:08:49.078Z[ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 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 ...
83362024-12-21T05:08:49.078Z[ recovery-image] Dec 21 05:08:48.450 INFO O| Dec 21 05:08:48.450 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
83372024-12-21T05:08:49.081Z[ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83382024-12-21T05:08:49.081Z[ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO ok!
83392024-12-21T05:08:49.081Z[ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO STEP 39 (ensure_file) COMPLETE
83402024-12-21T05:08:49.081Z[ recovery-image] Dec 21 05:08:48.451 INFO O| Dec 21 05:08:48.451 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83412024-12-21T05:08:49.121Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.492 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83422024-12-21T05:08:49.121Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.492 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83432024-12-21T05:08:49.121Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83442024-12-21T05:08:49.124Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO ok!
83452024-12-21T05:08:49.124Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO STEP 40 (ensure_file) COMPLETE
83462024-12-21T05:08:49.124Z[ recovery-image] Dec 21 05:08:48.493 INFO O| Dec 21 05:08:48.493 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83472024-12-21T05:08:49.173Z[ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO updating shadow file
83482024-12-21T05:08:49.173Z[ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83492024-12-21T05:08:49.176Z[ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO STEP 41 (shadow) COMPLETE
83502024-12-21T05:08:49.176Z[ recovery-image] Dec 21 05:08:48.545 INFO O| Dec 21 05:08:48.545 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83512024-12-21T05:08:49.291Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83522024-12-21T05:08:49.291Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83532024-12-21T05:08:49.291Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83542024-12-21T05:08:49.291Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83552024-12-21T05:08:49.291Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO ok!
83562024-12-21T05:08:49.296Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO STEP 42 (ensure_file) COMPLETE
83572024-12-21T05:08:49.296Z[ recovery-image] Dec 21 05:08:48.663 INFO O| Dec 21 05:08:48.663 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-21T05:08:49.328Z[ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83592024-12-21T05:08:49.328Z[ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO STEP 43 (ensure_dir) COMPLETE
83602024-12-21T05:08:49.328Z[ recovery-image] Dec 21 05:08:48.700 INFO O| Dec 21 05:08:48.700 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612024-12-21T05:08:49.361Z[ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83622024-12-21T05:08:49.361Z[ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83632024-12-21T05:08:49.361Z[ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO STEP 44 (ensure_dir) COMPLETE
83642024-12-21T05:08:49.361Z[ recovery-image] Dec 21 05:08:48.732 INFO O| Dec 21 05:08:48.732 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83652024-12-21T05:08:49.394Z[ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83662024-12-21T05:08:49.394Z[ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83672024-12-21T05:08:49.396Z[ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO STEP 45 (ensure_dir) COMPLETE
83682024-12-21T05:08:49.397Z[ recovery-image] Dec 21 05:08:48.766 INFO O| Dec 21 05:08:48.766 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692024-12-21T05:08:49.415Z[ recovery-image] Dec 21 05:08:48.787 INFO O| Dec 21 05:08:48.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83702024-12-21T05:08:49.415Z[ recovery-image] Dec 21 05:08:48.787 INFO O| Dec 21 05:08:48.787 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83712024-12-21T05:08:49.457Z[ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83722024-12-21T05:08:49.458Z[ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO ok!
83732024-12-21T05:08:49.461Z[ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO STEP 46 (ensure_file) COMPLETE
83742024-12-21T05:08:49.461Z[ recovery-image] Dec 21 05:08:48.830 INFO O| Dec 21 05:08:48.830 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83752024-12-21T05:08:49.506Z[ recovery-image] Dec 21 05:08:48.878 INFO O| Dec 21 05:08:48.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83762024-12-21T05:08:49.506Z[ recovery-image] Dec 21 05:08:48.878 INFO O| Dec 21 05:08:48.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83772024-12-21T05:08:49.506Z[ recovery-image] Dec 21 05:08:48.879 INFO O| Dec 21 05:08:48.878 INFO STEP 47 (ensure_dir) COMPLETE
83782024-12-21T05:08:49.509Z[ recovery-image] Dec 21 05:08:48.879 INFO O| Dec 21 05:08:48.879 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83792024-12-21T05:08:49.565Z[ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83802024-12-21T05:08:49.565Z[ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83812024-12-21T05:08:49.569Z[ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83822024-12-21T05:08:49.569Z[ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO ok!
83832024-12-21T05:08:49.569Z[ recovery-image] Dec 21 05:08:48.937 INFO O| Dec 21 05:08:48.937 INFO STEP 48 (ensure_file) COMPLETE
83842024-12-21T05:08:49.569Z[ recovery-image] Dec 21 05:08:48.938 INFO O| Dec 21 05:08:48.937 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83852024-12-21T05:08:49.587Z[ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83862024-12-21T05:08:49.587Z[ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83872024-12-21T05:08:49.588Z[ recovery-image] Dec 21 05:08:48.959 INFO O| Dec 21 05:08:48.959 INFO STEP 49 (ensure_dir) COMPLETE
83882024-12-21T05:08:49.590Z[ recovery-image] Dec 21 05:08:48.960 INFO O| Dec 21 05:08:48.960 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83892024-12-21T05:08:49.616Z[ recovery-image] Dec 21 05:08:48.989 INFO O| Dec 21 05:08:48.988 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83902024-12-21T05:08:49.616Z[ recovery-image] Dec 21 05:08:48.989 INFO O| Dec 21 05:08:48.989 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83912024-12-21T05:08:49.640Z[ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83922024-12-21T05:08:49.640Z[ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO ok!
83932024-12-21T05:08:49.640Z[ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO STEP 50 (ensure_file) COMPLETE
83942024-12-21T05:08:49.643Z[ recovery-image] Dec 21 05:08:49.013 INFO O| Dec 21 05:08:49.013 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83952024-12-21T05:08:49.663Z[ recovery-image] Dec 21 05:08:49.036 INFO O| Dec 21 05:08:49.036 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83962024-12-21T05:08:49.664Z[ recovery-image] Dec 21 05:08:49.036 INFO O| Dec 21 05:08:49.036 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83972024-12-21T05:08:51.628Z[ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83982024-12-21T05:08:51.629Z[ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO ok!
83992024-12-21T05:08:51.631Z[ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO STEP 51 (ensure_file) COMPLETE
84002024-12-21T05:08:51.631Z[ recovery-image] Dec 21 05:08:51.000 INFO O| Dec 21 05:08:51.000 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84012024-12-21T05:08:51.649Z[ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84022024-12-21T05:08:51.649Z[ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84032024-12-21T05:08:51.649Z[ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO STEP 52 (ensure_dir) COMPLETE
84042024-12-21T05:08:51.651Z[ recovery-image] Dec 21 05:08:51.021 INFO O| Dec 21 05:08:51.021 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84052024-12-21T05:08:51.683Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84062024-12-21T05:08:51.683Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO copying /tmp/.tmpHZ7K79/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 ...
84072024-12-21T05:08:51.683Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 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
84082024-12-21T05:08:51.683Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO ok!
84092024-12-21T05:08:51.686Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO STEP 53 (ensure_file) COMPLETE
84102024-12-21T05:08:51.686Z[ recovery-image] Dec 21 05:08:51.055 INFO O| Dec 21 05:08:51.055 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84112024-12-21T05:08:51.702Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84122024-12-21T05:08:51.702Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO copying /tmp/.tmpHZ7K79/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 ...
84132024-12-21T05:08:51.702Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 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
84142024-12-21T05:08:51.706Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO ok!
84152024-12-21T05:08:51.706Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO STEP 54 (ensure_file) COMPLETE
84162024-12-21T05:08:51.706Z[ recovery-image] Dec 21 05:08:51.075 INFO O| Dec 21 05:08:51.075 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84172024-12-21T05:08:51.748Z[ recovery-image] Dec 21 05:08:51.120 INFO O| Dec 21 05:08:51.120 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84182024-12-21T05:08:51.751Z[ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84192024-12-21T05:08:51.751Z[ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.121 INFO STEP 55 (ensure_dir) COMPLETE
84202024-12-21T05:08:51.751Z[ recovery-image] Dec 21 05:08:51.121 INFO O| Dec 21 05:08:51.121 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84212024-12-21T05:08:51.793Z[ recovery-image] Dec 21 05:08:51.164 INFO O| Dec 21 05:08:51.164 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84222024-12-21T05:08:51.793Z[ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.164 INFO copying /tmp/.tmpHZ7K79/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 ...
84232024-12-21T05:08:51.795Z[ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84242024-12-21T05:08:51.795Z[ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO ok!
84252024-12-21T05:08:51.795Z[ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO STEP 56 (ensure_file) COMPLETE
84262024-12-21T05:08:51.795Z[ recovery-image] Dec 21 05:08:51.165 INFO O| Dec 21 05:08:51.165 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84272024-12-21T05:08:51.812Z[ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84282024-12-21T05:08:51.812Z[ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 INFO copying /tmp/.tmpHZ7K79/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 ...
84292024-12-21T05:08:51.815Z[ recovery-image] Dec 21 05:08:51.184 INFO O| Dec 21 05:08:51.184 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
84302024-12-21T05:08:51.815Z[ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.184 INFO ok!
84312024-12-21T05:08:51.815Z[ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.185 INFO STEP 57 (ensure_file) COMPLETE
84322024-12-21T05:08:51.815Z[ recovery-image] Dec 21 05:08:51.185 INFO O| Dec 21 05:08:51.185 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84332024-12-21T05:08:51.842Z[ recovery-image] Dec 21 05:08:51.214 INFO O| Dec 21 05:08:51.214 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84342024-12-21T05:08:51.842Z[ recovery-image] Dec 21 05:08:51.214 INFO O| Dec 21 05:08:51.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84352024-12-21T05:08:51.845Z[ recovery-image] Dec 21 05:08:51.215 INFO O| Dec 21 05:08:51.214 INFO STEP 58 (ensure_dir) COMPLETE
84362024-12-21T05:08:51.845Z[ recovery-image] Dec 21 05:08:51.215 INFO O| Dec 21 05:08:51.215 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84372024-12-21T05:08:51.862Z[ recovery-image] Dec 21 05:08:51.234 INFO O| Dec 21 05:08:51.234 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84382024-12-21T05:08:51.862Z[ recovery-image] Dec 21 05:08:51.234 INFO O| Dec 21 05:08:51.234 INFO copying /tmp/.tmpHZ7K79/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 ...
84392024-12-21T05:08:51.865Z[ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84402024-12-21T05:08:51.865Z[ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO ok!
84412024-12-21T05:08:51.865Z[ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO STEP 59 (ensure_file) COMPLETE
84422024-12-21T05:08:51.865Z[ recovery-image] Dec 21 05:08:51.235 INFO O| Dec 21 05:08:51.235 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84432024-12-21T05:08:51.882Z[ recovery-image] Dec 21 05:08:51.254 INFO O| Dec 21 05:08:51.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84442024-12-21T05:08:51.882Z[ recovery-image] Dec 21 05:08:51.254 INFO O| Dec 21 05:08:51.254 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84452024-12-21T05:08:51.885Z[ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84462024-12-21T05:08:51.885Z[ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO ok!
84472024-12-21T05:08:51.885Z[ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO STEP 60 (ensure_file) COMPLETE
84482024-12-21T05:08:51.885Z[ recovery-image] Dec 21 05:08:51.255 INFO O| Dec 21 05:08:51.255 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84492024-12-21T05:08:51.901Z[ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.273 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84502024-12-21T05:08:51.901Z[ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.274 INFO STEP 61 (ensure_dir) COMPLETE
84512024-12-21T05:08:51.901Z[ recovery-image] Dec 21 05:08:51.274 INFO O| Dec 21 05:08:51.274 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84522024-12-21T05:08:51.944Z[ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84532024-12-21T05:08:51.944Z[ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO STEP 62 (ensure_dir) COMPLETE
84542024-12-21T05:08:51.946Z[ recovery-image] Dec 21 05:08:51.316 INFO O| Dec 21 05:08:51.316 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552024-12-21T05:08:51.967Z[ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84562024-12-21T05:08:51.967Z[ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO STEP 63 (ensure_dir) COMPLETE
84572024-12-21T05:08:51.971Z[ recovery-image] Dec 21 05:08:51.339 INFO O| Dec 21 05:08:51.339 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84582024-12-21T05:08:52.030Z[ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84592024-12-21T05:08:52.030Z[ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO STEP 64 (ensure_dir) COMPLETE
84602024-12-21T05:08:52.033Z[ recovery-image] Dec 21 05:08:51.402 INFO O| Dec 21 05:08:51.402 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612024-12-21T05:08:52.072Z[ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84622024-12-21T05:08:52.072Z[ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO copying /tmp/.tmpHZ7K79/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84632024-12-21T05:08:52.075Z[ recovery-image] Dec 21 05:08:51.444 INFO O| Dec 21 05:08:51.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84642024-12-21T05:08:52.075Z[ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO ok!
84652024-12-21T05:08:52.075Z[ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO STEP 65 (ensure_file) COMPLETE
84662024-12-21T05:08:52.075Z[ recovery-image] Dec 21 05:08:51.445 INFO O| Dec 21 05:08:51.444 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84672024-12-21T05:08:52.132Z[ recovery-image] Dec 21 05:08:51.504 INFO O| Dec 21 05:08:51.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84682024-12-21T05:08:52.135Z[ recovery-image] Dec 21 05:08:51.505 INFO O| Dec 21 05:08:51.505 INFO STEP 66 (remove_files) COMPLETE
84692024-12-21T05:08:52.135Z[ recovery-image] Dec 21 05:08:51.505 INFO O| Dec 21 05:08:51.505 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84702024-12-21T05:08:52.167Z[ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84712024-12-21T05:08:52.170Z[ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO STEP 67 (remove_files) COMPLETE
84722024-12-21T05:08:52.170Z[ recovery-image] Dec 21 05:08:51.539 INFO O| Dec 21 05:08:51.539 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84732024-12-21T05:08:52.187Z[ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84742024-12-21T05:08:52.189Z[ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO STEP 68 (remove_files) COMPLETE
84752024-12-21T05:08:52.189Z[ recovery-image] Dec 21 05:08:51.559 INFO O| Dec 21 05:08:51.559 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84762024-12-21T05:08:52.205Z[ recovery-image] Dec 21 05:08:51.577 INFO O| Dec 21 05:08:51.577 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84772024-12-21T05:08:52.208Z[ recovery-image] Dec 21 05:08:51.578 INFO O| Dec 21 05:08:51.578 INFO STEP 69 (remove_files) COMPLETE
84782024-12-21T05:08:52.208Z[ recovery-image] Dec 21 05:08:51.578 INFO O| Dec 21 05:08:51.578 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84792024-12-21T05:08:52.227Z[ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84802024-12-21T05:08:52.229Z[ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.599 INFO STEP 70 (remove_files) COMPLETE
84812024-12-21T05:08:52.229Z[ recovery-image] Dec 21 05:08:51.599 INFO O| Dec 21 05:08:51.599 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84822024-12-21T05:08:52.248Z[ recovery-image] Dec 21 05:08:51.620 INFO O| Dec 21 05:08:51.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84832024-12-21T05:08:52.251Z[ recovery-image] Dec 21 05:08:51.621 INFO O| Dec 21 05:08:51.621 INFO STEP 71 (remove_files) COMPLETE
84842024-12-21T05:08:52.251Z[ recovery-image] Dec 21 05:08:51.621 INFO O| Dec 21 05:08:51.621 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84852024-12-21T05:08:52.289Z[ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84862024-12-21T05:08:52.290Z[ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO STEP 72 (remove_files) COMPLETE
84872024-12-21T05:08:52.290Z[ recovery-image] Dec 21 05:08:51.661 INFO O| Dec 21 05:08:51.661 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84882024-12-21T05:08:52.340Z[ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84892024-12-21T05:08:52.343Z[ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO STEP 73 (remove_files) COMPLETE
84902024-12-21T05:08:52.343Z[ recovery-image] Dec 21 05:08:51.712 INFO O| Dec 21 05:08:51.712 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84912024-12-21T05:08:52.361Z[ recovery-image] Dec 21 05:08:51.733 INFO O| Dec 21 05:08:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84922024-12-21T05:08:52.364Z[ recovery-image] Dec 21 05:08:51.734 INFO O| Dec 21 05:08:51.734 INFO STEP 74 (remove_files) COMPLETE
84932024-12-21T05:08:52.364Z[ recovery-image] Dec 21 05:08:51.734 INFO O| Dec 21 05:08:51.734 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84942024-12-21T05:08:52.381Z[ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84952024-12-21T05:08:52.383Z[ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO STEP 75 (remove_files) COMPLETE
84962024-12-21T05:08:52.383Z[ recovery-image] Dec 21 05:08:51.753 INFO O| Dec 21 05:08:51.753 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84972024-12-21T05:08:52.421Z[ recovery-image] Dec 21 05:08:51.793 INFO O| Dec 21 05:08:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84982024-12-21T05:08:52.429Z[ recovery-image] Dec 21 05:08:51.794 INFO O| Dec 21 05:08:51.793 INFO STEP 76 (remove_files) COMPLETE
84992024-12-21T05:08:52.429Z[ recovery-image] Dec 21 05:08:51.794 INFO O| Dec 21 05:08:51.794 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85002024-12-21T05:08:52.443Z[ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85012024-12-21T05:08:52.445Z[ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO STEP 77 (remove_files) COMPLETE
85022024-12-21T05:08:52.445Z[ recovery-image] Dec 21 05:08:51.815 INFO O| Dec 21 05:08:51.815 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85032024-12-21T05:08:52.463Z[ recovery-image] Dec 21 05:08:51.834 INFO O| Dec 21 05:08:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85042024-12-21T05:08:52.467Z[ recovery-image] Dec 21 05:08:51.834 INFO O| Dec 21 05:08:51.834 INFO STEP 78 (remove_files) COMPLETE
85052024-12-21T05:08:52.467Z[ recovery-image] Dec 21 05:08:51.835 INFO O| Dec 21 05:08:51.834 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85062024-12-21T05:08:52.493Z[ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85072024-12-21T05:08:52.493Z[ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO STEP 79 (remove_files) COMPLETE
85082024-12-21T05:08:52.496Z[ recovery-image] Dec 21 05:08:51.865 INFO O| Dec 21 05:08:51.865 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85092024-12-21T05:08:52.563Z[ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85102024-12-21T05:08:52.563Z[ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO STEP 80 (remove_files) COMPLETE
85112024-12-21T05:08:52.566Z[ recovery-image] Dec 21 05:08:51.935 INFO O| Dec 21 05:08:51.935 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85122024-12-21T05:08:52.600Z[ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85132024-12-21T05:08:52.600Z[ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO STEP 81 (remove_files) COMPLETE
85142024-12-21T05:08:52.600Z[ recovery-image] Dec 21 05:08:51.972 INFO O| Dec 21 05:08:51.972 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85152024-12-21T05:08:52.704Z[ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85162024-12-21T05:08:52.704Z[ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO STEP 82 (remove_files) COMPLETE
85172024-12-21T05:08:52.706Z[ recovery-image] Dec 21 05:08:52.076 INFO O| Dec 21 05:08:52.076 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85182024-12-21T05:08:52.741Z[ recovery-image] Dec 21 05:08:52.113 INFO O| Dec 21 05:08:52.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85192024-12-21T05:08:52.741Z[ recovery-image] Dec 21 05:08:52.114 INFO O| Dec 21 05:08:52.113 INFO STEP 83 (remove_files) COMPLETE
85202024-12-21T05:08:52.741Z[ recovery-image] Dec 21 05:08:52.114 INFO O| Dec 21 05:08:52.113 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85212024-12-21T05:08:52.771Z[ recovery-image] Dec 21 05:08:52.143 INFO O| Dec 21 05:08:52.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85222024-12-21T05:08:52.772Z[ recovery-image] Dec 21 05:08:52.144 INFO O| Dec 21 05:08:52.144 INFO STEP 84 (remove_files) COMPLETE
85232024-12-21T05:08:52.772Z[ recovery-image] Dec 21 05:08:52.144 INFO O| Dec 21 05:08:52.144 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85242024-12-21T05:08:52.789Z[ recovery-image] Dec 21 05:08:52.161 INFO O| Dec 21 05:08:52.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85252024-12-21T05:08:52.790Z[ recovery-image] Dec 21 05:08:52.162 INFO O| Dec 21 05:08:52.161 INFO STEP 85 (remove_files) COMPLETE
85262024-12-21T05:08:52.790Z[ recovery-image] Dec 21 05:08:52.162 INFO O| Dec 21 05:08:52.162 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272024-12-21T05:08:52.807Z[ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85282024-12-21T05:08:52.807Z[ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO STEP 86 (remove_files) COMPLETE
85292024-12-21T05:08:52.807Z[ recovery-image] Dec 21 05:08:52.179 INFO O| Dec 21 05:08:52.179 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302024-12-21T05:08:52.837Z[ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85312024-12-21T05:08:52.837Z[ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO STEP 87 (remove_files) COMPLETE
85322024-12-21T05:08:52.837Z[ recovery-image] Dec 21 05:08:52.209 INFO O| Dec 21 05:08:52.209 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332024-12-21T05:08:52.855Z[ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85342024-12-21T05:08:52.855Z[ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO STEP 88 (remove_files) COMPLETE
85352024-12-21T05:08:52.855Z[ recovery-image] Dec 21 05:08:52.227 INFO O| Dec 21 05:08:52.227 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362024-12-21T05:08:52.873Z[ recovery-image] Dec 21 05:08:52.244 INFO O| Dec 21 05:08:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85372024-12-21T05:08:52.873Z[ recovery-image] Dec 21 05:08:52.245 INFO O| Dec 21 05:08:52.245 INFO STEP 89 (remove_files) COMPLETE
85382024-12-21T05:08:52.875Z[ recovery-image] Dec 21 05:08:52.245 INFO O| Dec 21 05:08:52.245 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392024-12-21T05:08:52.897Z[ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85402024-12-21T05:08:52.900Z[ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO STEP 90 (remove_files) COMPLETE
85412024-12-21T05:08:52.900Z[ recovery-image] Dec 21 05:08:52.269 INFO O| Dec 21 05:08:52.269 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422024-12-21T05:08:52.915Z[ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85432024-12-21T05:08:52.915Z[ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO STEP 91 (remove_files) COMPLETE
85442024-12-21T05:08:52.915Z[ recovery-image] Dec 21 05:08:52.287 INFO O| Dec 21 05:08:52.287 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452024-12-21T05:08:52.934Z[ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85462024-12-21T05:08:52.934Z[ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO STEP 92 (remove_files) COMPLETE
85472024-12-21T05:08:52.934Z[ recovery-image] Dec 21 05:08:52.306 INFO O| Dec 21 05:08:52.306 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482024-12-21T05:08:52.967Z[ recovery-image] Dec 21 05:08:52.339 INFO O| Dec 21 05:08:52.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85492024-12-21T05:08:52.968Z[ recovery-image] Dec 21 05:08:52.339 INFO O| Dec 21 05:08:52.339 INFO STEP 93 (remove_files) COMPLETE
85502024-12-21T05:08:52.968Z[ recovery-image] Dec 21 05:08:52.340 INFO O| Dec 21 05:08:52.339 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512024-12-21T05:08:53.013Z[ recovery-image] Dec 21 05:08:52.385 INFO O| Dec 21 05:08:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85522024-12-21T05:08:53.013Z[ recovery-image] Dec 21 05:08:52.386 INFO O| Dec 21 05:08:52.385 INFO STEP 94 (remove_files) COMPLETE
85532024-12-21T05:08:53.013Z[ recovery-image] Dec 21 05:08:52.386 INFO O| Dec 21 05:08:52.386 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85542024-12-21T05:08:53.048Z[ recovery-image] Dec 21 05:08:52.418 INFO O| Dec 21 05:08:52.418 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85552024-12-21T05:08:53.051Z[ recovery-image] Dec 21 05:08:52.419 INFO O| Dec 21 05:08:52.418 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85562024-12-21T05:09:05.818Z[ recovery-image] Dec 21 05:09:05.189 INFO O| Dec 21 05:09:05.189 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
85572024-12-21T05:09:05.819Z[ recovery-image] Dec 21 05:09:05.189 INFO O| Dec 21 05:09:05.189 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85582024-12-21T05:09:05.838Z[ recovery-image] Dec 21 05:09:05.208 INFO O| Dec 21 05:09:05.208 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85592024-12-21T05:09:06.006Z[ recovery-image] Dec 21 05:09:05.377 INFO O| Dec 21 05:09:05.377 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85602024-12-21T05:09:06.006Z[ recovery-image] Dec 21 05:09:05.377 INFO O| Dec 21 05:09:05.377 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 ...
85612024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85622024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO ok!
85632024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85642024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO STEP 95 (seed_smf) COMPLETE
85652024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO steps complete; finalising image!
85662024-12-21T05:09:06.009Z[ recovery-image] Dec 21 05:09:05.380 INFO O| Dec 21 05:09:05.380 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85672024-12-21T05:09:06.076Z[ recovery-image] Dec 21 05:09:05.446 INFO O| Dec 21 05:09:05.446 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 05:09:05 2024)
85682024-12-21T05:09:06.300Z[ recovery-image] Dec 21 05:09:05.661 INFO O| Dec 21 05:09:05.660 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Sat Dec 21 05:09:05 2024)
85692024-12-21T05:09:06.613Z[ recovery-image] Dec 21 05:09:05.984 INFO O| Dec 21 05:09:05.984 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
85702024-12-21T05:09:06.613Z[ recovery-image] Dec 21 05:09:05.984 INFO O| Dec 21 05:09:05.984 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85712024-12-21T05:09:07.506Z[ recovery-image] Dec 21 05:09:06.877 INFO O| Dec 21 05:09:06.877 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
85722024-12-21T05:09:07.506Z[ recovery-image] Dec 21 05:09:06.877 INFO O| Dec 21 05:09:06.877 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85732024-12-21T05:09:13.047Z[ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85742024-12-21T05:09:13.047Z[ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85752024-12-21T05:09:13.049Z[ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85762024-12-21T05:09:13.050Z[ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO completed processing gimlet/zfs-recovery
85772024-12-21T05:09:13.050Z[ recovery-image] Dec 21 05:09:12.417 INFO O| Dec 21 05:09:12.417 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85782024-12-21T05:09:13.508Z[ recovery-image] Dec 21 05:09:12.878 INFO O| Dec 21 05:09:12.878 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85792024-12-21T05:09:13.653Z[ recovery-image] Dec 21 05:09:13.023 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85802024-12-21T05:09:13.656Z[ recovery-image] Dec 21 05:09:13.024 INFO expanded image name: "recovery 7b95f64/${os_short_commit} 2024-12-21 04:35" -> "recovery 7b95f64/37a4469 2024-12-21 04:35"
85812024-12-21T05:09:13.656Z[ recovery-image] Dec 21 05:09:13.024 INFO output artefacts stored in: "/work/os-recovery"
85822024-12-21T05:09:13.656Z[ recovery-image] Dec 21 05:09:13.026 INFO collecting git info from project "chelsio-t6-roms"...
85832024-12-21T05:09:13.715Z[ recovery-image] Dec 21 05:09:13.085 INFO collecting git info from project "amd-firmware"...
85842024-12-21T05:09:14.223Z[ recovery-image] Dec 21 05:09:13.593 INFO collecting git info from project "phbl"...
85852024-12-21T05:09:14.239Z[ recovery-image] Dec 21 05:09:13.605 INFO collecting git info from project "pinprick"...
85862024-12-21T05:09:14.245Z[ recovery-image] Dec 21 05:09:13.615 INFO collecting git info from project "bootserver"...
85872024-12-21T05:09:14.254Z[ recovery-image] Dec 21 05:09:13.624 INFO collecting git info from project "pilot"...
85882024-12-21T05:09:14.280Z[ recovery-image] Dec 21 05:09:13.650 INFO collecting git info from project "image-builder"...
85892024-12-21T05:09:14.291Z[ recovery-image] Dec 21 05:09:13.661 INFO collecting git info from project "amd-host-image-builder"...
85902024-12-21T05:09:14.864Z[ recovery-image] Dec 21 05:09:14.234 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85912024-12-21T05:09:15.914Z[ recovery-image] Dec 21 05:09:15.284 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85922024-12-21T05:09:16.615Z[ recovery-image] Dec 21 05:09:15.985 INFO creating Oxide boot image...
85932024-12-21T05:09:16.618Z[ recovery-image] Dec 21 05:09:15.985 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 7b95f64/37a4469 2024-12-21 04:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85942024-12-21T05:10:05.920Z[ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85952024-12-21T05:10:05.920Z[ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85962024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.285 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85972024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85982024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85992024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.286 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86002024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86012024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86022024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86032024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.287 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86042024-12-21T05:10:05.923Z[ host-image] Dec 21 05:10:05.288 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86052024-12-21T05:10:05.925Z[ host-image] Dec 21 05:10:05.290 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86062024-12-21T05:10:05.927Z[ host-image] Dec 21 05:10:05.291 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86072024-12-21T05:10:05.927Z[ host-image] Dec 21 05:10:05.292 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86082024-12-21T05:10:05.927Z[ host-image] Dec 21 05:10:05.292 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86092024-12-21T05:10:05.927Z[ host-image] Dec 21 05:10:05.293 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86102024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86112024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86122024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.294 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86132024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86142024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86152024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86162024-12-21T05:10:05.930Z[ host-image] Dec 21 05:10:05.295 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86172024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86182024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86192024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86202024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86212024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.296 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86222024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86232024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86242024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86252024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86262024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86272024-12-21T05:10:05.933Z[ host-image] Dec 21 05:10:05.297 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86282024-12-21T05:10:05.936Z[ host-image] Dec 21 05:10:05.299 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86292024-12-21T05:10:05.936Z[ host-image] Dec 21 05:10:05.299 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86302024-12-21T05:10:05.947Z[ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86312024-12-21T05:10:05.947Z[ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86322024-12-21T05:10:05.950Z[ host-image] Dec 21 05:10:05.313 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86332024-12-21T05:10:05.950Z[ host-image] Dec 21 05:10:05.314 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86342024-12-21T05:10:05.950Z[ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86352024-12-21T05:10:05.950Z[ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86362024-12-21T05:10:05.950Z[ host-image] Dec 21 05:10:05.315 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86372024-12-21T05:10:05.952Z[ host-image] Dec 21 05:10:05.316 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86382024-12-21T05:10:05.952Z[ host-image] Dec 21 05:10:05.317 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86392024-12-21T05:10:05.952Z[ host-image] Dec 21 05:10:05.318 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86402024-12-21T05:10:05.986Z[ host-image] Dec 21 05:10:05.351 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86412024-12-21T05:10:05.988Z[ host-image] Dec 21 05:10:05.352 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86422024-12-21T05:10:05.988Z[ host-image] Dec 21 05:10:05.352 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86432024-12-21T05:10:05.989Z[ host-image] Dec 21 05:10:05.353 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86442024-12-21T05:10:05.989Z[ host-image] Dec 21 05:10:05.354 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86452024-12-21T05:10:05.991Z[ host-image] Dec 21 05:10:05.354 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86462024-12-21T05:10:06.057Z[ host-image] Dec 21 05:10:05.422 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86472024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.423 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86482024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.423 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86492024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86502024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86512024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86522024-12-21T05:10:06.060Z[ host-image] Dec 21 05:10:05.425 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86532024-12-21T05:10:06.063Z[ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86542024-12-21T05:10:06.063Z[ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86552024-12-21T05:10:06.063Z[ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86562024-12-21T05:10:06.063Z[ host-image] Dec 21 05:10:05.426 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86572024-12-21T05:10:06.063Z[ host-image] Dec 21 05:10:05.427 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86582024-12-21T05:10:06.068Z[ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86592024-12-21T05:10:06.071Z[ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86602024-12-21T05:10:06.071Z[ host-image] Dec 21 05:10:05.434 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86612024-12-21T05:10:06.071Z[ host-image] Dec 21 05:10:05.435 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86622024-12-21T05:10:06.071Z[ host-image] Dec 21 05:10:05.435 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86632024-12-21T05:10:06.111Z[ host-image] Dec 21 05:10:05.476 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86642024-12-21T05:10:06.113Z[ host-image] Dec 21 05:10:05.476 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86652024-12-21T05:10:06.116Z[ host-image] Dec 21 05:10:05.480 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86662024-12-21T05:10:06.116Z[ host-image] Dec 21 05:10:05.481 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86672024-12-21T05:10:06.116Z[ host-image] Dec 21 05:10:05.481 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86682024-12-21T05:10:06.116Z[ host-image] Dec 21 05:10:05.482 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86692024-12-21T05:10:06.119Z[ host-image] Dec 21 05:10:05.483 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86702024-12-21T05:10:06.119Z[ host-image] Dec 21 05:10:05.483 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86712024-12-21T05:10:06.119Z[ host-image] Dec 21 05:10:05.484 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86722024-12-21T05:10:06.124Z[ host-image] Dec 21 05:10:05.489 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86732024-12-21T05:10:06.126Z[ host-image] Dec 21 05:10:05.490 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86742024-12-21T05:10:06.126Z[ host-image] Dec 21 05:10:05.491 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86752024-12-21T05:10:06.126Z[ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86762024-12-21T05:10:06.130Z[ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86772024-12-21T05:10:06.130Z[ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86782024-12-21T05:10:06.130Z[ host-image] Dec 21 05:10:05.492 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86792024-12-21T05:10:06.130Z[ host-image] Dec 21 05:10:05.493 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86802024-12-21T05:10:06.157Z[ host-image] Dec 21 05:10:05.522 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86812024-12-21T05:10:06.157Z[ host-image] Dec 21 05:10:05.522 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86822024-12-21T05:10:06.160Z[ host-image] Dec 21 05:10:05.526 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86832024-12-21T05:10:06.162Z[ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86842024-12-21T05:10:06.164Z[ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86852024-12-21T05:10:06.164Z[ host-image] Dec 21 05:10:05.528 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86862024-12-21T05:10:06.164Z[ host-image] Dec 21 05:10:05.529 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86872024-12-21T05:10:06.164Z[ host-image] Dec 21 05:10:05.530 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86882024-12-21T05:10:06.181Z[ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86892024-12-21T05:10:06.184Z[ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86902024-12-21T05:10:06.184Z[ host-image] Dec 21 05:10:05.546 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86912024-12-21T05:10:06.184Z[ host-image] Dec 21 05:10:05.548 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86922024-12-21T05:10:06.184Z[ host-image] Dec 21 05:10:05.548 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86932024-12-21T05:10:06.223Z[ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86942024-12-21T05:10:06.223Z[ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86952024-12-21T05:10:06.225Z[ host-image] Dec 21 05:10:05.587 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86962024-12-21T05:10:06.225Z[ host-image] Dec 21 05:10:05.588 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86972024-12-21T05:10:06.225Z[ host-image] Dec 21 05:10:05.588 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86982024-12-21T05:10:06.270Z[ host-image] Dec 21 05:10:05.635 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86992024-12-21T05:10:06.272Z[ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87002024-12-21T05:10:06.272Z[ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87012024-12-21T05:10:06.272Z[ host-image] Dec 21 05:10:05.636 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87022024-12-21T05:10:06.275Z[ host-image] Dec 21 05:10:05.638 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87032024-12-21T05:10:06.275Z[ host-image] Dec 21 05:10:05.639 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87042024-12-21T05:10:06.275Z[ host-image] Dec 21 05:10:05.640 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87052024-12-21T05:10:06.275Z[ host-image] Dec 21 05:10:05.640 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87062024-12-21T05:10:06.275Z[ host-image] Dec 21 05:10:05.641 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87072024-12-21T05:10:06.278Z[ host-image] Dec 21 05:10:05.641 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87082024-12-21T05:10:06.278Z[ host-image] Dec 21 05:10:05.642 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87092024-12-21T05:10:06.278Z[ host-image] Dec 21 05:10:05.642 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87102024-12-21T05:10:06.278Z[ host-image] Dec 21 05:10:05.643 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87112024-12-21T05:10:06.281Z[ host-image] Dec 21 05:10:05.647 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87122024-12-21T05:10:06.284Z[ host-image] Dec 21 05:10:05.648 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87132024-12-21T05:10:06.286Z[ host-image] Dec 21 05:10:05.650 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87142024-12-21T05:10:06.286Z[ host-image] Dec 21 05:10:05.651 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87152024-12-21T05:10:06.286Z[ host-image] Dec 21 05:10:05.651 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87162024-12-21T05:10:06.286Z[ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87172024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87182024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87192024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.652 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87202024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.653 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87212024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87222024-12-21T05:10:06.289Z[ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87232024-12-21T05:10:06.291Z[ host-image] Dec 21 05:10:05.654 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87242024-12-21T05:10:06.291Z[ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87252024-12-21T05:10:06.291Z[ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87262024-12-21T05:10:06.291Z[ host-image] Dec 21 05:10:05.655 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87272024-12-21T05:10:06.291Z[ host-image] Dec 21 05:10:05.656 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87282024-12-21T05:10:06.309Z[ host-image] Dec 21 05:10:05.674 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87292024-12-21T05:10:06.312Z[ host-image] Dec 21 05:10:05.675 INFO O| tempdir @ "/tmp/.tmpu9oycC/tmp"
87302024-12-21T05:10:06.312Z[ host-image] Dec 21 05:10:05.675 INFO O| image root @ "/tmp/.tmpu9oycC/tmp/root"
87312024-12-21T05:10:06.321Z[ host-image] Dec 21 05:10:05.675 INFO O| creating image...
87322024-12-21T05:10:07.530Z[ host-image] Dec 21 05:10:06.895 INFO O| copying publishers...
87332024-12-21T05:10:28.195Z[ recovery-image] Dec 21 05:10:27.557 INFO O| ok, image written!
87342024-12-21T05:10:28.195Z[ recovery-image] Dec 21 05:10:27.557 INFO O| ok, boot_image_csum file written!
87352024-12-21T05:10:28.200Z[ recovery-image] Dec 21 05:10:27.563 INFO creating boot archive (CPIO)...
87362024-12-21T05:10:28.200Z[ recovery-image] Dec 21 05:10:27.564 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
87372024-12-21T05:10:28.211Z[ recovery-image] Dec 21 05:10:27.574 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87382024-12-21T05:10:28.211Z[ recovery-image] Dec 21 05:10:27.574 INFO E| + outfile=/work/os-recovery/cpio
87392024-12-21T05:10:28.213Z[ recovery-image] Dec 21 05:10:27.574 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87402024-12-21T05:10:28.213Z[ recovery-image] Dec 21 05:10:27.577 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87412024-12-21T05:10:28.216Z[ recovery-image] Dec 21 05:10:27.577 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87422024-12-21T05:10:28.261Z[ recovery-image] Dec 21 05:10:27.624 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87432024-12-21T05:10:28.261Z[ recovery-image] Dec 21 05:10:27.624 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87442024-12-21T05:10:28.271Z[ recovery-image] Dec 21 05:10:27.634 INFO creating compressed cpio/unix for nanobl-rs...
87452024-12-21T05:10:28.271Z[ recovery-image] Dec 21 05:10:27.634 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
87462024-12-21T05:10:28.747Z[ recovery-image] Dec 21 05:10:28.107 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87472024-12-21T05:10:31.308Z[ host-image] Dec 21 05:10:30.670 INFO O| adding properties...
87482024-12-21T05:10:33.835Z[ host-image] Dec 21 05:10:33.198 INFO O| installing packages...
87492024-12-21T05:10:35.424Z[ recovery-image] Dec 21 05:10:34.787 INFO creating reset image...
87502024-12-21T05:10:35.424Z[ recovery-image] Dec 21 05:10:34.787 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87512024-12-21T05:10:35.986Z[ recovery-image] Dec 21 05:10:35.349 INFO E| Updating crates.io index
87522024-12-21T05:10:36.184Z[ recovery-image] Dec 21 05:10:35.547 INFO E| Downloading crates ...
87532024-12-21T05:10:36.564Z[ recovery-image] Dec 21 05:10:35.926 INFO E| Downloaded shared_child v1.0.1
87542024-12-21T05:10:36.566Z[ recovery-image] Dec 21 05:10:35.929 INFO E| Downloaded os_pipe v1.2.1
87552024-12-21T05:10:36.569Z[ recovery-image] Dec 21 05:10:35.931 INFO E| Downloaded duct v0.13.7
87562024-12-21T05:10:36.572Z[ recovery-image] Dec 21 05:10:35.934 INFO E| Downloaded clap v4.5.17
87572024-12-21T05:10:36.586Z[ recovery-image] Dec 21 05:10:35.949 INFO E| Downloaded clap_derive v4.5.13
87582024-12-21T05:10:36.622Z[ recovery-image] Dec 21 05:10:35.984 INFO E| Downloaded clap_builder v4.5.17
87592024-12-21T05:10:36.668Z[ recovery-image] Dec 21 05:10:36.031 INFO E| Downloaded syn v2.0.77
87602024-12-21T05:10:36.735Z[ recovery-image] Dec 21 05:10:36.098 INFO E| Downloaded libc v0.2.158
87612024-12-21T05:10:36.875Z[ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling proc-macro2 v1.0.86
87622024-12-21T05:10:36.875Z[ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling unicode-ident v1.0.13
87632024-12-21T05:10:36.875Z[ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling libc v0.2.158
87642024-12-21T05:10:36.878Z[ recovery-image] Dec 21 05:10:36.237 INFO E| Compiling utf8parse v0.2.2
87652024-12-21T05:10:36.878Z[ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling anstyle v1.0.8
87662024-12-21T05:10:36.878Z[ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling is_terminal_polyfill v1.70.1
87672024-12-21T05:10:36.878Z[ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling anstyle-query v1.1.1
87682024-12-21T05:10:36.878Z[ recovery-image] Dec 21 05:10:36.238 INFO E| Compiling colorchoice v1.0.2
87692024-12-21T05:10:37.888Z[ recovery-image] Dec 21 05:10:37.250 INFO E| Compiling anstyle-parse v0.2.5
87702024-12-21T05:10:37.895Z[ recovery-image] Dec 21 05:10:37.258 INFO E| Compiling strsim v0.11.1
87712024-12-21T05:10:37.899Z[ recovery-image] Dec 21 05:10:37.258 INFO E| Compiling heck v0.5.0
87722024-12-21T05:10:38.331Z[ recovery-image] Dec 21 05:10:37.693 INFO E| Compiling clap_lex v0.7.2
87732024-12-21T05:10:38.384Z[ recovery-image] Dec 21 05:10:37.747 INFO E| Compiling once_cell v1.19.0
87742024-12-21T05:10:38.752Z[ recovery-image] Dec 21 05:10:38.115 INFO E| Compiling anstream v0.6.15
87752024-12-21T05:10:39.394Z[ recovery-image] Dec 21 05:10:38.757 INFO E| Compiling clap_builder v4.5.17
87762024-12-21T05:10:40.057Z[ recovery-image] Dec 21 05:10:39.419 INFO E| Compiling quote v1.0.37
87772024-12-21T05:10:40.390Z[ recovery-image] Dec 21 05:10:39.752 INFO E| Compiling os_pipe v1.2.1
87782024-12-21T05:10:40.390Z[ recovery-image] Dec 21 05:10:39.752 INFO E| Compiling shared_child v1.0.1
87792024-12-21T05:10:40.608Z[ recovery-image] Dec 21 05:10:39.970 INFO E| Compiling syn v2.0.77
87802024-12-21T05:10:40.633Z[ recovery-image] Dec 21 05:10:39.995 INFO E| Compiling duct v0.13.7
87812024-12-21T05:10:49.844Z[ recovery-image] Dec 21 05:10:49.205 INFO E| Compiling clap_derive v4.5.13
87822024-12-21T05:10:53.726Z[ recovery-image] Dec 21 05:10:53.085 INFO E| Compiling clap v4.5.17
87832024-12-21T05:10:53.812Z[ recovery-image] Dec 21 05:10:53.173 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87842024-12-21T05:10:55.697Z[ recovery-image] Dec 21 05:10:55.058 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
87852024-12-21T05:10:55.713Z[ recovery-image] Dec 21 05:10:55.074 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87862024-12-21T05:10:55.928Z[ recovery-image] Dec 21 05:10:55.289 INFO E| Updating crates.io index
87872024-12-21T05:10:56.002Z[ recovery-image] Dec 21 05:10:55.362 INFO E| Downloading crates ...
87882024-12-21T05:10:56.092Z[ recovery-image] Dec 21 05:10:55.453 INFO E| Downloaded bit_field v0.10.2
87892024-12-21T05:10:56.110Z[ recovery-image] Dec 21 05:10:55.471 INFO E| Downloaded raw-cpuid v10.7.0
87902024-12-21T05:10:56.117Z[ recovery-image] Dec 21 05:10:55.478 INFO E| Downloaded seq-macro v0.3.5
87912024-12-21T05:10:56.120Z[ recovery-image] Dec 21 05:10:55.481 INFO E| Downloaded bitstruct v0.1.1
87922024-12-21T05:10:56.123Z[ recovery-image] Dec 21 05:10:55.484 INFO E| Downloaded bitstruct_derive v0.1.0
87932024-12-21T05:10:56.129Z[ recovery-image] Dec 21 05:10:55.489 INFO E| Downloaded cpio_reader v0.1.1
87942024-12-21T05:10:56.162Z[ recovery-image] Dec 21 05:10:55.522 INFO E| Downloaded syn v2.0.85
87952024-12-21T05:10:56.309Z[ recovery-image] Dec 21 05:10:55.670 INFO E| Downloaded x86 v0.52.0
87962024-12-21T05:10:56.397Z[ recovery-image] Dec 21 05:10:55.755 INFO E| Updating crates.io index
87972024-12-21T05:10:56.476Z[ recovery-image] Dec 21 05:10:55.837 INFO E| Downloading crates ...
87982024-12-21T05:10:56.553Z[ recovery-image] Dec 21 05:10:55.913 INFO E| Downloaded hashbrown v0.15.0
87992024-12-21T05:10:56.567Z[ recovery-image] Dec 21 05:10:55.927 INFO E| Downloaded compiler_builtins v0.1.134
88002024-12-21T05:10:56.672Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling compiler_builtins v0.1.134
88012024-12-21T05:10:56.672Z[ recovery-image] Dec 21 05:10:56.033 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)
88022024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling proc-macro2 v1.0.89
88032024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling unicode-ident v1.0.13
88042024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling syn v1.0.109
88052024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling x86 v0.52.0
88062024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88072024-12-21T05:10:56.676Z[ recovery-image] Dec 21 05:10:56.033 INFO E| Compiling seq-macro v0.3.5
88082024-12-21T05:10:59.035Z[ recovery-image] Dec 21 05:10:58.395 INFO E| Compiling quote v1.0.37
88092024-12-21T05:10:59.480Z[ recovery-image] Dec 21 05:10:58.840 INFO E| Compiling syn v2.0.85
88102024-12-21T05:11:04.561Z[ recovery-image] Dec 21 05:11:03.921 INFO E| Compiling scroll_derive v0.12.0
88112024-12-21T05:11:05.719Z[ host-image] Dec 21 05:11:05.079 INFO O| seeding SMF database...
88122024-12-21T05:11:08.918Z[ recovery-image] Dec 21 05:11:08.277 INFO E| Compiling bitstruct_derive v0.1.0
88132024-12-21T05:11:19.041Z[ host-image] Dec 21 05:11:18.399 INFO O| configuring SMF profile...
88142024-12-21T05:11:19.045Z[ host-image] Dec 21 05:11:18.400 INFO O| modifying shadow(5)...
88152024-12-21T05:11:19.045Z[ host-image] Dec 21 05:11:18.400 INFO O| loading user and group database...
88162024-12-21T05:11:19.045Z[ host-image] Dec 21 05:11:18.400 INFO O| assessing packaged files...
88172024-12-21T05:11:24.995Z[ host-image] Dec 21 05:11:24.351 INFO O| creating archive...
88182024-12-21T05:11:25.072Z[ host-image] Dec 21 05:11:24.430 INFO O| missing from packaging:
88192024-12-21T05:11:25.075Z[ host-image] Dec 21 05:11:24.430 INFO O| "etc/.pwd.lock"
88202024-12-21T05:11:25.075Z[ host-image] Dec 21 05:11:24.430 INFO O| "etc/bash"
88212024-12-21T05:11:25.083Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/generic.xml"
88222024-12-21T05:11:25.083Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/inetd_services.xml"
88232024-12-21T05:11:25.086Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/name_service.xml"
88242024-12-21T05:11:25.086Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/platform.xml"
88252024-12-21T05:11:25.086Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/profile/platform_omicron1.xml"
88262024-12-21T05:11:25.086Z[ host-image] Dec 21 05:11:24.442 INFO O| "etc/svc/repository.db"
88272024-12-21T05:11:25.100Z[ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share"
88282024-12-21T05:11:25.100Z[ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share/man"
88292024-12-21T05:11:25.103Z[ host-image] Dec 21 05:11:24.458 INFO O| "opt/ooce/share/man/man1"
88302024-12-21T05:11:25.115Z[ host-image] Dec 21 05:11:24.473 INFO O| finishing archive...
88312024-12-21T05:11:28.717Z[ host-image] Dec 21 05:11:28.075 INFO O| creating gzonly manifest...
88322024-12-21T05:11:28.728Z[ host-image] Dec 21 05:11:28.087 INFO O| ok
88332024-12-21T05:11:28.893Z[ host-image] Dec 21 05:11:28.250 INFO image builder template: ramdisk-02-trim...
88342024-12-21T05:11:28.893Z[ host-image] Dec 21 05:11:28.250 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/.tmpHZ7K79/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
88352024-12-21T05:11:28.931Z[ host-image] Dec 21 05:11:28.288 INFO O| Dec 21 05:11:28.288 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88362024-12-21T05:11:28.938Z[ host-image] Dec 21 05:11:28.296 INFO O| Dec 21 05:11:28.296 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88372024-12-21T05:11:29.048Z[ host-image] Dec 21 05:11:28.406 INFO O| Dec 21 05:11:28.406 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88382024-12-21T05:11:29.144Z[ host-image] Dec 21 05:11:28.502 INFO O| Dec 21 05:11:28.502 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88392024-12-21T05:11:29.147Z[ host-image] Dec 21 05:11:28.502 INFO O| Dec 21 05:11:28.502 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88402024-12-21T05:11:29.155Z[ host-image] Dec 21 05:11:28.513 INFO O| Dec 21 05:11:28.513 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88412024-12-21T05:11:29.163Z[ host-image] Dec 21 05:11:28.521 INFO O| Dec 21 05:11:28.521 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88422024-12-21T05:11:29.171Z[ host-image] Dec 21 05:11:28.529 INFO O| Dec 21 05:11:28.529 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88432024-12-21T05:11:29.552Z[ host-image] Dec 21 05:11:28.910 INFO O| Dec 21 05:11:28.910 INFO rolled back to input snapshot; work may begin
88442024-12-21T05:11:29.552Z[ host-image] Dec 21 05:11:28.910 INFO O| Dec 21 05:11:28.910 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88452024-12-21T05:11:29.561Z[ host-image] Dec 21 05:11:28.919 INFO O| Dec 21 05:11:28.919 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-21T05:11:29.578Z[ host-image] Dec 21 05:11:28.936 INFO O| Dec 21 05:11:28.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88472024-12-21T05:11:29.656Z[ host-image] Dec 21 05:11:29.014 INFO O| Dec 21 05:11:29.014 INFO STEP 0 (remove_files) COMPLETE
88482024-12-21T05:11:29.656Z[ host-image] Dec 21 05:11:29.014 INFO O| Dec 21 05:11:29.014 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-21T05:11:29.675Z[ host-image] Dec 21 05:11:29.033 INFO O| Dec 21 05:11:29.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88502024-12-21T05:11:29.678Z[ host-image] Dec 21 05:11:29.036 INFO O| Dec 21 05:11:29.036 INFO STEP 1 (remove_files) COMPLETE
88512024-12-21T05:11:29.678Z[ host-image] Dec 21 05:11:29.036 INFO O| Dec 21 05:11:29.036 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-21T05:11:29.698Z[ host-image] Dec 21 05:11:29.054 INFO O| Dec 21 05:11:29.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88532024-12-21T05:11:29.721Z[ host-image] Dec 21 05:11:29.078 INFO O| Dec 21 05:11:29.078 INFO STEP 2 (remove_files) COMPLETE
88542024-12-21T05:11:29.721Z[ host-image] Dec 21 05:11:29.078 INFO O| Dec 21 05:11:29.078 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-21T05:11:29.742Z[ host-image] Dec 21 05:11:29.100 INFO O| Dec 21 05:11:29.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88562024-12-21T05:11:29.745Z[ host-image] Dec 21 05:11:29.103 INFO O| Dec 21 05:11:29.103 INFO STEP 3 (remove_files) COMPLETE
88572024-12-21T05:11:29.745Z[ host-image] Dec 21 05:11:29.103 INFO O| Dec 21 05:11:29.103 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-21T05:11:29.767Z[ host-image] Dec 21 05:11:29.124 INFO O| Dec 21 05:11:29.124 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88592024-12-21T05:11:29.773Z[ host-image] Dec 21 05:11:29.131 INFO O| Dec 21 05:11:29.131 INFO STEP 4 (remove_files) COMPLETE
88602024-12-21T05:11:29.777Z[ host-image] Dec 21 05:11:29.131 INFO O| Dec 21 05:11:29.131 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-21T05:11:29.793Z[ host-image] Dec 21 05:11:29.151 INFO O| Dec 21 05:11:29.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88622024-12-21T05:11:29.797Z[ host-image] Dec 21 05:11:29.155 INFO O| Dec 21 05:11:29.155 INFO STEP 5 (remove_files) COMPLETE
88632024-12-21T05:11:29.797Z[ host-image] Dec 21 05:11:29.155 INFO O| Dec 21 05:11:29.155 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-21T05:11:29.814Z[ host-image] Dec 21 05:11:29.172 INFO O| Dec 21 05:11:29.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88652024-12-21T05:11:29.830Z[ host-image] Dec 21 05:11:29.188 INFO O| Dec 21 05:11:29.188 INFO STEP 6 (remove_files) COMPLETE
88662024-12-21T05:11:29.831Z[ host-image] Dec 21 05:11:29.188 INFO O| Dec 21 05:11:29.188 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-21T05:11:29.849Z[ host-image] Dec 21 05:11:29.207 INFO O| Dec 21 05:11:29.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88682024-12-21T05:11:29.868Z[ host-image] Dec 21 05:11:29.225 INFO O| Dec 21 05:11:29.225 INFO STEP 7 (remove_files) COMPLETE
88692024-12-21T05:11:29.871Z[ host-image] Dec 21 05:11:29.225 INFO O| Dec 21 05:11:29.225 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-21T05:11:29.887Z[ host-image] Dec 21 05:11:29.243 INFO O| Dec 21 05:11:29.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88712024-12-21T05:11:29.996Z[ host-image] Dec 21 05:11:29.354 INFO O| Dec 21 05:11:29.354 INFO STEP 8 (remove_files) COMPLETE
88722024-12-21T05:11:29.996Z[ host-image] Dec 21 05:11:29.354 INFO O| Dec 21 05:11:29.354 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-21T05:11:30.014Z[ host-image] Dec 21 05:11:29.372 INFO O| Dec 21 05:11:29.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88742024-12-21T05:11:30.075Z[ recovery-image] Dec 21 05:11:29.432 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)
88752024-12-21T05:11:30.167Z[ host-image] Dec 21 05:11:29.525 INFO O| Dec 21 05:11:29.525 INFO STEP 9 (remove_files) COMPLETE
88762024-12-21T05:11:30.167Z[ host-image] Dec 21 05:11:29.525 INFO O| Dec 21 05:11:29.525 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-21T05:11:30.188Z[ host-image] Dec 21 05:11:29.545 INFO O| Dec 21 05:11:29.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88782024-12-21T05:11:30.195Z[ host-image] Dec 21 05:11:29.552 INFO O| Dec 21 05:11:29.552 INFO STEP 10 (remove_files) COMPLETE
88792024-12-21T05:11:30.198Z[ host-image] Dec 21 05:11:29.553 INFO O| Dec 21 05:11:29.552 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-21T05:11:30.214Z[ host-image] Dec 21 05:11:29.572 INFO O| Dec 21 05:11:29.571 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88812024-12-21T05:11:30.216Z[ host-image] Dec 21 05:11:29.573 INFO O| Dec 21 05:11:29.573 INFO STEP 11 (remove_files) COMPLETE
88822024-12-21T05:11:30.216Z[ host-image] Dec 21 05:11:29.573 INFO O| Dec 21 05:11:29.573 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-21T05:11:30.235Z[ host-image] Dec 21 05:11:29.592 INFO O| Dec 21 05:11:29.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88842024-12-21T05:11:30.237Z[ host-image] Dec 21 05:11:29.595 INFO O| Dec 21 05:11:29.595 INFO STEP 12 (remove_files) COMPLETE
88852024-12-21T05:11:30.239Z[ host-image] Dec 21 05:11:29.595 INFO O| Dec 21 05:11:29.595 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-21T05:11:30.426Z[ host-image] Dec 21 05:11:29.783 INFO O| Dec 21 05:11:29.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88872024-12-21T05:11:30.433Z[ host-image] Dec 21 05:11:29.791 INFO O| Dec 21 05:11:29.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88882024-12-21T05:11:30.441Z[ host-image] Dec 21 05:11:29.799 INFO O| Dec 21 05:11:29.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88892024-12-21T05:11:30.537Z[ host-image] Dec 21 05:11:29.895 INFO O| Dec 21 05:11:29.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88902024-12-21T05:11:31.006Z[ host-image] Dec 21 05:11:30.363 INFO O| Dec 21 05:11:30.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88912024-12-21T05:11:31.006Z[ host-image] Dec 21 05:11:30.363 INFO O| Dec 21 05:11:30.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88922024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88932024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88942024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.364 INFO O| Dec 21 05:11:30.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88952024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88962024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88972024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88982024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88992024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.365 INFO O| Dec 21 05:11:30.365 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89002024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89012024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89022024-12-21T05:11:31.011Z[ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89032024-12-21T05:11:31.012Z[ host-image] Dec 21 05:11:30.366 INFO O| Dec 21 05:11:30.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89042024-12-21T05:11:31.012Z[ host-image] Dec 21 05:11:30.367 INFO O| Dec 21 05:11:30.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89052024-12-21T05:11:31.012Z[ host-image] Dec 21 05:11:30.367 INFO O| Dec 21 05:11:30.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89062024-12-21T05:11:31.016Z[ host-image] Dec 21 05:11:30.369 INFO O| Dec 21 05:11:30.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89072024-12-21T05:11:31.049Z[ host-image] Dec 21 05:11:30.406 INFO O| Dec 21 05:11:30.406 INFO STEP 13 (remove_files) COMPLETE
89082024-12-21T05:11:31.049Z[ host-image] Dec 21 05:11:30.406 INFO O| Dec 21 05:11:30.406 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-21T05:11:31.069Z[ host-image] Dec 21 05:11:30.426 INFO O| Dec 21 05:11:30.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89102024-12-21T05:11:31.071Z[ host-image] Dec 21 05:11:30.429 INFO O| Dec 21 05:11:30.429 INFO STEP 14 (remove_files) COMPLETE
89112024-12-21T05:11:31.071Z[ host-image] Dec 21 05:11:30.429 INFO O| Dec 21 05:11:30.429 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-21T05:11:31.090Z[ host-image] Dec 21 05:11:30.447 INFO O| Dec 21 05:11:30.447 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89132024-12-21T05:11:31.100Z[ host-image] Dec 21 05:11:30.458 INFO O| Dec 21 05:11:30.457 INFO STEP 15 (remove_files) COMPLETE
89142024-12-21T05:11:31.100Z[ host-image] Dec 21 05:11:30.458 INFO O| Dec 21 05:11:30.458 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-21T05:11:31.119Z[ host-image] Dec 21 05:11:30.477 INFO O| Dec 21 05:11:30.477 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89162024-12-21T05:11:31.122Z[ host-image] Dec 21 05:11:30.478 INFO O| Dec 21 05:11:30.478 INFO STEP 16 (remove_files) COMPLETE
89172024-12-21T05:11:31.122Z[ host-image] Dec 21 05:11:30.478 INFO O| Dec 21 05:11:30.478 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-21T05:11:31.137Z[ host-image] Dec 21 05:11:30.495 INFO O| Dec 21 05:11:30.495 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89192024-12-21T05:11:31.139Z[ host-image] Dec 21 05:11:30.497 INFO O| Dec 21 05:11:30.497 INFO STEP 17 (remove_files) COMPLETE
89202024-12-21T05:11:31.139Z[ host-image] Dec 21 05:11:30.497 INFO O| Dec 21 05:11:30.497 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-21T05:11:31.199Z[ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89222024-12-21T05:11:31.199Z[ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO STEP 18 (remove_files) COMPLETE
89232024-12-21T05:11:31.201Z[ host-image] Dec 21 05:11:30.557 INFO O| Dec 21 05:11:30.557 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-21T05:11:31.274Z[ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89252024-12-21T05:11:31.274Z[ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO STEP 19 (remove_files) COMPLETE
89262024-12-21T05:11:31.276Z[ host-image] Dec 21 05:11:30.631 INFO O| Dec 21 05:11:30.631 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-21T05:11:31.336Z[ host-image] Dec 21 05:11:30.693 INFO O| Dec 21 05:11:30.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89282024-12-21T05:11:31.336Z[ host-image] Dec 21 05:11:30.693 INFO O| Dec 21 05:11:30.693 INFO STEP 20 (remove_files) COMPLETE
89292024-12-21T05:11:31.336Z[ host-image] Dec 21 05:11:30.694 INFO O| Dec 21 05:11:30.693 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-21T05:11:31.357Z[ host-image] Dec 21 05:11:30.714 INFO O| Dec 21 05:11:30.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89312024-12-21T05:11:31.357Z[ host-image] Dec 21 05:11:30.714 INFO O| Dec 21 05:11:30.714 INFO STEP 21 (remove_files) COMPLETE
89322024-12-21T05:11:31.357Z[ host-image] Dec 21 05:11:30.715 INFO O| Dec 21 05:11:30.714 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-21T05:11:31.375Z[ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89342024-12-21T05:11:31.375Z[ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO STEP 22 (remove_files) COMPLETE
89352024-12-21T05:11:31.378Z[ host-image] Dec 21 05:11:30.732 INFO O| Dec 21 05:11:30.732 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-21T05:11:31.391Z[ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89372024-12-21T05:11:31.391Z[ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO STEP 23 (remove_files) COMPLETE
89382024-12-21T05:11:31.393Z[ host-image] Dec 21 05:11:30.748 INFO O| Dec 21 05:11:30.748 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-21T05:11:31.408Z[ host-image] Dec 21 05:11:30.765 INFO O| Dec 21 05:11:30.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89402024-12-21T05:11:31.408Z[ host-image] Dec 21 05:11:30.766 INFO O| Dec 21 05:11:30.765 INFO STEP 24 (remove_files) COMPLETE
89412024-12-21T05:11:31.411Z[ host-image] Dec 21 05:11:30.766 INFO O| Dec 21 05:11:30.765 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-21T05:11:31.508Z[ host-image] Dec 21 05:11:30.865 INFO O| Dec 21 05:11:30.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89432024-12-21T05:11:31.508Z[ host-image] Dec 21 05:11:30.865 INFO O| Dec 21 05:11:30.865 INFO STEP 25 (remove_files) COMPLETE
89442024-12-21T05:11:31.510Z[ host-image] Dec 21 05:11:30.866 INFO O| Dec 21 05:11:30.865 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-21T05:11:31.628Z[ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89462024-12-21T05:11:31.628Z[ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO STEP 26 (remove_files) COMPLETE
89472024-12-21T05:11:31.631Z[ host-image] Dec 21 05:11:30.985 INFO O| Dec 21 05:11:30.985 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-21T05:11:31.689Z[ host-image] Dec 21 05:11:31.046 INFO O| Dec 21 05:11:31.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89492024-12-21T05:11:31.692Z[ host-image] Dec 21 05:11:31.047 INFO O| Dec 21 05:11:31.047 INFO STEP 27 (remove_files) COMPLETE
89502024-12-21T05:11:31.692Z[ host-image] Dec 21 05:11:31.047 INFO O| Dec 21 05:11:31.047 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-21T05:11:31.767Z[ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89522024-12-21T05:11:31.767Z[ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO STEP 28 (remove_files) COMPLETE
89532024-12-21T05:11:31.767Z[ host-image] Dec 21 05:11:31.125 INFO O| Dec 21 05:11:31.125 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-21T05:11:31.799Z[ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89552024-12-21T05:11:31.799Z[ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO STEP 29 (remove_files) COMPLETE
89562024-12-21T05:11:31.799Z[ host-image] Dec 21 05:11:31.156 INFO O| Dec 21 05:11:31.156 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-21T05:11:31.836Z[ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89582024-12-21T05:11:31.837Z[ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO STEP 30 (remove_files) COMPLETE
89592024-12-21T05:11:31.837Z[ host-image] Dec 21 05:11:31.193 INFO O| Dec 21 05:11:31.193 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-21T05:11:31.880Z[ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89612024-12-21T05:11:31.882Z[ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO STEP 31 (remove_files) COMPLETE
89622024-12-21T05:11:31.882Z[ host-image] Dec 21 05:11:31.237 INFO O| Dec 21 05:11:31.237 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-21T05:11:32.044Z[ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89642024-12-21T05:11:32.044Z[ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO STEP 32 (remove_files) COMPLETE
89652024-12-21T05:11:32.044Z[ host-image] Dec 21 05:11:31.402 INFO O| Dec 21 05:11:31.402 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-21T05:11:32.179Z[ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89672024-12-21T05:11:32.179Z[ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO STEP 33 (remove_files) COMPLETE
89682024-12-21T05:11:32.179Z[ host-image] Dec 21 05:11:31.536 INFO O| Dec 21 05:11:31.536 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-21T05:11:32.219Z[ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89702024-12-21T05:11:32.219Z[ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO STEP 34 (remove_files) COMPLETE
89712024-12-21T05:11:32.221Z[ host-image] Dec 21 05:11:31.576 INFO O| Dec 21 05:11:31.576 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-21T05:11:32.239Z[ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89732024-12-21T05:11:32.240Z[ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO STEP 35 (remove_files) COMPLETE
89742024-12-21T05:11:32.240Z[ host-image] Dec 21 05:11:31.597 INFO O| Dec 21 05:11:31.597 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-21T05:11:32.341Z[ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89762024-12-21T05:11:32.342Z[ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO STEP 36 (remove_files) COMPLETE
89772024-12-21T05:11:32.342Z[ host-image] Dec 21 05:11:31.695 INFO O| Dec 21 05:11:31.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-21T05:11:32.356Z[ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89792024-12-21T05:11:32.356Z[ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.714 INFO STEP 37 (remove_files) COMPLETE
89802024-12-21T05:11:32.359Z[ host-image] Dec 21 05:11:31.714 INFO O| Dec 21 05:11:31.714 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-21T05:11:32.392Z[ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89822024-12-21T05:11:32.392Z[ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO STEP 38 (remove_files) COMPLETE
89832024-12-21T05:11:32.395Z[ host-image] Dec 21 05:11:31.750 INFO O| Dec 21 05:11:31.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-21T05:11:32.433Z[ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89852024-12-21T05:11:32.433Z[ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO STEP 39 (remove_files) COMPLETE
89862024-12-21T05:11:32.436Z[ host-image] Dec 21 05:11:31.791 INFO O| Dec 21 05:11:31.791 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-21T05:11:32.451Z[ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89882024-12-21T05:11:32.451Z[ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO STEP 40 (remove_files) COMPLETE
89892024-12-21T05:11:32.451Z[ host-image] Dec 21 05:11:31.809 INFO O| Dec 21 05:11:31.809 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-21T05:11:32.483Z[ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89912024-12-21T05:11:32.483Z[ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO STEP 41 (remove_files) COMPLETE
89922024-12-21T05:11:32.485Z[ host-image] Dec 21 05:11:31.840 INFO O| Dec 21 05:11:31.840 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-21T05:11:32.501Z[ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89942024-12-21T05:11:32.501Z[ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO STEP 42 (remove_files) COMPLETE
89952024-12-21T05:11:32.501Z[ host-image] Dec 21 05:11:31.859 INFO O| Dec 21 05:11:31.859 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-21T05:11:32.519Z[ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89972024-12-21T05:11:32.519Z[ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO STEP 43 (remove_files) COMPLETE
89982024-12-21T05:11:32.522Z[ host-image] Dec 21 05:11:31.877 INFO O| Dec 21 05:11:31.877 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-21T05:11:32.538Z[ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90002024-12-21T05:11:32.538Z[ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO STEP 44 (remove_files) COMPLETE
90012024-12-21T05:11:32.538Z[ host-image] Dec 21 05:11:31.895 INFO O| Dec 21 05:11:31.895 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-21T05:11:32.555Z[ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90032024-12-21T05:11:32.555Z[ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO STEP 45 (remove_files) COMPLETE
90042024-12-21T05:11:32.558Z[ host-image] Dec 21 05:11:31.913 INFO O| Dec 21 05:11:31.913 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-21T05:11:32.575Z[ host-image] Dec 21 05:11:31.932 INFO O| Dec 21 05:11:31.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90062024-12-21T05:11:32.575Z[ host-image] Dec 21 05:11:31.933 INFO O| Dec 21 05:11:31.932 INFO STEP 46 (remove_files) COMPLETE
90072024-12-21T05:11:32.575Z[ host-image] Dec 21 05:11:31.933 INFO O| Dec 21 05:11:31.932 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-21T05:11:32.595Z[ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90092024-12-21T05:11:32.596Z[ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO STEP 47 (remove_files) COMPLETE
90102024-12-21T05:11:32.598Z[ host-image] Dec 21 05:11:31.953 INFO O| Dec 21 05:11:31.953 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-21T05:11:32.633Z[ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90122024-12-21T05:11:32.633Z[ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO STEP 48 (remove_files) COMPLETE
90132024-12-21T05:11:32.635Z[ host-image] Dec 21 05:11:31.990 INFO O| Dec 21 05:11:31.990 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-21T05:11:32.664Z[ host-image] Dec 21 05:11:32.019 INFO O| Dec 21 05:11:32.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90152024-12-21T05:11:32.664Z[ host-image] Dec 21 05:11:32.019 INFO O| Dec 21 05:11:32.019 INFO STEP 49 (remove_files) COMPLETE
90162024-12-21T05:11:32.667Z[ host-image] Dec 21 05:11:32.020 INFO O| Dec 21 05:11:32.019 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172024-12-21T05:11:32.690Z[ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90182024-12-21T05:11:32.690Z[ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO STEP 50 (remove_files) COMPLETE
90192024-12-21T05:11:32.690Z[ host-image] Dec 21 05:11:32.039 INFO O| Dec 21 05:11:32.039 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202024-12-21T05:11:32.699Z[ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90212024-12-21T05:11:32.700Z[ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO STEP 51 (remove_files) COMPLETE
90222024-12-21T05:11:32.702Z[ host-image] Dec 21 05:11:32.057 INFO O| Dec 21 05:11:32.057 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-21T05:11:32.718Z[ host-image] Dec 21 05:11:32.075 INFO O| Dec 21 05:11:32.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90242024-12-21T05:11:32.718Z[ host-image] Dec 21 05:11:32.075 INFO O| Dec 21 05:11:32.075 INFO STEP 52 (remove_files) COMPLETE
90252024-12-21T05:11:32.718Z[ host-image] Dec 21 05:11:32.076 INFO O| Dec 21 05:11:32.075 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262024-12-21T05:11:32.735Z[ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90272024-12-21T05:11:32.735Z[ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO STEP 53 (remove_files) COMPLETE
90282024-12-21T05:11:32.738Z[ host-image] Dec 21 05:11:32.093 INFO O| Dec 21 05:11:32.093 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-21T05:11:32.754Z[ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90302024-12-21T05:11:32.754Z[ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO STEP 54 (remove_files) COMPLETE
90312024-12-21T05:11:32.754Z[ host-image] Dec 21 05:11:32.111 INFO O| Dec 21 05:11:32.111 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322024-12-21T05:11:32.774Z[ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90332024-12-21T05:11:32.774Z[ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO STEP 55 (remove_files) COMPLETE
90342024-12-21T05:11:32.777Z[ host-image] Dec 21 05:11:32.132 INFO O| Dec 21 05:11:32.132 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-21T05:11:32.801Z[ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90362024-12-21T05:11:32.801Z[ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO STEP 56 (remove_files) COMPLETE
90372024-12-21T05:11:32.801Z[ host-image] Dec 21 05:11:32.159 INFO O| Dec 21 05:11:32.159 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382024-12-21T05:11:32.842Z[ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90392024-12-21T05:11:32.842Z[ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO STEP 57 (remove_files) COMPLETE
90402024-12-21T05:11:32.845Z[ host-image] Dec 21 05:11:32.200 INFO O| Dec 21 05:11:32.200 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412024-12-21T05:11:32.882Z[ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90422024-12-21T05:11:32.882Z[ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90432024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.240 INFO O| Dec 21 05:11:32.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90442024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.240 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90452024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90462024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90472024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO ok!
90482024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO STEP 58 (ensure_file) COMPLETE
90492024-12-21T05:11:32.885Z[ host-image] Dec 21 05:11:32.241 INFO O| Dec 21 05:11:32.241 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502024-12-21T05:11:32.902Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90512024-12-21T05:11:32.902Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90522024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90532024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90542024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90552024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90562024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO ok!
90572024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO STEP 59 (ensure_file) COMPLETE
90582024-12-21T05:11:32.905Z[ host-image] Dec 21 05:11:32.260 INFO O| Dec 21 05:11:32.260 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592024-12-21T05:11:32.915Z[ recovery-image] Dec 21 05:11:32.273 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)
90602024-12-21T05:11:32.959Z[ host-image] Dec 21 05:11:32.316 INFO O| Dec 21 05:11:32.316 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90612024-12-21T05:11:32.961Z[ host-image] Dec 21 05:11:32.316 INFO O| Dec 21 05:11:32.316 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90622024-12-21T05:11:32.961Z[ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90632024-12-21T05:11:32.961Z[ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.316 INFO ok!
90642024-12-21T05:11:32.961Z[ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.317 INFO STEP 60 (ensure_file) COMPLETE
90652024-12-21T05:11:32.961Z[ host-image] Dec 21 05:11:32.317 INFO O| Dec 21 05:11:32.317 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90662024-12-21T05:11:33.001Z[ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90672024-12-21T05:11:33.001Z[ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90682024-12-21T05:11:33.004Z[ host-image] Dec 21 05:11:32.358 INFO O| Dec 21 05:11:32.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90692024-12-21T05:11:33.004Z[ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.358 INFO ok!
90702024-12-21T05:11:33.004Z[ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.358 INFO STEP 61 (ensure_file) COMPLETE
90712024-12-21T05:11:33.004Z[ host-image] Dec 21 05:11:32.359 INFO O| Dec 21 05:11:32.359 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90722024-12-21T05:11:33.035Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.392 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90732024-12-21T05:11:33.035Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90742024-12-21T05:11:33.035Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90752024-12-21T05:11:33.038Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90762024-12-21T05:11:33.038Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO ok!
90772024-12-21T05:11:33.038Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO STEP 62 (ensure_file) COMPLETE
90782024-12-21T05:11:33.038Z[ host-image] Dec 21 05:11:32.393 INFO O| Dec 21 05:11:32.393 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792024-12-21T05:11:33.075Z[ host-image] Dec 21 05:11:32.432 INFO O| Dec 21 05:11:32.432 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90802024-12-21T05:11:33.076Z[ host-image] Dec 21 05:11:32.432 INFO O| Dec 21 05:11:32.432 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90812024-12-21T05:11:33.079Z[ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.432 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90822024-12-21T05:11:33.079Z[ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90832024-12-21T05:11:33.079Z[ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO ok!
90842024-12-21T05:11:33.079Z[ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO STEP 63 (ensure_file) COMPLETE
90852024-12-21T05:11:33.079Z[ host-image] Dec 21 05:11:32.433 INFO O| Dec 21 05:11:32.433 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862024-12-21T05:11:33.111Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.468 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90872024-12-21T05:11:33.111Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.468 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90882024-12-21T05:11:33.113Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90892024-12-21T05:11:33.113Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO ok!
90902024-12-21T05:11:33.113Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO STEP 64 (assemble_files) COMPLETE
90912024-12-21T05:11:33.113Z[ host-image] Dec 21 05:11:32.469 INFO O| Dec 21 05:11:32.469 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922024-12-21T05:11:33.150Z[ host-image] Dec 21 05:11:32.507 INFO O| Dec 21 05:11:32.507 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90932024-12-21T05:11:33.150Z[ host-image] Dec 21 05:11:32.507 INFO O| Dec 21 05:11:32.507 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90942024-12-21T05:11:33.152Z[ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90952024-12-21T05:11:33.152Z[ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90962024-12-21T05:11:33.152Z[ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO ok!
90972024-12-21T05:11:33.153Z[ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO STEP 65 (ensure_file) COMPLETE
90982024-12-21T05:11:33.153Z[ host-image] Dec 21 05:11:32.508 INFO O| Dec 21 05:11:32.508 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90992024-12-21T05:11:33.213Z[ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91002024-12-21T05:11:33.215Z[ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91012024-12-21T05:11:33.215Z[ host-image] Dec 21 05:11:32.570 INFO O| Dec 21 05:11:32.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91022024-12-21T05:11:33.215Z[ host-image] Dec 21 05:11:32.571 INFO O| Dec 21 05:11:32.570 INFO STEP 66 (ensure_dir) COMPLETE
91032024-12-21T05:11:33.215Z[ host-image] Dec 21 05:11:32.571 INFO O| Dec 21 05:11:32.571 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042024-12-21T05:11:33.250Z[ host-image] Dec 21 05:11:32.607 INFO O| Dec 21 05:11:32.607 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91052024-12-21T05:11:33.250Z[ host-image] Dec 21 05:11:32.607 INFO O| Dec 21 05:11:32.607 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 ...
91062024-12-21T05:11:33.260Z[ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.617 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
91072024-12-21T05:11:33.260Z[ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91082024-12-21T05:11:33.260Z[ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO ok!
91092024-12-21T05:11:33.260Z[ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO STEP 67 (ensure_file) COMPLETE
91102024-12-21T05:11:33.263Z[ host-image] Dec 21 05:11:32.618 INFO O| Dec 21 05:11:32.618 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91112024-12-21T05:11:33.299Z[ host-image] Dec 21 05:11:32.656 INFO O| Dec 21 05:11:32.656 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91122024-12-21T05:11:33.299Z[ host-image] Dec 21 05:11:32.656 INFO O| Dec 21 05:11:32.656 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 ...
91132024-12-21T05:11:33.301Z[ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 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
91142024-12-21T05:11:33.301Z[ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91152024-12-21T05:11:33.301Z[ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO ok!
91162024-12-21T05:11:33.301Z[ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO STEP 68 (ensure_file) COMPLETE
91172024-12-21T05:11:33.301Z[ host-image] Dec 21 05:11:32.657 INFO O| Dec 21 05:11:32.657 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182024-12-21T05:11:33.353Z[ host-image] Dec 21 05:11:32.710 INFO O| Dec 21 05:11:32.710 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91192024-12-21T05:11:33.353Z[ host-image] Dec 21 05:11:32.710 INFO O| Dec 21 05:11:32.710 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91202024-12-21T05:11:37.256Z[ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO STEP 69 (pack_tar) COMPLETE
91212024-12-21T05:11:37.256Z[ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91222024-12-21T05:11:37.258Z[ host-image] Dec 21 05:11:36.613 INFO O| Dec 21 05:11:36.613 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91232024-12-21T05:11:37.706Z[ host-image] Dec 21 05:11:37.063 INFO O| Dec 21 05:11:37.063 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91242024-12-21T05:11:37.814Z[ host-image] Dec 21 05:11:37.171 INFO O| Dec 21 05:11:37.171 INFO completed processing gimlet/ramdisk-02-trim
91252024-12-21T05:11:37.817Z[ host-image] Dec 21 05:11:37.174 INFO image builder template: zfs...
91262024-12-21T05:11:37.817Z[ host-image] Dec 21 05:11:37.174 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/.tmpHZ7K79/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
91272024-12-21T05:11:37.840Z[ host-image] Dec 21 05:11:37.197 INFO O| Dec 21 05:11:37.197 INFO skip include "stress" because feature "stress" is not enabled
91282024-12-21T05:11:37.895Z[ host-image] Dec 21 05:11:37.252 INFO O| Dec 21 05:11:37.252 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91292024-12-21T05:11:37.902Z[ host-image] Dec 21 05:11:37.260 INFO O| Dec 21 05:11:37.259 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91302024-12-21T05:11:37.995Z[ host-image] Dec 21 05:11:37.352 INFO O| Dec 21 05:11:37.352 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91312024-12-21T05:11:38.083Z[ host-image] Dec 21 05:11:37.440 INFO O| Dec 21 05:11:37.440 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91322024-12-21T05:11:38.083Z[ host-image] Dec 21 05:11:37.440 INFO O| Dec 21 05:11:37.440 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91332024-12-21T05:11:38.091Z[ host-image] Dec 21 05:11:37.447 INFO O| Dec 21 05:11:37.447 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91342024-12-21T05:11:38.254Z[ host-image] Dec 21 05:11:37.611 INFO O| Dec 21 05:11:37.610 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91352024-12-21T05:11:38.333Z[ host-image] Dec 21 05:11:37.689 INFO O| Dec 21 05:11:37.689 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91362024-12-21T05:11:38.350Z[ host-image] Dec 21 05:11:37.707 INFO O| Dec 21 05:11:37.707 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91372024-12-21T05:11:38.360Z[ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91382024-12-21T05:11:38.360Z[ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO no lofi found
91392024-12-21T05:11:38.363Z[ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91402024-12-21T05:11:38.363Z[ host-image] Dec 21 05:11:37.717 INFO O| Dec 21 05:11:37.717 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91412024-12-21T05:11:38.438Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bitflags v1.3.2
91422024-12-21T05:11:38.438Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling adler2 v2.0.0
91432024-12-21T05:11:38.440Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling log v0.4.22
91442024-12-21T05:11:38.440Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bit_field v0.10.2
91452024-12-21T05:11:38.440Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling plain v0.2.3
91462024-12-21T05:11:38.440Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling scroll v0.12.0
91472024-12-21T05:11:38.440Z[ recovery-image] Dec 21 05:11:37.795 INFO E| Compiling bitstruct v0.1.1
91482024-12-21T05:11:38.551Z[ recovery-image] Dec 21 05:11:37.908 INFO E| Compiling raw-cpuid v10.7.0
91492024-12-21T05:11:38.581Z[ recovery-image] Dec 21 05:11:37.938 INFO E| Compiling cpio_reader v0.1.1
91502024-12-21T05:11:38.818Z[ recovery-image] Dec 21 05:11:38.175 INFO E| Compiling miniz_oxide v0.8.0
91512024-12-21T05:11:38.860Z[ recovery-image] Dec 21 05:11:38.217 INFO E| Compiling static_assertions v1.1.0
91522024-12-21T05:11:39.504Z[ recovery-image] Dec 21 05:11:38.861 INFO E| Compiling goblin v0.8.2
91532024-12-21T05:11:40.655Z[ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 INFO lofi device = /dev/dsk/c2t1d0p0
91542024-12-21T05:11:40.655Z[ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 INFO pool device = /dev/dsk/c2t1d0p0
91552024-12-21T05:11:40.658Z[ host-image] Dec 21 05:11:40.012 INFO O| Dec 21 05:11:40.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91562024-12-21T05:11:40.858Z[ host-image] Dec 21 05:11:40.215 INFO O| Dec 21 05:11:40.215 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91572024-12-21T05:11:40.858Z[ host-image] Dec 21 05:11:40.215 INFO O| Dec 21 05:11:40.215 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91582024-12-21T05:11:40.889Z[ host-image] Dec 21 05:11:40.246 INFO O| Dec 21 05:11:40.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91592024-12-21T05:11:41.012Z[ host-image] Dec 21 05:11:40.369 INFO O| Dec 21 05:11:40.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91602024-12-21T05:11:41.088Z[ host-image] Dec 21 05:11:40.445 INFO O| Dec 21 05:11:40.445 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91612024-12-21T05:11:41.119Z[ host-image] Dec 21 05:11:40.476 INFO O| Dec 21 05:11:40.476 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91622024-12-21T05:11:41.140Z[ host-image] Dec 21 05:11:40.497 INFO O| Dec 21 05:11:40.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91632024-12-21T05:11:41.254Z[ host-image] Dec 21 05:11:40.610 INFO O| Dec 21 05:11:40.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91642024-12-21T05:11:41.254Z[ host-image] Dec 21 05:11:40.611 INFO O| Dec 21 05:11:40.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91652024-12-21T05:11:41.257Z[ host-image] Dec 21 05:11:40.611 INFO O| Dec 21 05:11:40.611 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91662024-12-21T05:11:41.291Z[ host-image] Dec 21 05:11:40.648 INFO O| Dec 21 05:11:40.648 INFO boot environment UUID: 7c200055-688f-47c2-8f11-5d0e556607ea
91672024-12-21T05:11:41.291Z[ host-image] Dec 21 05:11:40.648 INFO O| Dec 21 05:11:40.648 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7c200055-688f-47c2-8f11-5d0e556607ea
91682024-12-21T05:11:41.357Z[ host-image] Dec 21 05:11:40.713 INFO O| Dec 21 05:11:40.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91692024-12-21T05:11:41.399Z[ host-image] Dec 21 05:11:40.756 INFO O| Dec 21 05:11:40.756 INFO STEP 0 (create_be) COMPLETE
91702024-12-21T05:11:41.399Z[ host-image] Dec 21 05:11:40.756 INFO O| Dec 21 05:11:40.756 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91712024-12-21T05:11:41.428Z[ host-image] Dec 21 05:11:40.785 INFO O| Dec 21 05:11:40.785 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91722024-12-21T05:11:53.583Z[ recovery-image] Dec 21 05:11:52.938 INFO E| Finished `release` profile [optimized] target(s) in 57.84s
91732024-12-21T05:11:53.623Z[ recovery-image] Dec 21 05:11:52.977 INFO building host image...
91742024-12-21T05:11:53.623Z[ recovery-image] Dec 21 05:11:52.977 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")
91752024-12-21T05:11:54.631Z[ recovery-image] Dec 21 05:11:53.984 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91762024-12-21T05:11:56.908Z[ recovery-image] Dec 21 05:11:56.259 INFO image complete! materials are in "/work/os-recovery"
91772024-12-21T05:11:56.933Z[ recovery-image]
91782024-12-21T05:11:56.933Z[ recovery-image] real 13:43.065455554
91792024-12-21T05:11:56.933Z[ recovery-image] user 6:33.574825130
91802024-12-21T05:11:56.933Z[ recovery-image] sys 1:05.505779732
91812024-12-21T05:11:56.933Z[ recovery-image] trap 0.342957485
91822024-12-21T05:11:56.933Z[ recovery-image] tflt 0.453954006
91832024-12-21T05:11:56.933Z[ recovery-image] dflt 2.772296872
91842024-12-21T05:11:56.933Z[ recovery-image] kflt 0.227743364
91852024-12-21T05:11:56.933Z[ recovery-image] lock 30:51.078683647
91862024-12-21T05:11:56.933Z[ recovery-image] slp 1:26:14.452790622
91872024-12-21T05:11:56.933Z[ recovery-image] lat 4:18.279650844
91882024-12-21T05:11:56.933Z[ recovery-image] stop 9.334104660
91892024-12-21T05:11:56.933ZDec 21 05:11:56.287 INFO [recovery-image] process exited with exit status: 0 (823.155945871s)
91902024-12-21T05:12:04.171Z[ host-image] Dec 21 05:12:03.526 INFO O| Dec 21 05:12:03.526 INFO STEP 1 (unpack_tar) COMPLETE
91912024-12-21T05:12:04.171Z[ host-image] Dec 21 05:12:03.526 INFO O| Dec 21 05:12:03.526 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91922024-12-21T05:12:04.190Z[ host-image] Dec 21 05:12:03.545 INFO O| Dec 21 05:12:03.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91932024-12-21T05:12:04.701Z[ host-image] Dec 21 05:12:04.056 INFO O| Dec 21 05:12:04.056 INFO STEP 2 (devfsadm) COMPLETE
91942024-12-21T05:12:04.701Z[ host-image] Dec 21 05:12:04.056 INFO O| Dec 21 05:12:04.056 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91952024-12-21T05:12:04.716Z[ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91962024-12-21T05:12:04.716Z[ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91972024-12-21T05:12:04.720Z[ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO STEP 3 (ensure_dir) COMPLETE
91982024-12-21T05:12:04.720Z[ host-image] Dec 21 05:12:04.071 INFO O| Dec 21 05:12:04.071 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91992024-12-21T05:12:04.730Z[ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92002024-12-21T05:12:04.730Z[ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO STEP 4 (ensure_dir) COMPLETE
92012024-12-21T05:12:04.736Z[ host-image] Dec 21 05:12:04.083 INFO O| Dec 21 05:12:04.083 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92022024-12-21T05:12:04.745Z[ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92032024-12-21T05:12:04.745Z[ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO STEP 5 (ensure_dir) COMPLETE
92042024-12-21T05:12:04.745Z[ host-image] Dec 21 05:12:04.097 INFO O| Dec 21 05:12:04.097 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92052024-12-21T05:12:04.759Z[ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92062024-12-21T05:12:04.760Z[ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92072024-12-21T05:12:04.763Z[ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO STEP 6 (ensure_dir) COMPLETE
92082024-12-21T05:12:04.763Z[ host-image] Dec 21 05:12:04.114 INFO O| Dec 21 05:12:04.114 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92092024-12-21T05:12:04.776Z[ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.130 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92102024-12-21T05:12:04.776Z[ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92112024-12-21T05:12:04.776Z[ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO STEP 7 (ensure_dir) COMPLETE
92122024-12-21T05:12:04.776Z[ host-image] Dec 21 05:12:04.131 INFO O| Dec 21 05:12:04.131 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132024-12-21T05:12:04.789Z[ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92142024-12-21T05:12:04.791Z[ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO STEP 8 (remove_files) COMPLETE
92152024-12-21T05:12:04.792Z[ host-image] Dec 21 05:12:04.144 INFO O| Dec 21 05:12:04.144 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92162024-12-21T05:12:04.802Z[ host-image] Dec 21 05:12:04.157 INFO O| Dec 21 05:12:04.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92172024-12-21T05:12:04.805Z[ host-image] Dec 21 05:12:04.158 INFO O| Dec 21 05:12:04.158 INFO STEP 9 (remove_files) COMPLETE
92182024-12-21T05:12:04.805Z[ host-image] Dec 21 05:12:04.158 INFO O| Dec 21 05:12:04.158 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92192024-12-21T05:12:04.817Z[ host-image] Dec 21 05:12:04.172 INFO O| Dec 21 05:12:04.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92202024-12-21T05:12:04.819Z[ host-image] Dec 21 05:12:04.173 INFO O| Dec 21 05:12:04.173 INFO STEP 10 (remove_files) COMPLETE
92212024-12-21T05:12:04.819Z[ host-image] Dec 21 05:12:04.173 INFO O| Dec 21 05:12:04.173 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92222024-12-21T05:12:04.830Z[ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92232024-12-21T05:12:04.832Z[ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO STEP 11 (remove_files) COMPLETE
92242024-12-21T05:12:04.832Z[ host-image] Dec 21 05:12:04.185 INFO O| Dec 21 05:12:04.185 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92252024-12-21T05:12:04.843Z[ host-image] Dec 21 05:12:04.198 INFO O| Dec 21 05:12:04.198 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92262024-12-21T05:12:04.845Z[ host-image] Dec 21 05:12:04.198 INFO O| Dec 21 05:12:04.198 INFO STEP 12 (remove_files) COMPLETE
92272024-12-21T05:12:04.846Z[ host-image] Dec 21 05:12:04.199 INFO O| Dec 21 05:12:04.198 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92282024-12-21T05:12:04.857Z[ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92292024-12-21T05:12:04.857Z[ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92302024-12-21T05:12:04.857Z[ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO STEP 13 (ensure_dir) COMPLETE
92312024-12-21T05:12:04.859Z[ host-image] Dec 21 05:12:04.212 INFO O| Dec 21 05:12:04.212 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92322024-12-21T05:12:04.868Z[ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92332024-12-21T05:12:04.868Z[ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92342024-12-21T05:12:04.870Z[ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92352024-12-21T05:12:04.870Z[ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO STEP 14 (ensure_dir) COMPLETE
92362024-12-21T05:12:04.871Z[ host-image] Dec 21 05:12:04.223 INFO O| Dec 21 05:12:04.223 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92372024-12-21T05:12:04.882Z[ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92382024-12-21T05:12:04.884Z[ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92392024-12-21T05:12:04.884Z[ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92402024-12-21T05:12:04.884Z[ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO STEP 15 (ensure_dir) COMPLETE
92412024-12-21T05:12:04.884Z[ host-image] Dec 21 05:12:04.237 INFO O| Dec 21 05:12:04.237 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92422024-12-21T05:12:04.898Z[ host-image] Dec 21 05:12:04.252 INFO O| Dec 21 05:12:04.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92432024-12-21T05:12:04.900Z[ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92442024-12-21T05:12:04.900Z[ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO STEP 16 (ensure_dir) COMPLETE
92452024-12-21T05:12:04.900Z[ host-image] Dec 21 05:12:04.253 INFO O| Dec 21 05:12:04.253 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92462024-12-21T05:12:04.914Z[ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92472024-12-21T05:12:04.914Z[ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92482024-12-21T05:12:04.914Z[ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO STEP 17 (ensure_dir) COMPLETE
92492024-12-21T05:12:04.914Z[ host-image] Dec 21 05:12:04.264 INFO O| Dec 21 05:12:04.264 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92502024-12-21T05:12:04.921Z[ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92512024-12-21T05:12:04.921Z[ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92522024-12-21T05:12:04.924Z[ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO ok!
92532024-12-21T05:12:04.924Z[ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO STEP 18 (ensure_symlink) COMPLETE
92542024-12-21T05:12:04.924Z[ host-image] Dec 21 05:12:04.276 INFO O| Dec 21 05:12:04.276 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92552024-12-21T05:12:04.933Z[ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92562024-12-21T05:12:04.935Z[ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92572024-12-21T05:12:04.935Z[ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO ok!
92582024-12-21T05:12:04.935Z[ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO STEP 19 (ensure_file) COMPLETE
92592024-12-21T05:12:04.935Z[ host-image] Dec 21 05:12:04.288 INFO O| Dec 21 05:12:04.288 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92602024-12-21T05:12:04.948Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92612024-12-21T05:12:04.948Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92622024-12-21T05:12:04.950Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92632024-12-21T05:12:04.950Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO ok!
92642024-12-21T05:12:04.950Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO STEP 20 (ensure_symlink) COMPLETE
92652024-12-21T05:12:04.950Z[ host-image] Dec 21 05:12:04.303 INFO O| Dec 21 05:12:04.303 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92662024-12-21T05:12:04.960Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92672024-12-21T05:12:04.960Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92682024-12-21T05:12:04.960Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92692024-12-21T05:12:04.964Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO ok!
92702024-12-21T05:12:04.964Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO STEP 21 (ensure_symlink) COMPLETE
92712024-12-21T05:12:04.964Z[ host-image] Dec 21 05:12:04.315 INFO O| Dec 21 05:12:04.315 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92722024-12-21T05:12:04.975Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92732024-12-21T05:12:04.975Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92742024-12-21T05:12:04.975Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92752024-12-21T05:12:04.979Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO ok!
92762024-12-21T05:12:04.979Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO STEP 22 (ensure_symlink) COMPLETE
92772024-12-21T05:12:04.979Z[ host-image] Dec 21 05:12:04.330 INFO O| Dec 21 05:12:04.330 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92782024-12-21T05:12:04.989Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92792024-12-21T05:12:04.989Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92802024-12-21T05:12:04.992Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92812024-12-21T05:12:04.992Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO ok!
92822024-12-21T05:12:04.992Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO STEP 23 (ensure_symlink) COMPLETE
92832024-12-21T05:12:04.992Z[ host-image] Dec 21 05:12:04.344 INFO O| Dec 21 05:12:04.344 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92842024-12-21T05:12:05.003Z[ host-image] Dec 21 05:12:04.358 INFO O| Dec 21 05:12:04.358 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92852024-12-21T05:12:05.003Z[ host-image] Dec 21 05:12:04.358 INFO O| Dec 21 05:12:04.358 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92862024-12-21T05:12:05.006Z[ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92872024-12-21T05:12:05.006Z[ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO ok!
92882024-12-21T05:12:05.006Z[ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO STEP 24 (ensure_file) COMPLETE
92892024-12-21T05:12:05.006Z[ host-image] Dec 21 05:12:04.359 INFO O| Dec 21 05:12:04.359 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92902024-12-21T05:12:05.015Z[ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO updating shadow file
92912024-12-21T05:12:05.015Z[ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92922024-12-21T05:12:05.017Z[ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92932024-12-21T05:12:05.017Z[ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO STEP 25 (shadow) COMPLETE
92942024-12-21T05:12:05.017Z[ host-image] Dec 21 05:12:04.370 INFO O| Dec 21 05:12:04.370 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92952024-12-21T05:12:05.027Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92962024-12-21T05:12:05.027Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92972024-12-21T05:12:05.030Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92982024-12-21T05:12:05.030Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO ok!
92992024-12-21T05:12:05.030Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO STEP 26 (ensure_file) COMPLETE
93002024-12-21T05:12:05.030Z[ host-image] Dec 21 05:12:04.382 INFO O| Dec 21 05:12:04.382 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93012024-12-21T05:12:05.039Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93022024-12-21T05:12:05.039Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93032024-12-21T05:12:05.043Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93042024-12-21T05:12:05.043Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO ok!
93052024-12-21T05:12:05.043Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO STEP 27 (ensure_file) COMPLETE
93062024-12-21T05:12:05.043Z[ host-image] Dec 21 05:12:04.394 INFO O| Dec 21 05:12:04.394 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93072024-12-21T05:12:05.051Z[ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93082024-12-21T05:12:05.051Z[ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93092024-12-21T05:12:05.054Z[ host-image] Dec 21 05:12:04.406 INFO O| Dec 21 05:12:04.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93102024-12-21T05:12:05.054Z[ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93112024-12-21T05:12:05.054Z[ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO ok!
93122024-12-21T05:12:05.054Z[ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO STEP 28 (ensure_file) COMPLETE
93132024-12-21T05:12:05.054Z[ host-image] Dec 21 05:12:04.407 INFO O| Dec 21 05:12:04.407 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93142024-12-21T05:12:05.063Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93152024-12-21T05:12:05.063Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93162024-12-21T05:12:05.066Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93172024-12-21T05:12:05.066Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO ok!
93182024-12-21T05:12:05.066Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO STEP 29 (ensure_file) COMPLETE
93192024-12-21T05:12:05.066Z[ host-image] Dec 21 05:12:04.418 INFO O| Dec 21 05:12:04.418 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93202024-12-21T05:12:05.075Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93212024-12-21T05:12:05.075Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93222024-12-21T05:12:05.078Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93232024-12-21T05:12:05.078Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO ok!
93242024-12-21T05:12:05.078Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO STEP 30 (ensure_file) COMPLETE
93252024-12-21T05:12:05.078Z[ host-image] Dec 21 05:12:04.430 INFO O| Dec 21 05:12:04.430 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93262024-12-21T05:12:05.091Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93272024-12-21T05:12:05.091Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93282024-12-21T05:12:05.091Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93292024-12-21T05:12:05.091Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93302024-12-21T05:12:05.094Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO ok!
93312024-12-21T05:12:05.094Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO STEP 31 (ensure_file) COMPLETE
93322024-12-21T05:12:05.094Z[ host-image] Dec 21 05:12:04.446 INFO O| Dec 21 05:12:04.446 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93332024-12-21T05:12:05.102Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93342024-12-21T05:12:05.102Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93352024-12-21T05:12:05.104Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93362024-12-21T05:12:05.105Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO ok!
93372024-12-21T05:12:05.105Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO STEP 32 (ensure_file) COMPLETE
93382024-12-21T05:12:05.105Z[ host-image] Dec 21 05:12:04.457 INFO O| Dec 21 05:12:04.457 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93392024-12-21T05:12:05.113Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93402024-12-21T05:12:05.113Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93412024-12-21T05:12:05.115Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93422024-12-21T05:12:05.115Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO ok!
93432024-12-21T05:12:05.115Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO STEP 33 (ensure_file) COMPLETE
93442024-12-21T05:12:05.115Z[ host-image] Dec 21 05:12:04.468 INFO O| Dec 21 05:12:04.468 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93452024-12-21T05:12:05.124Z[ host-image] Dec 21 05:12:04.479 INFO O| Dec 21 05:12:04.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93462024-12-21T05:12:05.124Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.479 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93472024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93482024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93492024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93502024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93512024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO ok!
93522024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO STEP 34 (ensure_file) COMPLETE
93532024-12-21T05:12:05.127Z[ host-image] Dec 21 05:12:04.480 INFO O| Dec 21 05:12:04.480 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93542024-12-21T05:12:05.136Z[ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.490 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93552024-12-21T05:12:05.138Z[ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93562024-12-21T05:12:05.138Z[ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93572024-12-21T05:12:05.138Z[ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO STEP 35 (ensure_dir) COMPLETE
93582024-12-21T05:12:05.138Z[ host-image] Dec 21 05:12:04.491 INFO O| Dec 21 05:12:04.491 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93592024-12-21T05:12:05.146Z[ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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
93602024-12-21T05:12:05.146Z[ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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 ...
93612024-12-21T05:12:05.149Z[ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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
93622024-12-21T05:12:05.149Z[ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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
93632024-12-21T05:12:05.149Z[ host-image] Dec 21 05:12:04.501 INFO O| Dec 21 05:12:04.501 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
93642024-12-21T05:12:05.149Z[ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.501 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
93652024-12-21T05:12:05.150Z[ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.501 INFO ok!
93662024-12-21T05:12:05.150Z[ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.502 INFO STEP 36 (ensure_file) COMPLETE
93672024-12-21T05:12:05.150Z[ host-image] Dec 21 05:12:04.502 INFO O| Dec 21 05:12:04.502 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93682024-12-21T05:12:05.157Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93692024-12-21T05:12:05.157Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 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 ...
93702024-12-21T05:12:05.157Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93712024-12-21T05:12:05.160Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO ok!
93722024-12-21T05:12:05.160Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO STEP 37 (ensure_symlink) COMPLETE
93732024-12-21T05:12:05.160Z[ host-image] Dec 21 05:12:04.512 INFO O| Dec 21 05:12:04.512 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93742024-12-21T05:12:05.168Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93752024-12-21T05:12:05.168Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.522 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93762024-12-21T05:12:05.170Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93772024-12-21T05:12:05.170Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93782024-12-21T05:12:05.170Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93792024-12-21T05:12:05.170Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93802024-12-21T05:12:05.171Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO ok!
93812024-12-21T05:12:05.171Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO STEP 38 (ensure_file) COMPLETE
93822024-12-21T05:12:05.171Z[ host-image] Dec 21 05:12:04.523 INFO O| Dec 21 05:12:04.523 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93832024-12-21T05:12:05.178Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93842024-12-21T05:12:05.178Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 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 ...
93852024-12-21T05:12:05.181Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93862024-12-21T05:12:05.181Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93872024-12-21T05:12:05.181Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO ok!
93882024-12-21T05:12:05.181Z[ host-image] Dec 21 05:12:04.533 INFO O| Dec 21 05:12:04.533 INFO STEP 39 (ensure_file) COMPLETE
93892024-12-21T05:12:05.181Z[ host-image] Dec 21 05:12:04.534 INFO O| Dec 21 05:12:04.533 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93902024-12-21T05:12:05.192Z[ host-image] Dec 21 05:12:04.546 INFO O| Dec 21 05:12:04.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93912024-12-21T05:12:05.192Z[ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.546 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93922024-12-21T05:12:05.195Z[ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93932024-12-21T05:12:05.195Z[ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO ok!
93942024-12-21T05:12:05.195Z[ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO STEP 40 (ensure_file) COMPLETE
93952024-12-21T05:12:05.195Z[ host-image] Dec 21 05:12:04.547 INFO O| Dec 21 05:12:04.547 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93962024-12-21T05:12:05.206Z[ host-image] Dec 21 05:12:04.560 INFO O| Dec 21 05:12:04.560 INFO updating shadow file
93972024-12-21T05:12:05.206Z[ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93982024-12-21T05:12:05.206Z[ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.561 INFO STEP 41 (shadow) COMPLETE
93992024-12-21T05:12:05.208Z[ host-image] Dec 21 05:12:04.561 INFO O| Dec 21 05:12:04.561 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94002024-12-21T05:12:05.217Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94012024-12-21T05:12:05.219Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94022024-12-21T05:12:05.219Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94032024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94042024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO ok!
94052024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 42 (ensure_file) COMPLETE
94062024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94072024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO skip step because feature "mfg" is not enabled
94082024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94092024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO skip step because feature "mfg" is not enabled
94102024-12-21T05:12:05.220Z[ host-image] Dec 21 05:12:04.572 INFO O| Dec 21 05:12:04.572 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94112024-12-21T05:12:05.231Z[ host-image] Dec 21 05:12:04.586 INFO O| Dec 21 05:12:04.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94122024-12-21T05:12:05.231Z[ host-image] Dec 21 05:12:04.586 INFO O| Dec 21 05:12:04.585 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94132024-12-21T05:12:05.930Z[ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94142024-12-21T05:12:05.933Z[ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94152024-12-21T05:12:05.933Z[ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO ok!
94162024-12-21T05:12:05.933Z[ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO STEP 45 (ensure_file) COMPLETE
94172024-12-21T05:12:05.933Z[ host-image] Dec 21 05:12:05.285 INFO O| Dec 21 05:12:05.285 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94182024-12-21T05:12:05.946Z[ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94192024-12-21T05:12:05.946Z[ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94202024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94212024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94222024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.300 INFO O| Dec 21 05:12:05.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94232024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94242024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO ok!
94252024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO STEP 46 (ensure_file) COMPLETE
94262024-12-21T05:12:05.949Z[ host-image] Dec 21 05:12:05.301 INFO O| Dec 21 05:12:05.301 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94272024-12-21T05:12:05.956Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94282024-12-21T05:12:05.956Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 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 ...
94292024-12-21T05:12:05.959Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 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
94302024-12-21T05:12:05.959Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94312024-12-21T05:12:05.959Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO ok!
94322024-12-21T05:12:05.959Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO STEP 47 (ensure_file) COMPLETE
94332024-12-21T05:12:05.959Z[ host-image] Dec 21 05:12:05.311 INFO O| Dec 21 05:12:05.311 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94342024-12-21T05:12:05.968Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94352024-12-21T05:12:05.968Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94362024-12-21T05:12:05.970Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94372024-12-21T05:12:05.970Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94382024-12-21T05:12:05.970Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94392024-12-21T05:12:05.972Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94402024-12-21T05:12:05.972Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO ok!
94412024-12-21T05:12:05.972Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO STEP 48 (ensure_file) COMPLETE
94422024-12-21T05:12:05.972Z[ host-image] Dec 21 05:12:05.323 INFO O| Dec 21 05:12:05.323 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94432024-12-21T05:12:05.980Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94442024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 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 ...
94452024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 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
94462024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94472024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO ok!
94482024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO STEP 49 (ensure_file) COMPLETE
94492024-12-21T05:12:05.983Z[ host-image] Dec 21 05:12:05.335 INFO O| Dec 21 05:12:05.335 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94502024-12-21T05:12:05.991Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94512024-12-21T05:12:05.991Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94522024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94532024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94542024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94552024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94562024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO ok!
94572024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO STEP 50 (ensure_file) COMPLETE
94582024-12-21T05:12:05.994Z[ host-image] Dec 21 05:12:05.346 INFO O| Dec 21 05:12:05.346 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94592024-12-21T05:12:06.002Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94602024-12-21T05:12:06.002Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.356 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 ...
94612024-12-21T05:12:06.002Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 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
94622024-12-21T05:12:06.004Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94632024-12-21T05:12:06.004Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO ok!
94642024-12-21T05:12:06.004Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO STEP 51 (ensure_file) COMPLETE
94652024-12-21T05:12:06.004Z[ host-image] Dec 21 05:12:05.357 INFO O| Dec 21 05:12:05.357 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94662024-12-21T05:12:06.013Z[ host-image] Dec 21 05:12:05.368 INFO O| Dec 21 05:12:05.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94672024-12-21T05:12:06.014Z[ host-image] Dec 21 05:12:05.368 INFO O| Dec 21 05:12:05.368 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 ...
94682024-12-21T05:12:06.016Z[ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.368 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
94692024-12-21T05:12:06.016Z[ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94702024-12-21T05:12:06.016Z[ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO ok!
94712024-12-21T05:12:06.016Z[ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO STEP 52 (ensure_file) COMPLETE
94722024-12-21T05:12:06.016Z[ host-image] Dec 21 05:12:05.369 INFO O| Dec 21 05:12:05.369 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94732024-12-21T05:12:06.025Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94742024-12-21T05:12:06.025Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 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 ...
94752024-12-21T05:12:06.027Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 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
94762024-12-21T05:12:06.027Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94772024-12-21T05:12:06.027Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO ok!
94782024-12-21T05:12:06.027Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO STEP 53 (ensure_file) COMPLETE
94792024-12-21T05:12:06.027Z[ host-image] Dec 21 05:12:05.380 INFO O| Dec 21 05:12:05.380 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-21T05:12:06.036Z[ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94812024-12-21T05:12:06.036Z[ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO STEP 54 (ensure_dir) COMPLETE
94822024-12-21T05:12:06.039Z[ host-image] Dec 21 05:12:05.391 INFO O| Dec 21 05:12:05.391 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-21T05:12:06.046Z[ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94842024-12-21T05:12:06.046Z[ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94852024-12-21T05:12:06.049Z[ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO STEP 55 (ensure_dir) COMPLETE
94862024-12-21T05:12:06.049Z[ host-image] Dec 21 05:12:05.401 INFO O| Dec 21 05:12:05.401 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-12-21T05:12:06.057Z[ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94882024-12-21T05:12:06.057Z[ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94892024-12-21T05:12:06.060Z[ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO STEP 56 (ensure_dir) COMPLETE
94902024-12-21T05:12:06.060Z[ host-image] Dec 21 05:12:05.412 INFO O| Dec 21 05:12:05.412 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-21T05:12:06.067Z[ host-image] Dec 21 05:12:05.422 INFO O| Dec 21 05:12:05.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94922024-12-21T05:12:06.067Z[ host-image] Dec 21 05:12:05.422 INFO O| Dec 21 05:12:05.422 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94932024-12-21T05:12:06.084Z[ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94942024-12-21T05:12:06.084Z[ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO ok!
94952024-12-21T05:12:06.086Z[ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.438 INFO STEP 57 (ensure_file) COMPLETE
94962024-12-21T05:12:06.086Z[ host-image] Dec 21 05:12:05.439 INFO O| Dec 21 05:12:05.439 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-12-21T05:12:06.096Z[ host-image] Dec 21 05:12:05.451 INFO O| Dec 21 05:12:05.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94982024-12-21T05:12:06.096Z[ host-image] Dec 21 05:12:05.451 INFO O| Dec 21 05:12:05.451 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94992024-12-21T05:12:07.250Z[ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95002024-12-21T05:12:07.250Z[ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO ok!
95012024-12-21T05:12:07.253Z[ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO STEP 58 (ensure_file) COMPLETE
95022024-12-21T05:12:07.253Z[ host-image] Dec 21 05:12:06.604 INFO O| Dec 21 05:12:06.604 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-21T05:12:07.263Z[ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95042024-12-21T05:12:07.265Z[ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95052024-12-21T05:12:07.265Z[ host-image] Dec 21 05:12:06.617 INFO O| Dec 21 05:12:06.617 INFO STEP 59 (ensure_dir) COMPLETE
95062024-12-21T05:12:07.265Z[ host-image] Dec 21 05:12:06.618 INFO O| Dec 21 05:12:06.617 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-21T05:12:07.274Z[ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95082024-12-21T05:12:07.274Z[ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO copying /tmp/.tmpHZ7K79/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 ...
95092024-12-21T05:12:07.276Z[ host-image] Dec 21 05:12:06.628 INFO O| Dec 21 05:12:06.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95102024-12-21T05:12:07.276Z[ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.628 INFO ok!
95112024-12-21T05:12:07.276Z[ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.629 INFO STEP 60 (ensure_file) COMPLETE
95122024-12-21T05:12:07.276Z[ host-image] Dec 21 05:12:06.629 INFO O| Dec 21 05:12:06.629 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-21T05:12:07.285Z[ host-image] Dec 21 05:12:06.639 INFO O| Dec 21 05:12:06.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95142024-12-21T05:12:07.285Z[ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.639 INFO copying /tmp/.tmpHZ7K79/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 ...
95152024-12-21T05:12:07.287Z[ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95162024-12-21T05:12:07.287Z[ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO ok!
95172024-12-21T05:12:07.287Z[ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO STEP 61 (ensure_file) COMPLETE
95182024-12-21T05:12:07.287Z[ host-image] Dec 21 05:12:06.640 INFO O| Dec 21 05:12:06.640 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-21T05:12:07.297Z[ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95202024-12-21T05:12:07.297Z[ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95212024-12-21T05:12:07.299Z[ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO STEP 62 (ensure_dir) COMPLETE
95222024-12-21T05:12:07.299Z[ host-image] Dec 21 05:12:06.652 INFO O| Dec 21 05:12:06.652 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-21T05:12:07.308Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95242024-12-21T05:12:07.311Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO copying /tmp/.tmpHZ7K79/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 ...
95252024-12-21T05:12:07.311Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95262024-12-21T05:12:07.311Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO ok!
95272024-12-21T05:12:07.311Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO STEP 63 (ensure_file) COMPLETE
95282024-12-21T05:12:07.311Z[ host-image] Dec 21 05:12:06.663 INFO O| Dec 21 05:12:06.663 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-21T05:12:07.320Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95302024-12-21T05:12:07.320Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO copying /tmp/.tmpHZ7K79/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 ...
95312024-12-21T05:12:07.323Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95322024-12-21T05:12:07.323Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO ok!
95332024-12-21T05:12:07.323Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO STEP 64 (ensure_file) COMPLETE
95342024-12-21T05:12:07.323Z[ host-image] Dec 21 05:12:06.675 INFO O| Dec 21 05:12:06.675 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-21T05:12:07.332Z[ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95362024-12-21T05:12:07.332Z[ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95372024-12-21T05:12:07.334Z[ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO STEP 65 (ensure_dir) COMPLETE
95382024-12-21T05:12:07.335Z[ host-image] Dec 21 05:12:06.687 INFO O| Dec 21 05:12:06.687 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-21T05:12:07.345Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95402024-12-21T05:12:07.345Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO copying /tmp/.tmpHZ7K79/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 ...
95412024-12-21T05:12:07.345Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95422024-12-21T05:12:07.347Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO ok!
95432024-12-21T05:12:07.347Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO STEP 66 (ensure_file) COMPLETE
95442024-12-21T05:12:07.348Z[ host-image] Dec 21 05:12:06.699 INFO O| Dec 21 05:12:06.699 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-21T05:12:07.355Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95462024-12-21T05:12:07.355Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95472024-12-21T05:12:07.358Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95482024-12-21T05:12:07.358Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO ok!
95492024-12-21T05:12:07.358Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO STEP 67 (ensure_file) COMPLETE
95502024-12-21T05:12:07.358Z[ host-image] Dec 21 05:12:06.710 INFO O| Dec 21 05:12:06.710 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-12-21T05:12:07.366Z[ host-image] Dec 21 05:12:06.720 INFO O| Dec 21 05:12:06.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95522024-12-21T05:12:07.366Z[ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95532024-12-21T05:12:07.366Z[ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO STEP 68 (ensure_dir) COMPLETE
95542024-12-21T05:12:07.368Z[ host-image] Dec 21 05:12:06.721 INFO O| Dec 21 05:12:06.721 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-21T05:12:07.376Z[ host-image] Dec 21 05:12:06.731 INFO O| Dec 21 05:12:06.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95562024-12-21T05:12:07.376Z[ host-image] Dec 21 05:12:06.731 INFO O| Dec 21 05:12:06.731 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95572024-12-21T05:12:08.529Z[ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95582024-12-21T05:12:08.529Z[ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO ok!
95592024-12-21T05:12:08.530Z[ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO STEP 69 (ensure_file) COMPLETE
95602024-12-21T05:12:08.533Z[ host-image] Dec 21 05:12:07.884 INFO O| Dec 21 05:12:07.884 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-21T05:12:08.542Z[ host-image] Dec 21 05:12:07.896 INFO O| Dec 21 05:12:07.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95622024-12-21T05:12:08.542Z[ host-image] Dec 21 05:12:07.896 INFO O| Dec 21 05:12:07.896 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95632024-12-21T05:12:10.153Z[ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95642024-12-21T05:12:10.153Z[ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO ok!
95652024-12-21T05:12:10.174Z[ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO STEP 70 (ensure_file) COMPLETE
95662024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.507 INFO O| Dec 21 05:12:09.507 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95682024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95692024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO STEP 71 (ensure_dir) COMPLETE
95702024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.518 INFO O| Dec 21 05:12:09.518 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95722024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO copying /tmp/.tmpHZ7K79/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 ...
95732024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95742024-12-21T05:12:10.175Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO ok!
95752024-12-21T05:12:10.179Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO STEP 72 (ensure_file) COMPLETE
95762024-12-21T05:12:10.180Z[ host-image] Dec 21 05:12:09.528 INFO O| Dec 21 05:12:09.528 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-21T05:12:10.184Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95782024-12-21T05:12:10.184Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO copying /tmp/.tmpHZ7K79/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 ...
95792024-12-21T05:12:10.184Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95802024-12-21T05:12:10.188Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO ok!
95812024-12-21T05:12:10.188Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO STEP 73 (ensure_file) COMPLETE
95822024-12-21T05:12:10.188Z[ host-image] Dec 21 05:12:09.538 INFO O| Dec 21 05:12:09.538 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-21T05:12:10.194Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95842024-12-21T05:12:10.197Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95852024-12-21T05:12:10.197Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95862024-12-21T05:12:10.197Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO ok!
95872024-12-21T05:12:10.197Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO STEP 74 (ensure_file) COMPLETE
95882024-12-21T05:12:10.197Z[ host-image] Dec 21 05:12:09.549 INFO O| Dec 21 05:12:09.549 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-21T05:12:10.204Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95902024-12-21T05:12:10.204Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95912024-12-21T05:12:10.204Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95922024-12-21T05:12:10.215Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO ok!
95932024-12-21T05:12:10.215Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO STEP 75 (ensure_file) COMPLETE
95942024-12-21T05:12:10.215Z[ host-image] Dec 21 05:12:09.559 INFO O| Dec 21 05:12:09.559 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-12-21T05:12:10.219Z[ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95962024-12-21T05:12:10.219Z[ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95972024-12-21T05:12:10.219Z[ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO STEP 76 (ensure_dir) COMPLETE
95982024-12-21T05:12:10.219Z[ host-image] Dec 21 05:12:09.569 INFO O| Dec 21 05:12:09.569 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-21T05:12:10.225Z[ host-image] Dec 21 05:12:09.579 INFO O| Dec 21 05:12:09.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96002024-12-21T05:12:10.225Z[ host-image] Dec 21 05:12:09.579 INFO O| Dec 21 05:12:09.579 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96012024-12-21T05:12:10.230Z[ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96022024-12-21T05:12:10.230Z[ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO ok!
96032024-12-21T05:12:10.230Z[ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO STEP 77 (ensure_file) COMPLETE
96042024-12-21T05:12:10.230Z[ host-image] Dec 21 05:12:09.583 INFO O| Dec 21 05:12:09.583 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-21T05:12:10.239Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96062024-12-21T05:12:10.239Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96072024-12-21T05:12:10.239Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96082024-12-21T05:12:10.239Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO ok!
96092024-12-21T05:12:10.242Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO STEP 78 (ensure_file) COMPLETE
96102024-12-21T05:12:10.242Z[ host-image] Dec 21 05:12:09.593 INFO O| Dec 21 05:12:09.593 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-21T05:12:10.250Z[ host-image] Dec 21 05:12:09.603 INFO O| Dec 21 05:12:09.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96122024-12-21T05:12:10.250Z[ host-image] Dec 21 05:12:09.603 INFO O| Dec 21 05:12:09.603 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96132024-12-21T05:12:11.083Z[ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96142024-12-21T05:12:11.083Z[ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO ok!
96152024-12-21T05:12:11.083Z[ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO STEP 79 (ensure_file) COMPLETE
96162024-12-21T05:12:11.087Z[ host-image] Dec 21 05:12:10.436 INFO O| Dec 21 05:12:10.436 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-21T05:12:11.094Z[ host-image] Dec 21 05:12:10.448 INFO O| Dec 21 05:12:10.448 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96182024-12-21T05:12:11.098Z[ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96192024-12-21T05:12:11.098Z[ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.449 INFO STEP 80 (ensure_dir) COMPLETE
96202024-12-21T05:12:11.098Z[ host-image] Dec 21 05:12:10.449 INFO O| Dec 21 05:12:10.449 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-21T05:12:11.105Z[ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96222024-12-21T05:12:11.106Z[ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96232024-12-21T05:12:11.106Z[ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO STEP 81 (ensure_dir) COMPLETE
96242024-12-21T05:12:11.108Z[ host-image] Dec 21 05:12:10.460 INFO O| Dec 21 05:12:10.460 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252024-12-21T05:12:11.116Z[ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96262024-12-21T05:12:11.119Z[ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96272024-12-21T05:12:11.119Z[ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO STEP 82 (ensure_dir) COMPLETE
96282024-12-21T05:12:11.119Z[ host-image] Dec 21 05:12:10.470 INFO O| Dec 21 05:12:10.470 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-21T05:12:11.127Z[ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96302024-12-21T05:12:11.128Z[ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96312024-12-21T05:12:11.132Z[ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO STEP 83 (ensure_dir) COMPLETE
96322024-12-21T05:12:11.132Z[ host-image] Dec 21 05:12:10.481 INFO O| Dec 21 05:12:10.481 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332024-12-21T05:12:11.139Z[ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96342024-12-21T05:12:11.139Z[ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96352024-12-21T05:12:11.139Z[ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO STEP 84 (ensure_dir) COMPLETE
96362024-12-21T05:12:11.142Z[ host-image] Dec 21 05:12:10.493 INFO O| Dec 21 05:12:10.493 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-21T05:12:11.151Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96382024-12-21T05:12:11.151Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO copying /tmp/.tmpHZ7K79/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 ...
96392024-12-21T05:12:11.154Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96402024-12-21T05:12:11.154Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO ok!
96412024-12-21T05:12:11.154Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO STEP 85 (ensure_file) COMPLETE
96422024-12-21T05:12:11.154Z[ host-image] Dec 21 05:12:10.505 INFO O| Dec 21 05:12:10.505 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-12-21T05:12:11.162Z[ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96442024-12-21T05:12:11.163Z[ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96452024-12-21T05:12:11.166Z[ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO STEP 86 (ensure_dir) COMPLETE
96462024-12-21T05:12:11.167Z[ host-image] Dec 21 05:12:10.516 INFO O| Dec 21 05:12:10.516 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-21T05:12:11.173Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96482024-12-21T05:12:11.173Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96492024-12-21T05:12:11.176Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96502024-12-21T05:12:11.176Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO ok!
96512024-12-21T05:12:11.176Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO STEP 87 (ensure_file) COMPLETE
96522024-12-21T05:12:11.176Z[ host-image] Dec 21 05:12:10.527 INFO O| Dec 21 05:12:10.527 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-21T05:12:11.184Z[ host-image] Dec 21 05:12:10.538 INFO O| Dec 21 05:12:10.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96542024-12-21T05:12:11.184Z[ host-image] Dec 21 05:12:10.538 INFO O| Dec 21 05:12:10.538 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96552024-12-21T05:12:11.484Z[ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96562024-12-21T05:12:11.485Z[ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO ok!
96572024-12-21T05:12:11.488Z[ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO STEP 88 (ensure_file) COMPLETE
96582024-12-21T05:12:11.488Z[ host-image] Dec 21 05:12:10.838 INFO O| Dec 21 05:12:10.838 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-21T05:12:11.496Z[ host-image] Dec 21 05:12:10.849 INFO O| Dec 21 05:12:10.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96602024-12-21T05:12:11.500Z[ host-image] Dec 21 05:12:10.849 INFO O| Dec 21 05:12:10.849 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96612024-12-21T05:12:12.054Z[ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96622024-12-21T05:12:12.055Z[ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO ok!
96632024-12-21T05:12:12.058Z[ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO STEP 89 (ensure_file) COMPLETE
96642024-12-21T05:12:12.058Z[ host-image] Dec 21 05:12:11.408 INFO O| Dec 21 05:12:11.408 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-21T05:12:12.066Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96662024-12-21T05:12:12.066Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96672024-12-21T05:12:12.070Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96682024-12-21T05:12:12.070Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO ok!
96692024-12-21T05:12:12.070Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO STEP 90 (ensure_file) COMPLETE
96702024-12-21T05:12:12.070Z[ host-image] Dec 21 05:12:11.420 INFO O| Dec 21 05:12:11.420 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-21T05:12:12.076Z[ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96722024-12-21T05:12:12.080Z[ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96732024-12-21T05:12:12.080Z[ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO STEP 91 (ensure_dir) COMPLETE
96742024-12-21T05:12:12.080Z[ host-image] Dec 21 05:12:11.430 INFO O| Dec 21 05:12:11.430 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752024-12-21T05:12:12.087Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96762024-12-21T05:12:12.087Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO copying /tmp/.tmpHZ7K79/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 ...
96772024-12-21T05:12:12.090Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96782024-12-21T05:12:12.090Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO ok!
96792024-12-21T05:12:12.090Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO STEP 92 (ensure_file) COMPLETE
96802024-12-21T05:12:12.090Z[ host-image] Dec 21 05:12:11.441 INFO O| Dec 21 05:12:11.441 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812024-12-21T05:12:12.098Z[ host-image] Dec 21 05:12:11.451 INFO O| Dec 21 05:12:11.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96822024-12-21T05:12:12.098Z[ host-image] Dec 21 05:12:11.451 INFO O| Dec 21 05:12:11.451 INFO copying /tmp/.tmpHZ7K79/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 ...
96832024-12-21T05:12:12.098Z[ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96842024-12-21T05:12:12.098Z[ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO ok!
96852024-12-21T05:12:12.101Z[ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO STEP 93 (ensure_file) COMPLETE
96862024-12-21T05:12:12.101Z[ host-image] Dec 21 05:12:11.452 INFO O| Dec 21 05:12:11.452 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872024-12-21T05:12:12.108Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96882024-12-21T05:12:12.108Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO copying /tmp/.tmpHZ7K79/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 ...
96892024-12-21T05:12:12.111Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96902024-12-21T05:12:12.111Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO ok!
96912024-12-21T05:12:12.111Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO STEP 94 (ensure_file) COMPLETE
96922024-12-21T05:12:12.111Z[ host-image] Dec 21 05:12:11.462 INFO O| Dec 21 05:12:11.462 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932024-12-21T05:12:12.118Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96942024-12-21T05:12:12.118Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO copying /tmp/.tmpHZ7K79/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 ...
96952024-12-21T05:12:12.121Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96962024-12-21T05:12:12.121Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO ok!
96972024-12-21T05:12:12.121Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO STEP 95 (ensure_file) COMPLETE
96982024-12-21T05:12:12.121Z[ host-image] Dec 21 05:12:11.472 INFO O| Dec 21 05:12:11.472 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992024-12-21T05:12:12.129Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97002024-12-21T05:12:12.129Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.482 INFO copying /tmp/.tmpHZ7K79/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 ...
97012024-12-21T05:12:12.133Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97022024-12-21T05:12:12.133Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO ok!
97032024-12-21T05:12:12.133Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO STEP 96 (ensure_file) COMPLETE
97042024-12-21T05:12:12.133Z[ host-image] Dec 21 05:12:11.483 INFO O| Dec 21 05:12:11.483 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052024-12-21T05:12:12.139Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97062024-12-21T05:12:12.139Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97072024-12-21T05:12:12.142Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97082024-12-21T05:12:12.142Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO ok!
97092024-12-21T05:12:12.142Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO STEP 97 (ensure_file) COMPLETE
97102024-12-21T05:12:12.143Z[ host-image] Dec 21 05:12:11.493 INFO O| Dec 21 05:12:11.493 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112024-12-21T05:12:12.149Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97122024-12-21T05:12:12.149Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO copying /tmp/.tmpHZ7K79/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 ...
97132024-12-21T05:12:12.152Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97142024-12-21T05:12:12.152Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO ok!
97152024-12-21T05:12:12.152Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO STEP 98 (ensure_file) COMPLETE
97162024-12-21T05:12:12.152Z[ host-image] Dec 21 05:12:11.503 INFO O| Dec 21 05:12:11.503 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172024-12-21T05:12:12.159Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97182024-12-21T05:12:12.162Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO copying /tmp/.tmpHZ7K79/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 ...
97192024-12-21T05:12:12.162Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97202024-12-21T05:12:12.162Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO ok!
97212024-12-21T05:12:12.162Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO STEP 99 (ensure_file) COMPLETE
97222024-12-21T05:12:12.162Z[ host-image] Dec 21 05:12:11.513 INFO O| Dec 21 05:12:11.513 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232024-12-21T05:12:12.169Z[ host-image] Dec 21 05:12:11.523 INFO O| Dec 21 05:12:11.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97242024-12-21T05:12:12.170Z[ host-image] Dec 21 05:12:11.523 INFO O| Dec 21 05:12:11.523 INFO copying /tmp/.tmpHZ7K79/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 ...
97252024-12-21T05:12:12.173Z[ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97262024-12-21T05:12:12.173Z[ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO ok!
97272024-12-21T05:12:12.173Z[ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO STEP 100 (ensure_file) COMPLETE
97282024-12-21T05:12:12.173Z[ host-image] Dec 21 05:12:11.524 INFO O| Dec 21 05:12:11.524 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292024-12-21T05:12:12.180Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97302024-12-21T05:12:12.180Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97312024-12-21T05:12:12.184Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97322024-12-21T05:12:12.184Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO ok!
97332024-12-21T05:12:12.184Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO STEP 101 (ensure_file) COMPLETE
97342024-12-21T05:12:12.184Z[ host-image] Dec 21 05:12:11.534 INFO O| Dec 21 05:12:11.534 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352024-12-21T05:12:12.191Z[ host-image] Dec 21 05:12:11.544 INFO O| Dec 21 05:12:11.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97362024-12-21T05:12:12.191Z[ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.544 INFO copying /tmp/.tmpHZ7K79/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 ...
97372024-12-21T05:12:12.193Z[ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97382024-12-21T05:12:12.193Z[ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO ok!
97392024-12-21T05:12:12.193Z[ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO STEP 102 (ensure_file) COMPLETE
97402024-12-21T05:12:12.193Z[ host-image] Dec 21 05:12:11.545 INFO O| Dec 21 05:12:11.545 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-21T05:12:12.201Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97422024-12-21T05:12:12.201Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO copying /tmp/.tmpHZ7K79/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 ...
97432024-12-21T05:12:12.204Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97442024-12-21T05:12:12.204Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO ok!
97452024-12-21T05:12:12.204Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO STEP 103 (ensure_file) COMPLETE
97462024-12-21T05:12:12.204Z[ host-image] Dec 21 05:12:11.555 INFO O| Dec 21 05:12:11.555 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472024-12-21T05:12:12.211Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97482024-12-21T05:12:12.214Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO copying /tmp/.tmpHZ7K79/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 ...
97492024-12-21T05:12:12.214Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97502024-12-21T05:12:12.214Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO ok!
97512024-12-21T05:12:12.214Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO STEP 104 (ensure_file) COMPLETE
97522024-12-21T05:12:12.214Z[ host-image] Dec 21 05:12:11.565 INFO O| Dec 21 05:12:11.565 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532024-12-21T05:12:12.221Z[ host-image] Dec 21 05:12:11.575 INFO O| Dec 21 05:12:11.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97542024-12-21T05:12:12.221Z[ host-image] Dec 21 05:12:11.575 INFO O| Dec 21 05:12:11.575 INFO copying /tmp/.tmpHZ7K79/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 ...
97552024-12-21T05:12:12.224Z[ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97562024-12-21T05:12:12.224Z[ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO ok!
97572024-12-21T05:12:12.224Z[ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO STEP 105 (ensure_file) COMPLETE
97582024-12-21T05:12:12.224Z[ host-image] Dec 21 05:12:11.576 INFO O| Dec 21 05:12:11.576 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592024-12-21T05:12:12.233Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97602024-12-21T05:12:12.233Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO copying /tmp/.tmpHZ7K79/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 ...
97612024-12-21T05:12:12.237Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97622024-12-21T05:12:12.237Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO ok!
97632024-12-21T05:12:12.237Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO STEP 106 (ensure_file) COMPLETE
97642024-12-21T05:12:12.237Z[ host-image] Dec 21 05:12:11.586 INFO O| Dec 21 05:12:11.586 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652024-12-21T05:12:12.242Z[ host-image] Dec 21 05:12:11.596 INFO O| Dec 21 05:12:11.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97662024-12-21T05:12:12.243Z[ host-image] Dec 21 05:12:11.596 INFO O| Dec 21 05:12:11.596 INFO copying /tmp/.tmpHZ7K79/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 ...
97672024-12-21T05:12:12.246Z[ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97682024-12-21T05:12:12.246Z[ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO ok!
97692024-12-21T05:12:12.246Z[ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO STEP 107 (ensure_file) COMPLETE
97702024-12-21T05:12:12.246Z[ host-image] Dec 21 05:12:11.597 INFO O| Dec 21 05:12:11.597 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712024-12-21T05:12:12.253Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97722024-12-21T05:12:12.253Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO copying /tmp/.tmpHZ7K79/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 ...
97732024-12-21T05:12:12.256Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97742024-12-21T05:12:12.256Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO ok!
97752024-12-21T05:12:12.256Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO STEP 108 (ensure_file) COMPLETE
97762024-12-21T05:12:12.256Z[ host-image] Dec 21 05:12:11.607 INFO O| Dec 21 05:12:11.607 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772024-12-21T05:12:12.263Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97782024-12-21T05:12:12.263Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO copying /tmp/.tmpHZ7K79/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 ...
97792024-12-21T05:12:12.263Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97802024-12-21T05:12:12.266Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO ok!
97812024-12-21T05:12:12.266Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO STEP 109 (ensure_file) COMPLETE
97822024-12-21T05:12:12.266Z[ host-image] Dec 21 05:12:11.617 INFO O| Dec 21 05:12:11.617 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832024-12-21T05:12:12.274Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97842024-12-21T05:12:12.274Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO copying /tmp/.tmpHZ7K79/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 ...
97852024-12-21T05:12:12.277Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97862024-12-21T05:12:12.277Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO ok!
97872024-12-21T05:12:12.277Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO STEP 110 (ensure_file) COMPLETE
97882024-12-21T05:12:12.277Z[ host-image] Dec 21 05:12:11.628 INFO O| Dec 21 05:12:11.628 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892024-12-21T05:12:12.284Z[ host-image] Dec 21 05:12:11.638 INFO O| Dec 21 05:12:11.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97902024-12-21T05:12:12.284Z[ host-image] Dec 21 05:12:11.638 INFO O| Dec 21 05:12:11.638 INFO copying /tmp/.tmpHZ7K79/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 ...
97912024-12-21T05:12:12.287Z[ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97922024-12-21T05:12:12.287Z[ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.638 INFO ok!
97932024-12-21T05:12:12.287Z[ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.639 INFO STEP 111 (ensure_file) COMPLETE
97942024-12-21T05:12:12.287Z[ host-image] Dec 21 05:12:11.639 INFO O| Dec 21 05:12:11.639 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952024-12-21T05:12:12.295Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97962024-12-21T05:12:12.295Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO copying /tmp/.tmpHZ7K79/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 ...
97972024-12-21T05:12:12.299Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97982024-12-21T05:12:12.299Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO ok!
97992024-12-21T05:12:12.299Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO STEP 112 (ensure_file) COMPLETE
98002024-12-21T05:12:12.299Z[ host-image] Dec 21 05:12:11.649 INFO O| Dec 21 05:12:11.649 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012024-12-21T05:12:12.306Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98022024-12-21T05:12:12.306Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO copying /tmp/.tmpHZ7K79/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 ...
98032024-12-21T05:12:12.309Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98042024-12-21T05:12:12.309Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO ok!
98052024-12-21T05:12:12.309Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO STEP 113 (ensure_file) COMPLETE
98062024-12-21T05:12:12.309Z[ host-image] Dec 21 05:12:11.660 INFO O| Dec 21 05:12:11.660 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072024-12-21T05:12:12.316Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98082024-12-21T05:12:12.316Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO copying /tmp/.tmpHZ7K79/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 ...
98092024-12-21T05:12:12.319Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98102024-12-21T05:12:12.320Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO ok!
98112024-12-21T05:12:12.320Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO STEP 114 (ensure_file) COMPLETE
98122024-12-21T05:12:12.320Z[ host-image] Dec 21 05:12:11.670 INFO O| Dec 21 05:12:11.670 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132024-12-21T05:12:12.327Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98142024-12-21T05:12:12.327Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO copying /tmp/.tmpHZ7K79/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 ...
98152024-12-21T05:12:12.330Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98162024-12-21T05:12:12.330Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO ok!
98172024-12-21T05:12:12.330Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO STEP 115 (ensure_file) COMPLETE
98182024-12-21T05:12:12.330Z[ host-image] Dec 21 05:12:11.681 INFO O| Dec 21 05:12:11.681 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192024-12-21T05:12:12.337Z[ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98202024-12-21T05:12:12.340Z[ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO copying /tmp/.tmpHZ7K79/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 ...
98212024-12-21T05:12:12.340Z[ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98222024-12-21T05:12:12.341Z[ host-image] Dec 21 05:12:11.691 INFO O| Dec 21 05:12:11.691 INFO ok!
98232024-12-21T05:12:12.341Z[ host-image] Dec 21 05:12:11.692 INFO O| Dec 21 05:12:11.691 INFO STEP 116 (ensure_file) COMPLETE
98242024-12-21T05:12:12.341Z[ host-image] Dec 21 05:12:11.692 INFO O| Dec 21 05:12:11.692 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252024-12-21T05:12:12.348Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98262024-12-21T05:12:12.348Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO copying /tmp/.tmpHZ7K79/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 ...
98272024-12-21T05:12:12.348Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98282024-12-21T05:12:12.351Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO ok!
98292024-12-21T05:12:12.351Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO STEP 117 (ensure_file) COMPLETE
98302024-12-21T05:12:12.351Z[ host-image] Dec 21 05:12:11.702 INFO O| Dec 21 05:12:11.702 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312024-12-21T05:12:12.358Z[ host-image] Dec 21 05:12:11.712 INFO O| Dec 21 05:12:11.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98322024-12-21T05:12:12.359Z[ host-image] Dec 21 05:12:11.712 INFO O| Dec 21 05:12:11.712 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98332024-12-21T05:12:12.361Z[ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98342024-12-21T05:12:12.361Z[ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO ok!
98352024-12-21T05:12:12.361Z[ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO STEP 118 (ensure_file) COMPLETE
98362024-12-21T05:12:12.362Z[ host-image] Dec 21 05:12:11.713 INFO O| Dec 21 05:12:11.713 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372024-12-21T05:12:12.369Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98382024-12-21T05:12:12.369Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO copying /tmp/.tmpHZ7K79/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 ...
98392024-12-21T05:12:12.372Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98402024-12-21T05:12:12.372Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO ok!
98412024-12-21T05:12:12.372Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO STEP 119 (ensure_file) COMPLETE
98422024-12-21T05:12:12.372Z[ host-image] Dec 21 05:12:11.723 INFO O| Dec 21 05:12:11.723 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432024-12-21T05:12:12.379Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98442024-12-21T05:12:12.379Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98452024-12-21T05:12:12.382Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98462024-12-21T05:12:12.382Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO ok!
98472024-12-21T05:12:12.382Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO STEP 120 (ensure_file) COMPLETE
98482024-12-21T05:12:12.382Z[ host-image] Dec 21 05:12:11.733 INFO O| Dec 21 05:12:11.733 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492024-12-21T05:12:12.389Z[ host-image] Dec 21 05:12:11.743 INFO O| Dec 21 05:12:11.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98502024-12-21T05:12:12.389Z[ host-image] Dec 21 05:12:11.743 INFO O| Dec 21 05:12:11.743 INFO copying /tmp/.tmpHZ7K79/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98512024-12-21T05:12:21.693Z[ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98522024-12-21T05:12:21.694Z[ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO ok!
98532024-12-21T05:12:21.696Z[ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO STEP 121 (ensure_file) COMPLETE
98542024-12-21T05:12:21.696Z[ host-image] Dec 21 05:12:21.046 INFO O| Dec 21 05:12:21.046 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552024-12-21T05:12:21.712Z[ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98562024-12-21T05:12:21.713Z[ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO STEP 122 (ensure_dir) COMPLETE
98572024-12-21T05:12:21.714Z[ host-image] Dec 21 05:12:21.065 INFO O| Dec 21 05:12:21.065 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582024-12-21T05:12:21.729Z[ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98592024-12-21T05:12:21.729Z[ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO STEP 123 (ensure_dir) COMPLETE
98602024-12-21T05:12:21.733Z[ host-image] Dec 21 05:12:21.082 INFO O| Dec 21 05:12:21.082 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612024-12-21T05:12:21.745Z[ host-image] Dec 21 05:12:21.097 INFO O| Dec 21 05:12:21.097 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98622024-12-21T05:12:21.745Z[ host-image] Dec 21 05:12:21.098 INFO O| Dec 21 05:12:21.097 INFO STEP 124 (ensure_dir) COMPLETE
98632024-12-21T05:12:21.748Z[ host-image] Dec 21 05:12:21.098 INFO O| Dec 21 05:12:21.097 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642024-12-21T05:12:21.760Z[ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98652024-12-21T05:12:21.763Z[ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO STEP 125 (ensure_dir) COMPLETE
98662024-12-21T05:12:21.763Z[ host-image] Dec 21 05:12:21.113 INFO O| Dec 21 05:12:21.113 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672024-12-21T05:12:21.776Z[ host-image] Dec 21 05:12:21.129 INFO O| Dec 21 05:12:21.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98682024-12-21T05:12:21.776Z[ host-image] Dec 21 05:12:21.129 INFO O| Dec 21 05:12:21.129 INFO copying /tmp/.tmpHZ7K79/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 ...
98692024-12-21T05:12:21.779Z[ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98702024-12-21T05:12:21.779Z[ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO ok!
98712024-12-21T05:12:21.779Z[ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO STEP 126 (ensure_file) COMPLETE
98722024-12-21T05:12:21.780Z[ host-image] Dec 21 05:12:21.130 INFO O| Dec 21 05:12:21.130 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732024-12-21T05:12:21.794Z[ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98742024-12-21T05:12:21.794Z[ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98752024-12-21T05:12:21.797Z[ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98762024-12-21T05:12:21.797Z[ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO STEP 127 (ensure_dir) COMPLETE
98772024-12-21T05:12:21.797Z[ host-image] Dec 21 05:12:21.147 INFO O| Dec 21 05:12:21.147 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782024-12-21T05:12:21.811Z[ host-image] Dec 21 05:12:21.163 INFO O| Dec 21 05:12:21.163 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98792024-12-21T05:12:21.811Z[ host-image] Dec 21 05:12:21.163 INFO O| Dec 21 05:12:21.163 INFO copying /tmp/.tmpHZ7K79/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98802024-12-21T05:12:21.815Z[ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98812024-12-21T05:12:21.815Z[ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO ok!
98822024-12-21T05:12:21.815Z[ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO STEP 128 (ensure_file) COMPLETE
98832024-12-21T05:12:21.815Z[ host-image] Dec 21 05:12:21.164 INFO O| Dec 21 05:12:21.164 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98842024-12-21T05:12:21.828Z[ host-image] Dec 21 05:12:21.181 INFO O| Dec 21 05:12:21.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98852024-12-21T05:12:21.831Z[ host-image] Dec 21 05:12:21.182 INFO O| Dec 21 05:12:21.181 INFO STEP 129 (remove_files) COMPLETE
98862024-12-21T05:12:21.831Z[ host-image] Dec 21 05:12:21.182 INFO O| Dec 21 05:12:21.182 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98872024-12-21T05:12:21.842Z[ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.194 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98882024-12-21T05:12:21.845Z[ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.195 INFO STEP 130 (remove_files) COMPLETE
98892024-12-21T05:12:21.845Z[ host-image] Dec 21 05:12:21.195 INFO O| Dec 21 05:12:21.195 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98902024-12-21T05:12:21.859Z[ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98912024-12-21T05:12:21.862Z[ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.212 INFO STEP 131 (remove_files) COMPLETE
98922024-12-21T05:12:21.862Z[ host-image] Dec 21 05:12:21.212 INFO O| Dec 21 05:12:21.212 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98932024-12-21T05:12:21.876Z[ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98942024-12-21T05:12:21.879Z[ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO STEP 132 (remove_files) COMPLETE
98952024-12-21T05:12:21.879Z[ host-image] Dec 21 05:12:21.229 INFO O| Dec 21 05:12:21.229 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962024-12-21T05:12:21.894Z[ host-image] Dec 21 05:12:21.246 INFO O| Dec 21 05:12:21.246 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98972024-12-21T05:12:21.897Z[ host-image] Dec 21 05:12:21.246 INFO O| Dec 21 05:12:21.246 INFO STEP 133 (remove_files) COMPLETE
98982024-12-21T05:12:21.897Z[ host-image] Dec 21 05:12:21.247 INFO O| Dec 21 05:12:21.247 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992024-12-21T05:12:21.910Z[ host-image] Dec 21 05:12:21.263 INFO O| Dec 21 05:12:21.263 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99002024-12-21T05:12:21.914Z[ host-image] Dec 21 05:12:21.264 INFO O| Dec 21 05:12:21.264 INFO STEP 134 (remove_files) COMPLETE
99012024-12-21T05:12:21.914Z[ host-image] Dec 21 05:12:21.264 INFO O| Dec 21 05:12:21.264 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022024-12-21T05:12:21.924Z[ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99032024-12-21T05:12:21.927Z[ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO STEP 135 (remove_files) COMPLETE
99042024-12-21T05:12:21.927Z[ host-image] Dec 21 05:12:21.277 INFO O| Dec 21 05:12:21.277 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052024-12-21T05:12:21.943Z[ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99062024-12-21T05:12:21.943Z[ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO STEP 136 (remove_files) COMPLETE
99072024-12-21T05:12:21.943Z[ host-image] Dec 21 05:12:21.296 INFO O| Dec 21 05:12:21.296 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082024-12-21T05:12:21.962Z[ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99092024-12-21T05:12:21.962Z[ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO STEP 137 (remove_files) COMPLETE
99102024-12-21T05:12:21.965Z[ host-image] Dec 21 05:12:21.315 INFO O| Dec 21 05:12:21.315 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112024-12-21T05:12:21.980Z[ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99122024-12-21T05:12:21.980Z[ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO STEP 138 (remove_files) COMPLETE
99132024-12-21T05:12:21.980Z[ host-image] Dec 21 05:12:21.332 INFO O| Dec 21 05:12:21.332 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142024-12-21T05:12:21.997Z[ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99152024-12-21T05:12:21.997Z[ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO STEP 139 (remove_files) COMPLETE
99162024-12-21T05:12:21.997Z[ host-image] Dec 21 05:12:21.350 INFO O| Dec 21 05:12:21.350 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172024-12-21T05:12:22.018Z[ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99182024-12-21T05:12:22.018Z[ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO STEP 140 (remove_files) COMPLETE
99192024-12-21T05:12:22.018Z[ host-image] Dec 21 05:12:21.370 INFO O| Dec 21 05:12:21.370 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202024-12-21T05:12:22.039Z[ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99212024-12-21T05:12:22.039Z[ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO STEP 141 (remove_files) COMPLETE
99222024-12-21T05:12:22.039Z[ host-image] Dec 21 05:12:21.392 INFO O| Dec 21 05:12:21.392 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232024-12-21T05:12:22.057Z[ host-image] Dec 21 05:12:21.409 INFO O| Dec 21 05:12:21.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99242024-12-21T05:12:22.057Z[ host-image] Dec 21 05:12:21.410 INFO O| Dec 21 05:12:21.410 INFO STEP 142 (remove_files) COMPLETE
99252024-12-21T05:12:22.057Z[ host-image] Dec 21 05:12:21.410 INFO O| Dec 21 05:12:21.410 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99262024-12-21T05:12:22.074Z[ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99272024-12-21T05:12:22.074Z[ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO STEP 143 (remove_files) COMPLETE
99282024-12-21T05:12:22.074Z[ host-image] Dec 21 05:12:21.426 INFO O| Dec 21 05:12:21.426 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99292024-12-21T05:12:22.091Z[ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99302024-12-21T05:12:22.091Z[ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO STEP 144 (remove_files) COMPLETE
99312024-12-21T05:12:22.091Z[ host-image] Dec 21 05:12:21.444 INFO O| Dec 21 05:12:21.444 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99322024-12-21T05:12:22.110Z[ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99332024-12-21T05:12:22.110Z[ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO STEP 145 (remove_files) COMPLETE
99342024-12-21T05:12:22.110Z[ host-image] Dec 21 05:12:21.462 INFO O| Dec 21 05:12:21.462 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99352024-12-21T05:12:22.126Z[ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.478 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99362024-12-21T05:12:22.126Z[ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.479 INFO STEP 146 (remove_files) COMPLETE
99372024-12-21T05:12:22.129Z[ host-image] Dec 21 05:12:21.479 INFO O| Dec 21 05:12:21.479 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99382024-12-21T05:12:22.146Z[ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99392024-12-21T05:12:22.146Z[ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO STEP 147 (remove_files) COMPLETE
99402024-12-21T05:12:22.146Z[ host-image] Dec 21 05:12:21.498 INFO O| Dec 21 05:12:21.498 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99412024-12-21T05:12:22.164Z[ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99422024-12-21T05:12:22.164Z[ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO STEP 148 (remove_files) COMPLETE
99432024-12-21T05:12:22.168Z[ host-image] Dec 21 05:12:21.516 INFO O| Dec 21 05:12:21.516 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99442024-12-21T05:12:22.182Z[ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.534 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99452024-12-21T05:12:22.182Z[ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.535 INFO STEP 149 (remove_files) COMPLETE
99462024-12-21T05:12:22.182Z[ host-image] Dec 21 05:12:21.535 INFO O| Dec 21 05:12:21.535 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99472024-12-21T05:12:22.200Z[ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99482024-12-21T05:12:22.203Z[ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO STEP 150 (remove_files) COMPLETE
99492024-12-21T05:12:22.203Z[ host-image] Dec 21 05:12:21.553 INFO O| Dec 21 05:12:21.553 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99502024-12-21T05:12:22.219Z[ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99512024-12-21T05:12:22.219Z[ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO STEP 151 (remove_files) COMPLETE
99522024-12-21T05:12:22.219Z[ host-image] Dec 21 05:12:21.571 INFO O| Dec 21 05:12:21.571 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99532024-12-21T05:12:22.237Z[ host-image] Dec 21 05:12:21.589 INFO O| Dec 21 05:12:21.589 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99542024-12-21T05:12:22.240Z[ host-image] Dec 21 05:12:21.590 INFO O| Dec 21 05:12:21.589 INFO STEP 152 (remove_files) COMPLETE
99552024-12-21T05:12:22.240Z[ host-image] Dec 21 05:12:21.590 INFO O| Dec 21 05:12:21.590 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99562024-12-21T05:12:22.254Z[ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99572024-12-21T05:12:22.254Z[ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO STEP 153 (remove_files) COMPLETE
99582024-12-21T05:12:22.257Z[ host-image] Dec 21 05:12:21.607 INFO O| Dec 21 05:12:21.607 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99592024-12-21T05:12:22.273Z[ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99602024-12-21T05:12:22.277Z[ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO STEP 154 (remove_files) COMPLETE
99612024-12-21T05:12:22.277Z[ host-image] Dec 21 05:12:21.626 INFO O| Dec 21 05:12:21.626 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99622024-12-21T05:12:22.293Z[ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99632024-12-21T05:12:22.293Z[ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO STEP 155 (remove_files) COMPLETE
99642024-12-21T05:12:22.293Z[ host-image] Dec 21 05:12:21.646 INFO O| Dec 21 05:12:21.646 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99652024-12-21T05:12:22.312Z[ host-image] Dec 21 05:12:21.664 INFO O| Dec 21 05:12:21.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99662024-12-21T05:12:22.312Z[ host-image] Dec 21 05:12:21.665 INFO O| Dec 21 05:12:21.665 INFO STEP 156 (remove_files) COMPLETE
99672024-12-21T05:12:22.315Z[ host-image] Dec 21 05:12:21.665 INFO O| Dec 21 05:12:21.665 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99682024-12-21T05:12:22.331Z[ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99692024-12-21T05:12:22.334Z[ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO STEP 157 (remove_files) COMPLETE
99702024-12-21T05:12:22.335Z[ host-image] Dec 21 05:12:21.684 INFO O| Dec 21 05:12:21.684 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99712024-12-21T05:12:22.360Z[ host-image] Dec 21 05:12:21.713 INFO O| Dec 21 05:12:21.713 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99722024-12-21T05:12:22.364Z[ host-image] Dec 21 05:12:21.714 INFO O| Dec 21 05:12:21.713 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99732024-12-21T05:12:35.206Z[ host-image] Dec 21 05:12:34.558 INFO O| Dec 21 05:12:34.558 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
99742024-12-21T05:12:35.209Z[ host-image] Dec 21 05:12:34.558 INFO O| Dec 21 05:12:34.558 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99752024-12-21T05:12:35.229Z[ host-image] Dec 21 05:12:34.581 INFO O| Dec 21 05:12:34.581 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99762024-12-21T05:12:35.376Z[ host-image] Dec 21 05:12:34.728 INFO O| Dec 21 05:12:34.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99772024-12-21T05:12:35.376Z[ host-image] Dec 21 05:12:34.728 INFO O| Dec 21 05:12:34.728 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99782024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99792024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO ok!
99802024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99812024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO STEP 158 (seed_smf) COMPLETE
99822024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO steps complete; finalising image!
99832024-12-21T05:12:35.380Z[ host-image] Dec 21 05:12:34.731 INFO O| Dec 21 05:12:34.731 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99842024-12-21T05:12:35.589Z[ host-image] Dec 21 05:12:34.941 INFO O| Dec 21 05:12:34.941 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:12:34 2024)
99852024-12-21T05:12:35.802Z[ host-image] Dec 21 05:12:35.154 INFO O| Dec 21 05:12:35.153 INFO trim TEMPORARY-gimlet-zfs: (50% trimmed, started at Sat Dec 21 05:12:34 2024)
99862024-12-21T05:12:36.015Z[ host-image] Dec 21 05:12:35.366 INFO O| Dec 21 05:12:35.366 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:12:34 2024)
99872024-12-21T05:12:36.227Z[ host-image] Dec 21 05:12:35.579 INFO O| Dec 21 05:12:35.579 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Sat Dec 21 05:12:34 2024)
99882024-12-21T05:12:36.486Z[ host-image] Dec 21 05:12:35.838 INFO O| Dec 21 05:12:35.838 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
99892024-12-21T05:12:36.486Z[ host-image] Dec 21 05:12:35.838 INFO O| Dec 21 05:12:35.838 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99902024-12-21T05:12:37.173Z[ host-image] Dec 21 05:12:36.525 INFO O| Dec 21 05:12:36.525 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99912024-12-21T05:12:37.173Z[ host-image] Dec 21 05:12:36.525 INFO O| Dec 21 05:12:36.525 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99922024-12-21T05:12:38.858Z[ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99932024-12-21T05:12:38.858Z[ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99942024-12-21T05:12:38.861Z[ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99952024-12-21T05:12:38.861Z[ host-image] Dec 21 05:12:38.209 INFO O| Dec 21 05:12:38.209 INFO completed processing gimlet/zfs
99962024-12-21T05:12:38.861Z[ host-image] Dec 21 05:12:38.210 INFO O| Dec 21 05:12:38.210 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99972024-12-21T05:12:47.480Z[ host-image] Dec 21 05:12:46.831 INFO O| Dec 21 05:12:46.831 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99982024-12-21T05:12:47.635Z[ host-image] Dec 21 05:12:46.986 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99992024-12-21T05:12:47.635Z[ host-image] Dec 21 05:12:46.986 INFO expanded image name: "ci 7b95f64/${os_short_commit} 2024-12-21 04:35" -> "ci 7b95f64/37a4469 2024-12-21 04:35"
100002024-12-21T05:12:47.637Z[ host-image] Dec 21 05:12:46.986 INFO output artefacts stored in: "/work/os-host"
100012024-12-21T05:12:47.637Z[ host-image] Dec 21 05:12:46.986 INFO collecting git info from project "chelsio-t6-roms"...
100022024-12-21T05:12:47.643Z[ host-image] Dec 21 05:12:46.994 INFO collecting git info from project "amd-firmware"...
100032024-12-21T05:12:47.658Z[ host-image] Dec 21 05:12:47.009 INFO collecting git info from project "phbl"...
100042024-12-21T05:12:47.666Z[ host-image] Dec 21 05:12:47.017 INFO collecting git info from project "pinprick"...
100052024-12-21T05:12:47.673Z[ host-image] Dec 21 05:12:47.024 INFO collecting git info from project "bootserver"...
100062024-12-21T05:12:47.680Z[ host-image] Dec 21 05:12:47.031 INFO collecting git info from project "pilot"...
100072024-12-21T05:12:47.707Z[ host-image] Dec 21 05:12:47.058 INFO collecting git info from project "image-builder"...
100082024-12-21T05:12:47.740Z[ host-image] Dec 21 05:12:47.091 INFO collecting git info from project "amd-host-image-builder"...
100092024-12-21T05:12:47.769Z[ host-image] Dec 21 05:12:47.119 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100102024-12-21T05:12:48.924Z[ host-image] Dec 21 05:12:48.275 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100112024-12-21T05:12:49.584Z[ host-image] Dec 21 05:12:48.935 INFO creating Oxide boot image...
100122024-12-21T05:12:49.584Z[ host-image] Dec 21 05:12:48.935 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 7b95f64/37a4469 2024-12-21 04:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100132024-12-21T05:12:50.948Z[ host-image] Dec 21 05:12:50.299 INFO O| ok, image written!
100142024-12-21T05:12:50.948Z[ host-image] Dec 21 05:12:50.299 INFO O| ok, boot_image_csum file written!
100152024-12-21T05:12:50.952Z[ host-image] Dec 21 05:12:50.303 INFO creating boot archive (CPIO)...
100162024-12-21T05:12:50.952Z[ host-image] Dec 21 05:12:50.303 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
100172024-12-21T05:12:50.963Z[ host-image] Dec 21 05:12:50.313 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100182024-12-21T05:12:50.963Z[ host-image] Dec 21 05:12:50.313 INFO E| + outfile=/work/os-host/cpio
100192024-12-21T05:12:50.965Z[ host-image] Dec 21 05:12:50.313 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100202024-12-21T05:12:50.965Z[ host-image] Dec 21 05:12:50.316 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100212024-12-21T05:12:50.965Z[ host-image] Dec 21 05:12:50.316 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100222024-12-21T05:12:51.020Z[ host-image] Dec 21 05:12:50.370 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100232024-12-21T05:12:51.020Z[ host-image] Dec 21 05:12:50.371 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100242024-12-21T05:12:51.030Z[ host-image] Dec 21 05:12:50.381 INFO creating compressed cpio/unix for nanobl-rs...
100252024-12-21T05:12:51.030Z[ host-image] Dec 21 05:12:50.381 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
100262024-12-21T05:12:51.432Z[ host-image] Dec 21 05:12:50.782 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100272024-12-21T05:12:57.546Z[ host-image] Dec 21 05:12:56.896 INFO creating reset image...
100282024-12-21T05:12:57.549Z[ host-image] Dec 21 05:12:56.896 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100292024-12-21T05:12:57.712Z[ host-image] Dec 21 05:12:57.062 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
100302024-12-21T05:12:57.757Z[ host-image] Dec 21 05:12:57.107 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100312024-12-21T05:12:58.131Z[ host-image] Dec 21 05:12:57.235 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100322024-12-21T05:13:01.888Z[ host-image] Dec 21 05:13:01.237 INFO E| Finished `release` profile [optimized] target(s) in 4.10s
100332024-12-21T05:13:01.903Z[ host-image] Dec 21 05:13:01.253 INFO building host image...
100342024-12-21T05:13:01.906Z[ host-image] Dec 21 05:13:01.253 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")
100352024-12-21T05:13:02.828Z[ host-image] Dec 21 05:13:02.178 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100362024-12-21T05:13:20.115Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 03s
100372024-12-21T05:13:20.530ZDec 21 05:13:19.878 INFO [verify-libraries] process exited with exit status: 0 (907.725044887s)
100382024-12-21T05:13:54.916Z[ host-image] Dec 21 05:13:54.261 INFO image complete! materials are in "/work/os-host"
100392024-12-21T05:13:54.920Z[ host-image]
100402024-12-21T05:13:54.920Z[ host-image] real 16:23.888216845
100412024-12-21T05:13:54.920Z[ host-image] user 6:32.798612034
100422024-12-21T05:13:54.920Z[ host-image] sys 1:09.413246333
100432024-12-21T05:13:54.920Z[ host-image] trap 0.318203395
100442024-12-21T05:13:54.920Z[ host-image] tflt 0.128534034
100452024-12-21T05:13:54.920Z[ host-image] dflt 0.222534987
100462024-12-21T05:13:54.920Z[ host-image] kflt 0.138180648
100472024-12-21T05:13:54.920Z[ host-image] lock 11:12.887907519
100482024-12-21T05:13:54.920Z[ host-image] slp 1:33:31.080613404
100492024-12-21T05:13:54.920Z[ host-image] lat 2:51.712812465
100502024-12-21T05:13:54.920Z[ host-image] stop 0.799116720
100512024-12-21T05:13:54.923ZDec 21 05:13:54.265 INFO [host-image] process exited with exit status: 0 (983.905192667s)
100522024-12-21T05:13:54.923ZDec 21 05:13:54.265 INFO [tuf-repo] running task
100532024-12-21T05:14:02.640ZDec 21 05:14:01.984 INFO assembling repository in `/tmp/tufaceousp48Lix`, component: OmicronRepoAssembler
100542024-12-21T05:14:07.782ZDec 21 05:14:07.125 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100552024-12-21T05:14:08.155ZDec 21 05:14:07.496 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100562024-12-21T05:14:21.047ZDec 21 05:14:20.377 INFO [tuf-repo] task succeeded (26.112348091s)
100572024-12-21T05:14:21.047ZDec 21 05:14:20.377 INFO all jobs completed in 2345.700841238s
100582024-12-21T05:14:21.637Zprocess exited: duration 3113972 ms, exit code 0
 
100592024-12-21T05:14:21.664Zfound 33 output files
100602024-12-21T05:14:21.673Zuploading: /work/manifest.toml (8404 bytes)
100612024-12-21T05:14:22.692Zuploaded: /work/manifest.toml
100622024-12-21T05:14:22.692Zuploading: /work/repo.zip (1957888954 bytes)
100632024-12-21T05:15:57.666Zuploaded: /work/repo.zip
100642024-12-21T05:15:57.666Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100652024-12-21T05:15:58.714Zuploaded: /work/repo.zip.sha256.txt
100662024-12-21T05:15:58.714Zuploading: /work/helios-setup.log (66237 bytes)
100672024-12-21T05:15:59.727Zuploaded: /work/helios-setup.log
100682024-12-21T05:15:59.727Zuploading: /work/host-image.log (201260 bytes)
100692024-12-21T05:16:00.743Zuploaded: /work/host-image.log
100702024-12-21T05:16:00.743Zuploading: /work/host-package.log (22623 bytes)
100712024-12-21T05:16:01.753Zuploaded: /work/host-package.log
100722024-12-21T05:16:01.753Zuploading: /work/host-target.log (101 bytes)
100732024-12-21T05:16:02.761Zuploaded: /work/host-target.log
100742024-12-21T05:16:02.761Zuploading: /work/omicron-package.log (5666 bytes)
100752024-12-21T05:16:03.770Zuploaded: /work/omicron-package.log
100762024-12-21T05:16:03.770Zuploading: /work/phbl-toolchain.log (881 bytes)
100772024-12-21T05:16:04.782Zuploaded: /work/phbl-toolchain.log
100782024-12-21T05:16:04.782Zuploading: /work/recovery-image.log (595786 bytes)
100792024-12-21T05:16:05.804Zuploaded: /work/recovery-image.log
100802024-12-21T05:16:05.804Zuploading: /work/recovery-package.log (1661 bytes)
100812024-12-21T05:16:06.812Zuploaded: /work/recovery-package.log
100822024-12-21T05:16:06.812Zuploading: /work/recovery-target.log (98 bytes)
100832024-12-21T05:16:07.821Zuploaded: /work/recovery-target.log
100842024-12-21T05:16:07.824Zuploading: /work/stamp-clickhouse.log (117 bytes)
100852024-12-21T05:16:08.832Zuploaded: /work/stamp-clickhouse.log
100862024-12-21T05:16:08.832Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100872024-12-21T05:16:09.839Zuploaded: /work/stamp-clickhouse_keeper.log
100882024-12-21T05:16:09.839Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100892024-12-21T05:16:10.849Zuploaded: /work/stamp-cockroachdb.log
100902024-12-21T05:16:10.849Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100912024-12-21T05:16:11.858Zuploaded: /work/stamp-crucible-dtrace.log
100922024-12-21T05:16:11.858Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100932024-12-21T05:16:12.867Zuploaded: /work/stamp-crucible-pantry-zone.log
100942024-12-21T05:16:12.869Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100952024-12-21T05:16:13.881Zuploaded: /work/stamp-crucible-zone.log
100962024-12-21T05:16:13.881Zuploading: /work/stamp-external-dns.log (119 bytes)
100972024-12-21T05:16:14.892Zuploaded: /work/stamp-external-dns.log
100982024-12-21T05:16:14.892Zuploading: /work/stamp-installinator.log (103 bytes)
100992024-12-21T05:16:15.901Zuploaded: /work/stamp-installinator.log
101002024-12-21T05:16:15.904Zuploading: /work/stamp-internal-dns.log (119 bytes)
101012024-12-21T05:16:16.913Zuploaded: /work/stamp-internal-dns.log
101022024-12-21T05:16:16.913Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101032024-12-21T05:16:17.922Zuploaded: /work/stamp-mg-ddm-gz.log
101042024-12-21T05:16:17.922Zuploading: /work/stamp-nexus.log (112 bytes)
101052024-12-21T05:16:18.931Zuploaded: /work/stamp-nexus.log
101062024-12-21T05:16:18.931Zuploading: /work/stamp-ntp.log (110 bytes)
101072024-12-21T05:16:19.991Zuploaded: /work/stamp-ntp.log
101082024-12-21T05:16:19.991Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101092024-12-21T05:16:21.025Zuploaded: /work/stamp-omicron-sled-agent.log
101102024-12-21T05:16:21.025Zuploading: /work/stamp-overlay.log (114 bytes)
101112024-12-21T05:16:22.050Zuploaded: /work/stamp-overlay.log
101122024-12-21T05:16:22.050Zuploading: /work/stamp-oximeter.log (115 bytes)
101132024-12-21T05:16:23.061Zuploaded: /work/stamp-oximeter.log
101142024-12-21T05:16:23.062Zuploading: /work/stamp-oxlog.log (109 bytes)
101152024-12-21T05:16:24.071Zuploaded: /work/stamp-oxlog.log
101162024-12-21T05:16:24.071Zuploading: /work/stamp-probe.log (112 bytes)
101172024-12-21T05:16:25.083Zuploaded: /work/stamp-probe.log
101182024-12-21T05:16:25.083Zuploading: /work/stamp-propolis-server.log (122 bytes)
101192024-12-21T05:16:26.093Zuploaded: /work/stamp-propolis-server.log
101202024-12-21T05:16:26.097Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101212024-12-21T05:16:27.104Zuploaded: /work/stamp-pumpkind-gz.log
101222024-12-21T05:16:27.104Zuploading: /work/stamp-switch-asic.log (118 bytes)
101232024-12-21T05:16:28.115Zuploaded: /work/stamp-switch-asic.log
101242024-12-21T05:16:28.116Zuploading: /work/verify-libraries.log (5939 bytes)
101252024-12-21T05:16:29.125Zuploaded: /work/verify-libraries.log