01JF9QRT3J42TBZYECXM9GWC38: 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: 01JF9QS8D5SFDZW5TNP57QBVBS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T07:20:39.372Zjob assigned to worker 01JF9QSE7W1V6PAZR4EWYHS942 [factory aws, i-0b75fb5cd8fa702b4] (queued for 58 s)
 
22024-12-17T07:20:47.007Zstarting task 0: "setup"
32024-12-17T07:20:47.016Z++ uname -s
42024-12-17T07:20:47.020Z+ kern=SunOS
52024-12-17T07:20:47.020Z+ case "$kern" in
62024-12-17T07:20:47.020Z+ groupadd -g 12345 build
72024-12-17T07:20:47.023Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T07:20:49.030Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T07:20:49.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T07:20:49.140Z+ home_fs=zfs
112024-12-17T07:20:49.140Z+ [[ zfs == autofs ]]
122024-12-17T07:20:49.140Z+ mkdir -p /home/build
132024-12-17T07:20:49.142Z+ chown build:build /home/build /work
142024-12-17T07:20:51.143Z+ chmod 0700 /home/build /work
152024-12-17T07:20:51.147Zprocess exited: duration 4139 ms, exit code 0
 
162024-12-17T07:20:51.153Zstarting task 1: "rust-toolchain"
172024-12-17T07:20:51.158Z+ printf ' * toolchain channel = "%s"
182024-12-17T07:20:51.158Z' 1.81.0
192024-12-17T07:20:51.158Z * toolchain channel = "1.81.0"
202024-12-17T07:20:51.158Z+ printf ' * toolchain profile = "%s"
212024-12-17T07:20:51.158Z' default
222024-12-17T07:20:51.158Z * toolchain profile = "default"
232024-12-17T07:20:51.161Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T07:20:51.161Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-17T07:20:51.278Zinfo: downloading installer
262024-12-17T07:20:52.443Zinfo: profile set to 'default'
272024-12-17T07:20:52.443Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T07:20:52.443Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-17T07:20:52.582Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-17T07:20:52.582Zinfo: downloading component 'cargo'
312024-12-17T07:20:53.308Zinfo: downloading component 'clippy'
322024-12-17T07:20:53.579Zinfo: downloading component 'rust-docs'
332024-12-17T07:20:54.592Zinfo: downloading component 'rust-std'
342024-12-17T07:20:56.159Zinfo: downloading component 'rustc'
352024-12-17T07:21:01.792Zinfo: downloading component 'rustfmt'
362024-12-17T07:21:02.004Zinfo: installing component 'cargo'
372024-12-17T07:21:02.798Zinfo: installing component 'clippy'
382024-12-17T07:21:03.158Zinfo: installing component 'rust-docs'
392024-12-17T07:21:04.784Zinfo: installing component 'rust-std'
402024-12-17T07:21:06.493Zinfo: installing component 'rustc'
412024-12-17T07:21:12.216Zinfo: installing component 'rustfmt'
422024-12-17T07:21:12.538Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-17T07:21:12.538Z
442024-12-17T07:21:12.903Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-17T07:21:12.903Z
462024-12-17T07:21:12.905Z
472024-12-17T07:21:12.905ZRust is installed now. Great!
482024-12-17T07:21:12.905Z
492024-12-17T07:21:12.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T07:21:12.905Zenvironment variable. This has not been done automatically.
512024-12-17T07:21:12.905Z
522024-12-17T07:21:12.905ZTo configure your current shell, you need to source
532024-12-17T07:21:12.905Zthe corresponding env file under $HOME/.cargo.
542024-12-17T07:21:12.905Z
552024-12-17T07:21:12.905ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T07:21:12.905Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T07:21:12.905Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T07:21:12.978Z+ rustc --version
592024-12-17T07:21:13.044Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-17T07:21:13.047Zprocess exited: duration 21889 ms, exit code 0
 
612024-12-17T07:21:13.052Zstarting task 2: "authentication"
622024-12-17T07:21:13.073Zprocess exited: duration 21 ms, exit code 0
 
632024-12-17T07:21:13.078Zstarting task 3: "clone repository"
642024-12-17T07:21:13.083Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-17T07:21:13.086Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-17T07:21:13.127ZCloning into '/work/oxidecomputer/omicron'...
672024-12-17T07:21:20.725Z+ cd /work/oxidecomputer/omicron
682024-12-17T07:21:20.725Z+ git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
692024-12-17T07:21:21.632ZFrom https://github.com/oxidecomputer/omicron
702024-12-17T07:21:21.632Z * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD
712024-12-17T07:21:21.642Z+ [[ -n eliza/dropshot-1180 ]]
722024-12-17T07:21:21.645Z++ git branch --show-current
732024-12-17T07:21:21.648Z+ current=main
742024-12-17T07:21:21.648Z+ [[ main != eliza/dropshot-1180 ]]
752024-12-17T07:21:21.648Z+ git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
762024-12-17T07:21:21.650Z+ git checkout -f eliza/dropshot-1180
772024-12-17T07:21:21.826ZSwitched to branch 'eliza/dropshot-1180'
782024-12-17T07:21:21.829Z+ git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
792024-12-17T07:21:21.864ZHEAD is now at fb10fadb3 fix mupdate
802024-12-17T07:21:21.867Zprocess exited: duration 8784 ms, exit code 0
 
812024-12-17T07:21:21.872Zstarting task 4: "build"
822024-12-17T07:21:21.878Z+ source .github/buildomat/ci-env.sh
832024-12-17T07:21:21.881Z++ export CARGO_TERM_COLOR=always
842024-12-17T07:21:21.881Z++ CARGO_TERM_COLOR=always
852024-12-17T07:21:21.881Z+ cargo --version
862024-12-17T07:21:21.937Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-17T07:21:21.940Z+ rustc --version
882024-12-17T07:21:22.001Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-17T07:21:22.004Z+ cargo tree --locked
902024-12-17T07:21:22.263Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-17T07:21:23.187Z Updating crates.io index
922024-12-17T07:21:23.190Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-17T07:21:24.250Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-17T07:21:25.151Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-17T07:21:25.916Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-17T07:21:26.590Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-17T07:21:27.752Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-17T07:21:29.501Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-17T07:21:30.472Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-17T07:21:31.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-17T07:21:32.416Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-17T07:21:33.303Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-17T07:21:34.360Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-17T07:21:35.186Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-17T07:21:36.161Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-17T07:21:36.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-17T07:21:37.801Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-17T07:21:38.668Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-17T07:21:39.492Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-17T07:21:40.386Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-17T07:21:41.151Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-17T07:21:41.761Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-17T07:21:42.562Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-17T07:21:43.111Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-17T07:21:43.710Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-17T07:21:44.281Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-17T07:21:44.756Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-17T07:21:45.121Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-17T07:21:45.616Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-17T07:21:47.298Z Downloading crates ...
1212024-12-17T07:21:47.408Z Downloaded atty v0.2.14
1222024-12-17T07:21:47.410Z Downloaded async-stream-impl v0.3.6
1232024-12-17T07:21:47.414Z Downloaded atomicwrites v0.4.4
1242024-12-17T07:21:47.414Z Downloaded async-object-pool v0.1.5
1252024-12-17T07:21:47.420Z Downloaded ciborium v0.2.2
1262024-12-17T07:21:47.425Z Downloaded event-listener v2.5.3
1272024-12-17T07:21:47.427Z Downloaded escape8259 v0.5.3
1282024-12-17T07:21:47.427Z Downloaded cfg_aliases v0.2.1
1292024-12-17T07:21:47.439Z Downloaded foreign-types-macros v0.2.3
1302024-12-17T07:21:47.444Z Downloaded ahash v0.8.11
1312024-12-17T07:21:47.446Z Downloaded foreign-types-shared v0.3.1
1322024-12-17T07:21:47.453Z Downloaded base16ct v0.2.0
1332024-12-17T07:21:47.456Z Downloaded http-range v0.1.5
1342024-12-17T07:21:47.458Z Downloaded anstyle-query v1.1.1
1352024-12-17T07:21:47.458Z Downloaded headers-core v0.3.0
1362024-12-17T07:21:47.462Z Downloaded fxhash v0.2.1
1372024-12-17T07:21:47.462Z Downloaded async-recursion v1.1.1
1382024-12-17T07:21:47.464Z Downloaded anstyle-parse v0.2.5
1392024-12-17T07:21:47.467Z Downloaded anes v0.1.6
1402024-12-17T07:21:47.469Z Downloaded foreign-types-shared v0.1.1
1412024-12-17T07:21:47.469Z Downloaded adler2 v2.0.0
1422024-12-17T07:21:47.472Z Downloaded cargo-platform v0.1.8
1432024-12-17T07:21:47.472Z Downloaded bytecount v0.6.8
1442024-12-17T07:21:47.475Z Downloaded hubpack_derive v0.1.1
1452024-12-17T07:21:47.475Z Downloaded http-body-util v0.1.2
1462024-12-17T07:21:47.477Z Downloaded guppy-workspace-hack v0.1.0
1472024-12-17T07:21:47.477Z Downloaded foreign-types v0.3.2
1482024-12-17T07:21:47.480Z Downloaded cassowary v0.3.0
1492024-12-17T07:21:47.480Z Downloaded block-padding v0.3.3
1502024-12-17T07:21:47.482Z Downloaded castaway v0.2.3
1512024-12-17T07:21:47.482Z Downloaded cast v0.3.0
1522024-12-17T07:21:47.485Z Downloaded buf-list v1.0.3
1532024-12-17T07:21:47.488Z Downloaded atomic-waker v1.1.2
1542024-12-17T07:21:47.488Z Downloaded ascii-canvas v3.0.0
1552024-12-17T07:21:47.488Z Downloaded hex v0.4.3
1562024-12-17T07:21:47.491Z Downloaded async-channel v1.9.0
1572024-12-17T07:21:47.491Z Downloaded hash32 v0.2.1
1582024-12-17T07:21:47.493Z Downloaded heck v0.3.3
1592024-12-17T07:21:47.495Z Downloaded glob v0.3.1
1602024-12-17T07:21:47.495Z Downloaded hex-literal v0.4.1
1612024-12-17T07:21:47.499Z Downloaded hash32 v0.3.1
1622024-12-17T07:21:47.499Z Downloaded gethostname v0.5.0
1632024-12-17T07:21:47.501Z Downloaded cfg-if v1.0.0
1642024-12-17T07:21:47.501Z Downloaded cexpr v0.6.0
1652024-12-17T07:21:47.504Z Downloaded generic-array v0.14.7
1662024-12-17T07:21:47.504Z Downloaded http-body v1.0.1
1672024-12-17T07:21:47.506Z Downloaded chacha20 v0.9.1
1682024-12-17T07:21:47.509Z Downloaded cbc v0.1.2
1692024-12-17T07:21:47.509Z Downloaded async-stream v0.3.6
1702024-12-17T07:21:47.511Z Downloaded futures-executor v0.3.31
1712024-12-17T07:21:47.514Z Downloaded float-cmp v0.9.0
1722024-12-17T07:21:47.514Z Downloaded humantime v2.1.0
1732024-12-17T07:21:47.516Z Downloaded approx v0.5.1
1742024-12-17T07:21:47.519Z Downloaded block-buffer v0.10.4
1752024-12-17T07:21:47.519Z Downloaded bitflags v1.3.2
1762024-12-17T07:21:47.522Z Downloaded normalize-line-endings v0.3.0
1772024-12-17T07:21:47.524Z Downloaded fragile v2.0.0
1782024-12-17T07:21:47.526Z Downloaded fd-lock v4.0.2
1792024-12-17T07:21:47.529Z Downloaded hostname v0.4.0
1802024-12-17T07:21:47.529Z Downloaded aead v0.5.2
1812024-12-17T07:21:47.531Z Downloaded half v2.4.1
1822024-12-17T07:21:47.533Z Downloaded home v0.5.9
1832024-12-17T07:21:47.536Z Downloaded funty v2.0.0
1842024-12-17T07:21:47.536Z Downloaded bit-vec v0.6.3
1852024-12-17T07:21:47.538Z Downloaded async-process v2.3.0
1862024-12-17T07:21:47.541Z Downloaded futures-sink v0.3.31
1872024-12-17T07:21:47.541Z Downloaded form_urlencoded v1.2.1
1882024-12-17T07:21:47.541Z Downloaded arrayvec v0.7.6
1892024-12-17T07:21:47.544Z Downloaded anstream v0.6.15
1902024-12-17T07:21:47.546Z Downloaded camino-tempfile v1.1.1
1912024-12-17T07:21:47.549Z Downloaded group v0.13.0
1922024-12-17T07:21:47.551Z Downloaded fs_extra v1.3.0
1932024-12-17T07:21:47.554Z Downloaded hostname v0.3.1
1942024-12-17T07:21:47.554Z Downloaded olpc-cjson v0.1.4
1952024-12-17T07:21:47.556Z Downloaded httpdate v1.0.3
1962024-12-17T07:21:47.556Z Downloaded assert_cmd v2.0.16
1972024-12-17T07:21:47.559Z Downloaded getrandom v0.2.15
1982024-12-17T07:21:47.562Z Downloaded hashlink v0.9.1
1992024-12-17T07:21:47.564Z Downloaded blowfish v0.9.1
2002024-12-17T07:21:47.566Z Downloaded heck v0.4.1
2012024-12-17T07:21:47.569Z Downloaded hickory-client v0.24.1
2022024-12-17T07:21:47.571Z Downloaded cargo_metadata v0.18.1
2032024-12-17T07:21:47.571Z Downloaded async-executor v1.13.1
2042024-12-17T07:21:47.574Z Downloaded httparse v1.9.5
2052024-12-17T07:21:47.577Z Downloaded globset v0.4.15
2062024-12-17T07:21:47.579Z Downloaded cfg_aliases v0.1.1
2072024-12-17T07:21:47.580Z Downloaded async-bb8-diesel v0.2.1
2082024-12-17T07:21:47.582Z Downloaded num_cpus v1.16.0
2092024-12-17T07:21:47.585Z Downloaded num-derive v0.4.2
2102024-12-17T07:21:47.587Z Downloaded async-signal v0.2.10
2112024-12-17T07:21:47.589Z Downloaded sigpipe v0.1.3
2122024-12-17T07:21:47.589Z Downloaded async-attributes v1.1.2
2132024-12-17T07:21:47.592Z Downloaded camino v1.1.9
2142024-12-17T07:21:47.592Z Downloaded backoff v0.4.0
2152024-12-17T07:21:47.594Z Downloaded ghash v0.5.1
2162024-12-17T07:21:47.597Z Downloaded ff v0.13.0
2172024-12-17T07:21:47.597Z Downloaded hyper-rustls v0.27.3
2182024-12-17T07:21:47.600Z Downloaded parse-display-derive v0.10.0
2192024-12-17T07:21:47.602Z Downloaded cancel-safe-futures v0.1.5
2202024-12-17T07:21:47.604Z Downloaded phf_codegen v0.11.2
2212024-12-17T07:21:47.607Z Downloaded bitflags v2.6.0
2222024-12-17T07:21:47.610Z Downloaded radium v0.7.0
2232024-12-17T07:21:47.612Z Downloaded errno v0.3.9
2242024-12-17T07:21:47.612Z Downloaded async-trait v0.1.83
2252024-12-17T07:21:47.615Z Downloaded async-task v4.7.1
2262024-12-17T07:21:47.617Z Downloaded blake2 v0.10.6
2272024-12-17T07:21:47.621Z Downloaded async-io v2.3.4
2282024-12-17T07:21:47.623Z Downloaded want v0.3.1
2292024-12-17T07:21:47.626Z Downloaded phf v0.11.2
2302024-12-17T07:21:47.626Z Downloaded hyper-rustls v0.26.0
2312024-12-17T07:21:47.629Z Downloaded foreign-types v0.5.0
2322024-12-17T07:21:47.629Z Downloaded httptest v0.16.1
2332024-12-17T07:21:47.632Z Downloaded pbkdf2 v0.11.0
2342024-12-17T07:21:47.634Z Downloaded futures-timer v3.0.3
2352024-12-17T07:21:47.637Z Downloaded hmac v0.12.1
2362024-12-17T07:21:47.639Z Downloaded futures-channel v0.3.31
2372024-12-17T07:21:47.641Z Downloaded bzip2 v0.4.4
2382024-12-17T07:21:47.641Z Downloaded progenitor-macro v0.8.0
2392024-12-17T07:21:47.644Z Downloaded fatfs v0.3.6
2402024-12-17T07:21:47.647Z Downloaded futures-lite v2.3.0
2412024-12-17T07:21:47.650Z Downloaded futures v0.3.31
2422024-12-17T07:21:47.652Z Downloaded rustls-pemfile v1.0.4
2432024-12-17T07:21:47.655Z Downloaded zerofrom v0.1.4
2442024-12-17T07:21:47.658Z Downloaded secrecy v0.8.0
2452024-12-17T07:21:47.658Z Downloaded rpassword v7.3.1
2462024-12-17T07:21:47.658Z Downloaded ref-cast-impl v1.0.23
2472024-12-17T07:21:47.660Z Downloaded bcs v0.1.6
2482024-12-17T07:21:47.663Z Downloaded equivalent v1.0.1
2492024-12-17T07:21:47.663Z Downloaded semver v0.1.20
2502024-12-17T07:21:47.663Z Downloaded icu_provider_macros v1.5.0
2512024-12-17T07:21:47.666Z Downloaded base64ct v1.6.0
2522024-12-17T07:21:47.666Z Downloaded signal-hook-tokio v0.3.1
2532024-12-17T07:21:47.668Z Downloaded signal-hook-registry v1.4.2
2542024-12-17T07:21:47.671Z Downloaded structmeta-derive v0.3.0
2552024-12-17T07:21:47.671Z Downloaded sqlformat v0.2.6
2562024-12-17T07:21:47.673Z Downloaded parking_lot v0.11.2
2572024-12-17T07:21:47.675Z Downloaded highway v1.2.0
2582024-12-17T07:21:47.678Z Downloaded password-hash v0.4.2
2592024-12-17T07:21:47.678Z Downloaded base64 v0.13.1
2602024-12-17T07:21:47.681Z Downloaded signature v2.2.0
2612024-12-17T07:21:47.684Z Downloaded predicates v3.1.2
2622024-12-17T07:21:47.687Z Downloaded target-spec v3.2.2
2632024-12-17T07:21:47.689Z Downloaded chacha20poly1305 v0.10.1
2642024-12-17T07:21:47.691Z Downloaded is_ci v1.2.0
2652024-12-17T07:21:47.691Z Downloaded toml_datetime v0.6.8
2662024-12-17T07:21:47.694Z Downloaded unicode-linebreak v0.1.5
2672024-12-17T07:21:47.694Z Downloaded thiserror-impl v1.0.69
2682024-12-17T07:21:47.696Z Downloaded pbkdf2 v0.12.2
2692024-12-17T07:21:47.696Z Downloaded allocator-api2 v0.2.18
2702024-12-17T07:21:47.699Z Downloaded crc v3.2.1
2712024-12-17T07:21:47.701Z Downloaded cpufeatures v0.2.14
2722024-12-17T07:21:47.703Z Downloaded untrusted v0.9.0
2732024-12-17T07:21:47.706Z Downloaded num_threads v0.1.7
2742024-12-17T07:21:47.706Z Downloaded aes v0.8.4
2752024-12-17T07:21:47.709Z Downloaded proc-macro-error v1.0.4
2762024-12-17T07:21:47.715Z Downloaded arc-swap v1.7.1
2772024-12-17T07:21:47.717Z Downloaded poly1305 v0.8.0
2782024-12-17T07:21:47.720Z Downloaded headers v0.4.0
2792024-12-17T07:21:47.724Z Downloaded sec1 v0.7.3
2802024-12-17T07:21:47.727Z Downloaded parse-size v1.1.0
2812024-12-17T07:21:47.729Z Downloaded openssl-probe v0.1.5
2822024-12-17T07:21:47.729Z Downloaded zeroize v1.8.1
2832024-12-17T07:21:47.731Z Downloaded event-listener v5.3.1
2842024-12-17T07:21:47.733Z Downloaded rustls-native-certs v0.7.3
2852024-12-17T07:21:47.736Z Downloaded deranged v0.3.11
2862024-12-17T07:21:47.739Z Downloaded difflib v0.4.0
2872024-12-17T07:21:47.739Z Downloaded zerofrom-derive v0.1.4
2882024-12-17T07:21:47.739Z Downloaded sha2 v0.10.8
2892024-12-17T07:21:47.741Z Downloaded lazy_static v1.5.0
2902024-12-17T07:21:47.744Z Downloaded dsl_auto_type v0.1.2
2912024-12-17T07:21:47.747Z Downloaded tokio-rustls v0.25.0
2922024-12-17T07:21:47.747Z Downloaded semver v1.0.23
2932024-12-17T07:21:47.749Z Downloaded tinytemplate v1.2.1
2942024-12-17T07:21:47.752Z Downloaded is-terminal v0.4.13
2952024-12-17T07:21:47.752Z Downloaded cfg-expr v0.17.0
2962024-12-17T07:21:47.755Z Downloaded cc v1.1.30
2972024-12-17T07:21:47.758Z Downloaded progenitor-client v0.8.0
2982024-12-17T07:21:47.760Z Downloaded tokio-rustls v0.26.0
2992024-12-17T07:21:47.763Z Downloaded sqlparser_derive v0.2.2
3002024-12-17T07:21:47.763Z Downloaded scroll_derive v0.12.0
3012024-12-17T07:21:47.765Z Downloaded lru-cache v0.1.2
3022024-12-17T07:21:47.765Z Downloaded linked-hash-map v0.5.6
3032024-12-17T07:21:47.768Z Downloaded nanorand v0.7.0
3042024-12-17T07:21:47.768Z Downloaded libsw v3.3.1
3052024-12-17T07:21:47.771Z Downloaded memmap v0.7.0
3062024-12-17T07:21:47.773Z Downloaded inout v0.1.3
3072024-12-17T07:21:47.773Z Downloaded impl-trait-for-tuples v0.2.2
3082024-12-17T07:21:47.776Z Downloaded value-bag v1.9.0
3092024-12-17T07:21:47.779Z Downloaded num_enum_derive v0.5.11
3102024-12-17T07:21:47.781Z Downloaded bumpalo v3.16.0
3112024-12-17T07:21:47.784Z Downloaded clap_derive v4.5.18
3122024-12-17T07:21:47.786Z Downloaded fancy-regex v0.13.0
3132024-12-17T07:21:47.789Z Downloaded cookie_store v0.21.0
3142024-12-17T07:21:47.792Z Downloaded heapless v0.8.0
3152024-12-17T07:21:47.795Z Downloaded heapless v0.7.17
3162024-12-17T07:21:47.799Z Downloaded parse-display v0.10.0
3172024-12-17T07:21:47.801Z Downloaded flume v0.11.1
3182024-12-17T07:21:47.804Z Downloaded take_mut v0.2.2
3192024-12-17T07:21:47.807Z Downloaded nodrop v0.1.14
3202024-12-17T07:21:47.807Z Downloaded ipnetwork v0.20.0
3212024-12-17T07:21:47.809Z Downloaded env_logger v0.10.2
3222024-12-17T07:21:47.812Z Downloaded tinyvec v1.8.0
3232024-12-17T07:21:47.814Z Downloaded csv-core v0.1.11
3242024-12-17T07:21:47.817Z Downloaded defmt v0.3.8
3252024-12-17T07:21:47.819Z Downloaded powerfmt v0.2.0
3262024-12-17T07:21:47.822Z Downloaded pest_generator v2.7.14
3272024-12-17T07:21:47.822Z Downloaded env_logger v0.11.5
3282024-12-17T07:21:47.825Z Downloaded rand_chacha v0.3.1
3292024-12-17T07:21:47.827Z Downloaded r2d2 v0.8.10
3302024-12-17T07:21:47.827Z Downloaded similar v2.6.0
3312024-12-17T07:21:47.831Z Downloaded ucd-trie v0.1.7
3322024-12-17T07:21:47.835Z Downloaded clang-sys v1.8.1
3332024-12-17T07:21:47.837Z Downloaded rand_core v0.6.4
3342024-12-17T07:21:47.840Z Downloaded progenitor v0.8.0
3352024-12-17T07:21:47.840Z Downloaded darling_macro v0.20.10
3362024-12-17T07:21:47.843Z Downloaded serde_urlencoded v0.7.1
3372024-12-17T07:21:47.843Z Downloaded slog-envlogger v2.2.0
3382024-12-17T07:21:47.845Z Downloaded slog-scope v4.4.0
3392024-12-17T07:21:47.845Z Downloaded slog-dtrace v0.3.0
3402024-12-17T07:21:47.848Z Downloaded ssh-encoding v0.2.0
3412024-12-17T07:21:47.851Z Downloaded slog-json v2.6.1
3422024-12-17T07:21:47.851Z Downloaded progenitor-impl v0.8.0
3432024-12-17T07:21:47.854Z Downloaded shlex v1.3.0
3442024-12-17T07:21:47.854Z Downloaded shell-words v1.1.0
3452024-12-17T07:21:47.857Z Downloaded rustversion v1.0.17
3462024-12-17T07:21:47.857Z Downloaded rusty-fork v0.3.0
3472024-12-17T07:21:47.860Z Downloaded http v1.1.0
3482024-12-17T07:21:47.863Z Downloaded thiserror v1.0.69
3492024-12-17T07:21:47.867Z Downloaded hickory-server v0.24.1
3502024-12-17T07:21:47.872Z Downloaded pkcs1 v0.7.5
3512024-12-17T07:21:47.875Z Downloaded derive_builder v0.20.2
3522024-12-17T07:21:47.880Z Downloaded thiserror-no-std v2.0.2
3532024-12-17T07:21:47.883Z Downloaded unicode-truncate v1.1.0
3542024-12-17T07:21:47.886Z Downloaded thiserror-impl-no-std v2.0.2
3552024-12-17T07:21:47.889Z Downloaded supports-color v3.0.1
3562024-12-17T07:21:47.889Z Downloaded version_check v0.9.5
3572024-12-17T07:21:47.892Z Downloaded dropshot_endpoint v0.15.1
3582024-12-17T07:21:47.895Z Downloaded dropshot_endpoint v0.12.0
3592024-12-17T07:21:47.897Z Downloaded tui-tree-widget v0.22.0
3602024-12-17T07:21:47.897Z Downloaded zone_cfg_derive v0.3.0
3612024-12-17T07:21:47.900Z Downloaded crc-any v2.5.0
3622024-12-17T07:21:47.900Z Downloaded clap v4.5.21
3632024-12-17T07:21:47.908Z Downloaded russh-cryptovec v0.7.3
3642024-12-17T07:21:47.911Z Downloaded serde_derive_internals v0.29.1
3652024-12-17T07:21:47.913Z Downloaded relative-path v1.9.3
3662024-12-17T07:21:47.913Z Downloaded backtrace v0.3.74
3672024-12-17T07:21:47.917Z Downloaded constant_time_eq v0.3.1
3682024-12-17T07:21:47.920Z Downloaded colorchoice v1.0.2
3692024-12-17T07:21:47.923Z Downloaded dyn-clone v1.0.17
3702024-12-17T07:21:47.923Z Downloaded data-encoding v2.6.0
3712024-12-17T07:21:47.925Z Downloaded dirs-sys-next v0.1.2
3722024-12-17T07:21:47.925Z Downloaded lazycell v1.3.0
3732024-12-17T07:21:47.927Z Downloaded tungstenite v0.23.0
3742024-12-17T07:21:47.930Z Downloaded typify v0.2.0
3752024-12-17T07:21:47.932Z Downloaded tungstenite v0.21.0
3762024-12-17T07:21:47.935Z Downloaded flate2 v1.0.34
3772024-12-17T07:21:47.941Z Downloaded zerocopy-derive v0.8.10
3782024-12-17T07:21:47.947Z Downloaded ed25519 v2.2.3
3792024-12-17T07:21:47.949Z Downloaded indoc v2.0.5
3802024-12-17T07:21:47.952Z Downloaded memoffset v0.9.1
3812024-12-17T07:21:47.954Z Downloaded dirs-next v2.0.0
3822024-12-17T07:21:47.954Z Downloaded indoc v1.0.9
3832024-12-17T07:21:47.957Z Downloaded tinyvec_macros v0.1.1
3842024-12-17T07:21:47.957Z Downloaded russh-keys v0.45.0
3852024-12-17T07:21:47.960Z Downloaded yansi v1.0.1
3862024-12-17T07:21:47.962Z Downloaded try-lock v0.2.5
3872024-12-17T07:21:47.965Z Downloaded pest_meta v2.7.14
3882024-12-17T07:21:47.968Z Downloaded pem-rfc7468 v0.7.0
3892024-12-17T07:21:47.968Z Downloaded percent-encoding v2.3.1
3902024-12-17T07:21:47.970Z Downloaded packed_struct_codegen v0.10.1
3912024-12-17T07:21:47.970Z Downloaded vsss-rs v3.3.4
3922024-12-17T07:21:47.973Z Downloaded ssh-cipher v0.2.0
3932024-12-17T07:21:47.975Z Downloaded oso v0.27.3
3942024-12-17T07:21:47.978Z Downloaded icu_provider v1.5.0
3952024-12-17T07:21:47.981Z Downloaded expectorate v1.1.0
3962024-12-17T07:21:47.983Z Downloaded convert_case v0.4.0
3972024-12-17T07:21:47.983Z Downloaded cobs v0.2.3
3982024-12-17T07:21:47.986Z Downloaded rand v0.8.5
3992024-12-17T07:21:47.988Z Downloaded cstr-argument v0.1.2
4002024-12-17T07:21:47.992Z Downloaded primeorder v0.13.6
4012024-12-17T07:21:47.992Z Downloaded yoke-derive v0.7.4
4022024-12-17T07:21:47.995Z Downloaded ecdsa v0.16.9
4032024-12-17T07:21:47.995Z Downloaded libefi-sys v0.1.0
4042024-12-17T07:21:47.995Z Downloaded ref-cast v1.0.23
4052024-12-17T07:21:47.998Z Downloaded proc-macro-crate v1.3.1
4062024-12-17T07:21:48.000Z Downloaded hashbrown v0.13.2
4072024-12-17T07:21:48.003Z Downloaded siphasher v0.3.11
4082024-12-17T07:21:48.006Z Downloaded downcast v0.11.0
4092024-12-17T07:21:48.006Z Downloaded doc-comment v0.3.3
4102024-12-17T07:21:48.008Z Downloaded signal-hook-mio v0.2.4
4112024-12-17T07:21:48.009Z Downloaded prettyplease v0.2.25
4122024-12-17T07:21:48.011Z Downloaded vte v0.11.1
4132024-12-17T07:21:48.014Z Downloaded stable_deref_trait v1.2.0
4142024-12-17T07:21:48.016Z Downloaded smawk v0.3.2
4152024-12-17T07:21:48.018Z Downloaded serde_spanned v0.6.8
4162024-12-17T07:21:48.018Z Downloaded mime v0.3.17
4172024-12-17T07:21:48.021Z Downloaded libloading v0.8.5
4182024-12-17T07:21:48.023Z Downloaded serde_repr v0.1.19
4192024-12-17T07:21:48.026Z Downloaded once_cell v1.20.2
4202024-12-17T07:21:48.028Z Downloaded terminal_size v0.4.0
4212024-12-17T07:21:48.028Z Downloaded new_debug_unreachable v1.0.6
4222024-12-17T07:21:48.031Z Downloaded packed_struct v0.10.1
4232024-12-17T07:21:48.031Z Downloaded zerocopy v0.6.6
4242024-12-17T07:21:48.034Z Downloaded peg-runtime v0.8.3
4252024-12-17T07:21:48.034Z Downloaded unicode-xid v0.2.6
4262024-12-17T07:21:48.037Z Downloaded toml v0.8.19
4272024-12-17T07:21:48.040Z Downloaded pin-project-internal v1.1.6
4282024-12-17T07:21:48.042Z Downloaded zerovec-derive v0.10.3
4292024-12-17T07:21:48.042Z Downloaded sync-ptr v0.1.1
4302024-12-17T07:21:48.045Z Downloaded pretty_assertions v1.4.1
4312024-12-17T07:21:48.045Z Downloaded tls_codec_derive v0.4.1
4322024-12-17T07:21:48.048Z Downloaded tls_codec v0.4.1
4332024-12-17T07:21:48.050Z Downloaded openssl-sys v0.9.103
4342024-12-17T07:21:48.053Z Downloaded postgres-protocol v0.6.7
4352024-12-17T07:21:48.055Z Downloaded pretty-hex v0.4.1
4362024-12-17T07:21:48.058Z Downloaded toml_edit v0.19.15
4372024-12-17T07:21:48.074Z Downloaded serde-big-array v0.5.1
4382024-12-17T07:21:48.077Z Downloaded ctr v0.9.2
4392024-12-17T07:21:48.079Z Downloaded crypto-common v0.1.6
4402024-12-17T07:21:48.079Z Downloaded zone v0.1.8
4412024-12-17T07:21:48.081Z Downloaded icu_normalizer_data v1.5.0
4422024-12-17T07:21:48.082Z Downloaded icu_normalizer v1.5.0
4432024-12-17T07:21:48.086Z Downloaded linear-map v1.2.0
4442024-12-17T07:21:48.088Z Downloaded idna_adapter v1.2.0
4452024-12-17T07:21:48.088Z Downloaded enum-as-inner v0.6.1
4462024-12-17T07:21:48.091Z Downloaded dof v0.3.0
4472024-12-17T07:21:48.094Z Downloaded indent_write v2.2.0
4482024-12-17T07:21:48.094Z Downloaded scroll v0.12.0
4492024-12-17T07:21:48.097Z Downloaded icu_locid_transform_data v1.5.0
4502024-12-17T07:21:48.097Z Downloaded dhcproto v0.12.0
4512024-12-17T07:21:48.100Z Downloaded crossbeam-epoch v0.9.18
4522024-12-17T07:21:48.103Z Downloaded tower-service v0.3.3
4532024-12-17T07:21:48.106Z Downloaded time-core v0.1.2
4542024-12-17T07:21:48.106Z Downloaded termios v0.3.3
4552024-12-17T07:21:48.108Z Downloaded term v0.7.0
4562024-12-17T07:21:48.111Z Downloaded ciborium-io v0.2.2
4572024-12-17T07:21:48.113Z Downloaded pem v3.0.4
4582024-12-17T07:21:48.116Z Downloaded num-traits v0.2.19
4592024-12-17T07:21:48.118Z Downloaded zone_cfg_derive v0.1.2
4602024-12-17T07:21:48.118Z Downloaded memchr v2.7.4
4612024-12-17T07:21:48.124Z Downloaded plain v0.2.3
4622024-12-17T07:21:48.126Z Downloaded const_format_proc_macros v0.2.33
4632024-12-17T07:21:48.129Z Downloaded whoami v1.5.2
4642024-12-17T07:21:48.131Z Downloaded usdt-macro v0.5.0
4652024-12-17T07:21:48.131Z Downloaded dhcproto-macros v0.1.0
4662024-12-17T07:21:48.134Z Downloaded pest v2.7.14
4672024-12-17T07:21:48.137Z Downloaded proc-macro-crate v3.2.0
4682024-12-17T07:21:48.140Z Downloaded rand_seeder v0.3.0
4692024-12-17T07:21:48.143Z Downloaded toml_edit v0.22.22
4702024-12-17T07:21:48.164Z Downloaded matches v0.1.10
4712024-12-17T07:21:48.167Z Downloaded hashbrown v0.14.5
4722024-12-17T07:21:48.177Z Downloaded hyper v1.5.1
4732024-12-17T07:21:48.184Z Downloaded trybuild v1.0.101
4742024-12-17T07:21:48.188Z Downloaded miniz_oxide v0.8.0
4752024-12-17T07:21:48.191Z Downloaded libtest-mimic v0.7.3
4762024-12-17T07:21:48.194Z Downloaded usdt-impl v0.5.0
4772024-12-17T07:21:48.197Z Downloaded threadpool v1.8.1
4782024-12-17T07:21:48.197Z Downloaded synstructure v0.13.1
4792024-12-17T07:21:48.199Z Downloaded password-hash v0.5.0
4802024-12-17T07:21:48.201Z Downloaded vergen v8.3.2
4812024-12-17T07:21:48.204Z Downloaded usdt-attr-macro v0.5.0
4822024-12-17T07:21:48.207Z Downloaded thread_local v1.1.8
4832024-12-17T07:21:48.207Z Downloaded papergrid v0.11.0
4842024-12-17T07:21:48.212Z Downloaded vte_generate_state_changes v0.1.2
4852024-12-17T07:21:48.215Z Downloaded debug-ignore v1.0.5
4862024-12-17T07:21:48.215Z Downloaded usdt v0.5.0
4872024-12-17T07:21:48.218Z Downloaded unicase v2.7.0
4882024-12-17T07:21:48.218Z Downloaded quote v1.0.37
4892024-12-17T07:21:48.221Z Downloaded diesel-dtrace v0.4.2
4902024-12-17T07:21:48.224Z Downloaded peg-macros v0.8.4
4912024-12-17T07:21:48.227Z Downloaded cookie v0.18.1
4922024-12-17T07:21:48.229Z Downloaded derive_builder_macro v0.20.2
4932024-12-17T07:21:48.229Z Downloaded rcgen v0.12.1
4942024-12-17T07:21:48.232Z Downloaded xattr v1.3.1
4952024-12-17T07:21:48.235Z Downloaded paste v1.0.15
4962024-12-17T07:21:48.238Z Downloaded crunchy v0.2.2
4972024-12-17T07:21:48.240Z Downloaded polyval v0.6.2
4982024-12-17T07:21:48.243Z Downloaded icu_locid v1.5.0
4992024-12-17T07:21:48.246Z Downloaded is_terminal_polyfill v1.70.1
5002024-12-17T07:21:48.248Z Downloaded parking v2.2.1
5012024-12-17T07:21:48.250Z Downloaded indicatif v0.17.9
5022024-12-17T07:21:48.253Z Downloaded num-iter v0.1.45
5032024-12-17T07:21:48.256Z Downloaded crucible-workspace-hack v0.1.0
5042024-12-17T07:21:48.256Z Downloaded maplit v1.0.2
5052024-12-17T07:21:48.258Z Downloaded newtype_derive v0.1.6
5062024-12-17T07:21:48.260Z Downloaded same-file v1.0.6
5072024-12-17T07:21:48.261Z Downloaded mirai-annotations v1.12.0
5082024-12-17T07:21:48.263Z Downloaded quick-error v1.2.3
5092024-12-17T07:21:48.263Z Downloaded predicates-tree v1.0.11
5102024-12-17T07:21:48.265Z Downloaded endian-type v0.1.2
5112024-12-17T07:21:48.267Z Downloaded slab v0.4.9
5122024-12-17T07:21:48.270Z Downloaded slog-async v2.8.0
5132024-12-17T07:21:48.270Z Downloaded omicron-zone-package v0.11.1
5142024-12-17T07:21:48.272Z Downloaded blake3 v1.5.4
5152024-12-17T07:21:48.280Z Downloaded tokio-tungstenite v0.24.0
5162024-12-17T07:21:48.283Z Downloaded openssl-macros v0.1.1
5172024-12-17T07:21:48.287Z Downloaded path-slash v0.1.5
5182024-12-17T07:21:48.287Z Downloaded oso-derive v0.27.3
5192024-12-17T07:21:48.293Z Downloaded opaque-debug v0.3.1
5202024-12-17T07:21:48.293Z Downloaded sha1 v0.10.6
5212024-12-17T07:21:48.293Z Downloaded rustc-hash v2.0.0
5222024-12-17T07:21:48.293Z Downloaded serde_tokenstream v0.2.2
5232024-12-17T07:21:48.296Z Downloaded serde_regex v1.1.0
5242024-12-17T07:21:48.296Z Downloaded des v0.8.1
5252024-12-17T07:21:48.299Z Downloaded zip v0.6.6
5262024-12-17T07:21:48.301Z Downloaded aho-corasick v1.1.3
5272024-12-17T07:21:48.308Z Downloaded partial-io v0.5.4
5282024-12-17T07:21:48.311Z Downloaded utf16_iter v1.0.5
5292024-12-17T07:21:48.313Z Downloaded derive_builder_core v0.20.2
5302024-12-17T07:21:48.315Z Downloaded display-error-chain v0.2.2
5312024-12-17T07:21:48.317Z Downloaded digest v0.10.7
5322024-12-17T07:21:48.320Z Downloaded xz2 v0.1.7
5332024-12-17T07:21:48.322Z Downloaded parking_lot v0.12.3
5342024-12-17T07:21:48.325Z Downloaded minimal-lexical v0.2.1
5352024-12-17T07:21:48.329Z Downloaded parking_lot_core v0.8.6
5362024-12-17T07:21:48.331Z Downloaded num-conv v0.1.0
5372024-12-17T07:21:48.334Z Downloaded mockall v0.13.0
5382024-12-17T07:21:48.334Z Downloaded lockfree-object-pool v0.1.6
5392024-12-17T07:21:48.337Z Downloaded x509-cert v0.2.5
5402024-12-17T07:21:48.343Z Downloaded kstat-rs v0.2.4
5412024-12-17T07:21:48.346Z Downloaded hyper-tls v0.6.0
5422024-12-17T07:21:48.348Z Downloaded env_filter v0.1.2
5432024-12-17T07:21:48.350Z Downloaded enum-as-inner v0.5.1
5442024-12-17T07:21:48.353Z Downloaded instant v0.1.13
5452024-12-17T07:21:48.353Z Downloaded unicode-normalization v0.1.24
5462024-12-17T07:21:48.357Z Downloaded ident_case v1.0.1
5472024-12-17T07:21:48.360Z Downloaded unicode_categories v0.1.1
5482024-12-17T07:21:48.362Z Downloaded path-tree v0.8.1
5492024-12-17T07:21:48.362Z Downloaded tokio-tungstenite v0.23.1
5502024-12-17T07:21:48.365Z Downloaded psl-types v2.0.11
5512024-12-17T07:21:48.368Z Downloaded tokio-stream v0.1.16
5522024-12-17T07:21:48.371Z Downloaded derive_more v0.99.18
5532024-12-17T07:21:48.376Z Downloaded serde_with_macros v3.11.0
5542024-12-17T07:21:48.379Z Downloaded rustc_version v0.1.7
5552024-12-17T07:21:48.381Z Downloaded crc32fast v1.4.2
5562024-12-17T07:21:48.384Z Downloaded strum v0.26.3
5572024-12-17T07:21:48.384Z Downloaded rustc-hash v1.1.0
5582024-12-17T07:21:48.384Z Downloaded resolv-conf v0.7.0
5592024-12-17T07:21:48.387Z Downloaded zopfli v0.8.1
5602024-12-17T07:21:48.389Z Downloaded write16 v1.0.0
5612024-12-17T07:21:48.392Z Downloaded slog-bunyan v2.5.0
5622024-12-17T07:21:48.394Z Downloaded serde_plain v1.0.2
5632024-12-17T07:21:48.394Z Downloaded serde_path_to_error v0.1.16
5642024-12-17T07:21:48.397Z Downloaded thread-id v4.2.2
5652024-12-17T07:21:48.397Z Downloaded slog-stdlog v4.1.1
5662024-12-17T07:21:48.400Z Downloaded mio v1.0.2
5672024-12-17T07:21:48.405Z Downloaded ssh-key v0.6.6
5682024-12-17T07:21:48.413Z Downloaded twox-hash v1.6.3
5692024-12-17T07:21:48.415Z Downloaded snafu v0.8.5
5702024-12-17T07:21:48.422Z Downloaded plotters-svg v0.3.7
5712024-12-17T07:21:48.425Z Downloaded defmt-parser v0.3.4
5722024-12-17T07:21:48.425Z Downloaded signal-hook v0.3.17
5732024-12-17T07:21:48.428Z Downloaded concurrent-queue v2.5.0
5742024-12-17T07:21:48.431Z Downloaded colored v2.1.0
5752024-12-17T07:21:48.433Z Downloaded clap_lex v0.7.2
5762024-12-17T07:21:48.433Z Downloaded serde_yaml v0.9.34+deprecated
5772024-12-17T07:21:48.438Z Downloaded rand_xorshift v0.3.0
5782024-12-17T07:21:48.441Z Downloaded piper v0.2.4
5792024-12-17T07:21:48.441Z Downloaded num v0.4.3
5802024-12-17T07:21:48.444Z Downloaded nibble_vec v0.1.0
5812024-12-17T07:21:48.447Z Downloaded rustc_version v0.4.1
5822024-12-17T07:21:48.447Z Downloaded goblin v0.8.2
5832024-12-17T07:21:48.453Z Downloaded itoa v1.0.11
5842024-12-17T07:21:48.455Z Downloaded swrite v0.1.0
5852024-12-17T07:21:48.458Z Downloaded smallvec v1.13.2
5862024-12-17T07:21:48.458Z Downloaded termtree v0.4.1
5872024-12-17T07:21:48.460Z Downloaded smallvec v0.6.14
5882024-12-17T07:21:48.460Z Downloaded cmake v0.1.51
5892024-12-17T07:21:48.463Z Downloaded unarray v0.1.4
5902024-12-17T07:21:48.466Z Downloaded icu_properties v1.5.1
5912024-12-17T07:21:48.468Z Downloaded typify-macro v0.2.0
5922024-12-17T07:21:48.470Z Downloaded strum_macros v0.25.3
5932024-12-17T07:21:48.473Z Downloaded zerocopy-derive v0.7.35
5942024-12-17T07:21:48.476Z Downloaded nested v0.1.1
5952024-12-17T07:21:48.478Z Downloaded icu_collections v1.5.0
5962024-12-17T07:21:48.484Z Downloaded macaddr v1.0.1
5972024-12-17T07:21:48.487Z Downloaded defmt-macros v0.3.9
5982024-12-17T07:21:48.490Z Downloaded crossbeam-deque v0.8.5
5992024-12-17T07:21:48.492Z Downloaded oorandom v11.1.4
6002024-12-17T07:21:48.492Z Downloaded tracing-attributes v0.1.27
6012024-12-17T07:21:48.495Z Downloaded strum_macros v0.24.3
6022024-12-17T07:21:48.497Z Downloaded strsim v0.11.1
6032024-12-17T07:21:48.500Z Downloaded managed v0.8.0
6042024-12-17T07:21:48.500Z Downloaded console v0.15.8
6052024-12-17T07:21:48.503Z Downloaded futures-util v0.3.31
6062024-12-17T07:21:48.517Z Downloaded embedded-io v0.4.0
6072024-12-17T07:21:48.520Z Downloaded rustfmt-wrapper v0.2.1
6082024-12-17T07:21:48.523Z Downloaded russh v0.45.0
6092024-12-17T07:21:48.528Z Downloaded time-macros v0.2.18
6102024-12-17T07:21:48.531Z Downloaded universal-hash v0.5.1
6112024-12-17T07:21:48.533Z Downloaded tinystr v0.7.6
6122024-12-17T07:21:48.536Z Downloaded async-std v1.13.0
6132024-12-17T07:21:48.555Z Downloaded target-triple v0.1.3
6142024-12-17T07:21:48.558Z Downloaded git2 v0.19.0
6152024-12-17T07:21:48.565Z Downloaded toolchain_find v0.4.0
6162024-12-17T07:21:48.567Z Downloaded tiny-keccak v2.0.2
6172024-12-17T07:21:48.570Z Downloaded phf_shared v0.11.2
6182024-12-17T07:21:48.570Z Downloaded phf_generator v0.11.2
6192024-12-17T07:21:48.572Z Downloaded typenum v1.17.0
6202024-12-17T07:21:48.575Z Downloaded chrono v0.4.38
6212024-12-17T07:21:48.590Z Downloaded test-strategy v0.3.1
6222024-12-17T07:21:48.598Z Downloaded wait-timeout v0.2.0
6232024-12-17T07:21:48.598Z Downloaded utf8parse v0.2.2
6242024-12-17T07:21:48.598Z Downloaded postgres-types v0.2.8
6252024-12-17T07:21:48.598Z Downloaded publicsuffix v2.2.3
6262024-12-17T07:21:48.598Z Downloaded precomputed-hash v0.1.1
6272024-12-17T07:21:48.598Z Downloaded p256 v0.13.2
6282024-12-17T07:21:48.598Z Downloaded tough v0.19.0
6292024-12-17T07:21:48.606Z Downloaded ron v0.7.1
6302024-12-17T07:21:48.611Z Downloaded proc-macro-error-attr v1.0.4
6312024-12-17T07:21:48.614Z Downloaded pretty-hex v0.2.1
6322024-12-17T07:21:48.614Z Downloaded ena v0.14.3
6332024-12-17T07:21:48.617Z Downloaded displaydoc v0.2.5
6342024-12-17T07:21:48.619Z Downloaded ciborium-ll v0.2.2
6352024-12-17T07:21:48.622Z Downloaded datatest-stable v0.2.9
6362024-12-17T07:21:48.624Z Downloaded tabled v0.15.0
6372024-12-17T07:21:48.640Z Downloaded sync_wrapper v1.0.1
6382024-12-17T07:21:48.642Z Downloaded bindgen v0.69.5
6392024-12-17T07:21:48.647Z Downloaded rustls-pemfile v2.2.0
6402024-12-17T07:21:48.650Z Downloaded zeroize_derive v1.4.2
6412024-12-17T07:21:48.653Z Downloaded wyz v0.5.1
6422024-12-17T07:21:48.653Z Downloaded tabwriter v1.4.0
6432024-12-17T07:21:48.656Z Downloaded kv-log-macro v1.0.7
6442024-12-17T07:21:48.656Z Downloaded keccak v0.1.5
6452024-12-17T07:21:48.659Z Downloaded instability v0.3.2
6462024-12-17T07:21:48.659Z Downloaded libxml v0.3.3
6472024-12-17T07:21:48.666Z Downloaded number_prefix v0.4.0
6482024-12-17T07:21:48.668Z Downloaded pkg-config v0.3.31
6492024-12-17T07:21:48.668Z Downloaded pathdiff v0.2.2
6502024-12-17T07:21:48.670Z Downloaded predicates-core v1.0.8
6512024-12-17T07:21:48.670Z Downloaded plotters-backend v0.3.7
6522024-12-17T07:21:48.673Z Downloaded peg v0.8.4
6532024-12-17T07:21:48.676Z Downloaded quinn v0.11.5
6542024-12-17T07:21:48.679Z Downloaded waitgroup v0.1.2
6552024-12-17T07:21:48.681Z Downloaded subprocess v0.2.9
6562024-12-17T07:21:48.683Z Downloaded criterion v0.5.1
6572024-12-17T07:21:48.690Z Downloaded either v1.13.0
6582024-12-17T07:21:48.693Z Downloaded topological-sort v0.2.2
6592024-12-17T07:21:48.693Z Downloaded rstest_macros v0.23.0
6602024-12-17T07:21:48.695Z Downloaded dtrace-parser v0.2.0
6612024-12-17T07:21:48.698Z Downloaded tokio-macros v2.4.0
6622024-12-17T07:21:48.700Z Downloaded tracing v0.1.40
6632024-12-17T07:21:48.703Z Downloaded bitvec v1.0.1
6642024-12-17T07:21:48.718Z Downloaded num_enum v0.5.11
6652024-12-17T07:21:48.723Z Downloaded p384 v0.13.0
6662024-12-17T07:21:48.729Z Downloaded winnow v0.5.40
6672024-12-17T07:21:48.738Z Downloaded num-integer v0.1.46
6682024-12-17T07:21:48.740Z Downloaded darling v0.20.10
6692024-12-17T07:21:48.744Z Downloaded salsa20 v0.10.2
6702024-12-17T07:21:48.747Z Downloaded string_cache v0.8.7
6712024-12-17T07:21:48.749Z Downloaded der v0.7.9
6722024-12-17T07:21:48.752Z Downloaded tokio-native-tls v0.3.1
6732024-12-17T07:21:48.755Z Downloaded idna v1.0.3
6742024-12-17T07:21:48.759Z Downloaded crc-catalog v2.4.0
6752024-12-17T07:21:48.762Z Downloaded writeable v0.5.5
6762024-12-17T07:21:48.762Z Downloaded which v4.4.2
6772024-12-17T07:21:48.765Z Downloaded utf8_iter v1.0.4
6782024-12-17T07:21:48.768Z Downloaded criterion-plot v0.5.0
6792024-12-17T07:21:48.768Z Downloaded multimap v0.10.0
6802024-12-17T07:21:48.771Z Downloaded socket2 v0.5.7
6812024-12-17T07:21:48.771Z Downloaded multer v3.1.0
6822024-12-17T07:21:49.776Z Downloaded native-tls v0.2.12
6832024-12-17T07:21:49.780Z Downloaded pin-project v1.1.6
6842024-12-17T07:21:49.780Z Downloaded newtype-uuid v1.1.3
6852024-12-17T07:21:49.780Z Downloaded radix_trie v0.2.1
6862024-12-17T07:21:49.780Z Downloaded strum_macros v0.26.4
6872024-12-17T07:21:49.780Z Downloaded hyper-util v0.1.10
6882024-12-17T07:21:49.780Z Downloaded salty v0.3.0
6892024-12-17T07:21:49.780Z Downloaded spin v0.9.8
6902024-12-17T07:21:49.780Z Downloaded itertools v0.12.1
6912024-12-17T07:21:49.780Z Downloaded pest_derive v2.7.14
6922024-12-17T07:21:49.780Z Downloaded tokio-rustls v0.24.1
6932024-12-17T07:21:49.780Z Downloaded rusqlite v0.32.1
6942024-12-17T07:21:49.780Z Downloaded quick-xml v0.33.0
6952024-12-17T07:21:49.780Z Downloaded unicode-bidi v0.3.17
6962024-12-17T07:21:49.780Z Downloaded proc-macro2 v1.0.92
6972024-12-17T07:21:49.780Z Downloaded crossterm v0.28.1
6982024-12-17T07:21:49.780Z Downloaded gimli v0.31.1
6992024-12-17T07:21:49.780Z Downloaded num-bigint-dig v0.8.4
7002024-12-17T07:21:49.780Z Downloaded regex v1.11.1
7012024-12-17T07:21:49.780Z Downloaded indexmap v1.9.3
7022024-12-17T07:21:49.780Z Downloaded rayon-core v1.12.1
7032024-12-17T07:21:49.780Z Downloaded serde_with v3.11.0
7042024-12-17T07:21:49.780Z Downloaded elliptic-curve v0.13.8
7052024-12-17T07:21:49.780Z Downloaded itertools v0.13.0
7062024-12-17T07:21:49.780Z Downloaded quinn-proto v0.11.8
7072024-12-17T07:21:49.780Z Downloaded ed25519-dalek v2.1.1
7082024-12-17T07:21:49.781Z Downloaded rustyline v14.0.0
7092024-12-17T07:21:49.781Z Downloaded diesel_derives v2.2.3
7102024-12-17T07:21:49.781Z Downloaded crossbeam-channel v0.5.13
7112024-12-17T07:21:49.781Z Downloaded crypto-bigint v0.5.5
7122024-12-17T07:21:49.781Z Downloaded dropshot v0.12.0
7132024-12-17T07:21:49.781Z Downloaded zerocopy v0.8.10
7142024-12-17T07:21:49.781Z Downloaded rustls-webpki v0.102.8
7152024-12-17T07:21:49.781Z Downloaded webpki-roots v0.26.6
7162024-12-17T07:21:49.781Z Downloaded portable-atomic v1.9.0
7172024-12-17T07:21:49.781Z Downloaded unicode-width v0.2.0
7182024-12-17T07:21:49.781Z Downloaded polar-core v0.27.3
7192024-12-17T07:21:49.781Z Downloaded zerovec v0.10.4
7202024-12-17T07:21:49.781Z Downloaded bstr v1.10.0
7212024-12-17T07:21:49.781Z Downloaded winnow v0.6.20
7222024-12-17T07:21:49.781Z Downloaded unicode-width v0.1.14
7232024-12-17T07:21:49.781Z Downloaded chrono-tz v0.10.0
7242024-12-17T07:21:49.781Z Downloaded reqwest v0.12.9
7252024-12-17T07:21:49.781Z Downloaded serde_json v1.0.133
7262024-12-17T07:21:49.781Z Downloaded object v0.30.4
7272024-12-17T07:21:49.781Z Downloaded icu_properties_data v1.5.0
7282024-12-17T07:21:49.781Z Downloaded nix v0.29.0
7292024-12-17T07:21:49.781Z Downloaded openapiv3 v2.0.0
7302024-12-17T07:21:49.781Z Downloaded lalrpop v0.19.12
7312024-12-17T07:21:49.781Z Downloaded object v0.36.5
7322024-12-17T07:21:49.781Z Downloaded rayon v1.10.0
7332024-12-17T07:21:49.781Z Downloaded curve25519-dalek v4.1.3
7342024-12-17T07:21:49.781Z Downloaded regex-syntax v0.6.29
7352024-12-17T07:21:49.781Z Downloaded smoltcp v0.9.1
7362024-12-17T07:21:49.781Z Downloaded vcpkg v0.2.15
7372024-12-17T07:21:49.781Z Downloaded petname v2.0.2
7382024-12-17T07:21:49.781Z Downloaded regex-syntax v0.8.5
7392024-12-17T07:21:49.781Z Downloaded idna v0.2.3
7402024-12-17T07:21:49.781Z Downloaded nix v0.28.0
7412024-12-17T07:21:49.781Z Downloaded syn v1.0.109
7422024-12-17T07:21:49.781Z Downloaded smoltcp v0.11.0
7432024-12-17T07:21:49.781Z Downloaded idna v0.4.0
7442024-12-17T07:21:49.781Z Downloaded idna v0.3.0
7452024-12-17T07:21:49.781Z Downloaded rustix v0.38.37
7462024-12-17T07:21:49.781Z Downloaded trust-dns-proto v0.22.0
7472024-12-17T07:21:49.781Z Downloaded bzip2-sys v0.1.11+1.0.8
7482024-12-17T07:21:49.782Z Downloaded hickory-proto v0.24.1
7492024-12-17T07:21:49.782Z Downloaded diesel v2.2.6
7502024-12-17T07:21:49.782Z Downloaded regress v0.10.1
7512024-12-17T07:21:49.782Z Downloaded dropshot v0.15.1
7522024-12-17T07:21:49.782Z Downloaded nix v0.27.1
7532024-12-17T07:21:49.782Z Downloaded idna v0.5.0
7542024-12-17T07:21:49.782Z Downloaded regress v0.9.1
7552024-12-17T07:21:49.782Z Downloaded syn v2.0.90
7562024-12-17T07:21:49.782Z Downloaded rustls v0.22.4
7572024-12-17T07:21:49.783Z Downloaded rustls v0.23.19
7582024-12-17T07:21:49.783Z Downloaded rustls v0.21.12
7592024-12-17T07:21:49.783Z Downloaded openssl v0.10.66
7602024-12-17T07:21:49.783Z Downloaded sled v0.34.7
7612024-12-17T07:21:49.783Z Downloaded libc v0.2.162
7622024-12-17T07:21:49.783Z Downloaded regex-automata v0.4.8
7632024-12-17T07:21:49.783Z Downloaded ryu v1.0.18
7642024-12-17T07:21:49.783Z Downloaded lzma-sys v0.1.20
7652024-12-17T07:21:49.783Z Downloaded typify-impl v0.2.0
7662024-12-17T07:21:49.783Z Downloaded mockall_derive v0.13.0
7672024-12-17T07:21:49.783Z Downloaded itertools v0.10.5
7682024-12-17T07:21:49.783Z Downloaded clap_builder v4.5.21
7692024-12-17T07:21:49.783Z Downloaded lock_api v0.4.12
7702024-12-17T07:21:49.783Z Downloaded time v0.3.36
7712024-12-17T07:21:49.783Z Downloaded ratatui v0.28.1
7722024-12-17T07:21:49.783Z Downloaded zerocopy-derive v0.6.6
7732024-12-17T07:21:49.783Z Downloaded rustls-webpki v0.101.7
7742024-12-17T07:21:49.783Z Downloaded curve25519-dalek-derive v0.1.1
7752024-12-17T07:21:49.783Z Downloaded tabled_derive v0.7.0
7762024-12-17T07:21:49.783Z Downloaded stringmetrics v2.2.2
7772024-12-17T07:21:49.783Z Downloaded serde-hex v0.1.0
7782024-12-17T07:21:49.783Z Downloaded scrypt v0.11.0
7792024-12-17T07:21:49.783Z Downloaded scheduled-thread-pool v0.2.7
7802024-12-17T07:21:49.783Z Downloaded litemap v0.7.3
7812024-12-17T07:21:49.783Z Downloaded log v0.4.22
7822024-12-17T07:21:49.783Z Downloaded tempfile v3.13.0
7832024-12-17T07:21:49.787Z Downloaded uuid v1.11.0
7842024-12-17T07:21:49.787Z Downloaded diesel_table_macro_syntax v0.2.0
7852024-12-17T07:21:49.787Z Downloaded unicode-properties v0.1.3
7862024-12-17T07:21:49.787Z Downloaded unicode-ident v1.0.13
7872024-12-17T07:21:49.787Z Downloaded reedline v0.35.0
7882024-12-17T07:21:49.787Z Downloaded dunce v1.0.5
7892024-12-17T07:21:49.787Z Downloaded compact_str v0.8.0
7902024-12-17T07:21:49.787Z Downloaded typed-path v0.9.3
7912024-12-17T07:21:49.787Z Downloaded libm v0.2.8
7922024-12-17T07:21:49.787Z Downloaded md-5 v0.10.6
7932024-12-17T07:21:49.787Z Downloaded plotters v0.3.7
7942024-12-17T07:21:49.787Z Downloaded rfc6979 v0.4.0
7952024-12-17T07:21:49.787Z Downloaded icu_locid_transform v1.5.0
7962024-12-17T07:21:49.787Z Downloaded const-oid v0.9.6
7972024-12-17T07:21:49.787Z Downloaded tracing-core v0.1.32
7982024-12-17T07:21:49.787Z Downloaded qorb v0.2.1
7992024-12-17T07:21:49.787Z Downloaded num-bigint v0.4.6
8002024-12-17T07:21:49.787Z Downloaded zone v0.3.0
8012024-12-17T07:21:49.787Z Downloaded tap v1.0.1
8022024-12-17T07:21:49.787Z Downloaded schemars v0.8.21
8032024-12-17T07:21:49.787Z Downloaded snafu-derive v0.8.5
8042024-12-17T07:21:49.787Z Downloaded proptest v1.5.0
8052024-12-17T07:21:49.789Z Downloaded p521 v0.13.3
8062024-12-17T07:21:49.792Z Downloaded petgraph v0.6.5
8072024-12-17T07:21:49.809Z Downloaded zerocopy v0.7.35
8082024-12-17T07:21:49.826Z Downloaded samael v0.0.17
8092024-12-17T07:21:49.832Z Downloaded libz-sys v1.1.20
8102024-12-17T07:21:49.853Z Downloaded csv v1.3.0
8112024-12-17T07:21:49.872Z Downloaded sha3 v0.10.8
8122024-12-17T07:21:49.876Z Downloaded newline-converter v0.3.0
8132024-12-17T07:21:49.879Z Downloaded encoding_rs v0.8.34
8142024-12-17T07:21:49.898Z Downloaded tokio v1.42.0
8152024-12-17T07:21:49.937Z Downloaded embedded-io v0.6.1
8162024-12-17T07:21:49.940Z Downloaded utf-8 v0.7.6
8172024-12-17T07:21:49.942Z Downloaded iana-time-zone v0.1.61
8182024-12-17T07:21:49.943Z Downloaded der_derive v0.7.3
8192024-12-17T07:21:49.945Z Downloaded internet-checksum v0.2.1
8202024-12-17T07:21:49.947Z Downloaded steno v0.4.1
8212024-12-17T07:21:49.949Z Downloaded const_format v0.2.33
8222024-12-17T07:21:49.953Z Downloaded spin v0.5.2
8232024-12-17T07:21:49.955Z Downloaded phf_shared v0.10.0
8242024-12-17T07:21:49.956Z Downloaded pin-utils v0.1.0
8252024-12-17T07:21:49.956Z Downloaded pin-project-lite v0.2.14
8262024-12-17T07:21:49.960Z Downloaded num-complex v0.4.6
8272024-12-17T07:21:49.962Z Downloaded jobserver v0.1.32
8282024-12-17T07:21:49.965Z Downloaded ipnet v2.10.1
8292024-12-17T07:21:49.967Z Downloaded url v2.5.3
8302024-12-17T07:21:49.970Z Downloaded zip v2.1.3
8312024-12-17T07:21:49.972Z Downloaded sqlparser v0.45.0
8322024-12-17T07:21:49.978Z Downloaded schemars_derive v0.8.21
8332024-12-17T07:21:49.980Z Downloaded aws-lc-rs v1.10.0
8342024-12-17T07:21:49.988Z Downloaded cipher v0.4.4
8352024-12-17T07:21:49.991Z Downloaded owo-colors v4.1.0
8362024-12-17T07:21:49.994Z Downloaded slog v2.7.0
8372024-12-17T07:21:49.996Z Downloaded tokio-util v0.7.12
8382024-12-17T07:21:50.003Z Downloaded yoke v0.7.4
8392024-12-17T07:21:50.005Z Downloaded tokio-tungstenite v0.21.0
8402024-12-17T07:21:50.008Z Downloaded tungstenite v0.24.0
8412024-12-17T07:21:50.010Z Downloaded num-rational v0.4.2
8422024-12-17T07:21:50.013Z Downloaded tokio-postgres v0.7.12
8432024-12-17T07:21:50.016Z Downloaded rustls-pki-types v1.10.0
8442024-12-17T07:21:50.019Z Downloaded maybe-uninit v2.0.0
8452024-12-17T07:21:50.021Z Downloaded unicode-segmentation v1.12.0
8462024-12-17T07:21:50.024Z Downloaded parse-zoneinfo v0.3.1
8472024-12-17T07:21:50.027Z Downloaded slog-term v2.9.1
8482024-12-17T07:21:50.030Z Downloaded hkdf v0.12.4
8492024-12-17T07:21:50.033Z Downloaded h2 v0.4.6
8502024-12-17T07:21:50.038Z Downloaded rand_distr v0.4.3
8512024-12-17T07:21:50.041Z Downloaded indexmap v2.7.0
8522024-12-17T07:21:50.045Z Downloaded darling_core v0.20.10
8532024-12-17T07:21:50.049Z Downloaded serde_derive v1.0.215
8542024-12-17T07:21:50.052Z Downloaded httpmock v0.8.0-alpha.1
8552024-12-17T07:21:50.071Z Downloaded quinn-udp v0.5.5
8562024-12-17T07:21:50.074Z Downloaded aes-gcm v0.10.3
8572024-12-17T07:21:50.076Z Downloaded match_cfg v0.1.0
8582024-12-17T07:21:50.079Z Downloaded static_assertions v1.1.0
8592024-12-17T07:21:50.079Z Downloaded sct v0.7.1
8602024-12-17T07:21:50.082Z Downloaded rtoolbox v0.0.2
8612024-12-17T07:21:50.085Z Downloaded hashbrown v0.15.1
8622024-12-17T07:21:50.088Z Downloaded guppy v0.17.8
8632024-12-17T07:21:50.094Z Downloaded ppv-lite86 v0.2.20
8642024-12-17T07:21:50.097Z Downloaded nom v7.1.3
8652024-12-17T07:21:50.102Z Downloaded postcard v1.0.10
8662024-12-17T07:21:50.104Z Downloaded strip-ansi-escapes v0.2.0
8672024-12-17T07:21:50.106Z Downloaded stringprep v0.1.5
8682024-12-17T07:21:50.107Z Downloaded smf v0.2.3
8692024-12-17T07:21:50.109Z Downloaded mime_guess v2.0.5
8702024-12-17T07:21:50.112Z Downloaded memmap2 v0.9.5
8712024-12-17T07:21:50.112Z Downloaded rust-argon2 v2.1.0
8722024-12-17T07:21:50.115Z Downloaded scopeguard v1.2.0
8732024-12-17T07:21:50.118Z Downloaded hyper-staticfile v0.10.1
8742024-12-17T07:21:50.118Z Downloaded toml v0.7.8
8752024-12-17T07:21:50.121Z Downloaded textwrap v0.16.1
8762024-12-17T07:21:50.123Z Downloaded serde v1.0.215
8772024-12-17T07:21:50.127Z Downloaded crossbeam-utils v0.8.20
8782024-12-17T07:21:50.130Z Downloaded rsa v0.9.6
8792024-12-17T07:21:50.135Z Downloaded hickory-resolver v0.24.1
8802024-12-17T07:21:50.139Z Downloaded unsafe-libyaml v0.2.11
8812024-12-17T07:21:50.143Z Downloaded rustc-demangle v0.1.24
8822024-12-17T07:21:50.145Z Downloaded diff v0.1.13
8832024-12-17T07:21:50.148Z Downloaded subtle v2.6.1
8842024-12-17T07:21:50.151Z Downloaded derive-where v1.2.7
8852024-12-17T07:21:50.154Z Downloaded ron v0.8.1
8862024-12-17T07:21:50.157Z Downloaded parking_lot_core v0.9.10
8872024-12-17T07:21:50.162Z Downloaded hashbrown v0.12.3
8882024-12-17T07:21:50.165Z Downloaded base64 v0.22.1
8892024-12-17T07:21:50.168Z Downloaded termcolor v1.4.1
8902024-12-17T07:21:50.170Z Downloaded nu-ansi-term v0.50.1
8912024-12-17T07:21:50.173Z Downloaded libgit2-sys v0.17.0+1.8.1
8922024-12-17T07:21:50.229Z Downloaded polling v3.7.3
8932024-12-17T07:21:50.232Z Downloaded tar v0.4.42
8942024-12-17T07:21:50.235Z Downloaded rstest v0.23.0
8952024-12-17T07:21:50.240Z Downloaded uzers v0.12.1
8962024-12-17T07:21:50.243Z Downloaded pkcs5 v0.7.1
8972024-12-17T07:21:50.246Z Downloaded base64 v0.21.7
8982024-12-17T07:21:50.249Z Downloaded yasna v0.5.2
8992024-12-17T07:21:50.252Z Downloaded walkdir v2.5.0
9002024-12-17T07:21:50.255Z Downloaded thiserror-impl v2.0.3
9012024-12-17T07:21:50.255Z Downloaded lru v0.12.5
9022024-12-17T07:21:50.257Z Downloaded lalrpop-util v0.19.12
9032024-12-17T07:21:50.257Z Downloaded thiserror v2.0.3
9042024-12-17T07:21:50.262Z Downloaded target-lexicon v0.12.16
9052024-12-17T07:21:50.264Z Downloaded bytes v1.8.0
9062024-12-17T07:21:50.268Z Downloaded md5 v0.7.0
9072024-12-17T07:21:50.270Z Downloaded pkcs8 v0.10.2
9082024-12-17T07:21:50.273Z Downloaded untrusted v0.7.1
9092024-12-17T07:21:50.276Z Downloaded spki v0.7.3
9102024-12-17T07:21:50.278Z Downloaded similar-asserts v1.6.0
9112024-12-17T07:21:50.281Z Downloaded simd-adler32 v0.3.7
9122024-12-17T07:21:50.281Z Downloaded structmeta-derive v0.2.0
9132024-12-17T07:21:50.284Z Downloaded structmeta v0.3.0
9142024-12-17T07:21:50.284Z Downloaded structmeta v0.2.0
9152024-12-17T07:21:50.287Z Downloaded anyhow v1.0.93
9162024-12-17T07:21:50.290Z Downloaded blake2b_simd v1.0.2
9172024-12-17T07:21:50.290Z Downloaded async-lock v3.4.0
9182024-12-17T07:21:50.293Z Downloaded argon2 v0.5.3
9192024-12-17T07:21:50.295Z Downloaded blocking v1.6.1
9202024-12-17T07:21:50.296Z Downloaded bb8 v0.8.5
9212024-12-17T07:21:50.298Z Downloaded futures-task v0.3.31
9222024-12-17T07:21:50.298Z Downloaded fnv v1.0.7
9232024-12-17T07:21:50.301Z Downloaded float-ord v0.3.2
9242024-12-17T07:21:50.301Z Downloaded addr2line v0.24.2
9252024-12-17T07:21:50.303Z Downloaded filetime v0.2.25
9262024-12-17T07:21:50.303Z Downloaded chrono-tz-build v0.4.0
9272024-12-17T07:21:50.306Z Downloaded hubpack v0.1.2
9282024-12-17T07:21:50.306Z Downloaded fixedbitset v0.4.2
9292024-12-17T07:21:50.306Z Downloaded futures-core v0.3.31
9302024-12-17T07:21:50.309Z Downloaded fallible-streaming-iterator v0.1.9
9312024-12-17T07:21:50.309Z Downloaded array-init v0.0.4
9322024-12-17T07:21:50.312Z Downloaded heck v0.5.0
9332024-12-17T07:21:50.312Z Downloaded fallible-iterator v0.3.0
9342024-12-17T07:21:50.312Z Downloaded futures-io v0.3.31
9352024-12-17T07:21:50.314Z Downloaded fastrand v2.1.1
9362024-12-17T07:21:50.314Z Downloaded byteorder v1.5.0
9372024-12-17T07:21:50.317Z Downloaded bit-set v0.5.3
9382024-12-17T07:21:50.317Z Downloaded bcrypt-pbkdf v0.10.0
9392024-12-17T07:21:50.317Z Downloaded futures-macro v0.3.31
9402024-12-17T07:21:50.319Z Downloaded fs-err v2.11.0
9412024-12-17T07:21:50.320Z Downloaded foldhash v0.1.3
9422024-12-17T07:21:50.322Z Downloaded flagset v0.4.6
9432024-12-17T07:21:50.322Z Downloaded event-listener-strategy v0.5.2
9442024-12-17T07:21:50.325Z Downloaded bitfield-struct v0.6.2
9452024-12-17T07:21:50.325Z Downloaded bitfield v0.14.0
9462024-12-17T07:21:50.325Z Downloaded async-global-executor v2.4.1
9472024-12-17T07:21:50.328Z Downloaded async-channel v2.3.1
9482024-12-17T07:21:50.330Z Downloaded arrayref v0.3.9
9492024-12-17T07:21:50.330Z Downloaded assert_matches v1.5.0
9502024-12-17T07:21:50.330Z Downloaded fallible-iterator v0.2.0
9512024-12-17T07:21:50.333Z Downloaded autocfg v1.4.0
9522024-12-17T07:21:50.335Z Downloaded anstyle v1.0.10
9532024-12-17T07:21:50.335Z Downloaded assert-json-diff v2.0.2
9542024-12-17T07:21:50.588Z Downloaded libsqlite3-sys v0.30.1
9552024-12-17T07:21:50.668Z Downloaded ring v0.17.8
9562024-12-17T07:21:50.803Z Downloaded ring v0.16.20
9572024-12-17T07:21:50.996Z Downloaded aws-lc-sys v0.22.0
9582024-12-17T07:21:51.469Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-17T07:22:01.782Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-17T07:22:05.595Z Startup: Caching catalogs ... Done
9612024-12-17T07:22:15.912ZPlanning: Solver setup ... Done (9.466s)
9622024-12-17T07:22:16.042ZPlanning: Running solver ... Done (0.130s)
9632024-12-17T07:22:16.146ZPlanning: Finding local manifests ... Done (0.005s)
9642024-12-17T07:22:16.166ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-17T07:22:16.405ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-17T07:22:16.504ZPlanning: Package planning ... Done (0.098s)
9672024-12-17T07:22:16.561ZPlanning: Merging actions ... Done (0.057s)
9682024-12-17T07:22:16.755ZPlanning: Checking for conflicting actions ... Done (0.193s)
9692024-12-17T07:22:18.865ZPlanning: Consolidating action changes ... Done (2.109s)
9702024-12-17T07:22:19.310ZPlanning: Evaluating mediators ... Done (0.444s)
9712024-12-17T07:22:19.392ZPlanning: Planning completed in 13.70 seconds
9722024-12-17T07:22:19.408Z Packages to install: 4
9732024-12-17T07:22:19.408Z Packages to update: 1
9742024-12-17T07:22:19.411Z Mediators to change: 2
9752024-12-17T07:22:19.411Z Services to change: 1
9762024-12-17T07:22:19.411Z Estimated space available: 155.38 GB
9772024-12-17T07:22:19.411ZEstimated space to be consumed: 1.61 GB
9782024-12-17T07:22:19.411Z Create boot environment: No
9792024-12-17T07:22:19.411ZCreate backup boot environment: Yes
9802024-12-17T07:22:19.411Z Rebuild boot archive: No
9812024-12-17T07:22:19.411Z
9822024-12-17T07:22:19.411ZChanged mediators:
9832024-12-17T07:22:19.411Z mediator clang:
9842024-12-17T07:22:19.412Z version: None -> 15 (system default)
9852024-12-17T07:22:19.412Z
9862024-12-17T07:22:19.412Z mediator llvm:
9872024-12-17T07:22:19.412Z version: 14 (system default) -> 15 (system default)
9882024-12-17T07:22:19.412Z
9892024-12-17T07:22:19.412ZChanged packages:
9902024-12-17T07:22:19.412Zhelios-dev
9912024-12-17T07:22:19.412Z developer/build-essential
9922024-12-17T07:22:19.412Z None -> 11-2.0
9932024-12-17T07:22:19.412Z library/libxmlsec1
9942024-12-17T07:22:19.412Z None -> 1.2.35-2.0
9952024-12-17T07:22:19.412Z ooce/developer/clang-15
9962024-12-17T07:22:19.412Z None -> 15.0.7-2.0
9972024-12-17T07:22:19.412Z ooce/developer/llvm-15
9982024-12-17T07:22:19.412Z None -> 15.0.7-2.0
9992024-12-17T07:22:19.412Z package/pkg
10002024-12-17T07:22:19.412Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-17T07:22:19.412Z
10022024-12-17T07:22:19.412ZServices:
10032024-12-17T07:22:19.412Z restart_fmri:
10042024-12-17T07:22:19.412Z svc:/system/update-man-index:default
10052024-12-17T07:22:19.412Z
10062024-12-17T07:22:19.412ZEditable files to change:
10072024-12-17T07:22:19.412Z Update:
10082024-12-17T07:22:19.412Z usr/share/lib/pkg/web/config.shtml
10092024-12-17T07:22:19.492Z
10102024-12-17T07:22:19.492ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-17T07:22:24.496ZDownload: 1121/4281 items 34.8/220.6MB 15% complete (7.0M/s)
10122024-12-17T07:22:29.518ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (12.6M/s)
10132024-12-17T07:22:34.521ZDownload: 3285/4281 items 211.0/220.6MB 95% complete (18.7M/s)
10142024-12-17T07:22:37.261ZDownload: Completed 220.60 MB in 17.77 seconds (12.4M/s)
10152024-12-17T07:22:39.357Z Actions: 1/5063 actions (Removing old actions)
10162024-12-17T07:22:39.380Z Actions: 194/5063 actions (Installing new actions)
10172024-12-17T07:22:44.094Z Actions: 4226/5063 actions (Updating modified actions)
10182024-12-17T07:22:44.426Z Actions: Completed 5063 actions in 5.06 seconds.
10192024-12-17T07:22:44.808Z Done (0.385s)
10202024-12-17T07:22:44.811Z Done (0.000s)
10212024-12-17T07:22:45.379Z Done (0.567s)
10222024-12-17T07:22:49.823Z Done (4.218s)
10232024-12-17T07:22:49.908Z Done (0.018s)
10242024-12-17T07:22:49.911Z Done (0.000s)
10252024-12-17T07:22:50.093Z Done (0.000s)
10262024-12-17T07:22:50.785ZPlanning: Evaluating mediator changes ... Done
10272024-12-17T07:22:50.943ZPlanning: Checking for conflicting actions ... Done
10282024-12-17T07:22:50.946ZPlanning: Consolidating action changes ... Done
10292024-12-17T07:22:51.212ZPlanning: Evaluating mediators ... Done
10302024-12-17T07:22:51.215ZPlanning: Planning completed in 0.43 seconds
10312024-12-17T07:22:51.254Z Mediators to change: 2
10322024-12-17T07:22:51.254Z Create boot environment: No
10332024-12-17T07:22:51.257ZCreate backup boot environment: No
10342024-12-17T07:22:51.335Z Done
10352024-12-17T07:22:51.335Z Done
10362024-12-17T07:22:51.687Z Done
10372024-12-17T07:22:55.333Z Done
10382024-12-17T07:22:55.419Z Done
10392024-12-17T07:22:55.421Z Done
10402024-12-17T07:22:55.550Z Done
10412024-12-17T07:22:56.164ZPlanning: Evaluating mediator changes ... Done
10422024-12-17T07:22:56.166ZPlanning: Merging actions ... Done
10432024-12-17T07:22:56.351ZPlanning: Checking for conflicting actions ... Done
10442024-12-17T07:22:56.354ZPlanning: Consolidating action changes ... Done
10452024-12-17T07:22:56.615ZPlanning: Evaluating mediators ... Done
10462024-12-17T07:22:56.671ZPlanning: Planning completed in 0.75 seconds
10472024-12-17T07:22:56.712Z Packages to change: 1
10482024-12-17T07:22:56.712Z Mediators to change: 1
10492024-12-17T07:22:56.712Z Services to change: 1
10502024-12-17T07:22:56.715Z Create boot environment: No
10512024-12-17T07:22:56.715ZCreate backup boot environment: Yes
10522024-12-17T07:22:59.009Z Actions: 1/6 actions (Updating modified actions)
10532024-12-17T07:22:59.017Z Actions: Completed 6 actions in 0.00 seconds.
10542024-12-17T07:22:59.017Z Done
10552024-12-17T07:22:59.017Z Done
10562024-12-17T07:22:59.125Z Done
10572024-12-17T07:23:02.701Z Done
10582024-12-17T07:23:02.788Z Done
10592024-12-17T07:23:02.791Z Done
10602024-12-17T07:23:02.934Z Done
10612024-12-17T07:23:03.371ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10622024-12-17T07:23:03.371Zclang system 15 system
10632024-12-17T07:23:03.371Zcsh system system illumos
10642024-12-17T07:23:03.371Zctags system system illumos
10652024-12-17T07:23:03.371Zgcc vendor 12 vendor
10662024-12-17T07:23:03.371Zgcc system 10 system
10672024-12-17T07:23:03.371Zgcc system 7 system
10682024-12-17T07:23:03.371Zgo system 1.20 system
10692024-12-17T07:23:03.371Zgo system 1.19 system
10702024-12-17T07:23:03.371Zllvm system 15 system
10712024-12-17T07:23:03.371Zllvm system 14 system
10722024-12-17T07:23:03.371Zmariadb system 10.6 system
10732024-12-17T07:23:03.371Zmta vendor vendor dma
10742024-12-17T07:23:03.371Zopenjdk system 17 system
10752024-12-17T07:23:03.371Zopenjdk system 11 system
10762024-12-17T07:23:03.371Zopenjdk system 1.8 system
10772024-12-17T07:23:03.371Zopenssl vendor 3 vendor
10782024-12-17T07:23:03.371Zperl system 5.36 system
10792024-12-17T07:23:03.371Zpostgresql system 15 system
10802024-12-17T07:23:03.371Zpostgresql system 13 system
10812024-12-17T07:23:03.371Zpython vendor 3 vendor
10822024-12-17T07:23:03.372Zpython system 2 system
10832024-12-17T07:23:03.372Zpython3 system 3.11 system
10842024-12-17T07:23:03.372Zruby system 3.0 system
10852024-12-17T07:23:03.372Zwords vendor vendor american-english
10862024-12-17T07:23:03.372Zwords system system australian-english
10872024-12-17T07:23:03.372Zwords system system british-english
10882024-12-17T07:23:03.372Zwords system system canadian-english
10892024-12-17T07:23:03.372Zwords system system french
10902024-12-17T07:23:03.372Zwords system system italian
10912024-12-17T07:23:03.372Zwords system system ngerman
10922024-12-17T07:23:03.372Zwords system system ogerman
10932024-12-17T07:23:03.372Zwords system system spanish
10942024-12-17T07:23:03.704ZPUBLISHER TYPE STATUS P LOCATION
10952024-12-17T07:23:03.704Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10962024-12-17T07:23:06.425ZFMRI IFO
10972024-12-17T07:23:06.425Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10982024-12-17T07:23:06.425Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10992024-12-17T07:23:06.425Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11002024-12-17T07:23:06.425Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11012024-12-17T07:23:06.425Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11022024-12-17T07:23:06.425Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11032024-12-17T07:23:06.425Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11042024-12-17T07:23:06.425Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11052024-12-17T07:23:06.425Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11062024-12-17T07:23:06.425Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11072024-12-17T07:23:06.425Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11082024-12-17T07:23:06.425Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11092024-12-17T07:23:06.425Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11102024-12-17T07:23:06.425Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11112024-12-17T07:23:06.425Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11122024-12-17T07:23:07.466Z Downloading crates ...
11132024-12-17T07:23:07.587Z Downloaded cargo_toml v0.20.5
11142024-12-17T07:23:07.724Z Compiling proc-macro2 v1.0.92
11152024-12-17T07:23:07.724Z Compiling unicode-ident v1.0.13
11162024-12-17T07:23:07.726Z Compiling version_check v0.9.5
11172024-12-17T07:23:07.726Z Compiling serde v1.0.215
11182024-12-17T07:23:07.726Z Compiling thiserror v1.0.69
11192024-12-17T07:23:07.726Z Compiling memchr v2.7.4
11202024-12-17T07:23:07.726Z Compiling libc v0.2.162
11212024-12-17T07:23:07.745Z Compiling ryu v1.0.18
11222024-12-17T07:23:07.976Z Compiling itoa v1.0.11
11232024-12-17T07:23:08.103Z Compiling ucd-trie v0.1.7
11242024-12-17T07:23:08.551Z Compiling once_cell v1.20.2
11252024-12-17T07:23:08.669Z Compiling byteorder v1.5.0
11262024-12-17T07:23:08.681Z Compiling serde_json v1.0.133
11272024-12-17T07:23:08.684Z Compiling rustix v0.38.37
11282024-12-17T07:23:08.949Z Compiling bitflags v2.6.0
11292024-12-17T07:23:09.129Z Compiling proc-macro-error-attr v1.0.4
11302024-12-17T07:23:09.328Z Compiling usdt-impl v0.5.0
11312024-12-17T07:23:09.340Z Compiling syn v1.0.109
11322024-12-17T07:23:09.376Z Compiling proc-macro-error v1.0.4
11332024-12-17T07:23:09.446Z Compiling plain v0.2.3
11342024-12-17T07:23:09.492Z Compiling quote v1.0.37
11352024-12-17T07:23:09.585Z Compiling log v0.4.22
11362024-12-17T07:23:09.632Z Compiling hashbrown v0.15.1
11372024-12-17T07:23:09.753Z Compiling camino v1.1.9
11382024-12-17T07:23:09.956Z Compiling syn v2.0.90
11392024-12-17T07:23:09.968Z Compiling errno v0.3.9
11402024-12-17T07:23:10.178Z Compiling equivalent v1.0.1
11412024-12-17T07:23:10.195Z Compiling utf8parse v0.2.2
11422024-12-17T07:23:10.343Z Compiling thread-id v4.2.2
11432024-12-17T07:23:10.411Z Compiling anstyle-parse v0.2.5
11442024-12-17T07:23:10.588Z Compiling pretty-hex v0.4.1
11452024-12-17T07:23:10.731Z Compiling is_terminal_polyfill v1.70.1
11462024-12-17T07:23:10.749Z Compiling anstyle-query v1.1.1
11472024-12-17T07:23:10.783Z Compiling indexmap v2.7.0
11482024-12-17T07:23:10.844Z Compiling colorchoice v1.0.2
11492024-12-17T07:23:10.873Z Compiling autocfg v1.4.0
11502024-12-17T07:23:10.884Z Compiling anstyle v1.0.10
11512024-12-17T07:23:11.001Z Compiling winnow v0.6.20
11522024-12-17T07:23:11.233Z Compiling unicode-width v0.1.14
11532024-12-17T07:23:11.342Z Compiling semver v1.0.23
11542024-12-17T07:23:11.763Z Compiling anstream v0.6.15
11552024-12-17T07:23:12.052Z Compiling fs-err v2.11.0
11562024-12-17T07:23:12.189Z Compiling fastrand v2.1.1
11572024-12-17T07:23:12.204Z Compiling heck v0.4.1
11582024-12-17T07:23:12.333Z Compiling terminal_size v0.4.0
11592024-12-17T07:23:12.524Z Compiling cfg-if v1.0.0
11602024-12-17T07:23:12.536Z Compiling anyhow v1.0.93
11612024-12-17T07:23:12.611Z Compiling clap_lex v0.7.2
11622024-12-17T07:23:12.743Z Compiling heck v0.5.0
11632024-12-17T07:23:13.120Z Compiling bytecount v0.6.8
11642024-12-17T07:23:13.149Z Compiling fnv v1.0.7
11652024-12-17T07:23:13.200Z Compiling strsim v0.11.1
11662024-12-17T07:23:13.271Z Compiling papergrid v0.11.0
11672024-12-17T07:23:13.331Z Compiling tempfile v3.13.0
11682024-12-17T07:23:13.650Z Compiling clap_builder v4.5.21
11692024-12-17T07:23:13.917Z Compiling memmap v0.7.0
11702024-12-17T07:23:14.114Z Compiling unicode-linebreak v0.1.5
11712024-12-17T07:23:14.211Z Compiling smawk v0.3.2
11722024-12-17T07:23:14.574Z Compiling textwrap v0.16.1
11732024-12-17T07:23:14.879Z Compiling swrite v0.1.0
11742024-12-17T07:23:15.978Z Compiling tabled_derive v0.7.0
11752024-12-17T07:23:17.544Z Compiling tabled v0.15.0
11762024-12-17T07:23:18.871Z Compiling serde_derive v1.0.215
11772024-12-17T07:23:18.874Z Compiling thiserror-impl v1.0.69
11782024-12-17T07:23:18.874Z Compiling zerocopy-derive v0.7.35
11792024-12-17T07:23:18.874Z Compiling scroll_derive v0.12.0
11802024-12-17T07:23:18.900Z Compiling clap_derive v4.5.18
11812024-12-17T07:23:20.135Z Compiling scroll v0.12.0
11822024-12-17T07:23:20.593Z Compiling goblin v0.8.2
11832024-12-17T07:23:20.757Z Compiling zerocopy v0.7.35
11842024-12-17T07:23:21.467Z Compiling pest v2.7.14
11852024-12-17T07:23:22.470Z Compiling clap v4.5.21
11862024-12-17T07:23:23.777Z Compiling pest_meta v2.7.14
11872024-12-17T07:23:24.605Z Compiling pest_generator v2.7.14
11882024-12-17T07:23:26.544Z Compiling pest_derive v2.7.14
11892024-12-17T07:23:27.259Z Compiling dtrace-parser v0.2.0
11902024-12-17T07:23:29.074Z Compiling serde_spanned v0.6.8
11912024-12-17T07:23:29.074Z Compiling toml_datetime v0.6.8
11922024-12-17T07:23:29.077Z Compiling cargo-platform v0.1.8
11932024-12-17T07:23:29.459Z Compiling serde_tokenstream v0.2.2
11942024-12-17T07:23:29.530Z Compiling toml_edit v0.22.22
11952024-12-17T07:23:29.641Z Compiling macaddr v1.0.1
11962024-12-17T07:23:29.713Z Compiling camino-tempfile v1.1.1
11972024-12-17T07:23:30.548Z Compiling dof v0.3.0
11982024-12-17T07:23:30.549Z Compiling cargo_metadata v0.18.1
11992024-12-17T07:23:32.337Z Compiling toml v0.8.19
12002024-12-17T07:23:32.459Z Compiling usdt-macro v0.5.0
12012024-12-17T07:23:32.463Z Compiling usdt-attr-macro v0.5.0
12022024-12-17T07:23:33.177Z Compiling cargo_toml v0.20.5
12032024-12-17T07:23:33.757Z Compiling usdt v0.5.0
12042024-12-17T07:23:36.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12052024-12-17T07:23:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s
12062024-12-17T07:23:40.863Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12072024-12-17T07:23:41.696Z Compiling serde v1.0.215
12082024-12-17T07:23:41.699Z Compiling lock_api v0.4.12
12092024-12-17T07:23:41.699Z Compiling scopeguard v1.2.0
12102024-12-17T07:23:41.699Z Compiling value-bag v1.9.0
12112024-12-17T07:23:41.699Z Compiling typenum v1.17.0
12122024-12-17T07:23:41.699Z Compiling generic-array v0.14.7
12132024-12-17T07:23:41.859Z Compiling syn v2.0.90
12142024-12-17T07:23:41.871Z Compiling getrandom v0.2.15
12152024-12-17T07:23:41.975Z Compiling subtle v2.6.1
12162024-12-17T07:23:42.085Z Compiling rand_core v0.6.4
12172024-12-17T07:23:42.327Z Compiling log v0.4.22
12182024-12-17T07:23:42.369Z Compiling shlex v1.3.0
12192024-12-17T07:23:42.389Z Compiling jobserver v0.1.32
12202024-12-17T07:23:42.412Z Compiling smallvec v1.13.2
12212024-12-17T07:23:42.570Z Compiling const-oid v0.9.6
12222024-12-17T07:23:42.769Z Compiling cc v1.1.30
12232024-12-17T07:23:42.793Z Compiling spin v0.9.8
12242024-12-17T07:23:42.817Z Compiling pin-project-lite v0.2.14
12252024-12-17T07:23:42.969Z Compiling rustix v0.38.37
12262024-12-17T07:23:43.203Z Compiling parking_lot_core v0.9.10
12272024-12-17T07:23:43.228Z Compiling futures-core v0.3.31
12282024-12-17T07:23:43.335Z Compiling signal-hook-registry v1.4.2
12292024-12-17T07:23:43.453Z Compiling mio v1.0.2
12302024-12-17T07:23:43.860Z Compiling aho-corasick v1.1.3
12312024-12-17T07:23:44.142Z Compiling parking_lot v0.12.3
12322024-12-17T07:23:44.315Z Compiling regex-syntax v0.8.5
12332024-12-17T07:23:44.448Z Compiling cpufeatures v0.2.14
12342024-12-17T07:23:44.476Z Compiling lazy_static v1.5.0
12352024-12-17T07:23:44.550Z Compiling either v1.13.0
12362024-12-17T07:23:44.599Z Compiling stable_deref_trait v1.2.0
12372024-12-17T07:23:44.652Z Compiling futures-sink v0.3.31
12382024-12-17T07:23:44.708Z Compiling glob v0.3.1
12392024-12-17T07:23:44.810Z Compiling socket2 v0.5.7
12402024-12-17T07:23:44.943Z Compiling slab v0.4.9
12412024-12-17T07:23:45.046Z Compiling prettyplease v0.2.25
12422024-12-17T07:23:45.354Z Compiling minimal-lexical v0.2.1
12432024-12-17T07:23:45.662Z Compiling libloading v0.8.5
12442024-12-17T07:23:45.707Z Compiling clang-sys v1.8.1
12452024-12-17T07:23:45.769Z Compiling nom v7.1.3
12462024-12-17T07:23:45.843Z Compiling bindgen v0.69.5
12472024-12-17T07:23:46.057Z Compiling home v0.5.9
12482024-12-17T07:23:46.321Z Compiling serde_json v1.0.133
12492024-12-17T07:23:46.620Z Compiling itertools v0.10.5
12502024-12-17T07:23:46.664Z Compiling futures-channel v0.3.31
12512024-12-17T07:23:47.066Z Compiling foldhash v0.1.3
12522024-12-17T07:23:47.090Z Compiling allocator-api2 v0.2.18
12532024-12-17T07:23:47.382Z Compiling futures-task v0.3.31
12542024-12-17T07:23:47.705Z Compiling futures-io v0.3.31
12552024-12-17T07:23:47.852Z Compiling regex-automata v0.4.8
12562024-12-17T07:23:48.042Z Compiling pin-utils v0.1.0
12572024-12-17T07:23:48.139Z Compiling lazycell v1.3.0
12582024-12-17T07:23:48.309Z Compiling rustc-hash v1.1.0
12592024-12-17T07:23:48.451Z Compiling hashbrown v0.15.1
12602024-12-17T07:23:49.366Z Compiling synstructure v0.13.1
12612024-12-17T07:23:49.466Z Compiling cexpr v0.6.0
12622024-12-17T07:23:49.792Z Compiling cmake v0.1.51
12632024-12-17T07:23:50.834Z Compiling tinyvec_macros v0.1.1
12642024-12-17T07:23:50.926Z Compiling libm v0.2.8
12652024-12-17T07:23:51.075Z Compiling pkg-config v0.3.31
12662024-12-17T07:23:51.150Z Compiling dunce v1.0.5
12672024-12-17T07:23:51.206Z Compiling fs_extra v1.3.0
12682024-12-17T07:23:51.269Z Compiling tinyvec v1.8.0
12692024-12-17T07:23:51.282Z Compiling num-traits v0.2.19
12702024-12-17T07:23:51.795Z Compiling ring v0.17.8
12712024-12-17T07:23:52.558Z Compiling writeable v0.5.5
12722024-12-17T07:23:52.594Z Compiling unicode-bidi v0.3.17
12732024-12-17T07:23:52.791Z Compiling unicode-normalization v0.1.24
12742024-12-17T07:23:52.958Z Compiling base64ct v1.6.0
12752024-12-17T07:23:53.150Z Compiling litemap v0.7.3
12762024-12-17T07:23:53.207Z Compiling paste v1.0.15
12772024-12-17T07:23:53.520Z Compiling regex v1.11.1
12782024-12-17T07:23:53.555Z Compiling pem-rfc7468 v0.7.0
12792024-12-17T07:23:54.038Z Compiling httparse v1.9.5
12802024-12-17T07:23:54.285Z Compiling aws-lc-rs v1.10.0
12812024-12-17T07:23:54.637Z Compiling flagset v0.4.6
12822024-12-17T07:23:54.812Z Compiling tracing-core v0.1.32
12832024-12-17T07:23:54.833Z Compiling percent-encoding v2.3.1
12842024-12-17T07:23:55.167Z Compiling icu_locid_transform_data v1.5.0
12852024-12-17T07:23:55.273Z Compiling crossbeam-utils v0.8.20
12862024-12-17T07:23:55.854Z Compiling rustls-pki-types v1.10.0
12872024-12-17T07:23:55.921Z Compiling vcpkg v0.2.15
12882024-12-17T07:23:56.104Z Compiling powerfmt v0.2.0
12892024-12-17T07:23:56.184Z Compiling serde_derive v1.0.215
12902024-12-17T07:23:56.488Z Compiling zeroize_derive v1.4.2
12912024-12-17T07:23:56.587Z Compiling zerocopy-derive v0.7.35
12922024-12-17T07:23:56.997Z Compiling tokio-macros v2.4.0
12932024-12-17T07:23:58.004Z Compiling zerofrom-derive v0.1.4
12942024-12-17T07:23:58.071Z Compiling zeroize v1.8.1
12952024-12-17T07:23:58.436Z Compiling yoke-derive v0.7.4
12962024-12-17T07:23:58.639Z Compiling thiserror-impl v1.0.69
12972024-12-17T07:23:58.877Z Compiling zerocopy v0.7.35
12982024-12-17T07:23:59.602Z Compiling zerovec-derive v0.10.3
12992024-12-17T07:23:59.699Z Compiling crypto-common v0.1.6
13002024-12-17T07:23:59.942Z Compiling block-buffer v0.10.4
13012024-12-17T07:24:00.218Z Compiling digest v0.10.7
13022024-12-17T07:24:00.593Z Compiling futures-macro v0.3.31
13032024-12-17T07:24:00.719Z Compiling hmac v0.12.1
13042024-12-17T07:24:00.722Z Compiling block-padding v0.3.3
13052024-12-17T07:24:00.969Z Compiling displaydoc v0.2.5
13062024-12-17T07:24:00.987Z Compiling inout v0.1.3
13072024-12-17T07:24:01.243Z Compiling cipher v0.4.4
13082024-12-17T07:24:01.496Z Compiling sha2 v0.10.8
13092024-12-17T07:24:01.783Z Compiling ppv-lite86 v0.2.20
13102024-12-17T07:24:02.010Z Compiling thiserror v1.0.69
13112024-12-17T07:24:02.130Z Compiling zerofrom v0.1.4
13122024-12-17T07:24:02.152Z Compiling icu_provider_macros v1.5.0
13132024-12-17T07:24:02.259Z Compiling der_derive v0.7.3
13142024-12-17T07:24:02.339Z Compiling yoke v0.7.4
13152024-12-17T07:24:02.508Z Compiling futures-util v0.3.31
13162024-12-17T07:24:02.638Z Compiling rand_chacha v0.3.1
13172024-12-17T07:24:02.681Z Compiling zerovec v0.10.4
13182024-12-17T07:24:02.703Z Compiling tracing-attributes v0.1.27
13192024-12-17T07:24:03.358Z Compiling rand v0.8.5
13202024-12-17T07:24:04.860Z Compiling tinystr v0.7.6
13212024-12-17T07:24:05.021Z Compiling der v0.7.9
13222024-12-17T07:24:05.024Z Compiling icu_collections v1.5.0
13232024-12-17T07:24:05.083Z Compiling pest v2.7.14
13242024-12-17T07:24:05.320Z Compiling icu_locid v1.5.0
13252024-12-17T07:24:05.463Z Compiling salsa20 v0.10.2
13262024-12-17T07:24:05.675Z Compiling pbkdf2 v0.12.2
13272024-12-17T07:24:05.852Z Compiling num-conv v0.1.0
13282024-12-17T07:24:06.136Z Compiling untrusted v0.7.1
13292024-12-17T07:24:06.307Z Compiling icu_properties_data v1.5.0
13302024-12-17T07:24:06.565Z Compiling icu_provider v1.5.0
13312024-12-17T07:24:06.567Z Compiling tracing v0.1.40
13322024-12-17T07:24:06.601Z Compiling time-core v0.1.2
13332024-12-17T07:24:06.775Z Compiling untrusted v0.9.0
13342024-12-17T07:24:06.946Z Compiling mirai-annotations v1.12.0
13352024-12-17T07:24:07.092Z Compiling spki v0.7.3
13362024-12-17T07:24:07.470Z Compiling icu_locid_transform v1.5.0
13372024-12-17T07:24:07.650Z Compiling pest_meta v2.7.14
13382024-12-17T07:24:07.806Z Compiling time-macros v0.2.18
13392024-12-17T07:24:08.054Z Compiling scrypt v0.11.0
13402024-12-17T07:24:08.386Z Compiling cbc v0.1.2
13412024-12-17T07:24:08.628Z Compiling aes v0.8.4
13422024-12-17T07:24:08.643Z Compiling openssl-sys v0.9.103
13432024-12-17T07:24:08.675Z Compiling deranged v0.3.11
13442024-12-17T07:24:09.741Z Compiling icu_properties v1.5.1
13452024-12-17T07:24:10.207Z Compiling bitflags v2.6.0
13462024-12-17T07:24:10.525Z Compiling bytes v1.8.0
13472024-12-17T07:24:10.864Z Compiling indexmap v2.7.0
13482024-12-17T07:24:11.164Z Compiling semver v1.0.23
13492024-12-17T07:24:11.441Z Compiling tokio v1.42.0
13502024-12-17T07:24:11.810Z Compiling http v1.1.0
13512024-12-17T07:24:11.930Z Compiling rustc_version v0.4.1
13522024-12-17T07:24:12.354Z Compiling scroll_derive v0.12.0
13532024-12-17T07:24:12.797Z Compiling atomic-waker v1.1.2
13542024-12-17T07:24:13.011Z Compiling icu_normalizer_data v1.5.0
13552024-12-17T07:24:13.113Z Compiling write16 v1.0.0
13562024-12-17T07:24:13.245Z Compiling utf16_iter v1.0.5
13572024-12-17T07:24:13.456Z Compiling num_threads v0.1.7
13582024-12-17T07:24:13.594Z Compiling utf8_iter v1.0.4
13592024-12-17T07:24:13.789Z Compiling icu_normalizer v1.5.0
13602024-12-17T07:24:13.836Z Compiling scroll v0.12.0
13612024-12-17T07:24:13.853Z Compiling time v0.3.36
13622024-12-17T07:24:14.097Z Compiling http-body v1.0.1
13632024-12-17T07:24:14.349Z Compiling pkcs5 v0.7.1
13642024-12-17T07:24:14.374Z Compiling pest_generator v2.7.14
13652024-12-17T07:24:14.400Z Compiling form_urlencoded v1.2.1
13662024-12-17T07:24:14.597Z Compiling which v4.4.2
13672024-12-17T07:24:14.727Z Compiling slog v2.7.0
13682024-12-17T07:24:15.234Z Compiling try-lock v0.2.5
13692024-12-17T07:24:15.382Z Compiling want v0.3.1
13702024-12-17T07:24:15.606Z Compiling pkcs8 v0.10.2
13712024-12-17T07:24:15.668Z Compiling goblin v0.8.2
13722024-12-17T07:24:15.825Z Compiling idna_adapter v1.2.0
13732024-12-17T07:24:16.008Z Compiling httpdate v1.0.3
13742024-12-17T07:24:16.039Z Compiling idna v1.0.3
13752024-12-17T07:24:16.402Z Compiling pest_derive v2.7.14
13762024-12-17T07:24:16.465Z Compiling serde_tokenstream v0.2.2
13772024-12-17T07:24:17.102Z Compiling serde_spanned v0.6.8
13782024-12-17T07:24:17.177Z Compiling toml_datetime v0.6.8
13792024-12-17T07:24:17.200Z Compiling dtrace-parser v0.2.0
13802024-12-17T07:24:17.341Z Compiling uuid v1.11.0
13812024-12-17T07:24:17.656Z Compiling foreign-types-shared v0.1.1
13822024-12-17T07:24:17.766Z Compiling tower-service v0.3.3
13832024-12-17T07:24:17.859Z Compiling openssl v0.10.66
13842024-12-17T07:24:17.915Z Compiling adler2 v2.0.0
13852024-12-17T07:24:18.134Z Compiling base64 v0.22.1
13862024-12-17T07:24:18.280Z Compiling rustversion v1.0.17
13872024-12-17T07:24:18.780Z Compiling match_cfg v0.1.0
13882024-12-17T07:24:18.878Z Compiling iana-time-zone v0.1.61
13892024-12-17T07:24:18.896Z Compiling hostname v0.3.1
13902024-12-17T07:24:19.058Z Compiling chrono v0.4.38
13912024-12-17T07:24:19.160Z Compiling miniz_oxide v0.8.0
13922024-12-17T07:24:19.180Z Compiling foreign-types v0.3.2
13932024-12-17T07:24:19.270Z Compiling url v2.5.3
13942024-12-17T07:24:19.432Z Compiling async-trait v0.1.83
13952024-12-17T07:24:20.654Z Compiling tokio-util v0.7.12
13962024-12-17T07:24:20.707Z Compiling openssl-macros v0.1.1
13972024-12-17T07:24:21.272Z Compiling dirs-sys-next v0.1.2
13982024-12-17T07:24:21.462Z Compiling dof v0.3.0
13992024-12-17T07:24:21.928Z Compiling h2 v0.4.6
14002024-12-17T07:24:22.056Z Compiling syn v1.0.109
14012024-12-17T07:24:22.233Z Compiling usdt-impl v0.5.0
14022024-12-17T07:24:22.689Z Compiling rustls v0.22.4
14032024-12-17T07:24:22.761Z Compiling data-encoding v2.6.0
14042024-12-17T07:24:22.976Z Compiling rustls v0.23.19
14052024-12-17T07:24:23.240Z Compiling native-tls v0.2.12
14062024-12-17T07:24:23.570Z Compiling siphasher v0.3.11
14072024-12-17T07:24:23.810Z Compiling dirs-next v2.0.0
14082024-12-17T07:24:23.996Z Compiling http-body-util v0.1.2
14092024-12-17T07:24:24.533Z Compiling crossbeam-epoch v0.9.18
14102024-12-17T07:24:25.185Z Compiling heapless v0.7.17
14112024-12-17T07:24:25.308Z Compiling signature v2.2.0
14122024-12-17T07:24:25.366Z Compiling sha1 v0.10.6
14132024-12-17T07:24:25.589Z Compiling bzip2-sys v0.1.11+1.0.8
14142024-12-17T07:24:25.616Z Compiling serde_derive_internals v0.29.1
14152024-12-17T07:24:25.796Z Compiling thread_local v1.1.8
14162024-12-17T07:24:26.091Z Compiling multer v3.1.0
14172024-12-17T07:24:26.170Z Compiling cookie v0.18.1
14182024-12-17T07:24:26.338Z Compiling encoding_rs v0.8.34
14192024-12-17T07:24:26.379Z Compiling slog-async v2.8.0
14202024-12-17T07:24:26.441Z Compiling schemars v0.8.21
14212024-12-17T07:24:26.767Z Compiling ipnet v2.10.1
14222024-12-17T07:24:26.921Z Compiling openssl-probe v0.1.5
14232024-12-17T07:24:27.078Z Compiling rayon-core v1.12.1
14242024-12-17T07:24:27.268Z Compiling unicode-properties v0.1.3
14252024-12-17T07:24:27.351Z Compiling gimli v0.31.1
14262024-12-17T07:24:27.683Z Compiling mime v0.3.17
14272024-12-17T07:24:28.014Z Compiling signal-hook v0.3.17
14282024-12-17T07:24:28.305Z Compiling stringprep v0.1.5
14292024-12-17T07:24:28.355Z Compiling toml_edit v0.22.22
14302024-12-17T07:24:28.442Z Compiling schemars_derive v0.8.21
14312024-12-17T07:24:29.559Z Compiling hyper v1.5.1
14322024-12-17T07:24:31.673Z Compiling usdt-macro v0.5.0
14332024-12-17T07:24:31.834Z Compiling addr2line v0.24.2
14342024-12-17T07:24:32.471Z Compiling hyper-util v0.1.10
14352024-12-17T07:24:32.471Z Compiling usdt-attr-macro v0.5.0
14362024-12-17T07:24:32.604Z Compiling crossbeam-deque v0.8.5
14372024-12-17T07:24:32.939Z Compiling term v0.7.0
14382024-12-17T07:24:33.683Z Compiling slog-json v2.6.1
14392024-12-17T07:24:33.968Z Compiling serde_urlencoded v0.7.1
14402024-12-17T07:24:34.045Z Compiling crossbeam-channel v0.5.13
14412024-12-17T07:24:34.064Z Compiling curve25519-dalek v4.1.3
14422024-12-17T07:24:34.414Z Compiling futures-executor v0.3.31
14432024-12-17T07:24:34.463Z Compiling md-5 v0.10.6
14442024-12-17T07:24:34.687Z Compiling rustls-pemfile v2.2.0
14452024-12-17T07:24:34.735Z Compiling enum-as-inner v0.6.1
14462024-12-17T07:24:34.977Z Compiling async-stream-impl v0.3.6
14472024-12-17T07:24:35.022Z Compiling num-integer v0.1.46
14482024-12-17T07:24:35.147Z Compiling idna v0.3.0
14492024-12-17T07:24:35.517Z Compiling idna v0.4.0
14502024-12-17T07:24:35.792Z Compiling hash32 v0.2.1
14512024-12-17T07:24:35.826Z Compiling ff v0.13.0
14522024-12-17T07:24:36.055Z Compiling is-terminal v0.4.13
14532024-12-17T07:24:36.169Z Compiling object v0.36.5
14542024-12-17T07:24:36.187Z Compiling dropshot v0.12.0
14552024-12-17T07:24:36.305Z Compiling dyn-clone v1.0.17
14562024-12-17T07:24:36.460Z Compiling base16ct v0.2.0
14572024-12-17T07:24:36.508Z Compiling utf-8 v0.7.6
14582024-12-17T07:24:36.628Z Compiling quick-error v1.2.3
14592024-12-17T07:24:36.776Z Compiling fallible-iterator v0.2.0
14602024-12-17T07:24:36.776Z Compiling rustc-demangle v0.1.24
14612024-12-17T07:24:36.820Z Compiling take_mut v0.2.2
14622024-12-17T07:24:36.843Z Compiling num-bigint-dig v0.8.4
14632024-12-17T07:24:36.980Z Compiling portable-atomic v1.9.0
14642024-12-17T07:24:37.132Z Compiling linked-hash-map v0.5.6
14652024-12-17T07:24:37.149Z Compiling smoltcp v0.9.1
14662024-12-17T07:24:37.490Z Compiling psl-types v2.0.11
14672024-12-17T07:24:37.506Z Compiling anyhow v1.0.93
14682024-12-17T07:24:37.698Z Compiling publicsuffix v2.2.3
14692024-12-17T07:24:37.744Z Compiling lru-cache v0.1.2
14702024-12-17T07:24:37.923Z Compiling postgres-protocol v0.6.7
14712024-12-17T07:24:37.997Z Compiling resolv-conf v0.7.0
14722024-12-17T07:24:38.130Z Compiling tungstenite v0.24.0
14732024-12-17T07:24:38.505Z Compiling sec1 v0.7.3
14742024-12-17T07:24:39.074Z Compiling hickory-proto v0.24.1
14752024-12-17T07:24:39.256Z Compiling async-stream v0.3.6
14762024-12-17T07:24:39.274Z Compiling slog-term v2.9.1
14772024-12-17T07:24:40.457Z Compiling usdt v0.5.0
14782024-12-17T07:24:40.565Z Compiling group v0.13.0
14792024-12-17T07:24:40.766Z Compiling num-iter v0.1.45
14802024-12-17T07:24:40.958Z Compiling futures v0.3.31
14812024-12-17T07:24:41.012Z Compiling slog-bunyan v2.5.0
14822024-12-17T07:24:42.261Z Compiling toml v0.8.19
14832024-12-17T07:24:42.351Z Compiling tokio-native-tls v0.3.1
14842024-12-17T07:24:42.617Z Compiling camino v1.1.9
14852024-12-17T07:24:42.866Z Compiling phf_shared v0.11.2
14862024-12-17T07:24:43.269Z Compiling dropshot_endpoint v0.12.0
14872024-12-17T07:24:43.578Z Compiling backtrace v0.3.74
14882024-12-17T07:24:43.671Z Compiling terminal_size v0.4.0
14892024-12-17T07:24:43.892Z Compiling waitgroup v0.1.2
14902024-12-17T07:24:44.016Z Compiling openapiv3 v2.0.0
14912024-12-17T07:24:44.112Z Compiling serde_path_to_error v0.1.16
14922024-12-17T07:24:44.210Z Compiling hkdf v0.12.4
14932024-12-17T07:24:44.473Z Compiling crypto-bigint v0.5.5
14942024-12-17T07:24:44.957Z Compiling webpki-roots v0.26.6
14952024-12-17T07:24:45.176Z Compiling zerocopy-derive v0.6.6
14962024-12-17T07:24:47.316Z Compiling curve25519-dalek-derive v0.1.1
14972024-12-17T07:24:47.470Z Compiling idna v0.5.0
14982024-12-17T07:24:47.515Z Compiling hubpack_derive v0.1.1
14992024-12-17T07:24:47.978Z Compiling hostname v0.4.0
15002024-12-17T07:24:48.235Z Compiling ahash v0.8.11
15012024-12-17T07:24:48.408Z Compiling fs-err v2.11.0
15022024-12-17T07:24:48.426Z Compiling crc32fast v1.4.2
15032024-12-17T07:24:48.569Z Compiling managed v0.8.0
15042024-12-17T07:24:48.684Z Compiling bitflags v1.3.2
15052024-12-17T07:24:48.751Z Compiling winnow v0.5.40
15062024-12-17T07:24:48.791Z Compiling debug-ignore v1.0.5
15072024-12-17T07:24:49.078Z Compiling flate2 v1.0.34
15082024-12-17T07:24:49.128Z Compiling console v0.15.8
15092024-12-17T07:24:49.612Z Compiling clap_builder v4.5.21
15102024-12-17T07:24:50.044Z Compiling strum_macros v0.25.3
15112024-12-17T07:24:50.768Z Compiling hubpack v0.1.2
15122024-12-17T07:24:50.806Z Compiling cookie_store v0.21.0
15132024-12-17T07:24:51.105Z Compiling elliptic-curve v0.13.8
15142024-12-17T07:24:51.233Z Compiling zerocopy v0.6.6
15152024-12-17T07:24:51.959Z Compiling hickory-resolver v0.24.1
15162024-12-17T07:24:52.456Z Compiling toml_edit v0.19.15
15172024-12-17T07:24:52.603Z Compiling phf v0.11.2
15182024-12-17T07:24:52.939Z Compiling signal-hook-mio v0.2.4
15192024-12-17T07:24:52.994Z Compiling hyper-tls v0.6.0
15202024-12-17T07:24:53.109Z Compiling rayon v1.10.0
15212024-12-17T07:24:53.425Z Compiling bzip2 v0.4.4
15222024-12-17T07:24:54.169Z Compiling tokio-tungstenite v0.24.0
15232024-12-17T07:24:54.714Z Compiling postgres-types v0.2.8
15242024-12-17T07:24:56.969Z Compiling ed25519 v2.2.3
15252024-12-17T07:24:57.615Z Compiling phf_shared v0.10.0
15262024-12-17T07:24:57.957Z Compiling tokio-stream v0.1.16
15272024-12-17T07:24:58.012Z Compiling pkcs1 v0.7.5
15282024-12-17T07:24:58.890Z Compiling serde-big-array v0.5.1
15292024-12-17T07:24:58.906Z Compiling rfc6979 v0.4.0
15302024-12-17T07:24:59.023Z Compiling serde_repr v0.1.19
15312024-12-17T07:24:59.075Z Compiling clap_derive v4.5.18
15322024-12-17T07:24:59.092Z Compiling derive-where v1.2.7
15332024-12-17T07:24:59.107Z Compiling float-cmp v0.9.0
15342024-12-17T07:24:59.124Z Compiling bstr v1.10.0
15352024-12-17T07:24:59.324Z Compiling sync_wrapper v1.0.1
15362024-12-17T07:24:59.471Z Compiling unicode-segmentation v1.12.0
15372024-12-17T07:25:00.216Z Compiling unicode-width v0.2.0
15382024-12-17T07:25:00.373Z Compiling normalize-line-endings v0.3.0
15392024-12-17T07:25:00.501Z Compiling predicates-core v1.0.8
15402024-12-17T07:25:00.594Z Compiling difflib v0.4.0
15412024-12-17T07:25:00.742Z Compiling precomputed-hash v0.1.1
15422024-12-17T07:25:00.864Z Compiling number_prefix v0.4.0
15432024-12-17T07:25:00.881Z Compiling whoami v1.5.2
15442024-12-17T07:25:00.986Z Compiling static_assertions v1.1.0
15452024-12-17T07:25:01.080Z Compiling fixedbitset v0.4.2
15462024-12-17T07:25:01.097Z Compiling new_debug_unreachable v1.0.6
15472024-12-17T07:25:01.189Z Compiling bit-vec v0.6.3
15482024-12-17T07:25:01.527Z Compiling bit-set v0.5.3
15492024-12-17T07:25:01.553Z Compiling petgraph v0.6.5
15502024-12-17T07:25:01.659Z Compiling tokio-postgres v0.7.12
15512024-12-17T07:25:01.815Z Compiling string_cache v0.8.7
15522024-12-17T07:25:02.257Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532024-12-17T07:25:02.288Z Compiling indicatif v0.17.9
15542024-12-17T07:25:02.657Z Compiling predicates v3.1.2
15552024-12-17T07:25:04.202Z Compiling clap v4.5.21
15562024-12-17T07:25:04.331Z Compiling similar v2.6.0
15572024-12-17T07:25:04.532Z Compiling ecdsa v0.16.9
15582024-12-17T07:25:04.571Z Compiling rsa v0.9.6
15592024-12-17T07:25:05.404Z Compiling ed25519-dalek v2.1.1
15602024-12-17T07:25:05.665Z Compiling toml v0.7.8
15612024-12-17T07:25:06.719Z Compiling zip v0.6.6
15622024-12-17T07:25:06.831Z Compiling crossterm v0.28.1
15632024-12-17T07:25:08.102Z Compiling hex v0.4.3
15642024-12-17T07:25:08.197Z Compiling x509-cert v0.2.5
15652024-12-17T07:25:08.256Z Compiling lalrpop-util v0.19.12
15662024-12-17T07:25:08.278Z Compiling peg-runtime v0.8.3
15672024-12-17T07:25:08.598Z Compiling unicode-xid v0.2.6
15682024-12-17T07:25:08.713Z Compiling strum_macros v0.26.4
15692024-12-17T07:25:08.782Z Compiling xattr v1.3.1
15702024-12-17T07:25:08.939Z Compiling filetime v0.2.25
15712024-12-17T07:25:09.244Z Compiling tar v0.4.42
15722024-12-17T07:25:13.604Z Compiling strum v0.26.3
15732024-12-17T07:25:17.004Z Compiling aws-lc-sys v0.22.0
15742024-12-17T07:25:45.049Z Compiling rustls-webpki v0.102.8
15752024-12-17T07:25:48.399Z Compiling tokio-rustls v0.25.0
15762024-12-17T07:25:50.064Z Compiling tokio-rustls v0.26.0
15772024-12-17T07:25:50.468Z Compiling hyper-rustls v0.27.3
15782024-12-17T07:25:50.754Z Compiling reqwest v0.12.9
15792024-12-17T07:25:51.849Z Compiling qorb v0.2.1
15802024-12-17T07:25:56.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812024-12-17T07:25:57.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822024-12-17T07:26:02.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
15832024-12-17T07:26:02.974Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842024-12-17T07:26:03.019ZDec 17 07:26:01.456 INFO Starting download, target: Clickhouse
15852024-12-17T07:26:03.019ZDec 17 07:26:01.457 INFO Starting download, target: Cockroach
15862024-12-17T07:26:03.019ZDec 17 07:26:01.457 INFO Starting download, target: Console
15872024-12-17T07:26:03.019ZDec 17 07:26:01.457 INFO Starting download, target: DendriteOpenapi
15882024-12-17T07:26:03.019ZDec 17 07:26:01.457 INFO Starting download, target: DendriteStub
15892024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Starting download, target: MaghemiteMgd
15902024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Starting download, target: TransceiverControl
15912024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15922024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15932024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15972024-12-17T07:26:03.022ZDec 17 07:26:01.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15982024-12-17T07:26:03.297ZDec 17 07:26:01.681 INFO Download complete, target: DendriteOpenapi
15992024-12-17T07:26:03.398ZDec 17 07:26:01.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002024-12-17T07:26:03.685ZDec 17 07:26:02.117 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-17T07:26:04.032ZDec 17 07:26:02.424 INFO Download complete, target: Console
16022024-12-17T07:26:04.090ZDec 17 07:26:02.445 INFO Download complete, target: TransceiverControl
16032024-12-17T07:26:04.196ZDec 17 07:26:02.587 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16042024-12-17T07:26:04.291ZDec 17 07:26:02.717 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052024-12-17T07:26:05.269ZDec 17 07:26:03.704 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16062024-12-17T07:26:05.349ZDec 17 07:26:03.784 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-17T07:26:05.349ZDec 17 07:26:03.784 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-17T07:26:06.868ZDec 17 07:26:05.305 INFO Download complete, target: DendriteStub
16092024-12-17T07:26:07.063ZDec 17 07:26:05.499 INFO Download complete, target: MaghemiteMgd
16102024-12-17T07:26:12.448ZDec 17 07:26:10.884 INFO Checking that binary works, target: Cockroach
16112024-12-17T07:26:12.669ZDec 17 07:26:11.104 INFO Download complete, target: Cockroach
16122024-12-17T07:26:17.357ZDec 17 07:26:15.791 INFO Checking that binary works, target: Clickhouse
16132024-12-17T07:26:17.477ZDec 17 07:26:15.911 INFO Download complete, target: Clickhouse
16142024-12-17T07:26:17.484ZAll prerequisites installed successfully
16152024-12-17T07:26:17.486Z
16162024-12-17T07:26:17.486Zreal 4:25.953410361
16172024-12-17T07:26:17.486Zuser 16:19.329172483
16182024-12-17T07:26:17.486Zsys 3:07.616779688
16192024-12-17T07:26:17.487Ztrap 0.505717270
16202024-12-17T07:26:17.487Ztflt 1.679739029
16212024-12-17T07:26:17.487Zdflt 2.176333239
16222024-12-17T07:26:17.487Zkflt 0.027720299
16232024-12-17T07:26:17.487Zlock 32:38.201093459
16242024-12-17T07:26:17.487Zslp 1:00:30.709456310
16252024-12-17T07:26:17.487Zlat 53.755886292
16262024-12-17T07:26:17.487Zstop 2:01.566507367
16272024-12-17T07:26:17.487Z+ source ./tools/include/force-git-over-https.sh
16282024-12-17T07:26:17.487Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16292024-12-17T07:26:17.487Z++ (( i = 0 ))
16302024-12-17T07:26:17.487Z++ (( i < 5 ))
16312024-12-17T07:26:17.487Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16322024-12-17T07:26:17.489Z++ (( i++ ))
16332024-12-17T07:26:17.489Z++ (( i < 5 ))
16342024-12-17T07:26:17.491Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16352024-12-17T07:26:17.493Z++ (( i++ ))
16362024-12-17T07:26:17.493Z++ (( i < 5 ))
16372024-12-17T07:26:17.493Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16382024-12-17T07:26:17.496Z++ (( i++ ))
16392024-12-17T07:26:17.496Z++ (( i < 5 ))
16402024-12-17T07:26:17.496Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16412024-12-17T07:26:17.498Z++ (( i++ ))
16422024-12-17T07:26:17.498Z++ (( i < 5 ))
16432024-12-17T07:26:17.498Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16442024-12-17T07:26:17.501Z++ (( i++ ))
16452024-12-17T07:26:17.501Z++ (( i < 5 ))
16462024-12-17T07:26:17.501Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16472024-12-17T07:26:17.501Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-17T07:26:17.503Z+ rc=0
16492024-12-17T07:26:17.503Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16502024-12-17T07:26:48.043Z+ case $rc in
16512024-12-17T07:26:48.043Z+ pfexec zfs create -p rpool/images/build/host
16522024-12-17T07:26:48.260Z+ pfexec zfs create -p rpool/images/build/recovery
16532024-12-17T07:26:48.342Z+ cargo xtask releng --output-dir /work
16542024-12-17T07:26:48.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16552024-12-17T07:26:48.879Z Running `target/debug/xtask releng --output-dir /work`
16562024-12-17T07:26:49.765Z Compiling proc-macro2 v1.0.92
16572024-12-17T07:26:49.765Z Compiling unicode-ident v1.0.13
16582024-12-17T07:26:49.768Z Compiling libc v0.2.162
16592024-12-17T07:26:49.768Z Compiling serde v1.0.215
16602024-12-17T07:26:49.768Z Compiling autocfg v1.4.0
16612024-12-17T07:26:49.768Z Compiling version_check v0.9.5
16622024-12-17T07:26:49.768Z Compiling cfg-if v1.0.0
16632024-12-17T07:26:50.022Z Compiling memchr v2.7.4
16642024-12-17T07:26:50.089Z Compiling typenum v1.17.0
16652024-12-17T07:26:50.114Z Compiling shlex v1.3.0
16662024-12-17T07:26:50.623Z Compiling generic-array v0.14.7
16672024-12-17T07:26:50.653Z Compiling value-bag v1.9.0
16682024-12-17T07:26:50.771Z Compiling lock_api v0.4.12
16692024-12-17T07:26:50.911Z Compiling scopeguard v1.2.0
16702024-12-17T07:26:50.981Z Compiling rustix v0.38.37
16712024-12-17T07:26:51.160Z Compiling log v0.4.22
16722024-12-17T07:26:51.467Z Compiling parking_lot_core v0.9.10
16732024-12-17T07:26:51.679Z Compiling serde_json v1.0.133
16742024-12-17T07:26:51.767Z Compiling quote v1.0.37
16752024-12-17T07:26:51.916Z Compiling jobserver v0.1.32
16762024-12-17T07:26:51.968Z Compiling getrandom v0.2.15
16772024-12-17T07:26:52.151Z Compiling libm v0.2.8
16782024-12-17T07:26:52.261Z Compiling syn v2.0.90
16792024-12-17T07:26:52.360Z Compiling cc v1.1.30
16802024-12-17T07:26:52.390Z Compiling num-traits v0.2.19
16812024-12-17T07:26:52.411Z Compiling once_cell v1.20.2
16822024-12-17T07:26:52.471Z Compiling thiserror v1.0.69
16832024-12-17T07:26:52.617Z Compiling spin v0.9.8
16842024-12-17T07:26:52.666Z Compiling itoa v1.0.11
16852024-12-17T07:26:52.686Z Compiling aho-corasick v1.1.3
16862024-12-17T07:26:52.905Z Compiling regex-syntax v0.8.5
16872024-12-17T07:26:52.979Z Compiling slab v0.4.9
16882024-12-17T07:26:53.008Z Compiling errno v0.3.9
16892024-12-17T07:26:53.528Z Compiling byteorder v1.5.0
16902024-12-17T07:26:53.971Z Compiling lazy_static v1.5.0
16912024-12-17T07:26:54.035Z Compiling rand_core v0.6.4
16922024-12-17T07:26:54.345Z Compiling either v1.13.0
16932024-12-17T07:26:54.385Z Compiling glob v0.3.1
16942024-12-17T07:26:54.655Z Compiling subtle v2.6.1
16952024-12-17T07:26:54.822Z Compiling prettyplease v0.2.25
16962024-12-17T07:26:55.122Z Compiling minimal-lexical v0.2.1
16972024-12-17T07:26:55.198Z Compiling clang-sys v1.8.1
16982024-12-17T07:26:55.343Z Compiling libloading v0.8.5
16992024-12-17T07:26:55.582Z Compiling nom v7.1.3
17002024-12-17T07:26:55.855Z Compiling home v0.5.9
17012024-12-17T07:26:55.937Z Compiling bindgen v0.69.5
17022024-12-17T07:26:56.241Z Compiling itertools v0.10.5
17032024-12-17T07:26:56.640Z Compiling rustc-hash v1.1.0
17042024-12-17T07:26:56.794Z Compiling regex-automata v0.4.8
17052024-12-17T07:26:57.005Z Compiling lazycell v1.3.0
17062024-12-17T07:26:57.780Z Compiling cmake v0.1.51
17072024-12-17T07:26:58.831Z Compiling semver v1.0.23
17082024-12-17T07:26:59.014Z Compiling fs_extra v1.3.0
17092024-12-17T07:26:59.142Z Compiling cexpr v0.6.0
17102024-12-17T07:26:59.238Z Compiling pkg-config v0.3.31
17112024-12-17T07:26:59.335Z Compiling dunce v1.0.5
17122024-12-17T07:26:59.359Z Compiling smallvec v1.13.2
17132024-12-17T07:26:59.477Z Compiling ring v0.17.8
17142024-12-17T07:26:59.843Z Compiling ryu v1.0.18
17152024-12-17T07:26:59.933Z Compiling paste v1.0.15
17162024-12-17T07:27:00.176Z Compiling synstructure v0.13.1
17172024-12-17T07:27:00.623Z Compiling httparse v1.9.5
17182024-12-17T07:27:00.674Z Compiling const-oid v0.9.6
17192024-12-17T07:27:00.750Z Compiling aws-lc-rs v1.10.0
17202024-12-17T07:27:01.852Z Compiling heck v0.5.0
17212024-12-17T07:27:01.908Z Compiling pin-project-lite v0.2.14
17222024-12-17T07:27:02.097Z Compiling allocator-api2 v0.2.18
17232024-12-17T07:27:02.742Z Compiling regex v1.11.1
17242024-12-17T07:27:02.823Z Compiling futures-core v0.3.31
17252024-12-17T07:27:03.191Z Compiling signal-hook-registry v1.4.2
17262024-12-17T07:27:03.310Z Compiling crossbeam-utils v0.8.20
17272024-12-17T07:27:03.879Z Compiling num-conv v0.1.0
17282024-12-17T07:27:03.923Z Compiling time-core v0.1.2
17292024-12-17T07:27:04.306Z Compiling time-macros v0.2.18
17302024-12-17T07:27:04.668Z Compiling parking_lot v0.12.3
17312024-12-17T07:27:04.806Z Compiling mio v1.0.2
17322024-12-17T07:27:04.981Z Compiling vcpkg v0.2.15
17332024-12-17T07:27:05.496Z Compiling schemars v0.8.21
17342024-12-17T07:27:05.830Z Compiling serde_derive v1.0.215
17352024-12-17T07:27:05.897Z Compiling zeroize_derive v1.4.2
17362024-12-17T07:27:06.595Z Compiling zerocopy-derive v0.7.35
17372024-12-17T07:27:06.737Z Compiling tokio-macros v2.4.0
17382024-12-17T07:27:06.839Z Compiling thiserror-impl v1.0.69
17392024-12-17T07:27:07.196Z Compiling zerofrom-derive v0.1.4
17402024-12-17T07:27:07.389Z Compiling zeroize v1.8.1
17412024-12-17T07:27:07.915Z Compiling yoke-derive v0.7.4
17422024-12-17T07:27:07.998Z Compiling futures-macro v0.3.31
17432024-12-17T07:27:08.440Z Compiling zerovec-derive v0.10.3
17442024-12-17T07:27:08.804Z Compiling displaydoc v0.2.5
17452024-12-17T07:27:10.090Z Compiling zerocopy v0.7.35
17462024-12-17T07:27:10.349Z Compiling crypto-common v0.1.6
17472024-12-17T07:27:10.474Z Compiling icu_provider_macros v1.5.0
17482024-12-17T07:27:10.577Z Compiling tracing-attributes v0.1.27
17492024-12-17T07:27:10.765Z Compiling block-buffer v0.10.4
17502024-12-17T07:27:11.044Z Compiling digest v0.10.7
17512024-12-17T07:27:11.047Z Compiling der_derive v0.7.3
17522024-12-17T07:27:11.485Z Compiling openssl-sys v0.9.103
17532024-12-17T07:27:11.815Z Compiling fnv v1.0.7
17542024-12-17T07:27:12.622Z Compiling serde_derive_internals v0.29.1
17552024-12-17T07:27:13.215Z Compiling socket2 v0.5.7
17562024-12-17T07:27:13.438Z Compiling ahash v0.8.11
17572024-12-17T07:27:15.072Z Compiling schemars_derive v0.8.21
17582024-12-17T07:27:15.097Z Compiling futures-sink v0.3.31
17592024-12-17T07:27:15.355Z Compiling foldhash v0.1.3
17602024-12-17T07:27:15.412Z Compiling equivalent v1.0.1
17612024-12-17T07:27:15.618Z Compiling cpufeatures v0.2.14
17622024-12-17T07:27:15.704Z Compiling hashbrown v0.15.1
17632024-12-17T07:27:15.750Z Compiling stable_deref_trait v1.2.0
17642024-12-17T07:27:16.164Z Compiling slog v2.7.0
17652024-12-17T07:27:17.208Z Compiling futures-channel v0.3.31
17662024-12-17T07:27:17.413Z Compiling zerofrom v0.1.4
17672024-12-17T07:27:17.549Z Compiling scroll_derive v0.12.0
17682024-12-17T07:27:17.696Z Compiling ucd-trie v0.1.7
17692024-12-17T07:27:17.708Z Compiling pin-utils v0.1.0
17702024-12-17T07:27:17.754Z Compiling futures-task v0.3.31
17712024-12-17T07:27:17.894Z Compiling futures-io v0.3.31
17722024-12-17T07:27:17.955Z Compiling openssl v0.10.66
17732024-12-17T07:27:18.137Z Compiling futures-util v0.3.31
17742024-12-17T07:27:18.221Z Compiling pest v2.7.14
17752024-12-17T07:27:18.297Z Compiling yoke v0.7.4
17762024-12-17T07:27:18.751Z Compiling hmac v0.12.1
17772024-12-17T07:27:18.895Z Compiling tinyvec_macros v0.1.1
17782024-12-17T07:27:19.140Z Compiling tinyvec v1.8.0
17792024-12-17T07:27:19.169Z Compiling zerovec v0.10.4
17802024-12-17T07:27:20.217Z Compiling bitflags v2.6.0
17812024-12-17T07:27:20.877Z Compiling bytes v1.8.0
17822024-12-17T07:27:22.358Z Compiling tokio v1.42.0
17832024-12-17T07:27:23.120Z Compiling serde_tokenstream v0.2.2
17842024-12-17T07:27:23.192Z Compiling indexmap v2.7.0
17852024-12-17T07:27:24.859Z Compiling which v4.4.2
17862024-12-17T07:27:25.829Z Compiling http v1.1.0
17872024-12-17T07:27:26.224Z Compiling rustc_version v0.4.1
17882024-12-17T07:27:26.920Z Compiling pest_meta v2.7.14
17892024-12-17T07:27:26.953Z Compiling uuid v1.11.0
17902024-12-17T07:27:27.829Z Compiling block-padding v0.3.3
17912024-12-17T07:27:28.100Z Compiling openssl-macros v0.1.1
17922024-12-17T07:27:28.501Z Compiling rustls v0.23.19
17932024-12-17T07:27:28.909Z Compiling native-tls v0.2.12
17942024-12-17T07:27:29.061Z Compiling iana-time-zone v0.1.61
17952024-12-17T07:27:29.480Z Compiling chrono v0.4.38
17962024-12-17T07:27:29.518Z Compiling pest_generator v2.7.14
17972024-12-17T07:27:31.381Z Compiling inout v0.1.3
17982024-12-17T07:27:31.502Z Compiling unicode-normalization v0.1.24
17992024-12-17T07:27:31.549Z Compiling pest_derive v2.7.14
18002024-12-17T07:27:31.676Z Compiling cipher v0.4.4
18012024-12-17T07:27:32.223Z Compiling tinystr v0.7.6
18022024-12-17T07:27:32.716Z Compiling sha2 v0.10.8
18032024-12-17T07:27:32.869Z Compiling async-trait v0.1.83
18042024-12-17T07:27:33.142Z Compiling cookie v0.18.1
18052024-12-17T07:27:33.184Z Compiling usdt-impl v0.5.0
18062024-12-17T07:27:33.507Z Compiling base64ct v1.6.0
18072024-12-17T07:27:33.663Z Compiling litemap v0.7.3
18082024-12-17T07:27:34.149Z Compiling writeable v0.5.5
18092024-12-17T07:27:34.707Z Compiling unicode-bidi v0.3.17
18102024-12-17T07:27:35.383Z Compiling icu_locid v1.5.0
18112024-12-17T07:27:36.461Z Compiling pem-rfc7468 v0.7.0
18122024-12-17T07:27:37.789Z Compiling scroll v0.12.0
18132024-12-17T07:27:37.954Z Compiling ppv-lite86 v0.2.20
18142024-12-17T07:27:38.893Z Compiling tracing-core v0.1.32
18152024-12-17T07:27:39.327Z Compiling dyn-clone v1.0.17
18162024-12-17T07:27:39.529Z Compiling untrusted v0.7.1
18172024-12-17T07:27:39.728Z Compiling rustls-pki-types v1.10.0
18182024-12-17T07:27:40.104Z Compiling aws-lc-sys v0.22.0
18192024-12-17T07:27:41.110Z Compiling camino v1.1.9
18202024-12-17T07:27:41.633Z Compiling flagset v0.4.6
18212024-12-17T07:27:41.757Z Compiling percent-encoding v2.3.1
18222024-12-17T07:27:41.852Z Compiling plain v0.2.3
18232024-12-17T07:27:42.017Z Compiling syn v1.0.109
18242024-12-17T07:27:42.216Z Compiling goblin v0.8.2
18252024-12-17T07:27:42.720Z Compiling der v0.7.9
18262024-12-17T07:27:44.543Z Compiling tracing v0.1.40
18272024-12-17T07:27:46.145Z Compiling rand_chacha v0.3.1
18282024-12-17T07:27:47.123Z Compiling icu_provider v1.5.0
18292024-12-17T07:27:47.664Z Compiling tokio-util v0.7.12
18302024-12-17T07:27:49.648Z Compiling rustls v0.22.4
18312024-12-17T07:27:49.803Z Compiling mirai-annotations v1.12.0
18322024-12-17T07:27:49.988Z Compiling untrusted v0.9.0
18332024-12-17T07:27:50.028Z Compiling powerfmt v0.2.0
18342024-12-17T07:27:50.286Z Compiling icu_locid_transform_data v1.5.0
18352024-12-17T07:27:50.410Z Compiling pretty-hex v0.4.1
18362024-12-17T07:27:50.605Z Compiling rayon-core v1.12.1
18372024-12-17T07:27:50.692Z Compiling dof v0.3.0
18382024-12-17T07:27:50.902Z Compiling icu_locid_transform v1.5.0
18392024-12-17T07:27:51.603Z Compiling deranged v0.3.11
18402024-12-17T07:27:53.240Z Compiling rand v0.8.5
18412024-12-17T07:27:53.337Z Compiling spki v0.7.3
18422024-12-17T07:27:53.948Z Compiling dtrace-parser v0.2.0
18432024-12-17T07:27:55.060Z Compiling salsa20 v0.10.2
18442024-12-17T07:27:55.398Z Compiling icu_collections v1.5.0
18452024-12-17T07:27:55.846Z Compiling pbkdf2 v0.12.2
18462024-12-17T07:27:57.121Z Compiling bzip2-sys v0.1.11+1.0.8
18472024-12-17T07:27:57.865Z Compiling thread-id v4.2.2
18482024-12-17T07:27:57.953Z Compiling atomic-waker v1.1.2
18492024-12-17T07:27:58.196Z Compiling num_threads v0.1.7
18502024-12-17T07:27:58.378Z Compiling icu_properties_data v1.5.0
18512024-12-17T07:27:59.219Z Compiling icu_properties v1.5.1
18522024-12-17T07:27:59.268Z Compiling time v0.3.36
18532024-12-17T07:28:04.691Z Compiling scrypt v0.11.0
18542024-12-17T07:28:05.329Z Compiling form_urlencoded v1.2.1
18552024-12-17T07:28:05.457Z Compiling cbc v0.1.2
18562024-12-17T07:28:05.736Z Compiling aes v0.8.4
18572024-12-17T07:28:05.892Z Compiling http-body v1.0.1
18582024-12-17T07:28:06.277Z Compiling multer v3.1.0
18592024-12-17T07:28:06.327Z Compiling icu_normalizer_data v1.5.0
18602024-12-17T07:28:06.485Z Compiling utf8_iter v1.0.4
18612024-12-17T07:28:06.815Z Compiling utf16_iter v1.0.5
18622024-12-17T07:28:06.974Z Compiling slog-async v2.8.0
18632024-12-17T07:28:07.118Z Compiling write16 v1.0.0
18642024-12-17T07:28:07.345Z Compiling try-lock v0.2.5
18652024-12-17T07:28:07.445Z Compiling icu_normalizer v1.5.0
18662024-12-17T07:28:07.511Z Compiling want v0.3.1
18672024-12-17T07:28:07.643Z Compiling pkcs5 v0.7.1
18682024-12-17T07:28:11.681Z Compiling h2 v0.4.6
18692024-12-17T07:28:12.909Z Compiling heapless v0.7.17
18702024-12-17T07:28:13.164Z Compiling zerocopy-derive v0.6.6
18712024-12-17T07:28:13.421Z Compiling num-bigint-dig v0.8.4
18722024-12-17T07:28:13.762Z Compiling base64 v0.22.1
18732024-12-17T07:28:13.782Z Compiling signal-hook v0.3.17
18742024-12-17T07:28:14.607Z Compiling httpdate v1.0.3
18752024-12-17T07:28:14.959Z Compiling anyhow v1.0.93
18762024-12-17T07:28:16.478Z Compiling idna_adapter v1.2.0
18772024-12-17T07:28:16.978Z Compiling pkcs8 v0.10.2
18782024-12-17T07:28:17.783Z Compiling usdt-macro v0.5.0
18792024-12-17T07:28:17.882Z Compiling usdt-attr-macro v0.5.0
18802024-12-17T07:28:19.681Z Compiling async-stream-impl v0.3.6
18812024-12-17T07:28:19.702Z Compiling rustversion v1.0.17
18822024-12-17T07:28:20.389Z Compiling hyper v1.5.1
18832024-12-17T07:28:20.964Z Compiling tower-service v0.3.3
18842024-12-17T07:28:20.985Z Compiling strsim v0.11.1
18852024-12-17T07:28:22.602Z Compiling idna v1.0.3
18862024-12-17T07:28:24.617Z Compiling hyper-util v0.1.10
18872024-12-17T07:28:30.676Z Compiling curve25519-dalek v4.1.3
18882024-12-17T07:28:31.061Z Compiling openapiv3 v2.0.0
18892024-12-17T07:28:31.154Z Compiling toml_datetime v0.6.8
18902024-12-17T07:28:31.580Z Compiling serde_spanned v0.6.8
18912024-12-17T07:28:31.731Z Compiling enum-as-inner v0.6.1
18922024-12-17T07:28:31.906Z Compiling dropshot v0.12.0
18932024-12-17T07:28:32.174Z Compiling foreign-types-shared v0.1.1
18942024-12-17T07:28:32.269Z Compiling portable-atomic v1.9.0
18952024-12-17T07:28:32.325Z Compiling match_cfg v0.1.0
18962024-12-17T07:28:32.664Z Compiling adler2 v2.0.0
18972024-12-17T07:28:32.886Z Compiling heck v0.4.1
18982024-12-17T07:28:32.940Z Compiling smoltcp v0.9.1
18992024-12-17T07:28:33.407Z Compiling foreign-types v0.3.2
19002024-12-17T07:28:33.467Z Compiling miniz_oxide v0.8.0
19012024-12-17T07:28:33.540Z Compiling hostname v0.3.1
19022024-12-17T07:28:35.808Z Compiling url v2.5.3
19032024-12-17T07:28:42.551Z Compiling http-body-util v0.1.2
19042024-12-17T07:28:43.125Z Compiling clap_derive v4.5.18
19052024-12-17T07:28:43.219Z Compiling dirs-sys-next v0.1.2
19062024-12-17T07:28:43.805Z Compiling encoding_rs v0.8.34
19072024-12-17T07:28:47.918Z Compiling mime v0.3.17
19082024-12-17T07:28:48.566Z Compiling siphasher v0.3.11
19092024-12-17T07:28:49.194Z Compiling data-encoding v2.6.0
19102024-12-17T07:28:51.104Z Compiling dirs-next v2.0.0
19112024-12-17T07:28:55.293Z Compiling hubpack_derive v0.1.1
19122024-12-17T07:28:55.732Z Compiling serde_urlencoded v0.7.1
19132024-12-17T07:28:56.117Z Compiling crossbeam-epoch v0.9.18
19142024-12-17T07:28:56.359Z Compiling hashbrown v0.14.5
19152024-12-17T07:28:56.831Z Compiling rustls-pemfile v2.2.0
19162024-12-17T07:28:57.287Z Compiling rustls-webpki v0.102.8
19172024-12-17T07:28:57.728Z Compiling dropshot_endpoint v0.12.0
19182024-12-17T07:28:59.197Z Compiling sha1 v0.10.6
19192024-12-17T07:28:59.241Z Compiling signature v2.2.0
19202024-12-17T07:28:59.478Z Compiling curve25519-dalek-derive v0.1.1
19212024-12-17T07:28:59.682Z Compiling thread_local v1.1.8
19222024-12-17T07:29:00.013Z Compiling fs-err v2.11.0
19232024-12-17T07:29:00.318Z Compiling openssl-probe v0.1.5
19242024-12-17T07:29:00.809Z Compiling ipnet v2.10.1
19252024-12-17T07:29:01.081Z Compiling anstyle v1.0.10
19262024-12-17T07:29:01.531Z Compiling gimli v0.31.1
19272024-12-17T07:29:02.315Z Compiling winnow v0.6.20
19282024-12-17T07:29:03.633Z Compiling utf8parse v0.2.2
19292024-12-17T07:29:03.803Z Compiling unicode-properties v0.1.3
19302024-12-17T07:29:04.200Z Compiling stringprep v0.1.5
19312024-12-17T07:29:04.931Z Compiling anstyle-parse v0.2.5
19322024-12-17T07:29:05.771Z Compiling toml_edit v0.22.22
19332024-12-17T07:29:05.992Z Compiling addr2line v0.24.2
19342024-12-17T07:29:07.022Z Compiling regress v0.10.1
19352024-12-17T07:29:07.765Z Compiling crossbeam-deque v0.8.5
19362024-12-17T07:29:08.129Z Compiling term v0.7.0
19372024-12-17T07:29:09.414Z Compiling slog-json v2.6.1
19382024-12-17T07:29:10.568Z Compiling crossbeam-channel v0.5.13
19392024-12-17T07:29:12.166Z Compiling idna v0.4.0
19402024-12-17T07:29:12.984Z Compiling idna v0.3.0
19412024-12-17T07:29:13.747Z Compiling futures-executor v0.3.31
19422024-12-17T07:29:14.214Z Compiling num-integer v0.1.46
19432024-12-17T07:29:14.434Z Compiling md-5 v0.10.6
19442024-12-17T07:29:14.680Z Compiling ff v0.13.0
19452024-12-17T07:29:14.911Z Compiling hash32 v0.2.1
19462024-12-17T07:29:14.932Z Compiling memmap v0.7.0
19472024-12-17T07:29:15.216Z Compiling is-terminal v0.4.13
19482024-12-17T07:29:15.252Z Compiling object v0.36.5
19492024-12-17T07:29:15.254Z Compiling quick-error v1.2.3
19502024-12-17T07:29:15.367Z Compiling linked-hash-map v0.5.6
19512024-12-17T07:29:15.418Z Compiling psl-types v2.0.11
19522024-12-17T07:29:15.637Z Compiling is_terminal_polyfill v1.70.1
19532024-12-17T07:29:15.735Z Compiling take_mut v0.2.2
19542024-12-17T07:29:15.765Z Compiling colorchoice v1.0.2
19552024-12-17T07:29:15.911Z Compiling utf-8 v0.7.6
19562024-12-17T07:29:15.931Z Compiling base16ct v0.2.0
19572024-12-17T07:29:16.225Z Compiling anstyle-query v1.1.1
19582024-12-17T07:29:16.380Z Compiling rustc-demangle v0.1.24
19592024-12-17T07:29:16.418Z Compiling fallible-iterator v0.2.0
19602024-12-17T07:29:16.942Z Compiling publicsuffix v2.2.3
19612024-12-17T07:29:17.162Z Compiling postgres-protocol v0.6.7
19622024-12-17T07:29:17.219Z Compiling anstream v0.6.15
19632024-12-17T07:29:17.279Z Compiling sec1 v0.7.3
19642024-12-17T07:29:17.865Z Compiling tungstenite v0.24.0
19652024-12-17T07:29:18.386Z Compiling lru-cache v0.1.2
19662024-12-17T07:29:18.913Z Compiling resolv-conf v0.7.0
19672024-12-17T07:29:18.933Z Compiling slog-term v2.9.1
19682024-12-17T07:29:19.589Z Compiling usdt v0.5.0
19692024-12-17T07:29:19.916Z Compiling group v0.13.0
19702024-12-17T07:29:20.018Z Compiling num-iter v0.1.45
19712024-12-17T07:29:20.047Z Compiling futures v0.3.31
19722024-12-17T07:29:20.385Z Compiling tokio-rustls v0.26.0
19732024-12-17T07:29:20.850Z Compiling hickory-proto v0.24.1
19742024-12-17T07:29:21.820Z Compiling tokio-rustls v0.25.0
19752024-12-17T07:29:22.233Z Compiling typify-impl v0.2.0
19762024-12-17T07:29:22.667Z Compiling backtrace v0.3.74
19772024-12-17T07:29:23.241Z Compiling slog-bunyan v2.5.0
19782024-12-17T07:29:23.457Z Compiling toml v0.8.19
19792024-12-17T07:29:23.674Z Compiling tokio-native-tls v0.3.1
19802024-12-17T07:29:24.002Z Compiling phf_shared v0.11.2
19812024-12-17T07:29:24.056Z Compiling strum_macros v0.25.3
19822024-12-17T07:29:24.686Z Compiling async-stream v0.3.6
19832024-12-17T07:29:25.057Z Compiling waitgroup v0.1.2
19842024-12-17T07:29:25.276Z Compiling webpki-roots v0.26.6
19852024-12-17T07:29:25.479Z Compiling idna v0.5.0
19862024-12-17T07:29:25.644Z Compiling terminal_size v0.4.0
19872024-12-17T07:29:25.870Z Compiling serde_path_to_error v0.1.16
19882024-12-17T07:29:26.911Z Compiling hkdf v0.12.4
19892024-12-17T07:29:27.155Z Compiling crypto-bigint v0.5.5
19902024-12-17T07:29:27.300Z Compiling derive-where v1.2.7
19912024-12-17T07:29:27.603Z Compiling serde_repr v0.1.19
19922024-12-17T07:29:28.839Z Compiling hostname v0.4.0
19932024-12-17T07:29:29.075Z Compiling crc32fast v1.4.2
19942024-12-17T07:29:29.856Z Compiling clap_lex v0.7.2
19952024-12-17T07:29:30.306Z Compiling debug-ignore v1.0.5
19962024-12-17T07:29:30.456Z Compiling managed v0.8.0
19972024-12-17T07:29:30.474Z Compiling bitflags v1.3.2
19982024-12-17T07:29:30.585Z Compiling unicode-width v0.1.14
19992024-12-17T07:29:30.661Z Compiling winnow v0.5.40
20002024-12-17T07:29:31.088Z Compiling console v0.15.8
20012024-12-17T07:29:32.423Z Compiling clap_builder v4.5.21
20022024-12-17T07:29:32.859Z Compiling elliptic-curve v0.13.8
20032024-12-17T07:29:33.817Z Compiling typify-macro v0.2.0
20042024-12-17T07:29:34.277Z Compiling toml_edit v0.19.15
20052024-12-17T07:29:34.910Z Compiling flate2 v1.0.34
20062024-12-17T07:29:37.703Z Compiling cookie_store v0.21.0
20072024-12-17T07:29:38.889Z Compiling hickory-resolver v0.24.1
20082024-12-17T07:29:39.625Z Compiling hyper-rustls v0.27.3
20092024-12-17T07:29:41.493Z Compiling phf v0.11.2
20102024-12-17T07:29:41.801Z Compiling hyper-tls v0.6.0
20112024-12-17T07:29:42.197Z Compiling signal-hook-mio v0.2.4
20122024-12-17T07:29:42.310Z Compiling rayon v1.10.0
20132024-12-17T07:29:42.365Z Compiling bzip2 v0.4.4
20142024-12-17T07:29:42.558Z Compiling tokio-tungstenite v0.24.0
20152024-12-17T07:29:42.736Z Compiling postgres-types v0.2.8
20162024-12-17T07:29:43.247Z Compiling ed25519 v2.2.3
20172024-12-17T07:29:43.552Z Compiling hubpack v0.1.2
20182024-12-17T07:29:43.661Z Compiling phf_shared v0.10.0
20192024-12-17T07:29:43.988Z Compiling pkcs1 v0.7.5
20202024-12-17T07:29:44.130Z Compiling zerocopy v0.6.6
20212024-12-17T07:29:44.623Z Compiling tokio-stream v0.1.16
20222024-12-17T07:29:45.284Z Compiling serde-big-array v0.5.1
20232024-12-17T07:29:45.515Z Compiling rfc6979 v0.4.0
20242024-12-17T07:29:45.617Z Compiling float-cmp v0.9.0
20252024-12-17T07:29:45.872Z Compiling sync_wrapper v1.0.1
20262024-12-17T07:29:46.121Z Compiling bstr v1.10.0
20272024-12-17T07:29:46.203Z Compiling number_prefix v0.4.0
20282024-12-17T07:29:46.436Z Compiling unicode-segmentation v1.12.0
20292024-12-17T07:29:46.796Z Compiling whoami v1.5.2
20302024-12-17T07:29:47.171Z Compiling fixedbitset v0.4.2
20312024-12-17T07:29:47.301Z Compiling difflib v0.4.0
20322024-12-17T07:29:47.345Z Compiling normalize-line-endings v0.3.0
20332024-12-17T07:29:47.422Z Compiling static_assertions v1.1.0
20342024-12-17T07:29:47.485Z Compiling unicode-width v0.2.0
20352024-12-17T07:29:47.588Z Compiling precomputed-hash v0.1.1
20362024-12-17T07:29:47.707Z Compiling new_debug_unreachable v1.0.6
20372024-12-17T07:29:47.710Z Compiling predicates-core v1.0.8
20382024-12-17T07:29:47.780Z Compiling bit-vec v0.6.3
20392024-12-17T07:29:47.998Z Compiling indicatif v0.17.9
20402024-12-17T07:29:48.043Z Compiling predicates v3.1.2
20412024-12-17T07:29:48.204Z Compiling bit-set v0.5.3
20422024-12-17T07:29:48.532Z Compiling string_cache v0.8.7
20432024-12-17T07:29:48.975Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20442024-12-17T07:29:49.607Z Compiling petgraph v0.6.5
20452024-12-17T07:29:49.896Z Compiling similar v2.6.0
20462024-12-17T07:29:50.780Z Compiling tokio-postgres v0.7.12
20472024-12-17T07:29:52.203Z Compiling reqwest v0.12.9
20482024-12-17T07:29:54.545Z Compiling ecdsa v0.16.9
20492024-12-17T07:29:54.928Z Compiling qorb v0.2.1
20502024-12-17T07:29:55.776Z Compiling rsa v0.9.6
20512024-12-17T07:29:55.840Z Compiling ed25519-dalek v2.1.1
20522024-12-17T07:29:56.134Z Compiling zip v0.6.6
20532024-12-17T07:29:56.375Z Compiling crossterm v0.28.1
20542024-12-17T07:29:56.765Z Compiling toml v0.7.8
20552024-12-17T07:29:57.409Z Compiling clap v4.5.21
20562024-12-17T07:29:59.812Z Compiling x509-cert v0.2.5
20572024-12-17T07:30:00.599Z Compiling hex v0.4.3
20582024-12-17T07:30:05.244Z Compiling unicode-xid v0.2.6
20592024-12-17T07:30:05.427Z Compiling peg-runtime v0.8.3
20602024-12-17T07:30:05.947Z Compiling lalrpop-util v0.19.12
20612024-12-17T07:30:06.052Z Compiling radium v0.7.0
20622024-12-17T07:30:06.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20632024-12-17T07:30:22.683Z Compiling ident_case v1.0.1
20642024-12-17T07:30:23.557Z Compiling maybe-uninit v2.0.0
20652024-12-17T07:30:24.042Z Compiling tap v1.0.1
20662024-12-17T07:30:24.227Z Compiling wyz v0.5.1
20672024-12-17T07:30:24.928Z Compiling darling_core v0.20.10
20682024-12-17T07:30:34.148Z Compiling typify v0.2.0
20692024-12-17T07:30:38.846Z Compiling packed_struct v0.10.1
20702024-12-17T07:30:39.239Z Compiling funty v2.0.0
20712024-12-17T07:30:39.561Z Compiling unsafe-libyaml v0.2.11
20722024-12-17T07:30:40.449Z Compiling bitvec v1.0.1
20732024-12-17T07:30:41.303Z Compiling serde_yaml v0.9.34+deprecated
20742024-12-17T07:30:45.065Z Compiling progenitor-impl v0.8.0
20752024-12-17T07:30:45.135Z Compiling darling_macro v0.20.10
20762024-12-17T07:30:46.554Z Compiling packed_struct_codegen v0.10.1
20772024-12-17T07:30:49.333Z Compiling structmeta-derive v0.3.0
20782024-12-17T07:30:50.101Z Compiling indexmap v1.9.3
20792024-12-17T07:30:51.007Z Compiling crc-catalog v2.4.0
20802024-12-17T07:30:51.298Z Compiling fastrand v2.1.1
20812024-12-17T07:30:51.731Z Compiling newtype-uuid v1.1.3
20822024-12-17T07:30:51.826Z Compiling nodrop v0.1.14
20832024-12-17T07:30:51.923Z Compiling thiserror v2.0.3
20842024-12-17T07:30:51.962Z Compiling array-init v0.0.4
20852024-12-17T07:30:51.983Z Compiling structmeta v0.3.0
20862024-12-17T07:30:52.833Z Compiling progenitor-macro v0.8.0
20872024-12-17T07:30:53.205Z Compiling tempfile v3.13.0
20882024-12-17T07:30:53.246Z Compiling crc v3.2.1
20892024-12-17T07:30:59.297Z Compiling smallvec v0.6.14
20902024-12-17T07:30:59.726Z Compiling darling v0.20.10
20912024-12-17T07:31:05.595Z Compiling progenitor-client v0.8.0
20922024-12-17T07:31:08.249Z Compiling thiserror-impl v2.0.3
20932024-12-17T07:31:08.375Z Compiling pin-project-internal v1.1.6
20942024-12-17T07:31:08.506Z Compiling dropshot v0.15.1
20952024-12-17T07:31:10.825Z Compiling hashbrown v0.12.3
20962024-12-17T07:31:11.085Z Compiling same-file v1.0.6
20972024-12-17T07:31:11.493Z Compiling termcolor v1.4.1
20982024-12-17T07:31:11.924Z Compiling bitfield v0.14.0
20992024-12-17T07:31:12.939Z Compiling base64 v0.21.7
21002024-12-17T07:31:14.096Z Compiling ron v0.8.1
21012024-12-17T07:31:18.149Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21022024-12-17T07:31:20.019Z Compiling env_logger v0.10.2
21032024-12-17T07:31:24.298Z Compiling walkdir v2.5.0
21042024-12-17T07:31:24.765Z Compiling pin-project v1.1.6
21052024-12-17T07:31:30.773Z Compiling progenitor v0.8.0
21062024-12-17T07:31:31.471Z Compiling serde_with_macros v3.11.0
21072024-12-17T07:31:32.227Z Compiling serde-hex v0.1.0
21082024-12-17T07:31:32.365Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-17T07:31:32.395Z Compiling parse-display-derive v0.10.0
21102024-12-17T07:31:33.998Z Compiling strum_macros v0.26.4
21112024-12-17T07:31:36.189Z Compiling snafu-derive v0.8.5
21122024-12-17T07:31:36.383Z Compiling hashbrown v0.13.2
21132024-12-17T07:31:37.008Z Compiling ipnetwork v0.20.0
21142024-12-17T07:31:37.400Z Compiling xattr v1.3.1
21152024-12-17T07:31:37.711Z Compiling dropshot_endpoint v0.15.1
21162024-12-17T07:31:37.740Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-17T07:31:38.474Z Compiling ring v0.16.20
21182024-12-17T07:31:38.495Z Compiling blake3 v1.5.4
21192024-12-17T07:31:39.117Z Compiling filetime v0.2.25
21202024-12-17T07:31:39.467Z Compiling instant v0.1.13
21212024-12-17T07:31:39.629Z Compiling buf-list v1.0.3
21222024-12-17T07:31:39.963Z Compiling simd-adler32 v0.3.7
21232024-12-17T07:31:40.001Z Compiling crc-any v2.5.0
21242024-12-17T07:31:40.174Z Compiling bumpalo v3.16.0
21252024-12-17T07:31:40.770Z Compiling zip v2.1.3
21262024-12-17T07:31:41.011Z Compiling lockfree-object-pool v0.1.6
21272024-12-17T07:31:41.116Z Compiling snafu v0.8.5
21282024-12-17T07:31:41.136Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-17T07:31:41.311Z Compiling zopfli v0.8.1
21302024-12-17T07:31:42.179Z Compiling backoff v0.4.0
21312024-12-17T07:31:42.335Z Compiling tar v0.4.42
21322024-12-17T07:31:43.184Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-17T07:31:43.401Z Compiling strum v0.26.3
21342024-12-17T07:31:43.610Z Compiling object v0.30.4
21352024-12-17T07:31:45.483Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-17T07:31:47.926Z Compiling parse-display v0.10.0
21372024-12-17T07:31:48.029Z Compiling serde_with v3.11.0
21382024-12-17T07:31:49.145Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21392024-12-17T07:31:49.748Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21402024-12-17T07:31:49.861Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-17T07:31:50.593Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-17T07:31:51.319Z Compiling camino-tempfile v1.1.1
21432024-12-17T07:31:51.699Z Compiling globset v0.4.15
21442024-12-17T07:31:52.104Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-17T07:31:52.313Z Compiling regress v0.9.1
21462024-12-17T07:31:52.316Z Compiling pem v3.0.4
21472024-12-17T07:31:53.784Z Compiling olpc-cjson v0.1.4
21482024-12-17T07:31:54.140Z Compiling macaddr v1.0.1
21492024-12-17T07:31:54.776Z Compiling serde_plain v1.0.2
21502024-12-17T07:31:55.304Z Compiling async-recursion v1.1.1
21512024-12-17T07:31:56.107Z Compiling memmap2 v0.9.5
21522024-12-17T07:31:56.589Z Compiling spin v0.5.2
21532024-12-17T07:31:56.669Z Compiling typed-path v0.9.3
21542024-12-17T07:31:56.752Z Compiling arrayref v0.3.9
21552024-12-17T07:31:56.855Z Compiling path-slash v0.1.5
21562024-12-17T07:31:56.876Z Compiling constant_time_eq v0.3.1
21572024-12-17T07:31:57.060Z Compiling arrayvec v0.7.6
21582024-12-17T07:31:57.107Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-17T07:32:00.134Z Compiling tough v0.19.0
21602024-12-17T07:32:00.291Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21612024-12-17T07:32:04.012Z Compiling itertools v0.13.0
21622024-12-17T07:32:05.791Z Compiling cargo-platform v0.1.8
21632024-12-17T07:32:06.506Z Compiling parse-size v1.1.0
21642024-12-17T07:32:06.816Z Compiling topological-sort v0.2.2
21652024-12-17T07:32:06.881Z Compiling cargo_metadata v0.18.1
21662024-12-17T07:32:07.098Z Compiling omicron-zone-package v0.11.1
21672024-12-17T07:32:07.801Z Compiling shell-words v1.1.0
21682024-12-17T07:32:13.562Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-17T07:32:26.638Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-17T07:32:42.546Z Finished `release` profile [optimized] target(s) in 5m 53s
21712024-12-17T07:32:42.710Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-17T07:32:42.756ZDec 17 07:32:41.106 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-17T07:32:42.858ZDec 17 07:32:41.208 DEBG running: git rev-parse HEAD
21742024-12-17T07:32:42.864ZDec 17 07:32:41.215 DEBG process exited with exit status: 0 (6.667378ms)
21752024-12-17T07:32:42.864ZDec 17 07:32:41.215 INFO version: 12.0.0-0.ci+gitfb10fadb3bf
21762024-12-17T07:32:42.908ZDec 17 07:32:41.259 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-17T07:32:42.908ZDec 17 07:32:41.259 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-17T07:32:42.913ZCloning into '/work/oxidecomputer/helios'...
21792024-12-17T07:32:43.970ZDec 17 07:32:42.321 DEBG process exited with exit status: 0 (1.061725105s)
21802024-12-17T07:32:43.971ZDec 17 07:32:42.321 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-17T07:32:43.978Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-17T07:32:43.978Z# branch.head master
21832024-12-17T07:32:43.978Z# branch.upstream origin/master
21842024-12-17T07:32:43.978Z# branch.ab +0 -0
21852024-12-17T07:32:43.980ZDec 17 07:32:42.329 DEBG process exited with exit status: 0 (8.403114ms)
21862024-12-17T07:32:43.980ZDec 17 07:32:42.329 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-17T07:32:44.841ZDec 17 07:32:43.192 DEBG process exited with exit status: 0 (862.240066ms)
21882024-12-17T07:32:44.841ZDec 17 07:32:43.192 DEBG running: zfs list rpool/images/build/host
21892024-12-17T07:32:44.848ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-17T07:32:44.849Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-17T07:32:44.851ZDec 17 07:32:43.200 DEBG process exited with exit status: 0 (7.997714ms)
21922024-12-17T07:32:44.851ZDec 17 07:32:43.200 DEBG running: zfs list rpool/images/build/recovery
21932024-12-17T07:32:44.855ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-17T07:32:44.855Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-17T07:32:44.857ZDec 17 07:32:43.206 DEBG process exited with exit status: 0 (6.267227ms)
21962024-12-17T07:32:44.857ZDec 17 07:32:43.207 INFO [hubris-staging] running task
21972024-12-17T07:32:44.857ZDec 17 07:32:43.207 INFO [hubris-production] running task
21982024-12-17T07:32:44.857ZDec 17 07:32:43.207 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21992024-12-17T07:32:44.860ZDec 17 07:32:43.211 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-17T07:32:44.929Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-17T07:32:45.314Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-17T07:32:46.514Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-17T07:32:46.755ZDec 17 07:32:45.105 INFO [hubris-production] task succeeded (1.898194641s)
22042024-12-17T07:32:46.781Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-17T07:32:47.580Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-17T07:32:47.584Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-17T07:32:47.584Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-17T07:32:47.584Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-17T07:32:47.584Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-17T07:32:47.584Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-17T07:32:47.584Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-17T07:32:47.584Z[ omicron-package] Compiling smoltcp v0.11.0
22132024-12-17T07:32:48.553Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-17T07:32:49.077Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-17T07:32:49.421Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-17T07:32:49.549Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172024-12-17T07:32:49.777Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-17T07:32:49.860Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-17T07:32:50.181Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-17T07:32:50.276Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-17T07:32:50.508Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-17T07:32:50.949Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-17T07:32:51.857Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-17T07:32:52.716Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-17T07:32:52.796Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-17T07:32:53.154Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-17T07:32:53.286Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-17T07:32:53.588Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22292024-12-17T07:32:53.734Z[ omicron-package] Compiling num_enum v0.5.11
22302024-12-17T07:32:53.785Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22312024-12-17T07:32:54.199Z[ omicron-package] Compiling pretty-hex v0.2.1
22322024-12-17T07:32:54.563Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22332024-12-17T07:32:54.700Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22342024-12-17T07:32:54.793Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-17T07:32:55.126Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-17T07:32:55.301Z[ omicron-package] Compiling colored v2.1.0
22372024-12-17T07:32:55.458Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22382024-12-17T07:32:56.197Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22392024-12-17T07:32:56.564Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22402024-12-17T07:32:56.981Z[ omicron-package] Compiling sigpipe v0.1.3
22412024-12-17T07:32:57.324ZDec 17 07:32:55.671 INFO [hubris-staging] task succeeded (12.464128393s)
22422024-12-17T07:32:57.398Z[ omicron-package] Compiling num-derive v0.4.2
22432024-12-17T07:32:57.540Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22442024-12-17T07:32:57.588Z[ omicron-package] Compiling libefi-sys v0.1.0
22452024-12-17T07:32:58.177Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22462024-12-17T07:32:58.683Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22472024-12-17T07:32:59.021Z[ omicron-package] Compiling zone v0.3.0
22482024-12-17T07:32:59.023Z[ omicron-package] Compiling smf v0.2.3
22492024-12-17T07:33:00.375Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22502024-12-17T07:33:01.446Z[ omicron-package] Compiling bitfield-struct v0.6.2
22512024-12-17T07:33:01.834Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22522024-12-17T07:33:03.839Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22532024-12-17T07:33:04.436Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542024-12-17T07:33:04.850Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-17T07:33:04.896Z[ omicron-package] Compiling gethostname v0.5.0
22562024-12-17T07:33:04.980Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22572024-12-17T07:33:05.201Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-17T07:33:06.003Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-17T07:33:06.988Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22602024-12-17T07:33:09.023Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22612024-12-17T07:33:10.328Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-17T07:33:11.718Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-17T07:33:14.924Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22642024-12-17T07:33:15.432Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22652024-12-17T07:33:17.159Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22662024-12-17T07:33:26.134Z[ helios-setup] Dec 17 07:33:24.475 INFO helios repository root is: /work/oxidecomputer/helios
22672024-12-17T07:33:26.137Z[ helios-setup] Dec 17 07:33:24.477 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22682024-12-17T07:33:26.137Z[ helios-setup] Dec 17 07:33:24.477 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
22692024-12-17T07:33:26.137Z[ helios-setup] Dec 17 07:33:24.477 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22702024-12-17T07:33:26.140Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22712024-12-17T07:33:34.540Z[ helios-setup] Dec 17 07:33:32.879 INFO clone ok!, project: amd-firmware
22722024-12-17T07:33:34.543Z[ helios-setup] Dec 17 07:33:32.879 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
22732024-12-17T07:33:34.543Z[ helios-setup] Dec 17 07:33:32.879 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22742024-12-17T07:33:34.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22752024-12-17T07:33:35.900Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.02s
22762024-12-17T07:33:36.017Z[ helios-setup] Dec 17 07:33:34.356 INFO clone ok!, project: bootserver
22772024-12-17T07:33:36.020Z[ helios-setup] Dec 17 07:33:34.356 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22782024-12-17T07:33:36.020Z[ helios-setup] Dec 17 07:33:34.356 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22792024-12-17T07:33:36.020Z[ helios-setup] Dec 17 07:33:34.356 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
22802024-12-17T07:33:36.020Z[ helios-setup] Dec 17 07:33:34.356 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22812024-12-17T07:33:36.022Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22822024-12-17T07:33:36.151Z[ omicron-package]
22832024-12-17T07:33:36.151Z[ omicron-package] real 51.239412852
22842024-12-17T07:33:36.154Z[ omicron-package] user 2:55.870630754
22852024-12-17T07:33:36.154Z[ omicron-package] sys 24.300750802
22862024-12-17T07:33:36.154Z[ omicron-package] trap 0.278957593
22872024-12-17T07:33:36.154Z[ omicron-package] tflt 0.998972607
22882024-12-17T07:33:36.154Z[ omicron-package] dflt 0.582795999
22892024-12-17T07:33:36.154Z[ omicron-package] kflt 0.000013507
22902024-12-17T07:33:36.154Z[ omicron-package] lock 6:06.023307869
22912024-12-17T07:33:36.154Z[ omicron-package] slp 10:01.172564134
22922024-12-17T07:33:36.154Z[ omicron-package] lat 1:36.520803291
22932024-12-17T07:33:36.154Z[ omicron-package] stop 55.185295942
22942024-12-17T07:33:36.154ZDec 17 07:33:34.491 INFO [omicron-package] process exited with exit status: 0 (51.28349633s)
22952024-12-17T07:33:36.154ZDec 17 07:33:34.491 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22962024-12-17T07:33:36.223ZDec 17 07:33:34.562 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
22972024-12-17T07:33:36.233Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
22982024-12-17T07:33:36.236Z[ recovery-target] Created new build target 'recovery' and set it as active
22992024-12-17T07:33:36.236ZDec 17 07:33:34.575 INFO [recovery-target] process exited with exit status: 0 (84.017378ms)
23002024-12-17T07:33:36.239Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23012024-12-17T07:33:36.239Z[ host-target] Created new build target 'host' and set it as active
23022024-12-17T07:33:36.241ZDec 17 07:33:34.579 INFO [host-target] process exited with exit status: 0 (17.109167ms)
23032024-12-17T07:33:36.241ZDec 17 07:33:34.579 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23042024-12-17T07:33:36.254Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23052024-12-17T07:33:37.194Z[ helios-setup] Dec 17 07:33:35.533 INFO clone ok!, project: pinprick
23062024-12-17T07:33:37.197Z[ helios-setup] Dec 17 07:33:35.533 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
23072024-12-17T07:33:37.197Z[ helios-setup] Dec 17 07:33:35.533 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
23082024-12-17T07:33:37.200Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23092024-12-17T07:33:37.395Z[ host-package] Compiling convert_case v0.4.0
23102024-12-17T07:33:37.396Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23112024-12-17T07:33:37.398Z[ host-package] Compiling newline-converter v0.3.0
23122024-12-17T07:33:37.398Z[ host-package] Compiling password-hash v0.5.0
23132024-12-17T07:33:37.398Z[ host-package] Compiling progenitor-client v0.8.0
23142024-12-17T07:33:37.399Z[ host-package] Compiling blake2 v0.10.6
23152024-12-17T07:33:37.399Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23162024-12-17T07:33:37.399Z[ host-package] Compiling owo-colors v4.1.0
23172024-12-17T07:33:37.684Z[ host-package] Compiling expectorate v1.1.0
23182024-12-17T07:33:37.735Z[ host-package] Compiling cancel-safe-futures v0.1.5
23192024-12-17T07:33:37.885Z[ host-package] Compiling num-rational v0.4.2
23202024-12-17T07:33:37.910Z[ host-package] Compiling num-complex v0.4.6
23212024-12-17T07:33:38.044Z[ host-package] Compiling progenitor v0.8.0
23222024-12-17T07:33:38.234Z[ host-package] Compiling derive_more v0.99.18
23232024-12-17T07:33:38.326Z[ host-package] Compiling argon2 v0.5.3
23242024-12-17T07:33:38.801Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23252024-12-17T07:33:38.818Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23262024-12-17T07:33:38.873Z[ host-package] Compiling atomicwrites v0.4.4
23272024-12-17T07:33:38.895Z[ host-package] Compiling libsw v3.3.1
23282024-12-17T07:33:39.263Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23292024-12-17T07:33:39.357Z[ host-package] Compiling num v0.4.3
23302024-12-17T07:33:39.427Z[ host-package] Compiling indent_write v2.2.0
23312024-12-17T07:33:39.487Z[ host-package] Compiling float-ord v0.3.2
23322024-12-17T07:33:39.686Z[ host-package] Compiling linear-map v1.2.0
23332024-12-17T07:33:39.706Z[ host-package] Compiling swrite v0.1.0
23342024-12-17T07:33:39.847Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23352024-12-17T07:33:39.850Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23362024-12-17T07:33:39.958Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23372024-12-17T07:33:40.129Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23382024-12-17T07:33:40.449Z[ host-package] Compiling highway v1.2.0
23392024-12-17T07:33:40.855Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23402024-12-17T07:33:41.467Z[ host-package] Compiling semver v0.1.20
23412024-12-17T07:33:41.974Z[ host-package] Compiling rustc_version v0.1.7
23422024-12-17T07:33:42.068Z[ host-package] Compiling newtype-uuid v1.1.3
23432024-12-17T07:33:42.103Z[ host-package] Compiling thiserror v2.0.3
23442024-12-17T07:33:42.444Z[ host-package] Compiling newtype_derive v0.1.6
23452024-12-17T07:33:42.881Z[ host-package] Compiling dropshot v0.15.1
23462024-12-17T07:33:42.980Z[ host-package] Compiling ipnetwork v0.20.0
23472024-12-17T07:33:43.040Z[ host-package] Compiling instant v0.1.13
23482024-12-17T07:33:43.213Z[ host-package] Compiling humantime v2.1.0
23492024-12-17T07:33:43.823Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23502024-12-17T07:33:44.164Z[ host-package] Compiling backoff v0.4.0
23512024-12-17T07:33:44.564Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23522024-12-17T07:33:45.175Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23532024-12-17T07:33:47.502Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23542024-12-17T07:33:47.516Z[ helios-setup] Dec 17 07:33:45.853 INFO clone ok!, project: amd-host-image-builder
23552024-12-17T07:33:47.518Z[ helios-setup] Dec 17 07:33:45.853 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
23562024-12-17T07:33:47.518Z[ helios-setup] Dec 17 07:33:45.853 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23572024-12-17T07:33:47.521Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23582024-12-17T07:33:48.090Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592024-12-17T07:33:48.640Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23602024-12-17T07:33:49.007Z[ host-package] Compiling parse-display v0.10.0
23612024-12-17T07:33:49.146Z[ helios-setup] Dec 17 07:33:47.453 INFO clone ok!, project: pilot
23622024-12-17T07:33:49.148Z[ helios-setup] Dec 17 07:33:47.453 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
23632024-12-17T07:33:49.148Z[ helios-setup] Dec 17 07:33:47.453 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23642024-12-17T07:33:49.148Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23652024-12-17T07:33:49.693Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662024-12-17T07:33:49.726Z[ host-package] Compiling strum v0.26.3
23672024-12-17T07:33:49.896Z[ host-package] Compiling serde_with v3.11.0
23682024-12-17T07:33:49.926Z[ host-package] Compiling regress v0.9.1
23692024-12-17T07:33:50.437Z[ helios-setup] Dec 17 07:33:48.773 INFO clone ok!, project: phbl
23702024-12-17T07:33:50.439Z[ helios-setup] Dec 17 07:33:48.773 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
23712024-12-17T07:33:50.440Z[ helios-setup] Dec 17 07:33:48.773 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23722024-12-17T07:33:50.442Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23732024-12-17T07:33:52.513Z[ helios-setup] Dec 17 07:33:50.848 INFO clone ok!, project: chelsio-t6-roms
23742024-12-17T07:33:52.516Z[ helios-setup] Dec 17 07:33:50.849 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
23752024-12-17T07:33:52.516Z[ helios-setup] Dec 17 07:33:50.849 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23762024-12-17T07:33:52.519Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23772024-12-17T07:33:54.050Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23782024-12-17T07:33:54.336Z[ helios-setup] Dec 17 07:33:52.667 INFO clone ok!, project: image-builder
23792024-12-17T07:33:54.336Z[ helios-setup] Dec 17 07:33:52.668 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23802024-12-17T07:33:54.526Z[ host-package] Compiling macaddr v1.0.1
23812024-12-17T07:33:54.858Z[ host-package] Compiling steno v0.4.1
23822024-12-17T07:33:55.002Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832024-12-17T07:33:55.058Z[ helios-setup] Dec 17 07:33:53.393 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23842024-12-17T07:33:55.618Z[ helios-setup] Dec 17 07:33:53.953 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23852024-12-17T07:33:55.618Z[ helios-setup] Dec 17 07:33:53.953 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23862024-12-17T07:33:56.091Z[ host-package] Compiling prettyplease v0.2.25
23872024-12-17T07:33:56.146Z[ host-package] Compiling slog-dtrace v0.3.0
23882024-12-17T07:33:56.158Z[ helios-setup] Dec 17 07:33:54.492 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23892024-12-17T07:33:56.686Z[ helios-setup] Dec 17 07:33:55.021 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23902024-12-17T07:33:56.690Z[ helios-setup] Dec 17 07:33:55.021 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23912024-12-17T07:33:57.273Z[ helios-setup] Dec 17 07:33:55.607 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23922024-12-17T07:33:57.348Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23932024-12-17T07:33:57.820Z[ helios-setup] Dec 17 07:33:56.154 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23942024-12-17T07:33:57.820Z[ helios-setup] Dec 17 07:33:56.155 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23952024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23962024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO ok!
23972024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23982024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23992024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO ok!
24002024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24012024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24022024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO ok!
24032024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24042024-12-17T07:33:57.823Z[ helios-setup] Dec 17 07:33:56.155 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24052024-12-17T07:33:58.194Z[ helios-setup] Dec 17 07:33:56.528 INFO E| Downloading crates ...
24062024-12-17T07:33:58.365Z[ helios-setup] Dec 17 07:33:56.699 INFO E| Downloaded generic-array v0.14.6
24072024-12-17T07:33:58.377Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24082024-12-17T07:33:58.386Z[ helios-setup] Dec 17 07:33:56.714 INFO E| Downloaded unicode-width v0.1.10
24092024-12-17T07:33:58.386Z[ helios-setup] Dec 17 07:33:56.716 INFO E| Downloaded miniz_oxide v0.6.2
24102024-12-17T07:33:58.387Z[ helios-setup] Dec 17 07:33:56.719 INFO E| Downloaded cpufeatures v0.2.5
24112024-12-17T07:33:58.389Z[ helios-setup] Dec 17 07:33:56.721 INFO E| Downloaded block-buffer v0.10.3
24122024-12-17T07:33:58.389Z[ helios-setup] Dec 17 07:33:56.722 INFO E| Downloaded digest v0.10.3
24132024-12-17T07:33:58.392Z[ helios-setup] Dec 17 07:33:56.726 INFO E| Downloaded sha2 v0.10.5
24142024-12-17T07:33:58.418Z[ helios-setup] Dec 17 07:33:56.752 INFO E| Downloaded typenum v1.15.0
24152024-12-17T07:33:58.422Z[ helios-setup] Dec 17 07:33:56.756 INFO E| Downloaded anyhow v1.0.62
24162024-12-17T07:33:58.428Z[ helios-setup] Dec 17 07:33:56.762 INFO E| Downloaded flate2 v1.0.25
24172024-12-17T07:33:58.438Z[ helios-setup] Dec 17 07:33:56.772 INFO E| Downloaded bytes v1.2.1
24182024-12-17T07:33:58.508Z[ helios-setup] Dec 17 07:33:56.842 INFO E| Compiling version_check v0.9.4
24192024-12-17T07:33:58.517Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling typenum v1.15.0
24202024-12-17T07:33:58.517Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling crc32fast v1.3.2
24212024-12-17T07:33:58.520Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling cfg-if v1.0.0
24222024-12-17T07:33:58.520Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling anyhow v1.0.62
24232024-12-17T07:33:58.520Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling adler v1.0.2
24242024-12-17T07:33:58.520Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling unicode-width v0.1.10
24252024-12-17T07:33:58.520Z[ helios-setup] Dec 17 07:33:56.852 INFO E| Compiling cpufeatures v0.2.5
24262024-12-17T07:33:58.601Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24272024-12-17T07:33:58.929Z[ helios-setup] Dec 17 07:33:57.263 INFO E| Compiling bitflags v1.3.2
24282024-12-17T07:33:58.941Z[ helios-setup] Dec 17 07:33:57.275 INFO E| Compiling bytes v1.2.1
24292024-12-17T07:33:59.024Z[ helios-setup] Dec 17 07:33:57.358 INFO E| Compiling miniz_oxide v0.6.2
24302024-12-17T07:33:59.224Z[ helios-setup] Dec 17 07:33:57.558 INFO E| Compiling getopts v0.2.21
24312024-12-17T07:34:00.067Z[ helios-setup] Dec 17 07:33:58.379 INFO E| Compiling generic-array v0.14.6
24322024-12-17T07:34:00.836Z[ helios-setup] Dec 17 07:33:59.169 INFO E| Compiling flate2 v1.0.25
24332024-12-17T07:34:01.886Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24342024-12-17T07:34:03.314Z[ host-package] Compiling half v2.4.1
24352024-12-17T07:34:04.083Z[ host-package] Compiling ciborium-io v0.2.2
24362024-12-17T07:34:04.263Z[ host-package] Compiling ciborium-ll v0.2.2
24372024-12-17T07:34:04.688Z[ helios-setup] Dec 17 07:34:03.021 INFO E| Compiling block-buffer v0.10.3
24382024-12-17T07:34:04.688Z[ helios-setup] Dec 17 07:34:03.021 INFO E| Compiling crypto-common v0.1.6
24392024-12-17T07:34:04.882Z[ host-package] Compiling tungstenite v0.21.0
24402024-12-17T07:34:04.972Z[ helios-setup] Dec 17 07:34:03.304 INFO E| Compiling digest v0.10.3
24412024-12-17T07:34:05.425Z[ helios-setup] Dec 17 07:34:03.758 INFO E| Compiling sha2 v0.10.5
24422024-12-17T07:34:05.934Z[ helios-setup] Dec 17 07:34:04.266 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24432024-12-17T07:34:09.058Z[ host-package] Compiling tokio-tungstenite v0.21.0
24442024-12-17T07:34:10.071Z[ host-package] Compiling ciborium v0.2.2
24452024-12-17T07:34:11.205Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24462024-12-17T07:34:11.577Z[ helios-setup] Dec 17 07:34:09.908 INFO E| Finished `release` profile [optimized] target(s) in 13.66s
24472024-12-17T07:34:11.592Z[ helios-setup] Dec 17 07:34:09.923 INFO building project "bootserver" ok (13 seconds)
24482024-12-17T07:34:11.592Z[ helios-setup] Dec 17 07:34:09.924 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24492024-12-17T07:34:11.592Z[ helios-setup] Dec 17 07:34:09.924 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24502024-12-17T07:34:11.902Z[ helios-setup] Dec 17 07:34:10.234 INFO E| Downloading crates ...
24512024-12-17T07:34:11.956Z[ helios-setup] Dec 17 07:34:10.287 INFO E| Downloaded miniz_oxide v0.7.2
24522024-12-17T07:34:12.017Z[ helios-setup] Dec 17 07:34:10.348 INFO E| Compiling adler v1.0.2
24532024-12-17T07:34:12.157Z[ helios-setup] Dec 17 07:34:10.488 INFO E| Compiling miniz_oxide v0.7.2
24542024-12-17T07:34:15.137Z[ helios-setup] Dec 17 07:34:13.468 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24552024-12-17T07:34:16.216Z[ helios-setup] Dec 17 07:34:14.546 INFO E| Finished `release` profile [optimized] target(s) in 4.51s
24562024-12-17T07:34:16.226Z[ helios-setup] Dec 17 07:34:14.556 INFO building project "pinprick" ok (4 seconds)
24572024-12-17T07:34:16.229Z[ helios-setup] Dec 17 07:34:14.556 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24582024-12-17T07:34:16.229Z[ helios-setup] Dec 17 07:34:14.556 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24592024-12-17T07:34:16.236Z[ helios-setup] Dec 17 07:34:14.566 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24602024-12-17T07:34:16.423Z[ helios-setup] Dec 17 07:34:14.753 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24612024-12-17T07:34:16.423Z[ helios-setup] Dec 17 07:34:14.753 INFO E| info: downloading component 'cargo'
24622024-12-17T07:34:17.252Z[ host-package] Compiling fastrand v2.1.1
24632024-12-17T07:34:17.515Z[ helios-setup] Dec 17 07:34:15.845 INFO E| info: downloading component 'clippy'
24642024-12-17T07:34:17.814Z[ helios-setup] Dec 17 07:34:16.144 INFO E| info: downloading component 'rust-docs'
24652024-12-17T07:34:17.824Z[ host-package] Compiling display-error-chain v0.2.2
24662024-12-17T07:34:18.442Z[ host-package] Compiling same-file v1.0.6
24672024-12-17T07:34:18.738Z[ host-package] Compiling walkdir v2.5.0
24682024-12-17T07:34:18.899Z[ helios-setup] Dec 17 07:34:17.229 INFO E| info: downloading component 'rust-src'
24692024-12-17T07:34:19.060Z[ helios-setup] Dec 17 07:34:17.390 INFO E| info: downloading component 'rust-std'
24702024-12-17T07:34:19.204Z[ host-package] Compiling tempfile v3.13.0
24712024-12-17T07:34:19.415Z[ host-package] Compiling ring v0.16.20
24722024-12-17T07:34:20.054Z[ host-package] Compiling blake3 v1.5.4
24732024-12-17T07:34:20.712Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24742024-12-17T07:34:21.192Z[ helios-setup] Dec 17 07:34:19.522 INFO E| info: downloading component 'rustc'
24752024-12-17T07:34:21.217Z[ host-package] Compiling xattr v1.3.1
24762024-12-17T07:34:21.518Z[ host-package] Compiling filetime v0.2.25
24772024-12-17T07:34:21.541Z[ host-package] Compiling memmap2 v0.9.5
24782024-12-17T07:34:21.747Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24792024-12-17T07:34:21.827Z[ host-package] Compiling keccak v0.1.5
24802024-12-17T07:34:21.971Z[ host-package] Compiling spin v0.5.2
24812024-12-17T07:34:22.229Z[ host-package] Compiling constant_time_eq v0.3.1
24822024-12-17T07:34:22.294Z[ host-package] Compiling arrayref v0.3.9
24832024-12-17T07:34:22.407Z[ host-package] Compiling arrayvec v0.7.6
24842024-12-17T07:34:22.864Z[ host-package] Compiling sha3 v0.10.8
24852024-12-17T07:34:22.926Z[ host-package] Compiling tar v0.4.42
24862024-12-17T07:34:23.813Z[ host-package] Compiling camino-tempfile v1.1.1
24872024-12-17T07:34:24.055Z[ host-package] Compiling toolchain_find v0.4.0
24882024-12-17T07:34:24.276Z[ host-package] Compiling const_format_proc_macros v0.2.33
24892024-12-17T07:34:24.469Z[ host-package] Compiling crunchy v0.2.2
24902024-12-17T07:34:24.674Z[ host-package] Compiling maplit v1.0.2
24912024-12-17T07:34:24.827Z[ host-package] Compiling topological-sort v0.2.2
24922024-12-17T07:34:24.979Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24932024-12-17T07:34:25.028Z[ host-package] Compiling tiny-keccak v2.0.2
24942024-12-17T07:34:25.096Z[ host-package] Compiling omicron-zone-package v0.11.1
24952024-12-17T07:34:25.518Z[ host-package] Compiling dsl_auto_type v0.1.2
24962024-12-17T07:34:25.572Z[ host-package] Compiling phf_generator v0.11.2
24972024-12-17T07:34:25.693Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24982024-12-17T07:34:25.780Z[ host-package] Compiling secrecy v0.8.0
24992024-12-17T07:34:26.098Z[ helios-setup] Dec 17 07:34:24.426 INFO E| info: downloading component 'rustfmt'
25002024-12-17T07:34:26.101Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25012024-12-17T07:34:26.168Z[ host-package] Compiling const_format v0.2.33
25022024-12-17T07:34:26.314Z[ helios-setup] Dec 17 07:34:24.633 INFO E| info: installing component 'cargo'
25032024-12-17T07:34:26.542Z[ host-package] Compiling arc-swap v1.7.1
25042024-12-17T07:34:26.887Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25052024-12-17T07:34:26.958Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25062024-12-17T07:34:27.279Z[ host-package] Compiling slog-scope v4.4.0
25072024-12-17T07:34:27.387Z[ host-package] Compiling diesel_derives v2.2.3
25082024-12-17T07:34:27.427Z[ host-package] Compiling r2d2 v0.8.10
25092024-12-17T07:34:27.454Z[ host-package] Compiling phf_codegen v0.11.2
25102024-12-17T07:34:27.487Z[ helios-setup] Dec 17 07:34:25.814 INFO E| info: installing component 'clippy'
25112024-12-17T07:34:27.767Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25122024-12-17T07:34:27.883Z[ helios-setup] Dec 17 07:34:26.211 INFO E| info: installing component 'rust-docs'
25132024-12-17T07:34:27.912Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25142024-12-17T07:34:28.135Z[ host-package] Compiling ascii-canvas v3.0.0
25152024-12-17T07:34:28.182Z[ host-package] Compiling universal-hash v0.5.1
25162024-12-17T07:34:28.532Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25172024-12-17T07:34:28.817Z[ host-package] Compiling parse-zoneinfo v0.3.1
25182024-12-17T07:34:30.648Z[ host-package] Compiling ena v0.14.3
25192024-12-17T07:34:31.168Z[ host-package] Compiling opaque-debug v0.3.1
25202024-12-17T07:34:31.209Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25212024-12-17T07:34:31.389Z[ host-package] Compiling diff v0.1.13
25222024-12-17T07:34:31.560Z[ host-package] Compiling regex-syntax v0.6.29
25232024-12-17T07:34:32.045Z[ host-package] Compiling thiserror-no-std v2.0.2
25242024-12-17T07:34:32.368Z[ host-package] Compiling poly1305 v0.8.0
25252024-12-17T07:34:32.972Z[ helios-setup] Dec 17 07:34:31.298 INFO E| info: installing component 'rust-src'
25262024-12-17T07:34:34.219Z[ helios-setup] Dec 17 07:34:32.545 INFO E| info: installing component 'rust-std'
25272024-12-17T07:34:34.278Z[ host-package] Compiling chrono-tz-build v0.4.0
25282024-12-17T07:34:35.878Z[ host-package] Compiling lalrpop v0.19.12
25292024-12-17T07:34:36.630Z[ helios-setup] Dec 17 07:34:34.956 INFO E| info: installing component 'rustc'
25302024-12-17T07:34:37.815Z[ host-package] Compiling slog-stdlog v4.1.1
25312024-12-17T07:34:39.555Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25322024-12-17T07:34:40.513Z[ host-package] Compiling diesel v2.2.6
25332024-12-17T07:34:40.850Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25342024-12-17T07:34:41.288Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25352024-12-17T07:34:41.560Z[ host-package] Compiling chacha20 v0.9.1
25362024-12-17T07:34:42.105Z[ host-package] Compiling aead v0.5.2
25372024-12-17T07:34:42.842Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25382024-12-17T07:34:42.881Z[ helios-setup] Dec 17 07:34:41.206 INFO E| info: installing component 'rustfmt'
25392024-12-17T07:34:43.606Z[ host-package] Compiling ref-cast v1.0.23
25402024-12-17T07:34:43.707Z[ helios-setup] Dec 17 07:34:42.032 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25412024-12-17T07:34:44.198Z[ host-package] Compiling vte v0.11.1
25422024-12-17T07:34:45.664Z[ host-package] Compiling chacha20poly1305 v0.10.1
25432024-12-17T07:34:45.966Z[ host-package] Compiling slog-envlogger v2.2.0
25442024-12-17T07:34:47.051Z[ helios-setup] Dec 17 07:34:45.374 INFO E| From https://github.com/oxidecomputer/amd-apcb
25452024-12-17T07:34:47.051Z[ helios-setup] Dec 17 07:34:45.374 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
25462024-12-17T07:34:47.051Z[ helios-setup] Dec 17 07:34:45.374 INFO E| * [new tag] v0.4.3 -> v0.4.3
25472024-12-17T07:34:47.081Z[ helios-setup] Dec 17 07:34:45.404 INFO E| * [new tag] v0.1.3 -> v0.1.3
25482024-12-17T07:34:47.081Z[ helios-setup] Dec 17 07:34:45.404 INFO E| * [new tag] v0.1.4 -> v0.1.4
25492024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.405 INFO E| * [new tag] v0.1.5 -> v0.1.5
25502024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.405 INFO E| * [new tag] v0.2.0 -> v0.2.0
25512024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.405 INFO E| * [new tag] v0.3.0 -> v0.3.0
25522024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.405 INFO E| * [new tag] v0.3.1 -> v0.3.1
25532024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.405 INFO E| * [new tag] v0.3.2 -> v0.3.2
25542024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.406 INFO E| * [new tag] v0.3.3 -> v0.3.3
25552024-12-17T07:34:47.083Z[ helios-setup] Dec 17 07:34:45.406 INFO E| * [new tag] v0.4.0 -> v0.4.0
25562024-12-17T07:34:47.084Z[ helios-setup] Dec 17 07:34:45.406 INFO E| * [new tag] v0.4.1 -> v0.4.1
25572024-12-17T07:34:47.084Z[ helios-setup] Dec 17 07:34:45.406 INFO E| * [new tag] v0.4.2 -> v0.4.2
25582024-12-17T07:34:47.120Z[ helios-setup] Dec 17 07:34:45.444 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25592024-12-17T07:34:47.210Z[ host-package] Compiling chrono-tz v0.10.0
25602024-12-17T07:34:47.981Z[ host-package] Compiling vsss-rs v3.3.4
25612024-12-17T07:34:48.723Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25622024-12-17T07:34:48.996Z[ helios-setup] Dec 17 07:34:47.319 INFO E| From https://github.com/oxidecomputer/amd-efs
25632024-12-17T07:34:48.996Z[ helios-setup] Dec 17 07:34:47.319 INFO E| * [new branch] empty -> origin/empty
25642024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.319 INFO E| * [new branch] issue-99 -> origin/issue-99
25652024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new branch] main -> origin/main
25662024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new branch] review -> origin/review
25672024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new ref] -> origin/HEAD
25682024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new tag] v0.2.0 -> v0.2.0
25692024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new tag] v0.2.1 -> v0.2.1
25702024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.320 INFO E| * [new tag] v0.2.2 -> v0.2.2
25712024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.2.3 -> v0.2.3
25722024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.2.4 -> v0.2.4
25732024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.2.5 -> v0.2.5
25742024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.2.6 -> v0.2.6
25752024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.2.7 -> v0.2.7
25762024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.3.0 -> v0.3.0
25772024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.3.1 -> v0.3.1
25782024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.321 INFO E| * [new tag] v0.4.0 -> v0.4.0
25792024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.322 INFO E| * [new tag] v0.4.1 -> v0.4.1
25802024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.322 INFO E| * [new tag] v0.4.2 -> v0.4.2
25812024-12-17T07:34:48.999Z[ helios-setup] Dec 17 07:34:47.322 INFO E| * [new tag] v0.4.3 -> v0.4.3
25822024-12-17T07:34:49.020Z[ helios-setup] Dec 17 07:34:47.343 INFO E| Updating crates.io index
25832024-12-17T07:34:49.041Z[ host-package] Compiling derive_builder_core v0.20.2
25842024-12-17T07:34:49.336Z[ helios-setup] Dec 17 07:34:47.659 INFO E| Downloading crates ...
25852024-12-17T07:34:49.450Z[ helios-setup] Dec 17 07:34:47.770 INFO E| Downloaded parse_int v0.6.0
25862024-12-17T07:34:49.452Z[ helios-setup] Dec 17 07:34:47.772 INFO E| Downloaded four-cc v0.3.0
25872024-12-17T07:34:49.453Z[ helios-setup] Dec 17 07:34:47.776 INFO E| Downloaded cfg-if v0.1.10
25882024-12-17T07:34:49.455Z[ helios-setup] Dec 17 07:34:47.778 INFO E| Downloaded bytesize v1.3.0
25892024-12-17T07:34:49.466Z[ helios-setup] Dec 17 07:34:47.789 INFO E| Downloaded unic-ucd-version v0.9.0
25902024-12-17T07:34:49.469Z[ helios-setup] Dec 17 07:34:47.791 INFO E| Downloaded scroll_derive v0.10.5
25912024-12-17T07:34:49.472Z[ helios-setup] Dec 17 07:34:47.793 INFO E| Downloaded fletcher v0.1.0
25922024-12-17T07:34:49.472Z[ helios-setup] Dec 17 07:34:47.794 INFO E| Downloaded unic-common v0.9.0
25932024-12-17T07:34:49.475Z[ helios-setup] Dec 17 07:34:47.796 INFO E| Downloaded unic-char-range v0.9.0
25942024-12-17T07:34:49.475Z[ helios-setup] Dec 17 07:34:47.798 INFO E| Downloaded textwrap v0.11.0
25952024-12-17T07:34:49.477Z[ helios-setup] Dec 17 07:34:47.801 INFO E| Downloaded pest_generator v2.7.13
25962024-12-17T07:34:49.480Z[ helios-setup] Dec 17 07:34:47.803 INFO E| Downloaded vec_map v0.8.2
25972024-12-17T07:34:49.482Z[ helios-setup] Dec 17 07:34:47.804 INFO E| Downloaded unic-ucd-ident v0.9.0
25982024-12-17T07:34:49.485Z[ helios-setup] Dec 17 07:34:47.807 INFO E| Downloaded rustc_version v0.2.3
25992024-12-17T07:34:49.490Z[ helios-setup] Dec 17 07:34:47.813 INFO E| Downloaded thiserror v1.0.64
26002024-12-17T07:34:49.498Z[ helios-setup] Dec 17 07:34:47.822 INFO E| Downloaded semver-parser v0.7.0
26012024-12-17T07:34:49.501Z[ helios-setup] Dec 17 07:34:47.823 INFO E| Downloaded pest_derive v2.7.13
26022024-12-17T07:34:49.503Z[ helios-setup] Dec 17 07:34:47.827 INFO E| Downloaded scroll v0.10.2
26032024-12-17T07:34:49.506Z[ helios-setup] Dec 17 07:34:47.830 INFO E| Downloaded pre-proc-macro v0.2.1
26042024-12-17T07:34:49.509Z[ helios-setup] Dec 17 07:34:47.833 INFO E| Downloaded pest_meta v2.7.13
26052024-12-17T07:34:49.513Z[ helios-setup] Dec 17 07:34:47.836 INFO E| Downloaded toml v0.5.11
26062024-12-17T07:34:49.517Z[ helios-setup] Dec 17 07:34:47.840 INFO E| Downloaded structopt v0.3.26
26072024-12-17T07:34:49.529Z[ helios-setup] Dec 17 07:34:47.853 INFO E| Downloaded serde v1.0.210
26082024-12-17T07:34:49.535Z[ helios-setup] Dec 17 07:34:47.858 INFO E| Downloaded pest v2.7.13
26092024-12-17T07:34:49.543Z[ helios-setup] Dec 17 07:34:47.866 INFO E| Downloaded serde_derive v1.0.210
26102024-12-17T07:34:49.547Z[ helios-setup] Dec 17 07:34:47.870 INFO E| Downloaded serde_json v1.0.128
26112024-12-17T07:34:49.559Z[ helios-setup] Dec 17 07:34:47.882 INFO E| Downloaded clap v2.34.0
26122024-12-17T07:34:49.569Z[ helios-setup] Dec 17 07:34:47.892 INFO E| Downloaded syn v2.0.79
26132024-12-17T07:34:49.586Z[ helios-setup] Dec 17 07:34:47.909 INFO E| Downloaded once_cell v1.20.1
26142024-12-17T07:34:49.589Z[ helios-setup] Dec 17 07:34:47.913 INFO E| Downloaded goblin v0.4.3
26152024-12-17T07:34:49.597Z[ helios-setup] Dec 17 07:34:47.920 INFO E| Downloaded modular-bitfield v0.11.2
26162024-12-17T07:34:49.611Z[ helios-setup] Dec 17 07:34:47.935 INFO E| Downloaded libc v0.2.159
26172024-12-17T07:34:49.654Z[ helios-setup] Dec 17 07:34:47.978 INFO E| Downloaded pre v0.2.1
26182024-12-17T07:34:49.657Z[ helios-setup] Dec 17 07:34:47.979 INFO E| Downloaded structopt-derive v0.4.18
26192024-12-17T07:34:49.657Z[ helios-setup] Dec 17 07:34:47.980 INFO E| Downloaded strsim v0.8.0
26202024-12-17T07:34:49.660Z[ helios-setup] Dec 17 07:34:47.982 INFO E| Downloaded proc-macro2 v1.0.86
26212024-12-17T07:34:49.662Z[ helios-setup] Dec 17 07:34:47.986 INFO E| Downloaded ansi_term v0.12.1
26222024-12-17T07:34:49.665Z[ helios-setup] Dec 17 07:34:47.988 INFO E| Downloaded modular-bitfield-impl v0.11.2
26232024-12-17T07:34:49.667Z[ helios-setup] Dec 17 07:34:47.990 INFO E| Downloaded strum_macros v0.23.1
26242024-12-17T07:34:49.670Z[ helios-setup] Dec 17 07:34:47.992 INFO E| Downloaded thiserror-impl v1.0.64
26252024-12-17T07:34:49.670Z[ helios-setup] Dec 17 07:34:47.993 INFO E| Downloaded semver v0.9.0
26262024-12-17T07:34:49.673Z[ helios-setup] Dec 17 07:34:47.995 INFO E| Downloaded proc-macro-crate v0.1.5
26272024-12-17T07:34:49.675Z[ helios-setup] Dec 17 07:34:47.996 INFO E| Downloaded unic-char-property v0.9.0
26282024-12-17T07:34:49.675Z[ helios-setup] Dec 17 07:34:47.998 INFO E| Downloaded strum v0.23.0
26292024-12-17T07:34:49.678Z[ helios-setup] Dec 17 07:34:47.999 INFO E| Downloaded memoffset v0.5.6
26302024-12-17T07:34:49.766Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling proc-macro2 v1.0.86
26312024-12-17T07:34:49.766Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling unicode-ident v1.0.13
26322024-12-17T07:34:49.768Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling syn v1.0.109
26332024-12-17T07:34:49.768Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling version_check v0.9.5
26342024-12-17T07:34:49.769Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling memchr v2.7.4
26352024-12-17T07:34:49.769Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling autocfg v1.4.0
26362024-12-17T07:34:49.769Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling thiserror v1.0.64
26372024-12-17T07:34:49.769Z[ helios-setup] Dec 17 07:34:48.089 INFO E| Compiling semver-parser v0.7.0
26382024-12-17T07:34:50.445Z[ helios-setup] Dec 17 07:34:48.768 INFO E| Compiling semver v0.9.0
26392024-12-17T07:34:50.866Z[ helios-setup] Dec 17 07:34:49.189 INFO E| Compiling serde v1.0.210
26402024-12-17T07:34:51.080Z[ helios-setup] Dec 17 07:34:49.403 INFO E| Compiling proc-macro-error-attr v1.0.4
26412024-12-17T07:34:51.340Z[ helios-setup] Dec 17 07:34:49.663 INFO E| Compiling rustc_version v0.2.3
26422024-12-17T07:34:51.513Z[ helios-setup] Dec 17 07:34:49.835 INFO E| Compiling proc-macro-error v1.0.4
26432024-12-17T07:34:51.965Z[ helios-setup] Dec 17 07:34:50.287 INFO E| Compiling serde_json v1.0.128
26442024-12-17T07:34:52.129Z[ helios-setup] Dec 17 07:34:50.452 INFO E| Compiling num-traits v0.2.19
26452024-12-17T07:34:52.214Z[ helios-setup] Dec 17 07:34:50.536 INFO E| Compiling schemars v0.8.21
26462024-12-17T07:34:52.249Z[ helios-setup] Dec 17 07:34:50.572 INFO E| Compiling itoa v1.0.11
26472024-12-17T07:34:52.316Z[ helios-setup] Dec 17 07:34:50.638 INFO E| Compiling ryu v1.0.18
26482024-12-17T07:34:52.384Z[ host-package] Compiling headers-core v0.3.0
26492024-12-17T07:34:52.741Z[ helios-setup] Dec 17 07:34:51.063 INFO E| Compiling unicode-segmentation v1.12.0
26502024-12-17T07:34:52.806Z[ helios-setup] Dec 17 07:34:51.128 INFO E| Compiling pre-proc-macro v0.2.1
26512024-12-17T07:34:52.842Z[ host-package] Compiling fxhash v0.2.1
26522024-12-17T07:34:52.884Z[ helios-setup] Dec 17 07:34:51.206 INFO E| Compiling memoffset v0.5.6
26532024-12-17T07:34:53.146Z[ helios-setup] Dec 17 07:34:51.468 INFO E| Compiling quote v1.0.37
26542024-12-17T07:34:53.494Z[ helios-setup] Dec 17 07:34:51.816 INFO E| Compiling paste v1.0.15
26552024-12-17T07:34:53.784Z[ host-package] Compiling libxml v0.3.3
26562024-12-17T07:34:53.793Z[ helios-setup] Dec 17 07:34:52.115 INFO E| Compiling ucd-trie v0.1.7
26572024-12-17T07:34:53.849Z[ helios-setup] Dec 17 07:34:52.171 INFO E| Compiling rustversion v1.0.17
26582024-12-17T07:34:53.962Z[ helios-setup] Dec 17 07:34:52.284 INFO E| Compiling syn v2.0.79
26592024-12-17T07:34:54.402Z[ helios-setup] Dec 17 07:34:52.724 INFO E| Compiling heck v0.3.3
26602024-12-17T07:34:54.679Z[ helios-setup] Dec 17 07:34:53.001 INFO E| Compiling libc v0.2.159
26612024-12-17T07:34:54.910Z[ host-package] Compiling ref-cast-impl v1.0.23
26622024-12-17T07:34:54.994Z[ helios-setup] Dec 17 07:34:53.316 INFO E| Compiling dyn-clone v1.0.17
26632024-12-17T07:34:55.302Z[ host-package] Compiling bytecount v0.6.8
26642024-12-17T07:34:55.330Z[ helios-setup] Dec 17 07:34:53.652 INFO E| Compiling lazy_static v1.5.0
26652024-12-17T07:34:55.668Z[ helios-setup] Dec 17 07:34:53.990 INFO E| Compiling pre v0.2.1
26662024-12-17T07:34:55.692Z[ helios-setup] Dec 17 07:34:54.012 INFO E| Compiling static_assertions v1.1.0
26672024-12-17T07:34:55.785Z[ helios-setup] Dec 17 07:34:54.106 INFO E| Compiling once_cell v1.20.1
26682024-12-17T07:34:56.068Z[ host-package] Compiling papergrid v0.11.0
26692024-12-17T07:34:56.404Z[ helios-setup] Dec 17 07:34:54.726 INFO E| Compiling byteorder v1.5.0
26702024-12-17T07:34:56.486Z[ helios-setup] Dec 17 07:34:54.808 INFO E| Compiling cfg-if v0.1.10
26712024-12-17T07:34:57.409Z[ helios-setup] Dec 17 07:34:55.730 INFO E| Compiling unicode-width v0.1.14
26722024-12-17T07:34:58.489Z[ helios-setup] Dec 17 07:34:56.810 INFO E| Compiling textwrap v0.11.0
26732024-12-17T07:34:58.676Z[ helios-setup] Dec 17 07:34:56.997 INFO E| Compiling atty v0.2.14
26742024-12-17T07:34:58.899Z[ helios-setup] Dec 17 07:34:57.220 INFO E| Compiling ansi_term v0.12.1
26752024-12-17T07:34:59.168Z[ helios-setup] Dec 17 07:34:57.489 INFO E| Compiling strsim v0.8.0
26762024-12-17T07:34:59.691Z[ helios-setup] Dec 17 07:34:58.011 INFO E| Compiling parse_int v0.6.0
26772024-12-17T07:34:59.859Z[ helios-setup] Dec 17 07:34:58.180 INFO E| Compiling vec_map v0.8.2
26782024-12-17T07:34:59.870Z[ helios-setup] Dec 17 07:34:58.191 INFO E| Compiling strum v0.23.0
26792024-12-17T07:34:59.907Z[ helios-setup] Dec 17 07:34:58.228 INFO E| Compiling unic-common v0.9.0
26802024-12-17T07:35:00.034Z[ helios-setup] Dec 17 07:34:58.354 INFO E| Compiling fletcher v0.1.0
26812024-12-17T07:35:00.059Z[ helios-setup] Dec 17 07:34:58.380 INFO E| Compiling unic-char-range v0.9.0
26822024-12-17T07:35:00.325Z[ helios-setup] Dec 17 07:34:58.646 INFO E| Compiling bitflags v1.3.2
26832024-12-17T07:35:00.347Z[ helios-setup] Dec 17 07:34:58.668 INFO E| Compiling unic-char-property v0.9.0
26842024-12-17T07:35:00.418Z[ helios-setup] Dec 17 07:34:58.738 INFO E| Compiling clap v2.34.0
26852024-12-17T07:35:00.498Z[ helios-setup] Dec 17 07:34:58.819 INFO E| Compiling unic-ucd-version v0.9.0
26862024-12-17T07:35:00.712Z[ helios-setup] Dec 17 07:34:59.033 INFO E| Compiling log v0.4.22
26872024-12-17T07:35:00.748Z[ helios-setup] Dec 17 07:34:59.068 INFO E| Compiling plain v0.2.3
26882024-12-17T07:35:00.804Z[ helios-setup] Dec 17 07:34:59.125 INFO E| Compiling unic-ucd-ident v0.9.0
26892024-12-17T07:35:00.853Z[ helios-setup] Dec 17 07:34:59.173 INFO E| Compiling bytesize v1.3.0
26902024-12-17T07:35:02.606Z[ helios-setup] Dec 17 07:35:00.926 INFO E| Compiling serde_derive_internals v0.29.1
26912024-12-17T07:35:04.898Z[ helios-setup] Dec 17 07:35:03.218 INFO E| Compiling toml v0.5.11
26922024-12-17T07:35:08.834Z[ helios-setup] Dec 17 07:35:07.153 INFO E| Compiling proc-macro-crate v0.1.5
26932024-12-17T07:35:09.136Z[ helios-setup] Dec 17 07:35:07.454 INFO E| Compiling thiserror-impl v1.0.64
26942024-12-17T07:35:09.414Z[ helios-setup] Dec 17 07:35:07.733 INFO E| Compiling serde_derive v1.0.210
26952024-12-17T07:35:09.788Z[ helios-setup] Dec 17 07:35:08.106 INFO E| Compiling schemars_derive v0.8.21
26962024-12-17T07:35:09.882Z[ helios-setup] Dec 17 07:35:08.200 INFO E| Compiling zerocopy-derive v0.6.6
26972024-12-17T07:35:11.121Z[ helios-setup] Dec 17 07:35:09.440 INFO E| Compiling num-derive v0.4.2
26982024-12-17T07:35:13.739Z[ host-package] Compiling polar-core v0.27.3
26992024-12-17T07:35:13.791Z[ helios-setup] Dec 17 07:35:12.107 INFO E| Compiling zerocopy v0.6.6
27002024-12-17T07:35:15.214Z[ helios-setup] Dec 17 07:35:13.532 INFO E| Compiling pest v2.7.13
27012024-12-17T07:35:15.979Z[ helios-setup] Dec 17 07:35:14.296 INFO E| Compiling modular-bitfield-impl v0.11.2
27022024-12-17T07:35:15.980Z[ helios-setup] Dec 17 07:35:14.296 INFO E| Compiling strum_macros v0.23.1
27032024-12-17T07:35:15.983Z[ helios-setup] Dec 17 07:35:14.296 INFO E| Compiling scroll_derive v0.10.5
27042024-12-17T07:35:16.925Z[ helios-setup] Dec 17 07:35:15.242 INFO E| Compiling structopt-derive v0.4.18
27052024-12-17T07:35:19.105Z[ helios-setup] Dec 17 07:35:17.422 INFO E| Compiling scroll v0.10.2
27062024-12-17T07:35:20.027Z[ helios-setup] Dec 17 07:35:18.343 INFO E| Compiling goblin v0.4.3
27072024-12-17T07:35:20.145Z[ host-package] Compiling headers v0.4.0
27082024-12-17T07:35:21.107Z[ helios-setup] Dec 17 07:35:19.423 INFO E| Compiling pest_meta v2.7.13
27092024-12-17T07:35:22.130Z[ helios-setup] Dec 17 07:35:20.445 INFO E| Compiling modular-bitfield v0.11.2
27102024-12-17T07:35:22.771Z[ host-package] Compiling derive_builder_macro v0.20.2
27112024-12-17T07:35:23.043Z[ helios-setup] Dec 17 07:35:21.359 INFO E| Compiling structopt v0.3.26
27122024-12-17T07:35:23.497Z[ helios-setup] Dec 17 07:35:21.813 INFO E| Compiling pest_generator v2.7.13
27132024-12-17T07:35:26.024Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27142024-12-17T07:35:26.359Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27152024-12-17T07:35:26.361Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27162024-12-17T07:35:26.869Z[ host-package] Compiling tabled_derive v0.7.0
27172024-12-17T07:35:27.022Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27182024-12-17T07:35:28.980Z[ helios-setup] Dec 17 07:35:27.295 INFO E| Compiling pest_derive v2.7.13
27192024-12-17T07:35:29.790Z[ host-package] Compiling itertools v0.12.1
27202024-12-17T07:35:30.944Z[ host-package] Compiling fd-lock v4.0.2
27212024-12-17T07:35:31.343Z[ host-package] Compiling peg-macros v0.8.4
27222024-12-17T07:35:32.402Z[ helios-setup] Dec 17 07:35:30.716 INFO E| Compiling json5 v0.4.1
27232024-12-17T07:35:32.915Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242024-12-17T07:35:33.860Z[ host-package] Compiling strum_macros v0.24.3
27252024-12-17T07:35:34.585Z[ host-package] Compiling kstat-rs v0.2.4
27262024-12-17T07:35:34.897Z[ host-package] Compiling samael v0.0.17
27272024-12-17T07:35:35.955Z[ host-package] Compiling unicase v2.7.0
27282024-12-17T07:35:35.994Z[ host-package] Compiling indoc v1.0.9
27292024-12-17T07:35:36.405Z[ host-package] Compiling nu-ansi-term v0.50.1
27302024-12-17T07:35:37.216Z[ host-package] Compiling reedline v0.35.0
27312024-12-17T07:35:37.931Z[ helios-setup] Dec 17 07:35:36.244 INFO E| Compiling four-cc v0.3.0
27322024-12-17T07:35:37.931Z[ helios-setup] Dec 17 07:35:36.244 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27332024-12-17T07:35:38.055Z[ host-package] Compiling peg v0.8.4
27342024-12-17T07:35:38.174Z[ helios-setup] Dec 17 07:35:36.487 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
27352024-12-17T07:35:38.216Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362024-12-17T07:35:41.127Z[ host-package] Compiling tabled v0.15.0
27372024-12-17T07:35:58.401Z[ host-package] Compiling derive_builder v0.20.2
27382024-12-17T07:35:58.484Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27392024-12-17T07:36:01.730Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402024-12-17T07:36:01.954Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27412024-12-17T07:36:04.272Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27422024-12-17T07:36:04.331Z[ host-package] Compiling bcs v0.1.6
27432024-12-17T07:36:04.689Z[ host-package] Compiling oso-derive v0.27.3
27442024-12-17T07:36:05.399Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27452024-12-17T07:36:05.513Z[ host-package] Compiling libz-sys v1.1.20
27462024-12-17T07:36:05.819Z[ host-package] Compiling quick-xml v0.33.0
27472024-12-17T07:36:06.262Z[ host-package] Compiling diesel-dtrace v0.4.2
27482024-12-17T07:36:06.678Z[ host-package] Compiling parking_lot_core v0.8.6
27492024-12-17T07:36:13.207Z[ host-package] Compiling oso v0.27.3
27502024-12-17T07:36:14.445Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27512024-12-17T07:36:16.392Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27522024-12-17T07:36:21.580Z[ helios-setup] Dec 17 07:36:19.883 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27532024-12-17T07:36:22.817Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27542024-12-17T07:36:26.788Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552024-12-17T07:36:27.269Z[ host-package] Compiling bb8 v0.8.5
27562024-12-17T07:36:27.946Z[ host-package] Compiling async-bb8-diesel v0.2.1
27572024-12-17T07:36:31.016Z[ host-package] Compiling nibble_vec v0.1.0
27582024-12-17T07:36:31.287Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27592024-12-17T07:36:32.208Z[ host-package] Compiling atty v0.2.14
27602024-12-17T07:36:32.465Z[ host-package] Compiling endian-type v0.1.2
27612024-12-17T07:36:32.835Z[ host-package] Compiling salty v0.3.0
27622024-12-17T07:36:33.196Z[ host-package] Compiling radix_trie v0.2.1
27632024-12-17T07:36:34.730Z[ host-package] Compiling parking_lot v0.11.2
27642024-12-17T07:36:37.237Z[ helios-setup] Dec 17 07:36:35.537 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27652024-12-17T07:36:37.417Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27662024-12-17T07:36:42.710Z[ host-package] Compiling sled v0.34.7
27672024-12-17T07:37:07.665Z[ host-package] Compiling mime_guess v2.0.5
27682024-12-17T07:37:09.256Z[ host-package] Compiling hickory-client v0.24.1
27692024-12-17T07:37:12.491Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27702024-12-17T07:37:14.015Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27712024-12-17T07:37:14.857Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27722024-12-17T07:37:15.583Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732024-12-17T07:37:16.227Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
27742024-12-17T07:37:17.840Z[ helios-setup] Dec 17 07:37:16.131 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 34s
27752024-12-17T07:37:17.882Z[ helios-setup] Dec 17 07:37:16.173 INFO building project "amd-host-image-builder" ok (181 seconds)
27762024-12-17T07:37:17.882Z[ helios-setup] Dec 17 07:37:16.173 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27772024-12-17T07:37:17.885Z[ helios-setup] Dec 17 07:37:16.173 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27782024-12-17T07:37:18.043Z[ host-package] Compiling hickory-server v0.24.1
27792024-12-17T07:37:18.169Z[ helios-setup] Dec 17 07:37:16.460 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27802024-12-17T07:37:20.372Z[ host-package] Compiling primeorder v0.13.6
27812024-12-17T07:37:20.554Z[ helios-setup] Dec 17 07:37:18.844 INFO E| From https://github.com/oxidecomputer/progenitor
27822024-12-17T07:37:20.557Z[ helios-setup] Dec 17 07:37:18.844 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27832024-12-17T07:37:20.586Z[ helios-setup] Dec 17 07:37:18.877 INFO E| * [new tag] v0.1.1 -> v0.1.1
27842024-12-17T07:37:20.586Z[ helios-setup] Dec 17 07:37:18.877 INFO E| * [new tag] v0.2.0 -> v0.2.0
27852024-12-17T07:37:20.699Z[ helios-setup] Dec 17 07:37:18.989 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27862024-12-17T07:37:21.080Z[ host-package] Compiling vergen v8.3.2
27872024-12-17T07:37:21.398Z[ host-package] Compiling env_filter v0.1.2
27882024-12-17T07:37:22.248Z[ host-package] Compiling cargo-platform v0.1.8
27892024-12-17T07:37:22.304Z[ helios-setup] Dec 17 07:37:20.594 INFO E| From https://github.com/jclulow/hiercmd
27902024-12-17T07:37:22.304Z[ helios-setup] Dec 17 07:37:20.594 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27912024-12-17T07:37:22.322Z[ helios-setup] Dec 17 07:37:20.612 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27922024-12-17T07:37:22.810Z[ host-package] Compiling nanorand v0.7.0
27932024-12-17T07:37:22.908Z[ host-package] Compiling memoffset v0.9.1
27942024-12-17T07:37:23.400Z[ host-package] Compiling flume v0.11.1
27952024-12-17T07:37:23.525Z[ host-package] Compiling cargo_metadata v0.18.1
27962024-12-17T07:37:23.789Z[ helios-setup] Dec 17 07:37:22.078 INFO E| From https://github.com/jclulow/network-interface
27972024-12-17T07:37:23.789Z[ helios-setup] Dec 17 07:37:22.078 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27982024-12-17T07:37:23.808Z[ helios-setup] Dec 17 07:37:22.098 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27992024-12-17T07:37:24.140Z[ host-package] Compiling env_logger v0.11.5
28002024-12-17T07:37:24.404Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28012024-12-17T07:37:25.383Z[ helios-setup] Dec 17 07:37:23.672 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28022024-12-17T07:37:25.383Z[ helios-setup] Dec 17 07:37:23.672 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28032024-12-17T07:37:25.417Z[ helios-setup] Dec 17 07:37:23.706 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28042024-12-17T07:37:25.551Z[ host-package] Compiling p384 v0.13.0
28052024-12-17T07:37:26.761Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062024-12-17T07:37:27.322Z[ helios-setup] Dec 17 07:37:25.611 INFO E| From https://github.com/oxidecomputer/facade
28072024-12-17T07:37:27.322Z[ helios-setup] Dec 17 07:37:25.611 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28082024-12-17T07:37:27.368Z[ helios-setup] Dec 17 07:37:25.657 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28092024-12-17T07:37:28.407Z[ host-package] Compiling git2 v0.19.0
28102024-12-17T07:37:28.762Z[ helios-setup] Dec 17 07:37:27.050 INFO E| From https://github.com/oxidecomputer/dropshot
28112024-12-17T07:37:28.762Z[ helios-setup] Dec 17 07:37:27.050 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28122024-12-17T07:37:28.797Z[ helios-setup] Dec 17 07:37:27.085 INFO E| * [new tag] v0.3.0 -> v0.3.0
28132024-12-17T07:37:28.797Z[ helios-setup] Dec 17 07:37:27.085 INFO E| * [new tag] v0.4.0 -> v0.4.0
28142024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.085 INFO E| * [new tag] v0.5.0 -> v0.5.0
28152024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.086 INFO E| * [new tag] v0.5.1 -> v0.5.1
28162024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.086 INFO E| * [new tag] v0.6.0 -> v0.6.0
28172024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.086 INFO E| * [new tag] v0.7.0 -> v0.7.0
28182024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.086 INFO E| * [new tag] v0.8.0 -> v0.8.0
28192024-12-17T07:37:28.800Z[ helios-setup] Dec 17 07:37:27.086 INFO E| * [new tag] v0.9.0 -> v0.9.0
28202024-12-17T07:37:28.842Z[ helios-setup] Dec 17 07:37:27.130 INFO E| Updating crates.io index
28212024-12-17T07:37:28.875Z[ helios-setup] Dec 17 07:37:27.163 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28222024-12-17T07:37:30.152Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28232024-12-17T07:37:30.557Z[ helios-setup] Dec 17 07:37:28.845 INFO E| From https://github.com/oxidecomputer/typify
28242024-12-17T07:37:30.557Z[ helios-setup] Dec 17 07:37:28.845 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28252024-12-17T07:37:30.591Z[ helios-setup] Dec 17 07:37:28.879 INFO E| * [new tag] v0.0.10 -> v0.0.10
28262024-12-17T07:37:30.591Z[ helios-setup] Dec 17 07:37:28.879 INFO E| * [new tag] v0.0.11 -> v0.0.11
28272024-12-17T07:37:30.594Z[ helios-setup] Dec 17 07:37:28.879 INFO E| * [new tag] v0.0.4 -> v0.0.4
28282024-12-17T07:37:30.594Z[ helios-setup] Dec 17 07:37:28.880 INFO E| * [new tag] v0.0.5 -> v0.0.5
28292024-12-17T07:37:30.594Z[ helios-setup] Dec 17 07:37:28.880 INFO E| * [new tag] v0.0.7 -> v0.0.7
28302024-12-17T07:37:30.594Z[ helios-setup] Dec 17 07:37:28.880 INFO E| * [new tag] v0.0.8 -> v0.0.8
28312024-12-17T07:37:30.594Z[ helios-setup] Dec 17 07:37:28.880 INFO E| * [new tag] v0.0.9 -> v0.0.9
28322024-12-17T07:37:31.045Z[ helios-setup] Dec 17 07:37:29.332 INFO E| Downloading crates ...
28332024-12-17T07:37:31.204Z[ helios-setup] Dec 17 07:37:29.492 INFO E| Downloaded async-stream-impl v0.3.5
28342024-12-17T07:37:31.209Z[ helios-setup] Dec 17 07:37:29.497 INFO E| Downloaded ahash v0.7.6
28352024-12-17T07:37:31.236Z[ helios-setup] Dec 17 07:37:29.524 INFO E| Downloaded const-random v0.1.15
28362024-12-17T07:37:31.274Z[ helios-setup] Dec 17 07:37:29.562 INFO E| Downloaded project-root v0.2.2
28372024-12-17T07:37:31.277Z[ helios-setup] Dec 17 07:37:29.563 INFO E| Downloaded serde v1.0.204
28382024-12-17T07:37:31.281Z[ helios-setup] Dec 17 07:37:29.570 INFO E| Downloaded want v0.3.0
28392024-12-17T07:37:31.285Z[ helios-setup] Dec 17 07:37:29.574 INFO E| Downloaded toolchain_find v0.2.0
28402024-12-17T07:37:31.288Z[ helios-setup] Dec 17 07:37:29.575 INFO E| Downloaded concolor-override v1.0.0
28412024-12-17T07:37:31.291Z[ helios-setup] Dec 17 07:37:29.577 INFO E| Downloaded anstream v0.2.6
28422024-12-17T07:37:31.293Z[ helios-setup] Dec 17 07:37:29.580 INFO E| Downloaded try-lock v0.2.4
28432024-12-17T07:37:31.296Z[ helios-setup] Dec 17 07:37:29.582 INFO E| Downloaded clap_lex v0.4.1
28442024-12-17T07:37:31.298Z[ helios-setup] Dec 17 07:37:29.584 INFO E| Downloaded httpdate v1.0.2
28452024-12-17T07:37:31.301Z[ helios-setup] Dec 17 07:37:29.587 INFO E| Downloaded serde_spanned v0.6.1
28462024-12-17T07:37:31.301Z[ helios-setup] Dec 17 07:37:29.588 INFO E| Downloaded semver-parser v0.10.2
28472024-12-17T07:37:31.304Z[ helios-setup] Dec 17 07:37:29.591 INFO E| Downloaded http-body v0.4.5
28482024-12-17T07:37:31.307Z[ helios-setup] Dec 17 07:37:29.595 INFO E| Downloaded tower-service v0.3.2
28492024-12-17T07:37:31.312Z[ helios-setup] Dec 17 07:37:29.596 INFO E| Downloaded serde_path_to_error v0.1.11
28502024-12-17T07:37:31.312Z[ helios-setup] Dec 17 07:37:29.599 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28512024-12-17T07:37:31.315Z[ helios-setup] Dec 17 07:37:29.603 INFO E| Downloaded thiserror-impl v1.0.38
28522024-12-17T07:37:31.318Z[ helios-setup] Dec 17 07:37:29.606 INFO E| Downloaded num_enum_derive v0.5.7
28532024-12-17T07:37:31.321Z[ helios-setup] Dec 17 07:37:29.608 INFO E| Downloaded semver v0.11.0
28542024-12-17T07:37:31.323Z[ helios-setup] Dec 17 07:37:29.611 INFO E| Downloaded utf8parse v0.2.1
28552024-12-17T07:37:31.326Z[ helios-setup] Dec 17 07:37:29.613 INFO E| Downloaded percent-encoding v2.2.0
28562024-12-17T07:37:31.329Z[ helios-setup] Dec 17 07:37:29.615 INFO E| Downloaded lazy_static v1.4.0
28572024-12-17T07:37:31.331Z[ helios-setup] Dec 17 07:37:29.617 INFO E| Downloaded walkdir v2.3.3
28582024-12-17T07:37:31.334Z[ helios-setup] Dec 17 07:37:29.620 INFO E| Downloaded memoffset v0.7.1
28592024-12-17T07:37:31.334Z[ helios-setup] Dec 17 07:37:29.622 INFO E| Downloaded rustfmt-wrapper v0.2.0
28602024-12-17T07:37:31.337Z[ helios-setup] Dec 17 07:37:29.625 INFO E| Downloaded schemars_derive v0.8.12
28612024-12-17T07:37:31.339Z[ helios-setup] Dec 17 07:37:29.628 INFO E| Downloaded proc-macro-crate v1.2.1
28622024-12-17T07:37:31.342Z[ helios-setup] Dec 17 07:37:29.629 INFO E| Downloaded itoa v1.0.6
28632024-12-17T07:37:31.344Z[ helios-setup] Dec 17 07:37:29.632 INFO E| Downloaded sha2 v0.10.6
28642024-12-17T07:37:31.347Z[ helios-setup] Dec 17 07:37:29.635 INFO E| Downloaded clap_derive v4.2.0
28652024-12-17T07:37:31.351Z[ helios-setup] Dec 17 07:37:29.639 INFO E| Downloaded semver v1.0.17
28662024-12-17T07:37:31.356Z[ helios-setup] Dec 17 07:37:29.644 INFO E| Downloaded rustls-pemfile v1.0.2
28672024-12-17T07:37:31.359Z[ helios-setup] Dec 17 07:37:29.647 INFO E| Downloaded lock_api v0.4.9
28682024-12-17T07:37:31.362Z[ helios-setup] Dec 17 07:37:29.650 INFO E| Downloaded httparse v1.8.0
28692024-12-17T07:37:31.366Z[ helios-setup] Dec 17 07:37:29.654 INFO E| Downloaded strsim v0.10.0
28702024-12-17T07:37:31.368Z[ helios-setup] Dec 17 07:37:29.656 INFO E| Downloaded tokio-rustls v0.24.0
28712024-12-17T07:37:31.371Z[ helios-setup] Dec 17 07:37:29.659 INFO E| Downloaded socket2 v0.4.9
28722024-12-17T07:37:31.375Z[ helios-setup] Dec 17 07:37:29.663 INFO E| Downloaded quote v1.0.36
28732024-12-17T07:37:31.379Z[ helios-setup] Dec 17 07:37:29.667 INFO E| Downloaded serde_derive v1.0.204
28742024-12-17T07:37:31.384Z[ helios-setup] Dec 17 07:37:29.672 INFO E| Downloaded ryu v1.0.13
28752024-12-17T07:37:31.389Z[ helios-setup] Dec 17 07:37:29.677 INFO E| Downloaded typenum v1.16.0
28762024-12-17T07:37:31.392Z[ helios-setup] Dec 17 07:37:29.680 INFO E| Downloaded ucd-trie v0.1.5
28772024-12-17T07:37:31.395Z[ helios-setup] Dec 17 07:37:29.683 INFO E| Downloaded scopeguard v1.1.0
28782024-12-17T07:37:31.397Z[ helios-setup] Dec 17 07:37:29.685 INFO E| Downloaded textwrap v0.16.0
28792024-12-17T07:37:31.401Z[ helios-setup] Dec 17 07:37:29.689 INFO E| Downloaded schemars v0.8.12
28802024-12-17T07:37:31.420Z[ helios-setup] Dec 17 07:37:29.708 INFO E| Downloaded rustls-webpki v0.100.1
28812024-12-17T07:37:31.430Z[ helios-setup] Dec 17 07:37:29.718 INFO E| Downloaded unicode-linebreak v0.1.4
28822024-12-17T07:37:31.433Z[ helios-setup] Dec 17 07:37:29.721 INFO E| Downloaded cc v1.0.78
28832024-12-17T07:37:31.438Z[ helios-setup] Dec 17 07:37:29.726 INFO E| Downloaded base64 v0.21.0
28842024-12-17T07:37:31.521Z[ helios-setup] Dec 17 07:37:29.809 INFO E| Downloaded toml_edit v0.19.8
28852024-12-17T07:37:31.548Z[ helios-setup] Dec 17 07:37:29.836 INFO E| Downloaded tokio-util v0.7.7
28862024-12-17T07:37:31.557Z[ helios-setup] Dec 17 07:37:29.845 INFO E| Downloaded unicode-normalization v0.1.22
28872024-12-17T07:37:31.563Z[ helios-setup] Dec 17 07:37:29.851 INFO E| Downloaded winnow v0.4.1
28882024-12-17T07:37:31.576Z[ helios-setup] Dec 17 07:37:29.864 INFO E| Downloaded serde_json v1.0.95
28892024-12-17T07:37:32.590Z[ helios-setup] Dec 17 07:37:29.876 INFO E| Downloaded pest v2.5.7
28902024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:29.883 INFO E| Downloaded aho-corasick v0.7.20
28912024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:29.888 INFO E| Downloaded mio v0.8.5
28922024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:29.895 INFO E| Downloaded crossbeam-channel v0.5.6
28932024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:29.919 INFO E| Downloaded http v0.2.9
28942024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:29.926 INFO E| Downloaded syn v2.0.72
28952024-12-17T07:37:32.595Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28962024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.016 INFO E| Downloaded reqwest v0.11.16
28972024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.021 INFO E| Downloaded h2 v0.3.16
28982024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.031 INFO E| Downloaded rayon v1.6.1
28992024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.064 INFO E| Downloaded futures-util v0.3.28
29002024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.079 INFO E| Downloaded hyper v0.14.25
29012024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.091 INFO E| Downloaded git2 v0.16.1
29022024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.103 INFO E| Downloaded regress v0.5.0
29032024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.114 INFO E| Downloaded regex v1.7.3
29042024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.126 INFO E| Downloaded chrono v0.4.24
29052024-12-17T07:37:32.595Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29062024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.138 INFO E| Downloaded rustix v0.37.3
29072024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.167 INFO E| Downloaded clap_builder v4.2.1
29082024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.177 INFO E| Downloaded rhai v1.14.0
29092024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.197 INFO E| Downloaded syn v1.0.107
29102024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.213 INFO E| Downloaded rustls v0.21.0
29112024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.250 INFO E| Downloaded openapiv3 v1.0.2
29122024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.268 INFO E| Downloaded rayon-core v1.10.2
29132024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.274 INFO E| Downloaded memchr v2.5.0
29142024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.281 INFO E| Downloaded tracing v0.1.37
29152024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.287 INFO E| Downloaded serde_yaml v0.9.21
29162024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.293 INFO E| Downloaded rhai_codegen v1.5.0
29172024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.307 INFO E| Downloaded clap v4.2.1
29182024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.320 INFO E| Downloaded bytes v1.4.0
29192024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.327 INFO E| Downloaded tokio v1.27.0
29202024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.381 INFO E| Downloaded url v2.3.1
29212024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.386 INFO E| Downloaded unsafe-libyaml v0.2.8
29222024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.390 INFO E| Downloaded unicode-ident v1.0.8
29232024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.394 INFO E| Downloaded tracing-core v0.1.30
29242024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.398 INFO E| Downloaded toml v0.7.3
29252024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.402 INFO E| Downloaded parking_lot v0.12.1
29262024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.405 INFO E| Downloaded num-traits v0.2.15
29272024-12-17T07:37:32.595Z[ helios-setup] Dec 17 07:37:30.413 INFO E| Downloaded crossbeam-utils v0.8.14
29282024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.416 INFO E| Downloaded crossbeam-epoch v0.9.13
29292024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.420 INFO E| Downloaded uuid v1.3.0
29302024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.426 INFO E| Downloaded unicode-bidi v0.3.13
29312024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.429 INFO E| Downloaded tinyvec v1.6.0
29322024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.434 INFO E| Downloaded slog-async v2.7.0
29332024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.436 INFO E| Downloaded libc v0.2.139
29342024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.471 INFO E| Downloaded log v0.4.17
29352024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.474 INFO E| Downloaded futures v0.3.28
29362024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.481 INFO E| Downloaded ahash v0.8.3
29372024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.485 INFO E| Downloaded tungstenite v0.18.0
29382024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.489 INFO E| Downloaded smartstring v1.0.1
29392024-12-17T07:37:32.596Z[ helios-setup] Dec 17 07:37:30.492 INFO E| Downloaded anyhow v1.0.68
29402024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.497 INFO E| Downloaded once_cell v1.17.0
29412024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.501 INFO E| Downloaded fastrand v1.9.0
29422024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.503 INFO E| Downloaded pin-project-lite v0.2.9
29432024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.510 INFO E| Downloaded paste v1.0.12
29442024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.514 INFO E| Downloaded parking_lot_core v0.9.6
29452024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.517 INFO E| Downloaded bincode v1.3.3
29462024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.521 INFO E| Downloaded io-lifetimes v1.0.10
29472024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.537 INFO E| Downloaded getrandom v0.2.8
29482024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.541 INFO E| Downloaded num_cpus v1.15.0
29492024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.545 INFO E| Downloaded ipnet v2.7.2
29502024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.547 INFO E| Downloaded futures-channel v0.3.28
29512024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.551 INFO E| Downloaded either v1.8.0
29522024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.553 INFO E| Downloaded cargo-lock v8.0.3
29532024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.557 INFO E| Downloaded sct v0.7.0
29542024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.562 INFO E| Downloaded tokio-tungstenite v0.18.0
29552024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.565 INFO E| Downloaded time v0.1.45
29562024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.567 INFO E| Downloaded thiserror v1.0.38
29572024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.573 INFO E| Downloaded tempfile v3.5.0
29582024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.577 INFO E| Downloaded smallvec v1.10.0
29592024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.580 INFO E| Downloaded serde_derive_internals v0.26.0
29602024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.582 INFO E| Downloaded futures-executor v0.3.28
29612024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.584 INFO E| Downloaded camino v1.1.4
29622024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.586 INFO E| Downloaded async-trait v0.1.68
29632024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.591 INFO E| Downloaded tokio-macros v2.0.0
29642024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.592 INFO E| Downloaded terminal_size v0.2.6
29652024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.594 INFO E| Downloaded signal-hook-registry v1.4.0
29662024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.596 INFO E| Downloaded num_enum v0.5.7
29672024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.602 INFO E| Downloaded serde_tokenstream v0.2.0
29682024-12-17T07:37:32.597Z[ helios-setup] Dec 17 07:37:30.606 INFO E| Downloaded pkg-config v0.3.26
29692024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.608 INFO E| Downloaded iana-time-zone v0.1.56
29702024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.612 INFO E| Downloaded crossbeam-deque v0.8.2
29712024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.615 INFO E| Downloaded futures-macro v0.3.28
29722024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.618 INFO E| Downloaded toml_datetime v0.6.1
29732024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.620 INFO E| Downloaded form_urlencoded v1.1.0
29742024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.621 INFO E| Downloaded jobserver v0.1.26
29752024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.624 INFO E| Downloaded is-terminal v0.4.7
29762024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.627 INFO E| Downloaded futures-io v0.3.28
29772024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.628 INFO E| Downloaded num-integer v0.1.45
29782024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.631 INFO E| Downloaded home v0.5.4
29792024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.633 INFO E| Downloaded futures-core v0.3.28
29802024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.635 INFO E| Downloaded encoding_rs v0.8.32
29812024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.692 INFO E| Downloaded smawk v0.3.1
29822024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.694 INFO E| Downloaded slog-bunyan v2.4.0
29832024-12-17T07:37:32.599Z[ helios-setup] Dec 17 07:37:30.696 INFO E| Downloaded slab v0.4.7
29842024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.698 INFO E| Downloaded sha1 v0.10.5
29852024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.700 INFO E| Downloaded ppv-lite86 v0.2.17
29862024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.702 INFO E| Downloaded digest v0.10.6
29872024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.705 INFO E| Downloaded built v0.6.0
29882024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.707 INFO E| Downloaded futures-task v0.3.28
29892024-12-17T07:37:32.600Z[ helios-setup] Dec 17 07:37:30.708 INFO E| Downloaded errno v0.3.1
29902024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.710 INFO E| Downloaded dyn-clone v1.0.11
29912024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.713 INFO E| Downloaded futures-sink v0.3.28
29922024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.714 INFO E| Downloaded concolor-query v0.3.3
29932024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.715 INFO E| Downloaded anstyle v0.3.5
29942024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.717 INFO E| Downloaded byteorder v1.4.3
29952024-12-17T07:37:32.602Z[ helios-setup] Dec 17 07:37:30.720 INFO E| Downloaded autocfg v1.1.0
29962024-12-17T07:37:32.603Z[ helios-setup] Dec 17 07:37:30.722 INFO E| Downloaded async-stream v0.3.5
29972024-12-17T07:37:32.603Z[ helios-setup] Dec 17 07:37:30.725 INFO E| Downloaded anstyle-parse v0.1.1
29982024-12-17T07:37:32.603Z[ helios-setup] Dec 17 07:37:30.727 INFO E| Downloaded const-random-macro v0.1.15
29992024-12-17T07:37:32.603Z[ helios-setup] Dec 17 07:37:30.761 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30002024-12-17T07:37:32.643Z[ helios-setup] Dec 17 07:37:30.930 INFO E| Downloaded libz-sys v1.1.8
30012024-12-17T07:37:33.011Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30022024-12-17T07:37:33.065Z[ helios-setup] Dec 17 07:37:31.352 INFO E| Compiling proc-macro2 v1.0.86
30032024-12-17T07:37:33.065Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling libc v0.2.139
30042024-12-17T07:37:33.065Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling unicode-ident v1.0.8
30052024-12-17T07:37:33.068Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling autocfg v1.1.0
30062024-12-17T07:37:33.068Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling cfg-if v1.0.0
30072024-12-17T07:37:33.068Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling version_check v0.9.4
30082024-12-17T07:37:33.068Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling serde v1.0.204
30092024-12-17T07:37:33.068Z[ helios-setup] Dec 17 07:37:31.353 INFO E| Compiling syn v1.0.107
30102024-12-17T07:37:34.927Z[ helios-setup] Dec 17 07:37:33.214 INFO E| Compiling memchr v2.5.0
30112024-12-17T07:37:35.183Z[ helios-setup] Dec 17 07:37:33.470 INFO E| Compiling once_cell v1.17.0
30122024-12-17T07:37:35.253Z[ helios-setup] Dec 17 07:37:33.540 INFO E| Compiling thiserror v1.0.38
30132024-12-17T07:37:35.358Z[ helios-setup] Dec 17 07:37:33.645 INFO E| Compiling log v0.4.17
30142024-12-17T07:37:36.446Z[ helios-setup] Dec 17 07:37:34.732 INFO E| Compiling serde_json v1.0.95
30152024-12-17T07:37:36.512Z[ helios-setup] Dec 17 07:37:34.799 INFO E| Compiling itoa v1.0.6
30162024-12-17T07:37:36.885Z[ helios-setup] Dec 17 07:37:35.172 INFO E| Compiling quote v1.0.36
30172024-12-17T07:37:37.402Z[ helios-setup] Dec 17 07:37:35.689 INFO E| Compiling getrandom v0.2.8
30182024-12-17T07:37:37.651Z[ helios-setup] Dec 17 07:37:35.938 INFO E| Compiling jobserver v0.1.26
30192024-12-17T07:37:37.854Z[ helios-setup] Dec 17 07:37:36.141 INFO E| Compiling syn v2.0.72
30202024-12-17T07:37:38.163Z[ helios-setup] Dec 17 07:37:36.449 INFO E| Compiling cc v1.0.78
30212024-12-17T07:37:38.498Z[ helios-setup] Dec 17 07:37:36.785 INFO E| Compiling indexmap v1.9.3
30222024-12-17T07:37:39.040Z[ helios-setup] Dec 17 07:37:37.327 INFO E| Compiling pin-project-lite v0.2.9
30232024-12-17T07:37:39.258Z[ helios-setup] Dec 17 07:37:37.544 INFO E| Compiling scopeguard v1.1.0
30242024-12-17T07:37:39.311Z[ helios-setup] Dec 17 07:37:37.598 INFO E| Compiling num-integer v0.1.45
30252024-12-17T07:37:39.405Z[ helios-setup] Dec 17 07:37:37.691 INFO E| Compiling bytes v1.4.0
30262024-12-17T07:37:39.620Z[ helios-setup] Dec 17 07:37:37.906 INFO E| Compiling futures-core v0.3.28
30272024-12-17T07:37:40.460Z[ helios-setup] Dec 17 07:37:38.746 INFO E| Compiling ryu v1.0.13
30282024-12-17T07:37:41.332Z[ helios-setup] Dec 17 07:37:39.618 INFO E| Compiling lock_api v0.4.9
30292024-12-17T07:37:41.603Z[ helios-setup] Dec 17 07:37:39.889 INFO E| Compiling parking_lot_core v0.9.6
30302024-12-17T07:37:42.008Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30312024-12-17T07:37:42.040Z[ helios-setup] Dec 17 07:37:40.326 INFO E| Compiling bitflags v1.3.2
30322024-12-17T07:37:42.146Z[ helios-setup] Dec 17 07:37:40.432 INFO E| Compiling typenum v1.16.0
30332024-12-17T07:37:42.264Z[ host-package] Compiling rand_seeder v0.3.0
30342024-12-17T07:37:42.546Z[ helios-setup] Dec 17 07:37:40.831 INFO E| Compiling num_cpus v1.15.0
30352024-12-17T07:37:42.703Z[ helios-setup] Dec 17 07:37:40.989 INFO E| Compiling generic-array v0.14.6
30362024-12-17T07:37:42.849Z[ helios-setup] Dec 17 07:37:41.135 INFO E| Compiling slab v0.4.7
30372024-12-17T07:37:42.862Z[ helios-setup] Dec 17 07:37:41.147 INFO E| Compiling futures-channel v0.3.28
30382024-12-17T07:37:42.897Z[ host-package] Compiling libsqlite3-sys v0.30.1
30392024-12-17T07:37:42.908Z[ helios-setup] Dec 17 07:37:41.193 INFO E| Compiling futures-task v0.3.28
30402024-12-17T07:37:42.936Z[ helios-setup] Dec 17 07:37:41.221 INFO E| Compiling futures-sink v0.3.28
30412024-12-17T07:37:43.574Z[ host-package] Compiling lzma-sys v0.1.20
30422024-12-17T07:37:43.576Z[ helios-setup] Dec 17 07:37:41.860 INFO E| Compiling tokio v1.27.0
30432024-12-17T07:37:44.161Z[ helios-setup] Dec 17 07:37:42.446 INFO E| Compiling futures-util v0.3.28
30442024-12-17T07:37:44.373Z[ helios-setup] Dec 17 07:37:42.658 INFO E| Compiling schemars v0.8.12
30452024-12-17T07:37:44.419Z[ host-package] Compiling http-range v0.1.5
30462024-12-17T07:37:44.940Z[ host-package] Compiling rustls v0.21.12
30472024-12-17T07:37:45.007Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30482024-12-17T07:37:45.093Z[ helios-setup] Dec 17 07:37:43.378 INFO E| Compiling mio v0.8.5
30492024-12-17T07:37:45.292Z[ host-package] Compiling cfg_aliases v0.2.1
30502024-12-17T07:37:45.361Z[ helios-setup] Dec 17 07:37:43.646 INFO E| Compiling socket2 v0.4.9
30512024-12-17T07:37:45.459Z[ helios-setup] Dec 17 07:37:43.744 INFO E| Compiling signal-hook-registry v1.4.0
30522024-12-17T07:37:45.762Z[ helios-setup] Dec 17 07:37:44.047 INFO E| Compiling ahash v0.7.6
30532024-12-17T07:37:45.846Z[ host-package] Compiling nix v0.29.0
30542024-12-17T07:37:45.849Z[ helios-setup] Dec 17 07:37:44.133 INFO E| Compiling num-traits v0.2.15
30552024-12-17T07:37:46.156Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30562024-12-17T07:37:46.575Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30572024-12-17T07:37:46.623Z[ helios-setup] Dec 17 07:37:44.908 INFO E| Compiling pin-utils v0.1.0
30582024-12-17T07:37:46.705Z[ helios-setup] Dec 17 07:37:44.990 INFO E| Compiling futures-io v0.3.28
30592024-12-17T07:37:46.867Z[ helios-setup] Dec 17 07:37:45.152 INFO E| Compiling crunchy v0.2.2
30602024-12-17T07:37:47.855Z[ helios-setup] Dec 17 07:37:46.129 INFO E| Compiling io-lifetimes v1.0.10
30612024-12-17T07:37:48.411Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30622024-12-17T07:37:48.448Z[ helios-setup] Dec 17 07:37:46.732 INFO E| Compiling ahash v0.8.3
30632024-12-17T07:37:48.476Z[ helios-setup] Dec 17 07:37:46.760 INFO E| Compiling rustix v0.37.3
30642024-12-17T07:37:48.939Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30652024-12-17T07:37:49.167Z[ helios-setup] Dec 17 07:37:47.451 INFO E| Compiling serde_derive_internals v0.26.0
30662024-12-17T07:37:49.418Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30672024-12-17T07:37:49.741Z[ helios-setup] Dec 17 07:37:48.025 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30682024-12-17T07:37:49.773Z[ helios-setup] Dec 17 07:37:48.057 INFO E| Compiling tiny-keccak v2.0.2
30692024-12-17T07:37:49.876Z[ helios-setup] Dec 17 07:37:48.160 INFO E| Compiling hashbrown v0.12.3
30702024-12-17T07:37:50.082Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30712024-12-17T07:37:50.205Z[ host-package] Compiling sct v0.7.1
30722024-12-17T07:37:50.790Z[ helios-setup] Dec 17 07:37:49.074 INFO E| Compiling block-buffer v0.10.3
30732024-12-17T07:37:50.884Z[ helios-setup] Dec 17 07:37:49.168 INFO E| Compiling crypto-common v0.1.6
30742024-12-17T07:37:51.202Z[ host-package] Compiling rustls-webpki v0.101.7
30752024-12-17T07:37:52.447Z[ helios-setup] Dec 17 07:37:50.731 INFO E| Compiling errno v0.3.1
30762024-12-17T07:37:52.845Z[ helios-setup] Dec 17 07:37:51.128 INFO E| Compiling pkg-config v0.3.26
30772024-12-17T07:37:52.845Z[ helios-setup] Dec 17 07:37:51.128 INFO E| Compiling crossbeam-utils v0.8.14
30782024-12-17T07:37:53.071Z[ helios-setup] Dec 17 07:37:51.354 INFO E| Compiling fnv v1.0.7
30792024-12-17T07:37:53.477Z[ helios-setup] Dec 17 07:37:51.760 INFO E| Compiling slog v2.7.0
30802024-12-17T07:37:53.611Z[ helios-setup] Dec 17 07:37:51.894 INFO E| Compiling http v0.2.9
30812024-12-17T07:37:55.883Z[ helios-setup] Dec 17 07:37:54.166 INFO E| Compiling digest v0.10.6
30822024-12-17T07:37:56.669Z[ helios-setup] Dec 17 07:37:54.951 INFO E| Compiling aho-corasick v0.7.20
30832024-12-17T07:37:57.130Z[ host-package] Compiling heck v0.3.3
30842024-12-17T07:37:57.809Z[ helios-setup] Dec 17 07:37:56.091 INFO E| Compiling httparse v1.8.0
30852024-12-17T07:37:57.851Z[ host-package] Compiling castaway v0.2.3
30862024-12-17T07:37:57.911Z[ helios-setup] Dec 17 07:37:56.193 INFO E| Compiling anyhow v1.0.68
30872024-12-17T07:37:57.994Z[ host-package] Compiling csv-core v0.1.11
30882024-12-17T07:37:58.162Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30892024-12-17T07:37:58.527Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30902024-12-17T07:37:58.961Z[ helios-setup] Dec 17 07:37:57.243 INFO E| Compiling percent-encoding v2.2.0
30912024-12-17T07:37:58.998Z[ helios-setup] Dec 17 07:37:57.280 INFO E| Compiling tinyvec_macros v0.1.1
30922024-12-17T07:37:59.083Z[ host-package] Compiling glob v0.3.1
30932024-12-17T07:37:59.359Z[ helios-setup] Dec 17 07:37:57.641 INFO E| Compiling unicode-width v0.1.10
30942024-12-17T07:37:59.434Z[ host-package] Compiling csv v1.3.0
30952024-12-17T07:37:59.487Z[ host-package] Compiling compact_str v0.8.0
30962024-12-17T07:37:59.570Z[ helios-setup] Dec 17 07:37:57.852 INFO E| Compiling cpufeatures v0.2.5
30972024-12-17T07:37:59.915Z[ helios-setup] Dec 17 07:37:58.197 INFO E| Compiling heck v0.4.1
30982024-12-17T07:37:59.939Z[ helios-setup] Dec 17 07:37:58.221 INFO E| Compiling thiserror-impl v1.0.38
30992024-12-17T07:38:00.004Z[ helios-setup] Dec 17 07:37:58.286 INFO E| Compiling schemars_derive v0.8.12
31002024-12-17T07:38:00.004Z[ helios-setup] Dec 17 07:37:58.286 INFO E| Compiling regex-syntax v0.6.29
31012024-12-17T07:38:00.309Z[ helios-setup] Dec 17 07:37:58.590 INFO E| Compiling tinyvec v1.6.0
31022024-12-17T07:38:00.747Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31032024-12-17T07:38:00.869Z[ helios-setup] Dec 17 07:37:59.150 INFO E| Compiling const-random-macro v0.1.15
31042024-12-17T07:38:00.959Z[ helios-setup] Dec 17 07:37:59.241 INFO E| Compiling form_urlencoded v1.1.0
31052024-12-17T07:38:01.604Z[ helios-setup] Dec 17 07:37:59.885 INFO E| Compiling serde_derive v1.0.204
31062024-12-17T07:38:02.060Z[ helios-setup] Dec 17 07:38:00.341 INFO E| Compiling tokio-macros v2.0.0
31072024-12-17T07:38:02.257Z[ helios-setup] Dec 17 07:38:00.538 INFO E| Compiling futures-macro v0.3.28
31082024-12-17T07:38:02.322Z[ host-package] Compiling zone_cfg_derive v0.1.2
31092024-12-17T07:38:04.379Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31102024-12-17T07:38:04.826Z[ helios-setup] Dec 17 07:38:03.107 INFO E| Compiling hashbrown v0.13.2
31112024-12-17T07:38:04.990Z[ helios-setup] Dec 17 07:38:03.267 INFO E| Compiling chrono v0.4.24
31122024-12-17T07:38:05.232Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31132024-12-17T07:38:07.053Z[ helios-setup] Dec 17 07:38:05.333 INFO E| Compiling libz-sys v1.1.8
31142024-12-17T07:38:07.918Z[ host-package] Compiling hyper-staticfile v0.10.1
31152024-12-17T07:38:08.555Z[ helios-setup] Dec 17 07:38:06.835 INFO E| Compiling regex v1.7.3
31162024-12-17T07:38:09.483Z[ helios-setup] Dec 17 07:38:07.762 INFO E| Compiling uuid v1.3.0
31172024-12-17T07:38:09.830Z[ helios-setup] Dec 17 07:38:08.109 INFO E| Compiling dyn-clone v1.0.11
31182024-12-17T07:38:10.679Z[ helios-setup] Dec 17 07:38:08.959 INFO E| Compiling regress v0.5.0
31192024-12-17T07:38:10.731Z[ helios-setup] Dec 17 07:38:09.010 INFO E| Compiling unicode-normalization v0.1.22
31202024-12-17T07:38:12.815Z[ helios-setup] Dec 17 07:38:11.094 INFO E| Compiling const-random v0.1.15
31212024-12-17T07:38:13.276Z[ helios-setup] Dec 17 07:38:11.555 INFO E| Compiling getopts v0.2.21
31222024-12-17T07:38:13.539Z[ helios-setup] Dec 17 07:38:11.818 INFO E| Compiling tracing-core v0.1.30
31232024-12-17T07:38:13.725Z[ host-package] Compiling nix v0.27.1
31242024-12-17T07:38:13.789Z[ helios-setup] Dec 17 07:38:12.068 INFO E| Compiling memoffset v0.7.1
31252024-12-17T07:38:14.832Z[ helios-setup] Dec 17 07:38:13.111 INFO E| Compiling powerfmt v0.2.0
31262024-12-17T07:38:15.683Z[ helios-setup] Dec 17 07:38:13.961 INFO E| Compiling ucd-trie v0.1.5
31272024-12-17T07:38:15.928Z[ helios-setup] Dec 17 07:38:14.206 INFO E| Compiling time-core v0.1.2
31282024-12-17T07:38:17.412Z[ helios-setup] Dec 17 07:38:15.690 INFO E| Compiling unicode-bidi v0.3.13
31292024-12-17T07:38:18.023Z[ helios-setup] Dec 17 07:38:16.301 INFO E| Compiling num-conv v0.1.0
31302024-12-17T07:38:18.993Z[ helios-setup] Dec 17 07:38:17.270 INFO E| Compiling time-macros v0.2.18
31312024-12-17T07:38:19.387Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31322024-12-17T07:38:19.662Z[ helios-setup] Dec 17 07:38:17.939 INFO E| Compiling idna v0.3.0
31332024-12-17T07:38:22.556Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342024-12-17T07:38:22.649Z[ helios-setup] Dec 17 07:38:20.926 INFO E| Compiling pest v2.5.7
31352024-12-17T07:38:23.757Z[ helios-setup] Dec 17 07:38:22.034 INFO E| Compiling tracing v0.1.37
31362024-12-17T07:38:24.051Z[ helios-setup] Dec 17 07:38:22.328 INFO E| Compiling deranged v0.3.11
31372024-12-17T07:38:27.454Z[ helios-setup] Dec 17 07:38:25.730 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31382024-12-17T07:38:27.779Z[ helios-setup] Dec 17 07:38:26.054 INFO E| Compiling time v0.1.45
31392024-12-17T07:38:27.895Z[ helios-setup] Dec 17 07:38:26.170 INFO E| Compiling crossbeam-epoch v0.9.13
31402024-12-17T07:38:28.971Z[ helios-setup] Dec 17 07:38:27.247 INFO E| Compiling num_threads v0.1.6
31412024-12-17T07:38:29.480Z[ helios-setup] Dec 17 07:38:27.755 INFO E| Compiling iana-time-zone v0.1.56
31422024-12-17T07:38:29.855Z[ helios-setup] Dec 17 07:38:28.131 INFO E| Compiling semver v1.0.17
31432024-12-17T07:38:30.521Z[ helios-setup] Dec 17 07:38:28.796 INFO E| Compiling smallvec v1.10.0
31442024-12-17T07:38:30.619Z[ helios-setup] Dec 17 07:38:28.894 INFO E| Compiling toml v0.5.11
31452024-12-17T07:38:31.189Z[ helios-setup] Dec 17 07:38:29.464 INFO E| Compiling serde_tokenstream v0.2.0
31462024-12-17T07:38:32.737Z[ helios-setup] Dec 17 07:38:31.011 INFO E| Compiling parking_lot v0.12.1
31472024-12-17T07:38:33.728Z[ helios-setup] Dec 17 07:38:32.002 INFO E| Compiling time v0.3.36
31482024-12-17T07:38:34.965Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31492024-12-17T07:38:35.159Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31502024-12-17T07:38:36.789Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512024-12-17T07:38:37.375Z[ helios-setup] Dec 17 07:38:35.649 INFO E| Compiling semver-parser v0.10.2
31522024-12-17T07:38:37.847Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532024-12-17T07:38:38.679Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31542024-12-17T07:38:39.705Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31552024-12-17T07:38:40.342Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31562024-12-17T07:38:41.094Z[ helios-setup] Dec 17 07:38:39.367 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31572024-12-17T07:38:41.235Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31582024-12-17T07:38:42.527Z[ helios-setup] Dec 17 07:38:40.799 INFO E| Compiling url v2.3.1
31592024-12-17T07:38:44.853Z[ helios-setup] Dec 17 07:38:43.125 INFO E| Compiling crossbeam-channel v0.5.6
31602024-12-17T07:38:46.463Z[ helios-setup] Dec 17 07:38:44.734 INFO E| Compiling dirs-sys-next v0.1.2
31612024-12-17T07:38:46.807Z[ helios-setup] Dec 17 07:38:45.079 INFO E| Compiling try-lock v0.2.4
31622024-12-17T07:38:47.859Z[ helios-setup] Dec 17 07:38:46.130 INFO E| Compiling crc32fast v1.3.2
31632024-12-17T07:38:48.149Z[ helios-setup] Dec 17 07:38:46.420 INFO E| Compiling same-file v1.0.6
31642024-12-17T07:38:48.826Z[ helios-setup] Dec 17 07:38:47.097 INFO E| Compiling walkdir v2.3.3
31652024-12-17T07:38:49.018Z[ helios-setup] Dec 17 07:38:47.289 INFO E| Compiling want v0.3.0
31662024-12-17T07:38:49.951Z[ helios-setup] Dec 17 07:38:48.222 INFO E| Compiling dirs-next v2.0.0
31672024-12-17T07:38:51.228Z[ host-package] Compiling unicode-truncate v1.1.0
31682024-12-17T07:38:52.033Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31692024-12-17T07:38:53.020Z[ helios-setup] Dec 17 07:38:51.290 INFO E| Compiling tokio-util v0.7.7
31702024-12-17T07:38:53.313Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31712024-12-17T07:38:53.946Z[ helios-setup] Dec 17 07:38:52.216 INFO E| Compiling semver v0.11.0
31722024-12-17T07:38:54.175Z[ helios-setup] Dec 17 07:38:52.445 INFO E| Compiling proc-macro-crate v1.2.1
31732024-12-17T07:38:54.911Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31742024-12-17T07:38:55.085Z[ host-package] Compiling hashlink v0.9.1
31752024-12-17T07:38:55.247Z[ host-package] Compiling tungstenite v0.23.0
31762024-12-17T07:38:55.552Z[ helios-setup] Dec 17 07:38:53.822 INFO E| Compiling h2 v0.3.16
31772024-12-17T07:38:56.383Z[ host-package] Compiling lru v0.12.5
31782024-12-17T07:38:56.933Z[ host-package] Compiling instability v0.3.2
31792024-12-17T07:38:57.126Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31802024-12-17T07:38:57.610Z[ helios-setup] Dec 17 07:38:55.879 INFO E| Compiling futures-executor v0.3.28
31812024-12-17T07:38:57.673Z[ host-package] Compiling fallible-iterator v0.3.0
31822024-12-17T07:38:57.760Z[ host-package] Compiling base64 v0.13.1
31832024-12-17T07:38:58.405Z[ helios-setup] Dec 17 07:38:56.674 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31842024-12-17T07:38:58.926Z[ helios-setup] Dec 17 07:38:57.195 INFO E| Compiling http-body v0.4.5
31852024-12-17T07:38:59.147Z[ host-package] Compiling cassowary v0.3.0
31862024-12-17T07:38:59.578Z[ host-package] Compiling rusqlite v0.32.1
31872024-12-17T07:38:59.581Z[ host-package] Compiling ron v0.7.1
31882024-12-17T07:38:59.970Z[ helios-setup] Dec 17 07:38:58.238 INFO E| Compiling ring v0.16.20
31892024-12-17T07:39:00.135Z[ helios-setup] Dec 17 07:38:58.404 INFO E| Compiling rand_core v0.6.4
31902024-12-17T07:39:01.250Z[ helios-setup] Dec 17 07:38:59.518 INFO E| Compiling thread_local v1.1.7
31912024-12-17T07:39:02.507Z[ helios-setup] Dec 17 07:39:00.776 INFO E| Compiling fastrand v1.9.0
31922024-12-17T07:39:03.035Z[ helios-setup] Dec 17 07:39:01.303 INFO E| Compiling rayon-core v1.10.2
31932024-12-17T07:39:03.390Z[ helios-setup] Dec 17 07:39:01.658 INFO E| Compiling home v0.5.4
31942024-12-17T07:39:03.523Z[ helios-setup] Dec 17 07:39:01.790 INFO E| Compiling utf8parse v0.2.1
31952024-12-17T07:39:03.894Z[ helios-setup] Dec 17 07:39:02.162 INFO E| Compiling httpdate v1.0.2
31962024-12-17T07:39:03.963Z[ helios-setup] Dec 17 07:39:02.231 INFO E| Compiling adler v1.0.2
31972024-12-17T07:39:05.061Z[ helios-setup] Dec 17 07:39:03.329 INFO E| Compiling lazy_static v1.4.0
31982024-12-17T07:39:05.626Z[ helios-setup] Dec 17 07:39:03.894 INFO E| Compiling tower-service v0.3.2
31992024-12-17T07:39:05.684Z[ helios-setup] Dec 17 07:39:03.952 INFO E| Compiling base64 v0.21.0
32002024-12-17T07:39:05.930Z[ helios-setup] Dec 17 07:39:04.197 INFO E| Compiling ppv-lite86 v0.2.17
32012024-12-17T07:39:06.326Z[ host-package] Compiling ratatui v0.28.1
32022024-12-17T07:39:06.496Z[ host-package] Compiling tokio-tungstenite v0.23.1
32032024-12-17T07:39:07.224Z[ helios-setup] Dec 17 07:39:05.491 INFO E| Compiling hyper v0.14.25
32042024-12-17T07:39:07.794Z[ helios-setup] Dec 17 07:39:06.061 INFO E| Compiling rand_chacha v0.3.1
32052024-12-17T07:39:07.895Z[ helios-setup] Dec 17 07:39:06.162 INFO E| Compiling toolchain_find v0.2.0
32062024-12-17T07:39:08.048Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32072024-12-17T07:39:09.772Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082024-12-17T07:39:10.284Z[ host-package] Compiling xz2 v0.1.7
32092024-12-17T07:39:10.960Z[ helios-setup] Dec 17 07:39:09.227 INFO E| Compiling miniz_oxide v0.6.2
32102024-12-17T07:39:11.983Z[ helios-setup] Dec 17 07:39:10.249 INFO E| Compiling anstyle-parse v0.1.1
32112024-12-17T07:39:12.257Z[ helios-setup] Dec 17 07:39:10.521 INFO E| Compiling tempfile v3.5.0
32122024-12-17T07:39:12.698Z[ host-package] Compiling tokio-rustls v0.24.1
32132024-12-17T07:39:14.096Z[ host-package] Compiling zone v0.1.8
32142024-12-17T07:39:17.170Z[ helios-setup] Dec 17 07:39:15.435 INFO E| Compiling futures v0.3.28
32152024-12-17T07:39:21.016Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32162024-12-17T07:39:24.859Z[ helios-setup] Dec 17 07:39:23.121 INFO E| Compiling num_enum_derive v0.5.7
32172024-12-17T07:39:25.141Z[ helios-setup] Dec 17 07:39:23.404 INFO E| Compiling cargo-lock v8.0.3
32182024-12-17T07:39:29.305Z[ helios-setup] Dec 17 07:39:27.567 INFO E| Compiling crossbeam-deque v0.8.2
32192024-12-17T07:39:29.961Z[ helios-setup] Dec 17 07:39:28.223 INFO E| Compiling term v0.7.0
32202024-12-17T07:39:32.829Z[ helios-setup] Dec 17 07:39:31.091 INFO E| Compiling serde_urlencoded v0.7.1
32212024-12-17T07:39:32.832Z[ helios-setup] Dec 17 07:39:31.091 INFO E| Compiling sha1 v0.10.5
32222024-12-17T07:39:33.913Z[ helios-setup] Dec 17 07:39:32.174 INFO E| Compiling sha2 v0.10.6
32232024-12-17T07:39:33.997Z[ helios-setup] Dec 17 07:39:32.258 INFO E| Compiling is-terminal v0.4.7
32242024-12-17T07:39:34.505Z[ helios-setup] Dec 17 07:39:32.766 INFO E| Compiling atty v0.2.14
32252024-12-17T07:39:35.484Z[ helios-setup] Dec 17 07:39:33.745 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32262024-12-17T07:39:36.344Z[ helios-setup] Dec 17 07:39:34.604 INFO E| Compiling concolor-query v0.3.3
32272024-12-17T07:39:36.807Z[ helios-setup] Dec 17 07:39:35.067 INFO E| Compiling anstyle v0.3.5
32282024-12-17T07:39:37.826Z[ helios-setup] Dec 17 07:39:36.086 INFO E| Compiling concolor-override v1.0.0
32292024-12-17T07:39:38.596Z[ helios-setup] Dec 17 07:39:36.856 INFO E| Compiling anstream v0.2.6
32302024-12-17T07:39:40.808Z[ helios-setup] Dec 17 07:39:39.068 INFO E| Compiling slog-term v2.9.0
32312024-12-17T07:39:40.844Z[ helios-setup] Dec 17 07:39:39.104 INFO E| Compiling flate2 v1.0.25
32322024-12-17T07:39:42.580Z[ helios-setup] Dec 17 07:39:40.839 INFO E| Compiling num_enum v0.5.7
32332024-12-17T07:39:42.696Z[ helios-setup] Dec 17 07:39:40.955 INFO E| Compiling rustfmt-wrapper v0.2.0
32342024-12-17T07:39:43.061Z[ helios-setup] Dec 17 07:39:41.321 INFO E| Compiling rand v0.8.5
32352024-12-17T07:39:43.768Z[ helios-setup] Dec 17 07:39:42.027 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32362024-12-17T07:39:44.058Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32372024-12-17T07:39:44.068Z[ helios-setup] Dec 17 07:39:42.328 INFO E| Compiling openapiv3 v1.0.2
32382024-12-17T07:39:46.605Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32392024-12-17T07:39:46.917Z[ helios-setup] Dec 17 07:39:45.175 INFO E| Compiling encoding_rs v0.8.32
32402024-12-17T07:39:47.757Z[ helios-setup] Dec 17 07:39:46.016 INFO E| Compiling untrusted v0.7.1
32412024-12-17T07:39:48.204Z[ helios-setup] Dec 17 07:39:46.462 INFO E| Compiling clap_lex v0.4.1
32422024-12-17T07:39:48.241Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32432024-12-17T07:39:48.490Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32442024-12-17T07:39:48.894Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32452024-12-17T07:39:49.506Z[ helios-setup] Dec 17 07:39:47.764 INFO E| Compiling utf-8 v0.7.6
32462024-12-17T07:39:50.273Z[ helios-setup] Dec 17 07:39:48.531 INFO E| Compiling byteorder v1.4.3
32472024-12-17T07:39:51.413Z[ helios-setup] Dec 17 07:39:49.671 INFO E| Compiling unsafe-libyaml v0.2.8
32482024-12-17T07:39:52.445Z[ helios-setup] Dec 17 07:39:50.702 INFO E| Compiling ipnet v2.7.2
32492024-12-17T07:39:53.087Z[ helios-setup] Dec 17 07:39:51.345 INFO E| Compiling either v1.8.0
32502024-12-17T07:39:53.854Z[ helios-setup] Dec 17 07:39:52.111 INFO E| Compiling project-root v0.2.2
32512024-12-17T07:39:54.628Z[ helios-setup] Dec 17 07:39:52.885 INFO E| Compiling strsim v0.10.0
32522024-12-17T07:39:55.208Z[ helios-setup] Dec 17 07:39:53.465 INFO E| Compiling base64 v0.13.1
32532024-12-17T07:39:55.440Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32542024-12-17T07:39:56.275Z[ host-package] Compiling rustls-pemfile v1.0.4
32552024-12-17T07:39:56.991Z[ helios-setup] Dec 17 07:39:55.247 INFO E| Compiling mime v0.3.17
32562024-12-17T07:39:57.965Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572024-12-17T07:39:58.311Z[ helios-setup] Dec 17 07:39:56.567 INFO E| Compiling spin v0.5.2
32582024-12-17T07:39:58.589Z[ helios-setup] Dec 17 07:39:56.844 INFO E| Compiling reqwest v0.11.16
32592024-12-17T07:39:58.749Z[ helios-setup] Dec 17 07:39:57.005 INFO E| Compiling tungstenite v0.18.0
32602024-12-17T07:39:58.933Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32612024-12-17T07:39:58.951Z[ helios-setup] Dec 17 07:39:57.206 INFO E| Compiling clap_builder v4.2.1
32622024-12-17T07:39:59.144Z[ helios-setup] Dec 17 07:39:57.400 INFO E| Compiling serde_yaml v0.9.21
32632024-12-17T07:39:59.450Z[ helios-setup] Dec 17 07:39:57.706 INFO E| Compiling rayon v1.6.1
32642024-12-17T07:40:07.128Z[ helios-setup] Dec 17 07:40:05.382 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32652024-12-17T07:40:08.187Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32662024-12-17T07:40:08.830Z[ host-package] Compiling signal-hook-tokio v0.3.1
32672024-12-17T07:40:09.019Z[ helios-setup] Dec 17 07:40:07.273 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32682024-12-17T07:40:09.524Z[ host-package] Compiling twox-hash v1.6.3
32692024-12-17T07:40:09.620Z[ helios-setup] Dec 17 07:40:07.874 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32702024-12-17T07:40:11.594Z[ host-package] Compiling yasna v0.5.2
32712024-12-17T07:40:11.985Z[ helios-setup] Dec 17 07:40:10.238 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32722024-12-17T07:40:12.851Z[ host-package] Compiling is_ci v1.2.0
32732024-12-17T07:40:13.421Z[ helios-setup] Dec 17 07:40:11.674 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32742024-12-17T07:40:13.773Z[ host-package] Compiling smawk v0.3.2
32752024-12-17T07:40:14.319Z[ helios-setup] Dec 17 07:40:12.571 INFO E| Compiling clap_derive v4.2.0
32762024-12-17T07:40:14.814Z[ host-package] Compiling unicode-linebreak v0.1.5
32772024-12-17T07:40:15.182Z[ host-package] Compiling rcgen v0.12.1
32782024-12-17T07:40:16.036Z[ host-package] Compiling textwrap v0.16.1
32792024-12-17T07:40:17.997Z[ host-package] Compiling supports-color v3.0.1
32802024-12-17T07:40:18.577Z[ helios-setup] Dec 17 07:40:16.829 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32812024-12-17T07:40:22.474Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822024-12-17T07:40:24.282Z[ helios-setup] Dec 17 07:40:22.532 INFO E| Compiling clap v4.2.1
32832024-12-17T07:40:24.577Z[ helios-setup] Dec 17 07:40:22.826 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32842024-12-17T07:40:26.302Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32852024-12-17T07:40:35.243Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32862024-12-17T07:40:37.045Z[ helios-setup] Dec 17 07:40:35.292 INFO E| Compiling tokio-tungstenite v0.18.0
32872024-12-17T07:40:38.969Z[ helios-setup] Dec 17 07:40:37.216 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32882024-12-17T07:40:40.513Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32892024-12-17T07:40:42.433Z[ helios-setup] Dec 17 07:40:40.680 INFO E| Compiling smartstring v1.0.1
32902024-12-17T07:40:43.443Z[ helios-setup] Dec 17 07:40:41.689 INFO E| Compiling rustls v0.21.0
32912024-12-17T07:40:45.609Z[ helios-setup] Dec 17 07:40:43.855 INFO E| Compiling toml_datetime v0.6.1
32922024-12-17T07:40:47.160Z[ helios-setup] Dec 17 07:40:45.406 INFO E| Compiling serde_spanned v0.6.1
32932024-12-17T07:40:47.975Z[ helios-setup] Dec 17 07:40:46.220 INFO E| Compiling slog-async v2.7.0
32942024-12-17T07:40:49.362Z[ helios-setup] Dec 17 07:40:47.607 INFO E| Compiling paste v1.0.12
32952024-12-17T07:40:50.595Z[ helios-setup] Dec 17 07:40:48.839 INFO E| Compiling match_cfg v0.1.0
32962024-12-17T07:40:50.882Z[ helios-setup] Dec 17 07:40:49.126 INFO E| Compiling camino v1.1.4
32972024-12-17T07:40:51.518Z[ helios-setup] Dec 17 07:40:49.763 INFO E| Compiling async-trait v0.1.68
32982024-12-17T07:40:52.746Z[ helios-setup] Dec 17 07:40:50.990 INFO E| Compiling static_assertions v1.1.0
32992024-12-17T07:40:52.952Z[ helios-setup] Dec 17 07:40:51.196 INFO E| Compiling winnow v0.4.1
33002024-12-17T07:40:53.902Z[ helios-setup] Dec 17 07:40:52.146 INFO E| Compiling hostname v0.3.1
33012024-12-17T07:40:54.941Z[ helios-setup] Dec 17 07:40:53.185 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33022024-12-17T07:40:55.001Z[ helios-setup] Dec 17 07:40:53.245 INFO E| Compiling slog-json v2.6.1
33032024-12-17T07:40:56.026Z[ helios-setup] Dec 17 07:40:54.270 INFO E| Compiling unicode-linebreak v0.1.4
33042024-12-17T07:41:00.722Z[ helios-setup] Dec 17 07:40:58.965 INFO E| Compiling toml_edit v0.19.8
33052024-12-17T07:41:01.011Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33062024-12-17T07:41:01.277Z[ helios-setup] Dec 17 07:40:59.519 INFO E| Compiling async-stream-impl v0.3.5
33072024-12-17T07:41:04.370Z[ helios-setup] Dec 17 07:41:02.612 INFO E| Compiling rhai_codegen v1.5.0
33082024-12-17T07:41:09.858Z[ helios-setup] Dec 17 07:41:08.098 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33092024-12-17T07:41:10.706Z[ helios-setup] Dec 17 07:41:08.946 INFO E| Compiling take_mut v0.2.2
33102024-12-17T07:41:10.927Z[ helios-setup] Dec 17 07:41:09.168 INFO E| Compiling rhai v1.14.0
33112024-12-17T07:41:11.203Z[ helios-setup] Dec 17 07:41:09.444 INFO E| Compiling toml v0.7.3
33122024-12-17T07:41:11.427Z[ helios-setup] Dec 17 07:41:09.667 INFO E| Compiling async-stream v0.3.5
33132024-12-17T07:41:12.380Z[ helios-setup] Dec 17 07:41:10.620 INFO E| Compiling slog-bunyan v2.4.0
33142024-12-17T07:41:16.659Z[ helios-setup] Dec 17 07:41:14.898 INFO E| Compiling rustls-pemfile v1.0.2
33152024-12-17T07:41:17.295Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33162024-12-17T07:41:17.980Z[ helios-setup] Dec 17 07:41:16.219 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33172024-12-17T07:41:18.957Z[ helios-setup] Dec 17 07:41:17.195 INFO E| Compiling serde_path_to_error v0.1.11
33182024-12-17T07:41:20.966Z[ helios-setup] Dec 17 07:41:19.204 INFO E| Compiling bincode v1.3.3
33192024-12-17T07:41:21.970Z[ helios-setup] Dec 17 07:41:20.208 INFO E| Compiling terminal_size v0.2.6
33202024-12-17T07:41:22.393Z[ helios-setup] Dec 17 07:41:20.631 INFO E| Compiling smawk v0.3.1
33212024-12-17T07:41:22.962Z[ helios-setup] Dec 17 07:41:21.200 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33222024-12-17T07:41:23.028Z[ helios-setup] Dec 17 07:41:21.265 INFO E| Compiling textwrap v0.16.0
33232024-12-17T07:41:25.845Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242024-12-17T07:41:34.915Z[ helios-setup] Dec 17 07:41:33.150 INFO E| Compiling sct v0.7.0
33252024-12-17T07:41:34.994Z[ helios-setup] Dec 17 07:41:33.229 INFO E| Compiling rustls-webpki v0.100.1
33262024-12-17T07:41:35.835Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33272024-12-17T07:41:42.758Z[ helios-setup] Dec 17 07:41:40.992 INFO E| Compiling git2 v0.16.1
33282024-12-17T07:41:44.355Z[ helios-setup] Dec 17 07:41:42.588 INFO E| Compiling tokio-rustls v0.24.0
33292024-12-17T07:41:52.341Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33302024-12-17T07:41:53.964Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33312024-12-17T07:41:55.014Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33322024-12-17T07:41:55.223Z[ helios-setup] Dec 17 07:41:53.453 INFO E| Compiling built v0.6.0
33332024-12-17T07:41:56.007Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33342024-12-17T07:41:56.470Z[ helios-setup] Dec 17 07:41:54.700 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33352024-12-17T07:41:58.370Z[ helios-setup] Dec 17 07:41:56.600 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33362024-12-17T07:41:59.356Z[ helios-setup] Dec 17 07:41:57.585 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33372024-12-17T07:42:05.775Z[ host-package] Compiling fatfs v0.3.6
33382024-12-17T07:42:11.391Z[ host-package] Compiling rtoolbox v0.0.2
33392024-12-17T07:42:11.574Z[ helios-setup] Dec 17 07:42:09.801 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33402024-12-17T07:42:11.976Z[ host-package] Compiling subprocess v0.2.9
33412024-12-17T07:42:12.238Z[ host-package] Compiling assert_matches v1.5.0
33422024-12-17T07:42:13.610Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33432024-12-17T07:42:19.783Z[ host-package] Compiling rpassword v7.3.1
33442024-12-17T07:42:20.898Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452024-12-17T07:42:22.014Z[ helios-setup] Dec 17 07:42:20.238 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33462024-12-17T07:42:23.452Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33472024-12-17T07:42:24.697Z[ host-package] Compiling tui-tree-widget v0.22.0
33482024-12-17T07:42:25.962Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33492024-12-17T07:42:26.681Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33502024-12-17T07:42:35.880Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33512024-12-17T07:42:36.754Z[ host-package] Compiling uzers v0.12.1
33522024-12-17T07:42:42.048Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33532024-12-17T07:42:53.139Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33542024-12-17T07:42:56.981Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33552024-12-17T07:42:59.799Z[ helios-setup] Dec 17 07:42:58.016 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33562024-12-17T07:43:39.446Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572024-12-17T07:43:42.376Z[ host-package] Compiling multimap v0.10.0
33582024-12-17T07:44:05.917Z[ helios-setup] Dec 17 07:44:04.119 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s
33592024-12-17T07:44:06.075Z[ helios-setup] Dec 17 07:44:04.278 INFO building project "pilot" ok (408 seconds)
33602024-12-17T07:44:06.078Z[ helios-setup] Dec 17 07:44:04.278 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33612024-12-17T07:44:06.078Z[ helios-setup] Dec 17 07:44:04.278 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33622024-12-17T07:44:06.432Z[ helios-setup] Dec 17 07:44:04.634 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33632024-12-17T07:44:12.279Z[ helios-setup] Dec 17 07:44:10.480 INFO E| From https://github.com/jclulow/rust-jmclib
33642024-12-17T07:44:12.279Z[ helios-setup] Dec 17 07:44:10.480 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33652024-12-17T07:44:12.297Z[ helios-setup] Dec 17 07:44:10.498 INFO E| Updating crates.io index
33662024-12-17T07:44:12.505Z[ helios-setup] Dec 17 07:44:10.706 INFO E| Downloading crates ...
33672024-12-17T07:44:12.607Z[ helios-setup] Dec 17 07:44:10.807 INFO E| Downloaded cpufeatures v0.2.9
33682024-12-17T07:44:12.609Z[ helios-setup] Dec 17 07:44:10.810 INFO E| Downloaded digest v0.9.0
33692024-12-17T07:44:12.615Z[ helios-setup] Dec 17 07:44:10.815 INFO E| Downloaded proc-macro2 v1.0.66
33702024-12-17T07:44:12.618Z[ helios-setup] Dec 17 07:44:10.819 INFO E| Downloaded once_cell v1.18.0
33712024-12-17T07:44:12.622Z[ helios-setup] Dec 17 07:44:10.823 INFO E| Downloaded quote v1.0.31
33722024-12-17T07:44:12.629Z[ helios-setup] Dec 17 07:44:10.830 INFO E| Downloaded libdevinfo-sys v1.0.0
33732024-12-17T07:44:12.631Z[ helios-setup] Dec 17 07:44:10.831 INFO E| Downloaded block-buffer v0.9.0
33742024-12-17T07:44:12.647Z[ helios-setup] Dec 17 07:44:10.848 INFO E| Downloaded sha-1 v0.9.8
33752024-12-17T07:44:12.650Z[ helios-setup] Dec 17 07:44:10.851 INFO E| Downloaded md-5 v0.9.1
33762024-12-17T07:44:12.653Z[ helios-setup] Dec 17 07:44:10.854 INFO E| Downloaded fastrand v2.0.0
33772024-12-17T07:44:12.665Z[ helios-setup] Dec 17 07:44:10.866 INFO E| Downloaded uuid v0.8.2
33782024-12-17T07:44:12.671Z[ helios-setup] Dec 17 07:44:10.872 INFO E| Downloaded serde_derive v1.0.193
33792024-12-17T07:44:12.676Z[ helios-setup] Dec 17 07:44:10.877 INFO E| Downloaded getrandom v0.2.10
33802024-12-17T07:44:12.681Z[ helios-setup] Dec 17 07:44:10.882 INFO E| Downloaded serde v1.0.193
33812024-12-17T07:44:12.687Z[ helios-setup] Dec 17 07:44:10.888 INFO E| Downloaded anyhow v1.0.72
33822024-12-17T07:44:12.694Z[ helios-setup] Dec 17 07:44:10.895 INFO E| Downloaded unicode-ident v1.0.11
33832024-12-17T07:44:12.698Z[ helios-setup] Dec 17 07:44:10.899 INFO E| Downloaded serde_json v1.0.103
33842024-12-17T07:44:12.711Z[ helios-setup] Dec 17 07:44:10.912 INFO E| Downloaded tempfile v3.7.0
33852024-12-17T07:44:12.715Z[ helios-setup] Dec 17 07:44:10.916 INFO E| Downloaded syn v2.0.32
33862024-12-17T07:44:12.730Z[ helios-setup] Dec 17 07:44:10.930 INFO E| Downloaded bitflags v2.3.3
33872024-12-17T07:44:12.759Z[ helios-setup] Dec 17 07:44:10.960 INFO E| Downloaded rustix v0.38.4
33882024-12-17T07:44:12.819Z[ helios-setup] Dec 17 07:44:11.020 INFO E| Downloaded libc v0.2.147
33892024-12-17T07:44:12.949Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling libc v0.2.147
33902024-12-17T07:44:12.949Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling proc-macro2 v1.0.66
33912024-12-17T07:44:12.949Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling unicode-ident v1.0.11
33922024-12-17T07:44:12.949Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling cfg-if v1.0.0
33932024-12-17T07:44:12.952Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling version_check v0.9.4
33942024-12-17T07:44:12.952Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling typenum v1.16.0
33952024-12-17T07:44:12.952Z[ helios-setup] Dec 17 07:44:11.150 INFO E| Compiling serde v1.0.193
33962024-12-17T07:44:12.963Z[ helios-setup] Dec 17 07:44:11.164 INFO E| Compiling powerfmt v0.2.0
33972024-12-17T07:44:13.131Z[ helios-setup] Dec 17 07:44:11.332 INFO E| Compiling rustix v0.38.4
33982024-12-17T07:44:13.538Z[ helios-setup] Dec 17 07:44:11.738 INFO E| Compiling num-conv v0.1.0
33992024-12-17T07:44:13.892Z[ helios-setup] Dec 17 07:44:12.093 INFO E| Compiling itoa v1.0.9
34002024-12-17T07:44:14.068Z[ helios-setup] Dec 17 07:44:12.268 INFO E| Compiling slog v2.7.0
34012024-12-17T07:44:14.259Z[ helios-setup] Dec 17 07:44:12.459 INFO E| Compiling time-core v0.1.2
34022024-12-17T07:44:14.336Z[ helios-setup] Dec 17 07:44:12.537 INFO E| Compiling deranged v0.3.11
34032024-12-17T07:44:14.405Z[ helios-setup] Dec 17 07:44:12.605 INFO E| Compiling generic-array v0.14.7
34042024-12-17T07:44:14.547Z[ helios-setup] Dec 17 07:44:12.745 INFO E| Compiling time-macros v0.2.18
34052024-12-17T07:44:15.005Z[ helios-setup] Dec 17 07:44:13.205 INFO E| Compiling num_threads v0.1.6
34062024-12-17T07:44:15.149Z[ helios-setup] Dec 17 07:44:13.350 INFO E| Compiling bitflags v2.3.3
34072024-12-17T07:44:15.206Z[ helios-setup] Dec 17 07:44:13.406 INFO E| Compiling once_cell v1.18.0
34082024-12-17T07:44:16.091Z[ helios-setup] Dec 17 07:44:14.291 INFO E| Compiling quote v1.0.31
34092024-12-17T07:44:16.365Z[ helios-setup] Dec 17 07:44:14.565 INFO E| Compiling thread_local v1.1.7
34102024-12-17T07:44:16.978Z[ helios-setup] Dec 17 07:44:15.177 INFO E| Compiling syn v2.0.32
34112024-12-17T07:44:17.220Z[ helios-setup] Dec 17 07:44:15.420 INFO E| Compiling dirs-sys-next v0.1.2
34122024-12-17T07:44:17.671Z[ helios-setup] Dec 17 07:44:15.870 INFO E| Compiling dirs-next v2.0.0
34132024-12-17T07:44:17.873Z[ helios-setup] Dec 17 07:44:16.073 INFO E| Compiling errno v0.3.1
34142024-12-17T07:44:17.989Z[ helios-setup] Dec 17 07:44:16.189 INFO E| Compiling term v0.7.0
34152024-12-17T07:44:18.038Z[ helios-setup] Dec 17 07:44:16.237 INFO E| Compiling atty v0.2.14
34162024-12-17T07:44:18.492Z[ helios-setup] Dec 17 07:44:16.691 INFO E| Compiling fastrand v2.0.0
34172024-12-17T07:44:18.795Z[ helios-setup] Dec 17 07:44:16.994 INFO E| Compiling opaque-debug v0.3.0
34182024-12-17T07:44:18.895Z[ helios-setup] Dec 17 07:44:17.095 INFO E| Compiling anyhow v1.0.72
34192024-12-17T07:44:18.906Z[ helios-setup] Dec 17 07:44:17.105 INFO E| Compiling serde_json v1.0.103
34202024-12-17T07:44:19.453Z[ helios-setup] Dec 17 07:44:17.652 INFO E| Compiling digest v0.9.0
34212024-12-17T07:44:19.680Z[ helios-setup] Dec 17 07:44:17.879 INFO E| Compiling block-buffer v0.9.0
34222024-12-17T07:44:19.874Z[ helios-setup] Dec 17 07:44:18.073 INFO E| Compiling getrandom v0.2.10
34232024-12-17T07:44:19.961Z[ helios-setup] Dec 17 07:44:18.160 INFO E| Compiling ryu v1.0.15
34242024-12-17T07:44:20.187Z[ helios-setup] Dec 17 07:44:18.386 INFO E| Compiling time v0.3.36
34252024-12-17T07:44:20.249Z[ helios-setup] Dec 17 07:44:18.448 INFO E| Compiling same-file v1.0.6
34262024-12-17T07:44:20.725Z[ helios-setup] Dec 17 07:44:18.924 INFO E| Compiling unicode-width v0.1.10
34272024-12-17T07:44:20.831Z[ helios-setup] Dec 17 07:44:19.030 INFO E| Compiling cpufeatures v0.2.9
34282024-12-17T07:44:20.936Z[ helios-setup] Dec 17 07:44:19.135 INFO E| Compiling sha-1 v0.9.8
34292024-12-17T07:44:20.973Z[ helios-setup] Dec 17 07:44:19.172 INFO E| Compiling getopts v0.2.21
34302024-12-17T07:44:21.051Z[ helios-setup] Dec 17 07:44:19.250 INFO E| Compiling walkdir v2.3.3
34312024-12-17T07:44:21.726Z[ helios-setup] Dec 17 07:44:19.924 INFO E| Compiling tempfile v3.7.0
34322024-12-17T07:44:22.308Z[ helios-setup] Dec 17 07:44:20.507 INFO E| Compiling md-5 v0.9.1
34332024-12-17T07:44:22.604Z[ helios-setup] Dec 17 07:44:20.802 INFO E| Compiling libdevinfo-sys v1.0.0
34342024-12-17T07:44:22.693Z[ helios-setup] Dec 17 07:44:20.891 INFO E| Compiling glob v0.3.1
34352024-12-17T07:44:24.012Z[ helios-setup] Dec 17 07:44:22.210 INFO E| Compiling slog-term v2.9.0
34362024-12-17T07:44:26.267Z[ helios-setup] Dec 17 07:44:24.465 INFO E| Compiling serde_derive v1.0.193
34372024-12-17T07:44:41.938Z[ helios-setup] Dec 17 07:44:40.132 INFO E| Compiling toml v0.5.11
34382024-12-17T07:44:41.941Z[ helios-setup] Dec 17 07:44:40.132 INFO E| Compiling uuid v0.8.2
34392024-12-17T07:44:44.268Z[ helios-setup] Dec 17 07:44:42.462 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34402024-12-17T07:44:48.305Z[ helios-setup] Dec 17 07:44:46.498 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34412024-12-17T07:45:02.046Z[ helios-setup] Dec 17 07:45:00.236 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.86s
34422024-12-17T07:45:02.079Z[ helios-setup] Dec 17 07:45:00.269 INFO building project "image-builder" ok (55 seconds)
34432024-12-17T07:45:02.140Z[ helios-setup] rm -f helios-build
34442024-12-17T07:45:02.143Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34452024-12-17T07:45:02.143Z[ helios-setup]
34462024-12-17T07:45:02.143Z[ helios-setup] Setup complete! ./helios-build is now available.
34472024-12-17T07:45:02.143Z[ helios-setup]
34482024-12-17T07:45:02.143Z[ helios-setup]
34492024-12-17T07:45:02.143Z[ helios-setup] real 12:17.066503356
34502024-12-17T07:45:02.143Z[ helios-setup] user 28:47.041410107
34512024-12-17T07:45:02.143Z[ helios-setup] sys 3:36.860639273
34522024-12-17T07:45:02.143Z[ helios-setup] trap 1.677039257
34532024-12-17T07:45:02.143Z[ helios-setup] tflt 7.981365013
34542024-12-17T07:45:02.143Z[ helios-setup] dflt 32.137884561
34552024-12-17T07:45:02.143Z[ helios-setup] kflt 0.011544132
34562024-12-17T07:45:02.143Z[ helios-setup] lock 2:03:21.028542025
34572024-12-17T07:45:02.143Z[ helios-setup] slp 3:48:36.337723880
34582024-12-17T07:45:02.143Z[ helios-setup] lat 33:16.923513905
34592024-12-17T07:45:02.143Z[ helios-setup] stop 4:31.677940452
34602024-12-17T07:45:02.143ZDec 17 07:45:00.283 INFO [helios-setup] process exited with exit status: 0 (737.072422303s)
34612024-12-17T07:45:02.143ZDec 17 07:45:00.283 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34622024-12-17T07:45:02.143Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34632024-12-17T07:45:02.567Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34642024-12-17T07:45:02.567Z[ phbl-toolchain] info: downloading component 'cargo'
34652024-12-17T07:45:03.664Z[ phbl-toolchain] info: downloading component 'clippy'
34662024-12-17T07:45:03.987Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34672024-12-17T07:45:08.158Z[ phbl-toolchain] info: downloading component 'miri'
34682024-12-17T07:45:08.309Z[ phbl-toolchain] info: downloading component 'rust-docs'
34692024-12-17T07:45:09.789Z[ phbl-toolchain] info: downloading component 'rust-src'
34702024-12-17T07:45:10.107Z[ phbl-toolchain] info: downloading component 'rust-std'
34712024-12-17T07:45:12.197Z[ phbl-toolchain] info: downloading component 'rustc'
34722024-12-17T07:45:20.617Z[ phbl-toolchain] info: downloading component 'rustfmt'
34732024-12-17T07:45:20.996Z[ phbl-toolchain] info: installing component 'cargo'
34742024-12-17T07:45:22.506Z[ phbl-toolchain] info: installing component 'clippy'
34752024-12-17T07:45:23.011Z[ phbl-toolchain] info: installing component 'llvm-tools'
34762024-12-17T07:45:28.786Z[ phbl-toolchain] info: installing component 'miri'
34772024-12-17T07:45:29.118Z[ phbl-toolchain] info: installing component 'rust-docs'
34782024-12-17T07:45:36.688Z[ phbl-toolchain] info: installing component 'rust-src'
34792024-12-17T07:45:37.298Z[ phbl-toolchain] info: installing component 'rust-std'
34802024-12-17T07:45:39.894Z[ phbl-toolchain] info: installing component 'rustc'
34812024-12-17T07:45:49.288Z[ phbl-toolchain] info: installing component 'rustfmt'
34822024-12-17T07:45:50.126Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34832024-12-17T07:45:50.129ZDec 17 07:45:48.309 INFO [phbl-toolchain] process exited with exit status: 0 (48.025112603s)
34842024-12-17T07:46:33.446Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34852024-12-17T07:46:34.631Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34862024-12-17T07:53:58.960Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 22s
34872024-12-17T07:55:05.356ZDec 17 07:55:03.415 INFO [host-package] process exited with exit status: 0 (1288.835961618s)
34882024-12-17T07:55:05.359ZDec 17 07:55:03.415 INFO [host-stamp] running task
34892024-12-17T07:55:05.359ZDec 17 07:55:03.416 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34902024-12-17T07:55:05.359ZDec 17 07:55:03.416 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+gitfb10fadb3bf
34912024-12-17T07:55:05.371ZDec 17 07:55:03.431 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+gitfb10fadb3bf
34922024-12-17T07:55:05.377Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34932024-12-17T07:55:05.380ZDec 17 07:55:03.437 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+gitfb10fadb3bf
34942024-12-17T07:55:05.383Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-12-17T07:55:05.386ZDec 17 07:55:03.445 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+gitfb10fadb3bf
34962024-12-17T07:55:05.393Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
34972024-12-17T07:55:05.397ZDec 17 07:55:03.457 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+gitfb10fadb3bf
34982024-12-17T07:55:05.406Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
34992024-12-17T07:55:05.409Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35002024-12-17T07:55:05.412Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-17T07:55:05.412ZDec 17 07:55:03.469 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+gitfb10fadb3bf
35022024-12-17T07:55:05.427Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-17T07:55:05.429ZDec 17 07:55:03.486 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+gitfb10fadb3bf
35042024-12-17T07:55:05.443Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35052024-12-17T07:55:05.447Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-17T07:55:05.447ZDec 17 07:55:03.503 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+gitfb10fadb3bf
35072024-12-17T07:55:05.464Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-17T07:55:05.466ZDec 17 07:55:03.523 INFO [stamp-overlay] process exited with exit status: 0 (85.813482ms)
35092024-12-17T07:55:05.466ZDec 17 07:55:03.523 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (54.166378ms)
35102024-12-17T07:55:05.476Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-17T07:55:05.490Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35122024-12-17T07:55:05.494ZDec 17 07:55:03.553 INFO [stamp-oxlog] process exited with exit status: 0 (50.515413ms)
35132024-12-17T07:55:05.525Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35142024-12-17T07:55:05.529ZDec 17 07:55:03.589 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.038125ms)
35152024-12-17T07:55:05.604Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35162024-12-17T07:55:05.608ZDec 17 07:55:03.667 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (251.396875ms)
35172024-12-17T07:55:05.774Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35182024-12-17T07:55:05.778ZDec 17 07:55:03.836 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (405.332857ms)
35192024-12-17T07:55:06.564Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35202024-12-17T07:55:06.582Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35212024-12-17T07:55:06.585ZDec 17 07:55:04.644 INFO [stamp-propolis-server] process exited with exit status: 0 (1.198951751s)
35222024-12-17T07:55:09.012Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35232024-12-17T07:55:16.127Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35242024-12-17T07:55:16.131ZDec 17 07:55:14.188 INFO [stamp-switch-asic] process exited with exit status: 0 (10.70209509s)
35252024-12-17T07:55:16.134ZDec 17 07:55:14.188 INFO [host-stamp] task succeeded (10.7727889s)
35262024-12-17T07:55:16.134ZDec 17 07:55:14.188 INFO [host-proto] running task
35272024-12-17T07:55:16.537ZDec 17 07:55:14.593 INFO [host-proto] task succeeded (405.16443ms)
35282024-12-17T07:55:16.537ZDec 17 07:55:14.593 INFO [host-profile] running task
35292024-12-17T07:55:16.540ZDec 17 07:55:14.594 INFO [host-profile] task succeeded (268.157µs)
35302024-12-17T07:55:16.540ZDec 17 07:55:14.594 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/.tmpbJsvfq/proto/host/root -N 'ci fb10fad/${os_short_commit} 2024-12-17 07:32' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35312024-12-17T07:55:16.554Z[ host-image] Dec 17 07:55:14.611 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35322024-12-17T07:55:16.554Z[ host-image] Dec 17 07:55:14.611 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35332024-12-17T07:55:16.568Z[ host-image] Dec 17 07:55:14.625 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpbJsvfq/proto/host/root"
35342024-12-17T07:55:16.568Z[ host-image] Dec 17 07:55:14.625 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35352024-12-17T07:55:16.571Z[ host-image] Dec 17 07:55:14.625 INFO image builder template: ramdisk-01-os...
35362024-12-17T07:55:16.571Z[ host-image] Dec 17 07:55:14.625 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/.tmpbJsvfq/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35372024-12-17T07:55:16.588Z[ host-image] Dec 17 07:55:14.645 INFO O| Dec 17 07:55:14.645 INFO CREATE DATASET: rpool/images/build/host/output
35382024-12-17T07:55:16.797Z[ host-image] Dec 17 07:55:14.853 INFO O| Dec 17 07:55:14.853 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35392024-12-17T07:55:16.801Z[ host-image] Dec 17 07:55:14.858 INFO O| Dec 17 07:55:14.858 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35402024-12-17T07:55:17.048Z[ host-image] Dec 17 07:55:15.104 INFO O| Dec 17 07:55:15.104 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35412024-12-17T07:55:17.112Z[ host-image] Dec 17 07:55:15.168 INFO O| Dec 17 07:55:15.168 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35422024-12-17T07:55:17.114Z[ host-image] Dec 17 07:55:15.168 INFO O| Dec 17 07:55:15.168 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35432024-12-17T07:55:17.114Z[ host-image] Dec 17 07:55:15.168 INFO O| Dec 17 07:55:15.168 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35442024-12-17T07:55:17.114Z[ host-image] Dec 17 07:55:15.168 INFO O| Dec 17 07:55:15.168 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-17T07:55:17.119Z[ host-image] Dec 17 07:55:15.176 INFO O| Dec 17 07:55:15.176 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-17T07:55:17.486Z[ host-image] Dec 17 07:55:15.542 INFO O| Dec 17 07:55:15.542 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35472024-12-17T07:55:17.501Z[ host-image] Dec 17 07:55:15.557 INFO O| Dec 17 07:55:15.557 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35482024-12-17T07:55:17.973Z[ host-image] Dec 17 07:55:16.030 INFO O| Dec 17 07:55:16.029 INFO O| Caching catalogs ... Done
35492024-12-17T07:55:18.093Z[ host-image] Dec 17 07:55:16.149 INFO O| Dec 17 07:55:16.149 INFO STEP 0 (pkg_image_create) COMPLETE
35502024-12-17T07:55:18.093Z[ host-image] Dec 17 07:55:16.149 INFO O| Dec 17 07:55:16.149 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-17T07:55:18.095Z[ host-image] Dec 17 07:55:16.149 INFO O| Dec 17 07:55:16.149 INFO skip step because feature "repo_redist" is not enabled
35522024-12-17T07:55:18.096Z[ host-image] Dec 17 07:55:16.149 INFO O| Dec 17 07:55:16.149 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-17T07:55:18.109Z[ host-image] Dec 17 07:55:16.166 INFO O| Dec 17 07:55:16.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35542024-12-17T07:55:18.653Z[ host-image] Dec 17 07:55:16.709 INFO O| Dec 17 07:55:16.709 INFO STEP 2 (pkg_set_publisher) COMPLETE
35552024-12-17T07:55:18.653Z[ host-image] Dec 17 07:55:16.709 INFO O| Dec 17 07:55:16.709 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-17T07:55:18.669Z[ host-image] Dec 17 07:55:16.725 INFO O| Dec 17 07:55:16.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35572024-12-17T07:55:19.231Z[ host-image] Dec 17 07:55:17.287 INFO O| Dec 17 07:55:17.287 INFO STEP 3 (pkg_set_publisher) COMPLETE
35582024-12-17T07:55:19.231Z[ host-image] Dec 17 07:55:17.287 INFO O| Dec 17 07:55:17.287 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-17T07:55:19.231Z[ host-image] Dec 17 07:55:17.287 INFO O| Dec 17 07:55:17.287 INFO skip step because feature "repo_redist" is not enabled
35602024-12-17T07:55:19.235Z[ host-image] Dec 17 07:55:17.287 INFO O| Dec 17 07:55:17.287 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-17T07:55:19.786Z[ host-image] Dec 17 07:55:17.842 INFO O| Dec 17 07:55:17.842 INFO variant opensolaris.zone is already global
35622024-12-17T07:55:19.786Z[ host-image] Dec 17 07:55:17.842 INFO O| Dec 17 07:55:17.842 INFO STEP 5 (pkg_change_variant) COMPLETE
35632024-12-17T07:55:19.789Z[ host-image] Dec 17 07:55:17.842 INFO O| Dec 17 07:55:17.842 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-17T07:55:20.356Z[ host-image] Dec 17 07:55:18.411 INFO O| Dec 17 07:55:18.411 INFO variant opensolaris.imagetype is full; changing to partial
35652024-12-17T07:55:20.356Z[ host-image] Dec 17 07:55:18.411 INFO O| Dec 17 07:55:18.411 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35662024-12-17T07:55:28.076Z[ host-image] Dec 17 07:55:26.130 INFO O| Dec 17 07:55:26.130 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35672024-12-17T07:55:29.131Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.51s
35682024-12-17T07:55:30.500ZDec 17 07:55:28.554 INFO [recovery-package] process exited with exit status: 0 (25.138005763s)
35692024-12-17T07:55:30.501ZDec 17 07:55:28.554 INFO [recovery-stamp] running task
35702024-12-17T07:55:30.504ZDec 17 07:55:28.554 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35712024-12-17T07:55:30.509ZDec 17 07:55:28.563 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+gitfb10fadb3bf
35722024-12-17T07:55:30.522ZDec 17 07:55:28.575 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitfb10fadb3bf
35732024-12-17T07:55:30.534Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35742024-12-17T07:55:30.545Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35752024-12-17T07:55:30.641Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35762024-12-17T07:55:30.647ZDec 17 07:55:28.699 INFO [stamp-installinator] process exited with exit status: 0 (123.652348ms)
35772024-12-17T07:55:30.662Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35782024-12-17T07:55:30.666ZDec 17 07:55:28.719 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (156.186136ms)
35792024-12-17T07:55:30.669ZDec 17 07:55:28.720 INFO [recovery-stamp] task succeeded (165.683612ms)
35802024-12-17T07:55:30.669ZDec 17 07:55:28.720 INFO [recovery-proto] running task
35812024-12-17T07:55:30.669ZDec 17 07:55:28.720 INFO [tuf-stamp] running task
35822024-12-17T07:55:30.669ZDec 17 07:55:28.721 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+gitfb10fadb3bf
35832024-12-17T07:55:30.681ZDec 17 07:55:28.734 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+gitfb10fadb3bf
35842024-12-17T07:55:30.694Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35852024-12-17T07:55:30.697ZDec 17 07:55:28.748 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+gitfb10fadb3bf
35862024-12-17T07:55:30.712Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35872024-12-17T07:55:30.712ZDec 17 07:55:28.766 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+gitfb10fadb3bf
35882024-12-17T07:55:30.726Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-17T07:55:30.729ZDec 17 07:55:28.780 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+gitfb10fadb3bf
35902024-12-17T07:55:30.751Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-17T07:55:30.754ZDec 17 07:55:28.805 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+gitfb10fadb3bf
35922024-12-17T07:55:30.777Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-17T07:55:30.783ZDec 17 07:55:28.836 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+gitfb10fadb3bf
35942024-12-17T07:55:30.869ZDec 17 07:55:28.920 INFO [recovery-proto] task succeeded (200.472723ms)
35952024-12-17T07:55:30.881ZDec 17 07:55:28.925 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+gitfb10fadb3bf
35962024-12-17T07:55:30.881Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-17T07:55:30.899ZDec 17 07:55:28.953 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/.tmpbJsvfq/proto/recovery/root -N 'recovery fb10fad/${os_short_commit} 2024-12-17 07:32' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35982024-12-17T07:55:31.044Z[ recovery-image] Dec 17 07:55:29.097 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35992024-12-17T07:55:31.048Z[ recovery-image] Dec 17 07:55:29.098 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36002024-12-17T07:55:31.062Z[ recovery-image] Dec 17 07:55:29.116 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpbJsvfq/proto/recovery/root"
36012024-12-17T07:55:31.065Z[ recovery-image] Dec 17 07:55:29.116 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36022024-12-17T07:55:31.065Z[ recovery-image] Dec 17 07:55:29.116 INFO image builder template: ramdisk-01-os...
36032024-12-17T07:55:31.065Z[ recovery-image] Dec 17 07:55:29.116 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/.tmpbJsvfq/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
36042024-12-17T07:55:31.065ZDec 17 07:55:29.117 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+gitfb10fadb3bf
36052024-12-17T07:55:31.065Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-17T07:55:31.116ZDec 17 07:55:29.170[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-17T07:55:31.116Z 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+gitfb10fadb3bf
36082024-12-17T07:55:31.147Z[ recovery-image] Dec 17 07:55:29.182 INFO O| Dec 17 07:55:29.181 INFO CREATE DATASET: rpool/images/build/recovery/output
36092024-12-17T07:55:31.156ZDec 17 07:55:29.205 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+gitfb10fadb3bf
36102024-12-17T07:55:31.206Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-17T07:55:31.250Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-17T07:55:31.288Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-17T07:55:31.438Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
36142024-12-17T07:55:31.457Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36152024-12-17T07:55:31.463Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36162024-12-17T07:55:31.522ZDec 17 07:55:29.573 INFO [stamp-probe] process exited with exit status: 0 (364.936699ms)
36172024-12-17T07:55:31.594Z[ recovery-image] Dec 17 07:55:29.647 INFO O| Dec 17 07:55:29.647 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36182024-12-17T07:55:31.624Z[ recovery-image] Dec 17 07:55:29.677 INFO O| Dec 17 07:55:29.677 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36192024-12-17T07:55:31.717Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36202024-12-17T07:55:31.750ZDec 17 07:55:29.804 INFO [stamp-ntp] process exited with exit status: 0 (850.916441ms)
36212024-12-17T07:55:32.133Z[ recovery-image] Dec 17 07:55:30.186 INFO O| Dec 17 07:55:30.186 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36222024-12-17T07:55:32.228Z[ recovery-image] Dec 17 07:55:30.280 INFO O| Dec 17 07:55:30.280 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36232024-12-17T07:55:32.228Z[ recovery-image] Dec 17 07:55:30.281 INFO O| Dec 17 07:55:30.281 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36242024-12-17T07:55:32.231Z[ recovery-image] Dec 17 07:55:30.281 INFO O| Dec 17 07:55:30.281 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36252024-12-17T07:55:32.231Z[ recovery-image] Dec 17 07:55:30.281 INFO O| Dec 17 07:55:30.281 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36262024-12-17T07:55:32.239Z[ recovery-image] Dec 17 07:55:30.292 INFO O| Dec 17 07:55:30.292 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-17T07:55:32.366Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36282024-12-17T07:55:32.425ZDec 17 07:55:30.478 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.730106345s)
36292024-12-17T07:55:32.616Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36302024-12-17T07:55:32.634Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36312024-12-17T07:55:32.634ZDec 17 07:55:30.682 INFO [stamp-internal-dns] process exited with exit status: 0 (1.913252004s)
36322024-12-17T07:55:32.634ZDec 17 07:55:30.682 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.960647816s)
36332024-12-17T07:55:32.717Z[ recovery-image] Dec 17 07:55:30.770 INFO O| Dec 17 07:55:30.770 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342024-12-17T07:55:32.733Z[ recovery-image] Dec 17 07:55:30.786 INFO O| Dec 17 07:55:30.786 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36352024-12-17T07:55:32.919Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36362024-12-17T07:55:32.988ZDec 17 07:55:31.038 INFO [stamp-external-dns] process exited with exit status: 0 (1.921648399s)
36372024-12-17T07:55:33.193Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36382024-12-17T07:55:33.197ZDec 17 07:55:31.251 INFO [stamp-oximeter] process exited with exit status: 0 (2.414289063s)
36392024-12-17T07:55:33.228Z[ recovery-image] Dec 17 07:55:31.281 INFO O| Dec 17 07:55:31.280 INFO O| Caching catalogs ... Done
36402024-12-17T07:55:33.343Z[ recovery-image] Dec 17 07:55:31.393 INFO O| Dec 17 07:55:31.393 INFO STEP 0 (pkg_image_create) COMPLETE
36412024-12-17T07:55:33.343Z[ recovery-image] Dec 17 07:55:31.394 INFO O| Dec 17 07:55:31.393 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-12-17T07:55:33.346Z[ recovery-image] Dec 17 07:55:31.394 INFO O| Dec 17 07:55:31.393 INFO skip step because feature "repo_redist" is not enabled
36432024-12-17T07:55:33.346Z[ recovery-image] Dec 17 07:55:31.394 INFO O| Dec 17 07:55:31.393 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-17T07:55:33.353Z[ recovery-image] Dec 17 07:55:31.406 INFO O| Dec 17 07:55:31.406 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36452024-12-17T07:55:33.476Z[ host-image] Dec 17 07:55:31.528 INFO O| Dec 17 07:55:31.528 INFO O| Startup: Caching catalogs ... Done
36462024-12-17T07:55:33.577Z[ host-image] Dec 17 07:55:31.629 INFO O| Dec 17 07:55:31.629 INFO O| Planning: Planning completed in 0.00 seconds
36472024-12-17T07:55:33.581Z[ host-image] Dec 17 07:55:31.630 INFO O| Dec 17 07:55:31.630 INFO O| Planning: Consolidating action changes ... Done
36482024-12-17T07:55:33.581Z[ host-image] Dec 17 07:55:31.630 INFO O| Dec 17 07:55:31.630 INFO O| Planning: Evaluating mediators ... Done
36492024-12-17T07:55:33.581Z[ host-image] Dec 17 07:55:31.631 INFO O| Dec 17 07:55:31.631 INFO O| Planning: Planning completed in 0.00 seconds
36502024-12-17T07:55:33.581Z[ host-image] Dec 17 07:55:31.631 INFO O| Dec 17 07:55:31.631 INFO O| Variants/Facets to change: 1
36512024-12-17T07:55:33.603Z[ host-image] Dec 17 07:55:31.656 INFO O| Dec 17 07:55:31.655 INFO O| Done
36522024-12-17T07:55:33.603Z[ host-image] Dec 17 07:55:31.656 INFO O| Dec 17 07:55:31.656 INFO O| Done
36532024-12-17T07:55:33.812Z[ recovery-image] Dec 17 07:55:31.864 INFO O| Dec 17 07:55:31.864 INFO STEP 2 (pkg_set_publisher) COMPLETE
36542024-12-17T07:55:33.812Z[ recovery-image] Dec 17 07:55:31.864 INFO O| Dec 17 07:55:31.864 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-17T07:55:33.826Z[ recovery-image] Dec 17 07:55:31.879 INFO O| Dec 17 07:55:31.879 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"]
36562024-12-17T07:55:34.297Z[ recovery-image] Dec 17 07:55:32.350 INFO O| Dec 17 07:55:32.350 INFO STEP 3 (pkg_set_publisher) COMPLETE
36572024-12-17T07:55:34.297Z[ recovery-image] Dec 17 07:55:32.350 INFO O| Dec 17 07:55:32.350 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-17T07:55:34.297Z[ recovery-image] Dec 17 07:55:32.350 INFO O| Dec 17 07:55:32.350 INFO skip step because feature "repo_redist" is not enabled
36592024-12-17T07:55:34.302Z[ recovery-image] Dec 17 07:55:32.350 INFO O| Dec 17 07:55:32.350 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-17T07:55:34.401Z[ host-image] Dec 17 07:55:32.454 INFO O| Dec 17 07:55:32.454 INFO O| Done
36612024-12-17T07:55:34.465Z[ host-image] Dec 17 07:55:32.518 INFO O| Dec 17 07:55:32.518 INFO O| Done
36622024-12-17T07:55:34.468Z[ host-image] Dec 17 07:55:32.519 INFO O| Dec 17 07:55:32.519 INFO O| Done
36632024-12-17T07:55:34.468Z[ host-image] Dec 17 07:55:32.519 INFO O| Dec 17 07:55:32.519 INFO O| Done
36642024-12-17T07:55:34.468Z[ host-image] Dec 17 07:55:32.520 INFO O| Dec 17 07:55:32.520 INFO O| Done
36652024-12-17T07:55:34.771Z[ recovery-image] Dec 17 07:55:32.823 INFO O| Dec 17 07:55:32.823 INFO variant opensolaris.zone is already global
36662024-12-17T07:55:34.771Z[ recovery-image] Dec 17 07:55:32.823 INFO O| Dec 17 07:55:32.823 INFO STEP 5 (pkg_change_variant) COMPLETE
36672024-12-17T07:55:34.771Z[ recovery-image] Dec 17 07:55:32.823 INFO O| Dec 17 07:55:32.823 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-12-17T07:55:35.032Z[ host-image] Dec 17 07:55:33.084 INFO O| Dec 17 07:55:33.084 INFO STEP 6 (pkg_change_variant) COMPLETE
36692024-12-17T07:55:35.032Z[ host-image] Dec 17 07:55:33.084 INFO O| Dec 17 07:55:33.084 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-12-17T07:55:35.036Z[ host-image] Dec 17 07:55:33.084 INFO O| Dec 17 07:55:33.084 INFO skip step because feature "debug_variant" is not enabled
36712024-12-17T07:55:35.036Z[ host-image] Dec 17 07:55:33.084 INFO O| Dec 17 07:55:33.084 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-17T07:55:35.036Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36732024-12-17T07:55:35.040ZDec 17 07:55:33.093 INFO [stamp-nexus] process exited with exit status: 0 (4.287263805s)
36742024-12-17T07:55:35.243Z[ recovery-image] Dec 17 07:55:33.296 INFO O| Dec 17 07:55:33.295 INFO variant opensolaris.imagetype is full; changing to partial
36752024-12-17T07:55:35.243Z[ recovery-image] Dec 17 07:55:33.296 INFO O| Dec 17 07:55:33.296 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36762024-12-17T07:55:35.502Z[ host-image] Dec 17 07:55:33.555 INFO O| Dec 17 07:55:33.554 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36772024-12-17T07:55:35.604Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36782024-12-17T07:55:35.625Z[verify-libraries] Compiling home v0.5.9
36792024-12-17T07:55:35.625Z[verify-libraries] Compiling cfg_aliases v0.1.1
36802024-12-17T07:55:35.799Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36812024-12-17T07:55:35.802Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36822024-12-17T07:55:35.802Z[verify-libraries] Compiling unicode_categories v0.1.1
36832024-12-17T07:55:35.928Z[verify-libraries] Compiling nix v0.28.0
36842024-12-17T07:55:35.933Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36852024-12-17T07:55:35.936Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36862024-12-17T07:55:36.188Z[verify-libraries] Compiling polyval v0.6.2
36872024-12-17T07:55:36.287Z[ host-image] Dec 17 07:55:34.339 INFO O| Dec 17 07:55:34.339 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36882024-12-17T07:55:36.290Z[ host-image] Dec 17 07:55:34.341 INFO O| Dec 17 07:55:34.341 INFO O| Planning: Planning completed in 0.00 seconds
36892024-12-17T07:55:36.290Z[ host-image] Dec 17 07:55:34.341 INFO O| Dec 17 07:55:34.341 INFO O| Planning: Consolidating action changes ... Done
36902024-12-17T07:55:36.290Z[ host-image] Dec 17 07:55:34.342 INFO O| Dec 17 07:55:34.342 INFO O| Planning: Evaluating mediators ... Done
36912024-12-17T07:55:36.290Z[ host-image] Dec 17 07:55:34.342 INFO O| Dec 17 07:55:34.342 INFO O| Planning: Planning completed in 0.00 seconds
36922024-12-17T07:55:36.291Z[ host-image] Dec 17 07:55:34.342 INFO O| Dec 17 07:55:34.342 INFO O| Variants/Facets to change: 1
36932024-12-17T07:55:36.325Z[ host-image] Dec 17 07:55:34.377 INFO O| Dec 17 07:55:34.377 INFO O| Done
36942024-12-17T07:55:36.325Z[ host-image] Dec 17 07:55:34.377 INFO O| Dec 17 07:55:34.377 INFO O| Done
36952024-12-17T07:55:36.629Z[verify-libraries] Compiling sqlformat v0.2.6
36962024-12-17T07:55:36.989Z[verify-libraries] Compiling ghash v0.5.1
36972024-12-17T07:55:37.052Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36982024-12-17T07:55:37.094ZDec 17 07:55:35.146 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.366096333s)
36992024-12-17T07:55:37.289Z[verify-libraries] Compiling ctr v0.9.2
37002024-12-17T07:55:37.387Z[verify-libraries] Compiling ssh-encoding v0.2.0
37012024-12-17T07:55:37.442Z[ host-image] Dec 17 07:55:35.494 INFO O| Dec 17 07:55:35.494 INFO O| Done
37022024-12-17T07:55:37.468Z[verify-libraries] Compiling sqlparser v0.45.0
37032024-12-17T07:55:37.490Z[verify-libraries] Compiling blowfish v0.9.1
37042024-12-17T07:55:37.542Z[ host-image] Dec 17 07:55:35.594 INFO O| Dec 17 07:55:35.594 INFO O| Done
37052024-12-17T07:55:37.547Z[ host-image] Dec 17 07:55:35.595 INFO O| Dec 17 07:55:35.595 INFO O| Done
37062024-12-17T07:55:37.548Z[ host-image] Dec 17 07:55:35.595 INFO O| Dec 17 07:55:35.595 INFO O| Done
37072024-12-17T07:55:37.548Z[ host-image] Dec 17 07:55:35.597 INFO O| Dec 17 07:55:35.597 INFO O| Done
37082024-12-17T07:55:37.630Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO STEP 8 (pkg_change_facet) COMPLETE
37092024-12-17T07:55:37.630Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37102024-12-17T07:55:37.630Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO skip step because feature "recovery" is not enabled
37112024-12-17T07:55:37.633Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37122024-12-17T07:55:37.633Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO skip step because feature "recovery" is not enabled
37132024-12-17T07:55:37.634Z[ host-image] Dec 17 07:55:35.682 INFO O| Dec 17 07:55:35.682 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142024-12-17T07:55:37.646Z[ host-image] Dec 17 07:55:35.698 INFO O| Dec 17 07:55:35.698 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"]
37152024-12-17T07:55:37.751Z[verify-libraries] Compiling aes-gcm v0.10.3
37162024-12-17T07:55:38.313Z[verify-libraries] Compiling ssh-cipher v0.2.0
37172024-12-17T07:55:38.889Z[ host-image] Dec 17 07:55:36.940 INFO O| Dec 17 07:55:36.940 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37182024-12-17T07:55:38.909Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37192024-12-17T07:55:39.555Z[verify-libraries] Compiling password-hash v0.4.2
37202024-12-17T07:55:42.602Z[verify-libraries] Compiling rustyline v14.0.0
37212024-12-17T07:55:44.056Z[verify-libraries] Compiling matches v0.1.10
37222024-12-17T07:55:44.286Z[verify-libraries] Compiling idna v0.2.3
37232024-12-17T07:55:44.442Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37242024-12-17T07:55:44.501ZDec 17 07:55:42.552 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.817459451s)
37252024-12-17T07:55:45.384Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37262024-12-17T07:55:45.421ZDec 17 07:55:43.471 INFO [stamp-clickhouse] process exited with exit status: 0 (14.301420676s)
37272024-12-17T07:55:45.421ZDec 17 07:55:43.471 INFO [tuf-stamp] task succeeded (14.751729732s)
37282024-12-17T07:55:45.768Z[verify-libraries] Compiling pbkdf2 v0.11.0
37292024-12-17T07:55:45.807Z[verify-libraries] Compiling ssh-key v0.6.6
37302024-12-17T07:55:46.285Z[verify-libraries] Compiling p256 v0.13.2
37312024-12-17T07:55:48.601Z[ recovery-image] Dec 17 07:55:46.650 INFO O| Dec 17 07:55:46.650 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37322024-12-17T07:55:49.032Z[verify-libraries] Compiling p521 v0.13.3
37332024-12-17T07:55:49.221Z[verify-libraries] Compiling enum-as-inner v0.5.1
37342024-12-17T07:55:50.489Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37352024-12-17T07:55:51.072Z[verify-libraries] Compiling md5 v0.7.0
37362024-12-17T07:55:51.562Z[verify-libraries] Compiling russh-keys v0.45.0
37372024-12-17T07:55:51.938Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37382024-12-17T07:55:57.003Z[ recovery-image] Dec 17 07:55:55.050 INFO O| Dec 17 07:55:55.050 INFO O| Startup: Caching catalogs ... Done
37392024-12-17T07:55:57.126Z[ recovery-image] Dec 17 07:55:55.173 INFO O| Dec 17 07:55:55.173 INFO O| Planning: Planning completed in 0.00 seconds
37402024-12-17T07:55:57.129Z[ recovery-image] Dec 17 07:55:55.174 INFO O| Dec 17 07:55:55.174 INFO O| Planning: Consolidating action changes ... Done
37412024-12-17T07:55:57.129Z[ recovery-image] Dec 17 07:55:55.174 INFO O| Dec 17 07:55:55.174 INFO O| Planning: Evaluating mediators ... Done
37422024-12-17T07:55:57.129Z[ recovery-image] Dec 17 07:55:55.175 INFO O| Dec 17 07:55:55.174 INFO O| Planning: Planning completed in 0.00 seconds
37432024-12-17T07:55:57.129Z[ recovery-image] Dec 17 07:55:55.175 INFO O| Dec 17 07:55:55.175 INFO O| Variants/Facets to change: 1
37442024-12-17T07:55:57.215Z[ recovery-image] Dec 17 07:55:55.262 INFO O| Dec 17 07:55:55.262 INFO O| Done
37452024-12-17T07:55:57.215Z[ recovery-image] Dec 17 07:55:55.262 INFO O| Dec 17 07:55:55.262 INFO O| Done
37462024-12-17T07:55:58.220Z[ recovery-image] Dec 17 07:55:56.268 INFO O| Dec 17 07:55:56.268 INFO O| Done
37472024-12-17T07:55:58.301Z[ recovery-image] Dec 17 07:55:56.348 INFO O| Dec 17 07:55:56.347 INFO O| Done
37482024-12-17T07:55:58.305Z[ recovery-image] Dec 17 07:55:56.349 INFO O| Dec 17 07:55:56.349 INFO O| Done
37492024-12-17T07:55:58.305Z[ recovery-image] Dec 17 07:55:56.349 INFO O| Dec 17 07:55:56.349 INFO O| Done
37502024-12-17T07:55:58.305Z[ recovery-image] Dec 17 07:55:56.351 INFO O| Dec 17 07:55:56.351 INFO O| Done
37512024-12-17T07:55:59.116Z[ recovery-image] Dec 17 07:55:57.162 INFO O| Dec 17 07:55:57.162 INFO STEP 6 (pkg_change_variant) COMPLETE
37522024-12-17T07:55:59.116Z[ recovery-image] Dec 17 07:55:57.162 INFO O| Dec 17 07:55:57.162 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532024-12-17T07:55:59.120Z[ recovery-image] Dec 17 07:55:57.162 INFO O| Dec 17 07:55:57.162 INFO skip step because feature "debug_variant" is not enabled
37542024-12-17T07:55:59.120Z[ recovery-image] Dec 17 07:55:57.162 INFO O| Dec 17 07:55:57.162 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552024-12-17T07:55:59.776Z[ recovery-image] Dec 17 07:55:57.823 INFO O| Dec 17 07:55:57.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37562024-12-17T07:56:00.978Z[ recovery-image] Dec 17 07:55:59.024 INFO O| Dec 17 07:55:59.024 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37572024-12-17T07:56:00.981Z[ recovery-image] Dec 17 07:55:59.026 INFO O| Dec 17 07:55:59.026 INFO O| Planning: Planning completed in 0.00 seconds
37582024-12-17T07:56:00.981Z[ recovery-image] Dec 17 07:55:59.027 INFO O| Dec 17 07:55:59.027 INFO O| Planning: Consolidating action changes ... Done
37592024-12-17T07:56:00.981Z[ recovery-image] Dec 17 07:55:59.027 INFO O| Dec 17 07:55:59.027 INFO O| Planning: Evaluating mediators ... Done
37602024-12-17T07:56:00.981Z[ recovery-image] Dec 17 07:55:59.028 INFO O| Dec 17 07:55:59.028 INFO O| Planning: Planning completed in 0.00 seconds
37612024-12-17T07:56:00.985Z[ recovery-image] Dec 17 07:55:59.028 INFO O| Dec 17 07:55:59.028 INFO O| Variants/Facets to change: 1
37622024-12-17T07:56:01.117Z[ recovery-image] Dec 17 07:55:59.122 INFO O| Dec 17 07:55:59.122 INFO O| Done
37632024-12-17T07:56:01.117Z[ recovery-image] Dec 17 07:55:59.122 INFO O| Dec 17 07:55:59.122 INFO O| Done
37642024-12-17T07:56:01.502Z[verify-libraries] Compiling num-bigint v0.4.6
37652024-12-17T07:56:02.000Z[ recovery-image] Dec 17 07:56:00.044 INFO O| Dec 17 07:56:00.044 INFO O| Done
37662024-12-17T07:56:06.249Z[ recovery-image] Dec 17 07:56:00.127 INFO O| Dec 17 07:56:00.126 INFO O| Done
37672024-12-17T07:56:06.250Z[ recovery-image] Dec 17 07:56:00.128 INFO O| Dec 17 07:56:00.128 INFO O| Done
37682024-12-17T07:56:06.250Z[ recovery-image] Dec 17 07:56:00.128 INFO O| Dec 17 07:56:00.128 INFO O| Done
37692024-12-17T07:56:06.250Z[ recovery-image] Dec 17 07:56:00.130 INFO O| Dec 17 07:56:00.130 INFO O| Done
37702024-12-17T07:56:06.250Z[ recovery-image] Dec 17 07:56:00.229 INFO O| Dec 17 07:56:00.229 INFO STEP 8 (pkg_change_facet) COMPLETE
37712024-12-17T07:56:06.250Z[ recovery-image] Dec 17 07:56:00.229 INFO O| Dec 17 07:56:00.229 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:00.843 INFO O| Dec 17 07:56:00.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37732024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.870 INFO O| Dec 17 07:56:01.870 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37742024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.872 INFO O| Dec 17 07:56:01.872 INFO O| Planning: Planning completed in 0.00 seconds
37752024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.873 INFO O| Dec 17 07:56:01.873 INFO O| Planning: Consolidating action changes ... Done
37762024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.873 INFO O| Dec 17 07:56:01.873 INFO O| Planning: Evaluating mediators ... Done
37772024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.873 INFO O| Dec 17 07:56:01.873 INFO O| Planning: Planning completed in 0.00 seconds
37782024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.874 INFO O| Dec 17 07:56:01.874 INFO O| Variants/Facets to change: 1
37792024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.972 INFO O| Dec 17 07:56:01.971 INFO O| Done
37802024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:01.972 INFO O| Dec 17 07:56:01.971 INFO O| Done
37812024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:02.833 INFO O| Dec 17 07:56:02.833 INFO O| Done
37822024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:02.952 INFO O| Dec 17 07:56:02.952 INFO O| Done
37832024-12-17T07:56:06.267Z[ recovery-image] Dec 17 07:56:02.953 INFO O| Dec 17 07:56:02.953 INFO O| Done
37842024-12-17T07:56:06.268Z[ recovery-image] Dec 17 07:56:02.953 INFO O| Dec 17 07:56:02.953 INFO O| Done
37852024-12-17T07:56:06.268Z[ recovery-image] Dec 17 07:56:02.955 INFO O| Dec 17 07:56:02.955 INFO O| Done
37862024-12-17T07:56:06.268Z[ recovery-image] Dec 17 07:56:03.092 INFO O| Dec 17 07:56:03.091 INFO STEP 9 (pkg_change_facet) COMPLETE
37872024-12-17T07:56:06.268Z[ recovery-image] Dec 17 07:56:03.092 INFO O| Dec 17 07:56:03.092 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37882024-12-17T07:56:06.268Z[ recovery-image] Dec 17 07:56:03.714 INFO O| Dec 17 07:56:03.714 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37892024-12-17T07:56:06.796Z[ recovery-image] Dec 17 07:56:04.842 INFO O| Dec 17 07:56:04.841 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37902024-12-17T07:56:06.799Z[ recovery-image] Dec 17 07:56:04.844 INFO O| Dec 17 07:56:04.844 INFO O| Planning: Planning completed in 0.00 seconds
37912024-12-17T07:56:06.799Z[ recovery-image] Dec 17 07:56:04.845 INFO O| Dec 17 07:56:04.844 INFO O| Planning: Consolidating action changes ... Done
37922024-12-17T07:56:06.799Z[ recovery-image] Dec 17 07:56:04.845 INFO O| Dec 17 07:56:04.845 INFO O| Planning: Evaluating mediators ... Done
37932024-12-17T07:56:06.802Z[ recovery-image] Dec 17 07:56:04.845 INFO O| Dec 17 07:56:04.845 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-17T07:56:06.802Z[ recovery-image] Dec 17 07:56:04.846 INFO O| Dec 17 07:56:04.846 INFO O| Variants/Facets to change: 1
37952024-12-17T07:56:06.878Z[ recovery-image] Dec 17 07:56:04.923 INFO O| Dec 17 07:56:04.923 INFO O| Done
37962024-12-17T07:56:06.878Z[ recovery-image] Dec 17 07:56:04.923 INFO O| Dec 17 07:56:04.923 INFO O| Done
37972024-12-17T07:56:07.618Z[ recovery-image] Dec 17 07:56:05.664 INFO O| Dec 17 07:56:05.663 INFO O| Done
37982024-12-17T07:56:07.711Z[ recovery-image] Dec 17 07:56:05.756 INFO O| Dec 17 07:56:05.756 INFO O| Done
37992024-12-17T07:56:07.715Z[ recovery-image] Dec 17 07:56:05.757 INFO O| Dec 17 07:56:05.757 INFO O| Done
38002024-12-17T07:56:07.715Z[ recovery-image] Dec 17 07:56:05.757 INFO O| Dec 17 07:56:05.757 INFO O| Done
38012024-12-17T07:56:07.715Z[ recovery-image] Dec 17 07:56:05.759 INFO O| Dec 17 07:56:05.759 INFO O| Done
38022024-12-17T07:56:07.804Z[ recovery-image] Dec 17 07:56:05.849 INFO O| Dec 17 07:56:05.849 INFO STEP 10 (pkg_change_facet) COMPLETE
38032024-12-17T07:56:07.804Z[ recovery-image] Dec 17 07:56:05.849 INFO O| Dec 17 07:56:05.849 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-12-17T07:56:07.821Z[ recovery-image] Dec 17 07:56:05.867 INFO O| Dec 17 07:56:05.867 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38052024-12-17T07:56:08.882Z[ recovery-image] Dec 17 07:56:06.927 INFO O| Dec 17 07:56:06.926 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38062024-12-17T07:56:09.154Z[verify-libraries] Compiling des v0.8.1
38072024-12-17T07:56:09.876Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38082024-12-17T07:56:11.043Z[verify-libraries] Compiling hex-literal v0.4.1
38092024-12-17T07:56:11.337Z[verify-libraries] Compiling russh v0.45.0
38102024-12-17T07:56:11.879Z[verify-libraries] Compiling dhcproto v0.12.0
38112024-12-17T07:56:15.739Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38122024-12-17T07:56:18.050Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38132024-12-17T07:56:22.911Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38142024-12-17T07:56:30.847Z[verify-libraries] Compiling petname v2.0.2
38152024-12-17T07:56:32.279Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38162024-12-17T07:56:33.071Z[verify-libraries] Compiling internet-checksum v0.2.1
38172024-12-17T07:56:34.328Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38182024-12-17T07:56:39.897Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38192024-12-17T07:56:43.271Z[ host-image] Dec 17 07:56:41.309 INFO O| Dec 17 07:56:41.309 INFO O| Planning: Solver setup ... Done
38202024-12-17T07:56:43.579Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38212024-12-17T07:56:50.973Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38222024-12-17T07:56:56.353Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38232024-12-17T07:57:11.985Z[ recovery-image] Dec 17 07:57:10.017 INFO O| Dec 17 07:57:10.017 INFO O| Planning: Solver setup ... Done
38242024-12-17T07:57:19.783Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38252024-12-17T07:57:21.528Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38262024-12-17T07:57:25.838Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38272024-12-17T07:57:57.871Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38282024-12-17T07:57:59.326Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38292024-12-17T07:57:59.845Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38302024-12-17T07:58:00.345Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38312024-12-17T07:58:00.932Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38322024-12-17T07:58:01.335Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38332024-12-17T07:58:03.936Z[ host-image] Dec 17 07:58:01.957 INFO O| Dec 17 07:58:01.957 INFO O| Planning: Running solver ... Done
38342024-12-17T07:58:04.438Z[verify-libraries] Compiling sync-ptr v0.1.1
38352024-12-17T07:58:04.444Z[ host-image] Dec 17 07:58:02.464 INFO O| Dec 17 07:58:02.464 INFO O| Planning: Finding local manifests ... Done
38362024-12-17T07:58:04.461Z[ host-image] Dec 17 07:58:02.481 INFO O| Dec 17 07:58:02.481 INFO O| Planning: Fetching manifests: 0/124 0% complete
38372024-12-17T07:58:04.894Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38382024-12-17T07:58:09.241Z[ host-image] Dec 17 07:58:07.260 INFO O| Dec 17 07:58:07.260 INFO O| Planning: Fetching manifests: 124/124 100% complete
38392024-12-17T07:58:10.161Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38402024-12-17T07:58:10.491Z[ host-image] Dec 17 07:58:08.510 INFO O| Dec 17 07:58:08.509 INFO O| Planning: Package planning ... Done
38412024-12-17T07:58:12.070Z[ host-image] Dec 17 07:58:10.089 INFO O| Dec 17 07:58:10.088 INFO O| Planning: Merging actions ... Done
38422024-12-17T07:58:12.679Z[ host-image] Dec 17 07:58:10.697 INFO O| Dec 17 07:58:10.697 INFO O| Planning: Checking for conflicting actions ... Done
38432024-12-17T07:58:12.911Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38442024-12-17T07:58:12.975Z[ host-image] Dec 17 07:58:10.994 INFO O| Dec 17 07:58:10.993 INFO O| Planning: Consolidating action changes ... Done
38452024-12-17T07:58:13.442Z[ host-image] Dec 17 07:58:11.460 INFO O| Dec 17 07:58:11.460 INFO O| Planning: Evaluating mediators ... Done
38462024-12-17T07:58:14.220Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38472024-12-17T07:58:19.532Z[ host-image] Dec 17 07:58:17.548 INFO O| Dec 17 07:58:17.548 INFO O| Planning: Planning completed in 160.61 seconds
38482024-12-17T07:58:19.539Z[ host-image] Dec 17 07:58:17.556 INFO O| Dec 17 07:58:17.555 INFO O| Packages to install: 124
38492024-12-17T07:58:19.542Z[ host-image] Dec 17 07:58:17.556 INFO O| Dec 17 07:58:17.556 INFO O| Mediators to change: 4
38502024-12-17T07:58:19.542Z[ host-image] Dec 17 07:58:17.556 INFO O| Dec 17 07:58:17.556 INFO O| Services to change: 6
38512024-12-17T07:58:19.654Z[ host-image] Dec 17 07:58:17.671 INFO O| Dec 17 07:58:17.670 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38522024-12-17T07:58:23.195Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38532024-12-17T07:58:24.678Z[ host-image] Dec 17 07:58:22.693 INFO O| Dec 17 07:58:22.693 INFO O| Download: 1071/22788 items 7.0/199.7MB 3% complete (1.6M/s)
38542024-12-17T07:58:28.223Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38552024-12-17T07:58:29.303Z[ recovery-image] Dec 17 07:58:27.317 INFO O| Dec 17 07:58:27.317 INFO O| Planning: Running solver ... Done
38562024-12-17T07:58:29.727Z[ host-image] Dec 17 07:58:27.741 INFO O| Dec 17 07:58:27.741 INFO O| Download: 1792/22788 items 12.9/199.7MB 6% complete (1.3M/s)
38572024-12-17T07:58:29.845Z[ recovery-image] Dec 17 07:58:27.859 INFO O| Dec 17 07:58:27.859 INFO O| Planning: Finding local manifests ... Done
38582024-12-17T07:58:29.861Z[ recovery-image] Dec 17 07:58:27.876 INFO O| Dec 17 07:58:27.876 INFO O| Planning: Fetching manifests: 0/124 0% complete
38592024-12-17T07:58:34.763Z[ host-image] Dec 17 07:58:32.776 INFO O| Dec 17 07:58:32.776 INFO O| Download: 2313/22788 items 27.2/199.7MB 13% complete (2.0M/s)
38602024-12-17T07:58:35.030Z[ recovery-image] Dec 17 07:58:33.043 INFO O| Dec 17 07:58:33.043 INFO O| Planning: Fetching manifests: 124/124 100% complete
38612024-12-17T07:58:36.287Z[ recovery-image] Dec 17 07:58:34.300 INFO O| Dec 17 07:58:34.300 INFO O| Planning: Package planning ... Done
38622024-12-17T07:58:37.146Z[ recovery-image] Dec 17 07:58:35.158 INFO O| Dec 17 07:58:35.158 INFO O| Planning: Merging actions ... Done
38632024-12-17T07:58:37.447Z[ recovery-image] Dec 17 07:58:35.460 INFO O| Dec 17 07:58:35.460 INFO O| Planning: Checking for conflicting actions ... Done
38642024-12-17T07:58:37.647Z[ recovery-image] Dec 17 07:58:35.660 INFO O| Dec 17 07:58:35.660 INFO O| Planning: Consolidating action changes ... Done
38652024-12-17T07:58:37.967Z[ recovery-image] Dec 17 07:58:35.980 INFO O| Dec 17 07:58:35.980 INFO O| Planning: Evaluating mediators ... Done
38662024-12-17T07:58:39.768Z[ host-image] Dec 17 07:58:37.781 INFO O| Dec 17 07:58:37.781 INFO O| Download: 3488/22788 items 35.7/199.7MB 17% complete (2.4M/s)
38672024-12-17T07:58:44.391Z[ recovery-image] Dec 17 07:58:42.402 INFO O| Dec 17 07:58:42.402 INFO O| Planning: Planning completed in 155.48 seconds
38682024-12-17T07:58:44.418Z[ recovery-image] Dec 17 07:58:42.429 INFO O| Dec 17 07:58:42.429 INFO O| Packages to install: 124
38692024-12-17T07:58:44.418Z[ recovery-image] Dec 17 07:58:42.429 INFO O| Dec 17 07:58:42.429 INFO O| Mediators to change: 4
38702024-12-17T07:58:44.420Z[ recovery-image] Dec 17 07:58:42.429 INFO O| Dec 17 07:58:42.429 INFO O| Services to change: 5
38712024-12-17T07:58:44.496Z[ recovery-image] Dec 17 07:58:42.507 INFO O| Dec 17 07:58:42.507 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38722024-12-17T07:58:44.781Z[ host-image] Dec 17 07:58:42.792 INFO O| Dec 17 07:58:42.792 INFO O| Download: 4554/22788 items 42.6/199.7MB 21% complete (1.8M/s)
38732024-12-17T07:58:48.870Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38742024-12-17T07:58:49.533Z[ recovery-image] Dec 17 07:58:47.543 INFO O| Dec 17 07:58:47.543 INFO O| Download: 1000/15862 items 7.8/176.4MB 4% complete (1.7M/s)
38752024-12-17T07:58:49.782Z[ host-image] Dec 17 07:58:47.792 INFO O| Dec 17 07:58:47.792 INFO O| Download: 5071/22788 items 45.9/199.7MB 22% complete (1.0M/s)
38762024-12-17T07:58:54.797Z[ host-image] Dec 17 07:58:52.806 INFO O| Dec 17 07:58:52.806 INFO O| Download: 6340/22788 items 46.6/199.7MB 23% complete (410k/s)
38772024-12-17T07:58:55.623Z[ recovery-image] Dec 17 07:58:53.632 INFO O| Dec 17 07:58:53.632 INFO O| Download: 1159/15862 items 10.0/176.4MB 5% complete (1.2M/s)
38782024-12-17T07:58:55.857Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38792024-12-17T07:58:56.522Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38802024-12-17T07:59:00.213Z[ host-image] Dec 17 07:58:58.221 INFO O| Dec 17 07:58:58.220 INFO O| Download: 6983/22788 items 50.3/199.7MB 25% complete (413k/s)
38812024-12-17T07:59:00.626Z[ recovery-image] Dec 17 07:58:58.634 INFO O| Dec 17 07:58:58.634 INFO O| Download: 1599/15862 items 24.8/176.4MB 14% complete (1.7M/s)
38822024-12-17T07:59:00.971Z[verify-libraries] Compiling termios v0.3.3
38832024-12-17T07:59:01.315Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38842024-12-17T07:59:05.220Z[ host-image] Dec 17 07:59:03.227 INFO O| Dec 17 07:59:03.227 INFO O| Download: 7746/22788 items 58.9/199.7MB 29% complete (1.2M/s)
38852024-12-17T07:59:05.647Z[ recovery-image] Dec 17 07:59:03.654 INFO O| Dec 17 07:59:03.654 INFO O| Download: 2420/15862 items 31.4/176.4MB 17% complete (2.2M/s)
38862024-12-17T07:59:10.335Z[ host-image] Dec 17 07:59:08.341 INFO O| Dec 17 07:59:08.341 INFO O| Download: 8238/22788 items 63.4/199.7MB 31% complete (1.2M/s)
38872024-12-17T07:59:10.664Z[ recovery-image] Dec 17 07:59:08.669 INFO O| Dec 17 07:59:08.669 INFO O| Download: 3582/15862 items 38.9/176.4MB 22% complete (1.4M/s)
38882024-12-17T07:59:15.357Z[ host-image] Dec 17 07:59:13.361 INFO O| Dec 17 07:59:13.361 INFO O| Download: 9289/22788 items 80.1/199.7MB 40% complete (2.0M/s)
38892024-12-17T07:59:15.741Z[ recovery-image] Dec 17 07:59:13.746 INFO O| Dec 17 07:59:13.746 INFO O| Download: 3754/15862 items 41.9/176.4MB 23% complete (1.3M/s)
38902024-12-17T07:59:20.363Z[ host-image] Dec 17 07:59:18.367 INFO O| Dec 17 07:59:18.366 INFO O| Download: 9940/22788 items 83.7/199.7MB 41% complete (2.0M/s)
38912024-12-17T07:59:20.789Z[ recovery-image] Dec 17 07:59:18.792 INFO O| Dec 17 07:59:18.792 INFO O| Download: 4782/15862 items 43.0/176.4MB 24% complete (495k/s)
38922024-12-17T07:59:25.380Z[ host-image] Dec 17 07:59:23.383 INFO O| Dec 17 07:59:23.383 INFO O| Download: 10788/22788 items 89.7/199.7MB 44% complete (1009k/s)
38932024-12-17T07:59:25.474Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38942024-12-17T07:59:25.971Z[ recovery-image] Dec 17 07:59:23.974 INFO O| Dec 17 07:59:23.973 INFO O| Download: 5659/15862 items 44.5/176.4MB 25% complete (240k/s)
38952024-12-17T07:59:30.400Z[ host-image] Dec 17 07:59:28.401 INFO O| Dec 17 07:59:28.401 INFO O| Download: 11443/22788 items 96.2/199.7MB 48% complete (1.2M/s)
38962024-12-17T07:59:31.393Z[ recovery-image] Dec 17 07:59:29.394 INFO O| Dec 17 07:59:29.394 INFO O| Download: 5950/15862 items 53.6/176.4MB 30% complete (1.0M/s)
38972024-12-17T07:59:35.601Z[ host-image] Dec 17 07:59:33.601 INFO O| Dec 17 07:59:33.601 INFO O| Download: 12166/22788 items 108.1/199.7MB 54% complete (1.8M/s)
38982024-12-17T07:59:36.410Z[ recovery-image] Dec 17 07:59:34.410 INFO O| Dec 17 07:59:34.410 INFO O| Download: 6741/15862 items 64.8/176.4MB 36% complete (2.0M/s)
38992024-12-17T07:59:40.622Z[ host-image] Dec 17 07:59:38.621 INFO O| Dec 17 07:59:38.621 INFO O| Download: 12879/22788 items 109.7/199.7MB 54% complete (1.4M/s)
39002024-12-17T07:59:41.004Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-17T07:59:41.481Z[ recovery-image] Dec 17 07:59:39.480 INFO O| Dec 17 07:59:39.480 INFO O| Download: 7230/15862 items 73.3/176.4MB 41% complete (1.9M/s)
39022024-12-17T07:59:45.637Z[ host-image] Dec 17 07:59:43.635 INFO O| Dec 17 07:59:43.634 INFO O| Download: 13675/22788 items 110.2/199.7MB 55% complete (216k/s)
39032024-12-17T07:59:46.871Z[ recovery-image] Dec 17 07:59:44.869 INFO O| Dec 17 07:59:44.868 INFO O| Download: 7903/15862 items 76.9/176.4MB 43% complete (1.2M/s)
39042024-12-17T07:59:50.685Z[ host-image] Dec 17 07:59:48.682 INFO O| Dec 17 07:59:48.681 INFO O| Download: 14422/22788 items 111.7/199.7MB 55% complete (178k/s)
39052024-12-17T07:59:52.192Z[ recovery-image] Dec 17 07:59:50.189 INFO O| Dec 17 07:59:50.189 INFO O| Download: 8674/15862 items 82.2/176.4MB 46% complete (852k/s)
39062024-12-17T07:59:55.704Z[ host-image] Dec 17 07:59:53.700 INFO O| Dec 17 07:59:53.700 INFO O| Download: 14825/22788 items 119.4/199.7MB 59% complete (942k/s)
39072024-12-17T07:59:57.193Z[ recovery-image] Dec 17 07:59:55.189 INFO O| Dec 17 07:59:55.189 INFO O| Download: 9214/15862 items 92.8/176.4MB 52% complete (1.6M/s)
39082024-12-17T08:00:00.709Z[ host-image] Dec 17 07:59:58.703 INFO O| Dec 17 07:59:58.703 INFO O| Download: 15444/22788 items 122.4/199.7MB 61% complete (1.1M/s)
39092024-12-17T08:00:02.207Z[ recovery-image] Dec 17 08:00:00.201 INFO O| Dec 17 08:00:00.201 INFO O| Download: 9960/15862 items 93.2/176.4MB 52% complete (1.1M/s)
39102024-12-17T08:00:05.710Z[ host-image] Dec 17 08:00:03.704 INFO O| Dec 17 08:00:03.704 INFO O| Download: 15785/22788 items 127.3/199.7MB 63% complete (761k/s)
39112024-12-17T08:00:07.209Z[ recovery-image] Dec 17 08:00:05.202 INFO O| Dec 17 08:00:05.202 INFO O| Download: 10784/15862 items 93.6/176.4MB 53% complete (80.4k/s)
39122024-12-17T08:00:10.718Z[ host-image] Dec 17 08:00:08.711 INFO O| Dec 17 08:00:08.711 INFO O| Download: 16363/22788 items 134.1/199.7MB 67% complete (1.1M/s)
39132024-12-17T08:00:13.105Z[ recovery-image] Dec 17 08:00:11.097 INFO O| Dec 17 08:00:11.097 INFO O| Download: 10912/15862 items 93.9/176.4MB 53% complete (100k/s)
39142024-12-17T08:00:19.530Z[ recovery-image] Dec 17 08:00:17.521 INFO O| Dec 17 08:00:17.521 INFO O| Download: 10913/15862 items 93.9/176.4MB 53% complete (98.1k/s)
39152024-12-17T08:00:19.537Z[ host-image] Dec 17 08:00:17.528 INFO O| Dec 17 08:00:17.528 INFO O| Download: 16891/22788 items 139.0/199.7MB 69% complete (1.3M/s)
39162024-12-17T08:00:24.874Z[ recovery-image] Dec 17 08:00:22.864 INFO O| Dec 17 08:00:22.864 INFO O| Download: 11095/15862 items 99.6/176.4MB 56% complete (951k/s)
39172024-12-17T08:00:30.188Z[ recovery-image] Dec 17 08:00:28.176 INFO O| Dec 17 08:00:28.176 INFO O| Download: 11402/15862 items 107.1/176.4MB 60% complete (1.5M/s)
39182024-12-17T08:00:32.333Z[ host-image] Dec 17 08:00:30.321 INFO O| Dec 17 08:00:30.321 INFO O| Download: 16892/22788 items 139.0/199.7MB 69% complete
39192024-12-17T08:00:37.339Z[ host-image] Dec 17 08:00:35.326 INFO O| Dec 17 08:00:35.326 INFO O| Download: 17708/22788 items 148.7/199.7MB 74% complete (1.9M/s)
39202024-12-17T08:00:37.404Z[ recovery-image] Dec 17 08:00:35.391 INFO O| Dec 17 08:00:35.391 INFO O| Download: 11405/15862 items 107.1/176.4MB 60% complete (1.4M/s)
39212024-12-17T08:00:42.341Z[ host-image] Dec 17 08:00:40.327 INFO O| Dec 17 08:00:40.327 INFO O| Download: 17918/22788 items 157.9/199.7MB 79% complete (1.9M/s)
39222024-12-17T08:00:42.420Z[ recovery-image] Dec 17 08:00:40.405 INFO O| Dec 17 08:00:40.405 INFO O| Download: 11777/15862 items 122.7/176.4MB 69% complete (3.0M/s)
39232024-12-17T08:00:47.343Z[ host-image] Dec 17 08:00:45.327 INFO O| Dec 17 08:00:45.327 INFO O| Download: 18328/22788 items 163.1/199.7MB 81% complete (1.4M/s)
39242024-12-17T08:00:47.479Z[ recovery-image] Dec 17 08:00:45.464 INFO O| Dec 17 08:00:45.464 INFO O| Download: 11945/15862 items 130.9/176.4MB 74% complete (2.3M/s)
39252024-12-17T08:00:52.345Z[ host-image] Dec 17 08:00:50.329 INFO O| Dec 17 08:00:50.329 INFO O| Download: 18911/22788 items 165.7/199.7MB 82% complete (980k/s)
39262024-12-17T08:00:52.507Z[ recovery-image] Dec 17 08:00:50.491 INFO O| Dec 17 08:00:50.491 INFO O| Download: 12234/15862 items 140.8/176.4MB 79% complete (1.9M/s)
39272024-12-17T08:00:57.347Z[ host-image] Dec 17 08:00:55.329 INFO O| Dec 17 08:00:55.329 INFO O| Download: 19052/22788 items 166.2/199.7MB 83% complete (326k/s)
39282024-12-17T08:00:57.516Z[ recovery-image] Dec 17 08:00:55.498 INFO O| Dec 17 08:00:55.498 INFO O| Download: 12994/15862 items 144.0/176.4MB 81% complete (1.3M/s)
39292024-12-17T08:01:02.348Z[ host-image] Dec 17 08:01:00.329 INFO O| Dec 17 08:01:00.329 INFO O| Download: 19920/22788 items 169.8/199.7MB 85% complete (413k/s)
39302024-12-17T08:01:02.520Z[ recovery-image] Dec 17 08:01:00.501 INFO O| Dec 17 08:01:00.501 INFO O| Download: 13514/15862 items 146.4/176.4MB 83% complete (568k/s)
39312024-12-17T08:01:07.521Z[ recovery-image] Dec 17 08:01:05.502 INFO O| Dec 17 08:01:05.502 INFO O| Download: 14673/15862 items 150.6/176.4MB 85% complete (680k/s)
39322024-12-17T08:01:08.582Z[ host-image] Dec 17 08:01:06.562 INFO O| Dec 17 08:01:06.562 INFO O| Download: 20009/22788 items 170.1/199.7MB 85% complete (419k/s)
39332024-12-17T08:01:13.588Z[ host-image] Dec 17 08:01:11.566 INFO O| Dec 17 08:01:11.566 INFO O| Download: 20311/22788 items 171.1/199.7MB 85% complete (106k/s)
39342024-12-17T08:01:15.189Z[ recovery-image] Dec 17 08:01:13.168 INFO O| Dec 17 08:01:13.168 INFO O| Download: 14760/15862 items 156.4/176.4MB 88% complete (1.2M/s)
39352024-12-17T08:01:21.277Z[ host-image] Dec 17 08:01:19.254 INFO O| Dec 17 08:01:19.254 INFO O| Download: 20637/22788 items 172.5/199.7MB 86% complete (353k/s)
39362024-12-17T08:01:21.569Z[ recovery-image] Dec 17 08:01:19.546 INFO O| Dec 17 08:01:19.546 INFO O| Download: 14770/15862 items 156.4/176.4MB 88% complete (1.0M/s)
39372024-12-17T08:01:22.364Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39382024-12-17T08:01:26.571Z[ recovery-image] Dec 17 08:01:24.547 INFO O| Dec 17 08:01:24.547 INFO O| Download: 15490/15862 items 166.0/176.4MB 94% complete (1.9M/s)
39392024-12-17T08:01:26.957Z[ host-image] Dec 17 08:01:24.933 INFO O| Dec 17 08:01:24.933 INFO O| Download: 20990/22788 items 178.9/199.7MB 89% complete (944k/s)
39402024-12-17T08:01:31.589Z[ recovery-image] Dec 17 08:01:29.564 INFO O| Dec 17 08:01:29.564 INFO O| Download: 15845/15862 items 175.4/176.4MB 99% complete (1.9M/s)
39412024-12-17T08:01:31.977Z[ host-image] Dec 17 08:01:29.952 INFO O| Dec 17 08:01:29.952 INFO O| Download: 21866/22788 items 189.2/199.7MB 94% complete (1.6M/s)
39422024-12-17T08:01:32.789Z[ recovery-image] Dec 17 08:01:30.764 INFO O| Dec 17 08:01:30.764 INFO O| Download: Completed 176.39 MB in 168.26 seconds (1.1M/s)
39432024-12-17T08:01:34.176Z[ recovery-image] Dec 17 08:01:32.151 INFO O| Dec 17 08:01:32.151 INFO O| Actions: 1/25028 actions (Installing new actions)
39442024-12-17T08:01:36.994Z[ host-image] Dec 17 08:01:34.967 INFO O| Dec 17 08:01:34.967 INFO O| Download: 22332/22788 items 199.1/199.7MB 99% complete (2.0M/s)
39452024-12-17T08:01:38.953Z[ host-image] Dec 17 08:01:36.927 INFO O| Dec 17 08:01:36.926 INFO O| Download: Completed 199.66 MB in 199.26 seconds (1023k/s)
39462024-12-17T08:01:39.178Z[ recovery-image] Dec 17 08:01:37.151 INFO O| Dec 17 08:01:37.151 INFO O| Actions: 8970/25028 actions (Installing new actions)
39472024-12-17T08:01:40.664Z[ host-image] Dec 17 08:01:38.637 INFO O| Dec 17 08:01:38.637 INFO O| Actions: 1/49485 actions (Installing new actions)
39482024-12-17T08:01:44.179Z[ recovery-image] Dec 17 08:01:42.151 INFO O| Dec 17 08:01:42.151 INFO O| Actions: 14205/25028 actions (Installing new actions)
39492024-12-17T08:01:45.677Z[ host-image] Dec 17 08:01:43.649 INFO O| Dec 17 08:01:43.649 INFO O| Actions: 9530/49485 actions (Installing new actions)
39502024-12-17T08:01:49.180Z[ recovery-image] Dec 17 08:01:47.152 INFO O| Dec 17 08:01:47.152 INFO O| Actions: 18796/25028 actions (Installing new actions)
39512024-12-17T08:01:50.678Z[ host-image] Dec 17 08:01:48.649 INFO O| Dec 17 08:01:48.649 INFO O| Actions: 15388/49485 actions (Installing new actions)
39522024-12-17T08:01:54.280Z[ recovery-image] Dec 17 08:01:52.250 INFO O| Dec 17 08:01:52.250 INFO O| Actions: 24601/25028 actions (Installing new actions)
39532024-12-17T08:01:54.956Z[ recovery-image] Dec 17 08:01:52.926 INFO O| Dec 17 08:01:52.926 INFO O| Actions: Completed 25028 actions in 20.77 seconds.
39542024-12-17T08:01:55.679Z[ host-image] Dec 17 08:01:53.649 INFO O| Dec 17 08:01:53.649 INFO O| Actions: 21601/49485 actions (Installing new actions)
39552024-12-17T08:01:56.941Z[ recovery-image] Dec 17 08:01:54.910 INFO O| Dec 17 08:01:54.910 INFO O| Done
39562024-12-17T08:01:56.941Z[ recovery-image] Dec 17 08:01:54.911 INFO O| Dec 17 08:01:54.910 INFO O| Done
39572024-12-17T08:01:58.706Z[ recovery-image] Dec 17 08:01:56.675 INFO O| Dec 17 08:01:56.675 INFO O| Done
39582024-12-17T08:02:00.467Z[ recovery-image] Dec 17 08:01:58.436 INFO O| Dec 17 08:01:58.435 INFO O| Done
39592024-12-17T08:02:00.517Z[ recovery-image] Dec 17 08:01:58.486 INFO O| Dec 17 08:01:58.486 INFO O| Done
39602024-12-17T08:02:00.699Z[ host-image] Dec 17 08:01:58.668 INFO O| Dec 17 08:01:58.668 INFO O| Actions: 40626/49485 actions (Installing new actions)
39612024-12-17T08:02:03.769Z[ host-image] Dec 17 08:02:01.737 INFO O| Dec 17 08:02:01.737 INFO O| Actions: Completed 49485 actions in 23.09 seconds.
39622024-12-17T08:02:04.436Z[ host-image] Dec 17 08:02:02.404 INFO O| Dec 17 08:02:02.404 INFO O| Done
39632024-12-17T08:02:04.436Z[ host-image] Dec 17 08:02:02.404 INFO O| Dec 17 08:02:02.404 INFO O| Done
39642024-12-17T08:02:05.562Z[ recovery-image] Dec 17 08:02:03.530 INFO O| Dec 17 08:02:03.530 INFO O| Done
39652024-12-17T08:02:06.004Z[ host-image] Dec 17 08:02:03.972 INFO O| Dec 17 08:02:03.971 INFO O| Done
39662024-12-17T08:02:06.072Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39672024-12-17T08:02:06.149Z[ recovery-image] Dec 17 08:02:04.113 INFO O| Dec 17 08:02:04.113 INFO O| Done
39682024-12-17T08:02:07.010Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO STEP 11 (pkg_install) COMPLETE
39692024-12-17T08:02:07.010Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39702024-12-17T08:02:07.013Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO skip step because feature "recovery" is enabled
39712024-12-17T08:02:07.013Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39722024-12-17T08:02:07.013Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO skip step because feature "omicron1" is not enabled
39732024-12-17T08:02:07.013Z[ recovery-image] Dec 17 08:02:04.977 INFO O| Dec 17 08:02:04.977 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39742024-12-17T08:02:07.039Z[ recovery-image] Dec 17 08:02:05.006 INFO O| Dec 17 08:02:05.006 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39752024-12-17T08:02:08.914Z[ host-image] Dec 17 08:02:06.881 INFO O| Dec 17 08:02:06.881 INFO O| Done
39762024-12-17T08:02:08.968Z[ host-image] Dec 17 08:02:06.935 INFO O| Dec 17 08:02:06.935 INFO O| Done
39772024-12-17T08:02:10.540Z[ recovery-image] Dec 17 08:02:08.485 INFO O| Dec 17 08:02:08.465 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39782024-12-17T08:02:10.703Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39792024-12-17T08:02:14.895Z[ recovery-image] Dec 17 08:02:12.860 INFO O| Dec 17 08:02:12.860 INFO O| Planning: Solver setup ... Done
39802024-12-17T08:02:14.901Z[ recovery-image] Dec 17 08:02:12.867 INFO O| Dec 17 08:02:12.867 INFO O| Planning: Running solver ... Done
39812024-12-17T08:02:15.016Z[ recovery-image] Dec 17 08:02:12.981 INFO O| Dec 17 08:02:12.981 INFO O| Planning: Finding local manifests ... Done
39822024-12-17T08:02:15.019Z[ recovery-image] Dec 17 08:02:12.982 INFO O| Dec 17 08:02:12.982 INFO O| Planning: Fetching manifests: 0/1 0% complete
39832024-12-17T08:02:15.277Z[ recovery-image] Dec 17 08:02:13.242 INFO O| Dec 17 08:02:13.242 INFO O| Planning: Fetching manifests: 1/1 100% complete
39842024-12-17T08:02:15.329Z[ recovery-image] Dec 17 08:02:13.295 INFO O| Dec 17 08:02:13.294 INFO O| Planning: Package planning ... Done
39852024-12-17T08:02:15.331Z[ recovery-image] Dec 17 08:02:13.295 INFO O| Dec 17 08:02:13.295 INFO O| Planning: Merging actions ... Done
39862024-12-17T08:02:15.395Z[ recovery-image] Dec 17 08:02:13.360 INFO O| Dec 17 08:02:13.360 INFO O| Planning: Checking for conflicting actions ... Done
39872024-12-17T08:02:15.398Z[ recovery-image] Dec 17 08:02:13.361 INFO O| Dec 17 08:02:13.361 INFO O| Planning: Consolidating action changes ... Done
39882024-12-17T08:02:15.988Z[ recovery-image] Dec 17 08:02:13.954 INFO O| Dec 17 08:02:13.954 INFO O| Planning: Evaluating mediators ... Done
39892024-12-17T08:02:15.991Z[ recovery-image] Dec 17 08:02:13.955 INFO O| Dec 17 08:02:13.955 INFO O| Planning: Planning completed in 5.49 seconds
39902024-12-17T08:02:15.994Z[ recovery-image] Dec 17 08:02:13.957 INFO O| Dec 17 08:02:13.957 INFO O| Packages to install: 1
39912024-12-17T08:02:16.012Z[ recovery-image] Dec 17 08:02:13.977 INFO O| Dec 17 08:02:13.977 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39922024-12-17T08:02:16.378Z[ recovery-image] Dec 17 08:02:14.344 INFO O| Dec 17 08:02:14.344 INFO O| Download: Completed 9.99 MB in 0.37 seconds (27.3M/s)
39932024-12-17T08:02:16.421Z[ host-image] Dec 17 08:02:14.386 INFO O| Dec 17 08:02:14.386 INFO O| Done
39942024-12-17T08:02:16.485Z[ recovery-image] Dec 17 08:02:14.451 INFO O| Dec 17 08:02:14.451 INFO O| Actions: 1/22 actions (Installing new actions)
39952024-12-17T08:02:16.905Z[ recovery-image] Dec 17 08:02:14.870 INFO O| Dec 17 08:02:14.870 INFO O| Actions: Completed 22 actions in 0.42 seconds.
39962024-12-17T08:02:17.256Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39972024-12-17T08:02:17.310Z[ recovery-image] Dec 17 08:02:15.275 INFO O| Dec 17 08:02:15.275 INFO O| Done
39982024-12-17T08:02:17.310Z[ recovery-image] Dec 17 08:02:15.275 INFO O| Dec 17 08:02:15.275 INFO O| Done
39992024-12-17T08:02:17.513Z[ host-image] Dec 17 08:02:15.478 INFO O| Dec 17 08:02:15.478 INFO O| Done
40002024-12-17T08:02:18.117Z[ host-image] Dec 17 08:02:16.082 INFO O| Dec 17 08:02:16.081 INFO STEP 11 (pkg_install) COMPLETE
40012024-12-17T08:02:18.117Z[ host-image] Dec 17 08:02:16.082 INFO O| Dec 17 08:02:16.081 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40022024-12-17T08:02:18.136Z[ host-image] Dec 17 08:02:16.101 INFO O| Dec 17 08:02:16.101 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"]
40032024-12-17T08:02:18.529Z[ recovery-image] Dec 17 08:02:16.493 INFO O| Dec 17 08:02:16.493 INFO O| Done
40042024-12-17T08:02:18.677Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40052024-12-17T08:02:19.261Z[ host-image] Dec 17 08:02:17.225 INFO O| Dec 17 08:02:17.225 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40062024-12-17T08:02:20.565Z[ recovery-image] Dec 17 08:02:18.530 INFO O| Dec 17 08:02:18.530 INFO O| Done
40072024-12-17T08:02:20.607Z[ recovery-image] Dec 17 08:02:18.571 INFO O| Dec 17 08:02:18.571 INFO O| Done
40082024-12-17T08:02:20.610Z[ recovery-image] Dec 17 08:02:18.571 INFO O| Dec 17 08:02:18.571 INFO O| Done
40092024-12-17T08:02:20.638Z[ recovery-image] Dec 17 08:02:18.603 INFO O| Dec 17 08:02:18.602 INFO O| Done
40102024-12-17T08:02:20.941Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO STEP 14 (pkg_install) COMPLETE
40112024-12-17T08:02:20.941Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40122024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO skip step because feature "mfg" is not enabled
40132024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO skip step because feature "compliance" is not enabled
40152024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40162024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO skip step because feature "stress" is not enabled
40172024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40182024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO skip step because feature "nfs" is not enabled
40192024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40202024-12-17T08:02:20.944Z[ recovery-image] Dec 17 08:02:18.906 INFO O| Dec 17 08:02:18.906 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40212024-12-17T08:02:21.195Z[ recovery-image] Dec 17 08:02:19.159 INFO O| Dec 17 08:02:19.159 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40222024-12-17T08:02:21.330Z[ recovery-image] Dec 17 08:02:19.294 INFO O| Dec 17 08:02:19.294 INFO completed processing gimlet/ramdisk-01-os
40232024-12-17T08:02:21.333Z[ recovery-image] Dec 17 08:02:19.298 INFO image builder template: ramdisk-02-trim...
40242024-12-17T08:02:21.336Z[ recovery-image] Dec 17 08:02:19.298 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/.tmpbJsvfq/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
40252024-12-17T08:02:21.376Z[ recovery-image] Dec 17 08:02:19.340 INFO O| Dec 17 08:02:19.340 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40262024-12-17T08:02:21.397Z[ recovery-image] Dec 17 08:02:19.361 INFO O| Dec 17 08:02:19.361 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40272024-12-17T08:02:21.537Z[ recovery-image] Dec 17 08:02:19.501 INFO O| Dec 17 08:02:19.501 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40282024-12-17T08:02:21.639Z[ recovery-image] Dec 17 08:02:19.603 INFO O| Dec 17 08:02:19.603 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40292024-12-17T08:02:21.642Z[ recovery-image] Dec 17 08:02:19.604 INFO O| Dec 17 08:02:19.603 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40302024-12-17T08:02:21.649Z[ recovery-image] Dec 17 08:02:19.613 INFO O| Dec 17 08:02:19.613 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40312024-12-17T08:02:21.657Z[ recovery-image] Dec 17 08:02:19.620 INFO O| Dec 17 08:02:19.620 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40322024-12-17T08:02:21.664Z[ recovery-image] Dec 17 08:02:19.628 INFO O| Dec 17 08:02:19.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40332024-12-17T08:02:22.125Z[ recovery-image] Dec 17 08:02:20.089 INFO O| Dec 17 08:02:20.089 INFO rolled back to input snapshot; work may begin
40342024-12-17T08:02:22.125Z[ recovery-image] Dec 17 08:02:20.089 INFO O| Dec 17 08:02:20.089 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40352024-12-17T08:02:22.166Z[ recovery-image] Dec 17 08:02:20.130 INFO O| Dec 17 08:02:20.130 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-12-17T08:02:22.186Z[ recovery-image] Dec 17 08:02:20.150 INFO O| Dec 17 08:02:20.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40372024-12-17T08:02:22.406Z[ recovery-image] Dec 17 08:02:20.370 INFO O| Dec 17 08:02:20.370 INFO STEP 0 (remove_files) COMPLETE
40382024-12-17T08:02:22.407Z[ recovery-image] Dec 17 08:02:20.371 INFO O| Dec 17 08:02:20.370 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-17T08:02:22.424Z[ recovery-image] Dec 17 08:02:20.388 INFO O| Dec 17 08:02:20.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40402024-12-17T08:02:22.447Z[ recovery-image] Dec 17 08:02:20.411 INFO O| Dec 17 08:02:20.411 INFO STEP 1 (remove_files) COMPLETE
40412024-12-17T08:02:22.447Z[ recovery-image] Dec 17 08:02:20.411 INFO O| Dec 17 08:02:20.411 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-17T08:02:22.476Z[ recovery-image] Dec 17 08:02:20.440 INFO O| Dec 17 08:02:20.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40432024-12-17T08:02:22.499Z[ recovery-image] Dec 17 08:02:20.463 INFO O| Dec 17 08:02:20.463 INFO STEP 2 (remove_files) COMPLETE
40442024-12-17T08:02:22.499Z[ recovery-image] Dec 17 08:02:20.463 INFO O| Dec 17 08:02:20.463 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-17T08:02:22.536Z[ recovery-image] Dec 17 08:02:20.500 INFO O| Dec 17 08:02:20.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40462024-12-17T08:02:22.539Z[ recovery-image] Dec 17 08:02:20.503 INFO O| Dec 17 08:02:20.503 INFO STEP 3 (remove_files) COMPLETE
40472024-12-17T08:02:22.542Z[ recovery-image] Dec 17 08:02:20.504 INFO O| Dec 17 08:02:20.503 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-17T08:02:22.559Z[ recovery-image] Dec 17 08:02:20.523 INFO O| Dec 17 08:02:20.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40492024-12-17T08:02:22.565Z[ recovery-image] Dec 17 08:02:20.529 INFO O| Dec 17 08:02:20.529 INFO STEP 4 (remove_files) COMPLETE
40502024-12-17T08:02:22.567Z[ recovery-image] Dec 17 08:02:20.529 INFO O| Dec 17 08:02:20.529 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-12-17T08:02:22.584Z[ recovery-image] Dec 17 08:02:20.548 INFO O| Dec 17 08:02:20.548 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40522024-12-17T08:02:22.586Z[ recovery-image] Dec 17 08:02:20.548 INFO O| Dec 17 08:02:20.548 INFO STEP 5 (remove_files) COMPLETE
40532024-12-17T08:02:22.586Z[ recovery-image] Dec 17 08:02:20.548 INFO O| Dec 17 08:02:20.548 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-17T08:02:22.602Z[ recovery-image] Dec 17 08:02:20.566 INFO O| Dec 17 08:02:20.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40552024-12-17T08:02:22.620Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.583 INFO STEP 6 (remove_files) COMPLETE
40562024-12-17T08:02:22.620Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.583 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO skip step because feature "recovery" is enabled
40582024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO skip step because feature "recovery" is enabled
40602024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO skip step because feature "recovery" is enabled
40622024-12-17T08:02:22.623Z[ recovery-image] Dec 17 08:02:20.584 INFO O| Dec 17 08:02:20.584 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-17T08:02:22.641Z[ recovery-image] Dec 17 08:02:20.605 INFO O| Dec 17 08:02:20.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40642024-12-17T08:02:22.647Z[ recovery-image] Dec 17 08:02:20.610 INFO O| Dec 17 08:02:20.610 INFO STEP 10 (remove_files) COMPLETE
40652024-12-17T08:02:22.647Z[ recovery-image] Dec 17 08:02:20.610 INFO O| Dec 17 08:02:20.610 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-17T08:02:22.667Z[ recovery-image] Dec 17 08:02:20.630 INFO O| Dec 17 08:02:20.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40672024-12-17T08:02:22.671Z[ recovery-image] Dec 17 08:02:20.631 INFO O| Dec 17 08:02:20.631 INFO STEP 11 (remove_files) COMPLETE
40682024-12-17T08:02:22.671Z[ recovery-image] Dec 17 08:02:20.631 INFO O| Dec 17 08:02:20.631 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-17T08:02:22.706Z[ recovery-image] Dec 17 08:02:20.670 INFO O| Dec 17 08:02:20.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40702024-12-17T08:02:22.708Z[ recovery-image] Dec 17 08:02:20.672 INFO O| Dec 17 08:02:20.672 INFO STEP 12 (remove_files) COMPLETE
40712024-12-17T08:02:22.708Z[ recovery-image] Dec 17 08:02:20.672 INFO O| Dec 17 08:02:20.672 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-17T08:02:23.006Z[ recovery-image] Dec 17 08:02:20.970 INFO O| Dec 17 08:02:20.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40732024-12-17T08:02:23.011Z[ recovery-image] Dec 17 08:02:20.971 INFO O| Dec 17 08:02:20.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40742024-12-17T08:02:23.022Z[ recovery-image] Dec 17 08:02:20.986 INFO O| Dec 17 08:02:20.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40752024-12-17T08:02:23.027Z[ recovery-image] Dec 17 08:02:20.991 INFO O| Dec 17 08:02:20.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40762024-12-17T08:02:23.189Z[ recovery-image] Dec 17 08:02:21.153 INFO O| Dec 17 08:02:21.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40772024-12-17T08:02:23.192Z[ recovery-image] Dec 17 08:02:21.154 INFO O| Dec 17 08:02:21.154 INFO STEP 13 (remove_files) COMPLETE
40782024-12-17T08:02:23.192Z[ recovery-image] Dec 17 08:02:21.154 INFO O| Dec 17 08:02:21.154 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-12-17T08:02:23.252Z[ recovery-image] Dec 17 08:02:21.216 INFO O| Dec 17 08:02:21.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40802024-12-17T08:02:23.256Z[ recovery-image] Dec 17 08:02:21.218 INFO O| Dec 17 08:02:21.218 INFO STEP 14 (remove_files) COMPLETE
40812024-12-17T08:02:23.256Z[ recovery-image] Dec 17 08:02:21.218 INFO O| Dec 17 08:02:21.218 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-12-17T08:02:23.308Z[ recovery-image] Dec 17 08:02:21.272 INFO O| Dec 17 08:02:21.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40832024-12-17T08:02:23.318Z[ recovery-image] Dec 17 08:02:21.282 INFO O| Dec 17 08:02:21.281 INFO STEP 15 (remove_files) COMPLETE
40842024-12-17T08:02:23.318Z[ recovery-image] Dec 17 08:02:21.282 INFO O| Dec 17 08:02:21.281 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-17T08:02:23.337Z[ recovery-image] Dec 17 08:02:21.301 INFO O| Dec 17 08:02:21.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40862024-12-17T08:02:23.341Z[ recovery-image] Dec 17 08:02:21.302 INFO O| Dec 17 08:02:21.302 INFO STEP 16 (remove_files) COMPLETE
40872024-12-17T08:02:23.341Z[ recovery-image] Dec 17 08:02:21.302 INFO O| Dec 17 08:02:21.302 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-17T08:02:23.398Z[ recovery-image] Dec 17 08:02:21.362 INFO O| Dec 17 08:02:21.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40892024-12-17T08:02:23.401Z[ recovery-image] Dec 17 08:02:21.364 INFO O| Dec 17 08:02:21.364 INFO STEP 17 (remove_files) COMPLETE
40902024-12-17T08:02:23.401Z[ recovery-image] Dec 17 08:02:21.364 INFO O| Dec 17 08:02:21.364 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-17T08:02:23.419Z[ recovery-image] Dec 17 08:02:21.383 INFO O| Dec 17 08:02:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40922024-12-17T08:02:23.419Z[ recovery-image] Dec 17 08:02:21.383 INFO O| Dec 17 08:02:21.383 INFO STEP 18 (remove_files) COMPLETE
40932024-12-17T08:02:23.419Z[ recovery-image] Dec 17 08:02:21.383 INFO O| Dec 17 08:02:21.383 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-17T08:02:23.439Z[ recovery-image] Dec 17 08:02:21.402 INFO O| Dec 17 08:02:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40952024-12-17T08:02:23.439Z[ recovery-image] Dec 17 08:02:21.402 INFO O| Dec 17 08:02:21.402 INFO STEP 19 (remove_files) COMPLETE
40962024-12-17T08:02:23.439Z[ recovery-image] Dec 17 08:02:21.402 INFO O| Dec 17 08:02:21.402 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-17T08:02:23.458Z[ recovery-image] Dec 17 08:02:21.421 INFO O| Dec 17 08:02:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40982024-12-17T08:02:23.458Z[ recovery-image] Dec 17 08:02:21.421 INFO O| Dec 17 08:02:21.421 INFO STEP 20 (remove_files) COMPLETE
40992024-12-17T08:02:23.458Z[ recovery-image] Dec 17 08:02:21.421 INFO O| Dec 17 08:02:21.421 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-17T08:02:23.476Z[ recovery-image] Dec 17 08:02:21.440 INFO O| Dec 17 08:02:21.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41012024-12-17T08:02:23.476Z[ recovery-image] Dec 17 08:02:21.440 INFO O| Dec 17 08:02:21.440 INFO STEP 21 (remove_files) COMPLETE
41022024-12-17T08:02:23.476Z[ recovery-image] Dec 17 08:02:21.440 INFO O| Dec 17 08:02:21.440 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-17T08:02:23.495Z[ recovery-image] Dec 17 08:02:21.459 INFO O| Dec 17 08:02:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41042024-12-17T08:02:23.498Z[ recovery-image] Dec 17 08:02:21.459 INFO O| Dec 17 08:02:21.459 INFO STEP 22 (remove_files) COMPLETE
41052024-12-17T08:02:23.498Z[ recovery-image] Dec 17 08:02:21.459 INFO O| Dec 17 08:02:21.459 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-17T08:02:23.517Z[ recovery-image] Dec 17 08:02:21.481 INFO O| Dec 17 08:02:21.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41072024-12-17T08:02:23.517Z[ recovery-image] Dec 17 08:02:21.481 INFO O| Dec 17 08:02:21.481 INFO STEP 23 (remove_files) COMPLETE
41082024-12-17T08:02:23.520Z[ recovery-image] Dec 17 08:02:21.481 INFO O| Dec 17 08:02:21.481 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-17T08:02:23.539Z[ recovery-image] Dec 17 08:02:21.503 INFO O| Dec 17 08:02:21.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41102024-12-17T08:02:23.539Z[ recovery-image] Dec 17 08:02:21.503 INFO O| Dec 17 08:02:21.503 INFO STEP 24 (remove_files) COMPLETE
41112024-12-17T08:02:23.542Z[ recovery-image] Dec 17 08:02:21.503 INFO O| Dec 17 08:02:21.503 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-17T08:02:23.559Z[ recovery-image] Dec 17 08:02:21.523 INFO O| Dec 17 08:02:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41132024-12-17T08:02:23.559Z[ recovery-image] Dec 17 08:02:21.523 INFO O| Dec 17 08:02:21.523 INFO STEP 25 (remove_files) COMPLETE
41142024-12-17T08:02:23.559Z[ recovery-image] Dec 17 08:02:21.523 INFO O| Dec 17 08:02:21.523 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-17T08:02:23.585Z[ recovery-image] Dec 17 08:02:21.549 INFO O| Dec 17 08:02:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41162024-12-17T08:02:23.585Z[ recovery-image] Dec 17 08:02:21.549 INFO O| Dec 17 08:02:21.549 INFO STEP 26 (remove_files) COMPLETE
41172024-12-17T08:02:23.585Z[ recovery-image] Dec 17 08:02:21.549 INFO O| Dec 17 08:02:21.549 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-17T08:02:23.624Z[ recovery-image] Dec 17 08:02:21.588 INFO O| Dec 17 08:02:21.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41192024-12-17T08:02:23.624Z[ recovery-image] Dec 17 08:02:21.588 INFO O| Dec 17 08:02:21.588 INFO STEP 27 (remove_files) COMPLETE
41202024-12-17T08:02:23.627Z[ recovery-image] Dec 17 08:02:21.588 INFO O| Dec 17 08:02:21.588 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-17T08:02:23.683Z[ recovery-image] Dec 17 08:02:21.647 INFO O| Dec 17 08:02:21.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41222024-12-17T08:02:23.683Z[ recovery-image] Dec 17 08:02:21.647 INFO O| Dec 17 08:02:21.647 INFO STEP 28 (remove_files) COMPLETE
41232024-12-17T08:02:23.692Z[ recovery-image] Dec 17 08:02:21.647 INFO O| Dec 17 08:02:21.647 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-17T08:02:23.703Z[ recovery-image] Dec 17 08:02:21.667 INFO O| Dec 17 08:02:21.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41252024-12-17T08:02:23.703Z[ recovery-image] Dec 17 08:02:21.667 INFO O| Dec 17 08:02:21.667 INFO STEP 29 (remove_files) COMPLETE
41262024-12-17T08:02:23.703Z[ recovery-image] Dec 17 08:02:21.667 INFO O| Dec 17 08:02:21.667 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-17T08:02:23.723Z[ recovery-image] Dec 17 08:02:21.687 INFO O| Dec 17 08:02:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41282024-12-17T08:02:23.723Z[ recovery-image] Dec 17 08:02:21.687 INFO O| Dec 17 08:02:21.687 INFO STEP 30 (remove_files) COMPLETE
41292024-12-17T08:02:23.723Z[ recovery-image] Dec 17 08:02:21.687 INFO O| Dec 17 08:02:21.687 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-17T08:02:23.756Z[ recovery-image] Dec 17 08:02:21.720 INFO O| Dec 17 08:02:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41312024-12-17T08:02:23.759Z[ recovery-image] Dec 17 08:02:21.720 INFO O| Dec 17 08:02:21.720 INFO STEP 31 (remove_files) COMPLETE
41322024-12-17T08:02:23.759Z[ recovery-image] Dec 17 08:02:21.721 INFO O| Dec 17 08:02:21.720 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-17T08:02:23.777Z[ recovery-image] Dec 17 08:02:21.741 INFO O| Dec 17 08:02:21.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41342024-12-17T08:02:23.777Z[ recovery-image] Dec 17 08:02:21.741 INFO O| Dec 17 08:02:21.741 INFO STEP 32 (remove_files) COMPLETE
41352024-12-17T08:02:23.780Z[ recovery-image] Dec 17 08:02:21.741 INFO O| Dec 17 08:02:21.741 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-17T08:02:23.797Z[ recovery-image] Dec 17 08:02:21.760 INFO O| Dec 17 08:02:21.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41372024-12-17T08:02:23.797Z[ recovery-image] Dec 17 08:02:21.761 INFO O| Dec 17 08:02:21.760 INFO STEP 33 (remove_files) COMPLETE
41382024-12-17T08:02:23.800Z[ recovery-image] Dec 17 08:02:21.761 INFO O| Dec 17 08:02:21.760 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-17T08:02:23.816Z[ recovery-image] Dec 17 08:02:21.779 INFO O| Dec 17 08:02:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41402024-12-17T08:02:23.818Z[ recovery-image] Dec 17 08:02:21.780 INFO O| Dec 17 08:02:21.779 INFO STEP 34 (remove_files) COMPLETE
41412024-12-17T08:02:23.818Z[ recovery-image] Dec 17 08:02:21.780 INFO O| Dec 17 08:02:21.780 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-17T08:02:23.835Z[ recovery-image] Dec 17 08:02:21.799 INFO O| Dec 17 08:02:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41432024-12-17T08:02:23.838Z[ recovery-image] Dec 17 08:02:21.799 INFO O| Dec 17 08:02:21.799 INFO STEP 35 (remove_files) COMPLETE
41442024-12-17T08:02:23.838Z[ recovery-image] Dec 17 08:02:21.799 INFO O| Dec 17 08:02:21.799 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-17T08:02:23.855Z[ recovery-image] Dec 17 08:02:21.819 INFO O| Dec 17 08:02:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41462024-12-17T08:02:23.858Z[ recovery-image] Dec 17 08:02:21.819 INFO O| Dec 17 08:02:21.819 INFO STEP 36 (remove_files) COMPLETE
41472024-12-17T08:02:23.858Z[ recovery-image] Dec 17 08:02:21.820 INFO O| Dec 17 08:02:21.820 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-17T08:02:23.990Z[ recovery-image] Dec 17 08:02:21.954 INFO O| Dec 17 08:02:21.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41492024-12-17T08:02:23.990Z[ recovery-image] Dec 17 08:02:21.954 INFO O| Dec 17 08:02:21.954 INFO STEP 37 (remove_files) COMPLETE
41502024-12-17T08:02:23.990Z[ recovery-image] Dec 17 08:02:21.954 INFO O| Dec 17 08:02:21.954 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-17T08:02:24.066Z[ recovery-image] Dec 17 08:02:22.029 INFO O| Dec 17 08:02:22.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41522024-12-17T08:02:24.068Z[ recovery-image] Dec 17 08:02:22.030 INFO O| Dec 17 08:02:22.030 INFO STEP 38 (remove_files) COMPLETE
41532024-12-17T08:02:24.068Z[ recovery-image] Dec 17 08:02:22.030 INFO O| Dec 17 08:02:22.030 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-17T08:02:24.085Z[ recovery-image] Dec 17 08:02:22.049 INFO O| Dec 17 08:02:22.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41552024-12-17T08:02:24.085Z[ recovery-image] Dec 17 08:02:22.049 INFO O| Dec 17 08:02:22.049 INFO STEP 39 (remove_files) COMPLETE
41562024-12-17T08:02:24.088Z[ recovery-image] Dec 17 08:02:22.049 INFO O| Dec 17 08:02:22.049 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-17T08:02:24.104Z[ recovery-image] Dec 17 08:02:22.068 INFO O| Dec 17 08:02:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41582024-12-17T08:02:24.107Z[ recovery-image] Dec 17 08:02:22.068 INFO O| Dec 17 08:02:22.068 INFO STEP 40 (remove_files) COMPLETE
41592024-12-17T08:02:24.107Z[ recovery-image] Dec 17 08:02:22.068 INFO O| Dec 17 08:02:22.068 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-17T08:02:24.134Z[ recovery-image] Dec 17 08:02:22.098 INFO O| Dec 17 08:02:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41612024-12-17T08:02:24.135Z[ recovery-image] Dec 17 08:02:22.098 INFO O| Dec 17 08:02:22.098 INFO STEP 41 (remove_files) COMPLETE
41622024-12-17T08:02:24.135Z[ recovery-image] Dec 17 08:02:22.098 INFO O| Dec 17 08:02:22.098 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-17T08:02:24.165Z[ recovery-image] Dec 17 08:02:22.129 INFO O| Dec 17 08:02:22.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41642024-12-17T08:02:24.165Z[ recovery-image] Dec 17 08:02:22.129 INFO O| Dec 17 08:02:22.129 INFO STEP 42 (remove_files) COMPLETE
41652024-12-17T08:02:24.168Z[ recovery-image] Dec 17 08:02:22.129 INFO O| Dec 17 08:02:22.129 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-17T08:02:24.191Z[ recovery-image] Dec 17 08:02:22.155 INFO O| Dec 17 08:02:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41672024-12-17T08:02:24.191Z[ recovery-image] Dec 17 08:02:22.155 INFO O| Dec 17 08:02:22.155 INFO STEP 43 (remove_files) COMPLETE
41682024-12-17T08:02:24.191Z[ recovery-image] Dec 17 08:02:22.155 INFO O| Dec 17 08:02:22.155 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-17T08:02:24.232Z[ recovery-image] Dec 17 08:02:22.196 INFO O| Dec 17 08:02:22.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41702024-12-17T08:02:24.235Z[ recovery-image] Dec 17 08:02:22.196 INFO O| Dec 17 08:02:22.196 INFO STEP 44 (remove_files) COMPLETE
41712024-12-17T08:02:24.235Z[ recovery-image] Dec 17 08:02:22.196 INFO O| Dec 17 08:02:22.196 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-17T08:02:24.270Z[ recovery-image] Dec 17 08:02:22.234 INFO O| Dec 17 08:02:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41732024-12-17T08:02:24.273Z[ recovery-image] Dec 17 08:02:22.234 INFO O| Dec 17 08:02:22.234 INFO STEP 45 (remove_files) COMPLETE
41742024-12-17T08:02:24.273Z[ recovery-image] Dec 17 08:02:22.235 INFO O| Dec 17 08:02:22.234 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-17T08:02:24.363Z[ recovery-image] Dec 17 08:02:22.326 INFO O| Dec 17 08:02:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41762024-12-17T08:02:24.363Z[ recovery-image] Dec 17 08:02:22.326 INFO O| Dec 17 08:02:22.326 INFO STEP 46 (remove_files) COMPLETE
41772024-12-17T08:02:24.366Z[ recovery-image] Dec 17 08:02:22.326 INFO O| Dec 17 08:02:22.326 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-17T08:02:24.392Z[ recovery-image] Dec 17 08:02:22.346 INFO O| Dec 17 08:02:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41792024-12-17T08:02:24.397Z[ recovery-image] Dec 17 08:02:22.346 INFO O| Dec 17 08:02:22.346 INFO STEP 47 (remove_files) COMPLETE
41802024-12-17T08:02:24.400Z[ recovery-image] Dec 17 08:02:22.346 INFO O| Dec 17 08:02:22.346 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-17T08:02:24.404Z[ recovery-image] Dec 17 08:02:22.365 INFO O| Dec 17 08:02:22.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41822024-12-17T08:02:24.404Z[ recovery-image] Dec 17 08:02:22.365 INFO O| Dec 17 08:02:22.365 INFO STEP 48 (remove_files) COMPLETE
41832024-12-17T08:02:24.407Z[ recovery-image] Dec 17 08:02:22.365 INFO O| Dec 17 08:02:22.365 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-17T08:02:24.419Z[ recovery-image] Dec 17 08:02:22.383 INFO O| Dec 17 08:02:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41852024-12-17T08:02:24.422Z[ recovery-image] Dec 17 08:02:22.383 INFO O| Dec 17 08:02:22.383 INFO STEP 49 (remove_files) COMPLETE
41862024-12-17T08:02:24.422Z[ recovery-image] Dec 17 08:02:22.383 INFO O| Dec 17 08:02:22.383 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-17T08:02:24.437Z[ recovery-image] Dec 17 08:02:22.400 INFO O| Dec 17 08:02:22.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41882024-12-17T08:02:24.439Z[ recovery-image] Dec 17 08:02:22.401 INFO O| Dec 17 08:02:22.400 INFO STEP 50 (remove_files) COMPLETE
41892024-12-17T08:02:24.439Z[ recovery-image] Dec 17 08:02:22.401 INFO O| Dec 17 08:02:22.400 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-17T08:02:24.454Z[ recovery-image] Dec 17 08:02:22.417 INFO O| Dec 17 08:02:22.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41912024-12-17T08:02:24.454Z[ recovery-image] Dec 17 08:02:22.417 INFO O| Dec 17 08:02:22.417 INFO STEP 51 (remove_files) COMPLETE
41922024-12-17T08:02:24.457Z[ recovery-image] Dec 17 08:02:22.417 INFO O| Dec 17 08:02:22.417 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-17T08:02:24.471Z[ recovery-image] Dec 17 08:02:22.434 INFO O| Dec 17 08:02:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41942024-12-17T08:02:24.471Z[ recovery-image] Dec 17 08:02:22.435 INFO O| Dec 17 08:02:22.435 INFO STEP 52 (remove_files) COMPLETE
41952024-12-17T08:02:24.473Z[ recovery-image] Dec 17 08:02:22.435 INFO O| Dec 17 08:02:22.435 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-17T08:02:24.481Z[ host-image] Dec 17 08:02:22.444 INFO O| Dec 17 08:02:22.444 INFO O| Planning: Solver setup ... Done
41972024-12-17T08:02:24.486Z[ host-image] Dec 17 08:02:22.450 INFO O| Dec 17 08:02:22.450 INFO O| Planning: Running solver ... Done
41982024-12-17T08:02:24.489Z[ recovery-image] Dec 17 08:02:22.453 INFO O| Dec 17 08:02:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41992024-12-17T08:02:24.489Z[ recovery-image] Dec 17 08:02:22.453 INFO O| Dec 17 08:02:22.453 INFO STEP 53 (remove_files) COMPLETE
42002024-12-17T08:02:24.489Z[ recovery-image] Dec 17 08:02:22.453 INFO O| Dec 17 08:02:22.453 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-17T08:02:24.508Z[ recovery-image] Dec 17 08:02:22.472 INFO O| Dec 17 08:02:22.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42022024-12-17T08:02:24.509Z[ recovery-image] Dec 17 08:02:22.472 INFO O| Dec 17 08:02:22.472 INFO STEP 54 (remove_files) COMPLETE
42032024-12-17T08:02:24.512Z[ recovery-image] Dec 17 08:02:22.472 INFO O| Dec 17 08:02:22.472 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-17T08:02:24.617Z[ host-image] Dec 17 08:02:22.581 INFO O| Dec 17 08:02:22.581 INFO O| Planning: Finding local manifests ... Done
42052024-12-17T08:02:24.621Z[ host-image] Dec 17 08:02:22.583 INFO O| Dec 17 08:02:22.583 INFO O| Planning: Fetching manifests: 0/5 0% complete
42062024-12-17T08:02:24.628Z[ recovery-image] Dec 17 08:02:22.591 INFO O| Dec 17 08:02:22.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42072024-12-17T08:02:24.630Z[ recovery-image] Dec 17 08:02:22.591 INFO O| Dec 17 08:02:22.591 INFO STEP 55 (remove_files) COMPLETE
42082024-12-17T08:02:24.630Z[ recovery-image] Dec 17 08:02:22.591 INFO O| Dec 17 08:02:22.591 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-17T08:02:24.711Z[ recovery-image] Dec 17 08:02:22.675 INFO O| Dec 17 08:02:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42102024-12-17T08:02:24.711Z[ recovery-image] Dec 17 08:02:22.675 INFO O| Dec 17 08:02:22.675 INFO STEP 56 (remove_files) COMPLETE
42112024-12-17T08:02:24.714Z[ recovery-image] Dec 17 08:02:22.675 INFO O| Dec 17 08:02:22.675 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122024-12-17T08:02:24.766Z[ recovery-image] Dec 17 08:02:22.730 INFO O| Dec 17 08:02:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42132024-12-17T08:02:24.766Z[ recovery-image] Dec 17 08:02:22.730 INFO O| Dec 17 08:02:22.730 INFO STEP 57 (remove_files) COMPLETE
42142024-12-17T08:02:24.766Z[ recovery-image] Dec 17 08:02:22.730 INFO O| Dec 17 08:02:22.730 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-17T08:02:24.795Z[ recovery-image] Dec 17 08:02:22.758 INFO O| Dec 17 08:02:22.758 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42162024-12-17T08:02:24.795Z[ recovery-image] Dec 17 08:02:22.759 INFO O| Dec 17 08:02:22.758 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42172024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.759 INFO O| Dec 17 08:02:22.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42182024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.759 INFO O| Dec 17 08:02:22.759 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42192024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.759 INFO O| Dec 17 08:02:22.759 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42202024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.760 INFO O| Dec 17 08:02:22.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42212024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.760 INFO O| Dec 17 08:02:22.760 INFO ok!
42222024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.760 INFO O| Dec 17 08:02:22.760 INFO STEP 58 (ensure_file) COMPLETE
42232024-12-17T08:02:24.797Z[ recovery-image] Dec 17 08:02:22.760 INFO O| Dec 17 08:02:22.760 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-17T08:02:24.817Z[ recovery-image] Dec 17 08:02:22.780 INFO O| Dec 17 08:02:22.780 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42252024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.780 INFO O| Dec 17 08:02:22.780 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42262024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42272024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42282024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42292024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42302024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO ok!
42312024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.781 INFO O| Dec 17 08:02:22.781 INFO STEP 59 (ensure_file) COMPLETE
42322024-12-17T08:02:24.819Z[ recovery-image] Dec 17 08:02:22.782 INFO O| Dec 17 08:02:22.781 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332024-12-17T08:02:24.837Z[ recovery-image] Dec 17 08:02:22.801 INFO O| Dec 17 08:02:22.801 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42342024-12-17T08:02:24.837Z[ recovery-image] Dec 17 08:02:22.801 INFO O| Dec 17 08:02:22.801 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42352024-12-17T08:02:24.840Z[ recovery-image] Dec 17 08:02:22.801 INFO O| Dec 17 08:02:22.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42362024-12-17T08:02:24.840Z[ recovery-image] Dec 17 08:02:22.801 INFO O| Dec 17 08:02:22.801 INFO ok!
42372024-12-17T08:02:24.841Z[ recovery-image] Dec 17 08:02:22.801 INFO O| Dec 17 08:02:22.801 INFO STEP 60 (ensure_file) COMPLETE
42382024-12-17T08:02:24.841Z[ recovery-image] Dec 17 08:02:22.802 INFO O| Dec 17 08:02:22.802 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-17T08:02:24.857Z[ recovery-image] Dec 17 08:02:22.821 INFO O| Dec 17 08:02:22.821 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42402024-12-17T08:02:24.857Z[ recovery-image] Dec 17 08:02:22.821 INFO O| Dec 17 08:02:22.821 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42412024-12-17T08:02:24.860Z[ recovery-image] Dec 17 08:02:22.821 INFO O| Dec 17 08:02:22.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42422024-12-17T08:02:24.860Z[ recovery-image] Dec 17 08:02:22.821 INFO O| Dec 17 08:02:22.821 INFO ok!
42432024-12-17T08:02:24.860Z[ recovery-image] Dec 17 08:02:22.822 INFO O| Dec 17 08:02:22.822 INFO STEP 61 (ensure_file) COMPLETE
42442024-12-17T08:02:24.860Z[ recovery-image] Dec 17 08:02:22.822 INFO O| Dec 17 08:02:22.822 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-12-17T08:02:24.877Z[ recovery-image] Dec 17 08:02:22.840 INFO O| Dec 17 08:02:22.840 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42462024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.840 INFO O| Dec 17 08:02:22.840 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42472024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.841 INFO O| Dec 17 08:02:22.841 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42482024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.841 INFO O| Dec 17 08:02:22.841 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42492024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.841 INFO O| Dec 17 08:02:22.841 INFO ok!
42502024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.841 INFO O| Dec 17 08:02:22.841 INFO STEP 62 (ensure_file) COMPLETE
42512024-12-17T08:02:24.879Z[ recovery-image] Dec 17 08:02:22.841 INFO O| Dec 17 08:02:22.841 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522024-12-17T08:02:24.902Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42532024-12-17T08:02:24.902Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42542024-12-17T08:02:24.909Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42552024-12-17T08:02:24.909Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42562024-12-17T08:02:24.909Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO ok!
42572024-12-17T08:02:24.909Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO STEP 63 (ensure_file) COMPLETE
42582024-12-17T08:02:24.909Z[ recovery-image] Dec 17 08:02:22.866 INFO O| Dec 17 08:02:22.866 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-17T08:02:24.922Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42602024-12-17T08:02:24.923Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42612024-12-17T08:02:24.923Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42622024-12-17T08:02:24.926Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO ok!
42632024-12-17T08:02:24.926Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO STEP 64 (assemble_files) COMPLETE
42642024-12-17T08:02:24.926Z[ recovery-image] Dec 17 08:02:22.886 INFO O| Dec 17 08:02:22.886 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-17T08:02:24.931Z[ host-image] Dec 17 08:02:22.894 INFO O| Dec 17 08:02:22.894 INFO O| Planning: Fetching manifests: 5/5 100% complete
42662024-12-17T08:02:24.969Z[ host-image] Dec 17 08:02:22.932 INFO O| Dec 17 08:02:22.932 INFO O| Planning: Package planning ... Done
42672024-12-17T08:02:24.975Z[ host-image] Dec 17 08:02:22.939 INFO O| Dec 17 08:02:22.938 INFO O| Planning: Merging actions ... Done
42682024-12-17T08:02:24.989Z[ recovery-image] Dec 17 08:02:22.952 INFO O| Dec 17 08:02:22.952 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42692024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.952 INFO O| Dec 17 08:02:22.952 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42702024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.952 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42712024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42722024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO ok!
42732024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO STEP 65 (ensure_file) COMPLETE
42742024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42752024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO skip step because feature "omicron1" is not enabled
42762024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO skip step because feature "omicron1" is not enabled
42782024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO skip step because feature "omicron1" is not enabled
42802024-12-17T08:02:24.991Z[ recovery-image] Dec 17 08:02:22.953 INFO O| Dec 17 08:02:22.953 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-17T08:02:25.017Z[ recovery-image] Dec 17 08:02:22.981 INFO O| Dec 17 08:02:22.981 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42822024-12-17T08:02:25.021Z[ recovery-image] Dec 17 08:02:22.981 INFO O| Dec 17 08:02:22.981 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42832024-12-17T08:02:25.153Z[ host-image] Dec 17 08:02:23.117 INFO O| Dec 17 08:02:23.117 INFO O| Planning: Checking for conflicting actions ... Done
42842024-12-17T08:02:25.156Z[ host-image] Dec 17 08:02:23.119 INFO O| Dec 17 08:02:23.119 INFO O| Planning: Consolidating action changes ... Done
42852024-12-17T08:02:25.781Z[ host-image] Dec 17 08:02:23.744 INFO O| Dec 17 08:02:23.744 INFO O| Planning: Evaluating mediators ... Done
42862024-12-17T08:02:25.784Z[ host-image] Dec 17 08:02:23.746 INFO O| Dec 17 08:02:23.746 INFO O| Planning: Planning completed in 6.52 seconds
42872024-12-17T08:02:25.786Z[ host-image] Dec 17 08:02:23.749 INFO O| Dec 17 08:02:23.749 INFO O| Packages to install: 5
42882024-12-17T08:02:25.786Z[ host-image] Dec 17 08:02:23.749 INFO O| Dec 17 08:02:23.749 INFO O| Services to change: 2
42892024-12-17T08:02:25.830Z[ host-image] Dec 17 08:02:23.793 INFO O| Dec 17 08:02:23.793 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
42902024-12-17T08:02:26.961Z[ host-image] Dec 17 08:02:24.924 INFO O| Dec 17 08:02:24.924 INFO O| Download: Completed 1.45 MB in 1.13 seconds (1.3M/s)
42912024-12-17T08:02:27.201Z[ host-image] Dec 17 08:02:25.164 INFO O| Dec 17 08:02:25.164 INFO O| Actions: 1/305 actions (Installing new actions)
42922024-12-17T08:02:27.407Z[ host-image] Dec 17 08:02:25.370 INFO O| Dec 17 08:02:25.370 INFO O| Actions: Completed 305 actions in 0.21 seconds.
42932024-12-17T08:02:27.840Z[ recovery-image] Dec 17 08:02:25.802 INFO O| Dec 17 08:02:25.802 INFO STEP 69 (pack_tar) COMPLETE
42942024-12-17T08:02:27.840Z[ recovery-image] Dec 17 08:02:25.802 INFO O| Dec 17 08:02:25.802 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42952024-12-17T08:02:27.843Z[ recovery-image] Dec 17 08:02:25.803 INFO O| Dec 17 08:02:25.802 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42962024-12-17T08:02:28.132Z[ recovery-image] Dec 17 08:02:26.095 INFO O| Dec 17 08:02:26.095 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42972024-12-17T08:02:28.293Z[ recovery-image] Dec 17 08:02:26.255 INFO O| Dec 17 08:02:26.255 INFO completed processing gimlet/ramdisk-02-trim
42982024-12-17T08:02:28.296Z[ recovery-image] Dec 17 08:02:26.259 INFO image builder template: ramdisk-03-recovery-trim...
42992024-12-17T08:02:28.296Z[ recovery-image] Dec 17 08:02:26.259 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/.tmpbJsvfq/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
43002024-12-17T08:02:28.454Z[ host-image] Dec 17 08:02:26.417 INFO O| Dec 17 08:02:26.417 INFO O| Done
43012024-12-17T08:02:28.454Z[ host-image] Dec 17 08:02:26.417 INFO O| Dec 17 08:02:26.417 INFO O| Done
43022024-12-17T08:02:28.519Z[ recovery-image] Dec 17 08:02:26.482 INFO O| Dec 17 08:02:26.482 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43032024-12-17T08:02:28.528Z[ recovery-image] Dec 17 08:02:26.491 INFO O| Dec 17 08:02:26.491 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43042024-12-17T08:02:28.683Z[ recovery-image] Dec 17 08:02:26.646 INFO O| Dec 17 08:02:26.646 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43052024-12-17T08:02:28.810Z[ recovery-image] Dec 17 08:02:26.772 INFO O| Dec 17 08:02:26.772 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43062024-12-17T08:02:28.813Z[ recovery-image] Dec 17 08:02:26.772 INFO O| Dec 17 08:02:26.772 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43072024-12-17T08:02:28.865Z[ recovery-image] Dec 17 08:02:26.827 INFO O| Dec 17 08:02:26.827 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43082024-12-17T08:02:28.874Z[ recovery-image] Dec 17 08:02:26.836 INFO O| Dec 17 08:02:26.836 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43092024-12-17T08:02:28.883Z[ recovery-image] Dec 17 08:02:26.845 INFO O| Dec 17 08:02:26.845 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43102024-12-17T08:02:29.546Z[ recovery-image] Dec 17 08:02:27.509 INFO O| Dec 17 08:02:27.508 INFO rolled back to input snapshot; work may begin
43112024-12-17T08:02:29.546Z[ recovery-image] Dec 17 08:02:27.509 INFO O| Dec 17 08:02:27.509 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43122024-12-17T08:02:29.554Z[ recovery-image] Dec 17 08:02:27.517 INFO O| Dec 17 08:02:27.517 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-17T08:02:29.570Z[ recovery-image] Dec 17 08:02:27.533 INFO O| Dec 17 08:02:27.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43142024-12-17T08:02:29.575Z[ recovery-image] Dec 17 08:02:27.537 INFO O| Dec 17 08:02:27.537 INFO STEP 0 (remove_files) COMPLETE
43152024-12-17T08:02:29.575Z[ recovery-image] Dec 17 08:02:27.537 INFO O| Dec 17 08:02:27.537 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-17T08:02:29.607Z[ recovery-image] Dec 17 08:02:27.569 INFO O| Dec 17 08:02:27.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43172024-12-17T08:02:29.745Z[ host-image] Dec 17 08:02:27.708 INFO O| Dec 17 08:02:27.708 INFO O| Done
43182024-12-17T08:02:30.210Z[ recovery-image] Dec 17 08:02:28.173 INFO O| Dec 17 08:02:28.173 INFO STEP 1 (remove_files) COMPLETE
43192024-12-17T08:02:30.210Z[ recovery-image] Dec 17 08:02:28.173 INFO O| Dec 17 08:02:28.173 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-17T08:02:30.244Z[ recovery-image] Dec 17 08:02:28.206 INFO O| Dec 17 08:02:28.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43212024-12-17T08:02:30.263Z[ recovery-image] Dec 17 08:02:28.225 INFO O| Dec 17 08:02:28.225 INFO STEP 2 (remove_files) COMPLETE
43222024-12-17T08:02:30.263Z[ recovery-image] Dec 17 08:02:28.225 INFO O| Dec 17 08:02:28.225 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-17T08:02:30.337Z[ recovery-image] Dec 17 08:02:28.297 INFO O| Dec 17 08:02:28.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43242024-12-17T08:02:30.441Z[ recovery-image] Dec 17 08:02:28.403 INFO O| Dec 17 08:02:28.403 INFO STEP 3 (remove_files) COMPLETE
43252024-12-17T08:02:30.441Z[ recovery-image] Dec 17 08:02:28.403 INFO O| Dec 17 08:02:28.403 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-17T08:02:30.480Z[ recovery-image] Dec 17 08:02:28.442 INFO O| Dec 17 08:02:28.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43272024-12-17T08:02:30.779Z[ recovery-image] Dec 17 08:02:28.741 INFO O| Dec 17 08:02:28.741 INFO STEP 4 (remove_files) COMPLETE
43282024-12-17T08:02:30.779Z[ recovery-image] Dec 17 08:02:28.741 INFO O| Dec 17 08:02:28.741 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-12-17T08:02:30.832Z[ recovery-image] Dec 17 08:02:28.794 INFO O| Dec 17 08:02:28.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43302024-12-17T08:02:31.915Z[ recovery-image] Dec 17 08:02:28.873 INFO O| Dec 17 08:02:28.873 INFO STEP 5 (remove_files) COMPLETE
43312024-12-17T08:02:31.915Z[ recovery-image] Dec 17 08:02:28.873 INFO O| Dec 17 08:02:28.873 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-12-17T08:02:31.918Z[ recovery-image] Dec 17 08:02:28.936 INFO O| Dec 17 08:02:28.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43332024-12-17T08:02:31.918Z[ recovery-image] Dec 17 08:02:28.961 INFO O| Dec 17 08:02:28.961 INFO STEP 6 (remove_files) COMPLETE
43342024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:28.961 INFO O| Dec 17 08:02:28.961 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.017 INFO O| Dec 17 08:02:29.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43362024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.040 INFO O| Dec 17 08:02:29.040 INFO STEP 7 (remove_files) COMPLETE
43372024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.040 INFO O| Dec 17 08:02:29.040 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.099 INFO O| Dec 17 08:02:29.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43392024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.135 INFO O| Dec 17 08:02:29.135 INFO STEP 8 (remove_files) COMPLETE
43402024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.135 INFO O| Dec 17 08:02:29.135 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.155 INFO O| Dec 17 08:02:29.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43422024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.156 INFO O| Dec 17 08:02:29.156 INFO STEP 9 (remove_files) COMPLETE
43432024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.156 INFO O| Dec 17 08:02:29.156 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.192 INFO O| Dec 17 08:02:29.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43452024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.209 INFO O| Dec 17 08:02:29.209 INFO STEP 10 (remove_files) COMPLETE
43462024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.209 INFO O| Dec 17 08:02:29.209 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-17T08:02:31.919Z[ recovery-image] Dec 17 08:02:29.247 INFO O| Dec 17 08:02:29.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43482024-12-17T08:02:32.014Z[ recovery-image] Dec 17 08:02:29.975 INFO O| Dec 17 08:02:29.975 INFO STEP 11 (remove_files) COMPLETE
43492024-12-17T08:02:32.014Z[ recovery-image] Dec 17 08:02:29.976 INFO O| Dec 17 08:02:29.975 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-17T08:02:32.050Z[ recovery-image] Dec 17 08:02:30.012 INFO O| Dec 17 08:02:30.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43512024-12-17T08:02:32.070Z[ recovery-image] Dec 17 08:02:30.031 INFO O| Dec 17 08:02:30.031 INFO STEP 12 (remove_files) COMPLETE
43522024-12-17T08:02:32.070Z[ recovery-image] Dec 17 08:02:30.031 INFO O| Dec 17 08:02:30.031 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-17T08:02:32.096Z[ recovery-image] Dec 17 08:02:30.058 INFO O| Dec 17 08:02:30.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43542024-12-17T08:02:32.117Z[ recovery-image] Dec 17 08:02:30.077 INFO O| Dec 17 08:02:30.077 INFO STEP 13 (remove_files) COMPLETE
43552024-12-17T08:02:32.117Z[ recovery-image] Dec 17 08:02:30.077 INFO O| Dec 17 08:02:30.077 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-17T08:02:32.179Z[ recovery-image] Dec 17 08:02:30.141 INFO O| Dec 17 08:02:30.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43572024-12-17T08:02:32.182Z[ recovery-image] Dec 17 08:02:30.142 INFO O| Dec 17 08:02:30.142 INFO STEP 14 (remove_files) COMPLETE
43582024-12-17T08:02:32.182Z[ recovery-image] Dec 17 08:02:30.142 INFO O| Dec 17 08:02:30.142 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-17T08:02:32.200Z[ recovery-image] Dec 17 08:02:30.162 INFO O| Dec 17 08:02:30.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43602024-12-17T08:02:32.203Z[ recovery-image] Dec 17 08:02:30.163 INFO O| Dec 17 08:02:30.163 INFO STEP 15 (remove_files) COMPLETE
43612024-12-17T08:02:32.203Z[ recovery-image] Dec 17 08:02:30.163 INFO O| Dec 17 08:02:30.163 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-17T08:02:32.245Z[ recovery-image] Dec 17 08:02:30.207 INFO O| Dec 17 08:02:30.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43632024-12-17T08:02:32.257Z[ recovery-image] Dec 17 08:02:30.219 INFO O| Dec 17 08:02:30.219 INFO STEP 16 (remove_files) COMPLETE
43642024-12-17T08:02:32.260Z[ recovery-image] Dec 17 08:02:30.219 INFO O| Dec 17 08:02:30.219 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-17T08:02:32.293Z[ recovery-image] Dec 17 08:02:30.255 INFO O| Dec 17 08:02:30.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43662024-12-17T08:02:32.296Z[ recovery-image] Dec 17 08:02:30.258 INFO O| Dec 17 08:02:30.258 INFO STEP 17 (remove_files) COMPLETE
43672024-12-17T08:02:32.296Z[ recovery-image] Dec 17 08:02:30.259 INFO O| Dec 17 08:02:30.258 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-17T08:02:32.362Z[ recovery-image] Dec 17 08:02:30.310 INFO O| Dec 17 08:02:30.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43692024-12-17T08:02:32.362Z[ recovery-image] Dec 17 08:02:30.310 INFO O| Dec 17 08:02:30.310 INFO STEP 18 (remove_files) COMPLETE
43702024-12-17T08:02:32.362Z[ recovery-image] Dec 17 08:02:30.310 INFO O| Dec 17 08:02:30.310 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-17T08:02:32.367Z[ recovery-image] Dec 17 08:02:30.329 INFO O| Dec 17 08:02:30.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43722024-12-17T08:02:32.391Z[ host-image] Dec 17 08:02:30.353 INFO O| Dec 17 08:02:30.353 INFO O| Done
43732024-12-17T08:02:32.435Z[ host-image] Dec 17 08:02:30.397 INFO O| Dec 17 08:02:30.396 INFO O| Done
43742024-12-17T08:02:32.437Z[ host-image] Dec 17 08:02:30.397 INFO O| Dec 17 08:02:30.397 INFO O| Done
43752024-12-17T08:02:32.464Z[ host-image] Dec 17 08:02:30.426 INFO O| Dec 17 08:02:30.426 INFO O| Done
43762024-12-17T08:02:32.649Z[ host-image] Dec 17 08:02:30.611 INFO O| Dec 17 08:02:30.611 INFO STEP 12 (pkg_install) COMPLETE
43772024-12-17T08:02:32.649Z[ host-image] Dec 17 08:02:30.611 INFO O| Dec 17 08:02:30.611 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43782024-12-17T08:02:32.667Z[ host-image] Dec 17 08:02:30.629 INFO O| Dec 17 08:02:30.629 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43792024-12-17T08:02:32.680Z[ recovery-image] Dec 17 08:02:30.642 INFO O| Dec 17 08:02:30.641 INFO STEP 19 (remove_files) COMPLETE
43802024-12-17T08:02:32.683Z[ recovery-image] Dec 17 08:02:30.642 INFO O| Dec 17 08:02:30.641 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-17T08:02:32.737Z[ recovery-image] Dec 17 08:02:30.699 INFO O| Dec 17 08:02:30.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43822024-12-17T08:02:32.762Z[ recovery-image] Dec 17 08:02:30.724 INFO O| Dec 17 08:02:30.724 INFO STEP 20 (remove_files) COMPLETE
43832024-12-17T08:02:32.762Z[ recovery-image] Dec 17 08:02:30.724 INFO O| Dec 17 08:02:30.724 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-17T08:02:32.848Z[ recovery-image] Dec 17 08:02:30.809 INFO O| Dec 17 08:02:30.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43852024-12-17T08:02:32.892Z[ recovery-image] Dec 17 08:02:30.853 INFO O| Dec 17 08:02:30.853 INFO STEP 21 (remove_files) COMPLETE
43862024-12-17T08:02:32.892Z[ recovery-image] Dec 17 08:02:30.853 INFO O| Dec 17 08:02:30.853 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-17T08:02:32.948Z[ recovery-image] Dec 17 08:02:30.910 INFO O| Dec 17 08:02:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43882024-12-17T08:02:32.951Z[ recovery-image] Dec 17 08:02:30.910 INFO O| Dec 17 08:02:30.910 INFO STEP 22 (remove_files) COMPLETE
43892024-12-17T08:02:32.951Z[ recovery-image] Dec 17 08:02:30.910 INFO O| Dec 17 08:02:30.910 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-17T08:02:32.968Z[ recovery-image] Dec 17 08:02:30.929 INFO O| Dec 17 08:02:30.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43912024-12-17T08:02:32.968Z[ recovery-image] Dec 17 08:02:30.929 INFO O| Dec 17 08:02:30.929 INFO STEP 23 (remove_files) COMPLETE
43922024-12-17T08:02:32.968Z[ recovery-image] Dec 17 08:02:30.929 INFO O| Dec 17 08:02:30.929 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-17T08:02:32.988Z[ recovery-image] Dec 17 08:02:30.949 INFO O| Dec 17 08:02:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43942024-12-17T08:02:32.988Z[ recovery-image] Dec 17 08:02:30.949 INFO O| Dec 17 08:02:30.949 INFO STEP 24 (remove_files) COMPLETE
43952024-12-17T08:02:32.988Z[ recovery-image] Dec 17 08:02:30.949 INFO O| Dec 17 08:02:30.949 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-17T08:02:33.025Z[ recovery-image] Dec 17 08:02:30.987 INFO O| Dec 17 08:02:30.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43972024-12-17T08:02:33.025Z[ recovery-image] Dec 17 08:02:30.987 INFO O| Dec 17 08:02:30.987 INFO STEP 25 (remove_files) COMPLETE
43982024-12-17T08:02:33.025Z[ recovery-image] Dec 17 08:02:30.987 INFO O| Dec 17 08:02:30.987 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-17T08:02:33.050Z[ recovery-image] Dec 17 08:02:31.011 INFO O| Dec 17 08:02:31.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44002024-12-17T08:02:33.052Z[ recovery-image] Dec 17 08:02:31.011 INFO O| Dec 17 08:02:31.011 INFO STEP 26 (remove_files) COMPLETE
44012024-12-17T08:02:33.052Z[ recovery-image] Dec 17 08:02:31.012 INFO O| Dec 17 08:02:31.011 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-17T08:02:33.069Z[ recovery-image] Dec 17 08:02:31.031 INFO O| Dec 17 08:02:31.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44032024-12-17T08:02:33.072Z[ recovery-image] Dec 17 08:02:31.031 INFO O| Dec 17 08:02:31.031 INFO STEP 27 (remove_files) COMPLETE
44042024-12-17T08:02:33.072Z[ recovery-image] Dec 17 08:02:31.031 INFO O| Dec 17 08:02:31.031 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-17T08:02:33.097Z[ recovery-image] Dec 17 08:02:31.058 INFO O| Dec 17 08:02:31.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44062024-12-17T08:02:33.110Z[ recovery-image] Dec 17 08:02:31.072 INFO O| Dec 17 08:02:31.072 INFO STEP 28 (remove_files) COMPLETE
44072024-12-17T08:02:33.113Z[ recovery-image] Dec 17 08:02:31.072 INFO O| Dec 17 08:02:31.072 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-17T08:02:33.160Z[ recovery-image] Dec 17 08:02:31.121 INFO O| Dec 17 08:02:31.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44092024-12-17T08:02:33.160Z[ recovery-image] Dec 17 08:02:31.122 INFO O| Dec 17 08:02:31.122 INFO STEP 29 (remove_files) COMPLETE
44102024-12-17T08:02:33.160Z[ recovery-image] Dec 17 08:02:31.122 INFO O| Dec 17 08:02:31.122 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-17T08:02:33.197Z[ recovery-image] Dec 17 08:02:31.159 INFO O| Dec 17 08:02:31.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44122024-12-17T08:02:33.199Z[ recovery-image] Dec 17 08:02:31.160 INFO O| Dec 17 08:02:31.160 INFO STEP 30 (remove_files) COMPLETE
44132024-12-17T08:02:33.200Z[ recovery-image] Dec 17 08:02:31.160 INFO O| Dec 17 08:02:31.160 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-17T08:02:33.217Z[ recovery-image] Dec 17 08:02:31.179 INFO O| Dec 17 08:02:31.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44152024-12-17T08:02:33.217Z[ recovery-image] Dec 17 08:02:31.179 INFO O| Dec 17 08:02:31.179 INFO STEP 31 (remove_files) COMPLETE
44162024-12-17T08:02:33.219Z[ recovery-image] Dec 17 08:02:31.179 INFO O| Dec 17 08:02:31.179 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-17T08:02:33.283Z[ recovery-image] Dec 17 08:02:31.245 INFO O| Dec 17 08:02:31.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44182024-12-17T08:02:33.303Z[ recovery-image] Dec 17 08:02:31.265 INFO O| Dec 17 08:02:31.265 INFO STEP 32 (remove_files) COMPLETE
44192024-12-17T08:02:33.303Z[ recovery-image] Dec 17 08:02:31.265 INFO O| Dec 17 08:02:31.265 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-17T08:02:33.324Z[ recovery-image] Dec 17 08:02:31.285 INFO O| Dec 17 08:02:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44212024-12-17T08:02:33.324Z[ recovery-image] Dec 17 08:02:31.286 INFO O| Dec 17 08:02:31.285 INFO STEP 33 (remove_files) COMPLETE
44222024-12-17T08:02:33.328Z[ recovery-image] Dec 17 08:02:31.286 INFO O| Dec 17 08:02:31.286 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-17T08:02:33.345Z[ recovery-image] Dec 17 08:02:31.307 INFO O| Dec 17 08:02:31.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44242024-12-17T08:02:33.361Z[ recovery-image] Dec 17 08:02:31.323 INFO O| Dec 17 08:02:31.323 INFO STEP 34 (remove_files) COMPLETE
44252024-12-17T08:02:33.361Z[ recovery-image] Dec 17 08:02:31.323 INFO O| Dec 17 08:02:31.323 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-17T08:02:33.383Z[ recovery-image] Dec 17 08:02:31.344 INFO O| Dec 17 08:02:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44272024-12-17T08:02:33.399Z[ recovery-image] Dec 17 08:02:31.361 INFO O| Dec 17 08:02:31.361 INFO STEP 35 (remove_files) COMPLETE
44282024-12-17T08:02:33.399Z[ recovery-image] Dec 17 08:02:31.361 INFO O| Dec 17 08:02:31.361 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-17T08:02:33.433Z[ recovery-image] Dec 17 08:02:31.394 INFO O| Dec 17 08:02:31.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44302024-12-17T08:02:33.433Z[ recovery-image] Dec 17 08:02:31.395 INFO O| Dec 17 08:02:31.394 INFO STEP 36 (remove_files) COMPLETE
44312024-12-17T08:02:33.433Z[ recovery-image] Dec 17 08:02:31.395 INFO O| Dec 17 08:02:31.395 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-17T08:02:33.453Z[ recovery-image] Dec 17 08:02:31.415 INFO O| Dec 17 08:02:31.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44332024-12-17T08:02:33.477Z[ recovery-image] Dec 17 08:02:31.439 INFO O| Dec 17 08:02:31.439 INFO STEP 37 (remove_files) COMPLETE
44342024-12-17T08:02:33.477Z[ recovery-image] Dec 17 08:02:31.439 INFO O| Dec 17 08:02:31.439 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-17T08:02:33.519Z[ recovery-image] Dec 17 08:02:31.480 INFO O| Dec 17 08:02:31.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44362024-12-17T08:02:33.519Z[ recovery-image] Dec 17 08:02:31.480 INFO O| Dec 17 08:02:31.480 INFO STEP 38 (remove_files) COMPLETE
44372024-12-17T08:02:33.522Z[ recovery-image] Dec 17 08:02:31.480 INFO O| Dec 17 08:02:31.480 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-17T08:02:33.557Z[ host-image] Dec 17 08:02:31.519 INFO O| Dec 17 08:02:31.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44392024-12-17T08:02:33.629Z[ recovery-image] Dec 17 08:02:31.591 INFO O| Dec 17 08:02:31.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44402024-12-17T08:02:33.629Z[ recovery-image] Dec 17 08:02:31.591 INFO O| Dec 17 08:02:31.591 INFO STEP 39 (remove_files) COMPLETE
44412024-12-17T08:02:33.629Z[ recovery-image] Dec 17 08:02:31.591 INFO O| Dec 17 08:02:31.591 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-17T08:02:33.649Z[ recovery-image] Dec 17 08:02:31.611 INFO O| Dec 17 08:02:31.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44432024-12-17T08:02:33.649Z[ recovery-image] Dec 17 08:02:31.611 INFO O| Dec 17 08:02:31.611 INFO STEP 40 (remove_files) COMPLETE
44442024-12-17T08:02:33.652Z[ recovery-image] Dec 17 08:02:31.611 INFO O| Dec 17 08:02:31.611 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-17T08:02:33.705Z[ recovery-image] Dec 17 08:02:31.667 INFO O| Dec 17 08:02:31.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44462024-12-17T08:02:33.705Z[ recovery-image] Dec 17 08:02:31.667 INFO O| Dec 17 08:02:31.667 INFO STEP 41 (remove_files) COMPLETE
44472024-12-17T08:02:33.705Z[ recovery-image] Dec 17 08:02:31.667 INFO O| Dec 17 08:02:31.667 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-17T08:02:33.767Z[ recovery-image] Dec 17 08:02:31.728 INFO O| Dec 17 08:02:31.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44492024-12-17T08:02:33.767Z[ recovery-image] Dec 17 08:02:31.729 INFO O| Dec 17 08:02:31.728 INFO STEP 42 (remove_files) COMPLETE
44502024-12-17T08:02:33.770Z[ recovery-image] Dec 17 08:02:31.729 INFO O| Dec 17 08:02:31.728 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-17T08:02:33.810Z[ recovery-image] Dec 17 08:02:31.772 INFO O| Dec 17 08:02:31.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44522024-12-17T08:02:33.810Z[ recovery-image] Dec 17 08:02:31.772 INFO O| Dec 17 08:02:31.772 INFO STEP 43 (remove_files) COMPLETE
44532024-12-17T08:02:33.810Z[ recovery-image] Dec 17 08:02:31.772 INFO O| Dec 17 08:02:31.772 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-17T08:02:33.832Z[ recovery-image] Dec 17 08:02:31.792 INFO O| Dec 17 08:02:31.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44552024-12-17T08:02:33.832Z[ recovery-image] Dec 17 08:02:31.793 INFO O| Dec 17 08:02:31.792 INFO STEP 44 (remove_files) COMPLETE
44562024-12-17T08:02:33.832Z[ recovery-image] Dec 17 08:02:31.793 INFO O| Dec 17 08:02:31.793 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-17T08:02:33.850Z[ recovery-image] Dec 17 08:02:31.811 INFO O| Dec 17 08:02:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44582024-12-17T08:02:33.876Z[ recovery-image] Dec 17 08:02:31.837 INFO O| Dec 17 08:02:31.837 INFO STEP 45 (remove_files) COMPLETE
44592024-12-17T08:02:33.876Z[ recovery-image] Dec 17 08:02:31.837 INFO O| Dec 17 08:02:31.837 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-17T08:02:34.015Z[ recovery-image] Dec 17 08:02:31.976 INFO O| Dec 17 08:02:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44612024-12-17T08:02:34.017Z[ recovery-image] Dec 17 08:02:31.976 INFO O| Dec 17 08:02:31.976 INFO STEP 46 (remove_files) COMPLETE
44622024-12-17T08:02:34.017Z[ recovery-image] Dec 17 08:02:31.976 INFO O| Dec 17 08:02:31.976 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-17T08:02:34.036Z[ recovery-image] Dec 17 08:02:31.998 INFO O| Dec 17 08:02:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44642024-12-17T08:02:34.039Z[ recovery-image] Dec 17 08:02:31.998 INFO O| Dec 17 08:02:31.998 INFO STEP 47 (remove_files) COMPLETE
44652024-12-17T08:02:34.039Z[ recovery-image] Dec 17 08:02:31.998 INFO O| Dec 17 08:02:31.998 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-17T08:02:34.074Z[ recovery-image] Dec 17 08:02:32.035 INFO O| Dec 17 08:02:32.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44672024-12-17T08:02:34.077Z[ recovery-image] Dec 17 08:02:32.036 INFO O| Dec 17 08:02:32.035 INFO STEP 48 (remove_files) COMPLETE
44682024-12-17T08:02:34.077Z[ recovery-image] Dec 17 08:02:32.036 INFO O| Dec 17 08:02:32.035 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-17T08:02:34.094Z[ recovery-image] Dec 17 08:02:32.055 INFO O| Dec 17 08:02:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44702024-12-17T08:02:34.094Z[ recovery-image] Dec 17 08:02:32.055 INFO O| Dec 17 08:02:32.055 INFO STEP 49 (remove_files) COMPLETE
44712024-12-17T08:02:34.096Z[ recovery-image] Dec 17 08:02:32.055 INFO O| Dec 17 08:02:32.055 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-17T08:02:34.111Z[ recovery-image] Dec 17 08:02:32.072 INFO O| Dec 17 08:02:32.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44732024-12-17T08:02:34.113Z[ recovery-image] Dec 17 08:02:32.072 INFO O| Dec 17 08:02:32.072 INFO STEP 50 (remove_files) COMPLETE
44742024-12-17T08:02:34.113Z[ recovery-image] Dec 17 08:02:32.072 INFO O| Dec 17 08:02:32.072 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-17T08:02:34.139Z[ recovery-image] Dec 17 08:02:32.101 INFO O| Dec 17 08:02:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44762024-12-17T08:02:34.139Z[ recovery-image] Dec 17 08:02:32.101 INFO O| Dec 17 08:02:32.101 INFO STEP 51 (remove_files) COMPLETE
44772024-12-17T08:02:34.139Z[ recovery-image] Dec 17 08:02:32.101 INFO O| Dec 17 08:02:32.101 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-17T08:02:34.156Z[ recovery-image] Dec 17 08:02:32.118 INFO O| Dec 17 08:02:32.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44792024-12-17T08:02:34.156Z[ recovery-image] Dec 17 08:02:32.118 INFO O| Dec 17 08:02:32.118 INFO STEP 52 (remove_files) COMPLETE
44802024-12-17T08:02:34.156Z[ recovery-image] Dec 17 08:02:32.118 INFO O| Dec 17 08:02:32.118 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-17T08:02:34.173Z[ recovery-image] Dec 17 08:02:32.134 INFO O| Dec 17 08:02:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44822024-12-17T08:02:34.173Z[ recovery-image] Dec 17 08:02:32.135 INFO O| Dec 17 08:02:32.135 INFO STEP 53 (remove_files) COMPLETE
44832024-12-17T08:02:34.176Z[ recovery-image] Dec 17 08:02:32.135 INFO O| Dec 17 08:02:32.135 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-17T08:02:34.191Z[ recovery-image] Dec 17 08:02:32.153 INFO O| Dec 17 08:02:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44852024-12-17T08:02:34.203Z[ recovery-image] Dec 17 08:02:32.165 INFO O| Dec 17 08:02:32.165 INFO STEP 54 (remove_files) COMPLETE
44862024-12-17T08:02:34.206Z[ recovery-image] Dec 17 08:02:32.165 INFO O| Dec 17 08:02:32.165 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-17T08:02:34.231Z[ recovery-image] Dec 17 08:02:32.192 INFO O| Dec 17 08:02:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44882024-12-17T08:02:34.231Z[ recovery-image] Dec 17 08:02:32.192 INFO O| Dec 17 08:02:32.192 INFO STEP 55 (remove_files) COMPLETE
44892024-12-17T08:02:34.231Z[ recovery-image] Dec 17 08:02:32.192 INFO O| Dec 17 08:02:32.192 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-17T08:02:34.267Z[ recovery-image] Dec 17 08:02:32.228 INFO O| Dec 17 08:02:32.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44912024-12-17T08:02:34.267Z[ recovery-image] Dec 17 08:02:32.228 INFO O| Dec 17 08:02:32.228 INFO STEP 56 (remove_files) COMPLETE
44922024-12-17T08:02:34.267Z[ recovery-image] Dec 17 08:02:32.228 INFO O| Dec 17 08:02:32.228 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-17T08:02:34.288Z[ recovery-image] Dec 17 08:02:32.250 INFO O| Dec 17 08:02:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44942024-12-17T08:02:34.288Z[ recovery-image] Dec 17 08:02:32.250 INFO O| Dec 17 08:02:32.250 INFO STEP 57 (remove_files) COMPLETE
44952024-12-17T08:02:34.291Z[ recovery-image] Dec 17 08:02:32.250 INFO O| Dec 17 08:02:32.250 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-17T08:02:34.307Z[ recovery-image] Dec 17 08:02:32.268 INFO O| Dec 17 08:02:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44972024-12-17T08:02:34.310Z[ recovery-image] Dec 17 08:02:32.268 INFO O| Dec 17 08:02:32.268 INFO STEP 58 (remove_files) COMPLETE
44982024-12-17T08:02:34.310Z[ recovery-image] Dec 17 08:02:32.268 INFO O| Dec 17 08:02:32.268 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-17T08:02:34.329Z[ recovery-image] Dec 17 08:02:32.290 INFO O| Dec 17 08:02:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45002024-12-17T08:02:34.333Z[ recovery-image] Dec 17 08:02:32.291 INFO O| Dec 17 08:02:32.291 INFO STEP 59 (remove_files) COMPLETE
45012024-12-17T08:02:34.333Z[ recovery-image] Dec 17 08:02:32.291 INFO O| Dec 17 08:02:32.291 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-17T08:02:34.398Z[ recovery-image] Dec 17 08:02:32.359 INFO O| Dec 17 08:02:32.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45032024-12-17T08:02:34.401Z[ recovery-image] Dec 17 08:02:32.359 INFO O| Dec 17 08:02:32.359 INFO STEP 60 (remove_files) COMPLETE
45042024-12-17T08:02:34.401Z[ recovery-image] Dec 17 08:02:32.360 INFO O| Dec 17 08:02:32.359 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-17T08:02:34.474Z[ recovery-image] Dec 17 08:02:32.436 INFO O| Dec 17 08:02:32.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45062024-12-17T08:02:34.474Z[ recovery-image] Dec 17 08:02:32.436 INFO O| Dec 17 08:02:32.436 INFO STEP 61 (remove_files) COMPLETE
45072024-12-17T08:02:34.477Z[ recovery-image] Dec 17 08:02:32.436 INFO O| Dec 17 08:02:32.436 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-17T08:02:34.507Z[ recovery-image] Dec 17 08:02:32.469 INFO O| Dec 17 08:02:32.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45092024-12-17T08:02:34.507Z[ recovery-image] Dec 17 08:02:32.469 INFO O| Dec 17 08:02:32.469 INFO STEP 62 (remove_files) COMPLETE
45102024-12-17T08:02:34.507Z[ recovery-image] Dec 17 08:02:32.469 INFO O| Dec 17 08:02:32.469 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-17T08:02:34.547Z[ recovery-image] Dec 17 08:02:32.509 INFO O| Dec 17 08:02:32.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45122024-12-17T08:02:34.547Z[ recovery-image] Dec 17 08:02:32.509 INFO O| Dec 17 08:02:32.509 INFO STEP 63 (remove_files) COMPLETE
45132024-12-17T08:02:34.547Z[ recovery-image] Dec 17 08:02:32.509 INFO O| Dec 17 08:02:32.509 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-17T08:02:34.569Z[ recovery-image] Dec 17 08:02:32.531 INFO O| Dec 17 08:02:32.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45152024-12-17T08:02:34.569Z[ recovery-image] Dec 17 08:02:32.531 INFO O| Dec 17 08:02:32.531 INFO STEP 64 (remove_files) COMPLETE
45162024-12-17T08:02:34.569Z[ recovery-image] Dec 17 08:02:32.531 INFO O| Dec 17 08:02:32.531 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-17T08:02:34.593Z[ recovery-image] Dec 17 08:02:32.553 INFO O| Dec 17 08:02:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45182024-12-17T08:02:34.593Z[ recovery-image] Dec 17 08:02:32.553 INFO O| Dec 17 08:02:32.553 INFO STEP 65 (remove_files) COMPLETE
45192024-12-17T08:02:34.602Z[ recovery-image] Dec 17 08:02:32.553 INFO O| Dec 17 08:02:32.553 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-17T08:02:34.629Z[ recovery-image] Dec 17 08:02:32.591 INFO O| Dec 17 08:02:32.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45212024-12-17T08:02:34.629Z[ recovery-image] Dec 17 08:02:32.591 INFO O| Dec 17 08:02:32.591 INFO STEP 66 (remove_files) COMPLETE
45222024-12-17T08:02:34.629Z[ recovery-image] Dec 17 08:02:32.591 INFO O| Dec 17 08:02:32.591 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-17T08:02:34.649Z[ recovery-image] Dec 17 08:02:32.610 INFO O| Dec 17 08:02:32.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45242024-12-17T08:02:34.649Z[ recovery-image] Dec 17 08:02:32.610 INFO O| Dec 17 08:02:32.610 INFO STEP 67 (remove_files) COMPLETE
45252024-12-17T08:02:34.649Z[ recovery-image] Dec 17 08:02:32.611 INFO O| Dec 17 08:02:32.610 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-17T08:02:34.668Z[ recovery-image] Dec 17 08:02:32.630 INFO O| Dec 17 08:02:32.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45272024-12-17T08:02:34.669Z[ recovery-image] Dec 17 08:02:32.630 INFO O| Dec 17 08:02:32.630 INFO STEP 68 (remove_files) COMPLETE
45282024-12-17T08:02:34.671Z[ recovery-image] Dec 17 08:02:32.630 INFO O| Dec 17 08:02:32.630 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-17T08:02:34.688Z[ recovery-image] Dec 17 08:02:32.649 INFO O| Dec 17 08:02:32.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45302024-12-17T08:02:34.691Z[ recovery-image] Dec 17 08:02:32.649 INFO O| Dec 17 08:02:32.649 INFO STEP 69 (remove_files) COMPLETE
45312024-12-17T08:02:34.691Z[ recovery-image] Dec 17 08:02:32.650 INFO O| Dec 17 08:02:32.649 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-17T08:02:34.729Z[ recovery-image] Dec 17 08:02:32.690 INFO O| Dec 17 08:02:32.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45332024-12-17T08:02:34.729Z[ recovery-image] Dec 17 08:02:32.690 INFO O| Dec 17 08:02:32.690 INFO STEP 70 (remove_files) COMPLETE
45342024-12-17T08:02:34.731Z[ recovery-image] Dec 17 08:02:32.690 INFO O| Dec 17 08:02:32.690 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-17T08:02:34.751Z[ recovery-image] Dec 17 08:02:32.713 INFO O| Dec 17 08:02:32.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45362024-12-17T08:02:34.751Z[ recovery-image] Dec 17 08:02:32.713 INFO O| Dec 17 08:02:32.713 INFO STEP 71 (remove_files) COMPLETE
45372024-12-17T08:02:34.751Z[ recovery-image] Dec 17 08:02:32.713 INFO O| Dec 17 08:02:32.713 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-17T08:02:34.774Z[ recovery-image] Dec 17 08:02:32.735 INFO O| Dec 17 08:02:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45392024-12-17T08:02:34.774Z[ recovery-image] Dec 17 08:02:32.735 INFO O| Dec 17 08:02:32.735 INFO STEP 72 (remove_files) COMPLETE
45402024-12-17T08:02:34.776Z[ recovery-image] Dec 17 08:02:32.735 INFO O| Dec 17 08:02:32.735 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-17T08:02:34.807Z[ recovery-image] Dec 17 08:02:32.768 INFO O| Dec 17 08:02:32.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45422024-12-17T08:02:34.810Z[ recovery-image] Dec 17 08:02:32.769 INFO O| Dec 17 08:02:32.769 INFO STEP 73 (remove_files) COMPLETE
45432024-12-17T08:02:34.810Z[ recovery-image] Dec 17 08:02:32.769 INFO O| Dec 17 08:02:32.769 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-17T08:02:34.866Z[ recovery-image] Dec 17 08:02:32.828 INFO O| Dec 17 08:02:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45452024-12-17T08:02:34.869Z[ recovery-image] Dec 17 08:02:32.828 INFO O| Dec 17 08:02:32.828 INFO STEP 74 (remove_files) COMPLETE
45462024-12-17T08:02:34.869Z[ recovery-image] Dec 17 08:02:32.828 INFO O| Dec 17 08:02:32.828 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-17T08:02:34.890Z[ recovery-image] Dec 17 08:02:32.850 INFO O| Dec 17 08:02:32.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45482024-12-17T08:02:34.892Z[ recovery-image] Dec 17 08:02:32.850 INFO O| Dec 17 08:02:32.850 INFO STEP 75 (remove_files) COMPLETE
45492024-12-17T08:02:34.892Z[ recovery-image] Dec 17 08:02:32.850 INFO O| Dec 17 08:02:32.850 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-17T08:02:34.972Z[ recovery-image] Dec 17 08:02:32.933 INFO O| Dec 17 08:02:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45512024-12-17T08:02:34.975Z[ recovery-image] Dec 17 08:02:32.933 INFO O| Dec 17 08:02:32.933 INFO STEP 76 (remove_files) COMPLETE
45522024-12-17T08:02:34.975Z[ recovery-image] Dec 17 08:02:32.934 INFO O| Dec 17 08:02:32.933 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-17T08:02:34.996Z[ recovery-image] Dec 17 08:02:32.957 INFO O| Dec 17 08:02:32.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45542024-12-17T08:02:34.999Z[ recovery-image] Dec 17 08:02:32.958 INFO O| Dec 17 08:02:32.958 INFO STEP 77 (remove_files) COMPLETE
45552024-12-17T08:02:34.999Z[ recovery-image] Dec 17 08:02:32.958 INFO O| Dec 17 08:02:32.958 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-17T08:02:35.018Z[ recovery-image] Dec 17 08:02:32.979 INFO O| Dec 17 08:02:32.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45572024-12-17T08:02:35.021Z[ recovery-image] Dec 17 08:02:32.980 INFO O| Dec 17 08:02:32.980 INFO STEP 78 (remove_files) COMPLETE
45582024-12-17T08:02:35.021Z[ recovery-image] Dec 17 08:02:32.980 INFO O| Dec 17 08:02:32.980 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-17T08:02:35.040Z[ recovery-image] Dec 17 08:02:33.001 INFO O| Dec 17 08:02:33.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45602024-12-17T08:02:35.043Z[ recovery-image] Dec 17 08:02:33.002 INFO O| Dec 17 08:02:33.002 INFO STEP 79 (remove_files) COMPLETE
45612024-12-17T08:02:35.043Z[ recovery-image] Dec 17 08:02:33.002 INFO O| Dec 17 08:02:33.002 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-17T08:02:35.102Z[ recovery-image] Dec 17 08:02:33.063 INFO O| Dec 17 08:02:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45632024-12-17T08:02:35.105Z[ recovery-image] Dec 17 08:02:33.064 INFO O| Dec 17 08:02:33.064 INFO STEP 80 (remove_files) COMPLETE
45642024-12-17T08:02:35.105Z[ recovery-image] Dec 17 08:02:33.064 INFO O| Dec 17 08:02:33.064 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-17T08:02:35.124Z[ recovery-image] Dec 17 08:02:33.086 INFO O| Dec 17 08:02:33.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45662024-12-17T08:02:35.125Z[ recovery-image] Dec 17 08:02:33.086 INFO O| Dec 17 08:02:33.086 INFO STEP 81 (remove_files) COMPLETE
45672024-12-17T08:02:35.129Z[ recovery-image] Dec 17 08:02:33.086 INFO O| Dec 17 08:02:33.086 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-17T08:02:35.146Z[ recovery-image] Dec 17 08:02:33.108 INFO O| Dec 17 08:02:33.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45692024-12-17T08:02:35.147Z[ recovery-image] Dec 17 08:02:33.108 INFO O| Dec 17 08:02:33.108 INFO STEP 82 (remove_files) COMPLETE
45702024-12-17T08:02:35.149Z[ recovery-image] Dec 17 08:02:33.108 INFO O| Dec 17 08:02:33.108 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-17T08:02:35.170Z[ recovery-image] Dec 17 08:02:33.131 INFO O| Dec 17 08:02:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45722024-12-17T08:02:35.170Z[ recovery-image] Dec 17 08:02:33.131 INFO O| Dec 17 08:02:33.131 INFO STEP 83 (remove_files) COMPLETE
45732024-12-17T08:02:35.173Z[ recovery-image] Dec 17 08:02:33.131 INFO O| Dec 17 08:02:33.131 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-17T08:02:35.205Z[ recovery-image] Dec 17 08:02:33.166 INFO O| Dec 17 08:02:33.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45752024-12-17T08:02:35.208Z[ recovery-image] Dec 17 08:02:33.166 INFO O| Dec 17 08:02:33.166 INFO STEP 84 (remove_files) COMPLETE
45762024-12-17T08:02:35.208Z[ recovery-image] Dec 17 08:02:33.167 INFO O| Dec 17 08:02:33.166 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-17T08:02:35.240Z[ recovery-image] Dec 17 08:02:33.201 INFO O| Dec 17 08:02:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45782024-12-17T08:02:35.240Z[ recovery-image] Dec 17 08:02:33.201 INFO O| Dec 17 08:02:33.201 INFO STEP 85 (remove_files) COMPLETE
45792024-12-17T08:02:35.243Z[ recovery-image] Dec 17 08:02:33.201 INFO O| Dec 17 08:02:33.201 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-17T08:02:35.283Z[ recovery-image] Dec 17 08:02:33.245 INFO O| Dec 17 08:02:33.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45812024-12-17T08:02:35.283Z[ recovery-image] Dec 17 08:02:33.245 INFO O| Dec 17 08:02:33.245 INFO STEP 86 (remove_files) COMPLETE
45822024-12-17T08:02:35.286Z[ recovery-image] Dec 17 08:02:33.245 INFO O| Dec 17 08:02:33.245 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-17T08:02:35.384Z[ recovery-image] Dec 17 08:02:33.346 INFO O| Dec 17 08:02:33.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45842024-12-17T08:02:35.385Z[ recovery-image] Dec 17 08:02:33.346 INFO O| Dec 17 08:02:33.346 INFO STEP 87 (remove_files) COMPLETE
45852024-12-17T08:02:35.387Z[ recovery-image] Dec 17 08:02:33.346 INFO O| Dec 17 08:02:33.346 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-17T08:02:35.408Z[ recovery-image] Dec 17 08:02:33.369 INFO O| Dec 17 08:02:33.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45872024-12-17T08:02:35.434Z[ recovery-image] Dec 17 08:02:33.395 INFO O| Dec 17 08:02:33.395 INFO STEP 88 (remove_files) COMPLETE
45882024-12-17T08:02:35.434Z[ recovery-image] Dec 17 08:02:33.395 INFO O| Dec 17 08:02:33.395 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-17T08:02:35.473Z[ recovery-image] Dec 17 08:02:33.435 INFO O| Dec 17 08:02:33.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45902024-12-17T08:02:35.473Z[ recovery-image] Dec 17 08:02:33.435 INFO O| Dec 17 08:02:33.435 INFO STEP 89 (remove_files) COMPLETE
45912024-12-17T08:02:35.476Z[ recovery-image] Dec 17 08:02:33.435 INFO O| Dec 17 08:02:33.435 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-17T08:02:35.507Z[ recovery-image] Dec 17 08:02:33.467 INFO O| Dec 17 08:02:33.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45932024-12-17T08:02:35.507Z[ recovery-image] Dec 17 08:02:33.467 INFO O| Dec 17 08:02:33.467 INFO STEP 90 (remove_files) COMPLETE
45942024-12-17T08:02:35.507Z[ recovery-image] Dec 17 08:02:33.467 INFO O| Dec 17 08:02:33.467 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-17T08:02:35.529Z[ recovery-image] Dec 17 08:02:33.489 INFO O| Dec 17 08:02:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45962024-12-17T08:02:35.529Z[ recovery-image] Dec 17 08:02:33.489 INFO O| Dec 17 08:02:33.489 INFO STEP 91 (remove_files) COMPLETE
45972024-12-17T08:02:35.529Z[ recovery-image] Dec 17 08:02:33.489 INFO O| Dec 17 08:02:33.489 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-17T08:02:35.551Z[ recovery-image] Dec 17 08:02:33.512 INFO O| Dec 17 08:02:33.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45992024-12-17T08:02:35.551Z[ recovery-image] Dec 17 08:02:33.512 INFO O| Dec 17 08:02:33.512 INFO STEP 92 (remove_files) COMPLETE
46002024-12-17T08:02:35.551Z[ recovery-image] Dec 17 08:02:33.512 INFO O| Dec 17 08:02:33.512 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-17T08:02:35.574Z[ recovery-image] Dec 17 08:02:33.535 INFO O| Dec 17 08:02:33.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46022024-12-17T08:02:35.574Z[ recovery-image] Dec 17 08:02:33.535 INFO O| Dec 17 08:02:33.535 INFO STEP 93 (remove_files) COMPLETE
46032024-12-17T08:02:35.578Z[ recovery-image] Dec 17 08:02:33.535 INFO O| Dec 17 08:02:33.535 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-17T08:02:35.663Z[ recovery-image] Dec 17 08:02:33.624 INFO O| Dec 17 08:02:33.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46052024-12-17T08:02:35.663Z[ recovery-image] Dec 17 08:02:33.624 INFO O| Dec 17 08:02:33.624 INFO STEP 94 (remove_files) COMPLETE
46062024-12-17T08:02:35.663Z[ recovery-image] Dec 17 08:02:33.624 INFO O| Dec 17 08:02:33.624 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-17T08:02:35.684Z[ recovery-image] Dec 17 08:02:33.645 INFO O| Dec 17 08:02:33.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46082024-12-17T08:02:35.684Z[ recovery-image] Dec 17 08:02:33.645 INFO O| Dec 17 08:02:33.645 INFO STEP 95 (remove_files) COMPLETE
46092024-12-17T08:02:35.688Z[ recovery-image] Dec 17 08:02:33.646 INFO O| Dec 17 08:02:33.645 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-17T08:02:35.706Z[ recovery-image] Dec 17 08:02:33.667 INFO O| Dec 17 08:02:33.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46112024-12-17T08:02:35.706Z[ recovery-image] Dec 17 08:02:33.667 INFO O| Dec 17 08:02:33.667 INFO STEP 96 (remove_files) COMPLETE
46122024-12-17T08:02:35.708Z[ recovery-image] Dec 17 08:02:33.667 INFO O| Dec 17 08:02:33.667 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-17T08:02:35.734Z[ recovery-image] Dec 17 08:02:33.696 INFO O| Dec 17 08:02:33.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46142024-12-17T08:02:35.737Z[ recovery-image] Dec 17 08:02:33.696 INFO O| Dec 17 08:02:33.696 INFO STEP 97 (remove_files) COMPLETE
46152024-12-17T08:02:35.737Z[ recovery-image] Dec 17 08:02:33.696 INFO O| Dec 17 08:02:33.696 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-17T08:02:35.758Z[ recovery-image] Dec 17 08:02:33.719 INFO O| Dec 17 08:02:33.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46172024-12-17T08:02:35.758Z[ recovery-image] Dec 17 08:02:33.719 INFO O| Dec 17 08:02:33.719 INFO STEP 98 (remove_files) COMPLETE
46182024-12-17T08:02:35.761Z[ recovery-image] Dec 17 08:02:33.720 INFO O| Dec 17 08:02:33.719 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-17T08:02:35.780Z[ recovery-image] Dec 17 08:02:33.742 INFO O| Dec 17 08:02:33.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46202024-12-17T08:02:35.783Z[ recovery-image] Dec 17 08:02:33.742 INFO O| Dec 17 08:02:33.742 INFO STEP 99 (remove_files) COMPLETE
46212024-12-17T08:02:35.783Z[ recovery-image] Dec 17 08:02:33.742 INFO O| Dec 17 08:02:33.742 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-17T08:02:35.801Z[ recovery-image] Dec 17 08:02:33.762 INFO O| Dec 17 08:02:33.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46232024-12-17T08:02:35.810Z[ recovery-image] Dec 17 08:02:33.772 INFO O| Dec 17 08:02:33.772 INFO STEP 100 (remove_files) COMPLETE
46242024-12-17T08:02:35.810Z[ recovery-image] Dec 17 08:02:33.772 INFO O| Dec 17 08:02:33.772 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-17T08:02:35.831Z[ recovery-image] Dec 17 08:02:33.792 INFO O| Dec 17 08:02:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46262024-12-17T08:02:35.831Z[ recovery-image] Dec 17 08:02:33.792 INFO O| Dec 17 08:02:33.792 INFO STEP 101 (remove_files) COMPLETE
46272024-12-17T08:02:35.831Z[ recovery-image] Dec 17 08:02:33.792 INFO O| Dec 17 08:02:33.792 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-17T08:02:35.864Z[ recovery-image] Dec 17 08:02:33.826 INFO O| Dec 17 08:02:33.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46292024-12-17T08:02:35.864Z[ recovery-image] Dec 17 08:02:33.826 INFO O| Dec 17 08:02:33.826 INFO STEP 102 (remove_files) COMPLETE
46302024-12-17T08:02:35.867Z[ recovery-image] Dec 17 08:02:33.826 INFO O| Dec 17 08:02:33.826 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-17T08:02:35.888Z[ recovery-image] Dec 17 08:02:33.849 INFO O| Dec 17 08:02:33.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46322024-12-17T08:02:35.888Z[ recovery-image] Dec 17 08:02:33.849 INFO O| Dec 17 08:02:33.849 INFO STEP 103 (remove_files) COMPLETE
46332024-12-17T08:02:35.891Z[ recovery-image] Dec 17 08:02:33.849 INFO O| Dec 17 08:02:33.849 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-17T08:02:35.910Z[ recovery-image] Dec 17 08:02:33.871 INFO O| Dec 17 08:02:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46352024-12-17T08:02:35.910Z[ recovery-image] Dec 17 08:02:33.871 INFO O| Dec 17 08:02:33.871 INFO STEP 104 (remove_files) COMPLETE
46362024-12-17T08:02:35.910Z[ recovery-image] Dec 17 08:02:33.871 INFO O| Dec 17 08:02:33.871 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-17T08:02:35.931Z[ recovery-image] Dec 17 08:02:33.892 INFO O| Dec 17 08:02:33.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46382024-12-17T08:02:35.931Z[ recovery-image] Dec 17 08:02:33.892 INFO O| Dec 17 08:02:33.892 INFO STEP 105 (remove_files) COMPLETE
46392024-12-17T08:02:35.934Z[ recovery-image] Dec 17 08:02:33.893 INFO O| Dec 17 08:02:33.892 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-17T08:02:35.952Z[ recovery-image] Dec 17 08:02:33.913 INFO O| Dec 17 08:02:33.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46412024-12-17T08:02:35.955Z[ recovery-image] Dec 17 08:02:33.914 INFO O| Dec 17 08:02:33.914 INFO STEP 106 (remove_files) COMPLETE
46422024-12-17T08:02:35.955Z[ recovery-image] Dec 17 08:02:33.914 INFO O| Dec 17 08:02:33.914 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-17T08:02:35.993Z[ recovery-image] Dec 17 08:02:33.954 INFO O| Dec 17 08:02:33.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46442024-12-17T08:02:35.996Z[ recovery-image] Dec 17 08:02:33.954 INFO O| Dec 17 08:02:33.954 INFO STEP 107 (remove_files) COMPLETE
46452024-12-17T08:02:35.996Z[ recovery-image] Dec 17 08:02:33.954 INFO O| Dec 17 08:02:33.954 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-17T08:02:36.017Z[ recovery-image] Dec 17 08:02:33.978 INFO O| Dec 17 08:02:33.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46472024-12-17T08:02:36.017Z[ recovery-image] Dec 17 08:02:33.978 INFO O| Dec 17 08:02:33.978 INFO STEP 108 (remove_files) COMPLETE
46482024-12-17T08:02:36.017Z[ recovery-image] Dec 17 08:02:33.978 INFO O| Dec 17 08:02:33.978 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-17T08:02:36.036Z[ recovery-image] Dec 17 08:02:33.997 INFO O| Dec 17 08:02:33.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46502024-12-17T08:02:36.036Z[ recovery-image] Dec 17 08:02:33.997 INFO O| Dec 17 08:02:33.997 INFO STEP 109 (remove_files) COMPLETE
46512024-12-17T08:02:36.038Z[ recovery-image] Dec 17 08:02:33.997 INFO O| Dec 17 08:02:33.997 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-17T08:02:36.058Z[ recovery-image] Dec 17 08:02:34.019 INFO O| Dec 17 08:02:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46532024-12-17T08:02:36.058Z[ recovery-image] Dec 17 08:02:34.019 INFO O| Dec 17 08:02:34.019 INFO STEP 110 (remove_files) COMPLETE
46542024-12-17T08:02:36.058Z[ recovery-image] Dec 17 08:02:34.019 INFO O| Dec 17 08:02:34.019 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-17T08:02:36.078Z[ recovery-image] Dec 17 08:02:34.039 INFO O| Dec 17 08:02:34.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46562024-12-17T08:02:36.078Z[ recovery-image] Dec 17 08:02:34.040 INFO O| Dec 17 08:02:34.040 INFO STEP 111 (remove_files) COMPLETE
46572024-12-17T08:02:36.081Z[ recovery-image] Dec 17 08:02:34.040 INFO O| Dec 17 08:02:34.040 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-17T08:02:36.099Z[ recovery-image] Dec 17 08:02:34.060 INFO O| Dec 17 08:02:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46592024-12-17T08:02:36.099Z[ recovery-image] Dec 17 08:02:34.060 INFO O| Dec 17 08:02:34.060 INFO STEP 112 (remove_files) COMPLETE
46602024-12-17T08:02:36.102Z[ recovery-image] Dec 17 08:02:34.060 INFO O| Dec 17 08:02:34.060 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-17T08:02:36.120Z[ recovery-image] Dec 17 08:02:34.081 INFO O| Dec 17 08:02:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46622024-12-17T08:02:36.120Z[ recovery-image] Dec 17 08:02:34.081 INFO O| Dec 17 08:02:34.081 INFO STEP 113 (remove_files) COMPLETE
46632024-12-17T08:02:36.120Z[ recovery-image] Dec 17 08:02:34.081 INFO O| Dec 17 08:02:34.081 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-17T08:02:36.138Z[ recovery-image] Dec 17 08:02:34.099 INFO O| Dec 17 08:02:34.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46652024-12-17T08:02:36.139Z[ recovery-image] Dec 17 08:02:34.099 INFO O| Dec 17 08:02:34.099 INFO STEP 114 (remove_files) COMPLETE
46662024-12-17T08:02:36.139Z[ recovery-image] Dec 17 08:02:34.099 INFO O| Dec 17 08:02:34.099 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-17T08:02:36.159Z[ recovery-image] Dec 17 08:02:34.120 INFO O| Dec 17 08:02:34.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46682024-12-17T08:02:36.160Z[ recovery-image] Dec 17 08:02:34.120 INFO O| Dec 17 08:02:34.120 INFO STEP 115 (remove_files) COMPLETE
46692024-12-17T08:02:36.160Z[ recovery-image] Dec 17 08:02:34.120 INFO O| Dec 17 08:02:34.120 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-17T08:02:36.180Z[ recovery-image] Dec 17 08:02:34.140 INFO O| Dec 17 08:02:34.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46712024-12-17T08:02:36.180Z[ recovery-image] Dec 17 08:02:34.141 INFO O| Dec 17 08:02:34.141 INFO STEP 116 (remove_files) COMPLETE
46722024-12-17T08:02:36.180Z[ recovery-image] Dec 17 08:02:34.141 INFO O| Dec 17 08:02:34.141 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-17T08:02:36.215Z[ recovery-image] Dec 17 08:02:34.176 INFO O| Dec 17 08:02:34.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46742024-12-17T08:02:36.218Z[ recovery-image] Dec 17 08:02:34.177 INFO O| Dec 17 08:02:34.176 INFO STEP 117 (remove_files) COMPLETE
46752024-12-17T08:02:36.218Z[ recovery-image] Dec 17 08:02:34.177 INFO O| Dec 17 08:02:34.177 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-17T08:02:36.253Z[ recovery-image] Dec 17 08:02:34.214 INFO O| Dec 17 08:02:34.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46772024-12-17T08:02:36.253Z[ recovery-image] Dec 17 08:02:34.214 INFO O| Dec 17 08:02:34.214 INFO STEP 118 (remove_files) COMPLETE
46782024-12-17T08:02:36.253Z[ recovery-image] Dec 17 08:02:34.214 INFO O| Dec 17 08:02:34.214 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-17T08:02:36.274Z[ recovery-image] Dec 17 08:02:34.234 INFO O| Dec 17 08:02:34.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46802024-12-17T08:02:36.274Z[ recovery-image] Dec 17 08:02:34.234 INFO O| Dec 17 08:02:34.234 INFO STEP 119 (remove_files) COMPLETE
46812024-12-17T08:02:36.274Z[ recovery-image] Dec 17 08:02:34.234 INFO O| Dec 17 08:02:34.234 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-17T08:02:36.291Z[ recovery-image] Dec 17 08:02:34.252 INFO O| Dec 17 08:02:34.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46832024-12-17T08:02:36.291Z[ recovery-image] Dec 17 08:02:34.252 INFO O| Dec 17 08:02:34.252 INFO STEP 120 (remove_files) COMPLETE
46842024-12-17T08:02:36.294Z[ recovery-image] Dec 17 08:02:34.252 INFO O| Dec 17 08:02:34.252 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-17T08:02:36.310Z[ recovery-image] Dec 17 08:02:34.270 INFO O| Dec 17 08:02:34.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46862024-12-17T08:02:36.310Z[ recovery-image] Dec 17 08:02:34.270 INFO O| Dec 17 08:02:34.270 INFO STEP 121 (remove_files) COMPLETE
46872024-12-17T08:02:36.310Z[ recovery-image] Dec 17 08:02:34.270 INFO O| Dec 17 08:02:34.270 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-17T08:02:36.364Z[ recovery-image] Dec 17 08:02:34.325 INFO O| Dec 17 08:02:34.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46892024-12-17T08:02:36.364Z[ recovery-image] Dec 17 08:02:34.325 INFO O| Dec 17 08:02:34.325 INFO STEP 122 (remove_files) COMPLETE
46902024-12-17T08:02:36.367Z[ recovery-image] Dec 17 08:02:34.325 INFO O| Dec 17 08:02:34.325 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-17T08:02:36.383Z[ recovery-image] Dec 17 08:02:34.344 INFO O| Dec 17 08:02:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46922024-12-17T08:02:36.418Z[ recovery-image] Dec 17 08:02:34.379 INFO O| Dec 17 08:02:34.379 INFO STEP 123 (remove_files) COMPLETE
46932024-12-17T08:02:36.418Z[ recovery-image] Dec 17 08:02:34.379 INFO O| Dec 17 08:02:34.379 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-17T08:02:36.438Z[ recovery-image] Dec 17 08:02:34.399 INFO O| Dec 17 08:02:34.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46952024-12-17T08:02:36.441Z[ recovery-image] Dec 17 08:02:34.400 INFO O| Dec 17 08:02:34.400 INFO STEP 124 (remove_files) COMPLETE
46962024-12-17T08:02:36.441Z[ recovery-image] Dec 17 08:02:34.400 INFO O| Dec 17 08:02:34.400 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-17T08:02:36.457Z[ recovery-image] Dec 17 08:02:34.418 INFO O| Dec 17 08:02:34.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46982024-12-17T08:02:36.459Z[ recovery-image] Dec 17 08:02:34.418 INFO O| Dec 17 08:02:34.418 INFO STEP 125 (remove_files) COMPLETE
46992024-12-17T08:02:36.459Z[ recovery-image] Dec 17 08:02:34.418 INFO O| Dec 17 08:02:34.418 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-17T08:02:36.474Z[ recovery-image] Dec 17 08:02:34.435 INFO O| Dec 17 08:02:34.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47012024-12-17T08:02:36.477Z[ recovery-image] Dec 17 08:02:34.436 INFO O| Dec 17 08:02:34.435 INFO STEP 126 (remove_files) COMPLETE
47022024-12-17T08:02:36.477Z[ recovery-image] Dec 17 08:02:34.436 INFO O| Dec 17 08:02:34.436 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-17T08:02:36.493Z[ recovery-image] Dec 17 08:02:34.455 INFO O| Dec 17 08:02:34.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47042024-12-17T08:02:36.494Z[ recovery-image] Dec 17 08:02:34.455 INFO O| Dec 17 08:02:34.455 INFO STEP 127 (remove_files) COMPLETE
47052024-12-17T08:02:36.494Z[ recovery-image] Dec 17 08:02:34.455 INFO O| Dec 17 08:02:34.455 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-17T08:02:36.512Z[ recovery-image] Dec 17 08:02:34.473 INFO O| Dec 17 08:02:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47072024-12-17T08:02:36.512Z[ recovery-image] Dec 17 08:02:34.473 INFO O| Dec 17 08:02:34.473 INFO STEP 128 (remove_files) COMPLETE
47082024-12-17T08:02:36.512Z[ recovery-image] Dec 17 08:02:34.473 INFO O| Dec 17 08:02:34.473 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-17T08:02:36.531Z[ recovery-image] Dec 17 08:02:34.492 INFO O| Dec 17 08:02:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47102024-12-17T08:02:36.531Z[ recovery-image] Dec 17 08:02:34.492 INFO O| Dec 17 08:02:34.492 INFO STEP 129 (remove_files) COMPLETE
47112024-12-17T08:02:36.531Z[ recovery-image] Dec 17 08:02:34.492 INFO O| Dec 17 08:02:34.492 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-17T08:02:36.570Z[ recovery-image] Dec 17 08:02:34.531 INFO O| Dec 17 08:02:34.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47132024-12-17T08:02:36.570Z[ recovery-image] Dec 17 08:02:34.531 INFO O| Dec 17 08:02:34.531 INFO STEP 130 (remove_files) COMPLETE
47142024-12-17T08:02:36.573Z[ recovery-image] Dec 17 08:02:34.531 INFO O| Dec 17 08:02:34.531 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-17T08:02:36.590Z[ recovery-image] Dec 17 08:02:34.551 INFO O| Dec 17 08:02:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47162024-12-17T08:02:36.590Z[ recovery-image] Dec 17 08:02:34.551 INFO O| Dec 17 08:02:34.551 INFO STEP 131 (remove_files) COMPLETE
47172024-12-17T08:02:36.590Z[ recovery-image] Dec 17 08:02:34.551 INFO O| Dec 17 08:02:34.551 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-17T08:02:36.609Z[ recovery-image] Dec 17 08:02:34.570 INFO O| Dec 17 08:02:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47192024-12-17T08:02:36.609Z[ recovery-image] Dec 17 08:02:34.570 INFO O| Dec 17 08:02:34.570 INFO STEP 132 (remove_files) COMPLETE
47202024-12-17T08:02:36.609Z[ recovery-image] Dec 17 08:02:34.570 INFO O| Dec 17 08:02:34.570 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-17T08:02:36.647Z[ recovery-image] Dec 17 08:02:34.608 INFO O| Dec 17 08:02:34.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47222024-12-17T08:02:36.647Z[ recovery-image] Dec 17 08:02:34.608 INFO O| Dec 17 08:02:34.608 INFO STEP 133 (remove_files) COMPLETE
47232024-12-17T08:02:36.655Z[ recovery-image] Dec 17 08:02:34.608 INFO O| Dec 17 08:02:34.608 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-17T08:02:36.769Z[ recovery-image] Dec 17 08:02:34.729 INFO O| Dec 17 08:02:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47252024-12-17T08:02:36.769Z[ recovery-image] Dec 17 08:02:34.730 INFO O| Dec 17 08:02:34.730 INFO STEP 134 (remove_files) COMPLETE
47262024-12-17T08:02:36.769Z[ recovery-image] Dec 17 08:02:34.730 INFO O| Dec 17 08:02:34.730 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-17T08:02:36.794Z[ recovery-image] Dec 17 08:02:34.755 INFO O| Dec 17 08:02:34.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47282024-12-17T08:02:36.794Z[ recovery-image] Dec 17 08:02:34.755 INFO O| Dec 17 08:02:34.755 INFO STEP 135 (remove_files) COMPLETE
47292024-12-17T08:02:36.797Z[ recovery-image] Dec 17 08:02:34.755 INFO O| Dec 17 08:02:34.755 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-17T08:02:36.852Z[ recovery-image] Dec 17 08:02:34.813 INFO O| Dec 17 08:02:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47312024-12-17T08:02:36.861Z[ recovery-image] Dec 17 08:02:34.813 INFO O| Dec 17 08:02:34.813 INFO STEP 136 (remove_files) COMPLETE
47322024-12-17T08:02:36.861Z[ recovery-image] Dec 17 08:02:34.813 INFO O| Dec 17 08:02:34.813 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-17T08:02:36.871Z[ recovery-image] Dec 17 08:02:34.831 INFO O| Dec 17 08:02:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47342024-12-17T08:02:36.871Z[ recovery-image] Dec 17 08:02:34.831 INFO O| Dec 17 08:02:34.831 INFO STEP 137 (remove_files) COMPLETE
47352024-12-17T08:02:36.873Z[ recovery-image] Dec 17 08:02:34.831 INFO O| Dec 17 08:02:34.831 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-17T08:02:36.888Z[ recovery-image] Dec 17 08:02:34.848 INFO O| Dec 17 08:02:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47372024-12-17T08:02:36.891Z[ recovery-image] Dec 17 08:02:34.848 INFO O| Dec 17 08:02:34.848 INFO STEP 138 (remove_files) COMPLETE
47382024-12-17T08:02:36.891Z[ recovery-image] Dec 17 08:02:34.848 INFO O| Dec 17 08:02:34.848 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-17T08:02:36.904Z[ recovery-image] Dec 17 08:02:34.865 INFO O| Dec 17 08:02:34.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47402024-12-17T08:02:36.904Z[ recovery-image] Dec 17 08:02:34.865 INFO O| Dec 17 08:02:34.865 INFO STEP 139 (remove_files) COMPLETE
47412024-12-17T08:02:36.907Z[ recovery-image] Dec 17 08:02:34.865 INFO O| Dec 17 08:02:34.865 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-17T08:02:36.932Z[ recovery-image] Dec 17 08:02:34.893 INFO O| Dec 17 08:02:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47432024-12-17T08:02:36.935Z[ recovery-image] Dec 17 08:02:34.893 INFO O| Dec 17 08:02:34.893 INFO STEP 140 (remove_files) COMPLETE
47442024-12-17T08:02:36.935Z[ recovery-image] Dec 17 08:02:34.894 INFO O| Dec 17 08:02:34.893 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-17T08:02:36.992Z[ recovery-image] Dec 17 08:02:34.953 INFO O| Dec 17 08:02:34.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47462024-12-17T08:02:37.015Z[ recovery-image] Dec 17 08:02:34.976 INFO O| Dec 17 08:02:34.976 INFO STEP 141 (remove_files) COMPLETE
47472024-12-17T08:02:37.015Z[ recovery-image] Dec 17 08:02:34.976 INFO O| Dec 17 08:02:34.976 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-17T08:02:37.037Z[ recovery-image] Dec 17 08:02:34.998 INFO O| Dec 17 08:02:34.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47492024-12-17T08:02:37.037Z[ recovery-image] Dec 17 08:02:34.998 INFO O| Dec 17 08:02:34.998 INFO STEP 142 (remove_files) COMPLETE
47502024-12-17T08:02:37.040Z[ recovery-image] Dec 17 08:02:34.998 INFO O| Dec 17 08:02:34.998 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-17T08:02:37.059Z[ recovery-image] Dec 17 08:02:35.020 INFO O| Dec 17 08:02:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47522024-12-17T08:02:37.059Z[ recovery-image] Dec 17 08:02:35.020 INFO O| Dec 17 08:02:35.020 INFO STEP 143 (remove_files) COMPLETE
47532024-12-17T08:02:37.059Z[ recovery-image] Dec 17 08:02:35.020 INFO O| Dec 17 08:02:35.020 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-17T08:02:37.080Z[ recovery-image] Dec 17 08:02:35.041 INFO O| Dec 17 08:02:35.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47552024-12-17T08:02:37.083Z[ recovery-image] Dec 17 08:02:35.041 INFO O| Dec 17 08:02:35.041 INFO STEP 144 (remove_files) COMPLETE
47562024-12-17T08:02:37.083Z[ recovery-image] Dec 17 08:02:35.041 INFO O| Dec 17 08:02:35.041 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-17T08:02:37.137Z[ recovery-image] Dec 17 08:02:35.098 INFO O| Dec 17 08:02:35.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47582024-12-17T08:02:37.137Z[ recovery-image] Dec 17 08:02:35.098 INFO O| Dec 17 08:02:35.098 INFO STEP 145 (remove_files) COMPLETE
47592024-12-17T08:02:37.140Z[ recovery-image] Dec 17 08:02:35.098 INFO O| Dec 17 08:02:35.098 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-17T08:02:37.154Z[ recovery-image] Dec 17 08:02:35.115 INFO O| Dec 17 08:02:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47612024-12-17T08:02:37.155Z[ recovery-image] Dec 17 08:02:35.115 INFO O| Dec 17 08:02:35.115 INFO STEP 146 (remove_files) COMPLETE
47622024-12-17T08:02:37.157Z[ recovery-image] Dec 17 08:02:35.116 INFO O| Dec 17 08:02:35.115 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-17T08:02:37.173Z[ recovery-image] Dec 17 08:02:35.134 INFO O| Dec 17 08:02:35.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47642024-12-17T08:02:37.173Z[ recovery-image] Dec 17 08:02:35.134 INFO O| Dec 17 08:02:35.133 INFO STEP 147 (remove_files) COMPLETE
47652024-12-17T08:02:37.173Z[ recovery-image] Dec 17 08:02:35.134 INFO O| Dec 17 08:02:35.133 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-17T08:02:37.198Z[ recovery-image] Dec 17 08:02:35.159 INFO O| Dec 17 08:02:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47672024-12-17T08:02:37.198Z[ recovery-image] Dec 17 08:02:35.159 INFO O| Dec 17 08:02:35.159 INFO STEP 148 (remove_files) COMPLETE
47682024-12-17T08:02:37.201Z[ recovery-image] Dec 17 08:02:35.159 INFO O| Dec 17 08:02:35.159 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-17T08:02:37.218Z[ recovery-image] Dec 17 08:02:35.179 INFO O| Dec 17 08:02:35.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47702024-12-17T08:02:37.218Z[ recovery-image] Dec 17 08:02:35.179 INFO O| Dec 17 08:02:35.179 INFO STEP 149 (remove_files) COMPLETE
47712024-12-17T08:02:37.221Z[ recovery-image] Dec 17 08:02:35.179 INFO O| Dec 17 08:02:35.179 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-17T08:02:37.258Z[ recovery-image] Dec 17 08:02:35.219 INFO O| Dec 17 08:02:35.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47732024-12-17T08:02:37.258Z[ recovery-image] Dec 17 08:02:35.219 INFO O| Dec 17 08:02:35.219 INFO STEP 150 (remove_files) COMPLETE
47742024-12-17T08:02:37.258Z[ recovery-image] Dec 17 08:02:35.219 INFO O| Dec 17 08:02:35.219 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-17T08:02:37.290Z[ recovery-image] Dec 17 08:02:35.250 INFO O| Dec 17 08:02:35.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47762024-12-17T08:02:37.290Z[ recovery-image] Dec 17 08:02:35.251 INFO O| Dec 17 08:02:35.251 INFO STEP 151 (remove_files) COMPLETE
47772024-12-17T08:02:37.290Z[ recovery-image] Dec 17 08:02:35.251 INFO O| Dec 17 08:02:35.251 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-17T08:02:37.307Z[ recovery-image] Dec 17 08:02:35.267 INFO O| Dec 17 08:02:35.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47792024-12-17T08:02:37.307Z[ recovery-image] Dec 17 08:02:35.268 INFO O| Dec 17 08:02:35.268 INFO STEP 152 (remove_files) COMPLETE
47802024-12-17T08:02:37.309Z[ recovery-image] Dec 17 08:02:35.268 INFO O| Dec 17 08:02:35.268 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-17T08:02:37.325Z[ recovery-image] Dec 17 08:02:35.286 INFO O| Dec 17 08:02:35.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47822024-12-17T08:02:37.325Z[ recovery-image] Dec 17 08:02:35.286 INFO O| Dec 17 08:02:35.286 INFO STEP 153 (remove_files) COMPLETE
47832024-12-17T08:02:37.328Z[ recovery-image] Dec 17 08:02:35.286 INFO O| Dec 17 08:02:35.286 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-17T08:02:37.349Z[ recovery-image] Dec 17 08:02:35.310 INFO O| Dec 17 08:02:35.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47852024-12-17T08:02:37.349Z[ recovery-image] Dec 17 08:02:35.310 INFO O| Dec 17 08:02:35.310 INFO STEP 154 (remove_files) COMPLETE
47862024-12-17T08:02:37.349Z[ recovery-image] Dec 17 08:02:35.310 INFO O| Dec 17 08:02:35.310 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-17T08:02:37.400Z[ recovery-image] Dec 17 08:02:35.361 INFO O| Dec 17 08:02:35.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47882024-12-17T08:02:37.400Z[ recovery-image] Dec 17 08:02:35.361 INFO O| Dec 17 08:02:35.361 INFO STEP 155 (remove_files) COMPLETE
47892024-12-17T08:02:37.403Z[ recovery-image] Dec 17 08:02:35.361 INFO O| Dec 17 08:02:35.361 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-17T08:02:37.420Z[ recovery-image] Dec 17 08:02:35.381 INFO O| Dec 17 08:02:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47912024-12-17T08:02:37.420Z[ recovery-image] Dec 17 08:02:35.381 INFO O| Dec 17 08:02:35.381 INFO STEP 156 (remove_files) COMPLETE
47922024-12-17T08:02:37.421Z[ recovery-image] Dec 17 08:02:35.382 INFO O| Dec 17 08:02:35.381 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-17T08:02:37.440Z[ recovery-image] Dec 17 08:02:35.400 INFO O| Dec 17 08:02:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47942024-12-17T08:02:37.440Z[ recovery-image] Dec 17 08:02:35.400 INFO O| Dec 17 08:02:35.399 INFO STEP 157 (remove_files) COMPLETE
47952024-12-17T08:02:37.440Z[ recovery-image] Dec 17 08:02:35.400 INFO O| Dec 17 08:02:35.399 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-17T08:02:37.456Z[ recovery-image] Dec 17 08:02:35.416 INFO O| Dec 17 08:02:35.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47972024-12-17T08:02:37.456Z[ recovery-image] Dec 17 08:02:35.417 INFO O| Dec 17 08:02:35.416 INFO STEP 158 (remove_files) COMPLETE
47982024-12-17T08:02:37.456Z[ recovery-image] Dec 17 08:02:35.417 INFO O| Dec 17 08:02:35.416 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-17T08:02:37.483Z[ recovery-image] Dec 17 08:02:35.441 INFO O| Dec 17 08:02:35.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48002024-12-17T08:02:37.484Z[ recovery-image] Dec 17 08:02:35.441 INFO O| Dec 17 08:02:35.441 INFO STEP 159 (remove_files) COMPLETE
48012024-12-17T08:02:37.486Z[ recovery-image] Dec 17 08:02:35.441 INFO O| Dec 17 08:02:35.441 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-17T08:02:37.502Z[ recovery-image] Dec 17 08:02:35.461 INFO O| Dec 17 08:02:35.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48032024-12-17T08:02:37.502Z[ recovery-image] Dec 17 08:02:35.461 INFO O| Dec 17 08:02:35.461 INFO STEP 160 (remove_files) COMPLETE
48042024-12-17T08:02:37.502Z[ recovery-image] Dec 17 08:02:35.461 INFO O| Dec 17 08:02:35.461 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-17T08:02:37.528Z[ recovery-image] Dec 17 08:02:35.480 INFO O| Dec 17 08:02:35.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48062024-12-17T08:02:37.528Z[ recovery-image] Dec 17 08:02:35.480 INFO O| Dec 17 08:02:35.480 INFO STEP 161 (remove_files) COMPLETE
48072024-12-17T08:02:37.528Z[ recovery-image] Dec 17 08:02:35.480 INFO O| Dec 17 08:02:35.480 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-17T08:02:37.538Z[ recovery-image] Dec 17 08:02:35.499 INFO O| Dec 17 08:02:35.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48092024-12-17T08:02:37.541Z[ recovery-image] Dec 17 08:02:35.499 INFO O| Dec 17 08:02:35.499 INFO STEP 162 (remove_files) COMPLETE
48102024-12-17T08:02:37.541Z[ recovery-image] Dec 17 08:02:35.499 INFO O| Dec 17 08:02:35.499 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-17T08:02:37.556Z[ recovery-image] Dec 17 08:02:35.516 INFO O| Dec 17 08:02:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48122024-12-17T08:02:37.556Z[ recovery-image] Dec 17 08:02:35.516 INFO O| Dec 17 08:02:35.516 INFO STEP 163 (remove_files) COMPLETE
48132024-12-17T08:02:37.556Z[ recovery-image] Dec 17 08:02:35.516 INFO O| Dec 17 08:02:35.516 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-17T08:02:37.574Z[ recovery-image] Dec 17 08:02:35.534 INFO O| Dec 17 08:02:35.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48152024-12-17T08:02:37.574Z[ recovery-image] Dec 17 08:02:35.535 INFO O| Dec 17 08:02:35.535 INFO STEP 164 (remove_files) COMPLETE
48162024-12-17T08:02:37.577Z[ recovery-image] Dec 17 08:02:35.535 INFO O| Dec 17 08:02:35.535 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-17T08:02:37.592Z[ recovery-image] Dec 17 08:02:35.553 INFO O| Dec 17 08:02:35.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48182024-12-17T08:02:37.592Z[ recovery-image] Dec 17 08:02:35.553 INFO O| Dec 17 08:02:35.553 INFO STEP 165 (remove_files) COMPLETE
48192024-12-17T08:02:37.595Z[ recovery-image] Dec 17 08:02:35.553 INFO O| Dec 17 08:02:35.553 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-17T08:02:37.610Z[ recovery-image] Dec 17 08:02:35.571 INFO O| Dec 17 08:02:35.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48212024-12-17T08:02:37.639Z[ recovery-image] Dec 17 08:02:35.599 INFO O| Dec 17 08:02:35.599 INFO STEP 166 (remove_files) COMPLETE
48222024-12-17T08:02:37.639Z[ recovery-image] Dec 17 08:02:35.599 INFO O| Dec 17 08:02:35.599 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-17T08:02:37.693Z[ recovery-image] Dec 17 08:02:35.654 INFO O| Dec 17 08:02:35.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48242024-12-17T08:02:37.694Z[ recovery-image] Dec 17 08:02:35.654 INFO O| Dec 17 08:02:35.654 INFO STEP 167 (remove_files) COMPLETE
48252024-12-17T08:02:37.694Z[ recovery-image] Dec 17 08:02:35.654 INFO O| Dec 17 08:02:35.654 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-17T08:02:37.732Z[ recovery-image] Dec 17 08:02:35.692 INFO O| Dec 17 08:02:35.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48272024-12-17T08:02:37.732Z[ recovery-image] Dec 17 08:02:35.693 INFO O| Dec 17 08:02:35.693 INFO STEP 168 (remove_files) COMPLETE
48282024-12-17T08:02:37.732Z[ recovery-image] Dec 17 08:02:35.693 INFO O| Dec 17 08:02:35.693 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-17T08:02:37.749Z[ recovery-image] Dec 17 08:02:35.710 INFO O| Dec 17 08:02:35.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48302024-12-17T08:02:37.749Z[ recovery-image] Dec 17 08:02:35.710 INFO O| Dec 17 08:02:35.710 INFO STEP 169 (remove_files) COMPLETE
48312024-12-17T08:02:37.750Z[ recovery-image] Dec 17 08:02:35.710 INFO O| Dec 17 08:02:35.710 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-17T08:02:37.794Z[ recovery-image] Dec 17 08:02:35.755 INFO O| Dec 17 08:02:35.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48332024-12-17T08:02:37.794Z[ recovery-image] Dec 17 08:02:35.755 INFO O| Dec 17 08:02:35.755 INFO STEP 170 (remove_files) COMPLETE
48342024-12-17T08:02:37.797Z[ recovery-image] Dec 17 08:02:35.755 INFO O| Dec 17 08:02:35.755 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-17T08:02:37.847Z[ recovery-image] Dec 17 08:02:35.807 INFO O| Dec 17 08:02:35.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48362024-12-17T08:02:37.847Z[ recovery-image] Dec 17 08:02:35.807 INFO O| Dec 17 08:02:35.807 INFO STEP 171 (remove_files) COMPLETE
48372024-12-17T08:02:37.849Z[ recovery-image] Dec 17 08:02:35.807 INFO O| Dec 17 08:02:35.807 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-17T08:02:37.864Z[ recovery-image] Dec 17 08:02:35.825 INFO O| Dec 17 08:02:35.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48392024-12-17T08:02:37.864Z[ recovery-image] Dec 17 08:02:35.825 INFO O| Dec 17 08:02:35.825 INFO STEP 172 (remove_files) COMPLETE
48402024-12-17T08:02:37.864Z[ recovery-image] Dec 17 08:02:35.825 INFO O| Dec 17 08:02:35.825 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-17T08:02:37.886Z[ recovery-image] Dec 17 08:02:35.847 INFO O| Dec 17 08:02:35.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48422024-12-17T08:02:37.888Z[ recovery-image] Dec 17 08:02:35.847 INFO O| Dec 17 08:02:35.847 INFO STEP 173 (remove_files) COMPLETE
48432024-12-17T08:02:37.889Z[ recovery-image] Dec 17 08:02:35.847 INFO O| Dec 17 08:02:35.847 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-17T08:02:37.906Z[ recovery-image] Dec 17 08:02:35.867 INFO O| Dec 17 08:02:35.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48452024-12-17T08:02:37.906Z[ recovery-image] Dec 17 08:02:35.867 INFO O| Dec 17 08:02:35.867 INFO STEP 174 (remove_files) COMPLETE
48462024-12-17T08:02:37.909Z[ recovery-image] Dec 17 08:02:35.867 INFO O| Dec 17 08:02:35.867 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-17T08:02:37.926Z[ recovery-image] Dec 17 08:02:35.887 INFO O| Dec 17 08:02:35.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48482024-12-17T08:02:37.926Z[ recovery-image] Dec 17 08:02:35.887 INFO O| Dec 17 08:02:35.887 INFO STEP 175 (remove_files) COMPLETE
48492024-12-17T08:02:37.929Z[ recovery-image] Dec 17 08:02:35.887 INFO O| Dec 17 08:02:35.887 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-17T08:02:37.963Z[ recovery-image] Dec 17 08:02:35.924 INFO O| Dec 17 08:02:35.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48512024-12-17T08:02:37.963Z[ recovery-image] Dec 17 08:02:35.924 INFO O| Dec 17 08:02:35.924 INFO STEP 176 (remove_files) COMPLETE
48522024-12-17T08:02:37.963Z[ recovery-image] Dec 17 08:02:35.924 INFO O| Dec 17 08:02:35.924 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-17T08:02:37.983Z[ recovery-image] Dec 17 08:02:35.944 INFO O| Dec 17 08:02:35.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48542024-12-17T08:02:37.983Z[ recovery-image] Dec 17 08:02:35.944 INFO O| Dec 17 08:02:35.944 INFO STEP 177 (remove_files) COMPLETE
48552024-12-17T08:02:37.983Z[ recovery-image] Dec 17 08:02:35.944 INFO O| Dec 17 08:02:35.944 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-17T08:02:38.023Z[ recovery-image] Dec 17 08:02:35.984 INFO O| Dec 17 08:02:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48572024-12-17T08:02:38.023Z[ recovery-image] Dec 17 08:02:35.984 INFO O| Dec 17 08:02:35.984 INFO STEP 178 (remove_files) COMPLETE
48582024-12-17T08:02:38.026Z[ recovery-image] Dec 17 08:02:35.984 INFO O| Dec 17 08:02:35.984 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-17T08:02:38.058Z[ recovery-image] Dec 17 08:02:36.018 INFO O| Dec 17 08:02:36.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48602024-12-17T08:02:38.058Z[ recovery-image] Dec 17 08:02:36.018 INFO O| Dec 17 08:02:36.018 INFO STEP 179 (remove_files) COMPLETE
48612024-12-17T08:02:38.061Z[ recovery-image] Dec 17 08:02:36.019 INFO O| Dec 17 08:02:36.019 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-17T08:02:38.126Z[ recovery-image] Dec 17 08:02:36.086 INFO O| Dec 17 08:02:36.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48632024-12-17T08:02:38.128Z[ recovery-image] Dec 17 08:02:36.086 INFO O| Dec 17 08:02:36.086 INFO STEP 180 (remove_files) COMPLETE
48642024-12-17T08:02:38.128Z[ recovery-image] Dec 17 08:02:36.086 INFO O| Dec 17 08:02:36.086 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-17T08:02:38.158Z[ host-image] Dec 17 08:02:36.118 INFO O| Dec 17 08:02:36.118 INFO O| Planning: Solver setup ... Done
48662024-12-17T08:02:38.166Z[ host-image] Dec 17 08:02:36.126 INFO O| Dec 17 08:02:36.126 INFO O| Planning: Running solver ... Done
48672024-12-17T08:02:38.189Z[ recovery-image] Dec 17 08:02:36.149 INFO O| Dec 17 08:02:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48682024-12-17T08:02:38.189Z[ recovery-image] Dec 17 08:02:36.149 INFO O| Dec 17 08:02:36.148 INFO STEP 181 (remove_files) COMPLETE
48692024-12-17T08:02:38.191Z[ recovery-image] Dec 17 08:02:36.149 INFO O| Dec 17 08:02:36.148 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-17T08:02:38.241Z[ recovery-image] Dec 17 08:02:36.200 INFO O| Dec 17 08:02:36.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48712024-12-17T08:02:38.241Z[ recovery-image] Dec 17 08:02:36.200 INFO O| Dec 17 08:02:36.200 INFO STEP 182 (remove_files) COMPLETE
48722024-12-17T08:02:38.241Z[ recovery-image] Dec 17 08:02:36.200 INFO O| Dec 17 08:02:36.200 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-17T08:02:38.259Z[ recovery-image] Dec 17 08:02:36.219 INFO O| Dec 17 08:02:36.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48742024-12-17T08:02:38.259Z[ recovery-image] Dec 17 08:02:36.219 INFO O| Dec 17 08:02:36.219 INFO STEP 183 (remove_files) COMPLETE
48752024-12-17T08:02:38.259Z[ recovery-image] Dec 17 08:02:36.219 INFO O| Dec 17 08:02:36.219 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-17T08:02:38.265Z[ host-image] Dec 17 08:02:36.226 INFO O| Dec 17 08:02:36.224 INFO O| Planning: Finding local manifests ... Done
48772024-12-17T08:02:38.268Z[ host-image] Dec 17 08:02:36.227 INFO O| Dec 17 08:02:36.227 INFO O| Planning: Fetching manifests: 0/6 0% complete
48782024-12-17T08:02:38.300Z[ recovery-image] Dec 17 08:02:36.261 INFO O| Dec 17 08:02:36.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48792024-12-17T08:02:38.300Z[ recovery-image] Dec 17 08:02:36.261 INFO O| Dec 17 08:02:36.261 INFO STEP 184 (remove_files) COMPLETE
48802024-12-17T08:02:38.300Z[ recovery-image] Dec 17 08:02:36.261 INFO O| Dec 17 08:02:36.261 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-17T08:02:38.322Z[ recovery-image] Dec 17 08:02:36.283 INFO O| Dec 17 08:02:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48822024-12-17T08:02:38.322Z[ recovery-image] Dec 17 08:02:36.283 INFO O| Dec 17 08:02:36.283 INFO STEP 185 (remove_files) COMPLETE
48832024-12-17T08:02:38.325Z[ recovery-image] Dec 17 08:02:36.283 INFO O| Dec 17 08:02:36.283 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-17T08:02:38.368Z[ recovery-image] Dec 17 08:02:36.320 INFO O| Dec 17 08:02:36.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48852024-12-17T08:02:38.368Z[ recovery-image] Dec 17 08:02:36.320 INFO O| Dec 17 08:02:36.320 INFO STEP 186 (remove_files) COMPLETE
48862024-12-17T08:02:38.368Z[ recovery-image] Dec 17 08:02:36.320 INFO O| Dec 17 08:02:36.320 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-17T08:02:38.400Z[ recovery-image] Dec 17 08:02:36.361 INFO O| Dec 17 08:02:36.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48882024-12-17T08:02:38.400Z[ recovery-image] Dec 17 08:02:36.361 INFO O| Dec 17 08:02:36.361 INFO STEP 187 (remove_files) COMPLETE
48892024-12-17T08:02:38.400Z[ recovery-image] Dec 17 08:02:36.361 INFO O| Dec 17 08:02:36.361 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-17T08:02:38.437Z[ recovery-image] Dec 17 08:02:36.398 INFO O| Dec 17 08:02:36.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48912024-12-17T08:02:38.437Z[ recovery-image] Dec 17 08:02:36.398 INFO O| Dec 17 08:02:36.398 INFO STEP 188 (remove_files) COMPLETE
48922024-12-17T08:02:38.438Z[ recovery-image] Dec 17 08:02:36.398 INFO O| Dec 17 08:02:36.398 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-17T08:02:38.478Z[ recovery-image] Dec 17 08:02:36.416 INFO O| Dec 17 08:02:36.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48942024-12-17T08:02:38.478Z[ recovery-image] Dec 17 08:02:36.416 INFO O| Dec 17 08:02:36.416 INFO STEP 189 (remove_files) COMPLETE
48952024-12-17T08:02:38.478Z[ recovery-image] Dec 17 08:02:36.416 INFO O| Dec 17 08:02:36.416 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-17T08:02:38.516Z[ recovery-image] Dec 17 08:02:36.477 INFO O| Dec 17 08:02:36.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48972024-12-17T08:02:38.516Z[ recovery-image] Dec 17 08:02:36.477 INFO O| Dec 17 08:02:36.477 INFO STEP 190 (remove_files) COMPLETE
48982024-12-17T08:02:38.519Z[ recovery-image] Dec 17 08:02:36.477 INFO O| Dec 17 08:02:36.477 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-17T08:02:38.536Z[ recovery-image] Dec 17 08:02:36.497 INFO O| Dec 17 08:02:36.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49002024-12-17T08:02:38.536Z[ recovery-image] Dec 17 08:02:36.497 INFO O| Dec 17 08:02:36.497 INFO STEP 191 (remove_files) COMPLETE
49012024-12-17T08:02:38.536Z[ recovery-image] Dec 17 08:02:36.497 INFO O| Dec 17 08:02:36.497 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-17T08:02:38.555Z[ recovery-image] Dec 17 08:02:36.515 INFO O| Dec 17 08:02:36.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49032024-12-17T08:02:38.555Z[ recovery-image] Dec 17 08:02:36.516 INFO O| Dec 17 08:02:36.516 INFO STEP 192 (remove_files) COMPLETE
49042024-12-17T08:02:38.558Z[ recovery-image] Dec 17 08:02:36.516 INFO O| Dec 17 08:02:36.516 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-17T08:02:38.596Z[ host-image] Dec 17 08:02:36.557 INFO O| Dec 17 08:02:36.557 INFO O| Planning: Fetching manifests: 6/6 100% complete
49062024-12-17T08:02:38.615Z[ recovery-image] Dec 17 08:02:36.576 INFO O| Dec 17 08:02:36.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49072024-12-17T08:02:38.618Z[ recovery-image] Dec 17 08:02:36.576 INFO O| Dec 17 08:02:36.576 INFO STEP 193 (remove_files) COMPLETE
49082024-12-17T08:02:38.618Z[ recovery-image] Dec 17 08:02:36.576 INFO O| Dec 17 08:02:36.576 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-17T08:02:38.634Z[ recovery-image] Dec 17 08:02:36.595 INFO O| Dec 17 08:02:36.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49102024-12-17T08:02:38.637Z[ recovery-image] Dec 17 08:02:36.595 INFO O| Dec 17 08:02:36.595 INFO STEP 194 (remove_files) COMPLETE
49112024-12-17T08:02:38.637Z[ recovery-image] Dec 17 08:02:36.595 INFO O| Dec 17 08:02:36.595 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-17T08:02:38.653Z[ recovery-image] Dec 17 08:02:36.614 INFO O| Dec 17 08:02:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49132024-12-17T08:02:38.656Z[ recovery-image] Dec 17 08:02:36.614 INFO O| Dec 17 08:02:36.614 INFO STEP 195 (remove_files) COMPLETE
49142024-12-17T08:02:38.656Z[ recovery-image] Dec 17 08:02:36.614 INFO O| Dec 17 08:02:36.614 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-17T08:02:38.656Z[ host-image] Dec 17 08:02:36.615 INFO O| Dec 17 08:02:36.615 INFO O| Planning: Package planning ... Done
49162024-12-17T08:02:38.671Z[ recovery-image] Dec 17 08:02:36.631 INFO O| Dec 17 08:02:36.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49172024-12-17T08:02:38.674Z[ recovery-image] Dec 17 08:02:36.632 INFO O| Dec 17 08:02:36.632 INFO STEP 196 (remove_files) COMPLETE
49182024-12-17T08:02:38.674Z[ recovery-image] Dec 17 08:02:36.632 INFO O| Dec 17 08:02:36.632 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-17T08:02:38.688Z[ recovery-image] Dec 17 08:02:36.649 INFO O| Dec 17 08:02:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49202024-12-17T08:02:38.691Z[ recovery-image] Dec 17 08:02:36.649 INFO O| Dec 17 08:02:36.649 INFO STEP 197 (remove_files) COMPLETE
49212024-12-17T08:02:38.691Z[ recovery-image] Dec 17 08:02:36.649 INFO O| Dec 17 08:02:36.649 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-17T08:02:38.694Z[ host-image] Dec 17 08:02:36.654 INFO O| Dec 17 08:02:36.654 INFO O| Planning: Merging actions ... Done
49232024-12-17T08:02:38.707Z[ recovery-image] Dec 17 08:02:36.668 INFO O| Dec 17 08:02:36.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49242024-12-17T08:02:38.710Z[ recovery-image] Dec 17 08:02:36.668 INFO O| Dec 17 08:02:36.668 INFO STEP 198 (remove_files) COMPLETE
49252024-12-17T08:02:38.710Z[ recovery-image] Dec 17 08:02:36.668 INFO O| Dec 17 08:02:36.668 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-17T08:02:38.729Z[ recovery-image] Dec 17 08:02:36.689 INFO O| Dec 17 08:02:36.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49272024-12-17T08:02:38.732Z[ recovery-image] Dec 17 08:02:36.690 INFO O| Dec 17 08:02:36.690 INFO STEP 199 (remove_files) COMPLETE
49282024-12-17T08:02:38.732Z[ recovery-image] Dec 17 08:02:36.690 INFO O| Dec 17 08:02:36.690 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-17T08:02:38.767Z[ recovery-image] Dec 17 08:02:36.727 INFO O| Dec 17 08:02:36.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49302024-12-17T08:02:38.767Z[ recovery-image] Dec 17 08:02:36.727 INFO O| Dec 17 08:02:36.727 INFO STEP 200 (remove_files) COMPLETE
49312024-12-17T08:02:38.770Z[ recovery-image] Dec 17 08:02:36.727 INFO O| Dec 17 08:02:36.727 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-17T08:02:38.787Z[ recovery-image] Dec 17 08:02:36.747 INFO O| Dec 17 08:02:36.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49332024-12-17T08:02:38.787Z[ recovery-image] Dec 17 08:02:36.747 INFO O| Dec 17 08:02:36.747 INFO STEP 201 (remove_files) COMPLETE
49342024-12-17T08:02:38.787Z[ recovery-image] Dec 17 08:02:36.747 INFO O| Dec 17 08:02:36.747 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-17T08:02:38.840Z[ recovery-image] Dec 17 08:02:36.800 INFO O| Dec 17 08:02:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49362024-12-17T08:02:38.840Z[ recovery-image] Dec 17 08:02:36.800 INFO O| Dec 17 08:02:36.800 INFO STEP 202 (remove_files) COMPLETE
49372024-12-17T08:02:38.840Z[ recovery-image] Dec 17 08:02:36.800 INFO O| Dec 17 08:02:36.800 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-17T08:02:38.862Z[ recovery-image] Dec 17 08:02:36.823 INFO O| Dec 17 08:02:36.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49392024-12-17T08:02:38.865Z[ recovery-image] Dec 17 08:02:36.823 INFO O| Dec 17 08:02:36.823 INFO STEP 203 (remove_files) COMPLETE
49402024-12-17T08:02:38.865Z[ recovery-image] Dec 17 08:02:36.823 INFO O| Dec 17 08:02:36.823 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-17T08:02:38.895Z[ recovery-image] Dec 17 08:02:36.855 INFO O| Dec 17 08:02:36.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49422024-12-17T08:02:38.895Z[ recovery-image] Dec 17 08:02:36.855 INFO O| Dec 17 08:02:36.855 INFO STEP 204 (remove_files) COMPLETE
49432024-12-17T08:02:38.895Z[ recovery-image] Dec 17 08:02:36.855 INFO O| Dec 17 08:02:36.855 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-17T08:02:38.953Z[ recovery-image] Dec 17 08:02:36.913 INFO O| Dec 17 08:02:36.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49452024-12-17T08:02:38.953Z[ recovery-image] Dec 17 08:02:36.914 INFO O| Dec 17 08:02:36.914 INFO STEP 205 (remove_files) COMPLETE
49462024-12-17T08:02:38.956Z[ recovery-image] Dec 17 08:02:36.914 INFO O| Dec 17 08:02:36.914 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-17T08:02:38.972Z[ recovery-image] Dec 17 08:02:36.933 INFO O| Dec 17 08:02:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49482024-12-17T08:02:38.972Z[ recovery-image] Dec 17 08:02:36.933 INFO O| Dec 17 08:02:36.933 INFO STEP 206 (remove_files) COMPLETE
49492024-12-17T08:02:38.972Z[ recovery-image] Dec 17 08:02:36.933 INFO O| Dec 17 08:02:36.933 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-17T08:02:38.999Z[ host-image] Dec 17 08:02:36.960 INFO O| Dec 17 08:02:36.960 INFO O| Planning: Checking for conflicting actions ... Done
49512024-12-17T08:02:39.007Z[ host-image] Dec 17 08:02:36.967 INFO O| Dec 17 08:02:36.967 INFO O| Planning: Consolidating action changes ... Done
49522024-12-17T08:02:39.010Z[ recovery-image] Dec 17 08:02:36.971 INFO O| Dec 17 08:02:36.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49532024-12-17T08:02:39.013Z[ recovery-image] Dec 17 08:02:36.971 INFO O| Dec 17 08:02:36.971 INFO STEP 207 (remove_files) COMPLETE
49542024-12-17T08:02:39.013Z[ recovery-image] Dec 17 08:02:36.971 INFO O| Dec 17 08:02:36.971 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-17T08:02:39.031Z[ recovery-image] Dec 17 08:02:36.992 INFO O| Dec 17 08:02:36.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49562024-12-17T08:02:39.034Z[ recovery-image] Dec 17 08:02:36.992 INFO O| Dec 17 08:02:36.992 INFO STEP 208 (remove_files) COMPLETE
49572024-12-17T08:02:39.034Z[ recovery-image] Dec 17 08:02:36.992 INFO O| Dec 17 08:02:36.992 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-17T08:02:39.069Z[ recovery-image] Dec 17 08:02:37.030 INFO O| Dec 17 08:02:37.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49592024-12-17T08:02:39.069Z[ recovery-image] Dec 17 08:02:37.030 INFO O| Dec 17 08:02:37.030 INFO STEP 209 (remove_files) COMPLETE
49602024-12-17T08:02:39.072Z[ recovery-image] Dec 17 08:02:37.030 INFO O| Dec 17 08:02:37.030 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-17T08:02:39.090Z[ recovery-image] Dec 17 08:02:37.051 INFO O| Dec 17 08:02:37.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49622024-12-17T08:02:39.090Z[ recovery-image] Dec 17 08:02:37.051 INFO O| Dec 17 08:02:37.051 INFO STEP 210 (remove_files) COMPLETE
49632024-12-17T08:02:39.093Z[ recovery-image] Dec 17 08:02:37.051 INFO O| Dec 17 08:02:37.051 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-17T08:02:39.157Z[ recovery-image] Dec 17 08:02:37.117 INFO O| Dec 17 08:02:37.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49652024-12-17T08:02:39.159Z[ recovery-image] Dec 17 08:02:37.118 INFO O| Dec 17 08:02:37.117 INFO STEP 211 (remove_files) COMPLETE
49662024-12-17T08:02:39.159Z[ recovery-image] Dec 17 08:02:37.118 INFO O| Dec 17 08:02:37.118 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-17T08:02:39.197Z[ recovery-image] Dec 17 08:02:37.158 INFO O| Dec 17 08:02:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49682024-12-17T08:02:39.197Z[ recovery-image] Dec 17 08:02:37.158 INFO O| Dec 17 08:02:37.158 INFO STEP 212 (remove_files) COMPLETE
49692024-12-17T08:02:39.197Z[ recovery-image] Dec 17 08:02:37.158 INFO O| Dec 17 08:02:37.158 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-17T08:02:39.218Z[ recovery-image] Dec 17 08:02:37.178 INFO O| Dec 17 08:02:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49712024-12-17T08:02:39.218Z[ recovery-image] Dec 17 08:02:37.178 INFO O| Dec 17 08:02:37.178 INFO STEP 213 (remove_files) COMPLETE
49722024-12-17T08:02:39.218Z[ recovery-image] Dec 17 08:02:37.178 INFO O| Dec 17 08:02:37.178 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-17T08:02:39.236Z[ recovery-image] Dec 17 08:02:37.196 INFO O| Dec 17 08:02:37.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49742024-12-17T08:02:39.236Z[ recovery-image] Dec 17 08:02:37.196 INFO O| Dec 17 08:02:37.196 INFO STEP 214 (remove_files) COMPLETE
49752024-12-17T08:02:39.236Z[ recovery-image] Dec 17 08:02:37.196 INFO O| Dec 17 08:02:37.196 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-17T08:02:39.267Z[ recovery-image] Dec 17 08:02:37.228 INFO O| Dec 17 08:02:37.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49772024-12-17T08:02:39.267Z[ recovery-image] Dec 17 08:02:37.228 INFO O| Dec 17 08:02:37.228 INFO STEP 215 (remove_files) COMPLETE
49782024-12-17T08:02:39.267Z[ recovery-image] Dec 17 08:02:37.228 INFO O| Dec 17 08:02:37.228 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-17T08:02:39.285Z[ recovery-image] Dec 17 08:02:37.245 INFO O| Dec 17 08:02:37.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49802024-12-17T08:02:39.285Z[ recovery-image] Dec 17 08:02:37.246 INFO O| Dec 17 08:02:37.246 INFO STEP 216 (remove_files) COMPLETE
49812024-12-17T08:02:39.288Z[ recovery-image] Dec 17 08:02:37.246 INFO O| Dec 17 08:02:37.246 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-17T08:02:39.337Z[ recovery-image] Dec 17 08:02:37.297 INFO O| Dec 17 08:02:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49832024-12-17T08:02:39.337Z[ recovery-image] Dec 17 08:02:37.297 INFO O| Dec 17 08:02:37.297 INFO STEP 217 (remove_files) COMPLETE
49842024-12-17T08:02:39.337Z[ recovery-image] Dec 17 08:02:37.297 INFO O| Dec 17 08:02:37.297 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-17T08:02:39.407Z[ recovery-image] Dec 17 08:02:37.367 INFO O| Dec 17 08:02:37.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49862024-12-17T08:02:39.407Z[ recovery-image] Dec 17 08:02:37.367 INFO O| Dec 17 08:02:37.367 INFO STEP 218 (remove_files) COMPLETE
49872024-12-17T08:02:39.410Z[ recovery-image] Dec 17 08:02:37.367 INFO O| Dec 17 08:02:37.367 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-17T08:02:39.427Z[ host-image] Dec 17 08:02:37.387 INFO O| Dec 17 08:02:37.387 INFO O| Planning: Evaluating mediators ... Done
49892024-12-17T08:02:39.438Z[ host-image] Dec 17 08:02:37.398 INFO O| Dec 17 08:02:37.398 INFO O| Planning: Planning completed in 5.88 seconds
49902024-12-17T08:02:39.441Z[ host-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO O| Packages to install: 6
49912024-12-17T08:02:39.441Z[ host-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO O| Mediators to change: 1
49922024-12-17T08:02:39.441Z[ host-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO O| Services to change: 1
49932024-12-17T08:02:39.441Z[ recovery-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49942024-12-17T08:02:39.441Z[ recovery-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO STEP 219 (remove_files) COMPLETE
49952024-12-17T08:02:39.444Z[ recovery-image] Dec 17 08:02:37.401 INFO O| Dec 17 08:02:37.401 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-17T08:02:39.461Z[ recovery-image] Dec 17 08:02:37.421 INFO O| Dec 17 08:02:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49972024-12-17T08:02:39.461Z[ recovery-image] Dec 17 08:02:37.421 INFO O| Dec 17 08:02:37.421 INFO STEP 220 (remove_files) COMPLETE
49982024-12-17T08:02:39.461Z[ recovery-image] Dec 17 08:02:37.421 INFO O| Dec 17 08:02:37.421 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-17T08:02:39.465Z[ host-image] Dec 17 08:02:37.426 INFO O| Dec 17 08:02:37.425 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
50002024-12-17T08:02:39.495Z[ recovery-image] Dec 17 08:02:37.455 INFO O| Dec 17 08:02:37.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50012024-12-17T08:02:39.495Z[ recovery-image] Dec 17 08:02:37.455 INFO O| Dec 17 08:02:37.455 INFO STEP 221 (remove_files) COMPLETE
50022024-12-17T08:02:39.495Z[ recovery-image] Dec 17 08:02:37.455 INFO O| Dec 17 08:02:37.455 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-17T08:02:39.539Z[ recovery-image] Dec 17 08:02:37.499 INFO O| Dec 17 08:02:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50042024-12-17T08:02:39.539Z[ recovery-image] Dec 17 08:02:37.499 INFO O| Dec 17 08:02:37.499 INFO STEP 222 (remove_files) COMPLETE
50052024-12-17T08:02:39.542Z[ recovery-image] Dec 17 08:02:37.499 INFO O| Dec 17 08:02:37.499 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-17T08:02:39.559Z[ recovery-image] Dec 17 08:02:37.520 INFO O| Dec 17 08:02:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50072024-12-17T08:02:39.559Z[ recovery-image] Dec 17 08:02:37.520 INFO O| Dec 17 08:02:37.520 INFO STEP 223 (remove_files) COMPLETE
50082024-12-17T08:02:39.559Z[ recovery-image] Dec 17 08:02:37.520 INFO O| Dec 17 08:02:37.520 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-17T08:02:39.581Z[ recovery-image] Dec 17 08:02:37.541 INFO O| Dec 17 08:02:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50102024-12-17T08:02:39.581Z[ recovery-image] Dec 17 08:02:37.541 INFO O| Dec 17 08:02:37.541 INFO STEP 224 (remove_files) COMPLETE
50112024-12-17T08:02:39.584Z[ recovery-image] Dec 17 08:02:37.541 INFO O| Dec 17 08:02:37.541 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-17T08:02:39.601Z[ recovery-image] Dec 17 08:02:37.561 INFO O| Dec 17 08:02:37.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50132024-12-17T08:02:39.601Z[ recovery-image] Dec 17 08:02:37.562 INFO O| Dec 17 08:02:37.562 INFO STEP 225 (remove_files) COMPLETE
50142024-12-17T08:02:39.602Z[ recovery-image] Dec 17 08:02:37.562 INFO O| Dec 17 08:02:37.562 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-17T08:02:39.640Z[ recovery-image] Dec 17 08:02:37.600 INFO O| Dec 17 08:02:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50162024-12-17T08:02:39.640Z[ recovery-image] Dec 17 08:02:37.600 INFO O| Dec 17 08:02:37.600 INFO STEP 226 (remove_files) COMPLETE
50172024-12-17T08:02:39.640Z[ recovery-image] Dec 17 08:02:37.600 INFO O| Dec 17 08:02:37.600 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-17T08:02:39.684Z[ recovery-image] Dec 17 08:02:37.644 INFO O| Dec 17 08:02:37.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50192024-12-17T08:02:39.684Z[ recovery-image] Dec 17 08:02:37.644 INFO O| Dec 17 08:02:37.644 INFO STEP 227 (remove_files) COMPLETE
50202024-12-17T08:02:39.684Z[ recovery-image] Dec 17 08:02:37.644 INFO O| Dec 17 08:02:37.644 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-17T08:02:39.703Z[ recovery-image] Dec 17 08:02:37.664 INFO O| Dec 17 08:02:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50222024-12-17T08:02:39.703Z[ recovery-image] Dec 17 08:02:37.664 INFO O| Dec 17 08:02:37.664 INFO STEP 228 (remove_files) COMPLETE
50232024-12-17T08:02:39.706Z[ recovery-image] Dec 17 08:02:37.664 INFO O| Dec 17 08:02:37.664 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-17T08:02:39.725Z[ recovery-image] Dec 17 08:02:37.686 INFO O| Dec 17 08:02:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50252024-12-17T08:02:39.725Z[ recovery-image] Dec 17 08:02:37.686 INFO O| Dec 17 08:02:37.686 INFO STEP 229 (remove_files) COMPLETE
50262024-12-17T08:02:39.728Z[ recovery-image] Dec 17 08:02:37.686 INFO O| Dec 17 08:02:37.686 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-17T08:02:39.745Z[ recovery-image] Dec 17 08:02:37.705 INFO O| Dec 17 08:02:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50282024-12-17T08:02:39.745Z[ recovery-image] Dec 17 08:02:37.705 INFO O| Dec 17 08:02:37.705 INFO STEP 230 (remove_files) COMPLETE
50292024-12-17T08:02:39.745Z[ recovery-image] Dec 17 08:02:37.705 INFO O| Dec 17 08:02:37.705 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-17T08:02:39.763Z[ recovery-image] Dec 17 08:02:37.724 INFO O| Dec 17 08:02:37.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50312024-12-17T08:02:39.766Z[ recovery-image] Dec 17 08:02:37.725 INFO O| Dec 17 08:02:37.725 INFO STEP 231 (remove_files) COMPLETE
50322024-12-17T08:02:39.766Z[ recovery-image] Dec 17 08:02:37.725 INFO O| Dec 17 08:02:37.725 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-17T08:02:39.819Z[ recovery-image] Dec 17 08:02:37.780 INFO O| Dec 17 08:02:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50342024-12-17T08:02:39.822Z[ recovery-image] Dec 17 08:02:37.780 INFO O| Dec 17 08:02:37.780 INFO STEP 232 (remove_files) COMPLETE
50352024-12-17T08:02:39.822Z[ recovery-image] Dec 17 08:02:37.780 INFO O| Dec 17 08:02:37.780 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-17T08:02:39.840Z[ recovery-image] Dec 17 08:02:37.800 INFO O| Dec 17 08:02:37.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50372024-12-17T08:02:39.840Z[ recovery-image] Dec 17 08:02:37.800 INFO O| Dec 17 08:02:37.800 INFO STEP 233 (remove_files) COMPLETE
50382024-12-17T08:02:39.840Z[ recovery-image] Dec 17 08:02:37.800 INFO O| Dec 17 08:02:37.800 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-17T08:02:39.858Z[ recovery-image] Dec 17 08:02:37.818 INFO O| Dec 17 08:02:37.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50402024-12-17T08:02:39.858Z[ recovery-image] Dec 17 08:02:37.818 INFO O| Dec 17 08:02:37.818 INFO STEP 234 (remove_files) COMPLETE
50412024-12-17T08:02:39.858Z[ recovery-image] Dec 17 08:02:37.818 INFO O| Dec 17 08:02:37.818 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-17T08:02:39.877Z[ recovery-image] Dec 17 08:02:37.837 INFO O| Dec 17 08:02:37.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50432024-12-17T08:02:39.877Z[ recovery-image] Dec 17 08:02:37.837 INFO O| Dec 17 08:02:37.837 INFO STEP 235 (remove_files) COMPLETE
50442024-12-17T08:02:39.880Z[ recovery-image] Dec 17 08:02:37.837 INFO O| Dec 17 08:02:37.837 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-17T08:02:39.896Z[ recovery-image] Dec 17 08:02:37.856 INFO O| Dec 17 08:02:37.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50462024-12-17T08:02:39.896Z[ recovery-image] Dec 17 08:02:37.856 INFO O| Dec 17 08:02:37.856 INFO STEP 236 (remove_files) COMPLETE
50472024-12-17T08:02:39.896Z[ recovery-image] Dec 17 08:02:37.856 INFO O| Dec 17 08:02:37.856 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-17T08:02:39.915Z[ recovery-image] Dec 17 08:02:37.875 INFO O| Dec 17 08:02:37.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50492024-12-17T08:02:39.917Z[ recovery-image] Dec 17 08:02:37.875 INFO O| Dec 17 08:02:37.875 INFO STEP 237 (remove_files) COMPLETE
50502024-12-17T08:02:39.917Z[ recovery-image] Dec 17 08:02:37.876 INFO O| Dec 17 08:02:37.875 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-17T08:02:39.934Z[ recovery-image] Dec 17 08:02:37.894 INFO O| Dec 17 08:02:37.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50522024-12-17T08:02:39.937Z[ recovery-image] Dec 17 08:02:37.894 INFO O| Dec 17 08:02:37.894 INFO STEP 238 (remove_files) COMPLETE
50532024-12-17T08:02:39.937Z[ recovery-image] Dec 17 08:02:37.895 INFO O| Dec 17 08:02:37.894 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-17T08:02:39.953Z[ recovery-image] Dec 17 08:02:37.914 INFO O| Dec 17 08:02:37.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50552024-12-17T08:02:39.956Z[ recovery-image] Dec 17 08:02:37.914 INFO O| Dec 17 08:02:37.914 INFO STEP 239 (remove_files) COMPLETE
50562024-12-17T08:02:39.956Z[ recovery-image] Dec 17 08:02:37.914 INFO O| Dec 17 08:02:37.914 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-17T08:02:39.973Z[ recovery-image] Dec 17 08:02:37.934 INFO O| Dec 17 08:02:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50582024-12-17T08:02:39.977Z[ recovery-image] Dec 17 08:02:37.934 INFO O| Dec 17 08:02:37.934 INFO STEP 240 (remove_files) COMPLETE
50592024-12-17T08:02:39.977Z[ recovery-image] Dec 17 08:02:37.934 INFO O| Dec 17 08:02:37.934 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-17T08:02:39.994Z[ recovery-image] Dec 17 08:02:37.954 INFO O| Dec 17 08:02:37.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50612024-12-17T08:02:39.996Z[ recovery-image] Dec 17 08:02:37.954 INFO O| Dec 17 08:02:37.954 INFO STEP 241 (remove_files) COMPLETE
50622024-12-17T08:02:39.996Z[ recovery-image] Dec 17 08:02:37.954 INFO O| Dec 17 08:02:37.954 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-17T08:02:40.013Z[ recovery-image] Dec 17 08:02:37.973 INFO O| Dec 17 08:02:37.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50642024-12-17T08:02:40.036Z[ recovery-image] Dec 17 08:02:37.996 INFO O| Dec 17 08:02:37.996 INFO STEP 242 (remove_files) COMPLETE
50652024-12-17T08:02:40.036Z[ recovery-image] Dec 17 08:02:37.996 INFO O| Dec 17 08:02:37.996 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-17T08:02:40.061Z[ recovery-image] Dec 17 08:02:38.022 INFO O| Dec 17 08:02:38.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50672024-12-17T08:02:40.064Z[ recovery-image] Dec 17 08:02:38.022 INFO O| Dec 17 08:02:38.022 INFO STEP 243 (remove_files) COMPLETE
50682024-12-17T08:02:40.064Z[ recovery-image] Dec 17 08:02:38.022 INFO O| Dec 17 08:02:38.022 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-17T08:02:40.080Z[ recovery-image] Dec 17 08:02:38.041 INFO O| Dec 17 08:02:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50702024-12-17T08:02:40.086Z[ recovery-image] Dec 17 08:02:38.041 INFO O| Dec 17 08:02:38.041 INFO STEP 244 (remove_files) COMPLETE
50712024-12-17T08:02:40.086Z[ recovery-image] Dec 17 08:02:38.041 INFO O| Dec 17 08:02:38.041 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-17T08:02:40.099Z[ recovery-image] Dec 17 08:02:38.060 INFO O| Dec 17 08:02:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50732024-12-17T08:02:40.100Z[ recovery-image] Dec 17 08:02:38.060 INFO O| Dec 17 08:02:38.060 INFO STEP 245 (remove_files) COMPLETE
50742024-12-17T08:02:40.102Z[ recovery-image] Dec 17 08:02:38.060 INFO O| Dec 17 08:02:38.060 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-17T08:02:40.119Z[ recovery-image] Dec 17 08:02:38.078 INFO O| Dec 17 08:02:38.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50762024-12-17T08:02:40.121Z[ recovery-image] Dec 17 08:02:38.079 INFO O| Dec 17 08:02:38.079 INFO STEP 246 (remove_files) COMPLETE
50772024-12-17T08:02:40.121Z[ recovery-image] Dec 17 08:02:38.079 INFO O| Dec 17 08:02:38.079 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-17T08:02:40.137Z[ recovery-image] Dec 17 08:02:38.097 INFO O| Dec 17 08:02:38.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50792024-12-17T08:02:40.137Z[ recovery-image] Dec 17 08:02:38.097 INFO O| Dec 17 08:02:38.097 INFO STEP 247 (remove_files) COMPLETE
50802024-12-17T08:02:40.140Z[ recovery-image] Dec 17 08:02:38.097 INFO O| Dec 17 08:02:38.097 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-17T08:02:40.155Z[ recovery-image] Dec 17 08:02:38.115 INFO O| Dec 17 08:02:38.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50822024-12-17T08:02:40.158Z[ recovery-image] Dec 17 08:02:38.115 INFO O| Dec 17 08:02:38.115 INFO STEP 248 (remove_files) COMPLETE
50832024-12-17T08:02:40.158Z[ recovery-image] Dec 17 08:02:38.115 INFO O| Dec 17 08:02:38.115 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-17T08:02:40.173Z[ recovery-image] Dec 17 08:02:38.133 INFO O| Dec 17 08:02:38.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50852024-12-17T08:02:40.249Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.163 INFO STEP 249 (remove_files) COMPLETE
50862024-12-17T08:02:40.249Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.163 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-17T08:02:40.249Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50882024-12-17T08:02:40.249Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.182 INFO STEP 250 (remove_files) COMPLETE
50892024-12-17T08:02:40.249Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.182 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-17T08:02:40.250Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50912024-12-17T08:02:40.252Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.200 INFO STEP 251 (remove_files) COMPLETE
50922024-12-17T08:02:40.252Z[ recovery-image] Dec 17 08:02:38.209 INFO O| Dec 17 08:02:38.200 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-17T08:02:40.259Z[ recovery-image] Dec 17 08:02:38.219 INFO O| Dec 17 08:02:38.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50942024-12-17T08:02:40.262Z[ recovery-image] Dec 17 08:02:38.220 INFO O| Dec 17 08:02:38.220 INFO STEP 252 (remove_files) COMPLETE
50952024-12-17T08:02:40.262Z[ recovery-image] Dec 17 08:02:38.220 INFO O| Dec 17 08:02:38.220 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-17T08:02:40.281Z[ recovery-image] Dec 17 08:02:38.240 INFO O| Dec 17 08:02:38.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50972024-12-17T08:02:40.282Z[ recovery-image] Dec 17 08:02:38.240 INFO O| Dec 17 08:02:38.240 INFO STEP 253 (remove_files) COMPLETE
50982024-12-17T08:02:40.282Z[ recovery-image] Dec 17 08:02:38.240 INFO O| Dec 17 08:02:38.240 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-17T08:02:40.298Z[ recovery-image] Dec 17 08:02:38.259 INFO O| Dec 17 08:02:38.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51002024-12-17T08:02:40.302Z[ recovery-image] Dec 17 08:02:38.259 INFO O| Dec 17 08:02:38.259 INFO STEP 254 (remove_files) COMPLETE
51012024-12-17T08:02:40.302Z[ recovery-image] Dec 17 08:02:38.259 INFO O| Dec 17 08:02:38.259 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-17T08:02:40.319Z[ recovery-image] Dec 17 08:02:38.279 INFO O| Dec 17 08:02:38.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51032024-12-17T08:02:40.322Z[ recovery-image] Dec 17 08:02:38.280 INFO O| Dec 17 08:02:38.279 INFO STEP 255 (remove_files) COMPLETE
51042024-12-17T08:02:40.322Z[ recovery-image] Dec 17 08:02:38.280 INFO O| Dec 17 08:02:38.280 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-17T08:02:40.350Z[ recovery-image] Dec 17 08:02:38.310 INFO O| Dec 17 08:02:38.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51062024-12-17T08:02:40.350Z[ recovery-image] Dec 17 08:02:38.310 INFO O| Dec 17 08:02:38.310 INFO STEP 256 (remove_files) COMPLETE
51072024-12-17T08:02:40.350Z[ recovery-image] Dec 17 08:02:38.310 INFO O| Dec 17 08:02:38.310 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-17T08:02:40.369Z[ recovery-image] Dec 17 08:02:38.330 INFO O| Dec 17 08:02:38.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51092024-12-17T08:02:40.369Z[ recovery-image] Dec 17 08:02:38.330 INFO O| Dec 17 08:02:38.330 INFO STEP 257 (remove_files) COMPLETE
51102024-12-17T08:02:40.369Z[ recovery-image] Dec 17 08:02:38.330 INFO O| Dec 17 08:02:38.330 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-17T08:02:40.411Z[ recovery-image] Dec 17 08:02:38.371 INFO O| Dec 17 08:02:38.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51122024-12-17T08:02:40.411Z[ recovery-image] Dec 17 08:02:38.372 INFO O| Dec 17 08:02:38.371 INFO STEP 258 (remove_files) COMPLETE
51132024-12-17T08:02:40.411Z[ recovery-image] Dec 17 08:02:38.372 INFO O| Dec 17 08:02:38.372 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-17T08:02:40.430Z[ recovery-image] Dec 17 08:02:38.390 INFO O| Dec 17 08:02:38.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51152024-12-17T08:02:40.430Z[ recovery-image] Dec 17 08:02:38.390 INFO O| Dec 17 08:02:38.390 INFO STEP 259 (remove_files) COMPLETE
51162024-12-17T08:02:40.433Z[ recovery-image] Dec 17 08:02:38.390 INFO O| Dec 17 08:02:38.390 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-17T08:02:40.447Z[ recovery-image] Dec 17 08:02:38.408 INFO O| Dec 17 08:02:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51182024-12-17T08:02:40.448Z[ recovery-image] Dec 17 08:02:38.408 INFO O| Dec 17 08:02:38.408 INFO STEP 260 (remove_files) COMPLETE
51192024-12-17T08:02:40.448Z[ recovery-image] Dec 17 08:02:38.408 INFO O| Dec 17 08:02:38.408 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-17T08:02:40.466Z[ recovery-image] Dec 17 08:02:38.426 INFO O| Dec 17 08:02:38.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51212024-12-17T08:02:40.466Z[ recovery-image] Dec 17 08:02:38.426 INFO O| Dec 17 08:02:38.426 INFO STEP 261 (remove_files) COMPLETE
51222024-12-17T08:02:40.468Z[ recovery-image] Dec 17 08:02:38.426 INFO O| Dec 17 08:02:38.426 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-17T08:02:40.484Z[ recovery-image] Dec 17 08:02:38.444 INFO O| Dec 17 08:02:38.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51242024-12-17T08:02:40.484Z[ recovery-image] Dec 17 08:02:38.444 INFO O| Dec 17 08:02:38.444 INFO STEP 262 (remove_files) COMPLETE
51252024-12-17T08:02:40.487Z[ recovery-image] Dec 17 08:02:38.444 INFO O| Dec 17 08:02:38.444 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-17T08:02:40.503Z[ recovery-image] Dec 17 08:02:38.463 INFO O| Dec 17 08:02:38.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51272024-12-17T08:02:40.503Z[ recovery-image] Dec 17 08:02:38.463 INFO O| Dec 17 08:02:38.463 INFO STEP 263 (remove_files) COMPLETE
51282024-12-17T08:02:40.506Z[ recovery-image] Dec 17 08:02:38.463 INFO O| Dec 17 08:02:38.463 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-17T08:02:40.561Z[ recovery-image] Dec 17 08:02:38.521 INFO O| Dec 17 08:02:38.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51302024-12-17T08:02:40.561Z[ recovery-image] Dec 17 08:02:38.521 INFO O| Dec 17 08:02:38.521 INFO STEP 264 (remove_files) COMPLETE
51312024-12-17T08:02:40.563Z[ recovery-image] Dec 17 08:02:38.521 INFO O| Dec 17 08:02:38.521 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-17T08:02:40.582Z[ recovery-image] Dec 17 08:02:38.542 INFO O| Dec 17 08:02:38.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51332024-12-17T08:02:40.582Z[ recovery-image] Dec 17 08:02:38.542 INFO O| Dec 17 08:02:38.542 INFO STEP 265 (remove_files) COMPLETE
51342024-12-17T08:02:40.582Z[ recovery-image] Dec 17 08:02:38.542 INFO O| Dec 17 08:02:38.542 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-17T08:02:40.602Z[ recovery-image] Dec 17 08:02:38.563 INFO O| Dec 17 08:02:38.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51362024-12-17T08:02:40.602Z[ recovery-image] Dec 17 08:02:38.563 INFO O| Dec 17 08:02:38.563 INFO STEP 266 (remove_files) COMPLETE
51372024-12-17T08:02:40.605Z[ recovery-image] Dec 17 08:02:38.563 INFO O| Dec 17 08:02:38.563 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-17T08:02:40.623Z[ recovery-image] Dec 17 08:02:38.583 INFO O| Dec 17 08:02:38.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51392024-12-17T08:02:40.623Z[ recovery-image] Dec 17 08:02:38.583 INFO O| Dec 17 08:02:38.583 INFO STEP 267 (remove_files) COMPLETE
51402024-12-17T08:02:40.623Z[ recovery-image] Dec 17 08:02:38.583 INFO O| Dec 17 08:02:38.583 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-17T08:02:40.653Z[ recovery-image] Dec 17 08:02:38.613 INFO O| Dec 17 08:02:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51422024-12-17T08:02:40.653Z[ recovery-image] Dec 17 08:02:38.613 INFO O| Dec 17 08:02:38.613 INFO STEP 268 (remove_files) COMPLETE
51432024-12-17T08:02:40.653Z[ recovery-image] Dec 17 08:02:38.613 INFO O| Dec 17 08:02:38.613 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-17T08:02:40.675Z[ recovery-image] Dec 17 08:02:38.635 INFO O| Dec 17 08:02:38.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51452024-12-17T08:02:40.675Z[ recovery-image] Dec 17 08:02:38.635 INFO O| Dec 17 08:02:38.635 INFO STEP 269 (remove_files) COMPLETE
51462024-12-17T08:02:40.675Z[ recovery-image] Dec 17 08:02:38.635 INFO O| Dec 17 08:02:38.635 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-17T08:02:40.695Z[ recovery-image] Dec 17 08:02:38.655 INFO O| Dec 17 08:02:38.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51482024-12-17T08:02:40.695Z[ recovery-image] Dec 17 08:02:38.655 INFO O| Dec 17 08:02:38.655 INFO STEP 270 (remove_files) COMPLETE
51492024-12-17T08:02:40.695Z[ recovery-image] Dec 17 08:02:38.655 INFO O| Dec 17 08:02:38.655 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-17T08:02:40.716Z[ recovery-image] Dec 17 08:02:38.676 INFO O| Dec 17 08:02:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51512024-12-17T08:02:40.716Z[ recovery-image] Dec 17 08:02:38.676 INFO O| Dec 17 08:02:38.676 INFO STEP 271 (remove_files) COMPLETE
51522024-12-17T08:02:40.716Z[ recovery-image] Dec 17 08:02:38.676 INFO O| Dec 17 08:02:38.676 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-17T08:02:40.735Z[ recovery-image] Dec 17 08:02:38.695 INFO O| Dec 17 08:02:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51542024-12-17T08:02:40.737Z[ recovery-image] Dec 17 08:02:38.695 INFO O| Dec 17 08:02:38.695 INFO STEP 272 (remove_files) COMPLETE
51552024-12-17T08:02:40.737Z[ recovery-image] Dec 17 08:02:38.695 INFO O| Dec 17 08:02:38.695 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-17T08:02:40.752Z[ recovery-image] Dec 17 08:02:38.713 INFO O| Dec 17 08:02:38.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51572024-12-17T08:02:40.752Z[ recovery-image] Dec 17 08:02:38.713 INFO O| Dec 17 08:02:38.713 INFO STEP 273 (remove_files) COMPLETE
51582024-12-17T08:02:40.755Z[ recovery-image] Dec 17 08:02:38.713 INFO O| Dec 17 08:02:38.713 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-17T08:02:40.771Z[ recovery-image] Dec 17 08:02:38.731 INFO O| Dec 17 08:02:38.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51602024-12-17T08:02:40.771Z[ recovery-image] Dec 17 08:02:38.731 INFO O| Dec 17 08:02:38.731 INFO STEP 274 (remove_files) COMPLETE
51612024-12-17T08:02:40.771Z[ recovery-image] Dec 17 08:02:38.731 INFO O| Dec 17 08:02:38.731 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-17T08:02:40.810Z[ recovery-image] Dec 17 08:02:38.770 INFO O| Dec 17 08:02:38.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51632024-12-17T08:02:40.813Z[ recovery-image] Dec 17 08:02:38.770 INFO O| Dec 17 08:02:38.770 INFO STEP 275 (remove_files) COMPLETE
51642024-12-17T08:02:40.813Z[ recovery-image] Dec 17 08:02:38.770 INFO O| Dec 17 08:02:38.770 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-17T08:02:40.832Z[ recovery-image] Dec 17 08:02:38.792 INFO O| Dec 17 08:02:38.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51662024-12-17T08:02:40.832Z[ recovery-image] Dec 17 08:02:38.792 INFO O| Dec 17 08:02:38.792 INFO STEP 276 (remove_files) COMPLETE
51672024-12-17T08:02:40.832Z[ recovery-image] Dec 17 08:02:38.792 INFO O| Dec 17 08:02:38.792 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-17T08:02:40.854Z[ recovery-image] Dec 17 08:02:38.813 INFO O| Dec 17 08:02:38.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51692024-12-17T08:02:40.854Z[ recovery-image] Dec 17 08:02:38.813 INFO O| Dec 17 08:02:38.813 INFO STEP 277 (remove_files) COMPLETE
51702024-12-17T08:02:40.854Z[ recovery-image] Dec 17 08:02:38.813 INFO O| Dec 17 08:02:38.813 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-17T08:02:40.873Z[ recovery-image] Dec 17 08:02:38.832 INFO O| Dec 17 08:02:38.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51722024-12-17T08:02:40.873Z[ recovery-image] Dec 17 08:02:38.832 INFO O| Dec 17 08:02:38.832 INFO STEP 278 (remove_files) COMPLETE
51732024-12-17T08:02:40.873Z[ recovery-image] Dec 17 08:02:38.833 INFO O| Dec 17 08:02:38.832 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-17T08:02:40.892Z[ recovery-image] Dec 17 08:02:38.851 INFO O| Dec 17 08:02:38.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51752024-12-17T08:02:40.892Z[ recovery-image] Dec 17 08:02:38.851 INFO O| Dec 17 08:02:38.851 INFO STEP 279 (remove_files) COMPLETE
51762024-12-17T08:02:40.892Z[ recovery-image] Dec 17 08:02:38.851 INFO O| Dec 17 08:02:38.851 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-17T08:02:40.928Z[ recovery-image] Dec 17 08:02:38.887 INFO O| Dec 17 08:02:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51782024-12-17T08:02:40.928Z[ recovery-image] Dec 17 08:02:38.887 INFO O| Dec 17 08:02:38.887 INFO STEP 280 (remove_files) COMPLETE
51792024-12-17T08:02:40.928Z[ recovery-image] Dec 17 08:02:38.887 INFO O| Dec 17 08:02:38.887 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-17T08:02:40.969Z[ recovery-image] Dec 17 08:02:38.928 INFO O| Dec 17 08:02:38.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51812024-12-17T08:02:40.969Z[ recovery-image] Dec 17 08:02:38.928 INFO O| Dec 17 08:02:38.928 INFO STEP 281 (remove_files) COMPLETE
51822024-12-17T08:02:40.969Z[ recovery-image] Dec 17 08:02:38.928 INFO O| Dec 17 08:02:38.928 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-17T08:02:41.023Z[ recovery-image] Dec 17 08:02:38.983 INFO O| Dec 17 08:02:38.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51842024-12-17T08:02:41.023Z[ recovery-image] Dec 17 08:02:38.983 INFO O| Dec 17 08:02:38.983 INFO STEP 282 (remove_files) COMPLETE
51852024-12-17T08:02:41.023Z[ recovery-image] Dec 17 08:02:38.983 INFO O| Dec 17 08:02:38.983 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-17T08:02:41.044Z[ recovery-image] Dec 17 08:02:39.004 INFO O| Dec 17 08:02:39.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51872024-12-17T08:02:41.044Z[ recovery-image] Dec 17 08:02:39.004 INFO O| Dec 17 08:02:39.004 INFO STEP 283 (remove_files) COMPLETE
51882024-12-17T08:02:41.044Z[ recovery-image] Dec 17 08:02:39.004 INFO O| Dec 17 08:02:39.004 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-17T08:02:41.075Z[ recovery-image] Dec 17 08:02:39.034 INFO O| Dec 17 08:02:39.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51902024-12-17T08:02:41.075Z[ recovery-image] Dec 17 08:02:39.034 INFO O| Dec 17 08:02:39.034 INFO STEP 284 (remove_files) COMPLETE
51912024-12-17T08:02:41.075Z[ recovery-image] Dec 17 08:02:39.034 INFO O| Dec 17 08:02:39.034 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-17T08:02:41.130Z[ recovery-image] Dec 17 08:02:39.089 INFO O| Dec 17 08:02:39.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51932024-12-17T08:02:41.130Z[ recovery-image] Dec 17 08:02:39.089 INFO O| Dec 17 08:02:39.089 INFO STEP 285 (remove_files) COMPLETE
51942024-12-17T08:02:41.130Z[ recovery-image] Dec 17 08:02:39.089 INFO O| Dec 17 08:02:39.089 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-17T08:02:41.175Z[ recovery-image] Dec 17 08:02:39.126 INFO O| Dec 17 08:02:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51962024-12-17T08:02:41.175Z[ recovery-image] Dec 17 08:02:39.126 INFO O| Dec 17 08:02:39.126 INFO STEP 286 (remove_files) COMPLETE
51972024-12-17T08:02:41.175Z[ recovery-image] Dec 17 08:02:39.127 INFO O| Dec 17 08:02:39.126 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-17T08:02:41.197Z[ recovery-image] Dec 17 08:02:39.157 INFO O| Dec 17 08:02:39.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51992024-12-17T08:02:41.197Z[ recovery-image] Dec 17 08:02:39.157 INFO O| Dec 17 08:02:39.157 INFO STEP 287 (remove_files) COMPLETE
52002024-12-17T08:02:41.197Z[ recovery-image] Dec 17 08:02:39.157 INFO O| Dec 17 08:02:39.157 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-17T08:02:41.224Z[ recovery-image] Dec 17 08:02:39.184 INFO O| Dec 17 08:02:39.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52022024-12-17T08:02:41.224Z[ recovery-image] Dec 17 08:02:39.184 INFO O| Dec 17 08:02:39.184 INFO STEP 288 (remove_files) COMPLETE
52032024-12-17T08:02:41.227Z[ recovery-image] Dec 17 08:02:39.185 INFO O| Dec 17 08:02:39.184 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-17T08:02:41.245Z[ recovery-image] Dec 17 08:02:39.205 INFO O| Dec 17 08:02:39.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52052024-12-17T08:02:41.248Z[ recovery-image] Dec 17 08:02:39.206 INFO O| Dec 17 08:02:39.206 INFO STEP 289 (remove_files) COMPLETE
52062024-12-17T08:02:41.248Z[ recovery-image] Dec 17 08:02:39.206 INFO O| Dec 17 08:02:39.206 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-17T08:02:41.264Z[ recovery-image] Dec 17 08:02:39.224 INFO O| Dec 17 08:02:39.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52082024-12-17T08:02:41.264Z[ recovery-image] Dec 17 08:02:39.225 INFO O| Dec 17 08:02:39.225 INFO STEP 290 (remove_files) COMPLETE
52092024-12-17T08:02:41.267Z[ recovery-image] Dec 17 08:02:39.225 INFO O| Dec 17 08:02:39.225 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-17T08:02:41.285Z[ recovery-image] Dec 17 08:02:39.245 INFO O| Dec 17 08:02:39.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52112024-12-17T08:02:41.288Z[ recovery-image] Dec 17 08:02:39.246 INFO O| Dec 17 08:02:39.245 INFO STEP 291 (remove_files) COMPLETE
52122024-12-17T08:02:41.288Z[ recovery-image] Dec 17 08:02:39.246 INFO O| Dec 17 08:02:39.246 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-17T08:02:41.306Z[ recovery-image] Dec 17 08:02:39.266 INFO O| Dec 17 08:02:39.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52142024-12-17T08:02:41.309Z[ recovery-image] Dec 17 08:02:39.266 INFO O| Dec 17 08:02:39.266 INFO STEP 292 (remove_files) COMPLETE
52152024-12-17T08:02:41.309Z[ recovery-image] Dec 17 08:02:39.266 INFO O| Dec 17 08:02:39.266 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-17T08:02:41.326Z[ recovery-image] Dec 17 08:02:39.286 INFO O| Dec 17 08:02:39.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52172024-12-17T08:02:41.329Z[ recovery-image] Dec 17 08:02:39.286 INFO O| Dec 17 08:02:39.286 INFO STEP 293 (remove_files) COMPLETE
52182024-12-17T08:02:41.329Z[ recovery-image] Dec 17 08:02:39.286 INFO O| Dec 17 08:02:39.286 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-17T08:02:41.346Z[ recovery-image] Dec 17 08:02:39.306 INFO O| Dec 17 08:02:39.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52202024-12-17T08:02:41.349Z[ recovery-image] Dec 17 08:02:39.306 INFO O| Dec 17 08:02:39.306 INFO STEP 294 (remove_files) COMPLETE
52212024-12-17T08:02:41.349Z[ recovery-image] Dec 17 08:02:39.307 INFO O| Dec 17 08:02:39.306 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-17T08:02:41.382Z[ recovery-image] Dec 17 08:02:39.342 INFO O| Dec 17 08:02:39.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52232024-12-17T08:02:41.383Z[ recovery-image] Dec 17 08:02:39.343 INFO O| Dec 17 08:02:39.343 INFO STEP 295 (remove_files) COMPLETE
52242024-12-17T08:02:41.385Z[ recovery-image] Dec 17 08:02:39.343 INFO O| Dec 17 08:02:39.343 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-17T08:02:41.402Z[ recovery-image] Dec 17 08:02:39.362 INFO O| Dec 17 08:02:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52262024-12-17T08:02:41.402Z[ recovery-image] Dec 17 08:02:39.362 INFO O| Dec 17 08:02:39.362 INFO STEP 296 (remove_files) COMPLETE
52272024-12-17T08:02:41.402Z[ recovery-image] Dec 17 08:02:39.362 INFO O| Dec 17 08:02:39.362 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-17T08:02:41.422Z[ recovery-image] Dec 17 08:02:39.382 INFO O| Dec 17 08:02:39.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52292024-12-17T08:02:41.422Z[ recovery-image] Dec 17 08:02:39.382 INFO O| Dec 17 08:02:39.382 INFO STEP 297 (remove_files) COMPLETE
52302024-12-17T08:02:41.425Z[ recovery-image] Dec 17 08:02:39.382 INFO O| Dec 17 08:02:39.382 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-17T08:02:41.442Z[ recovery-image] Dec 17 08:02:39.402 INFO O| Dec 17 08:02:39.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52322024-12-17T08:02:41.443Z[ recovery-image] Dec 17 08:02:39.403 INFO O| Dec 17 08:02:39.402 INFO STEP 298 (remove_files) COMPLETE
52332024-12-17T08:02:41.443Z[ recovery-image] Dec 17 08:02:39.403 INFO O| Dec 17 08:02:39.403 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-17T08:02:41.462Z[ recovery-image] Dec 17 08:02:39.422 INFO O| Dec 17 08:02:39.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52352024-12-17T08:02:41.462Z[ recovery-image] Dec 17 08:02:39.422 INFO O| Dec 17 08:02:39.422 INFO STEP 299 (remove_files) COMPLETE
52362024-12-17T08:02:41.465Z[ recovery-image] Dec 17 08:02:39.422 INFO O| Dec 17 08:02:39.422 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-17T08:02:41.526Z[ recovery-image] Dec 17 08:02:39.441 INFO O| Dec 17 08:02:39.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52382024-12-17T08:02:41.527Z[ recovery-image] Dec 17 08:02:39.441 INFO O| Dec 17 08:02:39.441 INFO STEP 300 (remove_files) COMPLETE
52392024-12-17T08:02:41.527Z[ recovery-image] Dec 17 08:02:39.441 INFO O| Dec 17 08:02:39.441 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-17T08:02:41.527Z[ recovery-image] Dec 17 08:02:39.469 INFO O| Dec 17 08:02:39.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52412024-12-17T08:02:41.527Z[ recovery-image] Dec 17 08:02:39.469 INFO O| Dec 17 08:02:39.469 INFO STEP 301 (remove_files) COMPLETE
52422024-12-17T08:02:41.527Z[ recovery-image] Dec 17 08:02:39.470 INFO O| Dec 17 08:02:39.470 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-17T08:02:41.530Z[ recovery-image] Dec 17 08:02:39.487 INFO O| Dec 17 08:02:39.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52442024-12-17T08:02:41.530Z[ recovery-image] Dec 17 08:02:39.487 INFO O| Dec 17 08:02:39.487 INFO STEP 302 (remove_files) COMPLETE
52452024-12-17T08:02:41.530Z[ recovery-image] Dec 17 08:02:39.488 INFO O| Dec 17 08:02:39.487 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-17T08:02:41.545Z[ recovery-image] Dec 17 08:02:39.505 INFO O| Dec 17 08:02:39.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52472024-12-17T08:02:41.545Z[ recovery-image] Dec 17 08:02:39.505 INFO O| Dec 17 08:02:39.505 INFO STEP 303 (remove_files) COMPLETE
52482024-12-17T08:02:41.553Z[ recovery-image] Dec 17 08:02:39.505 INFO O| Dec 17 08:02:39.505 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-17T08:02:41.564Z[ recovery-image] Dec 17 08:02:39.524 INFO O| Dec 17 08:02:39.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52502024-12-17T08:02:41.567Z[ recovery-image] Dec 17 08:02:39.524 INFO O| Dec 17 08:02:39.524 INFO STEP 304 (remove_files) COMPLETE
52512024-12-17T08:02:41.567Z[ recovery-image] Dec 17 08:02:39.524 INFO O| Dec 17 08:02:39.524 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-17T08:02:41.584Z[ recovery-image] Dec 17 08:02:39.544 INFO O| Dec 17 08:02:39.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52532024-12-17T08:02:41.586Z[ recovery-image] Dec 17 08:02:39.544 INFO O| Dec 17 08:02:39.544 INFO STEP 305 (remove_files) COMPLETE
52542024-12-17T08:02:41.586Z[ recovery-image] Dec 17 08:02:39.544 INFO O| Dec 17 08:02:39.544 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-17T08:02:41.603Z[ recovery-image] Dec 17 08:02:39.562 INFO O| Dec 17 08:02:39.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52562024-12-17T08:02:41.606Z[ recovery-image] Dec 17 08:02:39.563 INFO O| Dec 17 08:02:39.562 INFO STEP 306 (remove_files) COMPLETE
52572024-12-17T08:02:41.606Z[ recovery-image] Dec 17 08:02:39.563 INFO O| Dec 17 08:02:39.563 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-17T08:02:41.683Z[ recovery-image] Dec 17 08:02:39.643 INFO O| Dec 17 08:02:39.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52592024-12-17T08:02:41.683Z[ recovery-image] Dec 17 08:02:39.643 INFO O| Dec 17 08:02:39.643 INFO STEP 307 (remove_files) COMPLETE
52602024-12-17T08:02:41.683Z[ recovery-image] Dec 17 08:02:39.643 INFO O| Dec 17 08:02:39.643 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-17T08:02:41.704Z[ recovery-image] Dec 17 08:02:39.664 INFO O| Dec 17 08:02:39.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52622024-12-17T08:02:41.704Z[ recovery-image] Dec 17 08:02:39.664 INFO O| Dec 17 08:02:39.664 INFO STEP 308 (remove_files) COMPLETE
52632024-12-17T08:02:41.707Z[ recovery-image] Dec 17 08:02:39.664 INFO O| Dec 17 08:02:39.664 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-17T08:02:41.741Z[ recovery-image] Dec 17 08:02:39.701 INFO O| Dec 17 08:02:39.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52652024-12-17T08:02:41.741Z[ recovery-image] Dec 17 08:02:39.701 INFO O| Dec 17 08:02:39.701 INFO STEP 309 (remove_files) COMPLETE
52662024-12-17T08:02:41.741Z[ recovery-image] Dec 17 08:02:39.701 INFO O| Dec 17 08:02:39.701 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-17T08:02:41.762Z[ recovery-image] Dec 17 08:02:39.722 INFO O| Dec 17 08:02:39.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52682024-12-17T08:02:41.762Z[ recovery-image] Dec 17 08:02:39.722 INFO O| Dec 17 08:02:39.722 INFO STEP 310 (remove_files) COMPLETE
52692024-12-17T08:02:41.762Z[ recovery-image] Dec 17 08:02:39.722 INFO O| Dec 17 08:02:39.722 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-17T08:02:41.781Z[ recovery-image] Dec 17 08:02:39.741 INFO O| Dec 17 08:02:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52712024-12-17T08:02:41.781Z[ recovery-image] Dec 17 08:02:39.741 INFO O| Dec 17 08:02:39.741 INFO STEP 311 (remove_files) COMPLETE
52722024-12-17T08:02:41.783Z[ recovery-image] Dec 17 08:02:39.741 INFO O| Dec 17 08:02:39.741 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-17T08:02:41.810Z[ recovery-image] Dec 17 08:02:39.760 INFO O| Dec 17 08:02:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52742024-12-17T08:02:41.810Z[ recovery-image] Dec 17 08:02:39.761 INFO O| Dec 17 08:02:39.761 INFO STEP 312 (remove_files) COMPLETE
52752024-12-17T08:02:41.810Z[ recovery-image] Dec 17 08:02:39.761 INFO O| Dec 17 08:02:39.761 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-17T08:02:41.830Z[ recovery-image] Dec 17 08:02:39.787 INFO O| Dec 17 08:02:39.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52772024-12-17T08:02:41.830Z[ recovery-image] Dec 17 08:02:39.787 INFO O| Dec 17 08:02:39.787 INFO STEP 313 (remove_files) COMPLETE
52782024-12-17T08:02:41.830Z[ recovery-image] Dec 17 08:02:39.787 INFO O| Dec 17 08:02:39.787 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-17T08:02:41.855Z[ recovery-image] Dec 17 08:02:39.814 INFO O| Dec 17 08:02:39.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52802024-12-17T08:02:41.855Z[ recovery-image] Dec 17 08:02:39.815 INFO O| Dec 17 08:02:39.815 INFO STEP 314 (remove_files) COMPLETE
52812024-12-17T08:02:41.855Z[ recovery-image] Dec 17 08:02:39.815 INFO O| Dec 17 08:02:39.815 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-17T08:02:41.878Z[ recovery-image] Dec 17 08:02:39.837 INFO O| Dec 17 08:02:39.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52832024-12-17T08:02:41.878Z[ recovery-image] Dec 17 08:02:39.837 INFO O| Dec 17 08:02:39.837 INFO STEP 315 (remove_files) COMPLETE
52842024-12-17T08:02:41.878Z[ recovery-image] Dec 17 08:02:39.837 INFO O| Dec 17 08:02:39.837 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-17T08:02:41.906Z[ recovery-image] Dec 17 08:02:39.864 INFO O| Dec 17 08:02:39.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52862024-12-17T08:02:41.906Z[ recovery-image] Dec 17 08:02:39.865 INFO O| Dec 17 08:02:39.865 INFO STEP 316 (remove_files) COMPLETE
52872024-12-17T08:02:41.906Z[ recovery-image] Dec 17 08:02:39.865 INFO O| Dec 17 08:02:39.865 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-17T08:02:41.934Z[ recovery-image] Dec 17 08:02:39.894 INFO O| Dec 17 08:02:39.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52892024-12-17T08:02:41.934Z[ recovery-image] Dec 17 08:02:39.894 INFO O| Dec 17 08:02:39.894 INFO STEP 317 (remove_files) COMPLETE
52902024-12-17T08:02:41.934Z[ recovery-image] Dec 17 08:02:39.894 INFO O| Dec 17 08:02:39.894 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-17T08:02:41.955Z[ recovery-image] Dec 17 08:02:39.915 INFO O| Dec 17 08:02:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52922024-12-17T08:02:41.956Z[ recovery-image] Dec 17 08:02:39.915 INFO O| Dec 17 08:02:39.915 INFO STEP 318 (remove_files) COMPLETE
52932024-12-17T08:02:41.958Z[ recovery-image] Dec 17 08:02:39.915 INFO O| Dec 17 08:02:39.915 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-17T08:02:41.976Z[ recovery-image] Dec 17 08:02:39.936 INFO O| Dec 17 08:02:39.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52952024-12-17T08:02:41.976Z[ recovery-image] Dec 17 08:02:39.936 INFO O| Dec 17 08:02:39.936 INFO STEP 319 (remove_files) COMPLETE
52962024-12-17T08:02:41.979Z[ recovery-image] Dec 17 08:02:39.936 INFO O| Dec 17 08:02:39.936 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-17T08:02:41.995Z[ recovery-image] Dec 17 08:02:39.954 INFO O| Dec 17 08:02:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52982024-12-17T08:02:41.995Z[ recovery-image] Dec 17 08:02:39.954 INFO O| Dec 17 08:02:39.954 INFO STEP 320 (remove_files) COMPLETE
52992024-12-17T08:02:41.995Z[ recovery-image] Dec 17 08:02:39.954 INFO O| Dec 17 08:02:39.954 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-17T08:02:42.012Z[ recovery-image] Dec 17 08:02:39.971 INFO O| Dec 17 08:02:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53012024-12-17T08:02:42.012Z[ recovery-image] Dec 17 08:02:39.971 INFO O| Dec 17 08:02:39.971 INFO STEP 321 (remove_files) COMPLETE
53022024-12-17T08:02:42.012Z[ recovery-image] Dec 17 08:02:39.971 INFO O| Dec 17 08:02:39.971 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-17T08:02:42.032Z[ recovery-image] Dec 17 08:02:39.992 INFO O| Dec 17 08:02:39.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53042024-12-17T08:02:42.032Z[ recovery-image] Dec 17 08:02:39.992 INFO O| Dec 17 08:02:39.992 INFO STEP 322 (remove_files) COMPLETE
53052024-12-17T08:02:42.032Z[ recovery-image] Dec 17 08:02:39.992 INFO O| Dec 17 08:02:39.992 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-17T08:02:42.060Z[ recovery-image] Dec 17 08:02:40.020 INFO O| Dec 17 08:02:40.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53072024-12-17T08:02:42.060Z[ recovery-image] Dec 17 08:02:40.020 INFO O| Dec 17 08:02:40.020 INFO STEP 323 (remove_files) COMPLETE
53082024-12-17T08:02:42.060Z[ recovery-image] Dec 17 08:02:40.020 INFO O| Dec 17 08:02:40.020 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-17T08:02:42.089Z[ recovery-image] Dec 17 08:02:40.048 INFO O| Dec 17 08:02:40.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53102024-12-17T08:02:42.089Z[ recovery-image] Dec 17 08:02:40.048 INFO O| Dec 17 08:02:40.048 INFO STEP 324 (remove_files) COMPLETE
53112024-12-17T08:02:42.089Z[ recovery-image] Dec 17 08:02:40.048 INFO O| Dec 17 08:02:40.048 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-17T08:02:42.112Z[ recovery-image] Dec 17 08:02:40.072 INFO O| Dec 17 08:02:40.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53132024-12-17T08:02:42.115Z[ recovery-image] Dec 17 08:02:40.072 INFO O| Dec 17 08:02:40.072 INFO STEP 325 (remove_files) COMPLETE
53142024-12-17T08:02:42.115Z[ recovery-image] Dec 17 08:02:40.072 INFO O| Dec 17 08:02:40.072 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-17T08:02:42.170Z[ recovery-image] Dec 17 08:02:40.128 INFO O| Dec 17 08:02:40.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53162024-12-17T08:02:42.171Z[ recovery-image] Dec 17 08:02:40.128 INFO O| Dec 17 08:02:40.128 INFO STEP 326 (remove_files) COMPLETE
53172024-12-17T08:02:42.171Z[ recovery-image] Dec 17 08:02:40.128 INFO O| Dec 17 08:02:40.128 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-17T08:02:42.188Z[ recovery-image] Dec 17 08:02:40.148 INFO O| Dec 17 08:02:40.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53192024-12-17T08:02:42.188Z[ recovery-image] Dec 17 08:02:40.148 INFO O| Dec 17 08:02:40.148 INFO STEP 327 (remove_files) COMPLETE
53202024-12-17T08:02:42.188Z[ recovery-image] Dec 17 08:02:40.148 INFO O| Dec 17 08:02:40.148 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-17T08:02:42.206Z[ recovery-image] Dec 17 08:02:40.166 INFO O| Dec 17 08:02:40.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53222024-12-17T08:02:42.209Z[ recovery-image] Dec 17 08:02:40.167 INFO O| Dec 17 08:02:40.166 INFO STEP 328 (remove_files) COMPLETE
53232024-12-17T08:02:42.209Z[ recovery-image] Dec 17 08:02:40.167 INFO O| Dec 17 08:02:40.167 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-17T08:02:42.240Z[ recovery-image] Dec 17 08:02:40.199 INFO O| Dec 17 08:02:40.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53252024-12-17T08:02:42.240Z[ recovery-image] Dec 17 08:02:40.200 INFO O| Dec 17 08:02:40.200 INFO STEP 329 (remove_files) COMPLETE
53262024-12-17T08:02:42.240Z[ recovery-image] Dec 17 08:02:40.200 INFO O| Dec 17 08:02:40.200 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-17T08:02:42.307Z[ recovery-image] Dec 17 08:02:40.267 INFO O| Dec 17 08:02:40.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53282024-12-17T08:02:42.307Z[ recovery-image] Dec 17 08:02:40.267 INFO O| Dec 17 08:02:40.267 INFO STEP 330 (remove_files) COMPLETE
53292024-12-17T08:02:42.307Z[ recovery-image] Dec 17 08:02:40.267 INFO O| Dec 17 08:02:40.267 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-17T08:02:42.352Z[ recovery-image] Dec 17 08:02:40.312 INFO O| Dec 17 08:02:40.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53312024-12-17T08:02:42.352Z[ recovery-image] Dec 17 08:02:40.312 INFO O| Dec 17 08:02:40.312 INFO STEP 331 (remove_files) COMPLETE
53322024-12-17T08:02:42.352Z[ recovery-image] Dec 17 08:02:40.312 INFO O| Dec 17 08:02:40.312 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-17T08:02:42.376Z[ recovery-image] Dec 17 08:02:40.335 INFO O| Dec 17 08:02:40.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53342024-12-17T08:02:42.394Z[ recovery-image] Dec 17 08:02:40.354 INFO O| Dec 17 08:02:40.354 INFO STEP 332 (remove_files) COMPLETE
53352024-12-17T08:02:42.394Z[ recovery-image] Dec 17 08:02:40.354 INFO O| Dec 17 08:02:40.354 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-17T08:02:42.443Z[ recovery-image] Dec 17 08:02:40.403 INFO O| Dec 17 08:02:40.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53372024-12-17T08:02:42.443Z[ recovery-image] Dec 17 08:02:40.403 INFO O| Dec 17 08:02:40.403 INFO STEP 333 (remove_files) COMPLETE
53382024-12-17T08:02:42.443Z[ recovery-image] Dec 17 08:02:40.403 INFO O| Dec 17 08:02:40.403 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-17T08:02:42.554Z[ recovery-image] Dec 17 08:02:40.490 INFO O| Dec 17 08:02:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53402024-12-17T08:02:42.565Z[ recovery-image] Dec 17 08:02:40.490 INFO O| Dec 17 08:02:40.490 INFO STEP 334 (remove_files) COMPLETE
53412024-12-17T08:02:42.565Z[ recovery-image] Dec 17 08:02:40.490 INFO O| Dec 17 08:02:40.490 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-17T08:02:42.565Z[ recovery-image] Dec 17 08:02:40.512 INFO O| Dec 17 08:02:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53432024-12-17T08:02:42.565Z[ recovery-image] Dec 17 08:02:40.512 INFO O| Dec 17 08:02:40.512 INFO STEP 335 (remove_files) COMPLETE
53442024-12-17T08:02:42.565Z[ recovery-image] Dec 17 08:02:40.512 INFO O| Dec 17 08:02:40.512 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-17T08:02:42.571Z[ recovery-image] Dec 17 08:02:40.531 INFO O| Dec 17 08:02:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53462024-12-17T08:02:42.575Z[ recovery-image] Dec 17 08:02:40.531 INFO O| Dec 17 08:02:40.531 INFO STEP 336 (remove_files) COMPLETE
53472024-12-17T08:02:42.575Z[ recovery-image] Dec 17 08:02:40.531 INFO O| Dec 17 08:02:40.531 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-17T08:02:42.591Z[ recovery-image] Dec 17 08:02:40.551 INFO O| Dec 17 08:02:40.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53492024-12-17T08:02:42.593Z[ recovery-image] Dec 17 08:02:40.551 INFO O| Dec 17 08:02:40.551 INFO STEP 337 (remove_files) COMPLETE
53502024-12-17T08:02:42.593Z[ recovery-image] Dec 17 08:02:40.551 INFO O| Dec 17 08:02:40.551 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-17T08:02:42.610Z[ recovery-image] Dec 17 08:02:40.570 INFO O| Dec 17 08:02:40.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53522024-12-17T08:02:42.613Z[ recovery-image] Dec 17 08:02:40.570 INFO O| Dec 17 08:02:40.570 INFO STEP 338 (remove_files) COMPLETE
53532024-12-17T08:02:42.613Z[ recovery-image] Dec 17 08:02:40.570 INFO O| Dec 17 08:02:40.570 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-17T08:02:42.631Z[ recovery-image] Dec 17 08:02:40.591 INFO O| Dec 17 08:02:40.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53552024-12-17T08:02:42.642Z[ recovery-image] Dec 17 08:02:40.602 INFO O| Dec 17 08:02:40.602 INFO STEP 339 (remove_files) COMPLETE
53562024-12-17T08:02:42.642Z[ recovery-image] Dec 17 08:02:40.602 INFO O| Dec 17 08:02:40.602 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-17T08:02:42.663Z[ recovery-image] Dec 17 08:02:40.623 INFO O| Dec 17 08:02:40.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53582024-12-17T08:02:42.663Z[ recovery-image] Dec 17 08:02:40.623 INFO O| Dec 17 08:02:40.623 INFO STEP 340 (remove_files) COMPLETE
53592024-12-17T08:02:42.665Z[ recovery-image] Dec 17 08:02:40.623 INFO O| Dec 17 08:02:40.623 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-17T08:02:42.682Z[ recovery-image] Dec 17 08:02:40.642 INFO O| Dec 17 08:02:40.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53612024-12-17T08:02:42.683Z[ recovery-image] Dec 17 08:02:40.642 INFO O| Dec 17 08:02:40.642 INFO STEP 341 (remove_files) COMPLETE
53622024-12-17T08:02:42.685Z[ recovery-image] Dec 17 08:02:40.642 INFO O| Dec 17 08:02:40.642 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-17T08:02:42.714Z[ recovery-image] Dec 17 08:02:40.674 INFO O| Dec 17 08:02:40.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53642024-12-17T08:02:42.714Z[ recovery-image] Dec 17 08:02:40.674 INFO O| Dec 17 08:02:40.674 INFO STEP 342 (remove_files) COMPLETE
53652024-12-17T08:02:42.714Z[ recovery-image] Dec 17 08:02:40.674 INFO O| Dec 17 08:02:40.674 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-17T08:02:42.754Z[ recovery-image] Dec 17 08:02:40.714 INFO O| Dec 17 08:02:40.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53672024-12-17T08:02:42.754Z[ recovery-image] Dec 17 08:02:40.714 INFO O| Dec 17 08:02:40.714 INFO STEP 343 (remove_files) COMPLETE
53682024-12-17T08:02:42.754Z[ recovery-image] Dec 17 08:02:40.714 INFO O| Dec 17 08:02:40.714 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-17T08:02:42.773Z[ recovery-image] Dec 17 08:02:40.733 INFO O| Dec 17 08:02:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53702024-12-17T08:02:42.776Z[ recovery-image] Dec 17 08:02:40.733 INFO O| Dec 17 08:02:40.733 INFO STEP 344 (remove_files) COMPLETE
53712024-12-17T08:02:42.776Z[ recovery-image] Dec 17 08:02:40.733 INFO O| Dec 17 08:02:40.733 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-17T08:02:42.794Z[ recovery-image] Dec 17 08:02:40.754 INFO O| Dec 17 08:02:40.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53732024-12-17T08:02:42.794Z[ recovery-image] Dec 17 08:02:40.754 INFO O| Dec 17 08:02:40.754 INFO STEP 345 (remove_files) COMPLETE
53742024-12-17T08:02:42.797Z[ recovery-image] Dec 17 08:02:40.754 INFO O| Dec 17 08:02:40.754 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-17T08:02:42.814Z[ recovery-image] Dec 17 08:02:40.774 INFO O| Dec 17 08:02:40.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53762024-12-17T08:02:42.814Z[ recovery-image] Dec 17 08:02:40.774 INFO O| Dec 17 08:02:40.774 INFO STEP 346 (remove_files) COMPLETE
53772024-12-17T08:02:42.814Z[ recovery-image] Dec 17 08:02:40.774 INFO O| Dec 17 08:02:40.774 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-17T08:02:42.834Z[ recovery-image] Dec 17 08:02:40.794 INFO O| Dec 17 08:02:40.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53792024-12-17T08:02:42.834Z[ recovery-image] Dec 17 08:02:40.794 INFO O| Dec 17 08:02:40.794 INFO STEP 347 (remove_files) COMPLETE
53802024-12-17T08:02:42.834Z[ recovery-image] Dec 17 08:02:40.794 INFO O| Dec 17 08:02:40.794 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-17T08:02:42.854Z[ recovery-image] Dec 17 08:02:40.814 INFO O| Dec 17 08:02:40.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53822024-12-17T08:02:42.854Z[ recovery-image] Dec 17 08:02:40.814 INFO O| Dec 17 08:02:40.814 INFO STEP 348 (remove_files) COMPLETE
53832024-12-17T08:02:42.857Z[ recovery-image] Dec 17 08:02:40.814 INFO O| Dec 17 08:02:40.814 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-17T08:02:42.875Z[ recovery-image] Dec 17 08:02:40.835 INFO O| Dec 17 08:02:40.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53852024-12-17T08:02:42.875Z[ recovery-image] Dec 17 08:02:40.835 INFO O| Dec 17 08:02:40.835 INFO STEP 349 (remove_files) COMPLETE
53862024-12-17T08:02:42.875Z[ recovery-image] Dec 17 08:02:40.835 INFO O| Dec 17 08:02:40.835 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-17T08:02:42.895Z[ recovery-image] Dec 17 08:02:40.854 INFO O| Dec 17 08:02:40.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53882024-12-17T08:02:42.895Z[ recovery-image] Dec 17 08:02:40.854 INFO O| Dec 17 08:02:40.854 INFO STEP 350 (remove_files) COMPLETE
53892024-12-17T08:02:42.895Z[ recovery-image] Dec 17 08:02:40.854 INFO O| Dec 17 08:02:40.854 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-17T08:02:42.914Z[ recovery-image] Dec 17 08:02:40.874 INFO O| Dec 17 08:02:40.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53912024-12-17T08:02:42.914Z[ recovery-image] Dec 17 08:02:40.874 INFO O| Dec 17 08:02:40.874 INFO STEP 351 (remove_files) COMPLETE
53922024-12-17T08:02:42.917Z[ recovery-image] Dec 17 08:02:40.874 INFO O| Dec 17 08:02:40.874 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-17T08:02:42.935Z[ recovery-image] Dec 17 08:02:40.894 INFO O| Dec 17 08:02:40.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53942024-12-17T08:02:42.935Z[ recovery-image] Dec 17 08:02:40.894 INFO O| Dec 17 08:02:40.894 INFO STEP 352 (remove_files) COMPLETE
53952024-12-17T08:02:42.935Z[ recovery-image] Dec 17 08:02:40.894 INFO O| Dec 17 08:02:40.894 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-17T08:02:42.966Z[ recovery-image] Dec 17 08:02:40.925 INFO O| Dec 17 08:02:40.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53972024-12-17T08:02:42.966Z[ recovery-image] Dec 17 08:02:40.925 INFO O| Dec 17 08:02:40.925 INFO STEP 353 (remove_files) COMPLETE
53982024-12-17T08:02:42.966Z[ recovery-image] Dec 17 08:02:40.925 INFO O| Dec 17 08:02:40.925 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-17T08:02:42.985Z[ recovery-image] Dec 17 08:02:40.945 INFO O| Dec 17 08:02:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54002024-12-17T08:02:42.985Z[ recovery-image] Dec 17 08:02:40.945 INFO O| Dec 17 08:02:40.945 INFO STEP 354 (remove_files) COMPLETE
54012024-12-17T08:02:42.985Z[ recovery-image] Dec 17 08:02:40.945 INFO O| Dec 17 08:02:40.945 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-17T08:02:43.005Z[ recovery-image] Dec 17 08:02:40.965 INFO O| Dec 17 08:02:40.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54032024-12-17T08:02:43.005Z[ recovery-image] Dec 17 08:02:40.965 INFO O| Dec 17 08:02:40.965 INFO STEP 355 (remove_files) COMPLETE
54042024-12-17T08:02:43.005Z[ recovery-image] Dec 17 08:02:40.965 INFO O| Dec 17 08:02:40.965 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-17T08:02:43.025Z[ recovery-image] Dec 17 08:02:40.984 INFO O| Dec 17 08:02:40.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54062024-12-17T08:02:43.025Z[ recovery-image] Dec 17 08:02:40.985 INFO O| Dec 17 08:02:40.985 INFO STEP 356 (remove_files) COMPLETE
54072024-12-17T08:02:43.025Z[ recovery-image] Dec 17 08:02:40.985 INFO O| Dec 17 08:02:40.985 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-17T08:02:43.055Z[ recovery-image] Dec 17 08:02:41.014 INFO O| Dec 17 08:02:41.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54092024-12-17T08:02:43.055Z[ recovery-image] Dec 17 08:02:41.014 INFO O| Dec 17 08:02:41.014 INFO STEP 357 (remove_files) COMPLETE
54102024-12-17T08:02:43.055Z[ recovery-image] Dec 17 08:02:41.014 INFO O| Dec 17 08:02:41.014 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-17T08:02:43.077Z[ recovery-image] Dec 17 08:02:41.036 INFO O| Dec 17 08:02:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54122024-12-17T08:02:43.079Z[ recovery-image] Dec 17 08:02:41.036 INFO O| Dec 17 08:02:41.036 INFO STEP 358 (remove_files) COMPLETE
54132024-12-17T08:02:43.079Z[ recovery-image] Dec 17 08:02:41.036 INFO O| Dec 17 08:02:41.036 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-17T08:02:43.097Z[ recovery-image] Dec 17 08:02:41.056 INFO O| Dec 17 08:02:41.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54152024-12-17T08:02:43.097Z[ recovery-image] Dec 17 08:02:41.056 INFO O| Dec 17 08:02:41.056 INFO STEP 359 (remove_files) COMPLETE
54162024-12-17T08:02:43.097Z[ recovery-image] Dec 17 08:02:41.056 INFO O| Dec 17 08:02:41.056 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-17T08:02:43.116Z[ recovery-image] Dec 17 08:02:41.075 INFO O| Dec 17 08:02:41.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54182024-12-17T08:02:43.116Z[ recovery-image] Dec 17 08:02:41.075 INFO O| Dec 17 08:02:41.075 INFO STEP 360 (remove_files) COMPLETE
54192024-12-17T08:02:43.116Z[ recovery-image] Dec 17 08:02:41.075 INFO O| Dec 17 08:02:41.075 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-17T08:02:43.138Z[ recovery-image] Dec 17 08:02:41.098 INFO O| Dec 17 08:02:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54212024-12-17T08:02:43.138Z[ recovery-image] Dec 17 08:02:41.098 INFO O| Dec 17 08:02:41.098 INFO STEP 361 (remove_files) COMPLETE
54222024-12-17T08:02:43.138Z[ recovery-image] Dec 17 08:02:41.098 INFO O| Dec 17 08:02:41.098 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-17T08:02:43.158Z[ recovery-image] Dec 17 08:02:41.117 INFO O| Dec 17 08:02:41.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54242024-12-17T08:02:43.158Z[ recovery-image] Dec 17 08:02:41.117 INFO O| Dec 17 08:02:41.117 INFO STEP 362 (remove_files) COMPLETE
54252024-12-17T08:02:43.159Z[ recovery-image] Dec 17 08:02:41.117 INFO O| Dec 17 08:02:41.117 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-17T08:02:43.187Z[ recovery-image] Dec 17 08:02:41.147 INFO O| Dec 17 08:02:41.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54272024-12-17T08:02:43.188Z[ recovery-image] Dec 17 08:02:41.147 INFO O| Dec 17 08:02:41.147 INFO STEP 363 (remove_files) COMPLETE
54282024-12-17T08:02:43.188Z[ recovery-image] Dec 17 08:02:41.147 INFO O| Dec 17 08:02:41.147 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-17T08:02:43.212Z[ recovery-image] Dec 17 08:02:41.172 INFO O| Dec 17 08:02:41.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54302024-12-17T08:02:43.212Z[ recovery-image] Dec 17 08:02:41.172 INFO O| Dec 17 08:02:41.172 INFO STEP 364 (remove_files) COMPLETE
54312024-12-17T08:02:43.215Z[ recovery-image] Dec 17 08:02:41.172 INFO O| Dec 17 08:02:41.172 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-17T08:02:43.277Z[ recovery-image] Dec 17 08:02:41.236 INFO O| Dec 17 08:02:41.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54332024-12-17T08:02:43.277Z[ recovery-image] Dec 17 08:02:41.236 INFO O| Dec 17 08:02:41.236 INFO STEP 365 (remove_files) COMPLETE
54342024-12-17T08:02:43.277Z[ recovery-image] Dec 17 08:02:41.236 INFO O| Dec 17 08:02:41.236 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-17T08:02:43.314Z[ recovery-image] Dec 17 08:02:41.274 INFO O| Dec 17 08:02:41.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54362024-12-17T08:02:43.314Z[ recovery-image] Dec 17 08:02:41.274 INFO O| Dec 17 08:02:41.274 INFO STEP 366 (remove_files) COMPLETE
54372024-12-17T08:02:43.314Z[ recovery-image] Dec 17 08:02:41.274 INFO O| Dec 17 08:02:41.274 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-17T08:02:43.340Z[ recovery-image] Dec 17 08:02:41.299 INFO O| Dec 17 08:02:41.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54392024-12-17T08:02:43.340Z[ recovery-image] Dec 17 08:02:41.299 INFO O| Dec 17 08:02:41.299 INFO STEP 367 (remove_files) COMPLETE
54402024-12-17T08:02:43.342Z[ recovery-image] Dec 17 08:02:41.299 INFO O| Dec 17 08:02:41.299 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-17T08:02:43.365Z[ recovery-image] Dec 17 08:02:41.324 INFO O| Dec 17 08:02:41.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54422024-12-17T08:02:43.365Z[ recovery-image] Dec 17 08:02:41.324 INFO O| Dec 17 08:02:41.324 INFO STEP 368 (remove_files) COMPLETE
54432024-12-17T08:02:43.365Z[ recovery-image] Dec 17 08:02:41.324 INFO O| Dec 17 08:02:41.324 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-17T08:02:43.411Z[ recovery-image] Dec 17 08:02:41.370 INFO O| Dec 17 08:02:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54452024-12-17T08:02:43.411Z[ recovery-image] Dec 17 08:02:41.370 INFO O| Dec 17 08:02:41.370 INFO STEP 369 (remove_files) COMPLETE
54462024-12-17T08:02:43.411Z[ recovery-image] Dec 17 08:02:41.370 INFO O| Dec 17 08:02:41.370 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-17T08:02:43.448Z[ recovery-image] Dec 17 08:02:41.408 INFO O| Dec 17 08:02:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54482024-12-17T08:02:43.448Z[ recovery-image] Dec 17 08:02:41.408 INFO O| Dec 17 08:02:41.408 INFO STEP 370 (remove_files) COMPLETE
54492024-12-17T08:02:43.448Z[ recovery-image] Dec 17 08:02:41.408 INFO O| Dec 17 08:02:41.408 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-17T08:02:43.489Z[ recovery-image] Dec 17 08:02:41.448 INFO O| Dec 17 08:02:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54512024-12-17T08:02:43.489Z[ recovery-image] Dec 17 08:02:41.448 INFO O| Dec 17 08:02:41.448 INFO STEP 371 (remove_files) COMPLETE
54522024-12-17T08:02:43.491Z[ recovery-image] Dec 17 08:02:41.448 INFO O| Dec 17 08:02:41.448 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-17T08:02:43.507Z[ recovery-image] Dec 17 08:02:41.467 INFO O| Dec 17 08:02:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54542024-12-17T08:02:43.507Z[ recovery-image] Dec 17 08:02:41.467 INFO O| Dec 17 08:02:41.467 INFO STEP 372 (remove_files) COMPLETE
54552024-12-17T08:02:43.507Z[ recovery-image] Dec 17 08:02:41.467 INFO O| Dec 17 08:02:41.467 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-17T08:02:43.528Z[ recovery-image] Dec 17 08:02:41.487 INFO O| Dec 17 08:02:41.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54572024-12-17T08:02:43.528Z[ recovery-image] Dec 17 08:02:41.487 INFO O| Dec 17 08:02:41.487 INFO STEP 373 (remove_files) COMPLETE
54582024-12-17T08:02:43.528Z[ recovery-image] Dec 17 08:02:41.487 INFO O| Dec 17 08:02:41.487 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-17T08:02:43.547Z[ recovery-image] Dec 17 08:02:41.506 INFO O| Dec 17 08:02:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54602024-12-17T08:02:43.547Z[ recovery-image] Dec 17 08:02:41.506 INFO O| Dec 17 08:02:41.506 INFO STEP 374 (remove_files) COMPLETE
54612024-12-17T08:02:43.547Z[ recovery-image] Dec 17 08:02:41.506 INFO O| Dec 17 08:02:41.506 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-17T08:02:43.565Z[ recovery-image] Dec 17 08:02:41.525 INFO O| Dec 17 08:02:41.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54632024-12-17T08:02:43.565Z[ recovery-image] Dec 17 08:02:41.525 INFO O| Dec 17 08:02:41.525 INFO STEP 375 (remove_files) COMPLETE
54642024-12-17T08:02:43.565Z[ recovery-image] Dec 17 08:02:41.525 INFO O| Dec 17 08:02:41.525 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-17T08:02:43.585Z[ recovery-image] Dec 17 08:02:41.544 INFO O| Dec 17 08:02:41.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54662024-12-17T08:02:43.585Z[ recovery-image] Dec 17 08:02:41.544 INFO O| Dec 17 08:02:41.544 INFO STEP 376 (remove_files) COMPLETE
54672024-12-17T08:02:43.587Z[ recovery-image] Dec 17 08:02:41.544 INFO O| Dec 17 08:02:41.544 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-17T08:02:43.604Z[ recovery-image] Dec 17 08:02:41.563 INFO O| Dec 17 08:02:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54692024-12-17T08:02:43.604Z[ recovery-image] Dec 17 08:02:41.563 INFO O| Dec 17 08:02:41.563 INFO STEP 377 (remove_files) COMPLETE
54702024-12-17T08:02:43.604Z[ recovery-image] Dec 17 08:02:41.563 INFO O| Dec 17 08:02:41.563 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-17T08:02:43.623Z[ recovery-image] Dec 17 08:02:41.582 INFO O| Dec 17 08:02:41.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54722024-12-17T08:02:43.625Z[ recovery-image] Dec 17 08:02:41.582 INFO O| Dec 17 08:02:41.582 INFO STEP 378 (remove_files) COMPLETE
54732024-12-17T08:02:43.625Z[ recovery-image] Dec 17 08:02:41.583 INFO O| Dec 17 08:02:41.582 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-17T08:02:43.642Z[ recovery-image] Dec 17 08:02:41.602 INFO O| Dec 17 08:02:41.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54752024-12-17T08:02:43.642Z[ recovery-image] Dec 17 08:02:41.602 INFO O| Dec 17 08:02:41.602 INFO STEP 379 (remove_files) COMPLETE
54762024-12-17T08:02:43.643Z[ recovery-image] Dec 17 08:02:41.602 INFO O| Dec 17 08:02:41.602 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-17T08:02:43.661Z[ recovery-image] Dec 17 08:02:41.621 INFO O| Dec 17 08:02:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54782024-12-17T08:02:43.661Z[ recovery-image] Dec 17 08:02:41.621 INFO O| Dec 17 08:02:41.621 INFO STEP 380 (remove_files) COMPLETE
54792024-12-17T08:02:43.661Z[ recovery-image] Dec 17 08:02:41.621 INFO O| Dec 17 08:02:41.621 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-17T08:02:43.680Z[ recovery-image] Dec 17 08:02:41.639 INFO O| Dec 17 08:02:41.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54812024-12-17T08:02:43.680Z[ recovery-image] Dec 17 08:02:41.639 INFO O| Dec 17 08:02:41.639 INFO STEP 381 (remove_files) COMPLETE
54822024-12-17T08:02:43.680Z[ recovery-image] Dec 17 08:02:41.639 INFO O| Dec 17 08:02:41.639 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-17T08:02:43.700Z[ recovery-image] Dec 17 08:02:41.659 INFO O| Dec 17 08:02:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54842024-12-17T08:02:43.700Z[ recovery-image] Dec 17 08:02:41.659 INFO O| Dec 17 08:02:41.659 INFO STEP 382 (remove_files) COMPLETE
54852024-12-17T08:02:43.700Z[ recovery-image] Dec 17 08:02:41.659 INFO O| Dec 17 08:02:41.659 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-17T08:02:43.721Z[ recovery-image] Dec 17 08:02:41.681 INFO O| Dec 17 08:02:41.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54872024-12-17T08:02:43.721Z[ recovery-image] Dec 17 08:02:41.681 INFO O| Dec 17 08:02:41.681 INFO STEP 383 (remove_files) COMPLETE
54882024-12-17T08:02:43.721Z[ recovery-image] Dec 17 08:02:41.681 INFO O| Dec 17 08:02:41.681 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-17T08:02:43.741Z[ recovery-image] Dec 17 08:02:41.701 INFO O| Dec 17 08:02:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54902024-12-17T08:02:43.741Z[ recovery-image] Dec 17 08:02:41.701 INFO O| Dec 17 08:02:41.701 INFO STEP 384 (remove_files) COMPLETE
54912024-12-17T08:02:43.741Z[ recovery-image] Dec 17 08:02:41.701 INFO O| Dec 17 08:02:41.701 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-17T08:02:43.759Z[ recovery-image] Dec 17 08:02:41.719 INFO O| Dec 17 08:02:41.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54932024-12-17T08:02:43.759Z[ recovery-image] Dec 17 08:02:41.719 INFO O| Dec 17 08:02:41.719 INFO STEP 385 (remove_files) COMPLETE
54942024-12-17T08:02:43.762Z[ recovery-image] Dec 17 08:02:41.719 INFO O| Dec 17 08:02:41.719 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-17T08:02:43.778Z[ recovery-image] Dec 17 08:02:41.737 INFO O| Dec 17 08:02:41.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54962024-12-17T08:02:43.778Z[ recovery-image] Dec 17 08:02:41.737 INFO O| Dec 17 08:02:41.737 INFO STEP 386 (remove_files) COMPLETE
54972024-12-17T08:02:43.781Z[ recovery-image] Dec 17 08:02:41.738 INFO O| Dec 17 08:02:41.737 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-17T08:02:43.796Z[ recovery-image] Dec 17 08:02:41.755 INFO O| Dec 17 08:02:41.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54992024-12-17T08:02:43.796Z[ recovery-image] Dec 17 08:02:41.755 INFO O| Dec 17 08:02:41.755 INFO STEP 387 (remove_files) COMPLETE
55002024-12-17T08:02:43.796Z[ recovery-image] Dec 17 08:02:41.755 INFO O| Dec 17 08:02:41.755 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-17T08:02:43.813Z[ recovery-image] Dec 17 08:02:41.773 INFO O| Dec 17 08:02:41.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55022024-12-17T08:02:43.814Z[ recovery-image] Dec 17 08:02:41.773 INFO O| Dec 17 08:02:41.773 INFO STEP 388 (remove_files) COMPLETE
55032024-12-17T08:02:43.816Z[ recovery-image] Dec 17 08:02:41.773 INFO O| Dec 17 08:02:41.773 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-17T08:02:43.832Z[ recovery-image] Dec 17 08:02:41.792 INFO O| Dec 17 08:02:41.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55052024-12-17T08:02:43.832Z[ recovery-image] Dec 17 08:02:41.792 INFO O| Dec 17 08:02:41.792 INFO STEP 389 (remove_files) COMPLETE
55062024-12-17T08:02:43.832Z[ recovery-image] Dec 17 08:02:41.792 INFO O| Dec 17 08:02:41.792 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-17T08:02:43.850Z[ recovery-image] Dec 17 08:02:41.810 INFO O| Dec 17 08:02:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55082024-12-17T08:02:43.850Z[ recovery-image] Dec 17 08:02:41.810 INFO O| Dec 17 08:02:41.810 INFO STEP 390 (remove_files) COMPLETE
55092024-12-17T08:02:43.850Z[ recovery-image] Dec 17 08:02:41.810 INFO O| Dec 17 08:02:41.810 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-17T08:02:43.867Z[ recovery-image] Dec 17 08:02:41.827 INFO O| Dec 17 08:02:41.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55112024-12-17T08:02:43.868Z[ recovery-image] Dec 17 08:02:41.827 INFO O| Dec 17 08:02:41.827 INFO STEP 391 (remove_files) COMPLETE
55122024-12-17T08:02:43.868Z[ recovery-image] Dec 17 08:02:41.827 INFO O| Dec 17 08:02:41.827 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-17T08:02:43.885Z[ recovery-image] Dec 17 08:02:41.844 INFO O| Dec 17 08:02:41.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55142024-12-17T08:02:43.885Z[ recovery-image] Dec 17 08:02:41.844 INFO O| Dec 17 08:02:41.844 INFO STEP 392 (remove_files) COMPLETE
55152024-12-17T08:02:43.885Z[ recovery-image] Dec 17 08:02:41.844 INFO O| Dec 17 08:02:41.844 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-17T08:02:43.903Z[ recovery-image] Dec 17 08:02:41.862 INFO O| Dec 17 08:02:41.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55172024-12-17T08:02:43.903Z[ recovery-image] Dec 17 08:02:41.862 INFO O| Dec 17 08:02:41.862 INFO STEP 393 (remove_files) COMPLETE
55182024-12-17T08:02:43.903Z[ recovery-image] Dec 17 08:02:41.862 INFO O| Dec 17 08:02:41.862 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-17T08:02:43.921Z[ recovery-image] Dec 17 08:02:41.880 INFO O| Dec 17 08:02:41.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55202024-12-17T08:02:43.921Z[ recovery-image] Dec 17 08:02:41.880 INFO O| Dec 17 08:02:41.880 INFO STEP 394 (remove_files) COMPLETE
55212024-12-17T08:02:43.921Z[ recovery-image] Dec 17 08:02:41.880 INFO O| Dec 17 08:02:41.880 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-17T08:02:43.939Z[ recovery-image] Dec 17 08:02:41.898 INFO O| Dec 17 08:02:41.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55232024-12-17T08:02:43.939Z[ recovery-image] Dec 17 08:02:41.898 INFO O| Dec 17 08:02:41.898 INFO STEP 395 (remove_files) COMPLETE
55242024-12-17T08:02:43.939Z[ recovery-image] Dec 17 08:02:41.898 INFO O| Dec 17 08:02:41.898 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-17T08:02:43.957Z[ recovery-image] Dec 17 08:02:41.916 INFO O| Dec 17 08:02:41.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55262024-12-17T08:02:43.957Z[ recovery-image] Dec 17 08:02:41.916 INFO O| Dec 17 08:02:41.916 INFO STEP 396 (remove_files) COMPLETE
55272024-12-17T08:02:43.957Z[ recovery-image] Dec 17 08:02:41.916 INFO O| Dec 17 08:02:41.916 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-17T08:02:43.975Z[ recovery-image] Dec 17 08:02:41.935 INFO O| Dec 17 08:02:41.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55292024-12-17T08:02:43.975Z[ recovery-image] Dec 17 08:02:41.935 INFO O| Dec 17 08:02:41.935 INFO STEP 397 (remove_files) COMPLETE
55302024-12-17T08:02:43.975Z[ recovery-image] Dec 17 08:02:41.935 INFO O| Dec 17 08:02:41.935 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-17T08:02:43.993Z[ recovery-image] Dec 17 08:02:41.952 INFO O| Dec 17 08:02:41.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55322024-12-17T08:02:43.993Z[ recovery-image] Dec 17 08:02:41.952 INFO O| Dec 17 08:02:41.952 INFO STEP 398 (remove_files) COMPLETE
55332024-12-17T08:02:43.993Z[ recovery-image] Dec 17 08:02:41.952 INFO O| Dec 17 08:02:41.952 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-17T08:02:44.010Z[ recovery-image] Dec 17 08:02:41.970 INFO O| Dec 17 08:02:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55352024-12-17T08:02:44.010Z[ recovery-image] Dec 17 08:02:41.970 INFO O| Dec 17 08:02:41.970 INFO STEP 399 (remove_files) COMPLETE
55362024-12-17T08:02:44.010Z[ recovery-image] Dec 17 08:02:41.970 INFO O| Dec 17 08:02:41.970 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-17T08:02:44.048Z[ recovery-image] Dec 17 08:02:42.008 INFO O| Dec 17 08:02:42.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55382024-12-17T08:02:44.051Z[ recovery-image] Dec 17 08:02:42.008 INFO O| Dec 17 08:02:42.008 INFO STEP 400 (remove_files) COMPLETE
55392024-12-17T08:02:44.051Z[ recovery-image] Dec 17 08:02:42.008 INFO O| Dec 17 08:02:42.008 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-17T08:02:44.102Z[ recovery-image] Dec 17 08:02:42.061 INFO O| Dec 17 08:02:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55412024-12-17T08:02:44.103Z[ recovery-image] Dec 17 08:02:42.061 INFO O| Dec 17 08:02:42.061 INFO STEP 401 (remove_files) COMPLETE
55422024-12-17T08:02:44.103Z[ recovery-image] Dec 17 08:02:42.061 INFO O| Dec 17 08:02:42.061 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-17T08:02:44.145Z[ recovery-image] Dec 17 08:02:42.104 INFO O| Dec 17 08:02:42.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55442024-12-17T08:02:44.145Z[ recovery-image] Dec 17 08:02:42.104 INFO O| Dec 17 08:02:42.104 INFO STEP 402 (remove_files) COMPLETE
55452024-12-17T08:02:44.147Z[ recovery-image] Dec 17 08:02:42.105 INFO O| Dec 17 08:02:42.104 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-17T08:02:44.189Z[ recovery-image] Dec 17 08:02:42.148 INFO O| Dec 17 08:02:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55472024-12-17T08:02:44.189Z[ recovery-image] Dec 17 08:02:42.148 INFO O| Dec 17 08:02:42.148 INFO STEP 403 (remove_files) COMPLETE
55482024-12-17T08:02:44.189Z[ recovery-image] Dec 17 08:02:42.148 INFO O| Dec 17 08:02:42.148 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-17T08:02:44.224Z[ recovery-image] Dec 17 08:02:42.183 INFO O| Dec 17 08:02:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55502024-12-17T08:02:44.226Z[ recovery-image] Dec 17 08:02:42.184 INFO O| Dec 17 08:02:42.184 INFO STEP 404 (remove_files) COMPLETE
55512024-12-17T08:02:44.226Z[ recovery-image] Dec 17 08:02:42.184 INFO O| Dec 17 08:02:42.184 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-17T08:02:44.259Z[ recovery-image] Dec 17 08:02:42.218 INFO O| Dec 17 08:02:42.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55532024-12-17T08:02:44.259Z[ recovery-image] Dec 17 08:02:42.218 INFO O| Dec 17 08:02:42.218 INFO STEP 405 (remove_files) COMPLETE
55542024-12-17T08:02:44.261Z[ recovery-image] Dec 17 08:02:42.218 INFO O| Dec 17 08:02:42.218 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-17T08:02:44.324Z[ recovery-image] Dec 17 08:02:42.283 INFO O| Dec 17 08:02:42.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55562024-12-17T08:02:44.324Z[ recovery-image] Dec 17 08:02:42.283 INFO O| Dec 17 08:02:42.283 INFO STEP 406 (remove_files) COMPLETE
55572024-12-17T08:02:44.326Z[ recovery-image] Dec 17 08:02:42.283 INFO O| Dec 17 08:02:42.283 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-17T08:02:44.377Z[ recovery-image] Dec 17 08:02:42.336 INFO O| Dec 17 08:02:42.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55592024-12-17T08:02:44.377Z[ recovery-image] Dec 17 08:02:42.336 INFO O| Dec 17 08:02:42.336 INFO STEP 407 (remove_files) COMPLETE
55602024-12-17T08:02:44.380Z[ recovery-image] Dec 17 08:02:42.337 INFO O| Dec 17 08:02:42.336 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-17T08:02:44.418Z[ recovery-image] Dec 17 08:02:42.378 INFO O| Dec 17 08:02:42.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55622024-12-17T08:02:44.419Z[ recovery-image] Dec 17 08:02:42.378 INFO O| Dec 17 08:02:42.378 INFO STEP 408 (remove_files) COMPLETE
55632024-12-17T08:02:44.419Z[ recovery-image] Dec 17 08:02:42.378 INFO O| Dec 17 08:02:42.378 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-17T08:02:44.452Z[ recovery-image] Dec 17 08:02:42.411 INFO O| Dec 17 08:02:42.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55652024-12-17T08:02:44.452Z[ recovery-image] Dec 17 08:02:42.412 INFO O| Dec 17 08:02:42.411 INFO STEP 409 (remove_files) COMPLETE
55662024-12-17T08:02:44.452Z[ recovery-image] Dec 17 08:02:42.412 INFO O| Dec 17 08:02:42.412 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-17T08:02:44.476Z[ recovery-image] Dec 17 08:02:42.435 INFO O| Dec 17 08:02:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55682024-12-17T08:02:44.476Z[ recovery-image] Dec 17 08:02:42.435 INFO O| Dec 17 08:02:42.435 INFO STEP 410 (remove_files) COMPLETE
55692024-12-17T08:02:44.476Z[ recovery-image] Dec 17 08:02:42.436 INFO O| Dec 17 08:02:42.435 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-17T08:02:44.504Z[ host-image] Dec 17 08:02:42.464 INFO O| Dec 17 08:02:42.464 INFO O| Download: 1112/1140 items 6.3/8.4MB 74% complete (1.2M/s)
55712024-12-17T08:02:44.514Z[ recovery-image] Dec 17 08:02:42.474 INFO O| Dec 17 08:02:42.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55722024-12-17T08:02:44.514Z[ recovery-image] Dec 17 08:02:42.474 INFO O| Dec 17 08:02:42.474 INFO STEP 411 (remove_files) COMPLETE
55732024-12-17T08:02:44.517Z[ recovery-image] Dec 17 08:02:42.474 INFO O| Dec 17 08:02:42.474 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-17T08:02:44.587Z[ recovery-image] Dec 17 08:02:42.547 INFO O| Dec 17 08:02:42.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55752024-12-17T08:02:44.587Z[ recovery-image] Dec 17 08:02:42.547 INFO O| Dec 17 08:02:42.547 INFO STEP 412 (remove_files) COMPLETE
55762024-12-17T08:02:44.588Z[ recovery-image] Dec 17 08:02:42.547 INFO O| Dec 17 08:02:42.547 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-17T08:02:44.651Z[ recovery-image] Dec 17 08:02:42.610 INFO O| Dec 17 08:02:42.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55782024-12-17T08:02:44.653Z[ recovery-image] Dec 17 08:02:42.610 INFO O| Dec 17 08:02:42.610 INFO STEP 413 (remove_files) COMPLETE
55792024-12-17T08:02:44.653Z[ recovery-image] Dec 17 08:02:42.610 INFO O| Dec 17 08:02:42.610 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-17T08:02:44.700Z[ recovery-image] Dec 17 08:02:42.659 INFO O| Dec 17 08:02:42.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55812024-12-17T08:02:44.700Z[ recovery-image] Dec 17 08:02:42.659 INFO O| Dec 17 08:02:42.659 INFO STEP 414 (remove_files) COMPLETE
55822024-12-17T08:02:44.703Z[ recovery-image] Dec 17 08:02:42.659 INFO O| Dec 17 08:02:42.659 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-17T08:02:44.728Z[ recovery-image] Dec 17 08:02:42.687 INFO O| Dec 17 08:02:42.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55842024-12-17T08:02:44.728Z[ recovery-image] Dec 17 08:02:42.687 INFO O| Dec 17 08:02:42.687 INFO STEP 415 (remove_files) COMPLETE
55852024-12-17T08:02:44.730Z[ recovery-image] Dec 17 08:02:42.687 INFO O| Dec 17 08:02:42.687 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-17T08:02:44.746Z[ recovery-image] Dec 17 08:02:42.706 INFO O| Dec 17 08:02:42.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55872024-12-17T08:02:44.757Z[ recovery-image] Dec 17 08:02:42.716 INFO O| Dec 17 08:02:42.716 INFO STEP 416 (remove_files) COMPLETE
55882024-12-17T08:02:44.757Z[ recovery-image] Dec 17 08:02:42.716 INFO O| Dec 17 08:02:42.716 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-17T08:02:44.806Z[ recovery-image] Dec 17 08:02:42.766 INFO O| Dec 17 08:02:42.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55902024-12-17T08:02:44.807Z[ recovery-image] Dec 17 08:02:42.766 INFO O| Dec 17 08:02:42.766 INFO STEP 417 (remove_files) COMPLETE
55912024-12-17T08:02:44.809Z[ recovery-image] Dec 17 08:02:42.766 INFO O| Dec 17 08:02:42.766 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-17T08:02:44.839Z[ recovery-image] Dec 17 08:02:42.798 INFO O| Dec 17 08:02:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55932024-12-17T08:02:44.842Z[ recovery-image] Dec 17 08:02:42.799 INFO O| Dec 17 08:02:42.798 INFO STEP 418 (remove_files) COMPLETE
55942024-12-17T08:02:44.842Z[ recovery-image] Dec 17 08:02:42.799 INFO O| Dec 17 08:02:42.799 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-17T08:02:44.859Z[ recovery-image] Dec 17 08:02:42.818 INFO O| Dec 17 08:02:42.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55962024-12-17T08:02:44.862Z[ recovery-image] Dec 17 08:02:42.819 INFO O| Dec 17 08:02:42.818 INFO STEP 419 (remove_files) COMPLETE
55972024-12-17T08:02:44.862Z[ recovery-image] Dec 17 08:02:42.819 INFO O| Dec 17 08:02:42.819 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-17T08:02:44.880Z[ recovery-image] Dec 17 08:02:42.839 INFO O| Dec 17 08:02:42.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55992024-12-17T08:02:44.880Z[ recovery-image] Dec 17 08:02:42.839 INFO O| Dec 17 08:02:42.839 INFO STEP 420 (remove_files) COMPLETE
56002024-12-17T08:02:44.883Z[ recovery-image] Dec 17 08:02:42.840 INFO O| Dec 17 08:02:42.839 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-17T08:02:44.901Z[ recovery-image] Dec 17 08:02:42.860 INFO O| Dec 17 08:02:42.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56022024-12-17T08:02:44.901Z[ recovery-image] Dec 17 08:02:42.860 INFO O| Dec 17 08:02:42.860 INFO STEP 421 (remove_files) COMPLETE
56032024-12-17T08:02:44.901Z[ recovery-image] Dec 17 08:02:42.860 INFO O| Dec 17 08:02:42.860 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-17T08:02:44.921Z[ recovery-image] Dec 17 08:02:42.880 INFO O| Dec 17 08:02:42.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56052024-12-17T08:02:44.933Z[ host-image] Dec 17 08:02:42.892 INFO O| Dec 17 08:02:42.892 INFO O| Download: Completed 8.42 MB in 5.47 seconds (1.5M/s)
56062024-12-17T08:02:44.948Z[ recovery-image] Dec 17 08:02:42.908 INFO O| Dec 17 08:02:42.908 INFO STEP 422 (remove_files) COMPLETE
56072024-12-17T08:02:44.948Z[ recovery-image] Dec 17 08:02:42.908 INFO O| Dec 17 08:02:42.908 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-17T08:02:45.016Z[ recovery-image] Dec 17 08:02:42.975 INFO O| Dec 17 08:02:42.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56092024-12-17T08:02:45.016Z[ recovery-image] Dec 17 08:02:42.975 INFO O| Dec 17 08:02:42.975 INFO STEP 423 (remove_files) COMPLETE
56102024-12-17T08:02:45.018Z[ recovery-image] Dec 17 08:02:42.975 INFO O| Dec 17 08:02:42.975 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-17T08:02:45.053Z[ recovery-image] Dec 17 08:02:43.012 INFO O| Dec 17 08:02:43.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56122024-12-17T08:02:45.053Z[ recovery-image] Dec 17 08:02:43.012 INFO O| Dec 17 08:02:43.012 INFO STEP 424 (remove_files) COMPLETE
56132024-12-17T08:02:45.053Z[ recovery-image] Dec 17 08:02:43.012 INFO O| Dec 17 08:02:43.012 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-17T08:02:45.060Z[ host-image] Dec 17 08:02:43.019 INFO O| Dec 17 08:02:43.019 INFO O| Actions: 1/1361 actions (Installing new actions)
56152024-12-17T08:02:45.071Z[ recovery-image] Dec 17 08:02:43.030 INFO O| Dec 17 08:02:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56162024-12-17T08:02:45.071Z[ recovery-image] Dec 17 08:02:43.030 INFO O| Dec 17 08:02:43.030 INFO STEP 425 (remove_files) COMPLETE
56172024-12-17T08:02:45.071Z[ recovery-image] Dec 17 08:02:43.030 INFO O| Dec 17 08:02:43.030 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-17T08:02:45.088Z[ recovery-image] Dec 17 08:02:43.047 INFO O| Dec 17 08:02:43.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56192024-12-17T08:02:45.088Z[ recovery-image] Dec 17 08:02:43.047 INFO O| Dec 17 08:02:43.047 INFO STEP 426 (remove_files) COMPLETE
56202024-12-17T08:02:45.092Z[ recovery-image] Dec 17 08:02:43.047 INFO O| Dec 17 08:02:43.047 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-17T08:02:45.106Z[ recovery-image] Dec 17 08:02:43.065 INFO O| Dec 17 08:02:43.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56222024-12-17T08:02:45.106Z[ recovery-image] Dec 17 08:02:43.065 INFO O| Dec 17 08:02:43.065 INFO STEP 427 (remove_files) COMPLETE
56232024-12-17T08:02:45.106Z[ recovery-image] Dec 17 08:02:43.065 INFO O| Dec 17 08:02:43.065 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-17T08:02:45.137Z[ recovery-image] Dec 17 08:02:43.096 INFO O| Dec 17 08:02:43.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56252024-12-17T08:02:45.137Z[ recovery-image] Dec 17 08:02:43.096 INFO O| Dec 17 08:02:43.096 INFO STEP 428 (remove_files) COMPLETE
56262024-12-17T08:02:45.137Z[ recovery-image] Dec 17 08:02:43.096 INFO O| Dec 17 08:02:43.096 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-17T08:02:45.157Z[ recovery-image] Dec 17 08:02:43.116 INFO O| Dec 17 08:02:43.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56282024-12-17T08:02:45.157Z[ recovery-image] Dec 17 08:02:43.116 INFO O| Dec 17 08:02:43.116 INFO STEP 429 (remove_files) COMPLETE
56292024-12-17T08:02:45.157Z[ recovery-image] Dec 17 08:02:43.116 INFO O| Dec 17 08:02:43.116 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-17T08:02:45.175Z[ recovery-image] Dec 17 08:02:43.134 INFO O| Dec 17 08:02:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56312024-12-17T08:02:45.175Z[ recovery-image] Dec 17 08:02:43.134 INFO O| Dec 17 08:02:43.134 INFO STEP 430 (remove_files) COMPLETE
56322024-12-17T08:02:45.175Z[ recovery-image] Dec 17 08:02:43.134 INFO O| Dec 17 08:02:43.134 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-17T08:02:45.202Z[ recovery-image] Dec 17 08:02:43.161 INFO O| Dec 17 08:02:43.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56342024-12-17T08:02:45.202Z[ recovery-image] Dec 17 08:02:43.161 INFO O| Dec 17 08:02:43.161 INFO STEP 431 (remove_files) COMPLETE
56352024-12-17T08:02:45.202Z[ recovery-image] Dec 17 08:02:43.162 INFO O| Dec 17 08:02:43.161 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-17T08:02:45.227Z[ recovery-image] Dec 17 08:02:43.186 INFO O| Dec 17 08:02:43.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56372024-12-17T08:02:45.229Z[ recovery-image] Dec 17 08:02:43.187 INFO O| Dec 17 08:02:43.186 INFO STEP 432 (remove_files) COMPLETE
56382024-12-17T08:02:45.229Z[ recovery-image] Dec 17 08:02:43.187 INFO O| Dec 17 08:02:43.186 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-17T08:02:45.247Z[ recovery-image] Dec 17 08:02:43.207 INFO O| Dec 17 08:02:43.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56402024-12-17T08:02:45.247Z[ recovery-image] Dec 17 08:02:43.207 INFO O| Dec 17 08:02:43.207 INFO STEP 433 (remove_files) COMPLETE
56412024-12-17T08:02:45.247Z[ recovery-image] Dec 17 08:02:43.207 INFO O| Dec 17 08:02:43.207 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-17T08:02:45.281Z[ recovery-image] Dec 17 08:02:43.238 INFO O| Dec 17 08:02:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56432024-12-17T08:02:45.281Z[ recovery-image] Dec 17 08:02:43.239 INFO O| Dec 17 08:02:43.239 INFO STEP 434 (remove_files) COMPLETE
56442024-12-17T08:02:45.281Z[ recovery-image] Dec 17 08:02:43.239 INFO O| Dec 17 08:02:43.239 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-17T08:02:45.354Z[ recovery-image] Dec 17 08:02:43.314 INFO O| Dec 17 08:02:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56462024-12-17T08:02:45.354Z[ recovery-image] Dec 17 08:02:43.314 INFO O| Dec 17 08:02:43.314 INFO STEP 435 (remove_files) COMPLETE
56472024-12-17T08:02:45.356Z[ recovery-image] Dec 17 08:02:43.314 INFO O| Dec 17 08:02:43.314 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-17T08:02:45.375Z[ recovery-image] Dec 17 08:02:43.334 INFO O| Dec 17 08:02:43.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56492024-12-17T08:02:45.375Z[ recovery-image] Dec 17 08:02:43.334 INFO O| Dec 17 08:02:43.334 INFO STEP 436 (remove_files) COMPLETE
56502024-12-17T08:02:45.375Z[ recovery-image] Dec 17 08:02:43.334 INFO O| Dec 17 08:02:43.334 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-17T08:02:45.445Z[ recovery-image] Dec 17 08:02:43.404 INFO O| Dec 17 08:02:43.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56522024-12-17T08:02:45.445Z[ recovery-image] Dec 17 08:02:43.404 INFO O| Dec 17 08:02:43.404 INFO STEP 437 (remove_files) COMPLETE
56532024-12-17T08:02:45.445Z[ recovery-image] Dec 17 08:02:43.404 INFO O| Dec 17 08:02:43.404 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-17T08:02:45.465Z[ recovery-image] Dec 17 08:02:43.424 INFO O| Dec 17 08:02:43.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56552024-12-17T08:02:45.465Z[ recovery-image] Dec 17 08:02:43.424 INFO O| Dec 17 08:02:43.424 INFO STEP 438 (remove_files) COMPLETE
56562024-12-17T08:02:45.465Z[ recovery-image] Dec 17 08:02:43.424 INFO O| Dec 17 08:02:43.424 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-17T08:02:45.534Z[ recovery-image] Dec 17 08:02:43.493 INFO O| Dec 17 08:02:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56582024-12-17T08:02:45.534Z[ recovery-image] Dec 17 08:02:43.493 INFO O| Dec 17 08:02:43.493 INFO STEP 439 (remove_files) COMPLETE
56592024-12-17T08:02:45.534Z[ recovery-image] Dec 17 08:02:43.493 INFO O| Dec 17 08:02:43.493 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-17T08:02:45.554Z[ recovery-image] Dec 17 08:02:43.513 INFO O| Dec 17 08:02:43.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56612024-12-17T08:02:45.554Z[ recovery-image] Dec 17 08:02:43.513 INFO O| Dec 17 08:02:43.513 INFO STEP 440 (remove_files) COMPLETE
56622024-12-17T08:02:45.554Z[ recovery-image] Dec 17 08:02:43.513 INFO O| Dec 17 08:02:43.513 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-17T08:02:45.572Z[ recovery-image] Dec 17 08:02:43.531 INFO O| Dec 17 08:02:43.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56642024-12-17T08:02:45.572Z[ recovery-image] Dec 17 08:02:43.531 INFO O| Dec 17 08:02:43.531 INFO STEP 441 (remove_files) COMPLETE
56652024-12-17T08:02:45.575Z[ recovery-image] Dec 17 08:02:43.531 INFO O| Dec 17 08:02:43.531 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-17T08:02:45.589Z[ recovery-image] Dec 17 08:02:43.548 INFO O| Dec 17 08:02:43.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56672024-12-17T08:02:45.589Z[ recovery-image] Dec 17 08:02:43.548 INFO O| Dec 17 08:02:43.548 INFO STEP 442 (remove_files) COMPLETE
56682024-12-17T08:02:45.589Z[ recovery-image] Dec 17 08:02:43.548 INFO O| Dec 17 08:02:43.548 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-17T08:02:45.681Z[ recovery-image] Dec 17 08:02:43.640 INFO O| Dec 17 08:02:43.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56702024-12-17T08:02:45.681Z[ recovery-image] Dec 17 08:02:43.640 INFO O| Dec 17 08:02:43.640 INFO STEP 443 (remove_files) COMPLETE
56712024-12-17T08:02:45.684Z[ recovery-image] Dec 17 08:02:43.640 INFO O| Dec 17 08:02:43.640 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-17T08:02:45.717Z[ recovery-image] Dec 17 08:02:43.676 INFO O| Dec 17 08:02:43.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56732024-12-17T08:02:45.717Z[ recovery-image] Dec 17 08:02:43.676 INFO O| Dec 17 08:02:43.676 INFO STEP 444 (remove_files) COMPLETE
56742024-12-17T08:02:45.719Z[ recovery-image] Dec 17 08:02:43.676 INFO O| Dec 17 08:02:43.676 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-17T08:02:45.756Z[ host-image] Dec 17 08:02:43.715 INFO O| Dec 17 08:02:43.715 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
56762024-12-17T08:02:45.763Z[ recovery-image] Dec 17 08:02:43.722 INFO O| Dec 17 08:02:43.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56772024-12-17T08:02:45.763Z[ recovery-image] Dec 17 08:02:43.722 INFO O| Dec 17 08:02:43.722 INFO STEP 445 (remove_files) COMPLETE
56782024-12-17T08:02:45.763Z[ recovery-image] Dec 17 08:02:43.722 INFO O| Dec 17 08:02:43.722 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-17T08:02:45.836Z[ recovery-image] Dec 17 08:02:43.795 INFO O| Dec 17 08:02:43.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56802024-12-17T08:02:45.836Z[ recovery-image] Dec 17 08:02:43.795 INFO O| Dec 17 08:02:43.795 INFO STEP 446 (remove_files) COMPLETE
56812024-12-17T08:02:45.838Z[ recovery-image] Dec 17 08:02:43.795 INFO O| Dec 17 08:02:43.795 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-17T08:02:45.885Z[ recovery-image] Dec 17 08:02:43.844 INFO O| Dec 17 08:02:43.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56832024-12-17T08:02:45.885Z[ recovery-image] Dec 17 08:02:43.844 INFO O| Dec 17 08:02:43.844 INFO STEP 447 (remove_files) COMPLETE
56842024-12-17T08:02:45.885Z[ recovery-image] Dec 17 08:02:43.844 INFO O| Dec 17 08:02:43.844 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-17T08:02:45.915Z[ recovery-image] Dec 17 08:02:43.874 INFO O| Dec 17 08:02:43.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56862024-12-17T08:02:45.917Z[ recovery-image] Dec 17 08:02:43.874 INFO O| Dec 17 08:02:43.874 INFO STEP 448 (remove_files) COMPLETE
56872024-12-17T08:02:45.917Z[ recovery-image] Dec 17 08:02:43.874 INFO O| Dec 17 08:02:43.874 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-17T08:02:45.996Z[ recovery-image] Dec 17 08:02:43.955 INFO O| Dec 17 08:02:43.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56892024-12-17T08:02:45.998Z[ recovery-image] Dec 17 08:02:43.955 INFO O| Dec 17 08:02:43.955 INFO STEP 449 (remove_files) COMPLETE
56902024-12-17T08:02:45.999Z[ recovery-image] Dec 17 08:02:43.955 INFO O| Dec 17 08:02:43.955 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-17T08:02:46.018Z[ recovery-image] Dec 17 08:02:43.976 INFO O| Dec 17 08:02:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56922024-12-17T08:02:46.021Z[ recovery-image] Dec 17 08:02:43.977 INFO O| Dec 17 08:02:43.977 INFO STEP 450 (remove_files) COMPLETE
56932024-12-17T08:02:46.021Z[ recovery-image] Dec 17 08:02:43.977 INFO O| Dec 17 08:02:43.977 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-17T08:02:46.039Z[ recovery-image] Dec 17 08:02:43.998 INFO O| Dec 17 08:02:43.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56952024-12-17T08:02:46.041Z[ recovery-image] Dec 17 08:02:43.998 INFO O| Dec 17 08:02:43.998 INFO STEP 451 (remove_files) COMPLETE
56962024-12-17T08:02:46.041Z[ recovery-image] Dec 17 08:02:43.998 INFO O| Dec 17 08:02:43.998 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-17T08:02:46.065Z[ recovery-image] Dec 17 08:02:44.024 INFO O| Dec 17 08:02:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56982024-12-17T08:02:46.067Z[ recovery-image] Dec 17 08:02:44.024 INFO O| Dec 17 08:02:44.024 INFO STEP 452 (remove_files) COMPLETE
56992024-12-17T08:02:46.067Z[ recovery-image] Dec 17 08:02:44.024 INFO O| Dec 17 08:02:44.024 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-17T08:02:46.088Z[ recovery-image] Dec 17 08:02:44.047 INFO O| Dec 17 08:02:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57012024-12-17T08:02:46.090Z[ recovery-image] Dec 17 08:02:44.047 INFO O| Dec 17 08:02:44.047 INFO STEP 453 (remove_files) COMPLETE
57022024-12-17T08:02:46.090Z[ recovery-image] Dec 17 08:02:44.047 INFO O| Dec 17 08:02:44.047 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-17T08:02:46.109Z[ recovery-image] Dec 17 08:02:44.068 INFO O| Dec 17 08:02:44.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57042024-12-17T08:02:46.112Z[ recovery-image] Dec 17 08:02:44.069 INFO O| Dec 17 08:02:44.069 INFO STEP 454 (remove_files) COMPLETE
57052024-12-17T08:02:46.112Z[ recovery-image] Dec 17 08:02:44.069 INFO O| Dec 17 08:02:44.069 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-17T08:02:46.132Z[ recovery-image] Dec 17 08:02:44.091 INFO O| Dec 17 08:02:44.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57072024-12-17T08:02:46.134Z[ recovery-image] Dec 17 08:02:44.091 INFO O| Dec 17 08:02:44.091 INFO STEP 455 (remove_files) COMPLETE
57082024-12-17T08:02:46.134Z[ recovery-image] Dec 17 08:02:44.091 INFO O| Dec 17 08:02:44.091 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-17T08:02:46.153Z[ recovery-image] Dec 17 08:02:44.112 INFO O| Dec 17 08:02:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57102024-12-17T08:02:46.156Z[ recovery-image] Dec 17 08:02:44.112 INFO O| Dec 17 08:02:44.112 INFO STEP 456 (remove_files) COMPLETE
57112024-12-17T08:02:46.156Z[ recovery-image] Dec 17 08:02:44.113 INFO O| Dec 17 08:02:44.113 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-17T08:02:46.173Z[ recovery-image] Dec 17 08:02:44.133 INFO O| Dec 17 08:02:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57132024-12-17T08:02:46.174Z[ recovery-image] Dec 17 08:02:44.133 INFO O| Dec 17 08:02:44.133 INFO STEP 457 (remove_files) COMPLETE
57142024-12-17T08:02:46.176Z[ recovery-image] Dec 17 08:02:44.133 INFO O| Dec 17 08:02:44.133 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-17T08:02:46.192Z[ recovery-image] Dec 17 08:02:44.151 INFO O| Dec 17 08:02:44.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57162024-12-17T08:02:46.195Z[ recovery-image] Dec 17 08:02:44.151 INFO O| Dec 17 08:02:44.151 INFO STEP 458 (remove_files) COMPLETE
57172024-12-17T08:02:46.195Z[ recovery-image] Dec 17 08:02:44.151 INFO O| Dec 17 08:02:44.151 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-17T08:02:46.241Z[ recovery-image] Dec 17 08:02:44.200 INFO O| Dec 17 08:02:44.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57192024-12-17T08:02:46.241Z[ recovery-image] Dec 17 08:02:44.200 INFO O| Dec 17 08:02:44.200 INFO STEP 459 (remove_files) COMPLETE
57202024-12-17T08:02:46.244Z[ recovery-image] Dec 17 08:02:44.200 INFO O| Dec 17 08:02:44.200 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-17T08:02:46.275Z[ recovery-image] Dec 17 08:02:44.234 INFO O| Dec 17 08:02:44.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57222024-12-17T08:02:46.275Z[ recovery-image] Dec 17 08:02:44.235 INFO O| Dec 17 08:02:44.234 INFO STEP 460 (remove_files) COMPLETE
57232024-12-17T08:02:46.278Z[ recovery-image] Dec 17 08:02:44.235 INFO O| Dec 17 08:02:44.235 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-17T08:02:46.294Z[ recovery-image] Dec 17 08:02:44.253 INFO O| Dec 17 08:02:44.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57252024-12-17T08:02:46.294Z[ recovery-image] Dec 17 08:02:44.253 INFO O| Dec 17 08:02:44.253 INFO STEP 461 (remove_files) COMPLETE
57262024-12-17T08:02:46.294Z[ recovery-image] Dec 17 08:02:44.253 INFO O| Dec 17 08:02:44.253 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-17T08:02:46.312Z[ host-image] Dec 17 08:02:44.271 INFO O| Dec 17 08:02:44.271 INFO O| Done
57282024-12-17T08:02:46.312Z[ host-image] Dec 17 08:02:44.271 INFO O| Dec 17 08:02:44.271 INFO O| Done
57292024-12-17T08:02:46.315Z[ recovery-image] Dec 17 08:02:44.272 INFO O| Dec 17 08:02:44.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57302024-12-17T08:02:46.315Z[ recovery-image] Dec 17 08:02:44.272 INFO O| Dec 17 08:02:44.272 INFO STEP 462 (remove_files) COMPLETE
57312024-12-17T08:02:46.315Z[ recovery-image] Dec 17 08:02:44.272 INFO O| Dec 17 08:02:44.272 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-17T08:02:46.340Z[ recovery-image] Dec 17 08:02:44.299 INFO O| Dec 17 08:02:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57332024-12-17T08:02:46.340Z[ recovery-image] Dec 17 08:02:44.299 INFO O| Dec 17 08:02:44.299 INFO STEP 463 (remove_files) COMPLETE
57342024-12-17T08:02:46.342Z[ recovery-image] Dec 17 08:02:44.299 INFO O| Dec 17 08:02:44.299 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-17T08:02:46.388Z[ recovery-image] Dec 17 08:02:44.347 INFO O| Dec 17 08:02:44.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57362024-12-17T08:02:46.388Z[ recovery-image] Dec 17 08:02:44.347 INFO O| Dec 17 08:02:44.347 INFO STEP 464 (remove_files) COMPLETE
57372024-12-17T08:02:46.388Z[ recovery-image] Dec 17 08:02:44.347 INFO O| Dec 17 08:02:44.347 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-17T08:02:46.422Z[ recovery-image] Dec 17 08:02:44.381 INFO O| Dec 17 08:02:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57392024-12-17T08:02:46.422Z[ recovery-image] Dec 17 08:02:44.381 INFO O| Dec 17 08:02:44.381 INFO STEP 465 (remove_files) COMPLETE
57402024-12-17T08:02:46.422Z[ recovery-image] Dec 17 08:02:44.381 INFO O| Dec 17 08:02:44.381 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-17T08:02:46.444Z[ recovery-image] Dec 17 08:02:44.403 INFO O| Dec 17 08:02:44.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57422024-12-17T08:02:46.444Z[ recovery-image] Dec 17 08:02:44.403 INFO O| Dec 17 08:02:44.403 INFO STEP 466 (remove_files) COMPLETE
57432024-12-17T08:02:46.444Z[ recovery-image] Dec 17 08:02:44.403 INFO O| Dec 17 08:02:44.403 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-17T08:02:46.464Z[ recovery-image] Dec 17 08:02:44.423 INFO O| Dec 17 08:02:44.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57452024-12-17T08:02:46.464Z[ recovery-image] Dec 17 08:02:44.423 INFO O| Dec 17 08:02:44.423 INFO STEP 467 (remove_files) COMPLETE
57462024-12-17T08:02:46.464Z[ recovery-image] Dec 17 08:02:44.423 INFO O| Dec 17 08:02:44.423 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-17T08:02:46.482Z[ recovery-image] Dec 17 08:02:44.441 INFO O| Dec 17 08:02:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57482024-12-17T08:02:46.482Z[ recovery-image] Dec 17 08:02:44.441 INFO O| Dec 17 08:02:44.441 INFO STEP 468 (remove_files) COMPLETE
57492024-12-17T08:02:46.482Z[ recovery-image] Dec 17 08:02:44.441 INFO O| Dec 17 08:02:44.441 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-17T08:02:46.498Z[ recovery-image] Dec 17 08:02:44.457 INFO O| Dec 17 08:02:44.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57512024-12-17T08:02:46.498Z[ recovery-image] Dec 17 08:02:44.457 INFO O| Dec 17 08:02:44.457 INFO STEP 469 (remove_files) COMPLETE
57522024-12-17T08:02:46.501Z[ recovery-image] Dec 17 08:02:44.457 INFO O| Dec 17 08:02:44.457 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-17T08:02:46.514Z[ recovery-image] Dec 17 08:02:44.473 INFO O| Dec 17 08:02:44.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57542024-12-17T08:02:46.514Z[ recovery-image] Dec 17 08:02:44.473 INFO O| Dec 17 08:02:44.473 INFO STEP 470 (remove_files) COMPLETE
57552024-12-17T08:02:46.514Z[ recovery-image] Dec 17 08:02:44.473 INFO O| Dec 17 08:02:44.473 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-17T08:02:46.529Z[ recovery-image] Dec 17 08:02:44.488 INFO O| Dec 17 08:02:44.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57572024-12-17T08:02:46.529Z[ recovery-image] Dec 17 08:02:44.488 INFO O| Dec 17 08:02:44.488 INFO STEP 471 (remove_files) COMPLETE
57582024-12-17T08:02:46.529Z[ recovery-image] Dec 17 08:02:44.488 INFO O| Dec 17 08:02:44.488 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-17T08:02:46.544Z[ recovery-image] Dec 17 08:02:44.503 INFO O| Dec 17 08:02:44.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57602024-12-17T08:02:46.552Z[ recovery-image] Dec 17 08:02:44.511 INFO O| Dec 17 08:02:44.511 INFO STEP 472 (remove_files) COMPLETE
57612024-12-17T08:02:46.552Z[ recovery-image] Dec 17 08:02:44.511 INFO O| Dec 17 08:02:44.511 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-17T08:02:46.587Z[ recovery-image] Dec 17 08:02:44.546 INFO O| Dec 17 08:02:44.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57632024-12-17T08:02:46.587Z[ recovery-image] Dec 17 08:02:44.546 INFO O| Dec 17 08:02:44.546 INFO STEP 473 (remove_files) COMPLETE
57642024-12-17T08:02:46.587Z[ recovery-image] Dec 17 08:02:44.546 INFO O| Dec 17 08:02:44.546 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-17T08:02:46.607Z[ recovery-image] Dec 17 08:02:44.566 INFO O| Dec 17 08:02:44.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57662024-12-17T08:02:46.610Z[ recovery-image] Dec 17 08:02:44.567 INFO O| Dec 17 08:02:44.567 INFO STEP 474 (remove_files) COMPLETE
57672024-12-17T08:02:46.610Z[ recovery-image] Dec 17 08:02:44.567 INFO O| Dec 17 08:02:44.567 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-17T08:02:46.652Z[ recovery-image] Dec 17 08:02:44.611 INFO O| Dec 17 08:02:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57692024-12-17T08:02:46.652Z[ recovery-image] Dec 17 08:02:44.611 INFO O| Dec 17 08:02:44.611 INFO STEP 475 (remove_files) COMPLETE
57702024-12-17T08:02:46.654Z[ recovery-image] Dec 17 08:02:44.611 INFO O| Dec 17 08:02:44.611 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-17T08:02:46.670Z[ recovery-image] Dec 17 08:02:44.629 INFO O| Dec 17 08:02:44.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57722024-12-17T08:02:46.670Z[ recovery-image] Dec 17 08:02:44.629 INFO O| Dec 17 08:02:44.629 INFO STEP 476 (remove_files) COMPLETE
57732024-12-17T08:02:46.670Z[ recovery-image] Dec 17 08:02:44.629 INFO O| Dec 17 08:02:44.629 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-17T08:02:46.688Z[ recovery-image] Dec 17 08:02:44.646 INFO O| Dec 17 08:02:44.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57752024-12-17T08:02:46.688Z[ recovery-image] Dec 17 08:02:44.647 INFO O| Dec 17 08:02:44.647 INFO STEP 477 (remove_files) COMPLETE
57762024-12-17T08:02:46.688Z[ recovery-image] Dec 17 08:02:44.647 INFO O| Dec 17 08:02:44.647 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-17T08:02:46.707Z[ recovery-image] Dec 17 08:02:44.666 INFO O| Dec 17 08:02:44.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57782024-12-17T08:02:46.707Z[ recovery-image] Dec 17 08:02:44.666 INFO O| Dec 17 08:02:44.666 INFO STEP 478 (remove_files) COMPLETE
57792024-12-17T08:02:46.707Z[ recovery-image] Dec 17 08:02:44.666 INFO O| Dec 17 08:02:44.666 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-17T08:02:46.742Z[ recovery-image] Dec 17 08:02:44.701 INFO O| Dec 17 08:02:44.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57812024-12-17T08:02:46.742Z[ recovery-image] Dec 17 08:02:44.701 INFO O| Dec 17 08:02:44.701 INFO STEP 479 (remove_files) COMPLETE
57822024-12-17T08:02:46.742Z[ recovery-image] Dec 17 08:02:44.701 INFO O| Dec 17 08:02:44.701 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-17T08:02:46.761Z[ recovery-image] Dec 17 08:02:44.719 INFO O| Dec 17 08:02:44.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57842024-12-17T08:02:46.784Z[ recovery-image] Dec 17 08:02:44.743 INFO O| Dec 17 08:02:44.743 INFO STEP 480 (remove_files) COMPLETE
57852024-12-17T08:02:46.784Z[ recovery-image] Dec 17 08:02:44.743 INFO O| Dec 17 08:02:44.743 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-17T08:02:46.823Z[ recovery-image] Dec 17 08:02:44.781 INFO O| Dec 17 08:02:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57872024-12-17T08:02:46.842Z[ recovery-image] Dec 17 08:02:44.801 INFO O| Dec 17 08:02:44.801 INFO STEP 481 (remove_files) COMPLETE
57882024-12-17T08:02:46.842Z[ recovery-image] Dec 17 08:02:44.801 INFO O| Dec 17 08:02:44.801 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-17T08:02:46.898Z[ recovery-image] Dec 17 08:02:44.857 INFO O| Dec 17 08:02:44.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57902024-12-17T08:02:46.898Z[ recovery-image] Dec 17 08:02:44.857 INFO O| Dec 17 08:02:44.857 INFO STEP 482 (remove_files) COMPLETE
57912024-12-17T08:02:46.901Z[ recovery-image] Dec 17 08:02:44.857 INFO O| Dec 17 08:02:44.857 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-17T08:02:46.918Z[ recovery-image] Dec 17 08:02:44.876 INFO O| Dec 17 08:02:44.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57932024-12-17T08:02:46.918Z[ recovery-image] Dec 17 08:02:44.877 INFO O| Dec 17 08:02:44.877 INFO STEP 483 (remove_files) COMPLETE
57942024-12-17T08:02:46.918Z[ recovery-image] Dec 17 08:02:44.877 INFO O| Dec 17 08:02:44.877 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-17T08:02:46.952Z[ recovery-image] Dec 17 08:02:44.911 INFO O| Dec 17 08:02:44.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57962024-12-17T08:02:46.952Z[ recovery-image] Dec 17 08:02:44.911 INFO O| Dec 17 08:02:44.911 INFO STEP 484 (remove_files) COMPLETE
57972024-12-17T08:02:46.952Z[ recovery-image] Dec 17 08:02:44.911 INFO O| Dec 17 08:02:44.911 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-17T08:02:46.969Z[ recovery-image] Dec 17 08:02:44.928 INFO O| Dec 17 08:02:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57992024-12-17T08:02:46.969Z[ recovery-image] Dec 17 08:02:44.928 INFO O| Dec 17 08:02:44.928 INFO STEP 485 (remove_files) COMPLETE
58002024-12-17T08:02:46.969Z[ recovery-image] Dec 17 08:02:44.928 INFO O| Dec 17 08:02:44.928 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-17T08:02:46.984Z[ recovery-image] Dec 17 08:02:44.943 INFO O| Dec 17 08:02:44.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58022024-12-17T08:02:46.984Z[ recovery-image] Dec 17 08:02:44.944 INFO O| Dec 17 08:02:44.944 INFO STEP 486 (remove_files) COMPLETE
58032024-12-17T08:02:46.987Z[ recovery-image] Dec 17 08:02:44.944 INFO O| Dec 17 08:02:44.944 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-17T08:02:47.002Z[ recovery-image] Dec 17 08:02:44.961 INFO O| Dec 17 08:02:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58052024-12-17T08:02:47.002Z[ recovery-image] Dec 17 08:02:44.961 INFO O| Dec 17 08:02:44.961 INFO STEP 487 (remove_files) COMPLETE
58062024-12-17T08:02:47.005Z[ recovery-image] Dec 17 08:02:44.961 INFO O| Dec 17 08:02:44.961 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-17T08:02:47.018Z[ recovery-image] Dec 17 08:02:44.977 INFO O| Dec 17 08:02:44.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58082024-12-17T08:02:47.018Z[ recovery-image] Dec 17 08:02:44.977 INFO O| Dec 17 08:02:44.977 INFO STEP 488 (remove_files) COMPLETE
58092024-12-17T08:02:47.018Z[ recovery-image] Dec 17 08:02:44.977 INFO O| Dec 17 08:02:44.977 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-17T08:02:47.034Z[ recovery-image] Dec 17 08:02:44.993 INFO O| Dec 17 08:02:44.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58112024-12-17T08:02:47.034Z[ recovery-image] Dec 17 08:02:44.993 INFO O| Dec 17 08:02:44.993 INFO STEP 489 (remove_files) COMPLETE
58122024-12-17T08:02:47.034Z[ recovery-image] Dec 17 08:02:44.993 INFO O| Dec 17 08:02:44.993 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-17T08:02:47.055Z[ recovery-image] Dec 17 08:02:45.014 INFO O| Dec 17 08:02:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58142024-12-17T08:02:47.055Z[ recovery-image] Dec 17 08:02:45.014 INFO O| Dec 17 08:02:45.014 INFO STEP 490 (remove_files) COMPLETE
58152024-12-17T08:02:47.055Z[ recovery-image] Dec 17 08:02:45.014 INFO O| Dec 17 08:02:45.014 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-17T08:02:47.087Z[ recovery-image] Dec 17 08:02:45.046 INFO O| Dec 17 08:02:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58172024-12-17T08:02:47.087Z[ recovery-image] Dec 17 08:02:45.046 INFO O| Dec 17 08:02:45.046 INFO STEP 491 (remove_files) COMPLETE
58182024-12-17T08:02:47.087Z[ recovery-image] Dec 17 08:02:45.046 INFO O| Dec 17 08:02:45.046 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-17T08:02:47.161Z[ recovery-image] Dec 17 08:02:45.119 INFO O| Dec 17 08:02:45.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58202024-12-17T08:02:47.163Z[ recovery-image] Dec 17 08:02:45.119 INFO O| Dec 17 08:02:45.119 INFO STEP 492 (remove_files) COMPLETE
58212024-12-17T08:02:47.163Z[ recovery-image] Dec 17 08:02:45.119 INFO O| Dec 17 08:02:45.119 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-17T08:02:47.197Z[ recovery-image] Dec 17 08:02:45.156 INFO O| Dec 17 08:02:45.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58232024-12-17T08:02:47.197Z[ recovery-image] Dec 17 08:02:45.156 INFO O| Dec 17 08:02:45.156 INFO STEP 493 (remove_files) COMPLETE
58242024-12-17T08:02:47.197Z[ recovery-image] Dec 17 08:02:45.156 INFO O| Dec 17 08:02:45.156 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-17T08:02:47.224Z[ recovery-image] Dec 17 08:02:45.183 INFO O| Dec 17 08:02:45.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58262024-12-17T08:02:47.224Z[ recovery-image] Dec 17 08:02:45.183 INFO O| Dec 17 08:02:45.183 INFO STEP 494 (remove_files) COMPLETE
58272024-12-17T08:02:47.224Z[ recovery-image] Dec 17 08:02:45.183 INFO O| Dec 17 08:02:45.183 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-17T08:02:47.285Z[ recovery-image] Dec 17 08:02:45.244 INFO O| Dec 17 08:02:45.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58292024-12-17T08:02:47.287Z[ recovery-image] Dec 17 08:02:45.244 INFO O| Dec 17 08:02:45.244 INFO STEP 495 (remove_files) COMPLETE
58302024-12-17T08:02:47.287Z[ recovery-image] Dec 17 08:02:45.244 INFO O| Dec 17 08:02:45.244 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-17T08:02:47.311Z[ recovery-image] Dec 17 08:02:45.270 INFO O| Dec 17 08:02:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58322024-12-17T08:02:47.311Z[ recovery-image] Dec 17 08:02:45.270 INFO O| Dec 17 08:02:45.270 INFO STEP 496 (remove_files) COMPLETE
58332024-12-17T08:02:47.311Z[ recovery-image] Dec 17 08:02:45.270 INFO O| Dec 17 08:02:45.270 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-17T08:02:47.329Z[ recovery-image] Dec 17 08:02:45.288 INFO O| Dec 17 08:02:45.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58352024-12-17T08:02:47.329Z[ recovery-image] Dec 17 08:02:45.288 INFO O| Dec 17 08:02:45.288 INFO STEP 497 (remove_files) COMPLETE
58362024-12-17T08:02:47.329Z[ recovery-image] Dec 17 08:02:45.288 INFO O| Dec 17 08:02:45.288 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-17T08:02:47.348Z[ recovery-image] Dec 17 08:02:45.307 INFO O| Dec 17 08:02:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58382024-12-17T08:02:47.350Z[ recovery-image] Dec 17 08:02:45.307 INFO O| Dec 17 08:02:45.307 INFO STEP 498 (remove_files) COMPLETE
58392024-12-17T08:02:47.350Z[ recovery-image] Dec 17 08:02:45.307 INFO O| Dec 17 08:02:45.307 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-17T08:02:47.367Z[ recovery-image] Dec 17 08:02:45.326 INFO O| Dec 17 08:02:45.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58412024-12-17T08:02:47.367Z[ recovery-image] Dec 17 08:02:45.326 INFO O| Dec 17 08:02:45.326 INFO STEP 499 (remove_files) COMPLETE
58422024-12-17T08:02:47.367Z[ recovery-image] Dec 17 08:02:45.326 INFO O| Dec 17 08:02:45.326 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-17T08:02:47.386Z[ recovery-image] Dec 17 08:02:45.345 INFO O| Dec 17 08:02:45.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58442024-12-17T08:02:47.386Z[ recovery-image] Dec 17 08:02:45.345 INFO O| Dec 17 08:02:45.345 INFO STEP 500 (remove_files) COMPLETE
58452024-12-17T08:02:47.386Z[ recovery-image] Dec 17 08:02:45.345 INFO O| Dec 17 08:02:45.345 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-17T08:02:47.405Z[ recovery-image] Dec 17 08:02:45.364 INFO O| Dec 17 08:02:45.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58472024-12-17T08:02:47.405Z[ recovery-image] Dec 17 08:02:45.364 INFO O| Dec 17 08:02:45.364 INFO STEP 501 (remove_files) COMPLETE
58482024-12-17T08:02:47.405Z[ recovery-image] Dec 17 08:02:45.364 INFO O| Dec 17 08:02:45.364 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-17T08:02:47.440Z[ recovery-image] Dec 17 08:02:45.398 INFO O| Dec 17 08:02:45.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58502024-12-17T08:02:47.440Z[ recovery-image] Dec 17 08:02:45.399 INFO O| Dec 17 08:02:45.399 INFO STEP 502 (remove_files) COMPLETE
58512024-12-17T08:02:47.440Z[ recovery-image] Dec 17 08:02:45.399 INFO O| Dec 17 08:02:45.399 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-17T08:02:47.459Z[ recovery-image] Dec 17 08:02:45.418 INFO O| Dec 17 08:02:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58532024-12-17T08:02:47.459Z[ recovery-image] Dec 17 08:02:45.418 INFO O| Dec 17 08:02:45.418 INFO STEP 503 (remove_files) COMPLETE
58542024-12-17T08:02:47.459Z[ recovery-image] Dec 17 08:02:45.418 INFO O| Dec 17 08:02:45.418 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-17T08:02:47.477Z[ host-image] Dec 17 08:02:45.436 INFO O| Dec 17 08:02:45.436 INFO O| Done
58562024-12-17T08:02:47.480Z[ recovery-image] Dec 17 08:02:45.437 INFO O| Dec 17 08:02:45.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58572024-12-17T08:02:47.480Z[ recovery-image] Dec 17 08:02:45.437 INFO O| Dec 17 08:02:45.437 INFO STEP 504 (remove_files) COMPLETE
58582024-12-17T08:02:47.480Z[ recovery-image] Dec 17 08:02:45.437 INFO O| Dec 17 08:02:45.437 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-17T08:02:47.498Z[ recovery-image] Dec 17 08:02:45.457 INFO O| Dec 17 08:02:45.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58602024-12-17T08:02:47.498Z[ recovery-image] Dec 17 08:02:45.457 INFO O| Dec 17 08:02:45.457 INFO STEP 505 (remove_files) COMPLETE
58612024-12-17T08:02:47.498Z[ recovery-image] Dec 17 08:02:45.457 INFO O| Dec 17 08:02:45.457 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-17T08:02:47.523Z[ recovery-image] Dec 17 08:02:45.482 INFO O| Dec 17 08:02:45.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58632024-12-17T08:02:47.530Z[ recovery-image] Dec 17 08:02:45.488 INFO O| Dec 17 08:02:45.488 INFO STEP 506 (remove_files) COMPLETE
58642024-12-17T08:02:47.530Z[ recovery-image] Dec 17 08:02:45.489 INFO O| Dec 17 08:02:45.488 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-17T08:02:47.557Z[ recovery-image] Dec 17 08:02:45.514 INFO O| Dec 17 08:02:45.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58662024-12-17T08:02:47.557Z[ recovery-image] Dec 17 08:02:45.515 INFO O| Dec 17 08:02:45.514 INFO STEP 507 (remove_files) COMPLETE
58672024-12-17T08:02:47.557Z[ recovery-image] Dec 17 08:02:45.515 INFO O| Dec 17 08:02:45.514 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-17T08:02:47.590Z[ recovery-image] Dec 17 08:02:45.548 INFO O| Dec 17 08:02:45.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58692024-12-17T08:02:47.590Z[ recovery-image] Dec 17 08:02:45.548 INFO O| Dec 17 08:02:45.548 INFO STEP 508 (remove_files) COMPLETE
58702024-12-17T08:02:47.590Z[ recovery-image] Dec 17 08:02:45.548 INFO O| Dec 17 08:02:45.548 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-17T08:02:47.648Z[ recovery-image] Dec 17 08:02:45.607 INFO O| Dec 17 08:02:45.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58722024-12-17T08:02:47.648Z[ recovery-image] Dec 17 08:02:45.607 INFO O| Dec 17 08:02:45.607 INFO STEP 509 (remove_files) COMPLETE
58732024-12-17T08:02:47.648Z[ recovery-image] Dec 17 08:02:45.607 INFO O| Dec 17 08:02:45.607 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-17T08:02:47.668Z[ recovery-image] Dec 17 08:02:45.626 INFO O| Dec 17 08:02:45.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58752024-12-17T08:02:47.668Z[ recovery-image] Dec 17 08:02:45.627 INFO O| Dec 17 08:02:45.626 INFO STEP 510 (remove_files) COMPLETE
58762024-12-17T08:02:47.668Z[ recovery-image] Dec 17 08:02:45.627 INFO O| Dec 17 08:02:45.627 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-17T08:02:47.701Z[ recovery-image] Dec 17 08:02:45.660 INFO O| Dec 17 08:02:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58782024-12-17T08:02:47.701Z[ recovery-image] Dec 17 08:02:45.660 INFO O| Dec 17 08:02:45.660 INFO STEP 511 (remove_files) COMPLETE
58792024-12-17T08:02:47.704Z[ recovery-image] Dec 17 08:02:45.660 INFO O| Dec 17 08:02:45.660 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-17T08:02:47.758Z[ recovery-image] Dec 17 08:02:45.717 INFO O| Dec 17 08:02:45.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58812024-12-17T08:02:47.758Z[ recovery-image] Dec 17 08:02:45.717 INFO O| Dec 17 08:02:45.717 INFO STEP 512 (remove_files) COMPLETE
58822024-12-17T08:02:47.761Z[ recovery-image] Dec 17 08:02:45.717 INFO O| Dec 17 08:02:45.717 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-17T08:02:47.816Z[ recovery-image] Dec 17 08:02:45.774 INFO O| Dec 17 08:02:45.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58842024-12-17T08:02:47.816Z[ recovery-image] Dec 17 08:02:45.774 INFO O| Dec 17 08:02:45.774 INFO STEP 513 (remove_files) COMPLETE
58852024-12-17T08:02:47.818Z[ recovery-image] Dec 17 08:02:45.774 INFO O| Dec 17 08:02:45.774 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-17T08:02:47.859Z[ recovery-image] Dec 17 08:02:45.818 INFO O| Dec 17 08:02:45.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58872024-12-17T08:02:47.859Z[ recovery-image] Dec 17 08:02:45.818 INFO O| Dec 17 08:02:45.818 INFO STEP 514 (remove_files) COMPLETE
58882024-12-17T08:02:47.859Z[ recovery-image] Dec 17 08:02:45.818 INFO O| Dec 17 08:02:45.818 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-17T08:02:47.878Z[ recovery-image] Dec 17 08:02:45.836 INFO O| Dec 17 08:02:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58902024-12-17T08:02:47.878Z[ recovery-image] Dec 17 08:02:45.836 INFO O| Dec 17 08:02:45.836 INFO STEP 515 (remove_files) COMPLETE
58912024-12-17T08:02:47.878Z[ recovery-image] Dec 17 08:02:45.836 INFO O| Dec 17 08:02:45.836 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-17T08:02:47.898Z[ recovery-image] Dec 17 08:02:45.857 INFO O| Dec 17 08:02:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58932024-12-17T08:02:47.898Z[ recovery-image] Dec 17 08:02:45.857 INFO O| Dec 17 08:02:45.857 INFO STEP 516 (remove_files) COMPLETE
58942024-12-17T08:02:47.898Z[ recovery-image] Dec 17 08:02:45.857 INFO O| Dec 17 08:02:45.857 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-17T08:02:47.930Z[ recovery-image] Dec 17 08:02:45.889 INFO O| Dec 17 08:02:45.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58962024-12-17T08:02:47.930Z[ recovery-image] Dec 17 08:02:45.889 INFO O| Dec 17 08:02:45.889 INFO STEP 517 (remove_files) COMPLETE
58972024-12-17T08:02:47.930Z[ recovery-image] Dec 17 08:02:45.889 INFO O| Dec 17 08:02:45.889 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-17T08:02:47.969Z[ recovery-image] Dec 17 08:02:45.928 INFO O| Dec 17 08:02:45.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58992024-12-17T08:02:47.972Z[ recovery-image] Dec 17 08:02:45.928 INFO O| Dec 17 08:02:45.928 INFO STEP 518 (remove_files) COMPLETE
59002024-12-17T08:02:47.972Z[ recovery-image] Dec 17 08:02:45.928 INFO O| Dec 17 08:02:45.928 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-17T08:02:48.017Z[ recovery-image] Dec 17 08:02:45.976 INFO O| Dec 17 08:02:45.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59022024-12-17T08:02:48.017Z[ recovery-image] Dec 17 08:02:45.976 INFO O| Dec 17 08:02:45.976 INFO STEP 519 (remove_files) COMPLETE
59032024-12-17T08:02:48.020Z[ recovery-image] Dec 17 08:02:45.976 INFO O| Dec 17 08:02:45.976 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-17T08:02:48.050Z[ recovery-image] Dec 17 08:02:46.008 INFO O| Dec 17 08:02:46.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59052024-12-17T08:02:48.051Z[ recovery-image] Dec 17 08:02:46.008 INFO O| Dec 17 08:02:46.008 INFO STEP 520 (remove_files) COMPLETE
59062024-12-17T08:02:48.051Z[ recovery-image] Dec 17 08:02:46.008 INFO O| Dec 17 08:02:46.008 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-17T08:02:48.068Z[ recovery-image] Dec 17 08:02:46.027 INFO O| Dec 17 08:02:46.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59082024-12-17T08:02:48.080Z[ recovery-image] Dec 17 08:02:46.038 INFO O| Dec 17 08:02:46.038 INFO STEP 521 (remove_files) COMPLETE
59092024-12-17T08:02:48.080Z[ recovery-image] Dec 17 08:02:46.038 INFO O| Dec 17 08:02:46.038 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-17T08:02:48.112Z[ recovery-image] Dec 17 08:02:46.071 INFO O| Dec 17 08:02:46.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59112024-12-17T08:02:48.112Z[ recovery-image] Dec 17 08:02:46.071 INFO O| Dec 17 08:02:46.071 INFO STEP 522 (remove_files) COMPLETE
59122024-12-17T08:02:48.112Z[ recovery-image] Dec 17 08:02:46.071 INFO O| Dec 17 08:02:46.071 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-17T08:02:48.132Z[ recovery-image] Dec 17 08:02:46.090 INFO O| Dec 17 08:02:46.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59142024-12-17T08:02:48.132Z[ recovery-image] Dec 17 08:02:46.090 INFO O| Dec 17 08:02:46.090 INFO STEP 523 (remove_files) COMPLETE
59152024-12-17T08:02:48.132Z[ recovery-image] Dec 17 08:02:46.090 INFO O| Dec 17 08:02:46.090 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-17T08:02:48.155Z[ recovery-image] Dec 17 08:02:46.113 INFO O| Dec 17 08:02:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59172024-12-17T08:02:48.155Z[ recovery-image] Dec 17 08:02:46.113 INFO O| Dec 17 08:02:46.113 INFO STEP 524 (remove_files) COMPLETE
59182024-12-17T08:02:48.157Z[ recovery-image] Dec 17 08:02:46.113 INFO O| Dec 17 08:02:46.113 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-17T08:02:48.174Z[ recovery-image] Dec 17 08:02:46.133 INFO O| Dec 17 08:02:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59202024-12-17T08:02:48.174Z[ recovery-image] Dec 17 08:02:46.133 INFO O| Dec 17 08:02:46.133 INFO STEP 525 (remove_files) COMPLETE
59212024-12-17T08:02:48.174Z[ recovery-image] Dec 17 08:02:46.133 INFO O| Dec 17 08:02:46.133 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-17T08:02:48.192Z[ recovery-image] Dec 17 08:02:46.151 INFO O| Dec 17 08:02:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59232024-12-17T08:02:48.193Z[ recovery-image] Dec 17 08:02:46.151 INFO O| Dec 17 08:02:46.151 INFO STEP 526 (remove_files) COMPLETE
59242024-12-17T08:02:48.193Z[ recovery-image] Dec 17 08:02:46.151 INFO O| Dec 17 08:02:46.151 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-17T08:02:48.218Z[ recovery-image] Dec 17 08:02:46.176 INFO O| Dec 17 08:02:46.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59262024-12-17T08:02:48.218Z[ recovery-image] Dec 17 08:02:46.176 INFO O| Dec 17 08:02:46.176 INFO STEP 527 (remove_files) COMPLETE
59272024-12-17T08:02:48.218Z[ recovery-image] Dec 17 08:02:46.176 INFO O| Dec 17 08:02:46.176 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-17T08:02:48.249Z[ recovery-image] Dec 17 08:02:46.208 INFO O| Dec 17 08:02:46.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59292024-12-17T08:02:48.249Z[ recovery-image] Dec 17 08:02:46.208 INFO O| Dec 17 08:02:46.208 INFO STEP 528 (remove_files) COMPLETE
59302024-12-17T08:02:48.252Z[ recovery-image] Dec 17 08:02:46.208 INFO O| Dec 17 08:02:46.208 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-17T08:02:48.309Z[ recovery-image] Dec 17 08:02:46.267 INFO O| Dec 17 08:02:46.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59322024-12-17T08:02:48.309Z[ recovery-image] Dec 17 08:02:46.267 INFO O| Dec 17 08:02:46.267 INFO STEP 529 (remove_files) COMPLETE
59332024-12-17T08:02:48.309Z[ recovery-image] Dec 17 08:02:46.267 INFO O| Dec 17 08:02:46.267 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-17T08:02:48.327Z[ recovery-image] Dec 17 08:02:46.286 INFO O| Dec 17 08:02:46.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59352024-12-17T08:02:48.327Z[ recovery-image] Dec 17 08:02:46.286 INFO O| Dec 17 08:02:46.286 INFO STEP 530 (remove_files) COMPLETE
59362024-12-17T08:02:48.330Z[ recovery-image] Dec 17 08:02:46.286 INFO O| Dec 17 08:02:46.286 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-17T08:02:48.346Z[ recovery-image] Dec 17 08:02:46.304 INFO O| Dec 17 08:02:46.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59382024-12-17T08:02:48.346Z[ recovery-image] Dec 17 08:02:46.304 INFO O| Dec 17 08:02:46.304 INFO STEP 531 (remove_files) COMPLETE
59392024-12-17T08:02:48.346Z[ recovery-image] Dec 17 08:02:46.304 INFO O| Dec 17 08:02:46.304 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-17T08:02:48.363Z[ recovery-image] Dec 17 08:02:46.322 INFO O| Dec 17 08:02:46.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59412024-12-17T08:02:48.363Z[ recovery-image] Dec 17 08:02:46.322 INFO O| Dec 17 08:02:46.322 INFO STEP 532 (remove_files) COMPLETE
59422024-12-17T08:02:48.365Z[ recovery-image] Dec 17 08:02:46.322 INFO O| Dec 17 08:02:46.322 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-17T08:02:48.382Z[ recovery-image] Dec 17 08:02:46.340 INFO O| Dec 17 08:02:46.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59442024-12-17T08:02:48.382Z[ recovery-image] Dec 17 08:02:46.340 INFO O| Dec 17 08:02:46.340 INFO STEP 533 (remove_files) COMPLETE
59452024-12-17T08:02:48.382Z[ recovery-image] Dec 17 08:02:46.340 INFO O| Dec 17 08:02:46.340 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-17T08:02:48.400Z[ recovery-image] Dec 17 08:02:46.359 INFO O| Dec 17 08:02:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59472024-12-17T08:02:48.400Z[ recovery-image] Dec 17 08:02:46.359 INFO O| Dec 17 08:02:46.359 INFO STEP 534 (remove_files) COMPLETE
59482024-12-17T08:02:48.403Z[ recovery-image] Dec 17 08:02:46.359 INFO O| Dec 17 08:02:46.359 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-17T08:02:48.419Z[ recovery-image] Dec 17 08:02:46.377 INFO O| Dec 17 08:02:46.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59502024-12-17T08:02:48.421Z[ recovery-image] Dec 17 08:02:46.377 INFO O| Dec 17 08:02:46.377 INFO STEP 535 (remove_files) COMPLETE
59512024-12-17T08:02:48.421Z[ recovery-image] Dec 17 08:02:46.377 INFO O| Dec 17 08:02:46.377 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-17T08:02:48.444Z[ recovery-image] Dec 17 08:02:46.402 INFO O| Dec 17 08:02:46.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59532024-12-17T08:02:48.446Z[ recovery-image] Dec 17 08:02:46.402 INFO O| Dec 17 08:02:46.402 INFO STEP 536 (remove_files) COMPLETE
59542024-12-17T08:02:48.446Z[ recovery-image] Dec 17 08:02:46.403 INFO O| Dec 17 08:02:46.402 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-17T08:02:48.463Z[ recovery-image] Dec 17 08:02:46.422 INFO O| Dec 17 08:02:46.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59562024-12-17T08:02:48.463Z[ recovery-image] Dec 17 08:02:46.422 INFO O| Dec 17 08:02:46.422 INFO STEP 537 (remove_files) COMPLETE
59572024-12-17T08:02:48.466Z[ recovery-image] Dec 17 08:02:46.422 INFO O| Dec 17 08:02:46.422 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-17T08:02:48.499Z[ recovery-image] Dec 17 08:02:46.458 INFO O| Dec 17 08:02:46.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59592024-12-17T08:02:48.499Z[ recovery-image] Dec 17 08:02:46.458 INFO O| Dec 17 08:02:46.458 INFO STEP 538 (remove_files) COMPLETE
59602024-12-17T08:02:48.502Z[ recovery-image] Dec 17 08:02:46.458 INFO O| Dec 17 08:02:46.458 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-17T08:02:48.549Z[ recovery-image] Dec 17 08:02:46.507 INFO O| Dec 17 08:02:46.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59622024-12-17T08:02:48.549Z[ recovery-image] Dec 17 08:02:46.507 INFO O| Dec 17 08:02:46.507 INFO STEP 539 (remove_files) COMPLETE
59632024-12-17T08:02:48.549Z[ recovery-image] Dec 17 08:02:46.507 INFO O| Dec 17 08:02:46.507 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-17T08:02:48.586Z[ recovery-image] Dec 17 08:02:46.544 INFO O| Dec 17 08:02:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59652024-12-17T08:02:48.586Z[ recovery-image] Dec 17 08:02:46.544 INFO O| Dec 17 08:02:46.544 INFO STEP 540 (remove_files) COMPLETE
59662024-12-17T08:02:48.586Z[ recovery-image] Dec 17 08:02:46.544 INFO O| Dec 17 08:02:46.544 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-17T08:02:48.634Z[ recovery-image] Dec 17 08:02:46.592 INFO O| Dec 17 08:02:46.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59682024-12-17T08:02:48.634Z[ recovery-image] Dec 17 08:02:46.592 INFO O| Dec 17 08:02:46.592 INFO STEP 541 (remove_files) COMPLETE
59692024-12-17T08:02:48.634Z[ recovery-image] Dec 17 08:02:46.592 INFO O| Dec 17 08:02:46.592 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-17T08:02:48.672Z[ recovery-image] Dec 17 08:02:46.631 INFO O| Dec 17 08:02:46.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59712024-12-17T08:02:48.675Z[ recovery-image] Dec 17 08:02:46.631 INFO O| Dec 17 08:02:46.631 INFO STEP 542 (remove_files) COMPLETE
59722024-12-17T08:02:48.675Z[ recovery-image] Dec 17 08:02:46.631 INFO O| Dec 17 08:02:46.631 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-17T08:02:48.712Z[ recovery-image] Dec 17 08:02:46.670 INFO O| Dec 17 08:02:46.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59742024-12-17T08:02:48.712Z[ recovery-image] Dec 17 08:02:46.670 INFO O| Dec 17 08:02:46.670 INFO STEP 543 (remove_files) COMPLETE
59752024-12-17T08:02:48.714Z[ recovery-image] Dec 17 08:02:46.670 INFO O| Dec 17 08:02:46.670 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-17T08:02:48.769Z[ recovery-image] Dec 17 08:02:46.727 INFO O| Dec 17 08:02:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59772024-12-17T08:02:48.776Z[ recovery-image] Dec 17 08:02:46.728 INFO O| Dec 17 08:02:46.728 INFO STEP 544 (remove_files) COMPLETE
59782024-12-17T08:02:48.776Z[ recovery-image] Dec 17 08:02:46.728 INFO O| Dec 17 08:02:46.728 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-17T08:02:48.792Z[ recovery-image] Dec 17 08:02:46.750 INFO O| Dec 17 08:02:46.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59802024-12-17T08:02:48.794Z[ recovery-image] Dec 17 08:02:46.750 INFO O| Dec 17 08:02:46.750 INFO STEP 545 (remove_files) COMPLETE
59812024-12-17T08:02:48.794Z[ recovery-image] Dec 17 08:02:46.750 INFO O| Dec 17 08:02:46.750 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-17T08:02:48.826Z[ recovery-image] Dec 17 08:02:46.785 INFO O| Dec 17 08:02:46.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59832024-12-17T08:02:48.826Z[ recovery-image] Dec 17 08:02:46.785 INFO O| Dec 17 08:02:46.785 INFO STEP 546 (remove_files) COMPLETE
59842024-12-17T08:02:48.829Z[ recovery-image] Dec 17 08:02:46.785 INFO O| Dec 17 08:02:46.785 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-17T08:02:48.874Z[ recovery-image] Dec 17 08:02:46.832 INFO O| Dec 17 08:02:46.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59862024-12-17T08:02:48.874Z[ recovery-image] Dec 17 08:02:46.832 INFO O| Dec 17 08:02:46.832 INFO STEP 547 (remove_files) COMPLETE
59872024-12-17T08:02:48.874Z[ recovery-image] Dec 17 08:02:46.832 INFO O| Dec 17 08:02:46.832 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-17T08:02:48.894Z[ recovery-image] Dec 17 08:02:46.853 INFO O| Dec 17 08:02:46.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59892024-12-17T08:02:48.897Z[ recovery-image] Dec 17 08:02:46.853 INFO O| Dec 17 08:02:46.853 INFO STEP 548 (remove_files) COMPLETE
59902024-12-17T08:02:48.897Z[ recovery-image] Dec 17 08:02:46.853 INFO O| Dec 17 08:02:46.853 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-17T08:02:48.916Z[ recovery-image] Dec 17 08:02:46.873 INFO O| Dec 17 08:02:46.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59922024-12-17T08:02:48.916Z[ recovery-image] Dec 17 08:02:46.874 INFO O| Dec 17 08:02:46.873 INFO STEP 549 (remove_files) COMPLETE
59932024-12-17T08:02:48.916Z[ recovery-image] Dec 17 08:02:46.874 INFO O| Dec 17 08:02:46.874 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-17T08:02:48.957Z[ recovery-image] Dec 17 08:02:46.916 INFO O| Dec 17 08:02:46.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59952024-12-17T08:02:48.957Z[ recovery-image] Dec 17 08:02:46.916 INFO O| Dec 17 08:02:46.916 INFO STEP 550 (remove_files) COMPLETE
59962024-12-17T08:02:48.957Z[ recovery-image] Dec 17 08:02:46.916 INFO O| Dec 17 08:02:46.916 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-17T08:02:48.979Z[ recovery-image] Dec 17 08:02:46.937 INFO O| Dec 17 08:02:46.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59982024-12-17T08:02:48.979Z[ recovery-image] Dec 17 08:02:46.937 INFO O| Dec 17 08:02:46.937 INFO STEP 551 (remove_files) COMPLETE
59992024-12-17T08:02:48.979Z[ recovery-image] Dec 17 08:02:46.937 INFO O| Dec 17 08:02:46.937 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-17T08:02:49.010Z[ recovery-image] Dec 17 08:02:46.968 INFO O| Dec 17 08:02:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60012024-12-17T08:02:49.010Z[ recovery-image] Dec 17 08:02:46.968 INFO O| Dec 17 08:02:46.968 INFO STEP 552 (remove_files) COMPLETE
60022024-12-17T08:02:49.013Z[ recovery-image] Dec 17 08:02:46.968 INFO O| Dec 17 08:02:46.968 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-17T08:02:49.065Z[ recovery-image] Dec 17 08:02:47.024 INFO O| Dec 17 08:02:47.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60042024-12-17T08:02:49.065Z[ recovery-image] Dec 17 08:02:47.024 INFO O| Dec 17 08:02:47.024 INFO STEP 553 (remove_files) COMPLETE
60052024-12-17T08:02:49.068Z[ recovery-image] Dec 17 08:02:47.024 INFO O| Dec 17 08:02:47.024 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-17T08:02:49.133Z[ recovery-image] Dec 17 08:02:47.090 INFO O| Dec 17 08:02:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60072024-12-17T08:02:49.136Z[ recovery-image] Dec 17 08:02:47.092 INFO O| Dec 17 08:02:47.092 INFO STEP 554 (remove_files) COMPLETE
60082024-12-17T08:02:49.136Z[ recovery-image] Dec 17 08:02:47.092 INFO O| Dec 17 08:02:47.092 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-17T08:02:49.154Z[ recovery-image] Dec 17 08:02:47.112 INFO O| Dec 17 08:02:47.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60102024-12-17T08:02:49.154Z[ recovery-image] Dec 17 08:02:47.112 INFO O| Dec 17 08:02:47.112 INFO STEP 555 (remove_files) COMPLETE
60112024-12-17T08:02:49.154Z[ recovery-image] Dec 17 08:02:47.112 INFO O| Dec 17 08:02:47.112 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-17T08:02:49.195Z[ recovery-image] Dec 17 08:02:47.153 INFO O| Dec 17 08:02:47.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60132024-12-17T08:02:49.197Z[ recovery-image] Dec 17 08:02:47.154 INFO O| Dec 17 08:02:47.154 INFO STEP 556 (remove_files) COMPLETE
60142024-12-17T08:02:49.197Z[ recovery-image] Dec 17 08:02:47.154 INFO O| Dec 17 08:02:47.154 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-17T08:02:49.215Z[ recovery-image] Dec 17 08:02:47.173 INFO O| Dec 17 08:02:47.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60162024-12-17T08:02:49.215Z[ recovery-image] Dec 17 08:02:47.173 INFO O| Dec 17 08:02:47.173 INFO STEP 557 (remove_files) COMPLETE
60172024-12-17T08:02:49.215Z[ recovery-image] Dec 17 08:02:47.173 INFO O| Dec 17 08:02:47.173 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-17T08:02:49.236Z[ recovery-image] Dec 17 08:02:47.194 INFO O| Dec 17 08:02:47.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60192024-12-17T08:02:49.236Z[ recovery-image] Dec 17 08:02:47.194 INFO O| Dec 17 08:02:47.194 INFO STEP 558 (remove_files) COMPLETE
60202024-12-17T08:02:49.236Z[ recovery-image] Dec 17 08:02:47.194 INFO O| Dec 17 08:02:47.194 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-17T08:02:49.275Z[ recovery-image] Dec 17 08:02:47.233 INFO O| Dec 17 08:02:47.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60222024-12-17T08:02:49.275Z[ recovery-image] Dec 17 08:02:47.233 INFO O| Dec 17 08:02:47.233 INFO STEP 559 (remove_files) COMPLETE
60232024-12-17T08:02:49.275Z[ recovery-image] Dec 17 08:02:47.233 INFO O| Dec 17 08:02:47.233 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-17T08:02:49.294Z[ recovery-image] Dec 17 08:02:47.252 INFO O| Dec 17 08:02:47.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60252024-12-17T08:02:49.294Z[ recovery-image] Dec 17 08:02:47.252 INFO O| Dec 17 08:02:47.252 INFO STEP 560 (remove_files) COMPLETE
60262024-12-17T08:02:49.294Z[ recovery-image] Dec 17 08:02:47.252 INFO O| Dec 17 08:02:47.252 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-17T08:02:49.313Z[ recovery-image] Dec 17 08:02:47.271 INFO O| Dec 17 08:02:47.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60282024-12-17T08:02:49.315Z[ recovery-image] Dec 17 08:02:47.271 INFO O| Dec 17 08:02:47.271 INFO STEP 561 (remove_files) COMPLETE
60292024-12-17T08:02:49.315Z[ recovery-image] Dec 17 08:02:47.271 INFO O| Dec 17 08:02:47.271 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-17T08:02:49.417Z[ recovery-image] Dec 17 08:02:47.375 INFO O| Dec 17 08:02:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60312024-12-17T08:02:49.419Z[ recovery-image] Dec 17 08:02:47.375 INFO O| Dec 17 08:02:47.375 INFO STEP 562 (remove_files) COMPLETE
60322024-12-17T08:02:49.419Z[ recovery-image] Dec 17 08:02:47.375 INFO O| Dec 17 08:02:47.375 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-17T08:02:49.437Z[ recovery-image] Dec 17 08:02:47.396 INFO O| Dec 17 08:02:47.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60342024-12-17T08:02:49.440Z[ recovery-image] Dec 17 08:02:47.396 INFO O| Dec 17 08:02:47.396 INFO STEP 563 (remove_files) COMPLETE
60352024-12-17T08:02:49.440Z[ recovery-image] Dec 17 08:02:47.396 INFO O| Dec 17 08:02:47.396 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-17T08:02:49.476Z[ recovery-image] Dec 17 08:02:47.435 INFO O| Dec 17 08:02:47.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60372024-12-17T08:02:49.477Z[ recovery-image] Dec 17 08:02:47.435 INFO O| Dec 17 08:02:47.435 INFO STEP 564 (remove_files) COMPLETE
60382024-12-17T08:02:49.477Z[ recovery-image] Dec 17 08:02:47.435 INFO O| Dec 17 08:02:47.435 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-17T08:02:49.503Z[ recovery-image] Dec 17 08:02:47.462 INFO O| Dec 17 08:02:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60402024-12-17T08:02:49.503Z[ recovery-image] Dec 17 08:02:47.462 INFO O| Dec 17 08:02:47.462 INFO STEP 565 (remove_files) COMPLETE
60412024-12-17T08:02:49.503Z[ recovery-image] Dec 17 08:02:47.462 INFO O| Dec 17 08:02:47.462 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-17T08:02:49.539Z[ recovery-image] Dec 17 08:02:47.497 INFO O| Dec 17 08:02:47.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60432024-12-17T08:02:49.539Z[ recovery-image] Dec 17 08:02:47.497 INFO O| Dec 17 08:02:47.497 INFO STEP 566 (remove_files) COMPLETE
60442024-12-17T08:02:49.539Z[ recovery-image] Dec 17 08:02:47.497 INFO O| Dec 17 08:02:47.497 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-17T08:02:49.560Z[ recovery-image] Dec 17 08:02:47.518 INFO O| Dec 17 08:02:47.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60462024-12-17T08:02:49.560Z[ recovery-image] Dec 17 08:02:47.518 INFO O| Dec 17 08:02:47.518 INFO STEP 567 (remove_files) COMPLETE
60472024-12-17T08:02:49.563Z[ recovery-image] Dec 17 08:02:47.519 INFO O| Dec 17 08:02:47.518 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-17T08:02:49.581Z[ recovery-image] Dec 17 08:02:47.539 INFO O| Dec 17 08:02:47.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60492024-12-17T08:02:49.581Z[ recovery-image] Dec 17 08:02:47.539 INFO O| Dec 17 08:02:47.539 INFO STEP 568 (remove_files) COMPLETE
60502024-12-17T08:02:49.581Z[ recovery-image] Dec 17 08:02:47.539 INFO O| Dec 17 08:02:47.539 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-17T08:02:49.600Z[ recovery-image] Dec 17 08:02:47.558 INFO O| Dec 17 08:02:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60522024-12-17T08:02:49.600Z[ recovery-image] Dec 17 08:02:47.558 INFO O| Dec 17 08:02:47.558 INFO STEP 569 (remove_files) COMPLETE
60532024-12-17T08:02:49.602Z[ recovery-image] Dec 17 08:02:47.558 INFO O| Dec 17 08:02:47.558 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-17T08:02:49.617Z[ recovery-image] Dec 17 08:02:47.576 INFO O| Dec 17 08:02:47.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60552024-12-17T08:02:49.617Z[ recovery-image] Dec 17 08:02:47.576 INFO O| Dec 17 08:02:47.576 INFO STEP 570 (remove_files) COMPLETE
60562024-12-17T08:02:49.620Z[ recovery-image] Dec 17 08:02:47.576 INFO O| Dec 17 08:02:47.576 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-17T08:02:49.635Z[ recovery-image] Dec 17 08:02:47.593 INFO O| Dec 17 08:02:47.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60582024-12-17T08:02:49.637Z[ recovery-image] Dec 17 08:02:47.593 INFO O| Dec 17 08:02:47.593 INFO STEP 571 (remove_files) COMPLETE
60592024-12-17T08:02:49.637Z[ recovery-image] Dec 17 08:02:47.593 INFO O| Dec 17 08:02:47.593 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-17T08:02:49.652Z[ recovery-image] Dec 17 08:02:47.610 INFO O| Dec 17 08:02:47.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60612024-12-17T08:02:49.652Z[ recovery-image] Dec 17 08:02:47.610 INFO O| Dec 17 08:02:47.610 INFO STEP 572 (remove_files) COMPLETE
60622024-12-17T08:02:49.655Z[ recovery-image] Dec 17 08:02:47.610 INFO O| Dec 17 08:02:47.610 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-17T08:02:49.669Z[ recovery-image] Dec 17 08:02:47.628 INFO O| Dec 17 08:02:47.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60642024-12-17T08:02:49.670Z[ recovery-image] Dec 17 08:02:47.628 INFO O| Dec 17 08:02:47.628 INFO STEP 573 (remove_files) COMPLETE
60652024-12-17T08:02:49.670Z[ recovery-image] Dec 17 08:02:47.628 INFO O| Dec 17 08:02:47.628 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-17T08:02:49.687Z[ recovery-image] Dec 17 08:02:47.645 INFO O| Dec 17 08:02:47.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60672024-12-17T08:02:49.687Z[ recovery-image] Dec 17 08:02:47.646 INFO O| Dec 17 08:02:47.646 INFO STEP 574 (remove_files) COMPLETE
60682024-12-17T08:02:49.687Z[ recovery-image] Dec 17 08:02:47.646 INFO O| Dec 17 08:02:47.646 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-17T08:02:49.705Z[ recovery-image] Dec 17 08:02:47.663 INFO O| Dec 17 08:02:47.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60702024-12-17T08:02:49.705Z[ recovery-image] Dec 17 08:02:47.664 INFO O| Dec 17 08:02:47.663 INFO STEP 575 (remove_files) COMPLETE
60712024-12-17T08:02:49.705Z[ recovery-image] Dec 17 08:02:47.664 INFO O| Dec 17 08:02:47.664 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-17T08:02:49.726Z[ recovery-image] Dec 17 08:02:47.684 INFO O| Dec 17 08:02:47.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60732024-12-17T08:02:49.726Z[ recovery-image] Dec 17 08:02:47.684 INFO O| Dec 17 08:02:47.684 INFO STEP 576 (remove_files) COMPLETE
60742024-12-17T08:02:49.726Z[ recovery-image] Dec 17 08:02:47.684 INFO O| Dec 17 08:02:47.684 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-17T08:02:49.798Z[ recovery-image] Dec 17 08:02:47.756 INFO O| Dec 17 08:02:47.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60762024-12-17T08:02:49.798Z[ recovery-image] Dec 17 08:02:47.756 INFO O| Dec 17 08:02:47.756 INFO STEP 577 (remove_files) COMPLETE
60772024-12-17T08:02:49.800Z[ recovery-image] Dec 17 08:02:47.756 INFO O| Dec 17 08:02:47.756 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-17T08:02:49.830Z[ recovery-image] Dec 17 08:02:47.788 INFO O| Dec 17 08:02:47.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60792024-12-17T08:02:49.830Z[ recovery-image] Dec 17 08:02:47.788 INFO O| Dec 17 08:02:47.788 INFO STEP 578 (remove_files) COMPLETE
60802024-12-17T08:02:49.833Z[ recovery-image] Dec 17 08:02:47.788 INFO O| Dec 17 08:02:47.788 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-17T08:02:49.849Z[ recovery-image] Dec 17 08:02:47.807 INFO O| Dec 17 08:02:47.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60822024-12-17T08:02:49.849Z[ recovery-image] Dec 17 08:02:47.807 INFO O| Dec 17 08:02:47.807 INFO STEP 579 (remove_files) COMPLETE
60832024-12-17T08:02:49.852Z[ recovery-image] Dec 17 08:02:47.807 INFO O| Dec 17 08:02:47.807 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-17T08:02:49.868Z[ recovery-image] Dec 17 08:02:47.826 INFO O| Dec 17 08:02:47.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60852024-12-17T08:02:49.868Z[ recovery-image] Dec 17 08:02:47.826 INFO O| Dec 17 08:02:47.826 INFO STEP 580 (remove_files) COMPLETE
60862024-12-17T08:02:49.868Z[ recovery-image] Dec 17 08:02:47.826 INFO O| Dec 17 08:02:47.826 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-17T08:02:49.887Z[ recovery-image] Dec 17 08:02:47.845 INFO O| Dec 17 08:02:47.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60882024-12-17T08:02:49.887Z[ recovery-image] Dec 17 08:02:47.845 INFO O| Dec 17 08:02:47.845 INFO STEP 581 (remove_files) COMPLETE
60892024-12-17T08:02:49.887Z[ recovery-image] Dec 17 08:02:47.845 INFO O| Dec 17 08:02:47.845 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-17T08:02:49.907Z[ recovery-image] Dec 17 08:02:47.864 INFO O| Dec 17 08:02:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60912024-12-17T08:02:49.907Z[ recovery-image] Dec 17 08:02:47.864 INFO O| Dec 17 08:02:47.864 INFO STEP 582 (remove_files) COMPLETE
60922024-12-17T08:02:49.907Z[ recovery-image] Dec 17 08:02:47.864 INFO O| Dec 17 08:02:47.864 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-17T08:02:49.925Z[ recovery-image] Dec 17 08:02:47.883 INFO O| Dec 17 08:02:47.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60942024-12-17T08:02:49.925Z[ recovery-image] Dec 17 08:02:47.883 INFO O| Dec 17 08:02:47.883 INFO STEP 583 (remove_files) COMPLETE
60952024-12-17T08:02:49.925Z[ recovery-image] Dec 17 08:02:47.883 INFO O| Dec 17 08:02:47.883 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-17T08:02:49.949Z[ host-image] Dec 17 08:02:47.907 INFO O| Dec 17 08:02:47.907 INFO O| Done
60972024-12-17T08:02:49.971Z[ recovery-image] Dec 17 08:02:47.929 INFO O| Dec 17 08:02:47.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60982024-12-17T08:02:49.971Z[ recovery-image] Dec 17 08:02:47.929 INFO O| Dec 17 08:02:47.929 INFO STEP 584 (remove_files) COMPLETE
60992024-12-17T08:02:49.971Z[ recovery-image] Dec 17 08:02:47.929 INFO O| Dec 17 08:02:47.929 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-17T08:02:49.992Z[ host-image] Dec 17 08:02:47.950 INFO O| Dec 17 08:02:47.950 INFO O| Done
61012024-12-17T08:02:49.994Z[ host-image] Dec 17 08:02:47.951 INFO O| Dec 17 08:02:47.951 INFO O| Done
61022024-12-17T08:02:50.002Z[ recovery-image] Dec 17 08:02:47.960 INFO O| Dec 17 08:02:47.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61032024-12-17T08:02:50.002Z[ recovery-image] Dec 17 08:02:47.960 INFO O| Dec 17 08:02:47.960 INFO STEP 585 (remove_files) COMPLETE
61042024-12-17T08:02:50.002Z[ recovery-image] Dec 17 08:02:47.960 INFO O| Dec 17 08:02:47.960 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-17T08:02:50.021Z[ recovery-image] Dec 17 08:02:47.979 INFO O| Dec 17 08:02:47.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61062024-12-17T08:02:50.021Z[ recovery-image] Dec 17 08:02:47.979 INFO O| Dec 17 08:02:47.979 INFO STEP 586 (remove_files) COMPLETE
61072024-12-17T08:02:50.021Z[ recovery-image] Dec 17 08:02:47.979 INFO O| Dec 17 08:02:47.979 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-17T08:02:50.040Z[ recovery-image] Dec 17 08:02:47.997 INFO O| Dec 17 08:02:47.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61092024-12-17T08:02:50.040Z[ recovery-image] Dec 17 08:02:47.997 INFO O| Dec 17 08:02:47.997 INFO STEP 587 (remove_files) COMPLETE
61102024-12-17T08:02:50.040Z[ recovery-image] Dec 17 08:02:47.997 INFO O| Dec 17 08:02:47.997 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-17T08:02:50.066Z[ host-image] Dec 17 08:02:48.023 INFO O| Dec 17 08:02:48.023 INFO O| Done
61122024-12-17T08:02:50.083Z[ recovery-image] Dec 17 08:02:48.041 INFO O| Dec 17 08:02:48.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61132024-12-17T08:02:50.083Z[ recovery-image] Dec 17 08:02:48.041 INFO O| Dec 17 08:02:48.041 INFO STEP 588 (remove_files) COMPLETE
61142024-12-17T08:02:50.083Z[ recovery-image] Dec 17 08:02:48.041 INFO O| Dec 17 08:02:48.041 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-17T08:02:50.130Z[ recovery-image] Dec 17 08:02:48.089 INFO O| Dec 17 08:02:48.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61162024-12-17T08:02:50.140Z[ recovery-image] Dec 17 08:02:48.097 INFO O| Dec 17 08:02:48.097 INFO STEP 589 (remove_files) COMPLETE
61172024-12-17T08:02:50.140Z[ recovery-image] Dec 17 08:02:48.097 INFO O| Dec 17 08:02:48.097 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-17T08:02:50.168Z[ recovery-image] Dec 17 08:02:48.126 INFO O| Dec 17 08:02:48.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61192024-12-17T08:02:50.168Z[ recovery-image] Dec 17 08:02:48.126 INFO O| Dec 17 08:02:48.126 INFO STEP 590 (remove_files) COMPLETE
61202024-12-17T08:02:50.168Z[ recovery-image] Dec 17 08:02:48.126 INFO O| Dec 17 08:02:48.126 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-17T08:02:50.199Z[ recovery-image] Dec 17 08:02:48.157 INFO O| Dec 17 08:02:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61222024-12-17T08:02:50.202Z[ recovery-image] Dec 17 08:02:48.157 INFO O| Dec 17 08:02:48.157 INFO STEP 591 (remove_files) COMPLETE
61232024-12-17T08:02:50.202Z[ recovery-image] Dec 17 08:02:48.157 INFO O| Dec 17 08:02:48.157 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-17T08:02:50.220Z[ recovery-image] Dec 17 08:02:48.178 INFO O| Dec 17 08:02:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61252024-12-17T08:02:50.231Z[ recovery-image] Dec 17 08:02:48.189 INFO O| Dec 17 08:02:48.189 INFO STEP 592 (remove_files) COMPLETE
61262024-12-17T08:02:50.231Z[ recovery-image] Dec 17 08:02:48.189 INFO O| Dec 17 08:02:48.189 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-17T08:02:50.234Z[ host-image] Dec 17 08:02:48.192 INFO O| Dec 17 08:02:48.192 INFO STEP 13 (pkg_install) COMPLETE
61282024-12-17T08:02:50.234Z[ host-image] Dec 17 08:02:48.192 INFO O| Dec 17 08:02:48.192 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61292024-12-17T08:02:50.251Z[ host-image] Dec 17 08:02:48.209 INFO O| Dec 17 08:02:48.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
61302024-12-17T08:02:50.254Z[ recovery-image] Dec 17 08:02:48.210 INFO O| Dec 17 08:02:48.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61312024-12-17T08:02:50.254Z[ recovery-image] Dec 17 08:02:48.211 INFO O| Dec 17 08:02:48.210 INFO STEP 593 (remove_files) COMPLETE
61322024-12-17T08:02:50.254Z[ recovery-image] Dec 17 08:02:48.211 INFO O| Dec 17 08:02:48.211 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-17T08:02:50.278Z[ recovery-image] Dec 17 08:02:48.236 INFO O| Dec 17 08:02:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61342024-12-17T08:02:50.278Z[ recovery-image] Dec 17 08:02:48.236 INFO O| Dec 17 08:02:48.236 INFO STEP 594 (remove_files) COMPLETE
61352024-12-17T08:02:50.281Z[ recovery-image] Dec 17 08:02:48.236 INFO O| Dec 17 08:02:48.236 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-17T08:02:50.326Z[ recovery-image] Dec 17 08:02:48.284 INFO O| Dec 17 08:02:48.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61372024-12-17T08:02:50.326Z[ recovery-image] Dec 17 08:02:48.284 INFO O| Dec 17 08:02:48.284 INFO STEP 595 (remove_files) COMPLETE
61382024-12-17T08:02:50.328Z[ recovery-image] Dec 17 08:02:48.284 INFO O| Dec 17 08:02:48.284 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-17T08:02:50.346Z[ recovery-image] Dec 17 08:02:48.304 INFO O| Dec 17 08:02:48.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61402024-12-17T08:02:50.346Z[ recovery-image] Dec 17 08:02:48.305 INFO O| Dec 17 08:02:48.304 INFO STEP 596 (remove_files) COMPLETE
61412024-12-17T08:02:50.349Z[ recovery-image] Dec 17 08:02:48.305 INFO O| Dec 17 08:02:48.305 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-17T08:02:50.420Z[ recovery-image] Dec 17 08:02:48.378 INFO O| Dec 17 08:02:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61432024-12-17T08:02:50.420Z[ recovery-image] Dec 17 08:02:48.378 INFO O| Dec 17 08:02:48.378 INFO STEP 597 (remove_files) COMPLETE
61442024-12-17T08:02:50.420Z[ recovery-image] Dec 17 08:02:48.378 INFO O| Dec 17 08:02:48.378 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-17T08:02:50.448Z[ recovery-image] Dec 17 08:02:48.406 INFO O| Dec 17 08:02:48.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61462024-12-17T08:02:50.448Z[ recovery-image] Dec 17 08:02:48.406 INFO O| Dec 17 08:02:48.406 INFO STEP 598 (remove_files) COMPLETE
61472024-12-17T08:02:50.451Z[ recovery-image] Dec 17 08:02:48.406 INFO O| Dec 17 08:02:48.406 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-17T08:02:50.509Z[ recovery-image] Dec 17 08:02:48.467 INFO O| Dec 17 08:02:48.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61492024-12-17T08:02:50.509Z[ recovery-image] Dec 17 08:02:48.467 INFO O| Dec 17 08:02:48.467 INFO STEP 599 (remove_files) COMPLETE
61502024-12-17T08:02:50.509Z[ recovery-image] Dec 17 08:02:48.467 INFO O| Dec 17 08:02:48.467 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-17T08:02:50.544Z[ recovery-image] Dec 17 08:02:48.502 INFO O| Dec 17 08:02:48.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61522024-12-17T08:02:50.544Z[ recovery-image] Dec 17 08:02:48.503 INFO O| Dec 17 08:02:48.503 INFO STEP 600 (remove_files) COMPLETE
61532024-12-17T08:02:50.544Z[ recovery-image] Dec 17 08:02:48.503 INFO O| Dec 17 08:02:48.503 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-17T08:02:50.643Z[ recovery-image] Dec 17 08:02:48.601 INFO O| Dec 17 08:02:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61552024-12-17T08:02:50.643Z[ recovery-image] Dec 17 08:02:48.601 INFO O| Dec 17 08:02:48.601 INFO STEP 601 (remove_files) COMPLETE
61562024-12-17T08:02:50.643Z[ recovery-image] Dec 17 08:02:48.601 INFO O| Dec 17 08:02:48.601 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-17T08:02:50.662Z[ recovery-image] Dec 17 08:02:48.620 INFO O| Dec 17 08:02:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61582024-12-17T08:02:50.662Z[ recovery-image] Dec 17 08:02:48.620 INFO O| Dec 17 08:02:48.620 INFO STEP 602 (remove_files) COMPLETE
61592024-12-17T08:02:50.662Z[ recovery-image] Dec 17 08:02:48.620 INFO O| Dec 17 08:02:48.620 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-17T08:02:50.687Z[ recovery-image] Dec 17 08:02:48.645 INFO O| Dec 17 08:02:48.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61612024-12-17T08:02:50.687Z[ recovery-image] Dec 17 08:02:48.645 INFO O| Dec 17 08:02:48.645 INFO STEP 603 (remove_files) COMPLETE
61622024-12-17T08:02:50.690Z[ recovery-image] Dec 17 08:02:48.645 INFO O| Dec 17 08:02:48.645 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-17T08:02:50.707Z[ recovery-image] Dec 17 08:02:48.665 INFO O| Dec 17 08:02:48.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61642024-12-17T08:02:50.707Z[ recovery-image] Dec 17 08:02:48.665 INFO O| Dec 17 08:02:48.665 INFO STEP 604 (remove_files) COMPLETE
61652024-12-17T08:02:50.707Z[ recovery-image] Dec 17 08:02:48.665 INFO O| Dec 17 08:02:48.665 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-17T08:02:50.727Z[ recovery-image] Dec 17 08:02:48.685 INFO O| Dec 17 08:02:48.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61672024-12-17T08:02:50.727Z[ recovery-image] Dec 17 08:02:48.685 INFO O| Dec 17 08:02:48.685 INFO STEP 605 (remove_files) COMPLETE
61682024-12-17T08:02:50.730Z[ recovery-image] Dec 17 08:02:48.685 INFO O| Dec 17 08:02:48.685 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-17T08:02:50.765Z[ recovery-image] Dec 17 08:02:48.722 INFO O| Dec 17 08:02:48.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61702024-12-17T08:02:50.765Z[ recovery-image] Dec 17 08:02:48.722 INFO O| Dec 17 08:02:48.722 INFO STEP 606 (remove_files) COMPLETE
61712024-12-17T08:02:50.765Z[ recovery-image] Dec 17 08:02:48.722 INFO O| Dec 17 08:02:48.722 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-17T08:02:50.800Z[ recovery-image] Dec 17 08:02:48.758 INFO O| Dec 17 08:02:48.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61732024-12-17T08:02:50.800Z[ recovery-image] Dec 17 08:02:48.758 INFO O| Dec 17 08:02:48.758 INFO STEP 607 (remove_files) COMPLETE
61742024-12-17T08:02:50.802Z[ recovery-image] Dec 17 08:02:48.758 INFO O| Dec 17 08:02:48.758 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-17T08:02:50.920Z[ recovery-image] Dec 17 08:02:48.878 INFO O| Dec 17 08:02:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61762024-12-17T08:02:50.922Z[ recovery-image] Dec 17 08:02:48.878 INFO O| Dec 17 08:02:48.878 INFO STEP 608 (remove_files) COMPLETE
61772024-12-17T08:02:50.922Z[ recovery-image] Dec 17 08:02:48.878 INFO O| Dec 17 08:02:48.878 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-17T08:02:50.980Z[ recovery-image] Dec 17 08:02:48.937 INFO O| Dec 17 08:02:48.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61792024-12-17T08:02:50.980Z[ recovery-image] Dec 17 08:02:48.937 INFO O| Dec 17 08:02:48.937 INFO STEP 609 (remove_files) COMPLETE
61802024-12-17T08:02:50.980Z[ recovery-image] Dec 17 08:02:48.937 INFO O| Dec 17 08:02:48.937 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-17T08:02:51.059Z[ recovery-image] Dec 17 08:02:49.017 INFO O| Dec 17 08:02:49.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61822024-12-17T08:02:51.059Z[ recovery-image] Dec 17 08:02:49.017 INFO O| Dec 17 08:02:49.017 INFO STEP 610 (remove_files) COMPLETE
61832024-12-17T08:02:51.061Z[ recovery-image] Dec 17 08:02:49.017 INFO O| Dec 17 08:02:49.017 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-17T08:02:51.080Z[ recovery-image] Dec 17 08:02:49.038 INFO O| Dec 17 08:02:49.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61852024-12-17T08:02:51.080Z[ recovery-image] Dec 17 08:02:49.038 INFO O| Dec 17 08:02:49.038 INFO STEP 611 (remove_files) COMPLETE
61862024-12-17T08:02:51.083Z[ recovery-image] Dec 17 08:02:49.038 INFO O| Dec 17 08:02:49.038 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-17T08:02:51.098Z[ recovery-image] Dec 17 08:02:49.056 INFO O| Dec 17 08:02:49.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61882024-12-17T08:02:51.101Z[ recovery-image] Dec 17 08:02:49.057 INFO O| Dec 17 08:02:49.056 INFO STEP 612 (remove_files) COMPLETE
61892024-12-17T08:02:51.101Z[ recovery-image] Dec 17 08:02:49.057 INFO O| Dec 17 08:02:49.057 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-17T08:02:51.117Z[ recovery-image] Dec 17 08:02:49.075 INFO O| Dec 17 08:02:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61912024-12-17T08:02:51.120Z[ recovery-image] Dec 17 08:02:49.076 INFO O| Dec 17 08:02:49.076 INFO STEP 613 (remove_files) COMPLETE
61922024-12-17T08:02:51.121Z[ recovery-image] Dec 17 08:02:49.076 INFO O| Dec 17 08:02:49.076 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-17T08:02:51.136Z[ recovery-image] Dec 17 08:02:49.094 INFO O| Dec 17 08:02:49.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61942024-12-17T08:02:51.140Z[ recovery-image] Dec 17 08:02:49.095 INFO O| Dec 17 08:02:49.094 INFO STEP 614 (remove_files) COMPLETE
61952024-12-17T08:02:51.140Z[ recovery-image] Dec 17 08:02:49.095 INFO O| Dec 17 08:02:49.095 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-17T08:02:51.156Z[ recovery-image] Dec 17 08:02:49.114 INFO O| Dec 17 08:02:49.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61972024-12-17T08:02:51.158Z[ recovery-image] Dec 17 08:02:49.114 INFO O| Dec 17 08:02:49.114 INFO STEP 615 (remove_files) COMPLETE
61982024-12-17T08:02:51.158Z[ recovery-image] Dec 17 08:02:49.114 INFO O| Dec 17 08:02:49.114 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-17T08:02:51.201Z[ recovery-image] Dec 17 08:02:49.159 INFO O| Dec 17 08:02:49.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62002024-12-17T08:02:51.201Z[ recovery-image] Dec 17 08:02:49.159 INFO O| Dec 17 08:02:49.159 INFO STEP 616 (remove_files) COMPLETE
62012024-12-17T08:02:51.201Z[ recovery-image] Dec 17 08:02:49.159 INFO O| Dec 17 08:02:49.159 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-17T08:02:51.221Z[ recovery-image] Dec 17 08:02:49.177 INFO O| Dec 17 08:02:49.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62032024-12-17T08:02:51.221Z[ recovery-image] Dec 17 08:02:49.178 INFO O| Dec 17 08:02:49.178 INFO STEP 617 (remove_files) COMPLETE
62042024-12-17T08:02:51.221Z[ recovery-image] Dec 17 08:02:49.178 INFO O| Dec 17 08:02:49.178 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-17T08:02:51.240Z[ recovery-image] Dec 17 08:02:49.198 INFO O| Dec 17 08:02:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62062024-12-17T08:02:51.243Z[ recovery-image] Dec 17 08:02:49.198 INFO O| Dec 17 08:02:49.198 INFO STEP 618 (remove_files) COMPLETE
62072024-12-17T08:02:51.243Z[ recovery-image] Dec 17 08:02:49.199 INFO O| Dec 17 08:02:49.199 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-17T08:02:51.258Z[ recovery-image] Dec 17 08:02:49.216 INFO O| Dec 17 08:02:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62092024-12-17T08:02:51.261Z[ recovery-image] Dec 17 08:02:49.216 INFO O| Dec 17 08:02:49.216 INFO STEP 619 (remove_files) COMPLETE
62102024-12-17T08:02:51.261Z[ recovery-image] Dec 17 08:02:49.216 INFO O| Dec 17 08:02:49.216 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-17T08:02:51.275Z[ recovery-image] Dec 17 08:02:49.233 INFO O| Dec 17 08:02:49.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62122024-12-17T08:02:51.278Z[ recovery-image] Dec 17 08:02:49.233 INFO O| Dec 17 08:02:49.233 INFO STEP 620 (remove_files) COMPLETE
62132024-12-17T08:02:51.278Z[ recovery-image] Dec 17 08:02:49.234 INFO O| Dec 17 08:02:49.234 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-17T08:02:51.292Z[ recovery-image] Dec 17 08:02:49.250 INFO O| Dec 17 08:02:49.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62152024-12-17T08:02:51.295Z[ recovery-image] Dec 17 08:02:49.251 INFO O| Dec 17 08:02:49.251 INFO STEP 621 (remove_files) COMPLETE
62162024-12-17T08:02:51.295Z[ recovery-image] Dec 17 08:02:49.251 INFO O| Dec 17 08:02:49.251 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-17T08:02:51.323Z[ recovery-image] Dec 17 08:02:49.281 INFO O| Dec 17 08:02:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62182024-12-17T08:02:51.323Z[ recovery-image] Dec 17 08:02:49.281 INFO O| Dec 17 08:02:49.281 INFO STEP 622 (remove_files) COMPLETE
62192024-12-17T08:02:51.326Z[ recovery-image] Dec 17 08:02:49.282 INFO O| Dec 17 08:02:49.281 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-17T08:02:51.349Z[ recovery-image] Dec 17 08:02:49.307 INFO O| Dec 17 08:02:49.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62212024-12-17T08:02:51.349Z[ recovery-image] Dec 17 08:02:49.307 INFO O| Dec 17 08:02:49.307 INFO STEP 623 (remove_files) COMPLETE
62222024-12-17T08:02:51.352Z[ recovery-image] Dec 17 08:02:49.307 INFO O| Dec 17 08:02:49.307 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-17T08:02:51.368Z[ recovery-image] Dec 17 08:02:49.326 INFO O| Dec 17 08:02:49.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62242024-12-17T08:02:51.368Z[ recovery-image] Dec 17 08:02:49.326 INFO O| Dec 17 08:02:49.326 INFO STEP 624 (remove_files) COMPLETE
62252024-12-17T08:02:51.368Z[ recovery-image] Dec 17 08:02:49.326 INFO O| Dec 17 08:02:49.326 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-17T08:02:51.388Z[ recovery-image] Dec 17 08:02:49.346 INFO O| Dec 17 08:02:49.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62272024-12-17T08:02:51.388Z[ recovery-image] Dec 17 08:02:49.346 INFO O| Dec 17 08:02:49.346 INFO STEP 625 (remove_files) COMPLETE
62282024-12-17T08:02:51.388Z[ recovery-image] Dec 17 08:02:49.346 INFO O| Dec 17 08:02:49.346 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-17T08:02:51.419Z[ recovery-image] Dec 17 08:02:49.376 INFO O| Dec 17 08:02:49.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62302024-12-17T08:02:51.419Z[ recovery-image] Dec 17 08:02:49.377 INFO O| Dec 17 08:02:49.377 INFO STEP 626 (remove_files) COMPLETE
62312024-12-17T08:02:51.419Z[ recovery-image] Dec 17 08:02:49.377 INFO O| Dec 17 08:02:49.377 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-17T08:02:51.436Z[ host-image] Dec 17 08:02:49.393 INFO O| Dec 17 08:02:49.393 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62332024-12-17T08:02:51.460Z[ recovery-image] Dec 17 08:02:49.418 INFO O| Dec 17 08:02:49.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62342024-12-17T08:02:51.460Z[ recovery-image] Dec 17 08:02:49.418 INFO O| Dec 17 08:02:49.418 INFO STEP 627 (remove_files) COMPLETE
62352024-12-17T08:02:51.460Z[ recovery-image] Dec 17 08:02:49.418 INFO O| Dec 17 08:02:49.418 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-17T08:02:51.480Z[ recovery-image] Dec 17 08:02:49.438 INFO O| Dec 17 08:02:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62372024-12-17T08:02:51.480Z[ recovery-image] Dec 17 08:02:49.438 INFO O| Dec 17 08:02:49.438 INFO STEP 628 (remove_files) COMPLETE
62382024-12-17T08:02:51.481Z[ recovery-image] Dec 17 08:02:49.438 INFO O| Dec 17 08:02:49.438 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-17T08:02:51.501Z[ recovery-image] Dec 17 08:02:49.459 INFO O| Dec 17 08:02:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62402024-12-17T08:02:51.501Z[ recovery-image] Dec 17 08:02:49.459 INFO O| Dec 17 08:02:49.459 INFO STEP 629 (remove_files) COMPLETE
62412024-12-17T08:02:51.504Z[ recovery-image] Dec 17 08:02:49.459 INFO O| Dec 17 08:02:49.459 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-17T08:02:51.520Z[ recovery-image] Dec 17 08:02:49.478 INFO O| Dec 17 08:02:49.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62432024-12-17T08:02:51.520Z[ recovery-image] Dec 17 08:02:49.478 INFO O| Dec 17 08:02:49.478 INFO STEP 630 (remove_files) COMPLETE
62442024-12-17T08:02:51.520Z[ recovery-image] Dec 17 08:02:49.478 INFO O| Dec 17 08:02:49.478 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-17T08:02:51.540Z[ recovery-image] Dec 17 08:02:49.495 INFO O| Dec 17 08:02:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62462024-12-17T08:02:51.540Z[ recovery-image] Dec 17 08:02:49.495 INFO O| Dec 17 08:02:49.495 INFO STEP 631 (remove_files) COMPLETE
62472024-12-17T08:02:51.543Z[ recovery-image] Dec 17 08:02:49.495 INFO O| Dec 17 08:02:49.495 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-17T08:02:51.555Z[ recovery-image] Dec 17 08:02:49.513 INFO O| Dec 17 08:02:49.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62492024-12-17T08:02:51.555Z[ recovery-image] Dec 17 08:02:49.513 INFO O| Dec 17 08:02:49.513 INFO STEP 632 (remove_files) COMPLETE
62502024-12-17T08:02:51.558Z[ recovery-image] Dec 17 08:02:49.513 INFO O| Dec 17 08:02:49.513 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-17T08:02:51.575Z[ recovery-image] Dec 17 08:02:49.533 INFO O| Dec 17 08:02:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62522024-12-17T08:02:51.575Z[ recovery-image] Dec 17 08:02:49.533 INFO O| Dec 17 08:02:49.533 INFO STEP 633 (remove_files) COMPLETE
62532024-12-17T08:02:51.578Z[ recovery-image] Dec 17 08:02:49.533 INFO O| Dec 17 08:02:49.533 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-17T08:02:51.636Z[ recovery-image] Dec 17 08:02:49.594 INFO O| Dec 17 08:02:49.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62552024-12-17T08:02:51.636Z[ recovery-image] Dec 17 08:02:49.594 INFO O| Dec 17 08:02:49.594 INFO STEP 634 (remove_files) COMPLETE
62562024-12-17T08:02:51.636Z[ recovery-image] Dec 17 08:02:49.594 INFO O| Dec 17 08:02:49.594 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-17T08:02:51.655Z[ recovery-image] Dec 17 08:02:49.613 INFO O| Dec 17 08:02:49.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62582024-12-17T08:02:51.655Z[ recovery-image] Dec 17 08:02:49.613 INFO O| Dec 17 08:02:49.613 INFO STEP 635 (remove_files) COMPLETE
62592024-12-17T08:02:51.659Z[ recovery-image] Dec 17 08:02:49.613 INFO O| Dec 17 08:02:49.613 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-17T08:02:51.716Z[ recovery-image] Dec 17 08:02:49.674 INFO O| Dec 17 08:02:49.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62612024-12-17T08:02:51.716Z[ recovery-image] Dec 17 08:02:49.674 INFO O| Dec 17 08:02:49.674 INFO STEP 636 (remove_files) COMPLETE
62622024-12-17T08:02:51.718Z[ recovery-image] Dec 17 08:02:49.674 INFO O| Dec 17 08:02:49.674 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-17T08:02:51.776Z[ recovery-image] Dec 17 08:02:49.733 INFO O| Dec 17 08:02:49.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62642024-12-17T08:02:51.778Z[ recovery-image] Dec 17 08:02:49.734 INFO O| Dec 17 08:02:49.734 INFO STEP 637 (remove_files) COMPLETE
62652024-12-17T08:02:51.778Z[ recovery-image] Dec 17 08:02:49.734 INFO O| Dec 17 08:02:49.734 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-17T08:02:51.796Z[ recovery-image] Dec 17 08:02:49.754 INFO O| Dec 17 08:02:49.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62672024-12-17T08:02:51.799Z[ recovery-image] Dec 17 08:02:49.755 INFO O| Dec 17 08:02:49.754 INFO STEP 638 (remove_files) COMPLETE
62682024-12-17T08:02:51.799Z[ recovery-image] Dec 17 08:02:49.755 INFO O| Dec 17 08:02:49.755 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-17T08:02:51.821Z[ recovery-image] Dec 17 08:02:49.779 INFO O| Dec 17 08:02:49.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62702024-12-17T08:02:51.824Z[ recovery-image] Dec 17 08:02:49.779 INFO O| Dec 17 08:02:49.779 INFO STEP 639 (remove_files) COMPLETE
62712024-12-17T08:02:51.824Z[ recovery-image] Dec 17 08:02:49.779 INFO O| Dec 17 08:02:49.779 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-17T08:02:51.843Z[ recovery-image] Dec 17 08:02:49.801 INFO O| Dec 17 08:02:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62732024-12-17T08:02:51.846Z[ recovery-image] Dec 17 08:02:49.801 INFO O| Dec 17 08:02:49.801 INFO STEP 640 (remove_files) COMPLETE
62742024-12-17T08:02:51.846Z[ recovery-image] Dec 17 08:02:49.801 INFO O| Dec 17 08:02:49.801 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-17T08:02:51.900Z[ recovery-image] Dec 17 08:02:49.841 INFO O| Dec 17 08:02:49.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62762024-12-17T08:02:51.900Z[ recovery-image] Dec 17 08:02:49.841 INFO O| Dec 17 08:02:49.841 INFO STEP 641 (remove_files) COMPLETE
62772024-12-17T08:02:51.900Z[ recovery-image] Dec 17 08:02:49.841 INFO O| Dec 17 08:02:49.841 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-17T08:02:51.902Z[ recovery-image] Dec 17 08:02:49.860 INFO O| Dec 17 08:02:49.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62792024-12-17T08:02:51.926Z[ recovery-image] Dec 17 08:02:49.884 INFO O| Dec 17 08:02:49.884 INFO STEP 642 (remove_files) COMPLETE
62802024-12-17T08:02:51.926Z[ recovery-image] Dec 17 08:02:49.884 INFO O| Dec 17 08:02:49.884 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-17T08:02:52.003Z[ recovery-image] Dec 17 08:02:49.961 INFO O| Dec 17 08:02:49.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62822024-12-17T08:02:52.003Z[ recovery-image] Dec 17 08:02:49.961 INFO O| Dec 17 08:02:49.961 INFO STEP 643 (remove_files) COMPLETE
62832024-12-17T08:02:52.003Z[ recovery-image] Dec 17 08:02:49.961 INFO O| Dec 17 08:02:49.961 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-17T08:02:52.035Z[ recovery-image] Dec 17 08:02:49.993 INFO O| Dec 17 08:02:49.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62852024-12-17T08:02:52.038Z[ recovery-image] Dec 17 08:02:49.993 INFO O| Dec 17 08:02:49.993 INFO STEP 644 (remove_files) COMPLETE
62862024-12-17T08:02:52.038Z[ recovery-image] Dec 17 08:02:49.993 INFO O| Dec 17 08:02:49.993 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-17T08:02:52.057Z[ recovery-image] Dec 17 08:02:50.015 INFO O| Dec 17 08:02:50.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62882024-12-17T08:02:52.061Z[ recovery-image] Dec 17 08:02:50.015 INFO O| Dec 17 08:02:50.015 INFO STEP 645 (remove_files) COMPLETE
62892024-12-17T08:02:52.061Z[ recovery-image] Dec 17 08:02:50.015 INFO O| Dec 17 08:02:50.015 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-17T08:02:52.077Z[ recovery-image] Dec 17 08:02:50.034 INFO O| Dec 17 08:02:50.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62912024-12-17T08:02:52.079Z[ recovery-image] Dec 17 08:02:50.035 INFO O| Dec 17 08:02:50.035 INFO STEP 646 (remove_files) COMPLETE
62922024-12-17T08:02:52.079Z[ recovery-image] Dec 17 08:02:50.035 INFO O| Dec 17 08:02:50.035 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-17T08:02:52.096Z[ recovery-image] Dec 17 08:02:50.053 INFO O| Dec 17 08:02:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62942024-12-17T08:02:52.096Z[ recovery-image] Dec 17 08:02:50.054 INFO O| Dec 17 08:02:50.053 INFO STEP 647 (remove_files) COMPLETE
62952024-12-17T08:02:52.096Z[ recovery-image] Dec 17 08:02:50.054 INFO O| Dec 17 08:02:50.054 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-17T08:02:52.113Z[ recovery-image] Dec 17 08:02:50.071 INFO O| Dec 17 08:02:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62972024-12-17T08:02:52.113Z[ recovery-image] Dec 17 08:02:50.071 INFO O| Dec 17 08:02:50.071 INFO STEP 648 (remove_files) COMPLETE
62982024-12-17T08:02:52.113Z[ recovery-image] Dec 17 08:02:50.071 INFO O| Dec 17 08:02:50.071 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-17T08:02:52.132Z[ recovery-image] Dec 17 08:02:50.090 INFO O| Dec 17 08:02:50.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63002024-12-17T08:02:52.132Z[ recovery-image] Dec 17 08:02:50.090 INFO O| Dec 17 08:02:50.090 INFO STEP 649 (remove_files) COMPLETE
63012024-12-17T08:02:52.135Z[ recovery-image] Dec 17 08:02:50.090 INFO O| Dec 17 08:02:50.090 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-17T08:02:52.159Z[ recovery-image] Dec 17 08:02:50.117 INFO O| Dec 17 08:02:50.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63032024-12-17T08:02:52.168Z[ recovery-image] Dec 17 08:02:50.126 INFO O| Dec 17 08:02:50.126 INFO STEP 650 (remove_files) COMPLETE
63042024-12-17T08:02:52.168Z[ recovery-image] Dec 17 08:02:50.126 INFO O| Dec 17 08:02:50.126 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-17T08:02:52.200Z[ recovery-image] Dec 17 08:02:50.158 INFO O| Dec 17 08:02:50.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63062024-12-17T08:02:52.200Z[ recovery-image] Dec 17 08:02:50.158 INFO O| Dec 17 08:02:50.158 INFO STEP 651 (remove_files) COMPLETE
63072024-12-17T08:02:52.203Z[ recovery-image] Dec 17 08:02:50.158 INFO O| Dec 17 08:02:50.158 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-17T08:02:52.229Z[ recovery-image] Dec 17 08:02:50.186 INFO O| Dec 17 08:02:50.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63092024-12-17T08:02:52.231Z[ recovery-image] Dec 17 08:02:50.187 INFO O| Dec 17 08:02:50.186 INFO STEP 652 (remove_files) COMPLETE
63102024-12-17T08:02:52.231Z[ recovery-image] Dec 17 08:02:50.187 INFO O| Dec 17 08:02:50.186 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-17T08:02:52.283Z[ recovery-image] Dec 17 08:02:50.241 INFO O| Dec 17 08:02:50.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63122024-12-17T08:02:52.283Z[ recovery-image] Dec 17 08:02:50.241 INFO O| Dec 17 08:02:50.241 INFO STEP 653 (remove_files) COMPLETE
63132024-12-17T08:02:52.286Z[ recovery-image] Dec 17 08:02:50.241 INFO O| Dec 17 08:02:50.241 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-17T08:02:52.323Z[ recovery-image] Dec 17 08:02:50.280 INFO O| Dec 17 08:02:50.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63152024-12-17T08:02:52.325Z[ recovery-image] Dec 17 08:02:50.280 INFO O| Dec 17 08:02:50.280 INFO STEP 654 (remove_files) COMPLETE
63162024-12-17T08:02:52.325Z[ recovery-image] Dec 17 08:02:50.281 INFO O| Dec 17 08:02:50.280 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-17T08:02:52.343Z[ recovery-image] Dec 17 08:02:50.301 INFO O| Dec 17 08:02:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63182024-12-17T08:02:52.346Z[ recovery-image] Dec 17 08:02:50.301 INFO O| Dec 17 08:02:50.301 INFO STEP 655 (remove_files) COMPLETE
63192024-12-17T08:02:52.346Z[ recovery-image] Dec 17 08:02:50.301 INFO O| Dec 17 08:02:50.301 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-17T08:02:52.364Z[ recovery-image] Dec 17 08:02:50.321 INFO O| Dec 17 08:02:50.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63212024-12-17T08:02:52.366Z[ recovery-image] Dec 17 08:02:50.322 INFO O| Dec 17 08:02:50.322 INFO STEP 656 (remove_files) COMPLETE
63222024-12-17T08:02:52.366Z[ recovery-image] Dec 17 08:02:50.322 INFO O| Dec 17 08:02:50.322 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-17T08:02:52.395Z[ recovery-image] Dec 17 08:02:50.353 INFO O| Dec 17 08:02:50.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63242024-12-17T08:02:52.395Z[ recovery-image] Dec 17 08:02:50.353 INFO O| Dec 17 08:02:50.353 INFO STEP 657 (remove_files) COMPLETE
63252024-12-17T08:02:52.398Z[ recovery-image] Dec 17 08:02:50.353 INFO O| Dec 17 08:02:50.353 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-17T08:02:52.433Z[ recovery-image] Dec 17 08:02:50.391 INFO O| Dec 17 08:02:50.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63272024-12-17T08:02:52.435Z[ recovery-image] Dec 17 08:02:50.391 INFO O| Dec 17 08:02:50.391 INFO STEP 658 (remove_files) COMPLETE
63282024-12-17T08:02:52.435Z[ recovery-image] Dec 17 08:02:50.391 INFO O| Dec 17 08:02:50.391 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-17T08:02:52.468Z[ recovery-image] Dec 17 08:02:50.425 INFO O| Dec 17 08:02:50.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63302024-12-17T08:02:52.470Z[ recovery-image] Dec 17 08:02:50.426 INFO O| Dec 17 08:02:50.426 INFO STEP 659 (remove_files) COMPLETE
63312024-12-17T08:02:52.470Z[ recovery-image] Dec 17 08:02:50.426 INFO O| Dec 17 08:02:50.426 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-17T08:02:52.487Z[ recovery-image] Dec 17 08:02:50.445 INFO O| Dec 17 08:02:50.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63332024-12-17T08:02:52.490Z[ recovery-image] Dec 17 08:02:50.445 INFO O| Dec 17 08:02:50.445 INFO STEP 660 (remove_files) COMPLETE
63342024-12-17T08:02:52.490Z[ recovery-image] Dec 17 08:02:50.445 INFO O| Dec 17 08:02:50.445 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-17T08:02:52.506Z[ recovery-image] Dec 17 08:02:50.464 INFO O| Dec 17 08:02:50.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63362024-12-17T08:02:52.507Z[ recovery-image] Dec 17 08:02:50.464 INFO O| Dec 17 08:02:50.464 INFO STEP 661 (remove_files) COMPLETE
63372024-12-17T08:02:52.507Z[ recovery-image] Dec 17 08:02:50.464 INFO O| Dec 17 08:02:50.464 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-17T08:02:52.525Z[ recovery-image] Dec 17 08:02:50.483 INFO O| Dec 17 08:02:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63392024-12-17T08:02:52.526Z[ recovery-image] Dec 17 08:02:50.483 INFO O| Dec 17 08:02:50.483 INFO STEP 662 (remove_files) COMPLETE
63402024-12-17T08:02:52.526Z[ recovery-image] Dec 17 08:02:50.483 INFO O| Dec 17 08:02:50.483 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-17T08:02:52.547Z[ recovery-image] Dec 17 08:02:50.505 INFO O| Dec 17 08:02:50.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63422024-12-17T08:02:52.547Z[ recovery-image] Dec 17 08:02:50.505 INFO O| Dec 17 08:02:50.505 INFO STEP 663 (remove_files) COMPLETE
63432024-12-17T08:02:52.549Z[ recovery-image] Dec 17 08:02:50.505 INFO O| Dec 17 08:02:50.505 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-17T08:02:52.592Z[ recovery-image] Dec 17 08:02:50.550 INFO O| Dec 17 08:02:50.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63452024-12-17T08:02:52.592Z[ recovery-image] Dec 17 08:02:50.550 INFO O| Dec 17 08:02:50.550 INFO STEP 664 (remove_files) COMPLETE
63462024-12-17T08:02:52.595Z[ recovery-image] Dec 17 08:02:50.550 INFO O| Dec 17 08:02:50.550 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-17T08:02:52.612Z[ recovery-image] Dec 17 08:02:50.570 INFO O| Dec 17 08:02:50.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63482024-12-17T08:02:52.612Z[ recovery-image] Dec 17 08:02:50.570 INFO O| Dec 17 08:02:50.570 INFO STEP 665 (remove_files) COMPLETE
63492024-12-17T08:02:52.615Z[ recovery-image] Dec 17 08:02:50.570 INFO O| Dec 17 08:02:50.570 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-17T08:02:52.634Z[ recovery-image] Dec 17 08:02:50.592 INFO O| Dec 17 08:02:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63512024-12-17T08:02:52.634Z[ recovery-image] Dec 17 08:02:50.592 INFO O| Dec 17 08:02:50.592 INFO STEP 666 (remove_files) COMPLETE
63522024-12-17T08:02:52.634Z[ recovery-image] Dec 17 08:02:50.592 INFO O| Dec 17 08:02:50.592 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-17T08:02:52.696Z[ recovery-image] Dec 17 08:02:50.654 INFO O| Dec 17 08:02:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63542024-12-17T08:02:52.696Z[ recovery-image] Dec 17 08:02:50.654 INFO O| Dec 17 08:02:50.654 INFO STEP 667 (remove_files) COMPLETE
63552024-12-17T08:02:52.696Z[ recovery-image] Dec 17 08:02:50.654 INFO O| Dec 17 08:02:50.654 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-17T08:02:52.718Z[ recovery-image] Dec 17 08:02:50.676 INFO O| Dec 17 08:02:50.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63572024-12-17T08:02:52.718Z[ recovery-image] Dec 17 08:02:50.676 INFO O| Dec 17 08:02:50.676 INFO STEP 668 (remove_files) COMPLETE
63582024-12-17T08:02:52.718Z[ recovery-image] Dec 17 08:02:50.676 INFO O| Dec 17 08:02:50.676 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-17T08:02:52.738Z[ recovery-image] Dec 17 08:02:50.695 INFO O| Dec 17 08:02:50.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63602024-12-17T08:02:52.738Z[ recovery-image] Dec 17 08:02:50.695 INFO O| Dec 17 08:02:50.695 INFO STEP 669 (remove_files) COMPLETE
63612024-12-17T08:02:52.740Z[ recovery-image] Dec 17 08:02:50.695 INFO O| Dec 17 08:02:50.695 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-17T08:02:52.770Z[ recovery-image] Dec 17 08:02:50.727 INFO O| Dec 17 08:02:50.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63632024-12-17T08:02:52.770Z[ recovery-image] Dec 17 08:02:50.727 INFO O| Dec 17 08:02:50.727 INFO STEP 670 (remove_files) COMPLETE
63642024-12-17T08:02:52.770Z[ recovery-image] Dec 17 08:02:50.727 INFO O| Dec 17 08:02:50.727 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-17T08:02:52.790Z[ recovery-image] Dec 17 08:02:50.748 INFO O| Dec 17 08:02:50.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63662024-12-17T08:02:52.790Z[ recovery-image] Dec 17 08:02:50.748 INFO O| Dec 17 08:02:50.748 INFO STEP 671 (remove_files) COMPLETE
63672024-12-17T08:02:52.790Z[ recovery-image] Dec 17 08:02:50.748 INFO O| Dec 17 08:02:50.748 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-17T08:02:52.831Z[ recovery-image] Dec 17 08:02:50.789 INFO O| Dec 17 08:02:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63692024-12-17T08:02:52.834Z[ recovery-image] Dec 17 08:02:50.789 INFO O| Dec 17 08:02:50.789 INFO STEP 672 (remove_files) COMPLETE
63702024-12-17T08:02:52.834Z[ recovery-image] Dec 17 08:02:50.789 INFO O| Dec 17 08:02:50.789 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-17T08:02:52.869Z[ recovery-image] Dec 17 08:02:50.827 INFO O| Dec 17 08:02:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63722024-12-17T08:02:52.869Z[ recovery-image] Dec 17 08:02:50.827 INFO O| Dec 17 08:02:50.827 INFO STEP 673 (remove_files) COMPLETE
63732024-12-17T08:02:52.869Z[ recovery-image] Dec 17 08:02:50.827 INFO O| Dec 17 08:02:50.827 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-17T08:02:52.916Z[ recovery-image] Dec 17 08:02:50.874 INFO O| Dec 17 08:02:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63752024-12-17T08:02:52.917Z[ recovery-image] Dec 17 08:02:50.874 INFO O| Dec 17 08:02:50.874 INFO STEP 674 (remove_files) COMPLETE
63762024-12-17T08:02:52.917Z[ recovery-image] Dec 17 08:02:50.874 INFO O| Dec 17 08:02:50.874 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-17T08:02:52.956Z[ recovery-image] Dec 17 08:02:50.914 INFO O| Dec 17 08:02:50.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63782024-12-17T08:02:52.957Z[ recovery-image] Dec 17 08:02:50.914 INFO O| Dec 17 08:02:50.914 INFO STEP 675 (remove_files) COMPLETE
63792024-12-17T08:02:52.957Z[ recovery-image] Dec 17 08:02:50.914 INFO O| Dec 17 08:02:50.914 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-17T08:02:52.974Z[ recovery-image] Dec 17 08:02:50.931 INFO O| Dec 17 08:02:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63812024-12-17T08:02:52.974Z[ recovery-image] Dec 17 08:02:50.931 INFO O| Dec 17 08:02:50.931 INFO STEP 676 (remove_files) COMPLETE
63822024-12-17T08:02:52.976Z[ recovery-image] Dec 17 08:02:50.931 INFO O| Dec 17 08:02:50.931 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-17T08:02:53.003Z[ recovery-image] Dec 17 08:02:50.960 INFO O| Dec 17 08:02:50.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63842024-12-17T08:02:53.003Z[ recovery-image] Dec 17 08:02:50.960 INFO O| Dec 17 08:02:50.960 INFO STEP 677 (remove_files) COMPLETE
63852024-12-17T08:02:53.003Z[ recovery-image] Dec 17 08:02:50.960 INFO O| Dec 17 08:02:50.960 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-17T08:02:53.051Z[ recovery-image] Dec 17 08:02:51.009 INFO O| Dec 17 08:02:51.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63872024-12-17T08:02:53.051Z[ recovery-image] Dec 17 08:02:51.009 INFO O| Dec 17 08:02:51.009 INFO STEP 678 (remove_files) COMPLETE
63882024-12-17T08:02:53.051Z[ recovery-image] Dec 17 08:02:51.009 INFO O| Dec 17 08:02:51.009 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-17T08:02:53.089Z[ recovery-image] Dec 17 08:02:51.047 INFO O| Dec 17 08:02:51.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63902024-12-17T08:02:53.092Z[ recovery-image] Dec 17 08:02:51.047 INFO O| Dec 17 08:02:51.047 INFO STEP 679 (remove_files) COMPLETE
63912024-12-17T08:02:53.092Z[ recovery-image] Dec 17 08:02:51.047 INFO O| Dec 17 08:02:51.047 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-17T08:02:53.124Z[ recovery-image] Dec 17 08:02:51.082 INFO O| Dec 17 08:02:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63932024-12-17T08:02:53.124Z[ recovery-image] Dec 17 08:02:51.082 INFO O| Dec 17 08:02:51.082 INFO STEP 680 (remove_files) COMPLETE
63942024-12-17T08:02:53.125Z[ recovery-image] Dec 17 08:02:51.082 INFO O| Dec 17 08:02:51.082 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-17T08:02:53.164Z[ recovery-image] Dec 17 08:02:51.122 INFO O| Dec 17 08:02:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63962024-12-17T08:02:53.164Z[ recovery-image] Dec 17 08:02:51.122 INFO O| Dec 17 08:02:51.122 INFO STEP 681 (remove_files) COMPLETE
63972024-12-17T08:02:53.167Z[ recovery-image] Dec 17 08:02:51.122 INFO O| Dec 17 08:02:51.122 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-17T08:02:53.185Z[ recovery-image] Dec 17 08:02:51.143 INFO O| Dec 17 08:02:51.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63992024-12-17T08:02:53.185Z[ recovery-image] Dec 17 08:02:51.143 INFO O| Dec 17 08:02:51.143 INFO STEP 682 (remove_files) COMPLETE
64002024-12-17T08:02:53.185Z[ recovery-image] Dec 17 08:02:51.143 INFO O| Dec 17 08:02:51.143 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-17T08:02:53.212Z[ recovery-image] Dec 17 08:02:51.169 INFO O| Dec 17 08:02:51.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64022024-12-17T08:02:53.214Z[ recovery-image] Dec 17 08:02:51.169 INFO O| Dec 17 08:02:51.169 INFO STEP 683 (remove_files) COMPLETE
64032024-12-17T08:02:53.214Z[ recovery-image] Dec 17 08:02:51.169 INFO O| Dec 17 08:02:51.169 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-17T08:02:53.243Z[ recovery-image] Dec 17 08:02:51.200 INFO O| Dec 17 08:02:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64052024-12-17T08:02:53.245Z[ recovery-image] Dec 17 08:02:51.200 INFO O| Dec 17 08:02:51.200 INFO STEP 684 (remove_files) COMPLETE
64062024-12-17T08:02:53.245Z[ recovery-image] Dec 17 08:02:51.200 INFO O| Dec 17 08:02:51.200 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-17T08:02:53.304Z[ recovery-image] Dec 17 08:02:51.261 INFO O| Dec 17 08:02:51.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64082024-12-17T08:02:53.306Z[ recovery-image] Dec 17 08:02:51.261 INFO O| Dec 17 08:02:51.261 INFO STEP 685 (remove_files) COMPLETE
64092024-12-17T08:02:53.306Z[ recovery-image] Dec 17 08:02:51.261 INFO O| Dec 17 08:02:51.261 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-17T08:02:53.323Z[ recovery-image] Dec 17 08:02:51.280 INFO O| Dec 17 08:02:51.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64112024-12-17T08:02:53.323Z[ recovery-image] Dec 17 08:02:51.280 INFO O| Dec 17 08:02:51.280 INFO STEP 686 (remove_files) COMPLETE
64122024-12-17T08:02:53.323Z[ recovery-image] Dec 17 08:02:51.280 INFO O| Dec 17 08:02:51.280 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-17T08:02:53.343Z[ recovery-image] Dec 17 08:02:51.300 INFO O| Dec 17 08:02:51.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64142024-12-17T08:02:53.343Z[ recovery-image] Dec 17 08:02:51.300 INFO O| Dec 17 08:02:51.300 INFO STEP 687 (remove_files) COMPLETE
64152024-12-17T08:02:53.343Z[ recovery-image] Dec 17 08:02:51.300 INFO O| Dec 17 08:02:51.300 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-17T08:02:53.361Z[ recovery-image] Dec 17 08:02:51.318 INFO O| Dec 17 08:02:51.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64172024-12-17T08:02:53.361Z[ recovery-image] Dec 17 08:02:51.318 INFO O| Dec 17 08:02:51.318 INFO STEP 688 (remove_files) COMPLETE
64182024-12-17T08:02:53.361Z[ recovery-image] Dec 17 08:02:51.318 INFO O| Dec 17 08:02:51.318 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-17T08:02:53.378Z[ recovery-image] Dec 17 08:02:51.335 INFO O| Dec 17 08:02:51.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64202024-12-17T08:02:53.378Z[ recovery-image] Dec 17 08:02:51.335 INFO O| Dec 17 08:02:51.335 INFO STEP 689 (remove_files) COMPLETE
64212024-12-17T08:02:53.378Z[ recovery-image] Dec 17 08:02:51.335 INFO O| Dec 17 08:02:51.335 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-17T08:02:53.409Z[ recovery-image] Dec 17 08:02:51.366 INFO O| Dec 17 08:02:51.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64232024-12-17T08:02:53.409Z[ recovery-image] Dec 17 08:02:51.366 INFO O| Dec 17 08:02:51.366 INFO STEP 690 (remove_files) COMPLETE
64242024-12-17T08:02:53.409Z[ recovery-image] Dec 17 08:02:51.366 INFO O| Dec 17 08:02:51.366 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-17T08:02:53.473Z[ recovery-image] Dec 17 08:02:51.430 INFO O| Dec 17 08:02:51.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64262024-12-17T08:02:53.475Z[ recovery-image] Dec 17 08:02:51.430 INFO O| Dec 17 08:02:51.430 INFO STEP 691 (remove_files) COMPLETE
64272024-12-17T08:02:53.475Z[ recovery-image] Dec 17 08:02:51.430 INFO O| Dec 17 08:02:51.430 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-17T08:02:53.490Z[ recovery-image] Dec 17 08:02:51.447 INFO O| Dec 17 08:02:51.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64292024-12-17T08:02:53.493Z[ recovery-image] Dec 17 08:02:51.448 INFO O| Dec 17 08:02:51.448 INFO STEP 692 (remove_files) COMPLETE
64302024-12-17T08:02:53.493Z[ recovery-image] Dec 17 08:02:51.448 INFO O| Dec 17 08:02:51.448 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-17T08:02:53.507Z[ recovery-image] Dec 17 08:02:51.465 INFO O| Dec 17 08:02:51.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64322024-12-17T08:02:53.510Z[ recovery-image] Dec 17 08:02:51.465 INFO O| Dec 17 08:02:51.465 INFO STEP 693 (remove_files) COMPLETE
64332024-12-17T08:02:53.510Z[ recovery-image] Dec 17 08:02:51.465 INFO O| Dec 17 08:02:51.465 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-17T08:02:53.543Z[ recovery-image] Dec 17 08:02:51.501 INFO O| Dec 17 08:02:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64352024-12-17T08:02:53.543Z[ recovery-image] Dec 17 08:02:51.501 INFO O| Dec 17 08:02:51.501 INFO STEP 694 (remove_files) COMPLETE
64362024-12-17T08:02:53.544Z[ recovery-image] Dec 17 08:02:51.501 INFO O| Dec 17 08:02:51.501 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-17T08:02:53.561Z[ recovery-image] Dec 17 08:02:51.519 INFO O| Dec 17 08:02:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64382024-12-17T08:02:53.561Z[ recovery-image] Dec 17 08:02:51.519 INFO O| Dec 17 08:02:51.519 INFO STEP 695 (remove_files) COMPLETE
64392024-12-17T08:02:53.561Z[ recovery-image] Dec 17 08:02:51.519 INFO O| Dec 17 08:02:51.519 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-17T08:02:53.596Z[ recovery-image] Dec 17 08:02:51.553 INFO O| Dec 17 08:02:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64412024-12-17T08:02:53.596Z[ recovery-image] Dec 17 08:02:51.553 INFO O| Dec 17 08:02:51.553 INFO STEP 696 (remove_files) COMPLETE
64422024-12-17T08:02:53.596Z[ recovery-image] Dec 17 08:02:51.553 INFO O| Dec 17 08:02:51.553 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-17T08:02:53.618Z[ recovery-image] Dec 17 08:02:51.575 INFO O| Dec 17 08:02:51.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64442024-12-17T08:02:53.618Z[ recovery-image] Dec 17 08:02:51.575 INFO O| Dec 17 08:02:51.575 INFO STEP 697 (remove_files) COMPLETE
64452024-12-17T08:02:53.618Z[ recovery-image] Dec 17 08:02:51.575 INFO O| Dec 17 08:02:51.575 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-17T08:02:53.696Z[ recovery-image] Dec 17 08:02:51.653 INFO O| Dec 17 08:02:51.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64472024-12-17T08:02:53.696Z[ recovery-image] Dec 17 08:02:51.653 INFO O| Dec 17 08:02:51.653 INFO STEP 698 (remove_files) COMPLETE
64482024-12-17T08:02:53.699Z[ recovery-image] Dec 17 08:02:51.653 INFO O| Dec 17 08:02:51.653 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-17T08:02:53.717Z[ recovery-image] Dec 17 08:02:51.674 INFO O| Dec 17 08:02:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64502024-12-17T08:02:53.717Z[ recovery-image] Dec 17 08:02:51.674 INFO O| Dec 17 08:02:51.674 INFO STEP 699 (remove_files) COMPLETE
64512024-12-17T08:02:53.717Z[ recovery-image] Dec 17 08:02:51.674 INFO O| Dec 17 08:02:51.674 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-17T08:02:53.737Z[ recovery-image] Dec 17 08:02:51.693 INFO O| Dec 17 08:02:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64532024-12-17T08:02:53.737Z[ recovery-image] Dec 17 08:02:51.693 INFO O| Dec 17 08:02:51.693 INFO STEP 700 (remove_files) COMPLETE
64542024-12-17T08:02:53.737Z[ recovery-image] Dec 17 08:02:51.693 INFO O| Dec 17 08:02:51.693 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-17T08:02:53.760Z[ recovery-image] Dec 17 08:02:51.717 INFO O| Dec 17 08:02:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64562024-12-17T08:02:53.762Z[ recovery-image] Dec 17 08:02:51.718 INFO O| Dec 17 08:02:51.717 INFO STEP 701 (remove_files) COMPLETE
64572024-12-17T08:02:53.762Z[ recovery-image] Dec 17 08:02:51.718 INFO O| Dec 17 08:02:51.718 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-17T08:02:53.781Z[ recovery-image] Dec 17 08:02:51.738 INFO O| Dec 17 08:02:51.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64592024-12-17T08:02:53.784Z[ recovery-image] Dec 17 08:02:51.739 INFO O| Dec 17 08:02:51.739 INFO STEP 702 (remove_files) COMPLETE
64602024-12-17T08:02:53.784Z[ recovery-image] Dec 17 08:02:51.739 INFO O| Dec 17 08:02:51.739 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-17T08:02:53.799Z[ recovery-image] Dec 17 08:02:51.756 INFO O| Dec 17 08:02:51.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64622024-12-17T08:02:53.802Z[ recovery-image] Dec 17 08:02:51.757 INFO O| Dec 17 08:02:51.757 INFO STEP 703 (remove_files) COMPLETE
64632024-12-17T08:02:53.802Z[ recovery-image] Dec 17 08:02:51.757 INFO O| Dec 17 08:02:51.757 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-17T08:02:53.816Z[ recovery-image] Dec 17 08:02:51.773 INFO O| Dec 17 08:02:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64652024-12-17T08:02:53.818Z[ recovery-image] Dec 17 08:02:51.773 INFO O| Dec 17 08:02:51.773 INFO STEP 704 (remove_files) COMPLETE
64662024-12-17T08:02:53.818Z[ recovery-image] Dec 17 08:02:51.773 INFO O| Dec 17 08:02:51.773 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-17T08:02:53.832Z[ recovery-image] Dec 17 08:02:51.790 INFO O| Dec 17 08:02:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64682024-12-17T08:02:53.834Z[ recovery-image] Dec 17 08:02:51.790 INFO O| Dec 17 08:02:51.790 INFO STEP 705 (remove_files) COMPLETE
64692024-12-17T08:02:53.834Z[ recovery-image] Dec 17 08:02:51.790 INFO O| Dec 17 08:02:51.790 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-17T08:02:53.867Z[ recovery-image] Dec 17 08:02:51.824 INFO O| Dec 17 08:02:51.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64712024-12-17T08:02:53.867Z[ recovery-image] Dec 17 08:02:51.824 INFO O| Dec 17 08:02:51.824 INFO STEP 706 (remove_files) COMPLETE
64722024-12-17T08:02:53.867Z[ recovery-image] Dec 17 08:02:51.824 INFO O| Dec 17 08:02:51.824 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-17T08:02:53.901Z[ recovery-image] Dec 17 08:02:51.858 INFO O| Dec 17 08:02:51.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64742024-12-17T08:02:53.901Z[ recovery-image] Dec 17 08:02:51.858 INFO O| Dec 17 08:02:51.858 INFO STEP 707 (remove_files) COMPLETE
64752024-12-17T08:02:53.903Z[ recovery-image] Dec 17 08:02:51.858 INFO O| Dec 17 08:02:51.858 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-17T08:02:53.929Z[ recovery-image] Dec 17 08:02:51.886 INFO O| Dec 17 08:02:51.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64772024-12-17T08:02:53.929Z[ recovery-image] Dec 17 08:02:51.886 INFO O| Dec 17 08:02:51.886 INFO STEP 708 (remove_files) COMPLETE
64782024-12-17T08:02:53.931Z[ recovery-image] Dec 17 08:02:51.886 INFO O| Dec 17 08:02:51.886 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-17T08:02:53.949Z[ recovery-image] Dec 17 08:02:51.906 INFO O| Dec 17 08:02:51.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64802024-12-17T08:02:53.949Z[ recovery-image] Dec 17 08:02:51.906 INFO O| Dec 17 08:02:51.906 INFO STEP 709 (remove_files) COMPLETE
64812024-12-17T08:02:53.951Z[ recovery-image] Dec 17 08:02:51.906 INFO O| Dec 17 08:02:51.906 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-17T08:02:53.967Z[ recovery-image] Dec 17 08:02:51.924 INFO O| Dec 17 08:02:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64832024-12-17T08:02:53.967Z[ recovery-image] Dec 17 08:02:51.924 INFO O| Dec 17 08:02:51.924 INFO STEP 710 (remove_files) COMPLETE
64842024-12-17T08:02:53.967Z[ recovery-image] Dec 17 08:02:51.924 INFO O| Dec 17 08:02:51.924 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-17T08:02:53.984Z[ recovery-image] Dec 17 08:02:51.942 INFO O| Dec 17 08:02:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64862024-12-17T08:02:53.984Z[ recovery-image] Dec 17 08:02:51.942 INFO O| Dec 17 08:02:51.942 INFO STEP 711 (remove_files) COMPLETE
64872024-12-17T08:02:53.987Z[ recovery-image] Dec 17 08:02:51.942 INFO O| Dec 17 08:02:51.942 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-17T08:02:54.017Z[ recovery-image] Dec 17 08:02:51.974 INFO O| Dec 17 08:02:51.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64892024-12-17T08:02:54.017Z[ recovery-image] Dec 17 08:02:51.974 INFO O| Dec 17 08:02:51.974 INFO STEP 712 (remove_files) COMPLETE
64902024-12-17T08:02:54.021Z[ recovery-image] Dec 17 08:02:51.974 INFO O| Dec 17 08:02:51.974 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-17T08:02:54.037Z[ recovery-image] Dec 17 08:02:51.995 INFO O| Dec 17 08:02:51.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64922024-12-17T08:02:54.037Z[ recovery-image] Dec 17 08:02:51.995 INFO O| Dec 17 08:02:51.995 INFO STEP 713 (remove_files) COMPLETE
64932024-12-17T08:02:54.037Z[ recovery-image] Dec 17 08:02:51.995 INFO O| Dec 17 08:02:51.995 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-17T08:02:54.080Z[ recovery-image] Dec 17 08:02:52.037 INFO O| Dec 17 08:02:52.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64952024-12-17T08:02:54.080Z[ recovery-image] Dec 17 08:02:52.037 INFO O| Dec 17 08:02:52.037 INFO STEP 714 (remove_files) COMPLETE
64962024-12-17T08:02:54.080Z[ recovery-image] Dec 17 08:02:52.037 INFO O| Dec 17 08:02:52.037 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-17T08:02:54.101Z[ recovery-image] Dec 17 08:02:52.058 INFO O| Dec 17 08:02:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64982024-12-17T08:02:54.101Z[ recovery-image] Dec 17 08:02:52.058 INFO O| Dec 17 08:02:52.058 INFO STEP 715 (remove_files) COMPLETE
64992024-12-17T08:02:54.101Z[ recovery-image] Dec 17 08:02:52.058 INFO O| Dec 17 08:02:52.058 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-17T08:02:54.120Z[ recovery-image] Dec 17 08:02:52.077 INFO O| Dec 17 08:02:52.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65012024-12-17T08:02:54.120Z[ recovery-image] Dec 17 08:02:52.077 INFO O| Dec 17 08:02:52.077 INFO STEP 716 (remove_files) COMPLETE
65022024-12-17T08:02:54.120Z[ recovery-image] Dec 17 08:02:52.077 INFO O| Dec 17 08:02:52.077 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-17T08:02:54.148Z[ recovery-image] Dec 17 08:02:52.105 INFO O| Dec 17 08:02:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65042024-12-17T08:02:54.148Z[ recovery-image] Dec 17 08:02:52.105 INFO O| Dec 17 08:02:52.105 INFO STEP 717 (remove_files) COMPLETE
65052024-12-17T08:02:54.148Z[ recovery-image] Dec 17 08:02:52.105 INFO O| Dec 17 08:02:52.105 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-17T08:02:54.170Z[ recovery-image] Dec 17 08:02:52.127 INFO O| Dec 17 08:02:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65072024-12-17T08:02:54.170Z[ recovery-image] Dec 17 08:02:52.127 INFO O| Dec 17 08:02:52.127 INFO STEP 718 (remove_files) COMPLETE
65082024-12-17T08:02:54.173Z[ recovery-image] Dec 17 08:02:52.128 INFO O| Dec 17 08:02:52.127 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-17T08:02:54.199Z[ recovery-image] Dec 17 08:02:52.156 INFO O| Dec 17 08:02:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65102024-12-17T08:02:54.199Z[ recovery-image] Dec 17 08:02:52.156 INFO O| Dec 17 08:02:52.156 INFO STEP 719 (remove_files) COMPLETE
65112024-12-17T08:02:54.199Z[ recovery-image] Dec 17 08:02:52.156 INFO O| Dec 17 08:02:52.156 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-17T08:02:54.235Z[ recovery-image] Dec 17 08:02:52.193 INFO O| Dec 17 08:02:52.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65132024-12-17T08:02:54.238Z[ recovery-image] Dec 17 08:02:52.194 INFO O| Dec 17 08:02:52.194 INFO STEP 720 (remove_files) COMPLETE
65142024-12-17T08:02:54.238Z[ recovery-image] Dec 17 08:02:52.194 INFO O| Dec 17 08:02:52.194 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-17T08:02:54.276Z[ recovery-image] Dec 17 08:02:52.234 INFO O| Dec 17 08:02:52.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65162024-12-17T08:02:54.277Z[ recovery-image] Dec 17 08:02:52.234 INFO O| Dec 17 08:02:52.234 INFO STEP 721 (remove_files) COMPLETE
65172024-12-17T08:02:54.277Z[ recovery-image] Dec 17 08:02:52.234 INFO O| Dec 17 08:02:52.234 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-17T08:02:54.300Z[ recovery-image] Dec 17 08:02:52.257 INFO O| Dec 17 08:02:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65192024-12-17T08:02:54.303Z[ recovery-image] Dec 17 08:02:52.261 INFO O| Dec 17 08:02:52.261 INFO STEP 722 (remove_files) COMPLETE
65202024-12-17T08:02:54.306Z[ recovery-image] Dec 17 08:02:52.261 INFO O| Dec 17 08:02:52.261 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-17T08:02:54.330Z[ recovery-image] Dec 17 08:02:52.287 INFO O| Dec 17 08:02:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65222024-12-17T08:02:54.333Z[ recovery-image] Dec 17 08:02:52.287 INFO O| Dec 17 08:02:52.287 INFO STEP 723 (remove_files) COMPLETE
65232024-12-17T08:02:54.333Z[ recovery-image] Dec 17 08:02:52.287 INFO O| Dec 17 08:02:52.287 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-17T08:02:54.368Z[ recovery-image] Dec 17 08:02:52.325 INFO O| Dec 17 08:02:52.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65252024-12-17T08:02:54.368Z[ recovery-image] Dec 17 08:02:52.325 INFO O| Dec 17 08:02:52.325 INFO STEP 724 (remove_files) COMPLETE
65262024-12-17T08:02:54.370Z[ recovery-image] Dec 17 08:02:52.326 INFO O| Dec 17 08:02:52.325 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-17T08:02:54.416Z[ recovery-image] Dec 17 08:02:52.373 INFO O| Dec 17 08:02:52.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65282024-12-17T08:02:54.418Z[ recovery-image] Dec 17 08:02:52.373 INFO O| Dec 17 08:02:52.373 INFO STEP 725 (remove_files) COMPLETE
65292024-12-17T08:02:54.418Z[ recovery-image] Dec 17 08:02:52.373 INFO O| Dec 17 08:02:52.373 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-17T08:02:54.476Z[ recovery-image] Dec 17 08:02:52.433 INFO O| Dec 17 08:02:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65312024-12-17T08:02:54.476Z[ recovery-image] Dec 17 08:02:52.433 INFO O| Dec 17 08:02:52.433 INFO STEP 726 (remove_files) COMPLETE
65322024-12-17T08:02:54.476Z[ recovery-image] Dec 17 08:02:52.433 INFO O| Dec 17 08:02:52.433 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-17T08:02:54.511Z[ recovery-image] Dec 17 08:02:52.468 INFO O| Dec 17 08:02:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65342024-12-17T08:02:54.511Z[ recovery-image] Dec 17 08:02:52.469 INFO O| Dec 17 08:02:52.469 INFO STEP 727 (remove_files) COMPLETE
65352024-12-17T08:02:54.511Z[ recovery-image] Dec 17 08:02:52.469 INFO O| Dec 17 08:02:52.469 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-17T08:02:54.532Z[ recovery-image] Dec 17 08:02:52.489 INFO O| Dec 17 08:02:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65372024-12-17T08:02:54.532Z[ recovery-image] Dec 17 08:02:52.489 INFO O| Dec 17 08:02:52.489 INFO STEP 728 (remove_files) COMPLETE
65382024-12-17T08:02:54.532Z[ recovery-image] Dec 17 08:02:52.489 INFO O| Dec 17 08:02:52.489 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-17T08:02:54.589Z[ recovery-image] Dec 17 08:02:52.546 INFO O| Dec 17 08:02:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65402024-12-17T08:02:54.589Z[ recovery-image] Dec 17 08:02:52.547 INFO O| Dec 17 08:02:52.547 INFO STEP 729 (remove_files) COMPLETE
65412024-12-17T08:02:54.589Z[ recovery-image] Dec 17 08:02:52.547 INFO O| Dec 17 08:02:52.547 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-17T08:02:54.633Z[ recovery-image] Dec 17 08:02:52.590 INFO O| Dec 17 08:02:52.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65432024-12-17T08:02:54.633Z[ recovery-image] Dec 17 08:02:52.590 INFO O| Dec 17 08:02:52.590 INFO STEP 730 (remove_files) COMPLETE
65442024-12-17T08:02:54.635Z[ recovery-image] Dec 17 08:02:52.590 INFO O| Dec 17 08:02:52.590 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-17T08:02:54.687Z[ recovery-image] Dec 17 08:02:52.645 INFO O| Dec 17 08:02:52.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65462024-12-17T08:02:54.690Z[ recovery-image] Dec 17 08:02:52.645 INFO O| Dec 17 08:02:52.645 INFO STEP 731 (remove_files) COMPLETE
65472024-12-17T08:02:54.690Z[ recovery-image] Dec 17 08:02:52.645 INFO O| Dec 17 08:02:52.645 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-17T08:02:54.707Z[ recovery-image] Dec 17 08:02:52.664 INFO O| Dec 17 08:02:52.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65492024-12-17T08:02:54.707Z[ recovery-image] Dec 17 08:02:52.664 INFO O| Dec 17 08:02:52.664 INFO STEP 732 (remove_files) COMPLETE
65502024-12-17T08:02:54.707Z[ recovery-image] Dec 17 08:02:52.664 INFO O| Dec 17 08:02:52.664 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-17T08:02:54.728Z[ recovery-image] Dec 17 08:02:52.684 INFO O| Dec 17 08:02:52.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65522024-12-17T08:02:54.728Z[ recovery-image] Dec 17 08:02:52.685 INFO O| Dec 17 08:02:52.684 INFO STEP 733 (remove_files) COMPLETE
65532024-12-17T08:02:54.728Z[ recovery-image] Dec 17 08:02:52.685 INFO O| Dec 17 08:02:52.684 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-17T08:02:54.761Z[ recovery-image] Dec 17 08:02:52.718 INFO O| Dec 17 08:02:52.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65552024-12-17T08:02:54.761Z[ recovery-image] Dec 17 08:02:52.718 INFO O| Dec 17 08:02:52.718 INFO STEP 734 (remove_files) COMPLETE
65562024-12-17T08:02:54.761Z[ recovery-image] Dec 17 08:02:52.718 INFO O| Dec 17 08:02:52.718 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-17T08:02:54.781Z[ recovery-image] Dec 17 08:02:52.738 INFO O| Dec 17 08:02:52.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65582024-12-17T08:02:54.781Z[ recovery-image] Dec 17 08:02:52.739 INFO O| Dec 17 08:02:52.738 INFO STEP 735 (remove_files) COMPLETE
65592024-12-17T08:02:54.781Z[ recovery-image] Dec 17 08:02:52.739 INFO O| Dec 17 08:02:52.739 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-17T08:02:54.813Z[ recovery-image] Dec 17 08:02:52.770 INFO O| Dec 17 08:02:52.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65612024-12-17T08:02:54.816Z[ recovery-image] Dec 17 08:02:52.770 INFO O| Dec 17 08:02:52.770 INFO STEP 736 (remove_files) COMPLETE
65622024-12-17T08:02:54.816Z[ recovery-image] Dec 17 08:02:52.771 INFO O| Dec 17 08:02:52.770 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-17T08:02:54.835Z[ recovery-image] Dec 17 08:02:52.792 INFO O| Dec 17 08:02:52.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65642024-12-17T08:02:54.835Z[ recovery-image] Dec 17 08:02:52.792 INFO O| Dec 17 08:02:52.792 INFO STEP 737 (remove_files) COMPLETE
65652024-12-17T08:02:54.835Z[ recovery-image] Dec 17 08:02:52.792 INFO O| Dec 17 08:02:52.792 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-17T08:02:54.869Z[ recovery-image] Dec 17 08:02:52.827 INFO O| Dec 17 08:02:52.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65672024-12-17T08:02:54.869Z[ recovery-image] Dec 17 08:02:52.827 INFO O| Dec 17 08:02:52.827 INFO STEP 738 (remove_files) COMPLETE
65682024-12-17T08:02:54.869Z[ recovery-image] Dec 17 08:02:52.827 INFO O| Dec 17 08:02:52.827 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-17T08:02:54.889Z[ recovery-image] Dec 17 08:02:52.846 INFO O| Dec 17 08:02:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65702024-12-17T08:02:54.891Z[ recovery-image] Dec 17 08:02:52.846 INFO O| Dec 17 08:02:52.846 INFO STEP 739 (remove_files) COMPLETE
65712024-12-17T08:02:54.892Z[ recovery-image] Dec 17 08:02:52.847 INFO O| Dec 17 08:02:52.846 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-17T08:02:54.909Z[ recovery-image] Dec 17 08:02:52.866 INFO O| Dec 17 08:02:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65732024-12-17T08:02:54.911Z[ recovery-image] Dec 17 08:02:52.866 INFO O| Dec 17 08:02:52.866 INFO STEP 740 (remove_files) COMPLETE
65742024-12-17T08:02:54.911Z[ recovery-image] Dec 17 08:02:52.867 INFO O| Dec 17 08:02:52.866 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-17T08:02:54.928Z[ recovery-image] Dec 17 08:02:52.885 INFO O| Dec 17 08:02:52.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65762024-12-17T08:02:54.950Z[ recovery-image] Dec 17 08:02:52.907 INFO O| Dec 17 08:02:52.907 INFO STEP 741 (remove_files) COMPLETE
65772024-12-17T08:02:54.950Z[ recovery-image] Dec 17 08:02:52.907 INFO O| Dec 17 08:02:52.907 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-17T08:02:54.970Z[ recovery-image] Dec 17 08:02:52.927 INFO O| Dec 17 08:02:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65792024-12-17T08:02:54.970Z[ recovery-image] Dec 17 08:02:52.927 INFO O| Dec 17 08:02:52.927 INFO STEP 742 (remove_files) COMPLETE
65802024-12-17T08:02:54.973Z[ recovery-image] Dec 17 08:02:52.928 INFO O| Dec 17 08:02:52.928 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-17T08:02:54.988Z[ recovery-image] Dec 17 08:02:52.945 INFO O| Dec 17 08:02:52.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65822024-12-17T08:02:54.990Z[ recovery-image] Dec 17 08:02:52.945 INFO O| Dec 17 08:02:52.945 INFO STEP 743 (remove_files) COMPLETE
65832024-12-17T08:02:54.990Z[ recovery-image] Dec 17 08:02:52.945 INFO O| Dec 17 08:02:52.945 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-17T08:02:55.025Z[ recovery-image] Dec 17 08:02:52.982 INFO O| Dec 17 08:02:52.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65852024-12-17T08:02:55.028Z[ recovery-image] Dec 17 08:02:52.982 INFO O| Dec 17 08:02:52.982 INFO STEP 744 (remove_files) COMPLETE
65862024-12-17T08:02:55.028Z[ recovery-image] Dec 17 08:02:52.982 INFO O| Dec 17 08:02:52.982 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-17T08:02:55.044Z[ recovery-image] Dec 17 08:02:53.001 INFO O| Dec 17 08:02:53.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65882024-12-17T08:02:55.046Z[ recovery-image] Dec 17 08:02:53.001 INFO O| Dec 17 08:02:53.001 INFO STEP 745 (remove_files) COMPLETE
65892024-12-17T08:02:55.047Z[ recovery-image] Dec 17 08:02:53.001 INFO O| Dec 17 08:02:53.001 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-17T08:02:55.063Z[ recovery-image] Dec 17 08:02:53.020 INFO O| Dec 17 08:02:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65912024-12-17T08:02:55.066Z[ recovery-image] Dec 17 08:02:53.020 INFO O| Dec 17 08:02:53.020 INFO STEP 746 (remove_files) COMPLETE
65922024-12-17T08:02:55.066Z[ recovery-image] Dec 17 08:02:53.020 INFO O| Dec 17 08:02:53.020 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-17T08:02:55.095Z[ recovery-image] Dec 17 08:02:53.052 INFO O| Dec 17 08:02:53.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65942024-12-17T08:02:55.097Z[ recovery-image] Dec 17 08:02:53.052 INFO O| Dec 17 08:02:53.052 INFO STEP 747 (remove_files) COMPLETE
65952024-12-17T08:02:55.097Z[ recovery-image] Dec 17 08:02:53.052 INFO O| Dec 17 08:02:53.052 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-17T08:02:55.124Z[ recovery-image] Dec 17 08:02:53.081 INFO O| Dec 17 08:02:53.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65972024-12-17T08:02:55.124Z[ recovery-image] Dec 17 08:02:53.081 INFO O| Dec 17 08:02:53.081 INFO STEP 748 (remove_files) COMPLETE
65982024-12-17T08:02:55.124Z[ recovery-image] Dec 17 08:02:53.081 INFO O| Dec 17 08:02:53.081 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-17T08:02:55.149Z[ recovery-image] Dec 17 08:02:53.106 INFO O| Dec 17 08:02:53.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66002024-12-17T08:02:55.151Z[ recovery-image] Dec 17 08:02:53.106 INFO O| Dec 17 08:02:53.106 INFO STEP 749 (remove_files) COMPLETE
66012024-12-17T08:02:55.151Z[ recovery-image] Dec 17 08:02:53.106 INFO O| Dec 17 08:02:53.106 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-17T08:02:55.187Z[ recovery-image] Dec 17 08:02:53.144 INFO O| Dec 17 08:02:53.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66032024-12-17T08:02:55.187Z[ recovery-image] Dec 17 08:02:53.144 INFO O| Dec 17 08:02:53.144 INFO STEP 750 (remove_files) COMPLETE
66042024-12-17T08:02:55.189Z[ recovery-image] Dec 17 08:02:53.144 INFO O| Dec 17 08:02:53.144 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-17T08:02:55.219Z[ recovery-image] Dec 17 08:02:53.176 INFO O| Dec 17 08:02:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66062024-12-17T08:02:55.219Z[ recovery-image] Dec 17 08:02:53.176 INFO O| Dec 17 08:02:53.176 INFO STEP 751 (remove_files) COMPLETE
66072024-12-17T08:02:55.219Z[ recovery-image] Dec 17 08:02:53.176 INFO O| Dec 17 08:02:53.176 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-17T08:02:55.245Z[ recovery-image] Dec 17 08:02:53.202 INFO O| Dec 17 08:02:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66092024-12-17T08:02:55.245Z[ recovery-image] Dec 17 08:02:53.202 INFO O| Dec 17 08:02:53.202 INFO STEP 752 (remove_files) COMPLETE
66102024-12-17T08:02:55.245Z[ recovery-image] Dec 17 08:02:53.202 INFO O| Dec 17 08:02:53.202 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-17T08:02:55.286Z[ recovery-image] Dec 17 08:02:53.243 INFO O| Dec 17 08:02:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66122024-12-17T08:02:55.289Z[ recovery-image] Dec 17 08:02:53.247 INFO O| Dec 17 08:02:53.247 INFO STEP 753 (remove_files) COMPLETE
66132024-12-17T08:02:55.292Z[ recovery-image] Dec 17 08:02:53.247 INFO O| Dec 17 08:02:53.247 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-17T08:02:55.312Z[ recovery-image] Dec 17 08:02:53.269 INFO O| Dec 17 08:02:53.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66152024-12-17T08:02:55.312Z[ recovery-image] Dec 17 08:02:53.270 INFO O| Dec 17 08:02:53.270 INFO STEP 754 (remove_files) COMPLETE
66162024-12-17T08:02:55.312Z[ recovery-image] Dec 17 08:02:53.270 INFO O| Dec 17 08:02:53.270 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-17T08:02:55.335Z[ recovery-image] Dec 17 08:02:53.292 INFO O| Dec 17 08:02:53.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66182024-12-17T08:02:55.338Z[ recovery-image] Dec 17 08:02:53.293 INFO O| Dec 17 08:02:53.292 INFO STEP 755 (remove_files) COMPLETE
66192024-12-17T08:02:55.338Z[ recovery-image] Dec 17 08:02:53.293 INFO O| Dec 17 08:02:53.293 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-17T08:02:55.365Z[ recovery-image] Dec 17 08:02:53.322 INFO O| Dec 17 08:02:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66212024-12-17T08:02:55.387Z[ recovery-image] Dec 17 08:02:53.344 INFO O| Dec 17 08:02:53.344 INFO STEP 756 (remove_files) COMPLETE
66222024-12-17T08:02:55.387Z[ recovery-image] Dec 17 08:02:53.344 INFO O| Dec 17 08:02:53.344 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-17T08:02:55.424Z[ recovery-image] Dec 17 08:02:53.381 INFO O| Dec 17 08:02:53.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66242024-12-17T08:02:55.450Z[ recovery-image] Dec 17 08:02:53.406 INFO O| Dec 17 08:02:53.406 INFO STEP 757 (remove_files) COMPLETE
66252024-12-17T08:02:55.450Z[ recovery-image] Dec 17 08:02:53.406 INFO O| Dec 17 08:02:53.406 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-17T08:02:55.502Z[ recovery-image] Dec 17 08:02:53.459 INFO O| Dec 17 08:02:53.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66272024-12-17T08:02:55.502Z[ recovery-image] Dec 17 08:02:53.459 INFO O| Dec 17 08:02:53.459 INFO STEP 758 (remove_files) COMPLETE
66282024-12-17T08:02:55.502Z[ recovery-image] Dec 17 08:02:53.459 INFO O| Dec 17 08:02:53.459 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-17T08:02:55.505Z[ host-image] Dec 17 08:02:53.463 INFO O| Dec 17 08:02:53.463 INFO O| Planning: Solver setup ... Done
66302024-12-17T08:02:55.512Z[ host-image] Dec 17 08:02:53.469 INFO O| Dec 17 08:02:53.469 INFO O| Planning: Running solver ... Done
66312024-12-17T08:02:55.522Z[ recovery-image] Dec 17 08:02:53.479 INFO O| Dec 17 08:02:53.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66322024-12-17T08:02:55.522Z[ recovery-image] Dec 17 08:02:53.479 INFO O| Dec 17 08:02:53.479 INFO STEP 759 (remove_files) COMPLETE
66332024-12-17T08:02:55.522Z[ recovery-image] Dec 17 08:02:53.479 INFO O| Dec 17 08:02:53.479 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-17T08:02:55.543Z[ recovery-image] Dec 17 08:02:53.499 INFO O| Dec 17 08:02:53.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66352024-12-17T08:02:55.543Z[ recovery-image] Dec 17 08:02:53.499 INFO O| Dec 17 08:02:53.499 INFO STEP 760 (remove_files) COMPLETE
66362024-12-17T08:02:55.543Z[ recovery-image] Dec 17 08:02:53.499 INFO O| Dec 17 08:02:53.499 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-17T08:02:55.562Z[ recovery-image] Dec 17 08:02:53.518 INFO O| Dec 17 08:02:53.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66382024-12-17T08:02:55.562Z[ recovery-image] Dec 17 08:02:53.518 INFO O| Dec 17 08:02:53.518 INFO STEP 761 (remove_files) COMPLETE
66392024-12-17T08:02:55.562Z[ recovery-image] Dec 17 08:02:53.518 INFO O| Dec 17 08:02:53.518 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-17T08:02:55.580Z[ recovery-image] Dec 17 08:02:53.536 INFO O| Dec 17 08:02:53.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66412024-12-17T08:02:55.580Z[ recovery-image] Dec 17 08:02:53.536 INFO O| Dec 17 08:02:53.536 INFO STEP 762 (remove_files) COMPLETE
66422024-12-17T08:02:55.580Z[ recovery-image] Dec 17 08:02:53.536 INFO O| Dec 17 08:02:53.536 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-17T08:02:55.619Z[ recovery-image] Dec 17 08:02:53.575 INFO O| Dec 17 08:02:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66442024-12-17T08:02:55.619Z[ recovery-image] Dec 17 08:02:53.575 INFO O| Dec 17 08:02:53.575 INFO STEP 763 (remove_files) COMPLETE
66452024-12-17T08:02:55.619Z[ recovery-image] Dec 17 08:02:53.575 INFO O| Dec 17 08:02:53.575 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-17T08:02:55.621Z[ host-image] Dec 17 08:02:53.578 INFO O| Dec 17 08:02:53.577 INFO O| Planning: Finding local manifests ... Done
66472024-12-17T08:02:55.621Z[ host-image] Dec 17 08:02:53.578 INFO O| Dec 17 08:02:53.578 INFO O| Planning: Fetching manifests: 0/1 0% complete
66482024-12-17T08:02:55.656Z[ recovery-image] Dec 17 08:02:53.613 INFO O| Dec 17 08:02:53.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66492024-12-17T08:02:55.656Z[ recovery-image] Dec 17 08:02:53.613 INFO O| Dec 17 08:02:53.613 INFO STEP 764 (remove_files) COMPLETE
66502024-12-17T08:02:55.658Z[ recovery-image] Dec 17 08:02:53.613 INFO O| Dec 17 08:02:53.613 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-17T08:02:55.677Z[ recovery-image] Dec 17 08:02:53.634 INFO O| Dec 17 08:02:53.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66522024-12-17T08:02:55.677Z[ recovery-image] Dec 17 08:02:53.634 INFO O| Dec 17 08:02:53.634 INFO STEP 765 (remove_files) COMPLETE
66532024-12-17T08:02:55.677Z[ recovery-image] Dec 17 08:02:53.634 INFO O| Dec 17 08:02:53.634 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-17T08:02:55.696Z[ recovery-image] Dec 17 08:02:53.653 INFO O| Dec 17 08:02:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66552024-12-17T08:02:55.696Z[ recovery-image] Dec 17 08:02:53.653 INFO O| Dec 17 08:02:53.653 INFO STEP 766 (remove_files) COMPLETE
66562024-12-17T08:02:55.696Z[ recovery-image] Dec 17 08:02:53.653 INFO O| Dec 17 08:02:53.653 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-17T08:02:55.715Z[ recovery-image] Dec 17 08:02:53.672 INFO O| Dec 17 08:02:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66582024-12-17T08:02:55.715Z[ recovery-image] Dec 17 08:02:53.672 INFO O| Dec 17 08:02:53.672 INFO STEP 767 (remove_files) COMPLETE
66592024-12-17T08:02:55.718Z[ recovery-image] Dec 17 08:02:53.672 INFO O| Dec 17 08:02:53.672 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-17T08:02:55.736Z[ recovery-image] Dec 17 08:02:53.693 INFO O| Dec 17 08:02:53.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66612024-12-17T08:02:55.736Z[ recovery-image] Dec 17 08:02:53.693 INFO O| Dec 17 08:02:53.693 INFO STEP 768 (remove_files) COMPLETE
66622024-12-17T08:02:55.736Z[ recovery-image] Dec 17 08:02:53.693 INFO O| Dec 17 08:02:53.693 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-17T08:02:55.765Z[ recovery-image] Dec 17 08:02:53.722 INFO O| Dec 17 08:02:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66642024-12-17T08:02:55.765Z[ recovery-image] Dec 17 08:02:53.722 INFO O| Dec 17 08:02:53.722 INFO STEP 769 (remove_files) COMPLETE
66652024-12-17T08:02:55.765Z[ recovery-image] Dec 17 08:02:53.722 INFO O| Dec 17 08:02:53.722 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-17T08:02:55.786Z[ recovery-image] Dec 17 08:02:53.742 INFO O| Dec 17 08:02:53.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66672024-12-17T08:02:55.786Z[ recovery-image] Dec 17 08:02:53.743 INFO O| Dec 17 08:02:53.742 INFO STEP 770 (remove_files) COMPLETE
66682024-12-17T08:02:55.786Z[ recovery-image] Dec 17 08:02:53.743 INFO O| Dec 17 08:02:53.742 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-17T08:02:55.790Z[ host-image] Dec 17 08:02:53.747 INFO O| Dec 17 08:02:53.747 INFO O| Planning: Fetching manifests: 1/1 100% complete
66702024-12-17T08:02:55.820Z[ host-image] Dec 17 08:02:53.777 INFO O| Dec 17 08:02:53.777 INFO O| Planning: Package planning ... Done
66712024-12-17T08:02:55.823Z[ host-image] Dec 17 08:02:53.778 INFO O| Dec 17 08:02:53.778 INFO O| Planning: Merging actions ... Done
66722024-12-17T08:02:55.832Z[ recovery-image] Dec 17 08:02:53.789 INFO O| Dec 17 08:02:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66732024-12-17T08:02:55.832Z[ recovery-image] Dec 17 08:02:53.789 INFO O| Dec 17 08:02:53.789 INFO STEP 771 (remove_files) COMPLETE
66742024-12-17T08:02:55.832Z[ recovery-image] Dec 17 08:02:53.789 INFO O| Dec 17 08:02:53.789 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-17T08:02:55.852Z[ recovery-image] Dec 17 08:02:53.809 INFO O| Dec 17 08:02:53.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66762024-12-17T08:02:55.852Z[ recovery-image] Dec 17 08:02:53.809 INFO O| Dec 17 08:02:53.809 INFO STEP 772 (remove_files) COMPLETE
66772024-12-17T08:02:55.855Z[ recovery-image] Dec 17 08:02:53.809 INFO O| Dec 17 08:02:53.809 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-17T08:02:55.871Z[ recovery-image] Dec 17 08:02:53.828 INFO O| Dec 17 08:02:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66792024-12-17T08:02:55.871Z[ recovery-image] Dec 17 08:02:53.828 INFO O| Dec 17 08:02:53.828 INFO STEP 773 (remove_files) COMPLETE
66802024-12-17T08:02:55.871Z[ recovery-image] Dec 17 08:02:53.828 INFO O| Dec 17 08:02:53.828 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-17T08:02:55.891Z[ recovery-image] Dec 17 08:02:53.848 INFO O| Dec 17 08:02:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66822024-12-17T08:02:55.891Z[ recovery-image] Dec 17 08:02:53.848 INFO O| Dec 17 08:02:53.848 INFO STEP 774 (remove_files) COMPLETE
66832024-12-17T08:02:55.891Z[ recovery-image] Dec 17 08:02:53.848 INFO O| Dec 17 08:02:53.848 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-17T08:02:55.910Z[ recovery-image] Dec 17 08:02:53.867 INFO O| Dec 17 08:02:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66852024-12-17T08:02:55.910Z[ recovery-image] Dec 17 08:02:53.867 INFO O| Dec 17 08:02:53.867 INFO STEP 775 (remove_files) COMPLETE
66862024-12-17T08:02:55.910Z[ recovery-image] Dec 17 08:02:53.867 INFO O| Dec 17 08:02:53.867 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-17T08:02:55.929Z[ recovery-image] Dec 17 08:02:53.886 INFO O| Dec 17 08:02:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66882024-12-17T08:02:55.929Z[ recovery-image] Dec 17 08:02:53.886 INFO O| Dec 17 08:02:53.886 INFO STEP 776 (remove_files) COMPLETE
66892024-12-17T08:02:55.929Z[ recovery-image] Dec 17 08:02:53.886 INFO O| Dec 17 08:02:53.886 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-17T08:02:55.940Z[ host-image] Dec 17 08:02:53.897 INFO O| Dec 17 08:02:53.897 INFO O| Planning: Checking for conflicting actions ... Done
66912024-12-17T08:02:55.943Z[ host-image] Dec 17 08:02:53.898 INFO O| Dec 17 08:02:53.898 INFO O| Planning: Consolidating action changes ... Done
66922024-12-17T08:02:55.949Z[ recovery-image] Dec 17 08:02:53.906 INFO O| Dec 17 08:02:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66932024-12-17T08:02:55.951Z[ recovery-image] Dec 17 08:02:53.906 INFO O| Dec 17 08:02:53.906 INFO STEP 777 (remove_files) COMPLETE
66942024-12-17T08:02:55.951Z[ recovery-image] Dec 17 08:02:53.907 INFO O| Dec 17 08:02:53.906 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-17T08:02:55.971Z[ recovery-image] Dec 17 08:02:53.927 INFO O| Dec 17 08:02:53.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66962024-12-17T08:02:55.973Z[ recovery-image] Dec 17 08:02:53.928 INFO O| Dec 17 08:02:53.928 INFO STEP 778 (remove_files) COMPLETE
66972024-12-17T08:02:55.973Z[ recovery-image] Dec 17 08:02:53.928 INFO O| Dec 17 08:02:53.928 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-17T08:02:56.003Z[ recovery-image] Dec 17 08:02:53.960 INFO O| Dec 17 08:02:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66992024-12-17T08:02:56.003Z[ recovery-image] Dec 17 08:02:53.960 INFO O| Dec 17 08:02:53.960 INFO STEP 779 (remove_files) COMPLETE
67002024-12-17T08:02:56.003Z[ recovery-image] Dec 17 08:02:53.960 INFO O| Dec 17 08:02:53.960 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-17T08:02:56.022Z[ recovery-image] Dec 17 08:02:53.979 INFO O| Dec 17 08:02:53.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67022024-12-17T08:02:56.022Z[ recovery-image] Dec 17 08:02:53.979 INFO O| Dec 17 08:02:53.979 INFO STEP 780 (remove_files) COMPLETE
67032024-12-17T08:02:56.022Z[ recovery-image] Dec 17 08:02:53.979 INFO O| Dec 17 08:02:53.979 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-17T08:02:56.056Z[ recovery-image] Dec 17 08:02:54.013 INFO O| Dec 17 08:02:54.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67052024-12-17T08:02:56.059Z[ recovery-image] Dec 17 08:02:54.013 INFO O| Dec 17 08:02:54.013 INFO STEP 781 (remove_files) COMPLETE
67062024-12-17T08:02:56.059Z[ recovery-image] Dec 17 08:02:54.014 INFO O| Dec 17 08:02:54.014 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-17T08:02:56.076Z[ recovery-image] Dec 17 08:02:54.033 INFO O| Dec 17 08:02:54.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67082024-12-17T08:02:56.078Z[ recovery-image] Dec 17 08:02:54.033 INFO O| Dec 17 08:02:54.033 INFO STEP 782 (remove_files) COMPLETE
67092024-12-17T08:02:56.078Z[ recovery-image] Dec 17 08:02:54.033 INFO O| Dec 17 08:02:54.033 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-17T08:02:56.094Z[ recovery-image] Dec 17 08:02:54.051 INFO O| Dec 17 08:02:54.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67112024-12-17T08:02:56.097Z[ recovery-image] Dec 17 08:02:54.051 INFO O| Dec 17 08:02:54.051 INFO STEP 783 (remove_files) COMPLETE
67122024-12-17T08:02:56.097Z[ recovery-image] Dec 17 08:02:54.051 INFO O| Dec 17 08:02:54.051 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-17T08:02:56.112Z[ recovery-image] Dec 17 08:02:54.069 INFO O| Dec 17 08:02:54.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67142024-12-17T08:02:56.115Z[ recovery-image] Dec 17 08:02:54.069 INFO O| Dec 17 08:02:54.069 INFO STEP 784 (remove_files) COMPLETE
67152024-12-17T08:02:56.115Z[ recovery-image] Dec 17 08:02:54.070 INFO O| Dec 17 08:02:54.069 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-17T08:02:56.131Z[ recovery-image] Dec 17 08:02:54.088 INFO O| Dec 17 08:02:54.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67172024-12-17T08:02:56.134Z[ recovery-image] Dec 17 08:02:54.089 INFO O| Dec 17 08:02:54.089 INFO STEP 785 (remove_files) COMPLETE
67182024-12-17T08:02:56.134Z[ recovery-image] Dec 17 08:02:54.089 INFO O| Dec 17 08:02:54.089 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-17T08:02:56.151Z[ recovery-image] Dec 17 08:02:54.108 INFO O| Dec 17 08:02:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67202024-12-17T08:02:56.153Z[ recovery-image] Dec 17 08:02:54.108 INFO O| Dec 17 08:02:54.108 INFO STEP 786 (remove_files) COMPLETE
67212024-12-17T08:02:56.153Z[ recovery-image] Dec 17 08:02:54.108 INFO O| Dec 17 08:02:54.108 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-17T08:02:56.174Z[ recovery-image] Dec 17 08:02:54.127 INFO O| Dec 17 08:02:54.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67232024-12-17T08:02:56.174Z[ recovery-image] Dec 17 08:02:54.131 INFO O| Dec 17 08:02:54.127 INFO STEP 787 (remove_files) COMPLETE
67242024-12-17T08:02:56.174Z[ recovery-image] Dec 17 08:02:54.131 INFO O| Dec 17 08:02:54.127 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-17T08:02:56.198Z[ recovery-image] Dec 17 08:02:54.155 INFO O| Dec 17 08:02:54.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67262024-12-17T08:02:56.198Z[ recovery-image] Dec 17 08:02:54.155 INFO O| Dec 17 08:02:54.155 INFO STEP 788 (remove_files) COMPLETE
67272024-12-17T08:02:56.198Z[ recovery-image] Dec 17 08:02:54.155 INFO O| Dec 17 08:02:54.155 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-17T08:02:56.237Z[ recovery-image] Dec 17 08:02:54.194 INFO O| Dec 17 08:02:54.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67292024-12-17T08:02:56.237Z[ recovery-image] Dec 17 08:02:54.194 INFO O| Dec 17 08:02:54.194 INFO STEP 789 (remove_files) COMPLETE
67302024-12-17T08:02:56.237Z[ recovery-image] Dec 17 08:02:54.194 INFO O| Dec 17 08:02:54.194 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-17T08:02:56.256Z[ recovery-image] Dec 17 08:02:54.213 INFO O| Dec 17 08:02:54.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67322024-12-17T08:02:56.258Z[ recovery-image] Dec 17 08:02:54.213 INFO O| Dec 17 08:02:54.213 INFO STEP 790 (remove_files) COMPLETE
67332024-12-17T08:02:56.258Z[ recovery-image] Dec 17 08:02:54.214 INFO O| Dec 17 08:02:54.213 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-17T08:02:56.274Z[ recovery-image] Dec 17 08:02:54.231 INFO O| Dec 17 08:02:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67352024-12-17T08:02:56.278Z[ recovery-image] Dec 17 08:02:54.232 INFO O| Dec 17 08:02:54.232 INFO STEP 791 (remove_files) COMPLETE
67362024-12-17T08:02:56.278Z[ recovery-image] Dec 17 08:02:54.232 INFO O| Dec 17 08:02:54.232 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-17T08:02:56.293Z[ recovery-image] Dec 17 08:02:54.249 INFO O| Dec 17 08:02:54.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67382024-12-17T08:02:56.295Z[ recovery-image] Dec 17 08:02:54.250 INFO O| Dec 17 08:02:54.250 INFO STEP 792 (remove_files) COMPLETE
67392024-12-17T08:02:56.295Z[ recovery-image] Dec 17 08:02:54.250 INFO O| Dec 17 08:02:54.250 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-17T08:02:56.311Z[ recovery-image] Dec 17 08:02:54.268 INFO O| Dec 17 08:02:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67412024-12-17T08:02:56.313Z[ recovery-image] Dec 17 08:02:54.268 INFO O| Dec 17 08:02:54.268 INFO STEP 793 (remove_files) COMPLETE
67422024-12-17T08:02:56.313Z[ recovery-image] Dec 17 08:02:54.268 INFO O| Dec 17 08:02:54.268 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-17T08:02:56.333Z[ host-image] Dec 17 08:02:54.290 INFO O| Dec 17 08:02:54.290 INFO O| Planning: Evaluating mediators ... Done
67442024-12-17T08:02:56.335Z[ host-image] Dec 17 08:02:54.291 INFO O| Dec 17 08:02:54.291 INFO O| Planning: Planning completed in 4.90 seconds
67452024-12-17T08:02:56.338Z[ host-image] Dec 17 08:02:54.293 INFO O| Dec 17 08:02:54.293 INFO O| Packages to install: 1
67462024-12-17T08:02:56.344Z[ recovery-image] Dec 17 08:02:54.301 INFO O| Dec 17 08:02:54.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67472024-12-17T08:02:56.344Z[ recovery-image] Dec 17 08:02:54.301 INFO O| Dec 17 08:02:54.301 INFO STEP 794 (remove_files) COMPLETE
67482024-12-17T08:02:56.344Z[ recovery-image] Dec 17 08:02:54.301 INFO O| Dec 17 08:02:54.301 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-17T08:02:56.358Z[ host-image] Dec 17 08:02:54.315 INFO O| Dec 17 08:02:54.315 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
67502024-12-17T08:02:56.365Z[ recovery-image] Dec 17 08:02:54.322 INFO O| Dec 17 08:02:54.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67512024-12-17T08:02:56.365Z[ recovery-image] Dec 17 08:02:54.322 INFO O| Dec 17 08:02:54.322 INFO STEP 795 (remove_files) COMPLETE
67522024-12-17T08:02:56.365Z[ recovery-image] Dec 17 08:02:54.322 INFO O| Dec 17 08:02:54.322 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-17T08:02:56.382Z[ recovery-image] Dec 17 08:02:54.339 INFO O| Dec 17 08:02:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67542024-12-17T08:02:56.385Z[ recovery-image] Dec 17 08:02:54.340 INFO O| Dec 17 08:02:54.339 INFO STEP 796 (remove_files) COMPLETE
67552024-12-17T08:02:56.385Z[ recovery-image] Dec 17 08:02:54.340 INFO O| Dec 17 08:02:54.340 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-17T08:02:56.400Z[ recovery-image] Dec 17 08:02:54.357 INFO O| Dec 17 08:02:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67572024-12-17T08:02:56.414Z[ recovery-image] Dec 17 08:02:54.371 INFO O| Dec 17 08:02:54.371 INFO STEP 797 (remove_files) COMPLETE
67582024-12-17T08:02:56.414Z[ recovery-image] Dec 17 08:02:54.371 INFO O| Dec 17 08:02:54.371 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-17T08:02:56.434Z[ recovery-image] Dec 17 08:02:54.390 INFO O| Dec 17 08:02:54.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67602024-12-17T08:02:56.434Z[ recovery-image] Dec 17 08:02:54.391 INFO O| Dec 17 08:02:54.390 INFO STEP 798 (remove_files) COMPLETE
67612024-12-17T08:02:56.434Z[ recovery-image] Dec 17 08:02:54.391 INFO O| Dec 17 08:02:54.391 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-17T08:02:56.453Z[ recovery-image] Dec 17 08:02:54.409 INFO O| Dec 17 08:02:54.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67632024-12-17T08:02:56.455Z[ recovery-image] Dec 17 08:02:54.409 INFO O| Dec 17 08:02:54.409 INFO STEP 799 (remove_files) COMPLETE
67642024-12-17T08:02:56.455Z[ recovery-image] Dec 17 08:02:54.409 INFO O| Dec 17 08:02:54.409 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-17T08:02:56.471Z[ recovery-image] Dec 17 08:02:54.428 INFO O| Dec 17 08:02:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67662024-12-17T08:02:56.471Z[ recovery-image] Dec 17 08:02:54.428 INFO O| Dec 17 08:02:54.428 INFO STEP 800 (remove_files) COMPLETE
67672024-12-17T08:02:56.471Z[ recovery-image] Dec 17 08:02:54.428 INFO O| Dec 17 08:02:54.428 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-17T08:02:56.490Z[ recovery-image] Dec 17 08:02:54.446 INFO O| Dec 17 08:02:54.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67692024-12-17T08:02:56.490Z[ recovery-image] Dec 17 08:02:54.447 INFO O| Dec 17 08:02:54.446 INFO STEP 801 (remove_files) COMPLETE
67702024-12-17T08:02:56.490Z[ recovery-image] Dec 17 08:02:54.447 INFO O| Dec 17 08:02:54.447 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-17T08:02:56.508Z[ recovery-image] Dec 17 08:02:54.465 INFO O| Dec 17 08:02:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67722024-12-17T08:02:56.508Z[ recovery-image] Dec 17 08:02:54.465 INFO O| Dec 17 08:02:54.465 INFO STEP 802 (remove_files) COMPLETE
67732024-12-17T08:02:56.510Z[ recovery-image] Dec 17 08:02:54.465 INFO O| Dec 17 08:02:54.465 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-17T08:02:56.527Z[ recovery-image] Dec 17 08:02:54.484 INFO O| Dec 17 08:02:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67752024-12-17T08:02:56.527Z[ recovery-image] Dec 17 08:02:54.484 INFO O| Dec 17 08:02:54.484 INFO STEP 803 (remove_files) COMPLETE
67762024-12-17T08:02:56.530Z[ recovery-image] Dec 17 08:02:54.484 INFO O| Dec 17 08:02:54.484 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-17T08:02:56.546Z[ recovery-image] Dec 17 08:02:54.503 INFO O| Dec 17 08:02:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67782024-12-17T08:02:56.546Z[ recovery-image] Dec 17 08:02:54.503 INFO O| Dec 17 08:02:54.503 INFO STEP 804 (remove_files) COMPLETE
67792024-12-17T08:02:56.546Z[ recovery-image] Dec 17 08:02:54.503 INFO O| Dec 17 08:02:54.503 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-17T08:02:56.566Z[ recovery-image] Dec 17 08:02:54.522 INFO O| Dec 17 08:02:54.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67812024-12-17T08:02:56.566Z[ recovery-image] Dec 17 08:02:54.522 INFO O| Dec 17 08:02:54.522 INFO STEP 805 (remove_files) COMPLETE
67822024-12-17T08:02:56.566Z[ recovery-image] Dec 17 08:02:54.522 INFO O| Dec 17 08:02:54.522 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-17T08:02:56.597Z[ recovery-image] Dec 17 08:02:54.554 INFO O| Dec 17 08:02:54.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67842024-12-17T08:02:56.597Z[ recovery-image] Dec 17 08:02:54.554 INFO O| Dec 17 08:02:54.554 INFO STEP 806 (remove_files) COMPLETE
67852024-12-17T08:02:56.597Z[ recovery-image] Dec 17 08:02:54.554 INFO O| Dec 17 08:02:54.554 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-17T08:02:56.631Z[ recovery-image] Dec 17 08:02:54.588 INFO O| Dec 17 08:02:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67872024-12-17T08:02:56.631Z[ recovery-image] Dec 17 08:02:54.588 INFO O| Dec 17 08:02:54.588 INFO STEP 807 (remove_files) COMPLETE
67882024-12-17T08:02:56.631Z[ recovery-image] Dec 17 08:02:54.588 INFO O| Dec 17 08:02:54.588 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-17T08:02:56.653Z[ host-image] Dec 17 08:02:54.609 INFO O| Dec 17 08:02:54.609 INFO O| Download: Completed 9.99 MB in 0.29 seconds (33.9M/s)
67902024-12-17T08:02:56.660Z[ recovery-image] Dec 17 08:02:54.616 INFO O| Dec 17 08:02:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67912024-12-17T08:02:56.660Z[ recovery-image] Dec 17 08:02:54.617 INFO O| Dec 17 08:02:54.617 INFO STEP 808 (remove_files) COMPLETE
67922024-12-17T08:02:56.662Z[ recovery-image] Dec 17 08:02:54.617 INFO O| Dec 17 08:02:54.617 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-17T08:02:56.758Z[ host-image] Dec 17 08:02:54.715 INFO O| Dec 17 08:02:54.715 INFO O| Actions: 1/22 actions (Installing new actions)
67942024-12-17T08:02:56.761Z[ recovery-image] Dec 17 08:02:54.717 INFO O| Dec 17 08:02:54.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67952024-12-17T08:02:56.761Z[ recovery-image] Dec 17 08:02:54.717 INFO O| Dec 17 08:02:54.717 INFO STEP 809 (remove_files) COMPLETE
67962024-12-17T08:02:56.761Z[ recovery-image] Dec 17 08:02:54.717 INFO O| Dec 17 08:02:54.717 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-17T08:02:56.795Z[ recovery-image] Dec 17 08:02:54.752 INFO O| Dec 17 08:02:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67982024-12-17T08:02:56.795Z[ recovery-image] Dec 17 08:02:54.752 INFO O| Dec 17 08:02:54.752 INFO STEP 810 (remove_files) COMPLETE
67992024-12-17T08:02:56.798Z[ recovery-image] Dec 17 08:02:54.752 INFO O| Dec 17 08:02:54.752 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-17T08:02:56.815Z[ recovery-image] Dec 17 08:02:54.772 INFO O| Dec 17 08:02:54.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68012024-12-17T08:02:56.815Z[ recovery-image] Dec 17 08:02:54.772 INFO O| Dec 17 08:02:54.772 INFO STEP 811 (remove_files) COMPLETE
68022024-12-17T08:02:56.818Z[ recovery-image] Dec 17 08:02:54.772 INFO O| Dec 17 08:02:54.772 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-17T08:02:56.873Z[ recovery-image] Dec 17 08:02:54.830 INFO O| Dec 17 08:02:54.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68042024-12-17T08:02:56.873Z[ recovery-image] Dec 17 08:02:54.830 INFO O| Dec 17 08:02:54.830 INFO STEP 812 (remove_files) COMPLETE
68052024-12-17T08:02:56.873Z[ recovery-image] Dec 17 08:02:54.830 INFO O| Dec 17 08:02:54.830 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-17T08:02:56.925Z[ recovery-image] Dec 17 08:02:54.882 INFO O| Dec 17 08:02:54.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68072024-12-17T08:02:56.925Z[ recovery-image] Dec 17 08:02:54.882 INFO O| Dec 17 08:02:54.882 INFO STEP 813 (remove_files) COMPLETE
68082024-12-17T08:02:56.927Z[ recovery-image] Dec 17 08:02:54.882 INFO O| Dec 17 08:02:54.882 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-17T08:02:56.973Z[ recovery-image] Dec 17 08:02:54.930 INFO O| Dec 17 08:02:54.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68102024-12-17T08:02:56.973Z[ recovery-image] Dec 17 08:02:54.930 INFO O| Dec 17 08:02:54.930 INFO STEP 814 (remove_files) COMPLETE
68112024-12-17T08:02:56.973Z[ recovery-image] Dec 17 08:02:54.930 INFO O| Dec 17 08:02:54.930 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-17T08:02:57.022Z[ recovery-image] Dec 17 08:02:54.979 INFO O| Dec 17 08:02:54.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68132024-12-17T08:02:57.025Z[ recovery-image] Dec 17 08:02:54.979 INFO O| Dec 17 08:02:54.979 INFO STEP 815 (remove_files) COMPLETE
68142024-12-17T08:02:57.025Z[ recovery-image] Dec 17 08:02:54.979 INFO O| Dec 17 08:02:54.979 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-17T08:02:57.043Z[ recovery-image] Dec 17 08:02:54.999 INFO O| Dec 17 08:02:54.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68162024-12-17T08:02:57.045Z[ recovery-image] Dec 17 08:02:54.999 INFO O| Dec 17 08:02:54.999 INFO STEP 816 (remove_files) COMPLETE
68172024-12-17T08:02:57.045Z[ recovery-image] Dec 17 08:02:55.000 INFO O| Dec 17 08:02:54.999 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-17T08:02:57.065Z[ recovery-image] Dec 17 08:02:55.021 INFO O| Dec 17 08:02:55.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68192024-12-17T08:02:57.065Z[ recovery-image] Dec 17 08:02:55.022 INFO O| Dec 17 08:02:55.022 INFO STEP 817 (remove_files) COMPLETE
68202024-12-17T08:02:57.068Z[ recovery-image] Dec 17 08:02:55.022 INFO O| Dec 17 08:02:55.022 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-17T08:02:57.084Z[ recovery-image] Dec 17 08:02:55.040 INFO O| Dec 17 08:02:55.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68222024-12-17T08:02:57.084Z[ recovery-image] Dec 17 08:02:55.040 INFO O| Dec 17 08:02:55.040 INFO STEP 818 (remove_files) COMPLETE
68232024-12-17T08:02:57.084Z[ recovery-image] Dec 17 08:02:55.041 INFO O| Dec 17 08:02:55.040 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-17T08:02:57.103Z[ recovery-image] Dec 17 08:02:55.059 INFO O| Dec 17 08:02:55.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68252024-12-17T08:02:57.103Z[ recovery-image] Dec 17 08:02:55.059 INFO O| Dec 17 08:02:55.059 INFO STEP 819 (remove_files) COMPLETE
68262024-12-17T08:02:57.103Z[ recovery-image] Dec 17 08:02:55.060 INFO O| Dec 17 08:02:55.059 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-17T08:02:57.122Z[ recovery-image] Dec 17 08:02:55.079 INFO O| Dec 17 08:02:55.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68282024-12-17T08:02:57.125Z[ recovery-image] Dec 17 08:02:55.079 INFO O| Dec 17 08:02:55.079 INFO STEP 820 (remove_files) COMPLETE
68292024-12-17T08:02:57.125Z[ recovery-image] Dec 17 08:02:55.079 INFO O| Dec 17 08:02:55.079 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-17T08:02:57.143Z[ recovery-image] Dec 17 08:02:55.100 INFO O| Dec 17 08:02:55.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68312024-12-17T08:02:57.146Z[ recovery-image] Dec 17 08:02:55.100 INFO O| Dec 17 08:02:55.100 INFO STEP 821 (remove_files) COMPLETE
68322024-12-17T08:02:57.146Z[ recovery-image] Dec 17 08:02:55.100 INFO O| Dec 17 08:02:55.100 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-17T08:02:57.166Z[ recovery-image] Dec 17 08:02:55.122 INFO O| Dec 17 08:02:55.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68342024-12-17T08:02:57.170Z[ recovery-image] Dec 17 08:02:55.122 INFO O| Dec 17 08:02:55.122 INFO STEP 822 (remove_files) COMPLETE
68352024-12-17T08:02:57.170Z[ recovery-image] Dec 17 08:02:55.122 INFO O| Dec 17 08:02:55.122 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-17T08:02:57.175Z[ host-image] Dec 17 08:02:55.131 INFO O| Dec 17 08:02:55.131 INFO O| Actions: Completed 22 actions in 0.42 seconds.
68372024-12-17T08:02:57.185Z[ recovery-image] Dec 17 08:02:55.141 INFO O| Dec 17 08:02:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68382024-12-17T08:02:57.185Z[ recovery-image] Dec 17 08:02:55.141 INFO O| Dec 17 08:02:55.141 INFO STEP 823 (remove_files) COMPLETE
68392024-12-17T08:02:57.185Z[ recovery-image] Dec 17 08:02:55.141 INFO O| Dec 17 08:02:55.141 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-17T08:02:57.211Z[ recovery-image] Dec 17 08:02:55.168 INFO O| Dec 17 08:02:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68412024-12-17T08:02:57.212Z[ recovery-image] Dec 17 08:02:55.168 INFO O| Dec 17 08:02:55.168 INFO STEP 824 (remove_files) COMPLETE
68422024-12-17T08:02:57.214Z[ recovery-image] Dec 17 08:02:55.168 INFO O| Dec 17 08:02:55.168 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-17T08:02:57.278Z[ recovery-image] Dec 17 08:02:55.235 INFO O| Dec 17 08:02:55.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68442024-12-17T08:02:57.278Z[ recovery-image] Dec 17 08:02:55.235 INFO O| Dec 17 08:02:55.235 INFO STEP 825 (remove_files) COMPLETE
68452024-12-17T08:02:57.279Z[ recovery-image] Dec 17 08:02:55.235 INFO O| Dec 17 08:02:55.235 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-17T08:02:57.299Z[ recovery-image] Dec 17 08:02:55.255 INFO O| Dec 17 08:02:55.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68472024-12-17T08:02:57.299Z[ recovery-image] Dec 17 08:02:55.255 INFO O| Dec 17 08:02:55.255 INFO STEP 826 (remove_files) COMPLETE
68482024-12-17T08:02:57.301Z[ recovery-image] Dec 17 08:02:55.255 INFO O| Dec 17 08:02:55.255 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-17T08:02:57.317Z[ recovery-image] Dec 17 08:02:55.274 INFO O| Dec 17 08:02:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68502024-12-17T08:02:57.317Z[ recovery-image] Dec 17 08:02:55.274 INFO O| Dec 17 08:02:55.274 INFO STEP 827 (remove_files) COMPLETE
68512024-12-17T08:02:57.317Z[ recovery-image] Dec 17 08:02:55.274 INFO O| Dec 17 08:02:55.274 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-17T08:02:57.337Z[ recovery-image] Dec 17 08:02:55.294 INFO O| Dec 17 08:02:55.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68532024-12-17T08:02:57.337Z[ recovery-image] Dec 17 08:02:55.294 INFO O| Dec 17 08:02:55.294 INFO STEP 828 (remove_files) COMPLETE
68542024-12-17T08:02:57.337Z[ recovery-image] Dec 17 08:02:55.294 INFO O| Dec 17 08:02:55.294 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-17T08:02:57.357Z[ recovery-image] Dec 17 08:02:55.313 INFO O| Dec 17 08:02:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68562024-12-17T08:02:57.357Z[ recovery-image] Dec 17 08:02:55.313 INFO O| Dec 17 08:02:55.313 INFO STEP 829 (remove_files) COMPLETE
68572024-12-17T08:02:57.357Z[ recovery-image] Dec 17 08:02:55.313 INFO O| Dec 17 08:02:55.313 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-17T08:02:57.377Z[ recovery-image] Dec 17 08:02:55.333 INFO O| Dec 17 08:02:55.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68592024-12-17T08:02:57.377Z[ recovery-image] Dec 17 08:02:55.333 INFO O| Dec 17 08:02:55.333 INFO STEP 830 (remove_files) COMPLETE
68602024-12-17T08:02:57.377Z[ recovery-image] Dec 17 08:02:55.333 INFO O| Dec 17 08:02:55.333 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-17T08:02:57.397Z[ recovery-image] Dec 17 08:02:55.353 INFO O| Dec 17 08:02:55.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68622024-12-17T08:02:57.397Z[ recovery-image] Dec 17 08:02:55.353 INFO O| Dec 17 08:02:55.353 INFO STEP 831 (remove_files) COMPLETE
68632024-12-17T08:02:57.397Z[ recovery-image] Dec 17 08:02:55.354 INFO O| Dec 17 08:02:55.353 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-17T08:02:57.417Z[ recovery-image] Dec 17 08:02:55.373 INFO O| Dec 17 08:02:55.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68652024-12-17T08:02:57.417Z[ recovery-image] Dec 17 08:02:55.373 INFO O| Dec 17 08:02:55.373 INFO STEP 832 (remove_files) COMPLETE
68662024-12-17T08:02:57.417Z[ recovery-image] Dec 17 08:02:55.373 INFO O| Dec 17 08:02:55.373 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-17T08:02:57.436Z[ recovery-image] Dec 17 08:02:55.393 INFO O| Dec 17 08:02:55.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68682024-12-17T08:02:57.436Z[ recovery-image] Dec 17 08:02:55.393 INFO O| Dec 17 08:02:55.393 INFO STEP 833 (remove_files) COMPLETE
68692024-12-17T08:02:57.439Z[ recovery-image] Dec 17 08:02:55.393 INFO O| Dec 17 08:02:55.393 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-17T08:02:57.456Z[ recovery-image] Dec 17 08:02:55.412 INFO O| Dec 17 08:02:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68712024-12-17T08:02:57.456Z[ recovery-image] Dec 17 08:02:55.413 INFO O| Dec 17 08:02:55.413 INFO STEP 834 (remove_files) COMPLETE
68722024-12-17T08:02:57.456Z[ recovery-image] Dec 17 08:02:55.413 INFO O| Dec 17 08:02:55.413 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-17T08:02:57.482Z[ recovery-image] Dec 17 08:02:55.438 INFO O| Dec 17 08:02:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68742024-12-17T08:02:57.482Z[ recovery-image] Dec 17 08:02:55.438 INFO O| Dec 17 08:02:55.438 INFO STEP 835 (remove_files) COMPLETE
68752024-12-17T08:02:57.482Z[ recovery-image] Dec 17 08:02:55.438 INFO O| Dec 17 08:02:55.438 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-17T08:02:57.559Z[ host-image] Dec 17 08:02:55.516 INFO O| Dec 17 08:02:55.516 INFO O| Done
68772024-12-17T08:02:57.559Z[ host-image] Dec 17 08:02:55.516 INFO O| Dec 17 08:02:55.516 INFO O| Done
68782024-12-17T08:02:57.562Z[ recovery-image] Dec 17 08:02:55.517 INFO O| Dec 17 08:02:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68792024-12-17T08:02:57.562Z[ recovery-image] Dec 17 08:02:55.518 INFO O| Dec 17 08:02:55.517 INFO STEP 836 (remove_files) COMPLETE
68802024-12-17T08:02:57.562Z[ recovery-image] Dec 17 08:02:55.518 INFO O| Dec 17 08:02:55.517 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-17T08:02:57.631Z[ recovery-image] Dec 17 08:02:55.588 INFO O| Dec 17 08:02:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68822024-12-17T08:02:57.631Z[ recovery-image] Dec 17 08:02:55.588 INFO O| Dec 17 08:02:55.588 INFO STEP 837 (remove_files) COMPLETE
68832024-12-17T08:02:57.634Z[ recovery-image] Dec 17 08:02:55.588 INFO O| Dec 17 08:02:55.588 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-17T08:02:57.650Z[ recovery-image] Dec 17 08:02:55.607 INFO O| Dec 17 08:02:55.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68852024-12-17T08:02:57.650Z[ recovery-image] Dec 17 08:02:55.607 INFO O| Dec 17 08:02:55.607 INFO STEP 838 (remove_files) COMPLETE
68862024-12-17T08:02:57.650Z[ recovery-image] Dec 17 08:02:55.607 INFO O| Dec 17 08:02:55.607 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-17T08:02:57.670Z[ recovery-image] Dec 17 08:02:55.626 INFO O| Dec 17 08:02:55.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68882024-12-17T08:02:57.670Z[ recovery-image] Dec 17 08:02:55.626 INFO O| Dec 17 08:02:55.626 INFO STEP 839 (remove_files) COMPLETE
68892024-12-17T08:02:57.670Z[ recovery-image] Dec 17 08:02:55.626 INFO O| Dec 17 08:02:55.626 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-17T08:02:57.689Z[ recovery-image] Dec 17 08:02:55.646 INFO O| Dec 17 08:02:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68912024-12-17T08:02:57.689Z[ recovery-image] Dec 17 08:02:55.646 INFO O| Dec 17 08:02:55.646 INFO STEP 840 (remove_files) COMPLETE
68922024-12-17T08:02:57.692Z[ recovery-image] Dec 17 08:02:55.646 INFO O| Dec 17 08:02:55.646 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-17T08:02:57.720Z[ recovery-image] Dec 17 08:02:55.677 INFO O| Dec 17 08:02:55.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68942024-12-17T08:02:57.720Z[ recovery-image] Dec 17 08:02:55.677 INFO O| Dec 17 08:02:55.677 INFO STEP 841 (remove_files) COMPLETE
68952024-12-17T08:02:57.724Z[ recovery-image] Dec 17 08:02:55.677 INFO O| Dec 17 08:02:55.677 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-17T08:02:57.753Z[ recovery-image] Dec 17 08:02:55.709 INFO O| Dec 17 08:02:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68972024-12-17T08:02:57.755Z[ recovery-image] Dec 17 08:02:55.709 INFO O| Dec 17 08:02:55.709 INFO STEP 842 (remove_files) COMPLETE
68982024-12-17T08:02:57.755Z[ recovery-image] Dec 17 08:02:55.709 INFO O| Dec 17 08:02:55.709 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-17T08:02:57.771Z[ recovery-image] Dec 17 08:02:55.727 INFO O| Dec 17 08:02:55.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69002024-12-17T08:02:57.773Z[ recovery-image] Dec 17 08:02:55.727 INFO O| Dec 17 08:02:55.727 INFO STEP 843 (remove_files) COMPLETE
69012024-12-17T08:02:57.773Z[ recovery-image] Dec 17 08:02:55.728 INFO O| Dec 17 08:02:55.728 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-17T08:02:57.787Z[ recovery-image] Dec 17 08:02:55.743 INFO O| Dec 17 08:02:55.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69032024-12-17T08:02:57.787Z[ recovery-image] Dec 17 08:02:55.744 INFO O| Dec 17 08:02:55.743 INFO STEP 844 (remove_files) COMPLETE
69042024-12-17T08:02:57.790Z[ recovery-image] Dec 17 08:02:55.744 INFO O| Dec 17 08:02:55.744 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-17T08:02:57.804Z[ recovery-image] Dec 17 08:02:55.760 INFO O| Dec 17 08:02:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69062024-12-17T08:02:57.806Z[ recovery-image] Dec 17 08:02:55.761 INFO O| Dec 17 08:02:55.761 INFO STEP 845 (remove_files) COMPLETE
69072024-12-17T08:02:57.807Z[ recovery-image] Dec 17 08:02:55.761 INFO O| Dec 17 08:02:55.761 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-17T08:02:57.822Z[ recovery-image] Dec 17 08:02:55.778 INFO O| Dec 17 08:02:55.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69092024-12-17T08:02:57.825Z[ recovery-image] Dec 17 08:02:55.778 INFO O| Dec 17 08:02:55.778 INFO STEP 846 (remove_files) COMPLETE
69102024-12-17T08:02:57.825Z[ recovery-image] Dec 17 08:02:55.779 INFO O| Dec 17 08:02:55.778 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-17T08:02:57.841Z[ recovery-image] Dec 17 08:02:55.797 INFO O| Dec 17 08:02:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69122024-12-17T08:02:57.844Z[ recovery-image] Dec 17 08:02:55.798 INFO O| Dec 17 08:02:55.797 INFO STEP 847 (remove_files) COMPLETE
69132024-12-17T08:02:57.844Z[ recovery-image] Dec 17 08:02:55.798 INFO O| Dec 17 08:02:55.798 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-17T08:02:57.860Z[ recovery-image] Dec 17 08:02:55.817 INFO O| Dec 17 08:02:55.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69152024-12-17T08:02:57.863Z[ recovery-image] Dec 17 08:02:55.817 INFO O| Dec 17 08:02:55.817 INFO STEP 848 (remove_files) COMPLETE
69162024-12-17T08:02:57.863Z[ recovery-image] Dec 17 08:02:55.817 INFO O| Dec 17 08:02:55.817 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-17T08:02:57.880Z[ recovery-image] Dec 17 08:02:55.837 INFO O| Dec 17 08:02:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69182024-12-17T08:02:57.883Z[ recovery-image] Dec 17 08:02:55.837 INFO O| Dec 17 08:02:55.837 INFO STEP 849 (remove_files) COMPLETE
69192024-12-17T08:02:57.883Z[ recovery-image] Dec 17 08:02:55.837 INFO O| Dec 17 08:02:55.837 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-17T08:02:57.899Z[ recovery-image] Dec 17 08:02:55.855 INFO O| Dec 17 08:02:55.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69212024-12-17T08:02:57.901Z[ recovery-image] Dec 17 08:02:55.855 INFO O| Dec 17 08:02:55.855 INFO STEP 850 (remove_files) COMPLETE
69222024-12-17T08:02:57.901Z[ recovery-image] Dec 17 08:02:55.855 INFO O| Dec 17 08:02:55.855 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-17T08:02:57.917Z[ recovery-image] Dec 17 08:02:55.874 INFO O| Dec 17 08:02:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69242024-12-17T08:02:57.920Z[ recovery-image] Dec 17 08:02:55.874 INFO O| Dec 17 08:02:55.874 INFO STEP 851 (remove_files) COMPLETE
69252024-12-17T08:02:57.920Z[ recovery-image] Dec 17 08:02:55.874 INFO O| Dec 17 08:02:55.874 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-17T08:02:57.937Z[ recovery-image] Dec 17 08:02:55.893 INFO O| Dec 17 08:02:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69272024-12-17T08:02:57.939Z[ recovery-image] Dec 17 08:02:55.893 INFO O| Dec 17 08:02:55.893 INFO STEP 852 (remove_files) COMPLETE
69282024-12-17T08:02:57.939Z[ recovery-image] Dec 17 08:02:55.893 INFO O| Dec 17 08:02:55.893 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-17T08:02:57.955Z[ recovery-image] Dec 17 08:02:55.912 INFO O| Dec 17 08:02:55.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69302024-12-17T08:02:57.958Z[ recovery-image] Dec 17 08:02:55.912 INFO O| Dec 17 08:02:55.912 INFO STEP 853 (remove_files) COMPLETE
69312024-12-17T08:02:57.958Z[ recovery-image] Dec 17 08:02:55.912 INFO O| Dec 17 08:02:55.912 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-17T08:02:57.975Z[ recovery-image] Dec 17 08:02:55.931 INFO O| Dec 17 08:02:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69332024-12-17T08:02:57.977Z[ recovery-image] Dec 17 08:02:55.931 INFO O| Dec 17 08:02:55.931 INFO STEP 854 (remove_files) COMPLETE
69342024-12-17T08:02:57.977Z[ recovery-image] Dec 17 08:02:55.932 INFO O| Dec 17 08:02:55.931 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-17T08:02:57.994Z[ recovery-image] Dec 17 08:02:55.950 INFO O| Dec 17 08:02:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69362024-12-17T08:02:57.996Z[ recovery-image] Dec 17 08:02:55.950 INFO O| Dec 17 08:02:55.950 INFO STEP 855 (remove_files) COMPLETE
69372024-12-17T08:02:57.996Z[ recovery-image] Dec 17 08:02:55.951 INFO O| Dec 17 08:02:55.950 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-17T08:02:58.012Z[ recovery-image] Dec 17 08:02:55.969 INFO O| Dec 17 08:02:55.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69392024-12-17T08:02:58.015Z[ recovery-image] Dec 17 08:02:55.969 INFO O| Dec 17 08:02:55.969 INFO STEP 856 (remove_files) COMPLETE
69402024-12-17T08:02:58.015Z[ recovery-image] Dec 17 08:02:55.969 INFO O| Dec 17 08:02:55.969 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-17T08:02:58.036Z[ recovery-image] Dec 17 08:02:55.992 INFO O| Dec 17 08:02:55.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69422024-12-17T08:02:58.036Z[ recovery-image] Dec 17 08:02:55.992 INFO O| Dec 17 08:02:55.992 INFO STEP 857 (remove_files) COMPLETE
69432024-12-17T08:02:58.038Z[ recovery-image] Dec 17 08:02:55.992 INFO O| Dec 17 08:02:55.992 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-17T08:02:58.057Z[ recovery-image] Dec 17 08:02:56.014 INFO O| Dec 17 08:02:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69452024-12-17T08:02:58.057Z[ recovery-image] Dec 17 08:02:56.014 INFO O| Dec 17 08:02:56.014 INFO STEP 858 (remove_files) COMPLETE
69462024-12-17T08:02:58.060Z[ recovery-image] Dec 17 08:02:56.014 INFO O| Dec 17 08:02:56.014 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-17T08:02:58.099Z[ recovery-image] Dec 17 08:02:56.055 INFO O| Dec 17 08:02:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69482024-12-17T08:02:58.101Z[ recovery-image] Dec 17 08:02:56.055 INFO O| Dec 17 08:02:56.055 INFO STEP 859 (remove_files) COMPLETE
69492024-12-17T08:02:58.101Z[ recovery-image] Dec 17 08:02:56.055 INFO O| Dec 17 08:02:56.055 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-17T08:02:58.116Z[ recovery-image] Dec 17 08:02:56.072 INFO O| Dec 17 08:02:56.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69512024-12-17T08:02:58.116Z[ recovery-image] Dec 17 08:02:56.072 INFO O| Dec 17 08:02:56.072 INFO STEP 860 (remove_files) COMPLETE
69522024-12-17T08:02:58.119Z[ recovery-image] Dec 17 08:02:56.072 INFO O| Dec 17 08:02:56.072 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-17T08:02:58.133Z[ recovery-image] Dec 17 08:02:56.090 INFO O| Dec 17 08:02:56.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69542024-12-17T08:02:58.136Z[ recovery-image] Dec 17 08:02:56.090 INFO O| Dec 17 08:02:56.090 INFO STEP 861 (remove_files) COMPLETE
69552024-12-17T08:02:58.136Z[ recovery-image] Dec 17 08:02:56.090 INFO O| Dec 17 08:02:56.090 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-17T08:02:58.151Z[ recovery-image] Dec 17 08:02:56.108 INFO O| Dec 17 08:02:56.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69572024-12-17T08:02:58.154Z[ recovery-image] Dec 17 08:02:56.108 INFO O| Dec 17 08:02:56.108 INFO STEP 862 (remove_files) COMPLETE
69582024-12-17T08:02:58.154Z[ recovery-image] Dec 17 08:02:56.108 INFO O| Dec 17 08:02:56.108 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-17T08:02:58.169Z[ recovery-image] Dec 17 08:02:56.125 INFO O| Dec 17 08:02:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69602024-12-17T08:02:58.171Z[ recovery-image] Dec 17 08:02:56.125 INFO O| Dec 17 08:02:56.125 INFO STEP 863 (remove_files) COMPLETE
69612024-12-17T08:02:58.171Z[ recovery-image] Dec 17 08:02:56.125 INFO O| Dec 17 08:02:56.125 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-17T08:02:58.259Z[ recovery-image] Dec 17 08:02:56.216 INFO O| Dec 17 08:02:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69632024-12-17T08:02:58.259Z[ recovery-image] Dec 17 08:02:56.216 INFO O| Dec 17 08:02:56.216 INFO STEP 864 (remove_files) COMPLETE
69642024-12-17T08:02:58.260Z[ recovery-image] Dec 17 08:02:56.216 INFO O| Dec 17 08:02:56.216 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-17T08:02:58.302Z[ recovery-image] Dec 17 08:02:56.259 INFO O| Dec 17 08:02:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69662024-12-17T08:02:58.303Z[ recovery-image] Dec 17 08:02:56.259 INFO O| Dec 17 08:02:56.259 INFO STEP 865 (remove_files) COMPLETE
69672024-12-17T08:02:58.303Z[ recovery-image] Dec 17 08:02:56.259 INFO O| Dec 17 08:02:56.259 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-17T08:02:58.338Z[ recovery-image] Dec 17 08:02:56.293 INFO O| Dec 17 08:02:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69692024-12-17T08:02:58.338Z[ recovery-image] Dec 17 08:02:56.293 INFO O| Dec 17 08:02:56.293 INFO STEP 866 (remove_files) COMPLETE
69702024-12-17T08:02:58.338Z[ recovery-image] Dec 17 08:02:56.294 INFO O| Dec 17 08:02:56.293 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-17T08:02:58.389Z[ recovery-image] Dec 17 08:02:56.344 INFO O| Dec 17 08:02:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69722024-12-17T08:02:58.389Z[ recovery-image] Dec 17 08:02:56.344 INFO O| Dec 17 08:02:56.344 INFO STEP 867 (remove_files) COMPLETE
69732024-12-17T08:02:58.389Z[ recovery-image] Dec 17 08:02:56.344 INFO O| Dec 17 08:02:56.344 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-17T08:02:58.420Z[ recovery-image] Dec 17 08:02:56.376 INFO O| Dec 17 08:02:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69752024-12-17T08:02:58.420Z[ recovery-image] Dec 17 08:02:56.377 INFO O| Dec 17 08:02:56.376 INFO STEP 868 (remove_files) COMPLETE
69762024-12-17T08:02:58.420Z[ recovery-image] Dec 17 08:02:56.377 INFO O| Dec 17 08:02:56.377 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-17T08:02:58.454Z[ recovery-image] Dec 17 08:02:56.410 INFO O| Dec 17 08:02:56.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69782024-12-17T08:02:58.454Z[ recovery-image] Dec 17 08:02:56.410 INFO O| Dec 17 08:02:56.410 INFO STEP 869 (remove_files) COMPLETE
69792024-12-17T08:02:58.455Z[ recovery-image] Dec 17 08:02:56.410 INFO O| Dec 17 08:02:56.410 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-17T08:02:58.470Z[ recovery-image] Dec 17 08:02:56.427 INFO O| Dec 17 08:02:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69812024-12-17T08:02:58.470Z[ recovery-image] Dec 17 08:02:56.427 INFO O| Dec 17 08:02:56.427 INFO STEP 870 (remove_files) COMPLETE
69822024-12-17T08:02:58.470Z[ recovery-image] Dec 17 08:02:56.427 INFO O| Dec 17 08:02:56.427 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-17T08:02:58.487Z[ recovery-image] Dec 17 08:02:56.444 INFO O| Dec 17 08:02:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69842024-12-17T08:02:58.487Z[ recovery-image] Dec 17 08:02:56.444 INFO O| Dec 17 08:02:56.444 INFO STEP 871 (remove_files) COMPLETE
69852024-12-17T08:02:58.487Z[ recovery-image] Dec 17 08:02:56.444 INFO O| Dec 17 08:02:56.444 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-17T08:02:58.505Z[ recovery-image] Dec 17 08:02:56.461 INFO O| Dec 17 08:02:56.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69872024-12-17T08:02:58.505Z[ recovery-image] Dec 17 08:02:56.461 INFO O| Dec 17 08:02:56.461 INFO STEP 872 (remove_files) COMPLETE
69882024-12-17T08:02:58.505Z[ recovery-image] Dec 17 08:02:56.462 INFO O| Dec 17 08:02:56.461 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-17T08:02:58.524Z[ recovery-image] Dec 17 08:02:56.480 INFO O| Dec 17 08:02:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69902024-12-17T08:02:58.524Z[ recovery-image] Dec 17 08:02:56.480 INFO O| Dec 17 08:02:56.480 INFO STEP 873 (remove_files) COMPLETE
69912024-12-17T08:02:58.524Z[ recovery-image] Dec 17 08:02:56.480 INFO O| Dec 17 08:02:56.480 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-17T08:02:58.543Z[ recovery-image] Dec 17 08:02:56.499 INFO O| Dec 17 08:02:56.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69932024-12-17T08:02:58.543Z[ recovery-image] Dec 17 08:02:56.499 INFO O| Dec 17 08:02:56.499 INFO STEP 874 (remove_files) COMPLETE
69942024-12-17T08:02:58.545Z[ recovery-image] Dec 17 08:02:56.499 INFO O| Dec 17 08:02:56.499 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-17T08:02:58.562Z[ recovery-image] Dec 17 08:02:56.519 INFO O| Dec 17 08:02:56.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69962024-12-17T08:02:58.562Z[ recovery-image] Dec 17 08:02:56.519 INFO O| Dec 17 08:02:56.519 INFO STEP 875 (remove_files) COMPLETE
69972024-12-17T08:02:58.562Z[ recovery-image] Dec 17 08:02:56.519 INFO O| Dec 17 08:02:56.519 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-17T08:02:58.601Z[ recovery-image] Dec 17 08:02:56.558 INFO O| Dec 17 08:02:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69992024-12-17T08:02:58.601Z[ recovery-image] Dec 17 08:02:56.558 INFO O| Dec 17 08:02:56.558 INFO STEP 876 (remove_files) COMPLETE
70002024-12-17T08:02:58.601Z[ recovery-image] Dec 17 08:02:56.558 INFO O| Dec 17 08:02:56.558 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-17T08:02:58.707Z[ recovery-image] Dec 17 08:02:56.663 INFO O| Dec 17 08:02:56.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70022024-12-17T08:02:58.709Z[ recovery-image] Dec 17 08:02:56.663 INFO O| Dec 17 08:02:56.663 INFO STEP 877 (remove_files) COMPLETE
70032024-12-17T08:02:58.709Z[ recovery-image] Dec 17 08:02:56.663 INFO O| Dec 17 08:02:56.663 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-17T08:02:58.726Z[ recovery-image] Dec 17 08:02:56.682 INFO O| Dec 17 08:02:56.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70052024-12-17T08:02:58.726Z[ recovery-image] Dec 17 08:02:56.683 INFO O| Dec 17 08:02:56.682 INFO STEP 878 (remove_files) COMPLETE
70062024-12-17T08:02:58.729Z[ recovery-image] Dec 17 08:02:56.683 INFO O| Dec 17 08:02:56.683 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-17T08:02:58.743Z[ recovery-image] Dec 17 08:02:56.699 INFO O| Dec 17 08:02:56.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70082024-12-17T08:02:58.743Z[ recovery-image] Dec 17 08:02:56.699 INFO O| Dec 17 08:02:56.699 INFO STEP 879 (remove_files) COMPLETE
70092024-12-17T08:02:58.746Z[ recovery-image] Dec 17 08:02:56.699 INFO O| Dec 17 08:02:56.699 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-17T08:02:58.764Z[ recovery-image] Dec 17 08:02:56.720 INFO O| Dec 17 08:02:56.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70112024-12-17T08:02:58.790Z[ host-image] Dec 17 08:02:56.746 INFO O| Dec 17 08:02:56.746 INFO O| Done
70122024-12-17T08:02:58.804Z[ recovery-image] Dec 17 08:02:56.760 INFO O| Dec 17 08:02:56.760 INFO STEP 880 (remove_files) COMPLETE
70132024-12-17T08:02:58.804Z[ recovery-image] Dec 17 08:02:56.760 INFO O| Dec 17 08:02:56.760 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-17T08:02:58.876Z[ recovery-image] Dec 17 08:02:56.832 INFO O| Dec 17 08:02:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70152024-12-17T08:02:58.895Z[ recovery-image] Dec 17 08:02:56.852 INFO O| Dec 17 08:02:56.852 INFO STEP 881 (remove_files) COMPLETE
70162024-12-17T08:02:58.896Z[ recovery-image] Dec 17 08:02:56.852 INFO O| Dec 17 08:02:56.852 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-17T08:02:58.917Z[ recovery-image] Dec 17 08:02:56.873 INFO O| Dec 17 08:02:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70182024-12-17T08:02:58.920Z[ recovery-image] Dec 17 08:02:56.873 INFO O| Dec 17 08:02:56.873 INFO STEP 882 (remove_files) COMPLETE
70192024-12-17T08:02:58.920Z[ recovery-image] Dec 17 08:02:56.873 INFO O| Dec 17 08:02:56.873 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-17T08:02:58.935Z[ recovery-image] Dec 17 08:02:56.891 INFO O| Dec 17 08:02:56.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70212024-12-17T08:02:58.935Z[ recovery-image] Dec 17 08:02:56.892 INFO O| Dec 17 08:02:56.891 INFO STEP 883 (remove_files) COMPLETE
70222024-12-17T08:02:58.937Z[ recovery-image] Dec 17 08:02:56.892 INFO O| Dec 17 08:02:56.892 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-17T08:02:58.953Z[ recovery-image] Dec 17 08:02:56.909 INFO O| Dec 17 08:02:56.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70242024-12-17T08:02:58.953Z[ recovery-image] Dec 17 08:02:56.909 INFO O| Dec 17 08:02:56.909 INFO STEP 884 (remove_files) COMPLETE
70252024-12-17T08:02:58.953Z[ recovery-image] Dec 17 08:02:56.909 INFO O| Dec 17 08:02:56.909 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-17T08:02:58.978Z[ recovery-image] Dec 17 08:02:56.934 INFO O| Dec 17 08:02:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70272024-12-17T08:02:58.980Z[ recovery-image] Dec 17 08:02:56.935 INFO O| Dec 17 08:02:56.934 INFO STEP 885 (remove_files) COMPLETE
70282024-12-17T08:02:58.981Z[ recovery-image] Dec 17 08:02:56.935 INFO O| Dec 17 08:02:56.935 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-17T08:02:59.040Z[ recovery-image] Dec 17 08:02:56.997 INFO O| Dec 17 08:02:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70302024-12-17T08:02:59.059Z[ recovery-image] Dec 17 08:02:57.015 INFO O| Dec 17 08:02:57.015 INFO STEP 886 (remove_files) COMPLETE
70312024-12-17T08:02:59.059Z[ recovery-image] Dec 17 08:02:57.015 INFO O| Dec 17 08:02:57.015 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-17T08:02:59.116Z[ recovery-image] Dec 17 08:02:57.072 INFO O| Dec 17 08:02:57.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70332024-12-17T08:02:59.116Z[ recovery-image] Dec 17 08:02:57.072 INFO O| Dec 17 08:02:57.072 INFO STEP 887 (remove_files) COMPLETE
70342024-12-17T08:02:59.116Z[ recovery-image] Dec 17 08:02:57.072 INFO O| Dec 17 08:02:57.072 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-17T08:02:59.152Z[ recovery-image] Dec 17 08:02:57.108 INFO O| Dec 17 08:02:57.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70362024-12-17T08:02:59.154Z[ recovery-image] Dec 17 08:02:57.108 INFO O| Dec 17 08:02:57.108 INFO STEP 888 (remove_files) COMPLETE
70372024-12-17T08:02:59.154Z[ recovery-image] Dec 17 08:02:57.108 INFO O| Dec 17 08:02:57.108 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-17T08:02:59.172Z[ recovery-image] Dec 17 08:02:57.129 INFO O| Dec 17 08:02:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70392024-12-17T08:02:59.173Z[ recovery-image] Dec 17 08:02:57.129 INFO O| Dec 17 08:02:57.129 INFO STEP 889 (remove_files) COMPLETE
70402024-12-17T08:02:59.175Z[ recovery-image] Dec 17 08:02:57.129 INFO O| Dec 17 08:02:57.129 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-17T08:02:59.200Z[ recovery-image] Dec 17 08:02:57.156 INFO O| Dec 17 08:02:57.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70422024-12-17T08:02:59.200Z[ recovery-image] Dec 17 08:02:57.156 INFO O| Dec 17 08:02:57.156 INFO STEP 890 (remove_files) COMPLETE
70432024-12-17T08:02:59.200Z[ recovery-image] Dec 17 08:02:57.156 INFO O| Dec 17 08:02:57.156 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-17T08:02:59.239Z[ recovery-image] Dec 17 08:02:57.195 INFO O| Dec 17 08:02:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70452024-12-17T08:02:59.239Z[ recovery-image] Dec 17 08:02:57.196 INFO O| Dec 17 08:02:57.196 INFO STEP 891 (remove_files) COMPLETE
70462024-12-17T08:02:59.242Z[ recovery-image] Dec 17 08:02:57.196 INFO O| Dec 17 08:02:57.196 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-17T08:02:59.260Z[ recovery-image] Dec 17 08:02:57.216 INFO O| Dec 17 08:02:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70482024-12-17T08:02:59.260Z[ recovery-image] Dec 17 08:02:57.216 INFO O| Dec 17 08:02:57.216 INFO STEP 892 (remove_files) COMPLETE
70492024-12-17T08:02:59.264Z[ recovery-image] Dec 17 08:02:57.216 INFO O| Dec 17 08:02:57.216 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-17T08:02:59.303Z[ recovery-image] Dec 17 08:02:57.259 INFO O| Dec 17 08:02:57.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70512024-12-17T08:02:59.303Z[ recovery-image] Dec 17 08:02:57.259 INFO O| Dec 17 08:02:57.259 INFO STEP 893 (remove_files) COMPLETE
70522024-12-17T08:02:59.305Z[ recovery-image] Dec 17 08:02:57.259 INFO O| Dec 17 08:02:57.259 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-17T08:02:59.327Z[ recovery-image] Dec 17 08:02:57.281 INFO O| Dec 17 08:02:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70542024-12-17T08:02:59.327Z[ recovery-image] Dec 17 08:02:57.283 INFO O| Dec 17 08:02:57.281 INFO STEP 894 (remove_files) COMPLETE
70552024-12-17T08:02:59.329Z[ recovery-image] Dec 17 08:02:57.283 INFO O| Dec 17 08:02:57.282 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-17T08:02:59.422Z[ recovery-image] Dec 17 08:02:57.378 INFO O| Dec 17 08:02:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70572024-12-17T08:02:59.422Z[ recovery-image] Dec 17 08:02:57.378 INFO O| Dec 17 08:02:57.378 INFO STEP 895 (remove_files) COMPLETE
70582024-12-17T08:02:59.422Z[ recovery-image] Dec 17 08:02:57.378 INFO O| Dec 17 08:02:57.378 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-17T08:02:59.484Z[ recovery-image] Dec 17 08:02:57.440 INFO O| Dec 17 08:02:57.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70602024-12-17T08:02:59.484Z[ recovery-image] Dec 17 08:02:57.440 INFO O| Dec 17 08:02:57.440 INFO STEP 896 (remove_files) COMPLETE
70612024-12-17T08:02:59.484Z[ recovery-image] Dec 17 08:02:57.440 INFO O| Dec 17 08:02:57.440 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-17T08:02:59.509Z[ recovery-image] Dec 17 08:02:57.465 INFO O| Dec 17 08:02:57.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70632024-12-17T08:02:59.512Z[ recovery-image] Dec 17 08:02:57.465 INFO O| Dec 17 08:02:57.465 INFO STEP 897 (remove_files) COMPLETE
70642024-12-17T08:02:59.512Z[ recovery-image] Dec 17 08:02:57.466 INFO O| Dec 17 08:02:57.466 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-17T08:02:59.529Z[ recovery-image] Dec 17 08:02:57.485 INFO O| Dec 17 08:02:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70662024-12-17T08:02:59.532Z[ recovery-image] Dec 17 08:02:57.485 INFO O| Dec 17 08:02:57.485 INFO STEP 898 (remove_files) COMPLETE
70672024-12-17T08:02:59.532Z[ recovery-image] Dec 17 08:02:57.485 INFO O| Dec 17 08:02:57.485 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-17T08:02:59.548Z[ recovery-image] Dec 17 08:02:57.504 INFO O| Dec 17 08:02:57.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70692024-12-17T08:02:59.551Z[ recovery-image] Dec 17 08:02:57.505 INFO O| Dec 17 08:02:57.505 INFO STEP 899 (remove_files) COMPLETE
70702024-12-17T08:02:59.551Z[ recovery-image] Dec 17 08:02:57.505 INFO O| Dec 17 08:02:57.505 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-17T08:02:59.568Z[ recovery-image] Dec 17 08:02:57.524 INFO O| Dec 17 08:02:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70722024-12-17T08:02:59.570Z[ recovery-image] Dec 17 08:02:57.524 INFO O| Dec 17 08:02:57.524 INFO STEP 900 (remove_files) COMPLETE
70732024-12-17T08:02:59.570Z[ recovery-image] Dec 17 08:02:57.524 INFO O| Dec 17 08:02:57.524 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-17T08:02:59.588Z[ recovery-image] Dec 17 08:02:57.544 INFO O| Dec 17 08:02:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70752024-12-17T08:02:59.590Z[ recovery-image] Dec 17 08:02:57.544 INFO O| Dec 17 08:02:57.544 INFO STEP 901 (remove_files) COMPLETE
70762024-12-17T08:02:59.591Z[ recovery-image] Dec 17 08:02:57.544 INFO O| Dec 17 08:02:57.544 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-17T08:02:59.615Z[ recovery-image] Dec 17 08:02:57.571 INFO O| Dec 17 08:02:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70782024-12-17T08:02:59.642Z[ recovery-image] Dec 17 08:02:57.598 INFO O| Dec 17 08:02:57.598 INFO STEP 902 (remove_files) COMPLETE
70792024-12-17T08:02:59.642Z[ recovery-image] Dec 17 08:02:57.598 INFO O| Dec 17 08:02:57.598 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-17T08:02:59.663Z[ recovery-image] Dec 17 08:02:57.619 INFO O| Dec 17 08:02:57.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70812024-12-17T08:02:59.666Z[ recovery-image] Dec 17 08:02:57.619 INFO O| Dec 17 08:02:57.619 INFO STEP 903 (remove_files) COMPLETE
70822024-12-17T08:02:59.666Z[ recovery-image] Dec 17 08:02:57.620 INFO O| Dec 17 08:02:57.619 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-17T08:02:59.694Z[ recovery-image] Dec 17 08:02:57.650 INFO O| Dec 17 08:02:57.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70842024-12-17T08:02:59.694Z[ recovery-image] Dec 17 08:02:57.650 INFO O| Dec 17 08:02:57.650 INFO STEP 904 (remove_files) COMPLETE
70852024-12-17T08:02:59.694Z[ recovery-image] Dec 17 08:02:57.650 INFO O| Dec 17 08:02:57.650 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-17T08:02:59.729Z[ recovery-image] Dec 17 08:02:57.685 INFO O| Dec 17 08:02:57.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70872024-12-17T08:02:59.729Z[ recovery-image] Dec 17 08:02:57.685 INFO O| Dec 17 08:02:57.685 INFO STEP 905 (remove_files) COMPLETE
70882024-12-17T08:02:59.729Z[ recovery-image] Dec 17 08:02:57.686 INFO O| Dec 17 08:02:57.685 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-17T08:02:59.781Z[ recovery-image] Dec 17 08:02:57.737 INFO O| Dec 17 08:02:57.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70902024-12-17T08:02:59.781Z[ recovery-image] Dec 17 08:02:57.737 INFO O| Dec 17 08:02:57.737 INFO STEP 906 (remove_files) COMPLETE
70912024-12-17T08:02:59.781Z[ recovery-image] Dec 17 08:02:57.737 INFO O| Dec 17 08:02:57.737 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-17T08:02:59.822Z[ recovery-image] Dec 17 08:02:57.777 INFO O| Dec 17 08:02:57.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70932024-12-17T08:02:59.822Z[ recovery-image] Dec 17 08:02:57.777 INFO O| Dec 17 08:02:57.777 INFO STEP 907 (remove_files) COMPLETE
70942024-12-17T08:02:59.822Z[ recovery-image] Dec 17 08:02:57.778 INFO O| Dec 17 08:02:57.777 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-17T08:02:59.857Z[ recovery-image] Dec 17 08:02:57.813 INFO O| Dec 17 08:02:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70962024-12-17T08:02:59.857Z[ recovery-image] Dec 17 08:02:57.813 INFO O| Dec 17 08:02:57.813 INFO STEP 908 (remove_files) COMPLETE
70972024-12-17T08:02:59.857Z[ recovery-image] Dec 17 08:02:57.813 INFO O| Dec 17 08:02:57.813 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-17T08:02:59.876Z[ recovery-image] Dec 17 08:02:57.832 INFO O| Dec 17 08:02:57.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70992024-12-17T08:02:59.876Z[ recovery-image] Dec 17 08:02:57.832 INFO O| Dec 17 08:02:57.832 INFO STEP 909 (remove_files) COMPLETE
71002024-12-17T08:02:59.879Z[ recovery-image] Dec 17 08:02:57.832 INFO O| Dec 17 08:02:57.832 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-17T08:02:59.896Z[ recovery-image] Dec 17 08:02:57.852 INFO O| Dec 17 08:02:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71022024-12-17T08:02:59.896Z[ recovery-image] Dec 17 08:02:57.853 INFO O| Dec 17 08:02:57.853 INFO STEP 910 (remove_files) COMPLETE
71032024-12-17T08:02:59.896Z[ recovery-image] Dec 17 08:02:57.853 INFO O| Dec 17 08:02:57.853 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-17T08:02:59.916Z[ recovery-image] Dec 17 08:02:57.872 INFO O| Dec 17 08:02:57.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71052024-12-17T08:02:59.916Z[ recovery-image] Dec 17 08:02:57.872 INFO O| Dec 17 08:02:57.872 INFO STEP 911 (remove_files) COMPLETE
71062024-12-17T08:02:59.919Z[ recovery-image] Dec 17 08:02:57.872 INFO O| Dec 17 08:02:57.872 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-17T08:02:59.935Z[ recovery-image] Dec 17 08:02:57.891 INFO O| Dec 17 08:02:57.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71082024-12-17T08:02:59.935Z[ recovery-image] Dec 17 08:02:57.891 INFO O| Dec 17 08:02:57.891 INFO STEP 912 (remove_files) COMPLETE
71092024-12-17T08:02:59.935Z[ recovery-image] Dec 17 08:02:57.891 INFO O| Dec 17 08:02:57.891 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-17T08:02:59.953Z[ recovery-image] Dec 17 08:02:57.909 INFO O| Dec 17 08:02:57.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71112024-12-17T08:02:59.953Z[ recovery-image] Dec 17 08:02:57.909 INFO O| Dec 17 08:02:57.909 INFO STEP 913 (remove_files) COMPLETE
71122024-12-17T08:02:59.953Z[ recovery-image] Dec 17 08:02:57.909 INFO O| Dec 17 08:02:57.909 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-17T08:02:59.981Z[ recovery-image] Dec 17 08:02:57.937 INFO O| Dec 17 08:02:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71142024-12-17T08:02:59.981Z[ recovery-image] Dec 17 08:02:57.937 INFO O| Dec 17 08:02:57.937 INFO STEP 914 (remove_files) COMPLETE
71152024-12-17T08:02:59.981Z[ recovery-image] Dec 17 08:02:57.937 INFO O| Dec 17 08:02:57.937 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-17T08:03:00.005Z[ recovery-image] Dec 17 08:02:57.961 INFO O| Dec 17 08:02:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71172024-12-17T08:03:00.005Z[ recovery-image] Dec 17 08:02:57.961 INFO O| Dec 17 08:02:57.961 INFO STEP 915 (remove_files) COMPLETE
71182024-12-17T08:03:00.005Z[ recovery-image] Dec 17 08:02:57.961 INFO O| Dec 17 08:02:57.961 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-17T08:03:00.028Z[ recovery-image] Dec 17 08:02:57.984 INFO O| Dec 17 08:02:57.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71202024-12-17T08:03:00.028Z[ recovery-image] Dec 17 08:02:57.984 INFO O| Dec 17 08:02:57.984 INFO STEP 916 (remove_files) COMPLETE
71212024-12-17T08:03:00.028Z[ recovery-image] Dec 17 08:02:57.984 INFO O| Dec 17 08:02:57.984 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-17T08:03:00.063Z[ recovery-image] Dec 17 08:02:58.019 INFO O| Dec 17 08:02:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71232024-12-17T08:03:00.063Z[ recovery-image] Dec 17 08:02:58.019 INFO O| Dec 17 08:02:58.019 INFO STEP 917 (remove_files) COMPLETE
71242024-12-17T08:03:00.066Z[ recovery-image] Dec 17 08:02:58.020 INFO O| Dec 17 08:02:58.019 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-17T08:03:00.099Z[ recovery-image] Dec 17 08:02:58.054 INFO O| Dec 17 08:02:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71262024-12-17T08:03:00.099Z[ recovery-image] Dec 17 08:02:58.055 INFO O| Dec 17 08:02:58.055 INFO STEP 918 (remove_files) COMPLETE
71272024-12-17T08:03:00.099Z[ recovery-image] Dec 17 08:02:58.055 INFO O| Dec 17 08:02:58.055 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-17T08:03:00.118Z[ recovery-image] Dec 17 08:02:58.074 INFO O| Dec 17 08:02:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71292024-12-17T08:03:00.118Z[ recovery-image] Dec 17 08:02:58.074 INFO O| Dec 17 08:02:58.074 INFO STEP 919 (remove_files) COMPLETE
71302024-12-17T08:03:00.118Z[ recovery-image] Dec 17 08:02:58.074 INFO O| Dec 17 08:02:58.074 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-17T08:03:00.157Z[ recovery-image] Dec 17 08:02:58.113 INFO O| Dec 17 08:02:58.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71322024-12-17T08:03:00.157Z[ recovery-image] Dec 17 08:02:58.114 INFO O| Dec 17 08:02:58.113 INFO STEP 920 (remove_files) COMPLETE
71332024-12-17T08:03:00.158Z[ recovery-image] Dec 17 08:02:58.114 INFO O| Dec 17 08:02:58.113 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-17T08:03:00.179Z[ recovery-image] Dec 17 08:02:58.135 INFO O| Dec 17 08:02:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71352024-12-17T08:03:00.179Z[ recovery-image] Dec 17 08:02:58.135 INFO O| Dec 17 08:02:58.135 INFO STEP 921 (remove_files) COMPLETE
71362024-12-17T08:03:00.179Z[ recovery-image] Dec 17 08:02:58.135 INFO O| Dec 17 08:02:58.135 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-17T08:03:00.205Z[ recovery-image] Dec 17 08:02:58.161 INFO O| Dec 17 08:02:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71382024-12-17T08:03:00.205Z[ recovery-image] Dec 17 08:02:58.161 INFO O| Dec 17 08:02:58.161 INFO STEP 922 (remove_files) COMPLETE
71392024-12-17T08:03:00.208Z[ recovery-image] Dec 17 08:02:58.161 INFO O| Dec 17 08:02:58.161 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-17T08:03:00.242Z[ recovery-image] Dec 17 08:02:58.198 INFO O| Dec 17 08:02:58.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71412024-12-17T08:03:00.242Z[ recovery-image] Dec 17 08:02:58.198 INFO O| Dec 17 08:02:58.198 INFO STEP 923 (remove_files) COMPLETE
71422024-12-17T08:03:00.242Z[ recovery-image] Dec 17 08:02:58.198 INFO O| Dec 17 08:02:58.198 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-17T08:03:00.279Z[ recovery-image] Dec 17 08:02:58.235 INFO O| Dec 17 08:02:58.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71442024-12-17T08:03:00.281Z[ recovery-image] Dec 17 08:02:58.235 INFO O| Dec 17 08:02:58.235 INFO STEP 924 (remove_files) COMPLETE
71452024-12-17T08:03:00.281Z[ recovery-image] Dec 17 08:02:58.235 INFO O| Dec 17 08:02:58.235 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-17T08:03:00.307Z[ recovery-image] Dec 17 08:02:58.263 INFO O| Dec 17 08:02:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71472024-12-17T08:03:00.310Z[ recovery-image] Dec 17 08:02:58.264 INFO O| Dec 17 08:02:58.263 INFO STEP 925 (remove_files) COMPLETE
71482024-12-17T08:03:00.310Z[ recovery-image] Dec 17 08:02:58.264 INFO O| Dec 17 08:02:58.264 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-17T08:03:00.348Z[ recovery-image] Dec 17 08:02:58.304 INFO O| Dec 17 08:02:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71502024-12-17T08:03:00.348Z[ recovery-image] Dec 17 08:02:58.304 INFO O| Dec 17 08:02:58.304 INFO STEP 926 (remove_files) COMPLETE
71512024-12-17T08:03:00.348Z[ recovery-image] Dec 17 08:02:58.304 INFO O| Dec 17 08:02:58.304 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-17T08:03:00.370Z[ recovery-image] Dec 17 08:02:58.326 INFO O| Dec 17 08:02:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71532024-12-17T08:03:00.370Z[ recovery-image] Dec 17 08:02:58.326 INFO O| Dec 17 08:02:58.326 INFO STEP 927 (remove_files) COMPLETE
71542024-12-17T08:03:00.370Z[ recovery-image] Dec 17 08:02:58.326 INFO O| Dec 17 08:02:58.326 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-17T08:03:00.390Z[ recovery-image] Dec 17 08:02:58.346 INFO O| Dec 17 08:02:58.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71562024-12-17T08:03:00.390Z[ recovery-image] Dec 17 08:02:58.346 INFO O| Dec 17 08:02:58.346 INFO STEP 928 (remove_files) COMPLETE
71572024-12-17T08:03:00.390Z[ recovery-image] Dec 17 08:02:58.346 INFO O| Dec 17 08:02:58.346 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-17T08:03:00.410Z[ recovery-image] Dec 17 08:02:58.366 INFO O| Dec 17 08:02:58.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71592024-12-17T08:03:00.413Z[ recovery-image] Dec 17 08:02:58.366 INFO O| Dec 17 08:02:58.366 INFO STEP 929 (remove_files) COMPLETE
71602024-12-17T08:03:00.413Z[ recovery-image] Dec 17 08:02:58.366 INFO O| Dec 17 08:02:58.366 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-17T08:03:00.433Z[ recovery-image] Dec 17 08:02:58.388 INFO O| Dec 17 08:02:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71622024-12-17T08:03:00.433Z[ recovery-image] Dec 17 08:02:58.388 INFO O| Dec 17 08:02:58.388 INFO STEP 930 (remove_files) COMPLETE
71632024-12-17T08:03:00.433Z[ recovery-image] Dec 17 08:02:58.388 INFO O| Dec 17 08:02:58.388 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-17T08:03:00.451Z[ recovery-image] Dec 17 08:02:58.407 INFO O| Dec 17 08:02:58.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71652024-12-17T08:03:00.451Z[ recovery-image] Dec 17 08:02:58.407 INFO O| Dec 17 08:02:58.407 INFO STEP 931 (remove_files) COMPLETE
71662024-12-17T08:03:00.453Z[ recovery-image] Dec 17 08:02:58.407 INFO O| Dec 17 08:02:58.407 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-17T08:03:00.469Z[ recovery-image] Dec 17 08:02:58.425 INFO O| Dec 17 08:02:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71682024-12-17T08:03:00.469Z[ recovery-image] Dec 17 08:02:58.425 INFO O| Dec 17 08:02:58.425 INFO STEP 932 (remove_files) COMPLETE
71692024-12-17T08:03:00.472Z[ recovery-image] Dec 17 08:02:58.425 INFO O| Dec 17 08:02:58.425 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-17T08:03:00.488Z[ recovery-image] Dec 17 08:02:58.444 INFO O| Dec 17 08:02:58.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71712024-12-17T08:03:00.488Z[ recovery-image] Dec 17 08:02:58.444 INFO O| Dec 17 08:02:58.444 INFO STEP 933 (remove_files) COMPLETE
71722024-12-17T08:03:00.488Z[ recovery-image] Dec 17 08:02:58.444 INFO O| Dec 17 08:02:58.444 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-17T08:03:00.506Z[ recovery-image] Dec 17 08:02:58.462 INFO O| Dec 17 08:02:58.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71742024-12-17T08:03:00.506Z[ recovery-image] Dec 17 08:02:58.462 INFO O| Dec 17 08:02:58.462 INFO STEP 934 (remove_files) COMPLETE
71752024-12-17T08:03:00.506Z[ recovery-image] Dec 17 08:02:58.462 INFO O| Dec 17 08:02:58.462 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-17T08:03:00.547Z[ recovery-image] Dec 17 08:02:58.503 INFO O| Dec 17 08:02:58.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71772024-12-17T08:03:00.547Z[ recovery-image] Dec 17 08:02:58.503 INFO O| Dec 17 08:02:58.503 INFO STEP 935 (remove_files) COMPLETE
71782024-12-17T08:03:00.550Z[ recovery-image] Dec 17 08:02:58.503 INFO O| Dec 17 08:02:58.503 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-17T08:03:00.605Z[ recovery-image] Dec 17 08:02:58.561 INFO O| Dec 17 08:02:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71802024-12-17T08:03:00.605Z[ recovery-image] Dec 17 08:02:58.561 INFO O| Dec 17 08:02:58.561 INFO STEP 936 (remove_files) COMPLETE
71812024-12-17T08:03:00.605Z[ recovery-image] Dec 17 08:02:58.561 INFO O| Dec 17 08:02:58.561 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-17T08:03:00.623Z[ recovery-image] Dec 17 08:02:58.579 INFO O| Dec 17 08:02:58.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71832024-12-17T08:03:00.623Z[ recovery-image] Dec 17 08:02:58.579 INFO O| Dec 17 08:02:58.579 INFO STEP 937 (remove_files) COMPLETE
71842024-12-17T08:03:00.623Z[ recovery-image] Dec 17 08:02:58.579 INFO O| Dec 17 08:02:58.579 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-17T08:03:00.641Z[ recovery-image] Dec 17 08:02:58.597 INFO O| Dec 17 08:02:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71862024-12-17T08:03:00.641Z[ recovery-image] Dec 17 08:02:58.597 INFO O| Dec 17 08:02:58.597 INFO STEP 938 (remove_files) COMPLETE
71872024-12-17T08:03:00.641Z[ recovery-image] Dec 17 08:02:58.597 INFO O| Dec 17 08:02:58.597 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-17T08:03:00.673Z[ recovery-image] Dec 17 08:02:58.629 INFO O| Dec 17 08:02:58.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71892024-12-17T08:03:00.673Z[ recovery-image] Dec 17 08:02:58.629 INFO O| Dec 17 08:02:58.629 INFO STEP 939 (remove_files) COMPLETE
71902024-12-17T08:03:00.673Z[ recovery-image] Dec 17 08:02:58.629 INFO O| Dec 17 08:02:58.629 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-17T08:03:00.692Z[ recovery-image] Dec 17 08:02:58.648 INFO O| Dec 17 08:02:58.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71922024-12-17T08:03:00.692Z[ recovery-image] Dec 17 08:02:58.648 INFO O| Dec 17 08:02:58.648 INFO STEP 940 (remove_files) COMPLETE
71932024-12-17T08:03:00.694Z[ recovery-image] Dec 17 08:02:58.648 INFO O| Dec 17 08:02:58.648 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-17T08:03:00.710Z[ recovery-image] Dec 17 08:02:58.666 INFO O| Dec 17 08:02:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71952024-12-17T08:03:00.710Z[ recovery-image] Dec 17 08:02:58.666 INFO O| Dec 17 08:02:58.666 INFO STEP 941 (remove_files) COMPLETE
71962024-12-17T08:03:00.710Z[ recovery-image] Dec 17 08:02:58.666 INFO O| Dec 17 08:02:58.666 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-17T08:03:00.731Z[ recovery-image] Dec 17 08:02:58.686 INFO O| Dec 17 08:02:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71982024-12-17T08:03:00.731Z[ recovery-image] Dec 17 08:02:58.686 INFO O| Dec 17 08:02:58.686 INFO STEP 942 (remove_files) COMPLETE
71992024-12-17T08:03:00.731Z[ recovery-image] Dec 17 08:02:58.686 INFO O| Dec 17 08:02:58.686 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-17T08:03:00.749Z[ recovery-image] Dec 17 08:02:58.705 INFO O| Dec 17 08:02:58.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72012024-12-17T08:03:00.749Z[ recovery-image] Dec 17 08:02:58.705 INFO O| Dec 17 08:02:58.705 INFO STEP 943 (remove_files) COMPLETE
72022024-12-17T08:03:00.752Z[ recovery-image] Dec 17 08:02:58.705 INFO O| Dec 17 08:02:58.705 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-17T08:03:00.777Z[ recovery-image] Dec 17 08:02:58.733 INFO O| Dec 17 08:02:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72042024-12-17T08:03:00.808Z[ recovery-image] Dec 17 08:02:58.764 INFO O| Dec 17 08:02:58.747 INFO STEP 944 (remove_files) COMPLETE
72052024-12-17T08:03:00.808Z[ recovery-image] Dec 17 08:02:58.764 INFO O| Dec 17 08:02:58.764 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-17T08:03:00.829Z[ recovery-image] Dec 17 08:02:58.785 INFO O| Dec 17 08:02:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72072024-12-17T08:03:00.832Z[ recovery-image] Dec 17 08:02:58.785 INFO O| Dec 17 08:02:58.785 INFO STEP 945 (remove_files) COMPLETE
72082024-12-17T08:03:00.832Z[ recovery-image] Dec 17 08:02:58.785 INFO O| Dec 17 08:02:58.785 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-17T08:03:00.849Z[ recovery-image] Dec 17 08:02:58.805 INFO O| Dec 17 08:02:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72102024-12-17T08:03:00.851Z[ recovery-image] Dec 17 08:02:58.805 INFO O| Dec 17 08:02:58.805 INFO STEP 946 (remove_files) COMPLETE
72112024-12-17T08:03:00.851Z[ recovery-image] Dec 17 08:02:58.805 INFO O| Dec 17 08:02:58.805 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-17T08:03:00.869Z[ recovery-image] Dec 17 08:02:58.825 INFO O| Dec 17 08:02:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72132024-12-17T08:03:00.872Z[ recovery-image] Dec 17 08:02:58.825 INFO O| Dec 17 08:02:58.825 INFO STEP 947 (remove_files) COMPLETE
72142024-12-17T08:03:00.872Z[ recovery-image] Dec 17 08:02:58.825 INFO O| Dec 17 08:02:58.825 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-17T08:03:00.909Z[ recovery-image] Dec 17 08:02:58.865 INFO O| Dec 17 08:02:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72162024-12-17T08:03:00.909Z[ recovery-image] Dec 17 08:02:58.865 INFO O| Dec 17 08:02:58.865 INFO STEP 948 (remove_files) COMPLETE
72172024-12-17T08:03:00.909Z[ recovery-image] Dec 17 08:02:58.865 INFO O| Dec 17 08:02:58.865 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-17T08:03:00.941Z[ recovery-image] Dec 17 08:02:58.897 INFO O| Dec 17 08:02:58.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72192024-12-17T08:03:00.941Z[ recovery-image] Dec 17 08:02:58.897 INFO O| Dec 17 08:02:58.897 INFO STEP 949 (remove_files) COMPLETE
72202024-12-17T08:03:00.942Z[ recovery-image] Dec 17 08:02:58.897 INFO O| Dec 17 08:02:58.897 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-17T08:03:00.974Z[ recovery-image] Dec 17 08:02:58.930 INFO O| Dec 17 08:02:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72222024-12-17T08:03:00.974Z[ recovery-image] Dec 17 08:02:58.930 INFO O| Dec 17 08:02:58.930 INFO STEP 950 (remove_files) COMPLETE
72232024-12-17T08:03:00.974Z[ recovery-image] Dec 17 08:02:58.930 INFO O| Dec 17 08:02:58.930 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-17T08:03:00.993Z[ recovery-image] Dec 17 08:02:58.949 INFO O| Dec 17 08:02:58.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72252024-12-17T08:03:00.993Z[ recovery-image] Dec 17 08:02:58.949 INFO O| Dec 17 08:02:58.949 INFO STEP 951 (remove_files) COMPLETE
72262024-12-17T08:03:00.995Z[ recovery-image] Dec 17 08:02:58.949 INFO O| Dec 17 08:02:58.949 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-17T08:03:01.011Z[ recovery-image] Dec 17 08:02:58.966 INFO O| Dec 17 08:02:58.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72282024-12-17T08:03:01.011Z[ recovery-image] Dec 17 08:02:58.967 INFO O| Dec 17 08:02:58.967 INFO STEP 952 (remove_files) COMPLETE
72292024-12-17T08:03:01.011Z[ recovery-image] Dec 17 08:02:58.967 INFO O| Dec 17 08:02:58.967 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-17T08:03:01.028Z[ recovery-image] Dec 17 08:02:58.984 INFO O| Dec 17 08:02:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72312024-12-17T08:03:01.028Z[ recovery-image] Dec 17 08:02:58.984 INFO O| Dec 17 08:02:58.984 INFO STEP 953 (remove_files) COMPLETE
72322024-12-17T08:03:01.028Z[ recovery-image] Dec 17 08:02:58.984 INFO O| Dec 17 08:02:58.984 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-17T08:03:01.048Z[ recovery-image] Dec 17 08:02:59.004 INFO O| Dec 17 08:02:59.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72342024-12-17T08:03:01.048Z[ recovery-image] Dec 17 08:02:59.004 INFO O| Dec 17 08:02:59.004 INFO STEP 954 (remove_files) COMPLETE
72352024-12-17T08:03:01.048Z[ recovery-image] Dec 17 08:02:59.004 INFO O| Dec 17 08:02:59.004 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-17T08:03:01.067Z[ recovery-image] Dec 17 08:02:59.023 INFO O| Dec 17 08:02:59.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72372024-12-17T08:03:01.067Z[ recovery-image] Dec 17 08:02:59.023 INFO O| Dec 17 08:02:59.023 INFO STEP 955 (remove_files) COMPLETE
72382024-12-17T08:03:01.067Z[ recovery-image] Dec 17 08:02:59.023 INFO O| Dec 17 08:02:59.023 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-17T08:03:01.085Z[ recovery-image] Dec 17 08:02:59.041 INFO O| Dec 17 08:02:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72402024-12-17T08:03:01.085Z[ recovery-image] Dec 17 08:02:59.041 INFO O| Dec 17 08:02:59.041 INFO STEP 956 (remove_files) COMPLETE
72412024-12-17T08:03:01.085Z[ recovery-image] Dec 17 08:02:59.041 INFO O| Dec 17 08:02:59.041 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-17T08:03:01.120Z[ recovery-image] Dec 17 08:02:59.076 INFO O| Dec 17 08:02:59.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72432024-12-17T08:03:01.120Z[ recovery-image] Dec 17 08:02:59.076 INFO O| Dec 17 08:02:59.076 INFO STEP 957 (remove_files) COMPLETE
72442024-12-17T08:03:01.123Z[ recovery-image] Dec 17 08:02:59.076 INFO O| Dec 17 08:02:59.076 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-17T08:03:01.170Z[ recovery-image] Dec 17 08:02:59.126 INFO O| Dec 17 08:02:59.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72462024-12-17T08:03:01.170Z[ recovery-image] Dec 17 08:02:59.126 INFO O| Dec 17 08:02:59.126 INFO STEP 958 (remove_files) COMPLETE
72472024-12-17T08:03:01.170Z[ recovery-image] Dec 17 08:02:59.126 INFO O| Dec 17 08:02:59.126 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-17T08:03:01.198Z[ recovery-image] Dec 17 08:02:59.154 INFO O| Dec 17 08:02:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72492024-12-17T08:03:01.200Z[ recovery-image] Dec 17 08:02:59.154 INFO O| Dec 17 08:02:59.154 INFO STEP 959 (remove_files) COMPLETE
72502024-12-17T08:03:01.200Z[ recovery-image] Dec 17 08:02:59.154 INFO O| Dec 17 08:02:59.154 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-17T08:03:01.221Z[ recovery-image] Dec 17 08:02:59.176 INFO O| Dec 17 08:02:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72522024-12-17T08:03:01.221Z[ recovery-image] Dec 17 08:02:59.176 INFO O| Dec 17 08:02:59.176 INFO STEP 960 (remove_files) COMPLETE
72532024-12-17T08:03:01.221Z[ recovery-image] Dec 17 08:02:59.176 INFO O| Dec 17 08:02:59.176 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-17T08:03:01.267Z[ recovery-image] Dec 17 08:02:59.221 INFO O| Dec 17 08:02:59.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72552024-12-17T08:03:01.267Z[ recovery-image] Dec 17 08:02:59.221 INFO O| Dec 17 08:02:59.221 INFO STEP 961 (remove_files) COMPLETE
72562024-12-17T08:03:01.267Z[ recovery-image] Dec 17 08:02:59.221 INFO O| Dec 17 08:02:59.221 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-17T08:03:01.302Z[ recovery-image] Dec 17 08:02:59.257 INFO O| Dec 17 08:02:59.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72582024-12-17T08:03:01.302Z[ recovery-image] Dec 17 08:02:59.258 INFO O| Dec 17 08:02:59.257 INFO STEP 962 (remove_files) COMPLETE
72592024-12-17T08:03:01.304Z[ recovery-image] Dec 17 08:02:59.258 INFO O| Dec 17 08:02:59.258 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-17T08:03:01.385Z[ recovery-image] Dec 17 08:02:59.341 INFO O| Dec 17 08:02:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72612024-12-17T08:03:01.385Z[ recovery-image] Dec 17 08:02:59.341 INFO O| Dec 17 08:02:59.341 INFO STEP 963 (remove_files) COMPLETE
72622024-12-17T08:03:01.388Z[ recovery-image] Dec 17 08:02:59.341 INFO O| Dec 17 08:02:59.341 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-17T08:03:01.411Z[ recovery-image] Dec 17 08:02:59.366 INFO O| Dec 17 08:02:59.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72642024-12-17T08:03:01.411Z[ recovery-image] Dec 17 08:02:59.366 INFO O| Dec 17 08:02:59.366 INFO STEP 964 (remove_files) COMPLETE
72652024-12-17T08:03:01.411Z[ recovery-image] Dec 17 08:02:59.366 INFO O| Dec 17 08:02:59.366 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-17T08:03:01.430Z[ host-image] Dec 17 08:02:59.385 INFO O| Dec 17 08:02:59.385 INFO O| Done
72672024-12-17T08:03:01.474Z[ host-image] Dec 17 08:02:59.429 INFO O| Dec 17 08:02:59.429 INFO O| Done
72682024-12-17T08:03:01.474Z[ host-image] Dec 17 08:02:59.429 INFO O| Dec 17 08:02:59.429 INFO O| Done
72692024-12-17T08:03:01.485Z[ recovery-image] Dec 17 08:02:59.441 INFO O| Dec 17 08:02:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72702024-12-17T08:03:01.485Z[ recovery-image] Dec 17 08:02:59.441 INFO O| Dec 17 08:02:59.441 INFO STEP 965 (remove_files) COMPLETE
72712024-12-17T08:03:01.485Z[ recovery-image] Dec 17 08:02:59.441 INFO O| Dec 17 08:02:59.441 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-17T08:03:01.493Z[ host-image] Dec 17 08:02:59.448 INFO O| Dec 17 08:02:59.448 INFO O| Done
72732024-12-17T08:03:01.505Z[ recovery-image] Dec 17 08:02:59.460 INFO O| Dec 17 08:02:59.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72742024-12-17T08:03:01.505Z[ recovery-image] Dec 17 08:02:59.460 INFO O| Dec 17 08:02:59.460 INFO STEP 966 (remove_files) COMPLETE
72752024-12-17T08:03:01.505Z[ recovery-image] Dec 17 08:02:59.460 INFO O| Dec 17 08:02:59.460 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-17T08:03:01.524Z[ recovery-image] Dec 17 08:02:59.479 INFO O| Dec 17 08:02:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72772024-12-17T08:03:01.524Z[ recovery-image] Dec 17 08:02:59.480 INFO O| Dec 17 08:02:59.480 INFO STEP 967 (remove_files) COMPLETE
72782024-12-17T08:03:01.524Z[ recovery-image] Dec 17 08:02:59.480 INFO O| Dec 17 08:02:59.480 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-17T08:03:01.545Z[ recovery-image] Dec 17 08:02:59.500 INFO O| Dec 17 08:02:59.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72802024-12-17T08:03:01.545Z[ recovery-image] Dec 17 08:02:59.500 INFO O| Dec 17 08:02:59.500 INFO STEP 968 (remove_files) COMPLETE
72812024-12-17T08:03:01.545Z[ recovery-image] Dec 17 08:02:59.500 INFO O| Dec 17 08:02:59.500 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-17T08:03:01.563Z[ recovery-image] Dec 17 08:02:59.519 INFO O| Dec 17 08:02:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72832024-12-17T08:03:01.563Z[ recovery-image] Dec 17 08:02:59.519 INFO O| Dec 17 08:02:59.519 INFO STEP 969 (remove_files) COMPLETE
72842024-12-17T08:03:01.563Z[ recovery-image] Dec 17 08:02:59.519 INFO O| Dec 17 08:02:59.519 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-17T08:03:01.583Z[ recovery-image] Dec 17 08:02:59.538 INFO O| Dec 17 08:02:59.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72862024-12-17T08:03:01.583Z[ recovery-image] Dec 17 08:02:59.539 INFO O| Dec 17 08:02:59.539 INFO STEP 970 (remove_files) COMPLETE
72872024-12-17T08:03:01.586Z[ recovery-image] Dec 17 08:02:59.539 INFO O| Dec 17 08:02:59.539 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-17T08:03:01.611Z[ recovery-image] Dec 17 08:02:59.567 INFO O| Dec 17 08:02:59.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72892024-12-17T08:03:01.611Z[ recovery-image] Dec 17 08:02:59.567 INFO O| Dec 17 08:02:59.567 INFO STEP 971 (remove_files) COMPLETE
72902024-12-17T08:03:01.614Z[ recovery-image] Dec 17 08:02:59.567 INFO O| Dec 17 08:02:59.567 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-17T08:03:01.641Z[ recovery-image] Dec 17 08:02:59.588 INFO O| Dec 17 08:02:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72922024-12-17T08:03:01.641Z[ recovery-image] Dec 17 08:02:59.588 INFO O| Dec 17 08:02:59.588 INFO STEP 972 (remove_files) COMPLETE
72932024-12-17T08:03:01.641Z[ recovery-image] Dec 17 08:02:59.588 INFO O| Dec 17 08:02:59.588 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-17T08:03:01.651Z[ recovery-image] Dec 17 08:02:59.607 INFO O| Dec 17 08:02:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72952024-12-17T08:03:01.651Z[ recovery-image] Dec 17 08:02:59.607 INFO O| Dec 17 08:02:59.607 INFO STEP 973 (remove_files) COMPLETE
72962024-12-17T08:03:01.654Z[ recovery-image] Dec 17 08:02:59.607 INFO O| Dec 17 08:02:59.607 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-17T08:03:01.661Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO STEP 14 (pkg_install) COMPLETE
72982024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72992024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO skip step because feature "mfg" is not enabled
73002024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73012024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO skip step because feature "compliance" is not enabled
73022024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73032024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO skip step because feature "stress" is not enabled
73042024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73052024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO skip step because feature "nfs" is not enabled
73062024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
73072024-12-17T08:03:01.669Z[ host-image] Dec 17 08:02:59.617 INFO O| Dec 17 08:02:59.617 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
73082024-12-17T08:03:01.685Z[ recovery-image] Dec 17 08:02:59.641 INFO O| Dec 17 08:02:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73092024-12-17T08:03:01.685Z[ recovery-image] Dec 17 08:02:59.641 INFO O| Dec 17 08:02:59.641 INFO STEP 974 (remove_files) COMPLETE
73102024-12-17T08:03:01.685Z[ recovery-image] Dec 17 08:02:59.641 INFO O| Dec 17 08:02:59.641 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-17T08:03:01.716Z[ recovery-image] Dec 17 08:02:59.672 INFO O| Dec 17 08:02:59.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73122024-12-17T08:03:01.719Z[ recovery-image] Dec 17 08:02:59.672 INFO O| Dec 17 08:02:59.672 INFO STEP 975 (remove_files) COMPLETE
73132024-12-17T08:03:01.719Z[ recovery-image] Dec 17 08:02:59.672 INFO O| Dec 17 08:02:59.672 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-17T08:03:01.737Z[ recovery-image] Dec 17 08:02:59.692 INFO O| Dec 17 08:02:59.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73152024-12-17T08:03:01.737Z[ recovery-image] Dec 17 08:02:59.692 INFO O| Dec 17 08:02:59.692 INFO STEP 976 (remove_files) COMPLETE
73162024-12-17T08:03:01.737Z[ recovery-image] Dec 17 08:02:59.692 INFO O| Dec 17 08:02:59.692 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-17T08:03:01.742Z[ host-image] Dec 17 08:02:59.698 INFO O| Dec 17 08:02:59.697 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
73182024-12-17T08:03:01.755Z[ recovery-image] Dec 17 08:02:59.711 INFO O| Dec 17 08:02:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73192024-12-17T08:03:01.755Z[ recovery-image] Dec 17 08:02:59.711 INFO O| Dec 17 08:02:59.711 INFO STEP 977 (remove_files) COMPLETE
73202024-12-17T08:03:01.755Z[ recovery-image] Dec 17 08:02:59.711 INFO O| Dec 17 08:02:59.711 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-17T08:03:01.805Z[ recovery-image] Dec 17 08:02:59.761 INFO O| Dec 17 08:02:59.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73222024-12-17T08:03:01.808Z[ recovery-image] Dec 17 08:02:59.764 INFO O| Dec 17 08:02:59.764 INFO STEP 978 (remove_files) COMPLETE
73232024-12-17T08:03:01.810Z[ recovery-image] Dec 17 08:02:59.764 INFO O| Dec 17 08:02:59.764 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-17T08:03:01.843Z[ recovery-image] Dec 17 08:02:59.799 INFO O| Dec 17 08:02:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73252024-12-17T08:03:01.843Z[ recovery-image] Dec 17 08:02:59.799 INFO O| Dec 17 08:02:59.799 INFO STEP 979 (remove_files) COMPLETE
73262024-12-17T08:03:01.843Z[ recovery-image] Dec 17 08:02:59.799 INFO O| Dec 17 08:02:59.799 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-17T08:03:01.873Z[ host-image] Dec 17 08:02:59.829 INFO O| Dec 17 08:02:59.829 INFO completed processing gimlet/ramdisk-01-os
73282024-12-17T08:03:01.876Z[ recovery-image] Dec 17 08:02:59.830 INFO O| Dec 17 08:02:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73292024-12-17T08:03:01.876Z[ recovery-image] Dec 17 08:02:59.830 INFO O| Dec 17 08:02:59.830 INFO STEP 980 (remove_files) COMPLETE
73302024-12-17T08:03:01.876Z[ recovery-image] Dec 17 08:02:59.830 INFO O| Dec 17 08:02:59.830 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-17T08:03:01.876Z[ host-image] Dec 17 08:02:59.831 INFO omicron1 baseline generation...
73322024-12-17T08:03:01.876Z[ host-image] Dec 17 08:02:59.832 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73332024-12-17T08:03:01.918Z[ recovery-image] Dec 17 08:02:59.873 INFO O| Dec 17 08:02:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73342024-12-17T08:03:01.921Z[ recovery-image] Dec 17 08:02:59.873 INFO O| Dec 17 08:02:59.873 INFO STEP 981 (remove_files) COMPLETE
73352024-12-17T08:03:01.921Z[ recovery-image] Dec 17 08:02:59.874 INFO O| Dec 17 08:02:59.873 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-17T08:03:01.973Z[ recovery-image] Dec 17 08:02:59.928 INFO O| Dec 17 08:02:59.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73372024-12-17T08:03:01.973Z[ recovery-image] Dec 17 08:02:59.928 INFO O| Dec 17 08:02:59.928 INFO STEP 982 (remove_files) COMPLETE
73382024-12-17T08:03:01.973Z[ recovery-image] Dec 17 08:02:59.928 INFO O| Dec 17 08:02:59.928 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-17T08:03:02.003Z[ recovery-image] Dec 17 08:02:59.958 INFO O| Dec 17 08:02:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73402024-12-17T08:03:02.005Z[ recovery-image] Dec 17 08:02:59.958 INFO O| Dec 17 08:02:59.958 INFO STEP 983 (remove_files) COMPLETE
73412024-12-17T08:03:02.006Z[ recovery-image] Dec 17 08:02:59.959 INFO O| Dec 17 08:02:59.958 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-17T08:03:02.023Z[ recovery-image] Dec 17 08:02:59.979 INFO O| Dec 17 08:02:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73432024-12-17T08:03:02.026Z[ recovery-image] Dec 17 08:02:59.979 INFO O| Dec 17 08:02:59.979 INFO STEP 984 (remove_files) COMPLETE
73442024-12-17T08:03:02.026Z[ recovery-image] Dec 17 08:02:59.979 INFO O| Dec 17 08:02:59.979 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-17T08:03:02.048Z[ recovery-image] Dec 17 08:03:00.004 INFO O| Dec 17 08:03:00.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73462024-12-17T08:03:02.051Z[ recovery-image] Dec 17 08:03:00.004 INFO O| Dec 17 08:03:00.004 INFO STEP 985 (remove_files) COMPLETE
73472024-12-17T08:03:02.051Z[ recovery-image] Dec 17 08:03:00.004 INFO O| Dec 17 08:03:00.004 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-17T08:03:02.068Z[ recovery-image] Dec 17 08:03:00.024 INFO O| Dec 17 08:03:00.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73492024-12-17T08:03:02.071Z[ recovery-image] Dec 17 08:03:00.024 INFO O| Dec 17 08:03:00.024 INFO STEP 986 (remove_files) COMPLETE
73502024-12-17T08:03:02.071Z[ recovery-image] Dec 17 08:03:00.024 INFO O| Dec 17 08:03:00.024 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-17T08:03:02.087Z[ recovery-image] Dec 17 08:03:00.042 INFO O| Dec 17 08:03:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73522024-12-17T08:03:02.087Z[ recovery-image] Dec 17 08:03:00.043 INFO O| Dec 17 08:03:00.043 INFO STEP 987 (remove_files) COMPLETE
73532024-12-17T08:03:02.090Z[ recovery-image] Dec 17 08:03:00.043 INFO O| Dec 17 08:03:00.043 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-17T08:03:02.106Z[ recovery-image] Dec 17 08:03:00.061 INFO O| Dec 17 08:03:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73552024-12-17T08:03:02.108Z[ recovery-image] Dec 17 08:03:00.061 INFO O| Dec 17 08:03:00.061 INFO STEP 988 (remove_files) COMPLETE
73562024-12-17T08:03:02.108Z[ recovery-image] Dec 17 08:03:00.061 INFO O| Dec 17 08:03:00.061 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-17T08:03:02.124Z[ recovery-image] Dec 17 08:03:00.080 INFO O| Dec 17 08:03:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73582024-12-17T08:03:02.127Z[ recovery-image] Dec 17 08:03:00.080 INFO O| Dec 17 08:03:00.080 INFO STEP 989 (remove_files) COMPLETE
73592024-12-17T08:03:02.127Z[ recovery-image] Dec 17 08:03:00.080 INFO O| Dec 17 08:03:00.080 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-17T08:03:02.143Z[ recovery-image] Dec 17 08:03:00.099 INFO O| Dec 17 08:03:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73612024-12-17T08:03:02.146Z[ recovery-image] Dec 17 08:03:00.099 INFO O| Dec 17 08:03:00.099 INFO STEP 990 (remove_files) COMPLETE
73622024-12-17T08:03:02.146Z[ recovery-image] Dec 17 08:03:00.099 INFO O| Dec 17 08:03:00.099 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-17T08:03:02.160Z[ recovery-image] Dec 17 08:03:00.115 INFO O| Dec 17 08:03:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73642024-12-17T08:03:02.163Z[ recovery-image] Dec 17 08:03:00.115 INFO O| Dec 17 08:03:00.115 INFO STEP 991 (remove_files) COMPLETE
73652024-12-17T08:03:02.163Z[ recovery-image] Dec 17 08:03:00.116 INFO O| Dec 17 08:03:00.115 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-17T08:03:02.177Z[ recovery-image] Dec 17 08:03:00.132 INFO O| Dec 17 08:03:00.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73672024-12-17T08:03:02.180Z[ recovery-image] Dec 17 08:03:00.132 INFO O| Dec 17 08:03:00.132 INFO STEP 992 (remove_files) COMPLETE
73682024-12-17T08:03:02.180Z[ recovery-image] Dec 17 08:03:00.132 INFO O| Dec 17 08:03:00.132 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-17T08:03:02.205Z[ recovery-image] Dec 17 08:03:00.160 INFO O| Dec 17 08:03:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73702024-12-17T08:03:02.205Z[ recovery-image] Dec 17 08:03:00.160 INFO O| Dec 17 08:03:00.160 INFO STEP 993 (remove_files) COMPLETE
73712024-12-17T08:03:02.205Z[ recovery-image] Dec 17 08:03:00.160 INFO O| Dec 17 08:03:00.160 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-17T08:03:02.243Z[ recovery-image] Dec 17 08:03:00.198 INFO O| Dec 17 08:03:00.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73732024-12-17T08:03:02.243Z[ recovery-image] Dec 17 08:03:00.198 INFO O| Dec 17 08:03:00.198 INFO STEP 994 (remove_files) COMPLETE
73742024-12-17T08:03:02.243Z[ recovery-image] Dec 17 08:03:00.198 INFO O| Dec 17 08:03:00.198 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-17T08:03:02.272Z[ recovery-image] Dec 17 08:03:00.227 INFO O| Dec 17 08:03:00.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73762024-12-17T08:03:02.274Z[ recovery-image] Dec 17 08:03:00.227 INFO O| Dec 17 08:03:00.227 INFO STEP 995 (remove_files) COMPLETE
73772024-12-17T08:03:02.274Z[ recovery-image] Dec 17 08:03:00.228 INFO O| Dec 17 08:03:00.227 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-17T08:03:02.290Z[ recovery-image] Dec 17 08:03:00.245 INFO O| Dec 17 08:03:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73792024-12-17T08:03:02.293Z[ recovery-image] Dec 17 08:03:00.246 INFO O| Dec 17 08:03:00.246 INFO STEP 996 (remove_files) COMPLETE
73802024-12-17T08:03:02.293Z[ recovery-image] Dec 17 08:03:00.246 INFO O| Dec 17 08:03:00.246 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-17T08:03:02.341Z[ recovery-image] Dec 17 08:03:00.296 INFO O| Dec 17 08:03:00.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73822024-12-17T08:03:02.341Z[ recovery-image] Dec 17 08:03:00.296 INFO O| Dec 17 08:03:00.296 INFO STEP 997 (remove_files) COMPLETE
73832024-12-17T08:03:02.344Z[ recovery-image] Dec 17 08:03:00.296 INFO O| Dec 17 08:03:00.296 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-17T08:03:02.404Z[ recovery-image] Dec 17 08:03:00.360 INFO O| Dec 17 08:03:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73852024-12-17T08:03:02.404Z[ recovery-image] Dec 17 08:03:00.360 INFO O| Dec 17 08:03:00.360 INFO STEP 998 (remove_files) COMPLETE
73862024-12-17T08:03:02.405Z[ recovery-image] Dec 17 08:03:00.360 INFO O| Dec 17 08:03:00.360 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-17T08:03:02.461Z[ recovery-image] Dec 17 08:03:00.416 INFO O| Dec 17 08:03:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73882024-12-17T08:03:02.461Z[ recovery-image] Dec 17 08:03:00.416 INFO O| Dec 17 08:03:00.416 INFO STEP 999 (remove_files) COMPLETE
73892024-12-17T08:03:02.463Z[ recovery-image] Dec 17 08:03:00.416 INFO O| Dec 17 08:03:00.416 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-17T08:03:02.498Z[ recovery-image] Dec 17 08:03:00.454 INFO O| Dec 17 08:03:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73912024-12-17T08:03:02.498Z[ recovery-image] Dec 17 08:03:00.454 INFO O| Dec 17 08:03:00.454 INFO STEP 1000 (remove_files) COMPLETE
73922024-12-17T08:03:02.501Z[ recovery-image] Dec 17 08:03:00.454 INFO O| Dec 17 08:03:00.454 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-17T08:03:02.516Z[ recovery-image] Dec 17 08:03:00.471 INFO O| Dec 17 08:03:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73942024-12-17T08:03:02.516Z[ recovery-image] Dec 17 08:03:00.471 INFO O| Dec 17 08:03:00.471 INFO STEP 1001 (remove_files) COMPLETE
73952024-12-17T08:03:02.516Z[ recovery-image] Dec 17 08:03:00.471 INFO O| Dec 17 08:03:00.471 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-17T08:03:02.555Z[ recovery-image] Dec 17 08:03:00.509 INFO O| Dec 17 08:03:00.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73972024-12-17T08:03:02.555Z[ recovery-image] Dec 17 08:03:00.509 INFO O| Dec 17 08:03:00.509 INFO STEP 1002 (remove_files) COMPLETE
73982024-12-17T08:03:02.555Z[ recovery-image] Dec 17 08:03:00.509 INFO O| Dec 17 08:03:00.509 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-17T08:03:02.608Z[ recovery-image] Dec 17 08:03:00.549 INFO O| Dec 17 08:03:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74002024-12-17T08:03:02.608Z[ recovery-image] Dec 17 08:03:00.549 INFO O| Dec 17 08:03:00.549 INFO STEP 1003 (remove_files) COMPLETE
74012024-12-17T08:03:02.608Z[ recovery-image] Dec 17 08:03:00.549 INFO O| Dec 17 08:03:00.549 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-17T08:03:02.611Z[ host-image] Dec 17 08:03:00.565 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23078:20241216T214113Z
74032024-12-17T08:03:02.614Z[ recovery-image] Dec 17 08:03:00.568 INFO O| Dec 17 08:03:00.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74042024-12-17T08:03:02.614Z[ recovery-image] Dec 17 08:03:00.568 INFO O| Dec 17 08:03:00.568 INFO STEP 1004 (remove_files) COMPLETE
74052024-12-17T08:03:02.614Z[ recovery-image] Dec 17 08:03:00.568 INFO O| Dec 17 08:03:00.568 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-17T08:03:02.631Z[ recovery-image] Dec 17 08:03:00.586 INFO O| Dec 17 08:03:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74072024-12-17T08:03:02.633Z[ recovery-image] Dec 17 08:03:00.586 INFO O| Dec 17 08:03:00.586 INFO STEP 1005 (remove_files) COMPLETE
74082024-12-17T08:03:02.633Z[ recovery-image] Dec 17 08:03:00.586 INFO O| Dec 17 08:03:00.586 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-17T08:03:02.650Z[ recovery-image] Dec 17 08:03:00.605 INFO O| Dec 17 08:03:00.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74102024-12-17T08:03:02.650Z[ recovery-image] Dec 17 08:03:00.605 INFO O| Dec 17 08:03:00.605 INFO STEP 1006 (remove_files) COMPLETE
74112024-12-17T08:03:02.650Z[ recovery-image] Dec 17 08:03:00.605 INFO O| Dec 17 08:03:00.605 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-17T08:03:02.667Z[ recovery-image] Dec 17 08:03:00.623 INFO O| Dec 17 08:03:00.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74132024-12-17T08:03:02.667Z[ recovery-image] Dec 17 08:03:00.623 INFO O| Dec 17 08:03:00.623 INFO STEP 1007 (remove_files) COMPLETE
74142024-12-17T08:03:02.668Z[ recovery-image] Dec 17 08:03:00.623 INFO O| Dec 17 08:03:00.623 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-17T08:03:02.685Z[ recovery-image] Dec 17 08:03:00.640 INFO O| Dec 17 08:03:00.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74162024-12-17T08:03:02.685Z[ recovery-image] Dec 17 08:03:00.640 INFO O| Dec 17 08:03:00.640 INFO STEP 1008 (remove_files) COMPLETE
74172024-12-17T08:03:02.687Z[ recovery-image] Dec 17 08:03:00.640 INFO O| Dec 17 08:03:00.640 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-17T08:03:02.703Z[ recovery-image] Dec 17 08:03:00.658 INFO O| Dec 17 08:03:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74192024-12-17T08:03:02.703Z[ recovery-image] Dec 17 08:03:00.659 INFO O| Dec 17 08:03:00.659 INFO STEP 1009 (remove_files) COMPLETE
74202024-12-17T08:03:02.703Z[ recovery-image] Dec 17 08:03:00.659 INFO O| Dec 17 08:03:00.659 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-17T08:03:02.725Z[ recovery-image] Dec 17 08:03:00.678 INFO O| Dec 17 08:03:00.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74222024-12-17T08:03:02.725Z[ recovery-image] Dec 17 08:03:00.678 INFO O| Dec 17 08:03:00.678 INFO STEP 1010 (remove_files) COMPLETE
74232024-12-17T08:03:02.725Z[ recovery-image] Dec 17 08:03:00.678 INFO O| Dec 17 08:03:00.678 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-17T08:03:02.741Z[ recovery-image] Dec 17 08:03:00.696 INFO O| Dec 17 08:03:00.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74252024-12-17T08:03:02.741Z[ recovery-image] Dec 17 08:03:00.696 INFO O| Dec 17 08:03:00.696 INFO STEP 1011 (remove_files) COMPLETE
74262024-12-17T08:03:02.741Z[ recovery-image] Dec 17 08:03:00.696 INFO O| Dec 17 08:03:00.696 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-17T08:03:02.758Z[ recovery-image] Dec 17 08:03:00.713 INFO O| Dec 17 08:03:00.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74282024-12-17T08:03:02.758Z[ recovery-image] Dec 17 08:03:00.713 INFO O| Dec 17 08:03:00.713 INFO STEP 1012 (remove_files) COMPLETE
74292024-12-17T08:03:02.758Z[ recovery-image] Dec 17 08:03:00.713 INFO O| Dec 17 08:03:00.713 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-17T08:03:02.787Z[ recovery-image] Dec 17 08:03:00.742 INFO O| Dec 17 08:03:00.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74312024-12-17T08:03:02.791Z[ recovery-image] Dec 17 08:03:00.742 INFO O| Dec 17 08:03:00.742 INFO STEP 1013 (remove_files) COMPLETE
74322024-12-17T08:03:02.791Z[ recovery-image] Dec 17 08:03:00.743 INFO O| Dec 17 08:03:00.743 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-17T08:03:02.806Z[ recovery-image] Dec 17 08:03:00.761 INFO O| Dec 17 08:03:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74342024-12-17T08:03:02.806Z[ recovery-image] Dec 17 08:03:00.762 INFO O| Dec 17 08:03:00.762 INFO STEP 1014 (remove_files) COMPLETE
74352024-12-17T08:03:02.809Z[ recovery-image] Dec 17 08:03:00.762 INFO O| Dec 17 08:03:00.762 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-17T08:03:02.824Z[ recovery-image] Dec 17 08:03:00.779 INFO O| Dec 17 08:03:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74372024-12-17T08:03:02.826Z[ recovery-image] Dec 17 08:03:00.779 INFO O| Dec 17 08:03:00.779 INFO STEP 1015 (remove_files) COMPLETE
74382024-12-17T08:03:02.826Z[ recovery-image] Dec 17 08:03:00.779 INFO O| Dec 17 08:03:00.779 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-17T08:03:02.847Z[ recovery-image] Dec 17 08:03:00.802 INFO O| Dec 17 08:03:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74402024-12-17T08:03:02.847Z[ recovery-image] Dec 17 08:03:00.802 INFO O| Dec 17 08:03:00.802 INFO STEP 1016 (remove_files) COMPLETE
74412024-12-17T08:03:02.847Z[ recovery-image] Dec 17 08:03:00.802 INFO O| Dec 17 08:03:00.802 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-17T08:03:02.881Z[ recovery-image] Dec 17 08:03:00.836 INFO O| Dec 17 08:03:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74432024-12-17T08:03:02.881Z[ recovery-image] Dec 17 08:03:00.836 INFO O| Dec 17 08:03:00.836 INFO STEP 1017 (remove_files) COMPLETE
74442024-12-17T08:03:02.881Z[ recovery-image] Dec 17 08:03:00.836 INFO O| Dec 17 08:03:00.836 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-17T08:03:02.899Z[ recovery-image] Dec 17 08:03:00.855 INFO O| Dec 17 08:03:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74462024-12-17T08:03:02.899Z[ recovery-image] Dec 17 08:03:00.855 INFO O| Dec 17 08:03:00.855 INFO STEP 1018 (remove_files) COMPLETE
74472024-12-17T08:03:02.902Z[ recovery-image] Dec 17 08:03:00.855 INFO O| Dec 17 08:03:00.855 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-17T08:03:02.918Z[ recovery-image] Dec 17 08:03:00.874 INFO O| Dec 17 08:03:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74492024-12-17T08:03:02.918Z[ recovery-image] Dec 17 08:03:00.874 INFO O| Dec 17 08:03:00.874 INFO STEP 1019 (remove_files) COMPLETE
74502024-12-17T08:03:02.921Z[ recovery-image] Dec 17 08:03:00.874 INFO O| Dec 17 08:03:00.874 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-17T08:03:02.937Z[ recovery-image] Dec 17 08:03:00.893 INFO O| Dec 17 08:03:00.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74522024-12-17T08:03:02.940Z[ recovery-image] Dec 17 08:03:00.893 INFO O| Dec 17 08:03:00.893 INFO STEP 1020 (remove_files) COMPLETE
74532024-12-17T08:03:02.940Z[ recovery-image] Dec 17 08:03:00.893 INFO O| Dec 17 08:03:00.893 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-17T08:03:02.957Z[ recovery-image] Dec 17 08:03:00.911 INFO O| Dec 17 08:03:00.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74552024-12-17T08:03:02.957Z[ recovery-image] Dec 17 08:03:00.911 INFO O| Dec 17 08:03:00.911 INFO STEP 1021 (remove_files) COMPLETE
74562024-12-17T08:03:02.957Z[ recovery-image] Dec 17 08:03:00.911 INFO O| Dec 17 08:03:00.911 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-17T08:03:02.998Z[ recovery-image] Dec 17 08:03:00.953 INFO O| Dec 17 08:03:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74582024-12-17T08:03:03.001Z[ recovery-image] Dec 17 08:03:00.953 INFO O| Dec 17 08:03:00.953 INFO STEP 1022 (remove_files) COMPLETE
74592024-12-17T08:03:03.001Z[ recovery-image] Dec 17 08:03:00.953 INFO O| Dec 17 08:03:00.953 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-17T08:03:03.017Z[ recovery-image] Dec 17 08:03:00.972 INFO O| Dec 17 08:03:00.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74612024-12-17T08:03:03.020Z[ recovery-image] Dec 17 08:03:00.972 INFO O| Dec 17 08:03:00.972 INFO STEP 1023 (remove_files) COMPLETE
74622024-12-17T08:03:03.020Z[ recovery-image] Dec 17 08:03:00.972 INFO O| Dec 17 08:03:00.972 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-17T08:03:03.036Z[ recovery-image] Dec 17 08:03:00.991 INFO O| Dec 17 08:03:00.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74642024-12-17T08:03:03.038Z[ recovery-image] Dec 17 08:03:00.991 INFO O| Dec 17 08:03:00.991 INFO STEP 1024 (remove_files) COMPLETE
74652024-12-17T08:03:03.038Z[ recovery-image] Dec 17 08:03:00.991 INFO O| Dec 17 08:03:00.991 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-17T08:03:03.056Z[ recovery-image] Dec 17 08:03:01.011 INFO O| Dec 17 08:03:01.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74672024-12-17T08:03:03.056Z[ recovery-image] Dec 17 08:03:01.011 INFO O| Dec 17 08:03:01.011 INFO STEP 1025 (remove_files) COMPLETE
74682024-12-17T08:03:03.059Z[ recovery-image] Dec 17 08:03:01.011 INFO O| Dec 17 08:03:01.011 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-17T08:03:03.075Z[ recovery-image] Dec 17 08:03:01.030 INFO O| Dec 17 08:03:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74702024-12-17T08:03:03.079Z[ recovery-image] Dec 17 08:03:01.030 INFO O| Dec 17 08:03:01.030 INFO STEP 1026 (remove_files) COMPLETE
74712024-12-17T08:03:03.079Z[ recovery-image] Dec 17 08:03:01.031 INFO O| Dec 17 08:03:01.030 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-17T08:03:03.094Z[ recovery-image] Dec 17 08:03:01.050 INFO O| Dec 17 08:03:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74732024-12-17T08:03:03.097Z[ recovery-image] Dec 17 08:03:01.050 INFO O| Dec 17 08:03:01.050 INFO STEP 1027 (remove_files) COMPLETE
74742024-12-17T08:03:03.097Z[ recovery-image] Dec 17 08:03:01.050 INFO O| Dec 17 08:03:01.050 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-17T08:03:03.114Z[ recovery-image] Dec 17 08:03:01.069 INFO O| Dec 17 08:03:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74762024-12-17T08:03:03.117Z[ recovery-image] Dec 17 08:03:01.069 INFO O| Dec 17 08:03:01.069 INFO STEP 1028 (remove_files) COMPLETE
74772024-12-17T08:03:03.117Z[ recovery-image] Dec 17 08:03:01.069 INFO O| Dec 17 08:03:01.069 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-17T08:03:03.133Z[ recovery-image] Dec 17 08:03:01.088 INFO O| Dec 17 08:03:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74792024-12-17T08:03:03.133Z[ recovery-image] Dec 17 08:03:01.088 INFO O| Dec 17 08:03:01.088 INFO STEP 1029 (remove_files) COMPLETE
74802024-12-17T08:03:03.136Z[ recovery-image] Dec 17 08:03:01.088 INFO O| Dec 17 08:03:01.088 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-17T08:03:03.154Z[ recovery-image] Dec 17 08:03:01.109 INFO O| Dec 17 08:03:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74822024-12-17T08:03:03.157Z[ recovery-image] Dec 17 08:03:01.109 INFO O| Dec 17 08:03:01.109 INFO STEP 1030 (remove_files) COMPLETE
74832024-12-17T08:03:03.157Z[ recovery-image] Dec 17 08:03:01.110 INFO O| Dec 17 08:03:01.110 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-17T08:03:03.173Z[ recovery-image] Dec 17 08:03:01.129 INFO O| Dec 17 08:03:01.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74852024-12-17T08:03:03.173Z[ recovery-image] Dec 17 08:03:01.129 INFO O| Dec 17 08:03:01.129 INFO STEP 1031 (remove_files) COMPLETE
74862024-12-17T08:03:03.173Z[ recovery-image] Dec 17 08:03:01.129 INFO O| Dec 17 08:03:01.129 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-17T08:03:03.200Z[ recovery-image] Dec 17 08:03:01.155 INFO O| Dec 17 08:03:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74882024-12-17T08:03:03.200Z[ recovery-image] Dec 17 08:03:01.155 INFO O| Dec 17 08:03:01.155 INFO STEP 1032 (remove_files) COMPLETE
74892024-12-17T08:03:03.200Z[ recovery-image] Dec 17 08:03:01.155 INFO O| Dec 17 08:03:01.155 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-17T08:03:03.227Z[ recovery-image] Dec 17 08:03:01.183 INFO O| Dec 17 08:03:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74912024-12-17T08:03:03.228Z[ recovery-image] Dec 17 08:03:01.183 INFO O| Dec 17 08:03:01.183 INFO STEP 1033 (remove_files) COMPLETE
74922024-12-17T08:03:03.230Z[ recovery-image] Dec 17 08:03:01.183 INFO O| Dec 17 08:03:01.183 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-17T08:03:03.281Z[ recovery-image] Dec 17 08:03:01.236 INFO O| Dec 17 08:03:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74942024-12-17T08:03:03.281Z[ recovery-image] Dec 17 08:03:01.236 INFO O| Dec 17 08:03:01.236 INFO STEP 1034 (remove_files) COMPLETE
74952024-12-17T08:03:03.281Z[ recovery-image] Dec 17 08:03:01.236 INFO O| Dec 17 08:03:01.236 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-17T08:03:03.302Z[ recovery-image] Dec 17 08:03:01.257 INFO O| Dec 17 08:03:01.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74972024-12-17T08:03:03.302Z[ recovery-image] Dec 17 08:03:01.257 INFO O| Dec 17 08:03:01.257 INFO STEP 1035 (remove_files) COMPLETE
74982024-12-17T08:03:03.302Z[ recovery-image] Dec 17 08:03:01.257 INFO O| Dec 17 08:03:01.257 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-17T08:03:03.320Z[ recovery-image] Dec 17 08:03:01.275 INFO O| Dec 17 08:03:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75002024-12-17T08:03:03.320Z[ recovery-image] Dec 17 08:03:01.275 INFO O| Dec 17 08:03:01.275 INFO STEP 1036 (remove_files) COMPLETE
75012024-12-17T08:03:03.322Z[ recovery-image] Dec 17 08:03:01.275 INFO O| Dec 17 08:03:01.275 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-17T08:03:03.339Z[ recovery-image] Dec 17 08:03:01.294 INFO O| Dec 17 08:03:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75032024-12-17T08:03:03.339Z[ recovery-image] Dec 17 08:03:01.294 INFO O| Dec 17 08:03:01.294 INFO STEP 1037 (remove_files) COMPLETE
75042024-12-17T08:03:03.339Z[ recovery-image] Dec 17 08:03:01.294 INFO O| Dec 17 08:03:01.294 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-17T08:03:03.370Z[ recovery-image] Dec 17 08:03:01.325 INFO O| Dec 17 08:03:01.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75062024-12-17T08:03:03.370Z[ recovery-image] Dec 17 08:03:01.325 INFO O| Dec 17 08:03:01.325 INFO STEP 1038 (remove_files) COMPLETE
75072024-12-17T08:03:03.373Z[ recovery-image] Dec 17 08:03:01.325 INFO O| Dec 17 08:03:01.325 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-17T08:03:03.391Z[ recovery-image] Dec 17 08:03:01.347 INFO O| Dec 17 08:03:01.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75092024-12-17T08:03:03.391Z[ recovery-image] Dec 17 08:03:01.347 INFO O| Dec 17 08:03:01.347 INFO STEP 1039 (remove_files) COMPLETE
75102024-12-17T08:03:03.391Z[ recovery-image] Dec 17 08:03:01.347 INFO O| Dec 17 08:03:01.347 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-17T08:03:03.420Z[ recovery-image] Dec 17 08:03:01.375 INFO O| Dec 17 08:03:01.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75122024-12-17T08:03:03.440Z[ recovery-image] Dec 17 08:03:01.396 INFO O| Dec 17 08:03:01.396 INFO STEP 1040 (remove_files) COMPLETE
75132024-12-17T08:03:03.441Z[ recovery-image] Dec 17 08:03:01.396 INFO O| Dec 17 08:03:01.396 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-17T08:03:03.460Z[ recovery-image] Dec 17 08:03:01.415 INFO O| Dec 17 08:03:01.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75152024-12-17T08:03:03.463Z[ recovery-image] Dec 17 08:03:01.416 INFO O| Dec 17 08:03:01.416 INFO STEP 1041 (remove_files) COMPLETE
75162024-12-17T08:03:03.463Z[ recovery-image] Dec 17 08:03:01.416 INFO O| Dec 17 08:03:01.416 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-17T08:03:03.479Z[ recovery-image] Dec 17 08:03:01.434 INFO O| Dec 17 08:03:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75182024-12-17T08:03:03.482Z[ recovery-image] Dec 17 08:03:01.434 INFO O| Dec 17 08:03:01.434 INFO STEP 1042 (remove_files) COMPLETE
75192024-12-17T08:03:03.482Z[ recovery-image] Dec 17 08:03:01.435 INFO O| Dec 17 08:03:01.434 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-17T08:03:03.498Z[ recovery-image] Dec 17 08:03:01.453 INFO O| Dec 17 08:03:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75212024-12-17T08:03:03.502Z[ recovery-image] Dec 17 08:03:01.453 INFO O| Dec 17 08:03:01.453 INFO STEP 1043 (remove_files) COMPLETE
75222024-12-17T08:03:03.502Z[ recovery-image] Dec 17 08:03:01.453 INFO O| Dec 17 08:03:01.453 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-17T08:03:03.519Z[ recovery-image] Dec 17 08:03:01.471 INFO O| Dec 17 08:03:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75242024-12-17T08:03:03.524Z[ recovery-image] Dec 17 08:03:01.472 INFO O| Dec 17 08:03:01.472 INFO STEP 1044 (remove_files) COMPLETE
75252024-12-17T08:03:03.525Z[ recovery-image] Dec 17 08:03:01.472 INFO O| Dec 17 08:03:01.472 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-17T08:03:03.538Z[ recovery-image] Dec 17 08:03:01.491 INFO O| Dec 17 08:03:01.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75272024-12-17T08:03:03.540Z[ recovery-image] Dec 17 08:03:01.491 INFO O| Dec 17 08:03:01.491 INFO STEP 1045 (remove_files) COMPLETE
75282024-12-17T08:03:03.540Z[ recovery-image] Dec 17 08:03:01.491 INFO O| Dec 17 08:03:01.491 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-17T08:03:03.555Z[ recovery-image] Dec 17 08:03:01.510 INFO O| Dec 17 08:03:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75302024-12-17T08:03:03.557Z[ recovery-image] Dec 17 08:03:01.510 INFO O| Dec 17 08:03:01.510 INFO STEP 1046 (remove_files) COMPLETE
75312024-12-17T08:03:03.557Z[ recovery-image] Dec 17 08:03:01.510 INFO O| Dec 17 08:03:01.510 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-17T08:03:03.581Z[ recovery-image] Dec 17 08:03:01.536 INFO O| Dec 17 08:03:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75332024-12-17T08:03:03.581Z[ recovery-image] Dec 17 08:03:01.536 INFO O| Dec 17 08:03:01.536 INFO STEP 1047 (remove_files) COMPLETE
75342024-12-17T08:03:03.583Z[ recovery-image] Dec 17 08:03:01.537 INFO O| Dec 17 08:03:01.536 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-17T08:03:03.614Z[ recovery-image] Dec 17 08:03:01.569 INFO O| Dec 17 08:03:01.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75362024-12-17T08:03:03.614Z[ recovery-image] Dec 17 08:03:01.569 INFO O| Dec 17 08:03:01.569 INFO STEP 1048 (remove_files) COMPLETE
75372024-12-17T08:03:03.614Z[ recovery-image] Dec 17 08:03:01.569 INFO O| Dec 17 08:03:01.569 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-17T08:03:03.656Z[ recovery-image] Dec 17 08:03:01.609 INFO O| Dec 17 08:03:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75392024-12-17T08:03:03.656Z[ recovery-image] Dec 17 08:03:01.609 INFO O| Dec 17 08:03:01.609 INFO STEP 1049 (remove_files) COMPLETE
75402024-12-17T08:03:03.656Z[ recovery-image] Dec 17 08:03:01.609 INFO O| Dec 17 08:03:01.609 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-17T08:03:03.673Z[ recovery-image] Dec 17 08:03:01.628 INFO O| Dec 17 08:03:01.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75422024-12-17T08:03:03.673Z[ recovery-image] Dec 17 08:03:01.628 INFO O| Dec 17 08:03:01.628 INFO STEP 1050 (remove_files) COMPLETE
75432024-12-17T08:03:03.676Z[ recovery-image] Dec 17 08:03:01.628 INFO O| Dec 17 08:03:01.628 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-17T08:03:03.736Z[ recovery-image] Dec 17 08:03:01.690 INFO O| Dec 17 08:03:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75452024-12-17T08:03:03.736Z[ recovery-image] Dec 17 08:03:01.691 INFO O| Dec 17 08:03:01.691 INFO STEP 1051 (remove_files) COMPLETE
75462024-12-17T08:03:03.737Z[ recovery-image] Dec 17 08:03:01.691 INFO O| Dec 17 08:03:01.691 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-17T08:03:03.757Z[ recovery-image] Dec 17 08:03:01.709 INFO O| Dec 17 08:03:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75482024-12-17T08:03:03.757Z[ recovery-image] Dec 17 08:03:01.709 INFO O| Dec 17 08:03:01.709 INFO STEP 1052 (remove_files) COMPLETE
75492024-12-17T08:03:03.757Z[ recovery-image] Dec 17 08:03:01.709 INFO O| Dec 17 08:03:01.709 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-17T08:03:03.783Z[ recovery-image] Dec 17 08:03:01.733 INFO O| Dec 17 08:03:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75512024-12-17T08:03:03.783Z[ recovery-image] Dec 17 08:03:01.733 INFO O| Dec 17 08:03:01.733 INFO STEP 1053 (remove_files) COMPLETE
75522024-12-17T08:03:03.783Z[ recovery-image] Dec 17 08:03:01.733 INFO O| Dec 17 08:03:01.733 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-17T08:03:03.836Z[ recovery-image] Dec 17 08:03:01.791 INFO O| Dec 17 08:03:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75542024-12-17T08:03:03.836Z[ recovery-image] Dec 17 08:03:01.791 INFO O| Dec 17 08:03:01.791 INFO STEP 1054 (remove_files) COMPLETE
75552024-12-17T08:03:03.840Z[ recovery-image] Dec 17 08:03:01.791 INFO O| Dec 17 08:03:01.791 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-17T08:03:03.888Z[ recovery-image] Dec 17 08:03:01.841 INFO O| Dec 17 08:03:01.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75572024-12-17T08:03:03.888Z[ recovery-image] Dec 17 08:03:01.841 INFO O| Dec 17 08:03:01.841 INFO STEP 1055 (remove_files) COMPLETE
75582024-12-17T08:03:03.888Z[ recovery-image] Dec 17 08:03:01.841 INFO O| Dec 17 08:03:01.841 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-17T08:03:03.945Z[ recovery-image] Dec 17 08:03:01.900 INFO O| Dec 17 08:03:01.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75602024-12-17T08:03:03.945Z[ recovery-image] Dec 17 08:03:01.900 INFO O| Dec 17 08:03:01.900 INFO STEP 1056 (remove_files) COMPLETE
75612024-12-17T08:03:03.945Z[ recovery-image] Dec 17 08:03:01.900 INFO O| Dec 17 08:03:01.900 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-17T08:03:03.985Z[ recovery-image] Dec 17 08:03:01.940 INFO O| Dec 17 08:03:01.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75632024-12-17T08:03:03.985Z[ recovery-image] Dec 17 08:03:01.940 INFO O| Dec 17 08:03:01.940 INFO STEP 1057 (remove_files) COMPLETE
75642024-12-17T08:03:03.985Z[ recovery-image] Dec 17 08:03:01.940 INFO O| Dec 17 08:03:01.940 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-17T08:03:04.018Z[ recovery-image] Dec 17 08:03:01.972 INFO O| Dec 17 08:03:01.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75662024-12-17T08:03:04.018Z[ recovery-image] Dec 17 08:03:01.972 INFO O| Dec 17 08:03:01.972 INFO STEP 1058 (remove_files) COMPLETE
75672024-12-17T08:03:04.018Z[ recovery-image] Dec 17 08:03:01.972 INFO O| Dec 17 08:03:01.972 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-17T08:03:04.035Z[ recovery-image] Dec 17 08:03:01.989 INFO O| Dec 17 08:03:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75692024-12-17T08:03:04.035Z[ recovery-image] Dec 17 08:03:01.989 INFO O| Dec 17 08:03:01.989 INFO STEP 1059 (remove_files) COMPLETE
75702024-12-17T08:03:04.035Z[ recovery-image] Dec 17 08:03:01.989 INFO O| Dec 17 08:03:01.989 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-17T08:03:04.069Z[ recovery-image] Dec 17 08:03:02.025 INFO O| Dec 17 08:03:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75722024-12-17T08:03:04.069Z[ recovery-image] Dec 17 08:03:02.025 INFO O| Dec 17 08:03:02.025 INFO STEP 1060 (remove_files) COMPLETE
75732024-12-17T08:03:04.069Z[ recovery-image] Dec 17 08:03:02.025 INFO O| Dec 17 08:03:02.025 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-17T08:03:04.092Z[ recovery-image] Dec 17 08:03:02.046 INFO O| Dec 17 08:03:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75752024-12-17T08:03:04.095Z[ recovery-image] Dec 17 08:03:02.047 INFO O| Dec 17 08:03:02.047 INFO STEP 1061 (remove_files) COMPLETE
75762024-12-17T08:03:04.095Z[ recovery-image] Dec 17 08:03:02.047 INFO O| Dec 17 08:03:02.047 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-17T08:03:04.111Z[ recovery-image] Dec 17 08:03:02.065 INFO O| Dec 17 08:03:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75782024-12-17T08:03:04.113Z[ recovery-image] Dec 17 08:03:02.066 INFO O| Dec 17 08:03:02.066 INFO STEP 1062 (remove_files) COMPLETE
75792024-12-17T08:03:04.113Z[ recovery-image] Dec 17 08:03:02.066 INFO O| Dec 17 08:03:02.066 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-17T08:03:04.148Z[ recovery-image] Dec 17 08:03:02.100 INFO O| Dec 17 08:03:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75812024-12-17T08:03:04.148Z[ recovery-image] Dec 17 08:03:02.100 INFO O| Dec 17 08:03:02.100 INFO STEP 1063 (remove_files) COMPLETE
75822024-12-17T08:03:04.148Z[ recovery-image] Dec 17 08:03:02.100 INFO O| Dec 17 08:03:02.100 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-17T08:03:04.199Z[ recovery-image] Dec 17 08:03:02.154 INFO O| Dec 17 08:03:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75842024-12-17T08:03:04.199Z[ recovery-image] Dec 17 08:03:02.154 INFO O| Dec 17 08:03:02.154 INFO STEP 1064 (remove_files) COMPLETE
75852024-12-17T08:03:04.199Z[ recovery-image] Dec 17 08:03:02.154 INFO O| Dec 17 08:03:02.154 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-17T08:03:04.224Z[ recovery-image] Dec 17 08:03:02.179 INFO O| Dec 17 08:03:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75872024-12-17T08:03:04.224Z[ recovery-image] Dec 17 08:03:02.179 INFO O| Dec 17 08:03:02.173 INFO STEP 1065 (remove_files) COMPLETE
75882024-12-17T08:03:04.224Z[ recovery-image] Dec 17 08:03:02.179 INFO O| Dec 17 08:03:02.173 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-17T08:03:04.234Z[ recovery-image] Dec 17 08:03:02.189 INFO O| Dec 17 08:03:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75902024-12-17T08:03:04.234Z[ recovery-image] Dec 17 08:03:02.189 INFO O| Dec 17 08:03:02.189 INFO STEP 1066 (remove_files) COMPLETE
75912024-12-17T08:03:04.237Z[ recovery-image] Dec 17 08:03:02.190 INFO O| Dec 17 08:03:02.189 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-17T08:03:04.261Z[ recovery-image] Dec 17 08:03:02.216 INFO O| Dec 17 08:03:02.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75932024-12-17T08:03:04.261Z[ recovery-image] Dec 17 08:03:02.216 INFO O| Dec 17 08:03:02.216 INFO STEP 1067 (remove_files) COMPLETE
75942024-12-17T08:03:04.264Z[ recovery-image] Dec 17 08:03:02.216 INFO O| Dec 17 08:03:02.216 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-17T08:03:04.278Z[ recovery-image] Dec 17 08:03:02.233 INFO O| Dec 17 08:03:02.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75962024-12-17T08:03:04.278Z[ recovery-image] Dec 17 08:03:02.233 INFO O| Dec 17 08:03:02.233 INFO STEP 1068 (remove_files) COMPLETE
75972024-12-17T08:03:04.278Z[ recovery-image] Dec 17 08:03:02.233 INFO O| Dec 17 08:03:02.233 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-17T08:03:04.295Z[ recovery-image] Dec 17 08:03:02.250 INFO O| Dec 17 08:03:02.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75992024-12-17T08:03:04.295Z[ recovery-image] Dec 17 08:03:02.250 INFO O| Dec 17 08:03:02.250 INFO STEP 1069 (remove_files) COMPLETE
76002024-12-17T08:03:04.295Z[ recovery-image] Dec 17 08:03:02.250 INFO O| Dec 17 08:03:02.250 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-17T08:03:04.333Z[ recovery-image] Dec 17 08:03:02.288 INFO O| Dec 17 08:03:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76022024-12-17T08:03:04.333Z[ recovery-image] Dec 17 08:03:02.288 INFO O| Dec 17 08:03:02.288 INFO STEP 1070 (remove_files) COMPLETE
76032024-12-17T08:03:04.334Z[ recovery-image] Dec 17 08:03:02.288 INFO O| Dec 17 08:03:02.288 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-17T08:03:04.365Z[ recovery-image] Dec 17 08:03:02.320 INFO O| Dec 17 08:03:02.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76052024-12-17T08:03:04.365Z[ recovery-image] Dec 17 08:03:02.320 INFO O| Dec 17 08:03:02.320 INFO STEP 1071 (remove_files) COMPLETE
76062024-12-17T08:03:04.365Z[ recovery-image] Dec 17 08:03:02.320 INFO O| Dec 17 08:03:02.320 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-17T08:03:04.459Z[ recovery-image] Dec 17 08:03:02.414 INFO O| Dec 17 08:03:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76082024-12-17T08:03:04.459Z[ recovery-image] Dec 17 08:03:02.414 INFO O| Dec 17 08:03:02.414 INFO STEP 1072 (remove_files) COMPLETE
76092024-12-17T08:03:04.461Z[ recovery-image] Dec 17 08:03:02.414 INFO O| Dec 17 08:03:02.414 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-17T08:03:04.479Z[ recovery-image] Dec 17 08:03:02.434 INFO O| Dec 17 08:03:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76112024-12-17T08:03:04.479Z[ recovery-image] Dec 17 08:03:02.434 INFO O| Dec 17 08:03:02.434 INFO STEP 1073 (remove_files) COMPLETE
76122024-12-17T08:03:04.483Z[ recovery-image] Dec 17 08:03:02.434 INFO O| Dec 17 08:03:02.434 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-17T08:03:04.498Z[ recovery-image] Dec 17 08:03:02.453 INFO O| Dec 17 08:03:02.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76142024-12-17T08:03:04.498Z[ recovery-image] Dec 17 08:03:02.453 INFO O| Dec 17 08:03:02.453 INFO STEP 1074 (remove_files) COMPLETE
76152024-12-17T08:03:04.500Z[ recovery-image] Dec 17 08:03:02.453 INFO O| Dec 17 08:03:02.453 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-17T08:03:04.516Z[ recovery-image] Dec 17 08:03:02.471 INFO O| Dec 17 08:03:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76172024-12-17T08:03:04.516Z[ recovery-image] Dec 17 08:03:02.472 INFO O| Dec 17 08:03:02.471 INFO STEP 1075 (remove_files) COMPLETE
76182024-12-17T08:03:04.516Z[ recovery-image] Dec 17 08:03:02.472 INFO O| Dec 17 08:03:02.472 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-17T08:03:04.547Z[ recovery-image] Dec 17 08:03:02.502 INFO O| Dec 17 08:03:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76202024-12-17T08:03:04.547Z[ recovery-image] Dec 17 08:03:02.503 INFO O| Dec 17 08:03:02.503 INFO STEP 1076 (remove_files) COMPLETE
76212024-12-17T08:03:04.550Z[ recovery-image] Dec 17 08:03:02.503 INFO O| Dec 17 08:03:02.503 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-17T08:03:04.585Z[ recovery-image] Dec 17 08:03:02.540 INFO O| Dec 17 08:03:02.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76232024-12-17T08:03:04.588Z[ recovery-image] Dec 17 08:03:02.540 INFO O| Dec 17 08:03:02.540 INFO STEP 1077 (remove_files) COMPLETE
76242024-12-17T08:03:04.588Z[ recovery-image] Dec 17 08:03:02.540 INFO O| Dec 17 08:03:02.540 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-17T08:03:04.603Z[ recovery-image] Dec 17 08:03:02.558 INFO O| Dec 17 08:03:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76262024-12-17T08:03:04.603Z[ recovery-image] Dec 17 08:03:02.558 INFO O| Dec 17 08:03:02.558 INFO STEP 1078 (remove_files) COMPLETE
76272024-12-17T08:03:04.606Z[ recovery-image] Dec 17 08:03:02.558 INFO O| Dec 17 08:03:02.558 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-17T08:03:04.632Z[ recovery-image] Dec 17 08:03:02.587 INFO O| Dec 17 08:03:02.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76292024-12-17T08:03:04.632Z[ recovery-image] Dec 17 08:03:02.587 INFO O| Dec 17 08:03:02.587 INFO STEP 1079 (remove_files) COMPLETE
76302024-12-17T08:03:04.632Z[ recovery-image] Dec 17 08:03:02.587 INFO O| Dec 17 08:03:02.587 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-17T08:03:04.652Z[ recovery-image] Dec 17 08:03:02.607 INFO O| Dec 17 08:03:02.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76322024-12-17T08:03:04.652Z[ recovery-image] Dec 17 08:03:02.607 INFO O| Dec 17 08:03:02.607 INFO STEP 1080 (remove_files) COMPLETE
76332024-12-17T08:03:04.652Z[ recovery-image] Dec 17 08:03:02.607 INFO O| Dec 17 08:03:02.607 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-17T08:03:04.671Z[ recovery-image] Dec 17 08:03:02.626 INFO O| Dec 17 08:03:02.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76352024-12-17T08:03:04.671Z[ recovery-image] Dec 17 08:03:02.626 INFO O| Dec 17 08:03:02.626 INFO STEP 1081 (remove_files) COMPLETE
76362024-12-17T08:03:04.673Z[ recovery-image] Dec 17 08:03:02.626 INFO O| Dec 17 08:03:02.626 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-17T08:03:04.689Z[ recovery-image] Dec 17 08:03:02.644 INFO O| Dec 17 08:03:02.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76382024-12-17T08:03:04.689Z[ recovery-image] Dec 17 08:03:02.644 INFO O| Dec 17 08:03:02.644 INFO STEP 1082 (remove_files) COMPLETE
76392024-12-17T08:03:04.691Z[ recovery-image] Dec 17 08:03:02.644 INFO O| Dec 17 08:03:02.644 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-17T08:03:04.747Z[ recovery-image] Dec 17 08:03:02.702 INFO O| Dec 17 08:03:02.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76412024-12-17T08:03:04.747Z[ recovery-image] Dec 17 08:03:02.702 INFO O| Dec 17 08:03:02.702 INFO STEP 1083 (remove_files) COMPLETE
76422024-12-17T08:03:04.747Z[ recovery-image] Dec 17 08:03:02.702 INFO O| Dec 17 08:03:02.702 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-17T08:03:04.767Z[ recovery-image] Dec 17 08:03:02.722 INFO O| Dec 17 08:03:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76442024-12-17T08:03:04.767Z[ recovery-image] Dec 17 08:03:02.722 INFO O| Dec 17 08:03:02.722 INFO STEP 1084 (remove_files) COMPLETE
76452024-12-17T08:03:04.767Z[ recovery-image] Dec 17 08:03:02.722 INFO O| Dec 17 08:03:02.722 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-17T08:03:04.807Z[ recovery-image] Dec 17 08:03:02.761 INFO O| Dec 17 08:03:02.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76472024-12-17T08:03:04.807Z[ recovery-image] Dec 17 08:03:02.761 INFO O| Dec 17 08:03:02.761 INFO STEP 1085 (remove_files) COMPLETE
76482024-12-17T08:03:04.807Z[ recovery-image] Dec 17 08:03:02.761 INFO O| Dec 17 08:03:02.761 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-17T08:03:04.847Z[ recovery-image] Dec 17 08:03:02.801 INFO O| Dec 17 08:03:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76502024-12-17T08:03:04.847Z[ recovery-image] Dec 17 08:03:02.802 INFO O| Dec 17 08:03:02.802 INFO STEP 1086 (remove_files) COMPLETE
76512024-12-17T08:03:04.847Z[ recovery-image] Dec 17 08:03:02.802 INFO O| Dec 17 08:03:02.802 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-17T08:03:04.876Z[ recovery-image] Dec 17 08:03:02.830 INFO O| Dec 17 08:03:02.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76532024-12-17T08:03:04.879Z[ recovery-image] Dec 17 08:03:02.830 INFO O| Dec 17 08:03:02.830 INFO STEP 1087 (remove_files) COMPLETE
76542024-12-17T08:03:04.879Z[ recovery-image] Dec 17 08:03:02.830 INFO O| Dec 17 08:03:02.830 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-17T08:03:04.970Z[ recovery-image] Dec 17 08:03:02.925 INFO O| Dec 17 08:03:02.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76562024-12-17T08:03:04.973Z[ recovery-image] Dec 17 08:03:02.925 INFO O| Dec 17 08:03:02.925 INFO STEP 1088 (remove_files) COMPLETE
76572024-12-17T08:03:04.973Z[ recovery-image] Dec 17 08:03:02.925 INFO O| Dec 17 08:03:02.925 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-17T08:03:05.006Z[ recovery-image] Dec 17 08:03:02.961 INFO O| Dec 17 08:03:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76592024-12-17T08:03:05.006Z[ recovery-image] Dec 17 08:03:02.961 INFO O| Dec 17 08:03:02.961 INFO STEP 1089 (remove_files) COMPLETE
76602024-12-17T08:03:05.006Z[ recovery-image] Dec 17 08:03:02.961 INFO O| Dec 17 08:03:02.961 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-17T08:03:05.033Z[ recovery-image] Dec 17 08:03:02.988 INFO O| Dec 17 08:03:02.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76622024-12-17T08:03:05.033Z[ recovery-image] Dec 17 08:03:02.988 INFO O| Dec 17 08:03:02.988 INFO STEP 1090 (remove_files) COMPLETE
76632024-12-17T08:03:05.033Z[ recovery-image] Dec 17 08:03:02.988 INFO O| Dec 17 08:03:02.988 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-17T08:03:05.090Z[ recovery-image] Dec 17 08:03:03.045 INFO O| Dec 17 08:03:03.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76652024-12-17T08:03:05.090Z[ recovery-image] Dec 17 08:03:03.045 INFO O| Dec 17 08:03:03.045 INFO STEP 1091 (remove_files) COMPLETE
76662024-12-17T08:03:05.090Z[ recovery-image] Dec 17 08:03:03.045 INFO O| Dec 17 08:03:03.045 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-17T08:03:05.132Z[ recovery-image] Dec 17 08:03:03.087 INFO O| Dec 17 08:03:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76682024-12-17T08:03:05.135Z[ recovery-image] Dec 17 08:03:03.087 INFO O| Dec 17 08:03:03.087 INFO STEP 1092 (remove_files) COMPLETE
76692024-12-17T08:03:05.135Z[ recovery-image] Dec 17 08:03:03.087 INFO O| Dec 17 08:03:03.087 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-17T08:03:05.152Z[ recovery-image] Dec 17 08:03:03.107 INFO O| Dec 17 08:03:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76712024-12-17T08:03:05.155Z[ recovery-image] Dec 17 08:03:03.107 INFO O| Dec 17 08:03:03.107 INFO STEP 1093 (remove_files) COMPLETE
76722024-12-17T08:03:05.155Z[ recovery-image] Dec 17 08:03:03.107 INFO O| Dec 17 08:03:03.107 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-17T08:03:05.171Z[ recovery-image] Dec 17 08:03:03.126 INFO O| Dec 17 08:03:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76742024-12-17T08:03:05.174Z[ recovery-image] Dec 17 08:03:03.126 INFO O| Dec 17 08:03:03.126 INFO STEP 1094 (remove_files) COMPLETE
76752024-12-17T08:03:05.174Z[ recovery-image] Dec 17 08:03:03.126 INFO O| Dec 17 08:03:03.126 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-17T08:03:05.190Z[ recovery-image] Dec 17 08:03:03.145 INFO O| Dec 17 08:03:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76772024-12-17T08:03:05.192Z[ recovery-image] Dec 17 08:03:03.145 INFO O| Dec 17 08:03:03.145 INFO STEP 1095 (remove_files) COMPLETE
76782024-12-17T08:03:05.192Z[ recovery-image] Dec 17 08:03:03.145 INFO O| Dec 17 08:03:03.145 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-17T08:03:05.209Z[ recovery-image] Dec 17 08:03:03.164 INFO O| Dec 17 08:03:03.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76802024-12-17T08:03:05.212Z[ recovery-image] Dec 17 08:03:03.164 INFO O| Dec 17 08:03:03.164 INFO STEP 1096 (remove_files) COMPLETE
76812024-12-17T08:03:05.212Z[ recovery-image] Dec 17 08:03:03.164 INFO O| Dec 17 08:03:03.164 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-17T08:03:05.250Z[ recovery-image] Dec 17 08:03:03.205 INFO O| Dec 17 08:03:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76832024-12-17T08:03:05.253Z[ recovery-image] Dec 17 08:03:03.205 INFO O| Dec 17 08:03:03.205 INFO STEP 1097 (remove_files) COMPLETE
76842024-12-17T08:03:05.253Z[ recovery-image] Dec 17 08:03:03.206 INFO O| Dec 17 08:03:03.206 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-17T08:03:05.315Z[ recovery-image] Dec 17 08:03:03.270 INFO O| Dec 17 08:03:03.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76862024-12-17T08:03:05.316Z[ recovery-image] Dec 17 08:03:03.270 INFO O| Dec 17 08:03:03.270 INFO STEP 1098 (remove_files) COMPLETE
76872024-12-17T08:03:05.318Z[ recovery-image] Dec 17 08:03:03.270 INFO O| Dec 17 08:03:03.270 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-17T08:03:05.334Z[ recovery-image] Dec 17 08:03:03.289 INFO O| Dec 17 08:03:03.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76892024-12-17T08:03:05.337Z[ recovery-image] Dec 17 08:03:03.289 INFO O| Dec 17 08:03:03.289 INFO STEP 1099 (remove_files) COMPLETE
76902024-12-17T08:03:05.337Z[ recovery-image] Dec 17 08:03:03.290 INFO O| Dec 17 08:03:03.289 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-17T08:03:05.353Z[ recovery-image] Dec 17 08:03:03.308 INFO O| Dec 17 08:03:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76922024-12-17T08:03:05.355Z[ recovery-image] Dec 17 08:03:03.308 INFO O| Dec 17 08:03:03.308 INFO STEP 1100 (remove_files) COMPLETE
76932024-12-17T08:03:05.355Z[ recovery-image] Dec 17 08:03:03.308 INFO O| Dec 17 08:03:03.308 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-17T08:03:05.371Z[ recovery-image] Dec 17 08:03:03.326 INFO O| Dec 17 08:03:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76952024-12-17T08:03:05.374Z[ recovery-image] Dec 17 08:03:03.326 INFO O| Dec 17 08:03:03.326 INFO STEP 1101 (remove_files) COMPLETE
76962024-12-17T08:03:05.374Z[ recovery-image] Dec 17 08:03:03.326 INFO O| Dec 17 08:03:03.326 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-17T08:03:05.390Z[ recovery-image] Dec 17 08:03:03.345 INFO O| Dec 17 08:03:03.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76982024-12-17T08:03:05.393Z[ recovery-image] Dec 17 08:03:03.345 INFO O| Dec 17 08:03:03.345 INFO STEP 1102 (remove_files) COMPLETE
76992024-12-17T08:03:05.393Z[ recovery-image] Dec 17 08:03:03.345 INFO O| Dec 17 08:03:03.345 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-17T08:03:05.410Z[ recovery-image] Dec 17 08:03:03.364 INFO O| Dec 17 08:03:03.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77012024-12-17T08:03:05.413Z[ recovery-image] Dec 17 08:03:03.365 INFO O| Dec 17 08:03:03.364 INFO STEP 1103 (remove_files) COMPLETE
77022024-12-17T08:03:05.413Z[ recovery-image] Dec 17 08:03:03.365 INFO O| Dec 17 08:03:03.365 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-17T08:03:05.430Z[ recovery-image] Dec 17 08:03:03.385 INFO O| Dec 17 08:03:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77042024-12-17T08:03:05.433Z[ recovery-image] Dec 17 08:03:03.385 INFO O| Dec 17 08:03:03.385 INFO STEP 1104 (remove_files) COMPLETE
77052024-12-17T08:03:05.433Z[ recovery-image] Dec 17 08:03:03.385 INFO O| Dec 17 08:03:03.385 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-17T08:03:05.455Z[ recovery-image] Dec 17 08:03:03.410 INFO O| Dec 17 08:03:03.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77072024-12-17T08:03:05.455Z[ recovery-image] Dec 17 08:03:03.410 INFO O| Dec 17 08:03:03.410 INFO STEP 1105 (remove_files) COMPLETE
77082024-12-17T08:03:05.458Z[ recovery-image] Dec 17 08:03:03.410 INFO O| Dec 17 08:03:03.410 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-17T08:03:05.475Z[ recovery-image] Dec 17 08:03:03.429 INFO O| Dec 17 08:03:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77102024-12-17T08:03:05.475Z[ recovery-image] Dec 17 08:03:03.429 INFO O| Dec 17 08:03:03.429 INFO STEP 1106 (remove_files) COMPLETE
77112024-12-17T08:03:05.477Z[ recovery-image] Dec 17 08:03:03.430 INFO O| Dec 17 08:03:03.429 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-17T08:03:05.509Z[ recovery-image] Dec 17 08:03:03.464 INFO O| Dec 17 08:03:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77132024-12-17T08:03:05.509Z[ recovery-image] Dec 17 08:03:03.464 INFO O| Dec 17 08:03:03.464 INFO STEP 1107 (remove_files) COMPLETE
77142024-12-17T08:03:05.509Z[ recovery-image] Dec 17 08:03:03.464 INFO O| Dec 17 08:03:03.464 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-17T08:03:05.532Z[ recovery-image] Dec 17 08:03:03.487 INFO O| Dec 17 08:03:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77162024-12-17T08:03:05.532Z[ recovery-image] Dec 17 08:03:03.487 INFO O| Dec 17 08:03:03.487 INFO STEP 1108 (remove_files) COMPLETE
77172024-12-17T08:03:05.532Z[ recovery-image] Dec 17 08:03:03.487 INFO O| Dec 17 08:03:03.487 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-17T08:03:05.555Z[ recovery-image] Dec 17 08:03:03.510 INFO O| Dec 17 08:03:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77192024-12-17T08:03:05.555Z[ recovery-image] Dec 17 08:03:03.510 INFO O| Dec 17 08:03:03.510 INFO STEP 1109 (remove_files) COMPLETE
77202024-12-17T08:03:05.558Z[ recovery-image] Dec 17 08:03:03.510 INFO O| Dec 17 08:03:03.510 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-17T08:03:05.597Z[ recovery-image] Dec 17 08:03:03.552 INFO O| Dec 17 08:03:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77222024-12-17T08:03:05.600Z[ recovery-image] Dec 17 08:03:03.552 INFO O| Dec 17 08:03:03.552 INFO STEP 1110 (remove_files) COMPLETE
77232024-12-17T08:03:05.600Z[ recovery-image] Dec 17 08:03:03.552 INFO O| Dec 17 08:03:03.552 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-17T08:03:05.618Z[ recovery-image] Dec 17 08:03:03.572 INFO O| Dec 17 08:03:03.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77252024-12-17T08:03:05.620Z[ recovery-image] Dec 17 08:03:03.573 INFO O| Dec 17 08:03:03.572 INFO STEP 1111 (remove_files) COMPLETE
77262024-12-17T08:03:05.620Z[ recovery-image] Dec 17 08:03:03.573 INFO O| Dec 17 08:03:03.572 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-17T08:03:05.637Z[ recovery-image] Dec 17 08:03:03.592 INFO O| Dec 17 08:03:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77282024-12-17T08:03:05.637Z[ recovery-image] Dec 17 08:03:03.592 INFO O| Dec 17 08:03:03.592 INFO STEP 1112 (remove_files) COMPLETE
77292024-12-17T08:03:05.637Z[ recovery-image] Dec 17 08:03:03.592 INFO O| Dec 17 08:03:03.592 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-17T08:03:05.656Z[ recovery-image] Dec 17 08:03:03.611 INFO O| Dec 17 08:03:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77312024-12-17T08:03:05.656Z[ recovery-image] Dec 17 08:03:03.611 INFO O| Dec 17 08:03:03.611 INFO STEP 1113 (remove_files) COMPLETE
77322024-12-17T08:03:05.656Z[ recovery-image] Dec 17 08:03:03.611 INFO O| Dec 17 08:03:03.611 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-17T08:03:05.676Z[ recovery-image] Dec 17 08:03:03.630 INFO O| Dec 17 08:03:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77342024-12-17T08:03:05.676Z[ recovery-image] Dec 17 08:03:03.630 INFO O| Dec 17 08:03:03.630 INFO STEP 1114 (remove_files) COMPLETE
77352024-12-17T08:03:05.676Z[ recovery-image] Dec 17 08:03:03.630 INFO O| Dec 17 08:03:03.630 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-17T08:03:05.694Z[ recovery-image] Dec 17 08:03:03.649 INFO O| Dec 17 08:03:03.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77372024-12-17T08:03:05.697Z[ recovery-image] Dec 17 08:03:03.649 INFO O| Dec 17 08:03:03.649 INFO STEP 1115 (remove_files) COMPLETE
77382024-12-17T08:03:05.697Z[ recovery-image] Dec 17 08:03:03.649 INFO O| Dec 17 08:03:03.649 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-17T08:03:05.715Z[ recovery-image] Dec 17 08:03:03.669 INFO O| Dec 17 08:03:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77402024-12-17T08:03:05.715Z[ recovery-image] Dec 17 08:03:03.670 INFO O| Dec 17 08:03:03.670 INFO STEP 1116 (remove_files) COMPLETE
77412024-12-17T08:03:05.718Z[ recovery-image] Dec 17 08:03:03.670 INFO O| Dec 17 08:03:03.670 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-17T08:03:05.735Z[ recovery-image] Dec 17 08:03:03.689 INFO O| Dec 17 08:03:03.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77432024-12-17T08:03:05.738Z[ recovery-image] Dec 17 08:03:03.690 INFO O| Dec 17 08:03:03.689 INFO STEP 1117 (remove_files) COMPLETE
77442024-12-17T08:03:05.738Z[ recovery-image] Dec 17 08:03:03.690 INFO O| Dec 17 08:03:03.690 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-17T08:03:05.764Z[ recovery-image] Dec 17 08:03:03.718 INFO O| Dec 17 08:03:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77462024-12-17T08:03:05.764Z[ recovery-image] Dec 17 08:03:03.718 INFO O| Dec 17 08:03:03.718 INFO STEP 1118 (remove_files) COMPLETE
77472024-12-17T08:03:05.764Z[ recovery-image] Dec 17 08:03:03.718 INFO O| Dec 17 08:03:03.718 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-17T08:03:05.820Z[ recovery-image] Dec 17 08:03:03.775 INFO O| Dec 17 08:03:03.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77492024-12-17T08:03:05.820Z[ recovery-image] Dec 17 08:03:03.775 INFO O| Dec 17 08:03:03.775 INFO STEP 1119 (remove_files) COMPLETE
77502024-12-17T08:03:05.823Z[ recovery-image] Dec 17 08:03:03.775 INFO O| Dec 17 08:03:03.775 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-17T08:03:05.839Z[ recovery-image] Dec 17 08:03:03.794 INFO O| Dec 17 08:03:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77522024-12-17T08:03:05.839Z[ recovery-image] Dec 17 08:03:03.794 INFO O| Dec 17 08:03:03.794 INFO STEP 1120 (remove_files) COMPLETE
77532024-12-17T08:03:05.839Z[ recovery-image] Dec 17 08:03:03.794 INFO O| Dec 17 08:03:03.794 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-17T08:03:05.858Z[ recovery-image] Dec 17 08:03:03.812 INFO O| Dec 17 08:03:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77552024-12-17T08:03:05.858Z[ recovery-image] Dec 17 08:03:03.812 INFO O| Dec 17 08:03:03.812 INFO STEP 1121 (remove_files) COMPLETE
77562024-12-17T08:03:05.858Z[ recovery-image] Dec 17 08:03:03.812 INFO O| Dec 17 08:03:03.812 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-17T08:03:05.876Z[ recovery-image] Dec 17 08:03:03.831 INFO O| Dec 17 08:03:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77582024-12-17T08:03:05.877Z[ recovery-image] Dec 17 08:03:03.831 INFO O| Dec 17 08:03:03.831 INFO STEP 1122 (remove_files) COMPLETE
77592024-12-17T08:03:05.877Z[ recovery-image] Dec 17 08:03:03.831 INFO O| Dec 17 08:03:03.831 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-17T08:03:05.896Z[ recovery-image] Dec 17 08:03:03.850 INFO O| Dec 17 08:03:03.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77612024-12-17T08:03:05.896Z[ recovery-image] Dec 17 08:03:03.850 INFO O| Dec 17 08:03:03.850 INFO STEP 1123 (remove_files) COMPLETE
77622024-12-17T08:03:05.898Z[ recovery-image] Dec 17 08:03:03.850 INFO O| Dec 17 08:03:03.850 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-17T08:03:05.934Z[ recovery-image] Dec 17 08:03:03.888 INFO O| Dec 17 08:03:03.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77642024-12-17T08:03:05.937Z[ recovery-image] Dec 17 08:03:03.889 INFO O| Dec 17 08:03:03.889 INFO STEP 1124 (remove_files) COMPLETE
77652024-12-17T08:03:05.937Z[ recovery-image] Dec 17 08:03:03.889 INFO O| Dec 17 08:03:03.889 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-17T08:03:05.975Z[ recovery-image] Dec 17 08:03:03.930 INFO O| Dec 17 08:03:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77672024-12-17T08:03:05.975Z[ recovery-image] Dec 17 08:03:03.930 INFO O| Dec 17 08:03:03.930 INFO STEP 1125 (remove_files) COMPLETE
77682024-12-17T08:03:05.975Z[ recovery-image] Dec 17 08:03:03.930 INFO O| Dec 17 08:03:03.930 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-17T08:03:06.025Z[ recovery-image] Dec 17 08:03:03.980 INFO O| Dec 17 08:03:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77702024-12-17T08:03:06.025Z[ recovery-image] Dec 17 08:03:03.980 INFO O| Dec 17 08:03:03.980 INFO STEP 1126 (remove_files) COMPLETE
77712024-12-17T08:03:06.025Z[ recovery-image] Dec 17 08:03:03.980 INFO O| Dec 17 08:03:03.980 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-17T08:03:06.044Z[ recovery-image] Dec 17 08:03:03.999 INFO O| Dec 17 08:03:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77732024-12-17T08:03:06.044Z[ recovery-image] Dec 17 08:03:03.999 INFO O| Dec 17 08:03:03.999 INFO STEP 1127 (remove_files) COMPLETE
77742024-12-17T08:03:06.048Z[ recovery-image] Dec 17 08:03:03.999 INFO O| Dec 17 08:03:03.999 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-17T08:03:06.074Z[ recovery-image] Dec 17 08:03:04.029 INFO O| Dec 17 08:03:04.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77762024-12-17T08:03:06.074Z[ recovery-image] Dec 17 08:03:04.029 INFO O| Dec 17 08:03:04.029 INFO STEP 1128 (remove_files) COMPLETE
77772024-12-17T08:03:06.074Z[ recovery-image] Dec 17 08:03:04.029 INFO O| Dec 17 08:03:04.029 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-17T08:03:06.128Z[ recovery-image] Dec 17 08:03:04.083 INFO O| Dec 17 08:03:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77792024-12-17T08:03:06.128Z[ recovery-image] Dec 17 08:03:04.083 INFO O| Dec 17 08:03:04.083 INFO STEP 1129 (remove_files) COMPLETE
77802024-12-17T08:03:06.129Z[ recovery-image] Dec 17 08:03:04.083 INFO O| Dec 17 08:03:04.083 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-17T08:03:06.147Z[ recovery-image] Dec 17 08:03:04.102 INFO O| Dec 17 08:03:04.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77822024-12-17T08:03:06.147Z[ recovery-image] Dec 17 08:03:04.102 INFO O| Dec 17 08:03:04.102 INFO STEP 1130 (remove_files) COMPLETE
77832024-12-17T08:03:06.147Z[ recovery-image] Dec 17 08:03:04.102 INFO O| Dec 17 08:03:04.102 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-17T08:03:06.166Z[ recovery-image] Dec 17 08:03:04.121 INFO O| Dec 17 08:03:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77852024-12-17T08:03:06.175Z[ recovery-image] Dec 17 08:03:04.130 INFO O| Dec 17 08:03:04.130 INFO STEP 1131 (remove_files) COMPLETE
77862024-12-17T08:03:06.175Z[ recovery-image] Dec 17 08:03:04.130 INFO O| Dec 17 08:03:04.130 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-17T08:03:06.195Z[ recovery-image] Dec 17 08:03:04.150 INFO O| Dec 17 08:03:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77882024-12-17T08:03:06.195Z[ recovery-image] Dec 17 08:03:04.150 INFO O| Dec 17 08:03:04.150 INFO STEP 1132 (remove_files) COMPLETE
77892024-12-17T08:03:06.198Z[ recovery-image] Dec 17 08:03:04.150 INFO O| Dec 17 08:03:04.150 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-17T08:03:06.216Z[ recovery-image] Dec 17 08:03:04.171 INFO O| Dec 17 08:03:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77912024-12-17T08:03:06.216Z[ recovery-image] Dec 17 08:03:04.171 INFO O| Dec 17 08:03:04.171 INFO STEP 1133 (remove_files) COMPLETE
77922024-12-17T08:03:06.219Z[ recovery-image] Dec 17 08:03:04.171 INFO O| Dec 17 08:03:04.171 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-17T08:03:06.248Z[ recovery-image] Dec 17 08:03:04.202 INFO O| Dec 17 08:03:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77942024-12-17T08:03:06.248Z[ recovery-image] Dec 17 08:03:04.202 INFO O| Dec 17 08:03:04.202 INFO STEP 1134 (remove_files) COMPLETE
77952024-12-17T08:03:06.248Z[ recovery-image] Dec 17 08:03:04.202 INFO O| Dec 17 08:03:04.202 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-17T08:03:06.341Z[ recovery-image] Dec 17 08:03:04.296 INFO O| Dec 17 08:03:04.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77972024-12-17T08:03:06.344Z[ recovery-image] Dec 17 08:03:04.296 INFO O| Dec 17 08:03:04.296 INFO STEP 1135 (remove_files) COMPLETE
77982024-12-17T08:03:06.344Z[ recovery-image] Dec 17 08:03:04.296 INFO O| Dec 17 08:03:04.296 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-17T08:03:06.362Z[ recovery-image] Dec 17 08:03:04.317 INFO O| Dec 17 08:03:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78002024-12-17T08:03:06.365Z[ recovery-image] Dec 17 08:03:04.317 INFO O| Dec 17 08:03:04.317 INFO STEP 1136 (remove_files) COMPLETE
78012024-12-17T08:03:06.366Z[ recovery-image] Dec 17 08:03:04.317 INFO O| Dec 17 08:03:04.317 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-17T08:03:06.381Z[ recovery-image] Dec 17 08:03:04.336 INFO O| Dec 17 08:03:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78032024-12-17T08:03:06.385Z[ recovery-image] Dec 17 08:03:04.336 INFO O| Dec 17 08:03:04.336 INFO STEP 1137 (remove_files) COMPLETE
78042024-12-17T08:03:06.385Z[ recovery-image] Dec 17 08:03:04.336 INFO O| Dec 17 08:03:04.336 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-17T08:03:06.403Z[ recovery-image] Dec 17 08:03:04.358 INFO O| Dec 17 08:03:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78062024-12-17T08:03:06.403Z[ recovery-image] Dec 17 08:03:04.358 INFO O| Dec 17 08:03:04.358 INFO STEP 1138 (remove_files) COMPLETE
78072024-12-17T08:03:06.403Z[ recovery-image] Dec 17 08:03:04.358 INFO O| Dec 17 08:03:04.358 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-17T08:03:06.419Z[ recovery-image] Dec 17 08:03:04.374 INFO O| Dec 17 08:03:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78092024-12-17T08:03:06.419Z[ recovery-image] Dec 17 08:03:04.374 INFO O| Dec 17 08:03:04.374 INFO STEP 1139 (remove_files) COMPLETE
78102024-12-17T08:03:06.420Z[ recovery-image] Dec 17 08:03:04.374 INFO O| Dec 17 08:03:04.374 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-17T08:03:06.453Z[ recovery-image] Dec 17 08:03:04.407 INFO O| Dec 17 08:03:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78122024-12-17T08:03:06.454Z[ recovery-image] Dec 17 08:03:04.408 INFO O| Dec 17 08:03:04.407 INFO STEP 1140 (remove_files) COMPLETE
78132024-12-17T08:03:06.454Z[ recovery-image] Dec 17 08:03:04.408 INFO O| Dec 17 08:03:04.408 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-17T08:03:06.472Z[ recovery-image] Dec 17 08:03:04.426 INFO O| Dec 17 08:03:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78152024-12-17T08:03:06.472Z[ recovery-image] Dec 17 08:03:04.426 INFO O| Dec 17 08:03:04.426 INFO STEP 1141 (remove_files) COMPLETE
78162024-12-17T08:03:06.472Z[ recovery-image] Dec 17 08:03:04.426 INFO O| Dec 17 08:03:04.426 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-17T08:03:06.489Z[ recovery-image] Dec 17 08:03:04.444 INFO O| Dec 17 08:03:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78182024-12-17T08:03:06.489Z[ recovery-image] Dec 17 08:03:04.444 INFO O| Dec 17 08:03:04.444 INFO STEP 1142 (remove_files) COMPLETE
78192024-12-17T08:03:06.489Z[ recovery-image] Dec 17 08:03:04.444 INFO O| Dec 17 08:03:04.444 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-17T08:03:06.508Z[ recovery-image] Dec 17 08:03:04.463 INFO O| Dec 17 08:03:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78212024-12-17T08:03:06.508Z[ recovery-image] Dec 17 08:03:04.463 INFO O| Dec 17 08:03:04.463 INFO STEP 1143 (remove_files) COMPLETE
78222024-12-17T08:03:06.508Z[ recovery-image] Dec 17 08:03:04.463 INFO O| Dec 17 08:03:04.463 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-17T08:03:06.537Z[ recovery-image] Dec 17 08:03:04.491 INFO O| Dec 17 08:03:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78242024-12-17T08:03:06.537Z[ recovery-image] Dec 17 08:03:04.491 INFO O| Dec 17 08:03:04.491 INFO STEP 1144 (remove_files) COMPLETE
78252024-12-17T08:03:06.537Z[ recovery-image] Dec 17 08:03:04.491 INFO O| Dec 17 08:03:04.491 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-17T08:03:06.564Z[ recovery-image] Dec 17 08:03:04.518 INFO O| Dec 17 08:03:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78272024-12-17T08:03:06.567Z[ recovery-image] Dec 17 08:03:04.518 INFO O| Dec 17 08:03:04.518 INFO STEP 1145 (remove_files) COMPLETE
78282024-12-17T08:03:06.567Z[ recovery-image] Dec 17 08:03:04.518 INFO O| Dec 17 08:03:04.518 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-17T08:03:06.581Z[ recovery-image] Dec 17 08:03:04.536 INFO O| Dec 17 08:03:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78302024-12-17T08:03:06.583Z[ recovery-image] Dec 17 08:03:04.536 INFO O| Dec 17 08:03:04.536 INFO STEP 1146 (remove_files) COMPLETE
78312024-12-17T08:03:06.583Z[ recovery-image] Dec 17 08:03:04.536 INFO O| Dec 17 08:03:04.536 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-17T08:03:06.618Z[ recovery-image] Dec 17 08:03:04.573 INFO O| Dec 17 08:03:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78332024-12-17T08:03:06.618Z[ recovery-image] Dec 17 08:03:04.573 INFO O| Dec 17 08:03:04.573 INFO STEP 1147 (remove_files) COMPLETE
78342024-12-17T08:03:06.621Z[ recovery-image] Dec 17 08:03:04.573 INFO O| Dec 17 08:03:04.573 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-17T08:03:06.639Z[ recovery-image] Dec 17 08:03:04.593 INFO O| Dec 17 08:03:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78362024-12-17T08:03:06.639Z[ recovery-image] Dec 17 08:03:04.593 INFO O| Dec 17 08:03:04.593 INFO STEP 1148 (remove_files) COMPLETE
78372024-12-17T08:03:06.639Z[ recovery-image] Dec 17 08:03:04.593 INFO O| Dec 17 08:03:04.593 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-17T08:03:06.663Z[ recovery-image] Dec 17 08:03:04.618 INFO O| Dec 17 08:03:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78392024-12-17T08:03:06.664Z[ recovery-image] Dec 17 08:03:04.618 INFO O| Dec 17 08:03:04.618 INFO STEP 1149 (remove_files) COMPLETE
78402024-12-17T08:03:06.666Z[ recovery-image] Dec 17 08:03:04.618 INFO O| Dec 17 08:03:04.618 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-17T08:03:06.700Z[ recovery-image] Dec 17 08:03:04.654 INFO O| Dec 17 08:03:04.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78422024-12-17T08:03:06.725Z[ recovery-image] Dec 17 08:03:04.680 INFO O| Dec 17 08:03:04.680 INFO STEP 1150 (remove_files) COMPLETE
78432024-12-17T08:03:06.725Z[ recovery-image] Dec 17 08:03:04.680 INFO O| Dec 17 08:03:04.680 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-17T08:03:06.745Z[ recovery-image] Dec 17 08:03:04.699 INFO O| Dec 17 08:03:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78452024-12-17T08:03:06.745Z[ recovery-image] Dec 17 08:03:04.700 INFO O| Dec 17 08:03:04.699 INFO STEP 1151 (remove_files) COMPLETE
78462024-12-17T08:03:06.745Z[ recovery-image] Dec 17 08:03:04.700 INFO O| Dec 17 08:03:04.700 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-17T08:03:06.782Z[ recovery-image] Dec 17 08:03:04.736 INFO O| Dec 17 08:03:04.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78482024-12-17T08:03:06.784Z[ recovery-image] Dec 17 08:03:04.737 INFO O| Dec 17 08:03:04.737 INFO STEP 1152 (remove_files) COMPLETE
78492024-12-17T08:03:06.785Z[ recovery-image] Dec 17 08:03:04.737 INFO O| Dec 17 08:03:04.737 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-17T08:03:06.804Z[ recovery-image] Dec 17 08:03:04.758 INFO O| Dec 17 08:03:04.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78512024-12-17T08:03:06.804Z[ recovery-image] Dec 17 08:03:04.758 INFO O| Dec 17 08:03:04.758 INFO STEP 1153 (remove_files) COMPLETE
78522024-12-17T08:03:06.804Z[ recovery-image] Dec 17 08:03:04.758 INFO O| Dec 17 08:03:04.758 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-17T08:03:06.822Z[ recovery-image] Dec 17 08:03:04.776 INFO O| Dec 17 08:03:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78542024-12-17T08:03:06.822Z[ recovery-image] Dec 17 08:03:04.776 INFO O| Dec 17 08:03:04.776 INFO STEP 1154 (remove_files) COMPLETE
78552024-12-17T08:03:06.822Z[ recovery-image] Dec 17 08:03:04.776 INFO O| Dec 17 08:03:04.776 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-17T08:03:06.852Z[ recovery-image] Dec 17 08:03:04.806 INFO O| Dec 17 08:03:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78572024-12-17T08:03:06.852Z[ recovery-image] Dec 17 08:03:04.806 INFO O| Dec 17 08:03:04.806 INFO STEP 1155 (remove_files) COMPLETE
78582024-12-17T08:03:06.854Z[ recovery-image] Dec 17 08:03:04.806 INFO O| Dec 17 08:03:04.806 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-17T08:03:06.874Z[ recovery-image] Dec 17 08:03:04.829 INFO O| Dec 17 08:03:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78602024-12-17T08:03:06.875Z[ recovery-image] Dec 17 08:03:04.829 INFO O| Dec 17 08:03:04.829 INFO STEP 1156 (remove_files) COMPLETE
78612024-12-17T08:03:06.877Z[ recovery-image] Dec 17 08:03:04.829 INFO O| Dec 17 08:03:04.829 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-17T08:03:06.895Z[ recovery-image] Dec 17 08:03:04.850 INFO O| Dec 17 08:03:04.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78632024-12-17T08:03:06.895Z[ recovery-image] Dec 17 08:03:04.850 INFO O| Dec 17 08:03:04.850 INFO STEP 1157 (remove_files) COMPLETE
78642024-12-17T08:03:06.898Z[ recovery-image] Dec 17 08:03:04.850 INFO O| Dec 17 08:03:04.850 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-17T08:03:06.931Z[ recovery-image] Dec 17 08:03:04.885 INFO O| Dec 17 08:03:04.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78662024-12-17T08:03:06.931Z[ recovery-image] Dec 17 08:03:04.885 INFO O| Dec 17 08:03:04.885 INFO STEP 1158 (remove_files) COMPLETE
78672024-12-17T08:03:06.931Z[ recovery-image] Dec 17 08:03:04.885 INFO O| Dec 17 08:03:04.885 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-17T08:03:06.970Z[ recovery-image] Dec 17 08:03:04.924 INFO O| Dec 17 08:03:04.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78692024-12-17T08:03:06.970Z[ recovery-image] Dec 17 08:03:04.924 INFO O| Dec 17 08:03:04.924 INFO STEP 1159 (remove_files) COMPLETE
78702024-12-17T08:03:06.970Z[ recovery-image] Dec 17 08:03:04.924 INFO O| Dec 17 08:03:04.924 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-17T08:03:06.988Z[ recovery-image] Dec 17 08:03:04.942 INFO O| Dec 17 08:03:04.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78722024-12-17T08:03:06.988Z[ recovery-image] Dec 17 08:03:04.942 INFO O| Dec 17 08:03:04.942 INFO STEP 1160 (remove_files) COMPLETE
78732024-12-17T08:03:06.988Z[ recovery-image] Dec 17 08:03:04.942 INFO O| Dec 17 08:03:04.942 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-17T08:03:07.021Z[ recovery-image] Dec 17 08:03:04.975 INFO O| Dec 17 08:03:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78752024-12-17T08:03:07.021Z[ recovery-image] Dec 17 08:03:04.975 INFO O| Dec 17 08:03:04.975 INFO STEP 1161 (remove_files) COMPLETE
78762024-12-17T08:03:07.021Z[ recovery-image] Dec 17 08:03:04.975 INFO O| Dec 17 08:03:04.975 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-17T08:03:07.042Z[ recovery-image] Dec 17 08:03:04.995 INFO O| Dec 17 08:03:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78782024-12-17T08:03:07.042Z[ recovery-image] Dec 17 08:03:04.996 INFO O| Dec 17 08:03:04.996 INFO STEP 1162 (remove_files) COMPLETE
78792024-12-17T08:03:07.042Z[ recovery-image] Dec 17 08:03:04.996 INFO O| Dec 17 08:03:04.996 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-17T08:03:07.062Z[ recovery-image] Dec 17 08:03:05.015 INFO O| Dec 17 08:03:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78812024-12-17T08:03:07.062Z[ recovery-image] Dec 17 08:03:05.015 INFO O| Dec 17 08:03:05.015 INFO STEP 1163 (remove_files) COMPLETE
78822024-12-17T08:03:07.062Z[ recovery-image] Dec 17 08:03:05.015 INFO O| Dec 17 08:03:05.015 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-17T08:03:07.126Z[ recovery-image] Dec 17 08:03:05.080 INFO O| Dec 17 08:03:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78842024-12-17T08:03:07.129Z[ recovery-image] Dec 17 08:03:05.081 INFO O| Dec 17 08:03:05.080 INFO STEP 1164 (remove_files) COMPLETE
78852024-12-17T08:03:07.129Z[ recovery-image] Dec 17 08:03:05.081 INFO O| Dec 17 08:03:05.081 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-17T08:03:07.178Z[ recovery-image] Dec 17 08:03:05.133 INFO O| Dec 17 08:03:05.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78872024-12-17T08:03:07.179Z[ recovery-image] Dec 17 08:03:05.133 INFO O| Dec 17 08:03:05.133 INFO STEP 1165 (remove_files) COMPLETE
78882024-12-17T08:03:07.179Z[ recovery-image] Dec 17 08:03:05.133 INFO O| Dec 17 08:03:05.133 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-17T08:03:07.197Z[ recovery-image] Dec 17 08:03:05.151 INFO O| Dec 17 08:03:05.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78902024-12-17T08:03:07.197Z[ recovery-image] Dec 17 08:03:05.151 INFO O| Dec 17 08:03:05.151 INFO STEP 1166 (remove_files) COMPLETE
78912024-12-17T08:03:07.197Z[ recovery-image] Dec 17 08:03:05.151 INFO O| Dec 17 08:03:05.151 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-17T08:03:07.240Z[ recovery-image] Dec 17 08:03:05.193 INFO O| Dec 17 08:03:05.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78932024-12-17T08:03:07.240Z[ recovery-image] Dec 17 08:03:05.193 INFO O| Dec 17 08:03:05.193 INFO STEP 1167 (remove_files) COMPLETE
78942024-12-17T08:03:07.240Z[ recovery-image] Dec 17 08:03:05.193 INFO O| Dec 17 08:03:05.193 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-17T08:03:07.277Z[ recovery-image] Dec 17 08:03:05.232 INFO O| Dec 17 08:03:05.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78962024-12-17T08:03:07.277Z[ recovery-image] Dec 17 08:03:05.232 INFO O| Dec 17 08:03:05.232 INFO STEP 1168 (remove_files) COMPLETE
78972024-12-17T08:03:07.277Z[ recovery-image] Dec 17 08:03:05.232 INFO O| Dec 17 08:03:05.232 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-17T08:03:07.338Z[ recovery-image] Dec 17 08:03:05.291 INFO O| Dec 17 08:03:05.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78992024-12-17T08:03:07.338Z[ recovery-image] Dec 17 08:03:05.291 INFO O| Dec 17 08:03:05.291 INFO STEP 1169 (remove_files) COMPLETE
79002024-12-17T08:03:07.338Z[ recovery-image] Dec 17 08:03:05.291 INFO O| Dec 17 08:03:05.291 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-17T08:03:07.360Z[ recovery-image] Dec 17 08:03:05.313 INFO O| Dec 17 08:03:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79022024-12-17T08:03:07.360Z[ recovery-image] Dec 17 08:03:05.313 INFO O| Dec 17 08:03:05.313 INFO STEP 1170 (remove_files) COMPLETE
79032024-12-17T08:03:07.360Z[ recovery-image] Dec 17 08:03:05.313 INFO O| Dec 17 08:03:05.313 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-17T08:03:07.417Z[ recovery-image] Dec 17 08:03:05.371 INFO O| Dec 17 08:03:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79052024-12-17T08:03:07.417Z[ recovery-image] Dec 17 08:03:05.371 INFO O| Dec 17 08:03:05.371 INFO STEP 1171 (remove_files) COMPLETE
79062024-12-17T08:03:07.417Z[ recovery-image] Dec 17 08:03:05.371 INFO O| Dec 17 08:03:05.371 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-17T08:03:07.437Z[ recovery-image] Dec 17 08:03:05.391 INFO O| Dec 17 08:03:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79082024-12-17T08:03:07.439Z[ recovery-image] Dec 17 08:03:05.391 INFO O| Dec 17 08:03:05.391 INFO STEP 1172 (remove_files) COMPLETE
79092024-12-17T08:03:07.439Z[ recovery-image] Dec 17 08:03:05.392 INFO O| Dec 17 08:03:05.391 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-17T08:03:07.481Z[ recovery-image] Dec 17 08:03:05.435 INFO O| Dec 17 08:03:05.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79112024-12-17T08:03:07.484Z[ recovery-image] Dec 17 08:03:05.436 INFO O| Dec 17 08:03:05.436 INFO STEP 1173 (remove_files) COMPLETE
79122024-12-17T08:03:07.484Z[ recovery-image] Dec 17 08:03:05.436 INFO O| Dec 17 08:03:05.436 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-17T08:03:07.515Z[ recovery-image] Dec 17 08:03:05.470 INFO O| Dec 17 08:03:05.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79142024-12-17T08:03:07.516Z[ recovery-image] Dec 17 08:03:05.470 INFO O| Dec 17 08:03:05.470 INFO STEP 1174 (remove_files) COMPLETE
79152024-12-17T08:03:07.516Z[ recovery-image] Dec 17 08:03:05.470 INFO O| Dec 17 08:03:05.470 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-17T08:03:07.537Z[ recovery-image] Dec 17 08:03:05.492 INFO O| Dec 17 08:03:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79172024-12-17T08:03:07.537Z[ recovery-image] Dec 17 08:03:05.492 INFO O| Dec 17 08:03:05.492 INFO STEP 1175 (remove_files) COMPLETE
79182024-12-17T08:03:07.537Z[ recovery-image] Dec 17 08:03:05.492 INFO O| Dec 17 08:03:05.492 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-17T08:03:07.568Z[ recovery-image] Dec 17 08:03:05.522 INFO O| Dec 17 08:03:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79202024-12-17T08:03:07.571Z[ recovery-image] Dec 17 08:03:05.523 INFO O| Dec 17 08:03:05.522 INFO STEP 1176 (remove_files) COMPLETE
79212024-12-17T08:03:07.571Z[ recovery-image] Dec 17 08:03:05.523 INFO O| Dec 17 08:03:05.523 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-17T08:03:07.590Z[ recovery-image] Dec 17 08:03:05.544 INFO O| Dec 17 08:03:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79232024-12-17T08:03:07.592Z[ recovery-image] Dec 17 08:03:05.544 INFO O| Dec 17 08:03:05.544 INFO STEP 1177 (remove_files) COMPLETE
79242024-12-17T08:03:07.592Z[ recovery-image] Dec 17 08:03:05.544 INFO O| Dec 17 08:03:05.544 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-17T08:03:07.611Z[ recovery-image] Dec 17 08:03:05.564 INFO O| Dec 17 08:03:05.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79262024-12-17T08:03:07.611Z[ recovery-image] Dec 17 08:03:05.564 INFO O| Dec 17 08:03:05.564 INFO STEP 1178 (remove_files) COMPLETE
79272024-12-17T08:03:07.611Z[ recovery-image] Dec 17 08:03:05.564 INFO O| Dec 17 08:03:05.564 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-17T08:03:07.630Z[ recovery-image] Dec 17 08:03:05.585 INFO O| Dec 17 08:03:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79292024-12-17T08:03:07.630Z[ recovery-image] Dec 17 08:03:05.585 INFO O| Dec 17 08:03:05.585 INFO STEP 1179 (remove_files) COMPLETE
79302024-12-17T08:03:07.631Z[ recovery-image] Dec 17 08:03:05.585 INFO O| Dec 17 08:03:05.585 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-17T08:03:07.700Z[ recovery-image] Dec 17 08:03:05.654 INFO O| Dec 17 08:03:05.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79322024-12-17T08:03:07.700Z[ recovery-image] Dec 17 08:03:05.655 INFO O| Dec 17 08:03:05.655 INFO STEP 1180 (remove_files) COMPLETE
79332024-12-17T08:03:07.700Z[ recovery-image] Dec 17 08:03:05.655 INFO O| Dec 17 08:03:05.655 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-17T08:03:07.721Z[ recovery-image] Dec 17 08:03:05.676 INFO O| Dec 17 08:03:05.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79352024-12-17T08:03:07.721Z[ recovery-image] Dec 17 08:03:05.676 INFO O| Dec 17 08:03:05.676 INFO STEP 1181 (remove_files) COMPLETE
79362024-12-17T08:03:07.721Z[ recovery-image] Dec 17 08:03:05.676 INFO O| Dec 17 08:03:05.676 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-17T08:03:07.758Z[ recovery-image] Dec 17 08:03:05.712 INFO O| Dec 17 08:03:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79382024-12-17T08:03:07.761Z[ recovery-image] Dec 17 08:03:05.713 INFO O| Dec 17 08:03:05.713 INFO STEP 1182 (remove_files) COMPLETE
79392024-12-17T08:03:07.761Z[ recovery-image] Dec 17 08:03:05.713 INFO O| Dec 17 08:03:05.713 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-17T08:03:07.777Z[ recovery-image] Dec 17 08:03:05.732 INFO O| Dec 17 08:03:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79412024-12-17T08:03:07.780Z[ recovery-image] Dec 17 08:03:05.732 INFO O| Dec 17 08:03:05.732 INFO STEP 1183 (remove_files) COMPLETE
79422024-12-17T08:03:07.780Z[ recovery-image] Dec 17 08:03:05.732 INFO O| Dec 17 08:03:05.732 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-17T08:03:07.813Z[ recovery-image] Dec 17 08:03:05.766 INFO O| Dec 17 08:03:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79442024-12-17T08:03:07.815Z[ recovery-image] Dec 17 08:03:05.766 INFO O| Dec 17 08:03:05.766 INFO STEP 1184 (remove_files) COMPLETE
79452024-12-17T08:03:07.815Z[ recovery-image] Dec 17 08:03:05.766 INFO O| Dec 17 08:03:05.766 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-17T08:03:07.847Z[ recovery-image] Dec 17 08:03:05.801 INFO O| Dec 17 08:03:05.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79472024-12-17T08:03:07.847Z[ recovery-image] Dec 17 08:03:05.801 INFO O| Dec 17 08:03:05.801 INFO STEP 1185 (remove_files) COMPLETE
79482024-12-17T08:03:07.850Z[ recovery-image] Dec 17 08:03:05.801 INFO O| Dec 17 08:03:05.801 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-17T08:03:07.880Z[ recovery-image] Dec 17 08:03:05.834 INFO O| Dec 17 08:03:05.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79502024-12-17T08:03:07.880Z[ recovery-image] Dec 17 08:03:05.834 INFO O| Dec 17 08:03:05.834 INFO STEP 1186 (remove_files) COMPLETE
79512024-12-17T08:03:07.887Z[ recovery-image] Dec 17 08:03:05.835 INFO O| Dec 17 08:03:05.834 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-17T08:03:07.897Z[ recovery-image] Dec 17 08:03:05.851 INFO O| Dec 17 08:03:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79532024-12-17T08:03:07.897Z[ recovery-image] Dec 17 08:03:05.851 INFO O| Dec 17 08:03:05.851 INFO STEP 1187 (remove_files) COMPLETE
79542024-12-17T08:03:07.899Z[ recovery-image] Dec 17 08:03:05.851 INFO O| Dec 17 08:03:05.851 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-17T08:03:07.938Z[ recovery-image] Dec 17 08:03:05.892 INFO O| Dec 17 08:03:05.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79562024-12-17T08:03:07.938Z[ recovery-image] Dec 17 08:03:05.892 INFO O| Dec 17 08:03:05.892 INFO STEP 1188 (remove_files) COMPLETE
79572024-12-17T08:03:07.945Z[ recovery-image] Dec 17 08:03:05.892 INFO O| Dec 17 08:03:05.892 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-17T08:03:07.994Z[ recovery-image] Dec 17 08:03:05.949 INFO O| Dec 17 08:03:05.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79592024-12-17T08:03:07.994Z[ recovery-image] Dec 17 08:03:05.949 INFO O| Dec 17 08:03:05.949 INFO STEP 1189 (remove_files) COMPLETE
79602024-12-17T08:03:07.997Z[ recovery-image] Dec 17 08:03:05.949 INFO O| Dec 17 08:03:05.949 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-17T08:03:08.041Z[ recovery-image] Dec 17 08:03:05.995 INFO O| Dec 17 08:03:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79622024-12-17T08:03:08.041Z[ recovery-image] Dec 17 08:03:05.995 INFO O| Dec 17 08:03:05.995 INFO STEP 1190 (remove_files) COMPLETE
79632024-12-17T08:03:08.041Z[ recovery-image] Dec 17 08:03:05.995 INFO O| Dec 17 08:03:05.995 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-17T08:03:08.090Z[ recovery-image] Dec 17 08:03:06.043 INFO O| Dec 17 08:03:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79652024-12-17T08:03:08.090Z[ recovery-image] Dec 17 08:03:06.044 INFO O| Dec 17 08:03:06.044 INFO STEP 1191 (remove_files) COMPLETE
79662024-12-17T08:03:08.090Z[ recovery-image] Dec 17 08:03:06.044 INFO O| Dec 17 08:03:06.044 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-17T08:03:08.148Z[ recovery-image] Dec 17 08:03:06.101 INFO O| Dec 17 08:03:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79682024-12-17T08:03:08.148Z[ recovery-image] Dec 17 08:03:06.102 INFO O| Dec 17 08:03:06.102 INFO STEP 1192 (remove_files) COMPLETE
79692024-12-17T08:03:08.148Z[ recovery-image] Dec 17 08:03:06.102 INFO O| Dec 17 08:03:06.102 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-17T08:03:08.165Z[ recovery-image] Dec 17 08:03:06.119 INFO O| Dec 17 08:03:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79712024-12-17T08:03:08.165Z[ recovery-image] Dec 17 08:03:06.119 INFO O| Dec 17 08:03:06.119 INFO STEP 1193 (remove_files) COMPLETE
79722024-12-17T08:03:08.165Z[ recovery-image] Dec 17 08:03:06.119 INFO O| Dec 17 08:03:06.119 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-17T08:03:08.192Z[ recovery-image] Dec 17 08:03:06.146 INFO O| Dec 17 08:03:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79742024-12-17T08:03:08.192Z[ recovery-image] Dec 17 08:03:06.146 INFO O| Dec 17 08:03:06.146 INFO STEP 1194 (remove_files) COMPLETE
79752024-12-17T08:03:08.192Z[ recovery-image] Dec 17 08:03:06.146 INFO O| Dec 17 08:03:06.146 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-17T08:03:08.212Z[ recovery-image] Dec 17 08:03:06.166 INFO O| Dec 17 08:03:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79772024-12-17T08:03:08.212Z[ recovery-image] Dec 17 08:03:06.166 INFO O| Dec 17 08:03:06.166 INFO STEP 1195 (remove_files) COMPLETE
79782024-12-17T08:03:08.212Z[ recovery-image] Dec 17 08:03:06.166 INFO O| Dec 17 08:03:06.166 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-17T08:03:08.234Z[ recovery-image] Dec 17 08:03:06.189 INFO O| Dec 17 08:03:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79802024-12-17T08:03:08.235Z[ recovery-image] Dec 17 08:03:06.189 INFO O| Dec 17 08:03:06.189 INFO STEP 1196 (remove_files) COMPLETE
79812024-12-17T08:03:08.237Z[ recovery-image] Dec 17 08:03:06.189 INFO O| Dec 17 08:03:06.189 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-17T08:03:08.256Z[ recovery-image] Dec 17 08:03:06.210 INFO O| Dec 17 08:03:06.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79832024-12-17T08:03:08.256Z[ recovery-image] Dec 17 08:03:06.210 INFO O| Dec 17 08:03:06.210 INFO STEP 1197 (remove_files) COMPLETE
79842024-12-17T08:03:08.256Z[ recovery-image] Dec 17 08:03:06.210 INFO O| Dec 17 08:03:06.210 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-17T08:03:08.316Z[ recovery-image] Dec 17 08:03:06.270 INFO O| Dec 17 08:03:06.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79862024-12-17T08:03:08.316Z[ recovery-image] Dec 17 08:03:06.270 INFO O| Dec 17 08:03:06.270 INFO STEP 1198 (remove_files) COMPLETE
79872024-12-17T08:03:08.316Z[ recovery-image] Dec 17 08:03:06.271 INFO O| Dec 17 08:03:06.270 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-17T08:03:08.335Z[ recovery-image] Dec 17 08:03:06.289 INFO O| Dec 17 08:03:06.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79892024-12-17T08:03:08.335Z[ recovery-image] Dec 17 08:03:06.289 INFO O| Dec 17 08:03:06.289 INFO STEP 1199 (remove_files) COMPLETE
79902024-12-17T08:03:08.335Z[ recovery-image] Dec 17 08:03:06.289 INFO O| Dec 17 08:03:06.289 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-17T08:03:08.372Z[ recovery-image] Dec 17 08:03:06.326 INFO O| Dec 17 08:03:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79922024-12-17T08:03:08.372Z[ recovery-image] Dec 17 08:03:06.326 INFO O| Dec 17 08:03:06.326 INFO STEP 1200 (remove_files) COMPLETE
79932024-12-17T08:03:08.372Z[ recovery-image] Dec 17 08:03:06.326 INFO O| Dec 17 08:03:06.326 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-17T08:03:08.392Z[ recovery-image] Dec 17 08:03:06.346 INFO O| Dec 17 08:03:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79952024-12-17T08:03:08.392Z[ recovery-image] Dec 17 08:03:06.347 INFO O| Dec 17 08:03:06.347 INFO STEP 1201 (remove_files) COMPLETE
79962024-12-17T08:03:08.392Z[ recovery-image] Dec 17 08:03:06.347 INFO O| Dec 17 08:03:06.347 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-12-17T08:03:08.411Z[ recovery-image] Dec 17 08:03:06.365 INFO O| Dec 17 08:03:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79982024-12-17T08:03:08.414Z[ recovery-image] Dec 17 08:03:06.365 INFO O| Dec 17 08:03:06.365 INFO STEP 1202 (remove_files) COMPLETE
79992024-12-17T08:03:08.415Z[ recovery-image] Dec 17 08:03:06.365 INFO O| Dec 17 08:03:06.365 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002024-12-17T08:03:08.434Z[ recovery-image] Dec 17 08:03:06.388 INFO O| Dec 17 08:03:06.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80012024-12-17T08:03:08.437Z[ recovery-image] Dec 17 08:03:06.388 INFO O| Dec 17 08:03:06.388 INFO STEP 1203 (remove_files) COMPLETE
80022024-12-17T08:03:08.437Z[ recovery-image] Dec 17 08:03:06.389 INFO O| Dec 17 08:03:06.388 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032024-12-17T08:03:08.454Z[ recovery-image] Dec 17 08:03:06.409 INFO O| Dec 17 08:03:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80042024-12-17T08:03:08.457Z[ recovery-image] Dec 17 08:03:06.409 INFO O| Dec 17 08:03:06.409 INFO STEP 1204 (remove_files) COMPLETE
80052024-12-17T08:03:08.457Z[ recovery-image] Dec 17 08:03:06.409 INFO O| Dec 17 08:03:06.409 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062024-12-17T08:03:08.489Z[ recovery-image] Dec 17 08:03:06.443 INFO O| Dec 17 08:03:06.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80072024-12-17T08:03:08.489Z[ recovery-image] Dec 17 08:03:06.443 INFO O| Dec 17 08:03:06.443 INFO STEP 1205 (remove_files) COMPLETE
80082024-12-17T08:03:08.490Z[ recovery-image] Dec 17 08:03:06.443 INFO O| Dec 17 08:03:06.443 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80092024-12-17T08:03:08.518Z[ recovery-image] Dec 17 08:03:06.472 INFO O| Dec 17 08:03:06.472 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80102024-12-17T08:03:08.518Z[ recovery-image] Dec 17 08:03:06.472 INFO O| Dec 17 08:03:06.472 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80112024-12-17T08:03:10.313Z[ recovery-image] Dec 17 08:03:08.267 INFO O| Dec 17 08:03:08.267 INFO STEP 1206 (pack_tar) COMPLETE
80122024-12-17T08:03:10.313Z[ recovery-image] Dec 17 08:03:08.267 INFO O| Dec 17 08:03:08.267 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80132024-12-17T08:03:10.316Z[ recovery-image] Dec 17 08:03:08.267 INFO O| Dec 17 08:03:08.267 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80142024-12-17T08:03:10.577Z[ recovery-image] Dec 17 08:03:08.531 INFO O| Dec 17 08:03:08.531 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80152024-12-17T08:03:10.724Z[ recovery-image] Dec 17 08:03:08.677 INFO O| Dec 17 08:03:08.677 INFO completed processing gimlet/ramdisk-03-recovery-trim
80162024-12-17T08:03:10.733Z[ recovery-image] Dec 17 08:03:08.687 INFO image builder template: zfs-recovery...
80172024-12-17T08:03:10.734Z[ recovery-image] Dec 17 08:03:08.687 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/.tmpbJsvfq/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
80182024-12-17T08:03:10.787Z[ recovery-image] Dec 17 08:03:08.741 INFO O| Dec 17 08:03:08.741 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80192024-12-17T08:03:10.815Z[ recovery-image] Dec 17 08:03:08.768 INFO O| Dec 17 08:03:08.768 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80202024-12-17T08:03:11.025Z[ recovery-image] Dec 17 08:03:08.979 INFO O| Dec 17 08:03:08.979 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80212024-12-17T08:03:11.160Z[ recovery-image] Dec 17 08:03:09.114 INFO O| Dec 17 08:03:09.114 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80222024-12-17T08:03:11.163Z[ recovery-image] Dec 17 08:03:09.114 INFO O| Dec 17 08:03:09.114 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80232024-12-17T08:03:11.168Z[ recovery-image] Dec 17 08:03:09.122 INFO O| Dec 17 08:03:09.122 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80242024-12-17T08:03:11.335Z[ recovery-image] Dec 17 08:03:09.288 INFO O| Dec 17 08:03:09.288 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80252024-12-17T08:03:11.472Z[ recovery-image] Dec 17 08:03:09.425 INFO O| Dec 17 08:03:09.425 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80262024-12-17T08:03:11.489Z[ recovery-image] Dec 17 08:03:09.443 INFO O| Dec 17 08:03:09.442 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80272024-12-17T08:03:11.515Z[ recovery-image] Dec 17 08:03:09.469 INFO O| Dec 17 08:03:09.469 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80282024-12-17T08:03:11.522Z[ recovery-image] Dec 17 08:03:09.475 INFO O| Dec 17 08:03:09.475 INFO no lofi found
80292024-12-17T08:03:11.522Z[ recovery-image] Dec 17 08:03:09.475 INFO O| Dec 17 08:03:09.475 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80302024-12-17T08:03:11.522Z[ recovery-image] Dec 17 08:03:09.475 INFO O| Dec 17 08:03:09.475 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80312024-12-17T08:03:14.058Z[ recovery-image] Dec 17 08:03:12.011 INFO O| Dec 17 08:03:12.010 INFO lofi device = /dev/dsk/c2t1d0p0
80322024-12-17T08:03:14.058Z[ recovery-image] Dec 17 08:03:12.011 INFO O| Dec 17 08:03:12.010 INFO pool device = /dev/dsk/c2t1d0p0
80332024-12-17T08:03:14.061Z[ recovery-image] Dec 17 08:03:12.011 INFO O| Dec 17 08:03:12.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80342024-12-17T08:03:14.299Z[ recovery-image] Dec 17 08:03:12.252 INFO O| Dec 17 08:03:12.252 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80352024-12-17T08:03:14.299Z[ recovery-image] Dec 17 08:03:12.252 INFO O| Dec 17 08:03:12.252 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80362024-12-17T08:03:14.336Z[ recovery-image] Dec 17 08:03:12.288 INFO O| Dec 17 08:03:12.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80372024-12-17T08:03:14.684Z[ recovery-image] Dec 17 08:03:12.636 INFO O| Dec 17 08:03:12.636 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80382024-12-17T08:03:14.742Z[ recovery-image] Dec 17 08:03:12.695 INFO O| Dec 17 08:03:12.694 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80392024-12-17T08:03:14.770Z[ recovery-image] Dec 17 08:03:12.722 INFO O| Dec 17 08:03:12.722 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80402024-12-17T08:03:14.803Z[ recovery-image] Dec 17 08:03:12.756 INFO O| Dec 17 08:03:12.756 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80412024-12-17T08:03:14.942Z[ recovery-image] Dec 17 08:03:12.894 INFO O| Dec 17 08:03:12.894 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80422024-12-17T08:03:14.942Z[ recovery-image] Dec 17 08:03:12.894 INFO O| Dec 17 08:03:12.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80432024-12-17T08:03:14.945Z[ recovery-image] Dec 17 08:03:12.894 INFO O| Dec 17 08:03:12.894 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80442024-12-17T08:03:14.958Z[ recovery-image] Dec 17 08:03:12.911 INFO O| Dec 17 08:03:12.911 INFO boot environment UUID: fa5c7d27-48e5-4e62-99d5-8c55bb1a953d
80452024-12-17T08:03:14.961Z[ recovery-image] Dec 17 08:03:12.911 INFO O| Dec 17 08:03:12.911 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fa5c7d27-48e5-4e62-99d5-8c55bb1a953d
80462024-12-17T08:03:15.014Z[ recovery-image] Dec 17 08:03:12.967 INFO O| Dec 17 08:03:12.967 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80472024-12-17T08:03:15.049Z[ recovery-image] Dec 17 08:03:13.002 INFO O| Dec 17 08:03:13.002 INFO STEP 0 (create_be) COMPLETE
80482024-12-17T08:03:15.049Z[ recovery-image] Dec 17 08:03:13.002 INFO O| Dec 17 08:03:13.002 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80492024-12-17T08:03:15.133Z[ recovery-image] Dec 17 08:03:13.085 INFO O| Dec 17 08:03:13.085 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"]
80502024-12-17T08:03:21.796Z[ recovery-image] Dec 17 08:03:19.747 INFO O| Dec 17 08:03:19.747 INFO STEP 1 (unpack_tar) COMPLETE
80512024-12-17T08:03:21.796Z[ recovery-image] Dec 17 08:03:19.747 INFO O| Dec 17 08:03:19.747 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-17T08:03:21.818Z[ recovery-image] Dec 17 08:03:19.769 INFO O| Dec 17 08:03:19.769 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80532024-12-17T08:03:22.242Z[ recovery-image] Dec 17 08:03:20.193 INFO O| Dec 17 08:03:20.193 INFO STEP 2 (devfsadm) COMPLETE
80542024-12-17T08:03:22.242Z[ recovery-image] Dec 17 08:03:20.194 INFO O| Dec 17 08:03:20.193 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-17T08:03:22.262Z[ recovery-image] Dec 17 08:03:20.213 INFO O| Dec 17 08:03:20.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80562024-12-17T08:03:22.262Z[ recovery-image] Dec 17 08:03:20.213 INFO O| Dec 17 08:03:20.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80572024-12-17T08:03:22.262Z[ recovery-image] Dec 17 08:03:20.213 INFO O| Dec 17 08:03:20.213 INFO STEP 3 (ensure_dir) COMPLETE
80582024-12-17T08:03:22.264Z[ recovery-image] Dec 17 08:03:20.213 INFO O| Dec 17 08:03:20.213 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-17T08:03:22.282Z[ recovery-image] Dec 17 08:03:20.233 INFO O| Dec 17 08:03:20.232 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80602024-12-17T08:03:22.282Z[ recovery-image] Dec 17 08:03:20.233 INFO O| Dec 17 08:03:20.233 INFO STEP 4 (ensure_dir) COMPLETE
80612024-12-17T08:03:22.285Z[ recovery-image] Dec 17 08:03:20.233 INFO O| Dec 17 08:03:20.233 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622024-12-17T08:03:22.325Z[ recovery-image] Dec 17 08:03:20.276 INFO O| Dec 17 08:03:20.276 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80632024-12-17T08:03:22.325Z[ recovery-image] Dec 17 08:03:20.276 INFO O| Dec 17 08:03:20.276 INFO STEP 5 (ensure_dir) COMPLETE
80642024-12-17T08:03:22.328Z[ recovery-image] Dec 17 08:03:20.276 INFO O| Dec 17 08:03:20.276 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-17T08:03:22.346Z[ recovery-image] Dec 17 08:03:20.297 INFO O| Dec 17 08:03:20.297 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80662024-12-17T08:03:22.348Z[ recovery-image] Dec 17 08:03:20.297 INFO O| Dec 17 08:03:20.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80672024-12-17T08:03:22.348Z[ recovery-image] Dec 17 08:03:20.297 INFO O| Dec 17 08:03:20.297 INFO STEP 6 (ensure_dir) COMPLETE
80682024-12-17T08:03:22.348Z[ recovery-image] Dec 17 08:03:20.297 INFO O| Dec 17 08:03:20.297 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692024-12-17T08:03:22.366Z[ recovery-image] Dec 17 08:03:20.317 INFO O| Dec 17 08:03:20.317 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80702024-12-17T08:03:22.369Z[ recovery-image] Dec 17 08:03:20.318 INFO O| Dec 17 08:03:20.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80712024-12-17T08:03:22.369Z[ recovery-image] Dec 17 08:03:20.318 INFO O| Dec 17 08:03:20.318 INFO STEP 7 (ensure_dir) COMPLETE
80722024-12-17T08:03:22.369Z[ recovery-image] Dec 17 08:03:20.318 INFO O| Dec 17 08:03:20.318 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-17T08:03:22.386Z[ recovery-image] Dec 17 08:03:20.337 INFO O| Dec 17 08:03:20.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80742024-12-17T08:03:22.389Z[ recovery-image] Dec 17 08:03:20.338 INFO O| Dec 17 08:03:20.338 INFO STEP 8 (remove_files) COMPLETE
80752024-12-17T08:03:22.389Z[ recovery-image] Dec 17 08:03:20.338 INFO O| Dec 17 08:03:20.338 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762024-12-17T08:03:22.406Z[ recovery-image] Dec 17 08:03:20.357 INFO O| Dec 17 08:03:20.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80772024-12-17T08:03:22.408Z[ recovery-image] Dec 17 08:03:20.358 INFO O| Dec 17 08:03:20.358 INFO STEP 9 (remove_files) COMPLETE
80782024-12-17T08:03:22.409Z[ recovery-image] Dec 17 08:03:20.358 INFO O| Dec 17 08:03:20.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-17T08:03:22.450Z[ recovery-image] Dec 17 08:03:20.401 INFO O| Dec 17 08:03:20.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80802024-12-17T08:03:22.453Z[ recovery-image] Dec 17 08:03:20.402 INFO O| Dec 17 08:03:20.402 INFO STEP 10 (remove_files) COMPLETE
80812024-12-17T08:03:22.453Z[ recovery-image] Dec 17 08:03:20.402 INFO O| Dec 17 08:03:20.402 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-17T08:03:22.496Z[ recovery-image] Dec 17 08:03:20.447 INFO O| Dec 17 08:03:20.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80832024-12-17T08:03:22.499Z[ recovery-image] Dec 17 08:03:20.448 INFO O| Dec 17 08:03:20.448 INFO STEP 11 (remove_files) COMPLETE
80842024-12-17T08:03:22.499Z[ recovery-image] Dec 17 08:03:20.448 INFO O| Dec 17 08:03:20.448 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-17T08:03:22.527Z[ recovery-image] Dec 17 08:03:20.478 INFO O| Dec 17 08:03:20.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80862024-12-17T08:03:22.530Z[ recovery-image] Dec 17 08:03:20.478 INFO O| Dec 17 08:03:20.478 INFO STEP 12 (remove_files) COMPLETE
80872024-12-17T08:03:22.530Z[ recovery-image] Dec 17 08:03:20.478 INFO O| Dec 17 08:03:20.478 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882024-12-17T08:03:22.587Z[ recovery-image] Dec 17 08:03:20.538 INFO O| Dec 17 08:03:20.538 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80892024-12-17T08:03:22.587Z[ recovery-image] Dec 17 08:03:20.538 INFO O| Dec 17 08:03:20.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80902024-12-17T08:03:22.590Z[ recovery-image] Dec 17 08:03:20.538 INFO O| Dec 17 08:03:20.538 INFO STEP 13 (ensure_dir) COMPLETE
80912024-12-17T08:03:22.590Z[ recovery-image] Dec 17 08:03:20.538 INFO O| Dec 17 08:03:20.538 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-17T08:03:22.722Z[ recovery-image] Dec 17 08:03:20.673 INFO O| Dec 17 08:03:20.673 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80932024-12-17T08:03:22.722Z[ recovery-image] Dec 17 08:03:20.673 INFO O| Dec 17 08:03:20.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80942024-12-17T08:03:22.725Z[ recovery-image] Dec 17 08:03:20.673 INFO O| Dec 17 08:03:20.673 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80952024-12-17T08:03:22.725Z[ recovery-image] Dec 17 08:03:20.673 INFO O| Dec 17 08:03:20.673 INFO STEP 14 (ensure_dir) COMPLETE
80962024-12-17T08:03:22.725Z[ recovery-image] Dec 17 08:03:20.673 INFO O| Dec 17 08:03:20.673 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972024-12-17T08:03:22.742Z[ recovery-image] Dec 17 08:03:20.693 INFO O| Dec 17 08:03:20.693 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80982024-12-17T08:03:22.742Z[ recovery-image] Dec 17 08:03:20.693 INFO O| Dec 17 08:03:20.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80992024-12-17T08:03:22.742Z[ recovery-image] Dec 17 08:03:20.693 INFO O| Dec 17 08:03:20.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81002024-12-17T08:03:22.742Z[ recovery-image] Dec 17 08:03:20.693 INFO O| Dec 17 08:03:20.693 INFO STEP 15 (ensure_dir) COMPLETE
81012024-12-17T08:03:22.745Z[ recovery-image] Dec 17 08:03:20.693 INFO O| Dec 17 08:03:20.693 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81022024-12-17T08:03:22.761Z[ recovery-image] Dec 17 08:03:20.712 INFO O| Dec 17 08:03:20.711 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81032024-12-17T08:03:22.761Z[ recovery-image] Dec 17 08:03:20.712 INFO O| Dec 17 08:03:20.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81042024-12-17T08:03:22.761Z[ recovery-image] Dec 17 08:03:20.712 INFO O| Dec 17 08:03:20.712 INFO STEP 16 (ensure_dir) COMPLETE
81052024-12-17T08:03:22.763Z[ recovery-image] Dec 17 08:03:20.712 INFO O| Dec 17 08:03:20.712 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81062024-12-17T08:03:22.780Z[ recovery-image] Dec 17 08:03:20.731 INFO O| Dec 17 08:03:20.731 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81072024-12-17T08:03:22.783Z[ recovery-image] Dec 17 08:03:20.732 INFO O| Dec 17 08:03:20.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81082024-12-17T08:03:22.783Z[ recovery-image] Dec 17 08:03:20.732 INFO O| Dec 17 08:03:20.732 INFO STEP 17 (ensure_dir) COMPLETE
81092024-12-17T08:03:22.783Z[ recovery-image] Dec 17 08:03:20.732 INFO O| Dec 17 08:03:20.732 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81102024-12-17T08:03:22.802Z[ recovery-image] Dec 17 08:03:20.753 INFO O| Dec 17 08:03:20.753 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81112024-12-17T08:03:22.802Z[ recovery-image] Dec 17 08:03:20.753 INFO O| Dec 17 08:03:20.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81122024-12-17T08:03:22.805Z[ recovery-image] Dec 17 08:03:20.753 INFO O| Dec 17 08:03:20.753 INFO ok!
81132024-12-17T08:03:22.805Z[ recovery-image] Dec 17 08:03:20.753 INFO O| Dec 17 08:03:20.753 INFO STEP 18 (ensure_symlink) COMPLETE
81142024-12-17T08:03:22.805Z[ recovery-image] Dec 17 08:03:20.753 INFO O| Dec 17 08:03:20.753 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81152024-12-17T08:03:22.822Z[ recovery-image] Dec 17 08:03:20.773 INFO O| Dec 17 08:03:20.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81162024-12-17T08:03:22.825Z[ recovery-image] Dec 17 08:03:20.774 INFO O| Dec 17 08:03:20.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81172024-12-17T08:03:22.825Z[ recovery-image] Dec 17 08:03:20.774 INFO O| Dec 17 08:03:20.774 INFO ok!
81182024-12-17T08:03:22.825Z[ recovery-image] Dec 17 08:03:20.774 INFO O| Dec 17 08:03:20.774 INFO STEP 19 (ensure_file) COMPLETE
81192024-12-17T08:03:22.825Z[ recovery-image] Dec 17 08:03:20.774 INFO O| Dec 17 08:03:20.774 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81202024-12-17T08:03:22.842Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.793 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81212024-12-17T08:03:22.843Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.794 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81222024-12-17T08:03:22.845Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81232024-12-17T08:03:22.845Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.794 INFO ok!
81242024-12-17T08:03:22.845Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.794 INFO STEP 20 (ensure_symlink) COMPLETE
81252024-12-17T08:03:22.845Z[ recovery-image] Dec 17 08:03:20.794 INFO O| Dec 17 08:03:20.794 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81262024-12-17T08:03:22.895Z[ recovery-image] Dec 17 08:03:20.846 INFO O| Dec 17 08:03:20.846 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81272024-12-17T08:03:22.895Z[ recovery-image] Dec 17 08:03:20.846 INFO O| Dec 17 08:03:20.846 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81282024-12-17T08:03:22.903Z[ recovery-image] Dec 17 08:03:20.847 INFO O| Dec 17 08:03:20.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81292024-12-17T08:03:22.903Z[ recovery-image] Dec 17 08:03:20.847 INFO O| Dec 17 08:03:20.847 INFO ok!
81302024-12-17T08:03:22.903Z[ recovery-image] Dec 17 08:03:20.847 INFO O| Dec 17 08:03:20.847 INFO STEP 21 (ensure_symlink) COMPLETE
81312024-12-17T08:03:22.903Z[ recovery-image] Dec 17 08:03:20.847 INFO O| Dec 17 08:03:20.847 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81322024-12-17T08:03:22.916Z[ recovery-image] Dec 17 08:03:20.867 INFO O| Dec 17 08:03:20.867 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81332024-12-17T08:03:22.916Z[ recovery-image] Dec 17 08:03:20.868 INFO O| Dec 17 08:03:20.867 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81342024-12-17T08:03:22.925Z[ recovery-image] Dec 17 08:03:20.868 INFO O| Dec 17 08:03:20.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81352024-12-17T08:03:22.925Z[ recovery-image] Dec 17 08:03:20.868 INFO O| Dec 17 08:03:20.868 INFO ok!
81362024-12-17T08:03:22.925Z[ recovery-image] Dec 17 08:03:20.868 INFO O| Dec 17 08:03:20.868 INFO STEP 22 (ensure_symlink) COMPLETE
81372024-12-17T08:03:22.925Z[ recovery-image] Dec 17 08:03:20.868 INFO O| Dec 17 08:03:20.868 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-17T08:03:22.943Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81392024-12-17T08:03:22.943Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81402024-12-17T08:03:22.946Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81412024-12-17T08:03:22.946Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO ok!
81422024-12-17T08:03:22.946Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO STEP 23 (ensure_symlink) COMPLETE
81432024-12-17T08:03:22.946Z[ recovery-image] Dec 17 08:03:20.894 INFO O| Dec 17 08:03:20.894 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442024-12-17T08:03:22.965Z[ recovery-image] Dec 17 08:03:20.914 INFO O| Dec 17 08:03:20.914 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81452024-12-17T08:03:22.967Z[ recovery-image] Dec 17 08:03:20.915 INFO O| Dec 17 08:03:20.914 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 ...
81462024-12-17T08:03:22.967Z[ recovery-image] Dec 17 08:03:20.915 INFO O| Dec 17 08:03:20.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81472024-12-17T08:03:22.967Z[ recovery-image] Dec 17 08:03:20.915 INFO O| Dec 17 08:03:20.915 INFO ok!
81482024-12-17T08:03:22.967Z[ recovery-image] Dec 17 08:03:20.915 INFO O| Dec 17 08:03:20.915 INFO STEP 24 (ensure_file) COMPLETE
81492024-12-17T08:03:22.967Z[ recovery-image] Dec 17 08:03:20.915 INFO O| Dec 17 08:03:20.915 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-17T08:03:22.985Z[ recovery-image] Dec 17 08:03:20.936 INFO O| Dec 17 08:03:20.936 INFO updating shadow file
81512024-12-17T08:03:22.988Z[ recovery-image] Dec 17 08:03:20.936 INFO O| Dec 17 08:03:20.936 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81522024-12-17T08:03:22.988Z[ recovery-image] Dec 17 08:03:20.936 INFO O| Dec 17 08:03:20.936 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81532024-12-17T08:03:22.988Z[ recovery-image] Dec 17 08:03:20.936 INFO O| Dec 17 08:03:20.936 INFO STEP 25 (shadow) COMPLETE
81542024-12-17T08:03:22.988Z[ recovery-image] Dec 17 08:03:20.936 INFO O| Dec 17 08:03:20.936 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81552024-12-17T08:03:23.006Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81562024-12-17T08:03:23.006Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81572024-12-17T08:03:23.006Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81582024-12-17T08:03:23.006Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 INFO ok!
81592024-12-17T08:03:23.008Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 INFO STEP 26 (ensure_file) COMPLETE
81602024-12-17T08:03:23.008Z[ recovery-image] Dec 17 08:03:20.957 INFO O| Dec 17 08:03:20.957 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81612024-12-17T08:03:23.031Z[ recovery-image] Dec 17 08:03:20.982 INFO O| Dec 17 08:03:20.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81622024-12-17T08:03:23.031Z[ recovery-image] Dec 17 08:03:20.983 INFO O| Dec 17 08:03:20.982 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81632024-12-17T08:03:23.032Z[ recovery-image] Dec 17 08:03:20.983 INFO O| Dec 17 08:03:20.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81642024-12-17T08:03:23.034Z[ recovery-image] Dec 17 08:03:20.983 INFO O| Dec 17 08:03:20.983 INFO ok!
81652024-12-17T08:03:23.034Z[ recovery-image] Dec 17 08:03:20.983 INFO O| Dec 17 08:03:20.983 INFO STEP 27 (ensure_file) COMPLETE
81662024-12-17T08:03:23.034Z[ recovery-image] Dec 17 08:03:20.983 INFO O| Dec 17 08:03:20.983 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672024-12-17T08:03:23.060Z[ recovery-image] Dec 17 08:03:21.011 INFO O| Dec 17 08:03:21.011 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81682024-12-17T08:03:23.061Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.011 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81692024-12-17T08:03:23.063Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81702024-12-17T08:03:23.063Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81712024-12-17T08:03:23.063Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.012 INFO ok!
81722024-12-17T08:03:23.063Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.012 INFO STEP 28 (ensure_file) COMPLETE
81732024-12-17T08:03:23.063Z[ recovery-image] Dec 17 08:03:21.012 INFO O| Dec 17 08:03:21.012 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81742024-12-17T08:03:23.112Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81752024-12-17T08:03:23.112Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81762024-12-17T08:03:23.112Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81772024-12-17T08:03:23.116Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO ok!
81782024-12-17T08:03:23.116Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO STEP 29 (ensure_file) COMPLETE
81792024-12-17T08:03:23.116Z[ recovery-image] Dec 17 08:03:21.063 INFO O| Dec 17 08:03:21.063 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81802024-12-17T08:03:23.138Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81812024-12-17T08:03:23.138Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81822024-12-17T08:03:23.141Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81832024-12-17T08:03:23.141Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO ok!
81842024-12-17T08:03:23.141Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO STEP 30 (ensure_file) COMPLETE
81852024-12-17T08:03:23.141Z[ recovery-image] Dec 17 08:03:21.089 INFO O| Dec 17 08:03:21.089 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862024-12-17T08:03:23.168Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81872024-12-17T08:03:23.168Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81882024-12-17T08:03:23.168Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81892024-12-17T08:03:23.170Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81902024-12-17T08:03:23.170Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO ok!
81912024-12-17T08:03:23.170Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO STEP 31 (ensure_file) COMPLETE
81922024-12-17T08:03:23.170Z[ recovery-image] Dec 17 08:03:21.119 INFO O| Dec 17 08:03:21.119 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81932024-12-17T08:03:23.190Z[ recovery-image] Dec 17 08:03:21.140 INFO O| Dec 17 08:03:21.140 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81942024-12-17T08:03:23.190Z[ recovery-image] Dec 17 08:03:21.141 INFO O| Dec 17 08:03:21.141 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81952024-12-17T08:03:23.190Z[ recovery-image] Dec 17 08:03:21.141 INFO O| Dec 17 08:03:21.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81962024-12-17T08:03:23.193Z[ recovery-image] Dec 17 08:03:21.141 INFO O| Dec 17 08:03:21.141 INFO ok!
81972024-12-17T08:03:23.193Z[ recovery-image] Dec 17 08:03:21.141 INFO O| Dec 17 08:03:21.141 INFO STEP 32 (ensure_file) COMPLETE
81982024-12-17T08:03:23.193Z[ recovery-image] Dec 17 08:03:21.141 INFO O| Dec 17 08:03:21.141 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81992024-12-17T08:03:23.213Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82002024-12-17T08:03:23.213Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82012024-12-17T08:03:23.213Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82022024-12-17T08:03:23.216Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 INFO ok!
82032024-12-17T08:03:23.216Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 INFO STEP 33 (ensure_file) COMPLETE
82042024-12-17T08:03:23.216Z[ recovery-image] Dec 17 08:03:21.163 INFO O| Dec 17 08:03:21.163 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82052024-12-17T08:03:23.233Z[ recovery-image] Dec 17 08:03:21.184 INFO O| Dec 17 08:03:21.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82062024-12-17T08:03:23.233Z[ recovery-image] Dec 17 08:03:21.184 INFO O| Dec 17 08:03:21.184 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82072024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.184 INFO O| Dec 17 08:03:21.184 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82082024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82092024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82102024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82112024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO ok!
82122024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO STEP 34 (ensure_file) COMPLETE
82132024-12-17T08:03:23.236Z[ recovery-image] Dec 17 08:03:21.185 INFO O| Dec 17 08:03:21.185 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82142024-12-17T08:03:23.254Z[ recovery-image] Dec 17 08:03:21.205 INFO O| Dec 17 08:03:21.205 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82152024-12-17T08:03:23.257Z[ recovery-image] Dec 17 08:03:21.206 INFO O| Dec 17 08:03:21.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82162024-12-17T08:03:23.257Z[ recovery-image] Dec 17 08:03:21.206 INFO O| Dec 17 08:03:21.206 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82172024-12-17T08:03:23.257Z[ recovery-image] Dec 17 08:03:21.206 INFO O| Dec 17 08:03:21.206 INFO STEP 35 (ensure_dir) COMPLETE
82182024-12-17T08:03:23.257Z[ recovery-image] Dec 17 08:03:21.206 INFO O| Dec 17 08:03:21.206 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82192024-12-17T08:03:23.305Z[ recovery-image] Dec 17 08:03:21.256 INFO O| Dec 17 08:03:21.256 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
82202024-12-17T08:03:23.305Z[ recovery-image] Dec 17 08:03:21.256 INFO O| Dec 17 08:03:21.256 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 ...
82212024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.256 INFO O| Dec 17 08:03:21.256 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
82222024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.256 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
82232024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.257 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
82242024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.257 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
82252024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.257 INFO ok!
82262024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.257 INFO STEP 36 (ensure_file) COMPLETE
82272024-12-17T08:03:23.308Z[ recovery-image] Dec 17 08:03:21.257 INFO O| Dec 17 08:03:21.257 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82282024-12-17T08:03:23.324Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82292024-12-17T08:03:23.324Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 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 ...
82302024-12-17T08:03:23.324Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82312024-12-17T08:03:23.327Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 INFO ok!
82322024-12-17T08:03:23.327Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 INFO STEP 37 (ensure_symlink) COMPLETE
82332024-12-17T08:03:23.327Z[ recovery-image] Dec 17 08:03:21.275 INFO O| Dec 17 08:03:21.275 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82342024-12-17T08:03:23.342Z[ recovery-image] Dec 17 08:03:21.293 INFO O| Dec 17 08:03:21.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82352024-12-17T08:03:23.342Z[ recovery-image] Dec 17 08:03:21.293 INFO O| Dec 17 08:03:21.293 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82362024-12-17T08:03:23.342Z[ recovery-image] Dec 17 08:03:21.293 INFO O| Dec 17 08:03:21.293 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82372024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.293 INFO O| Dec 17 08:03:21.293 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82382024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.294 INFO O| Dec 17 08:03:21.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82392024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.294 INFO O| Dec 17 08:03:21.294 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82402024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.294 INFO O| Dec 17 08:03:21.294 INFO ok!
82412024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.294 INFO O| Dec 17 08:03:21.294 INFO STEP 38 (ensure_file) COMPLETE
82422024-12-17T08:03:23.346Z[ recovery-image] Dec 17 08:03:21.294 INFO O| Dec 17 08:03:21.294 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82432024-12-17T08:03:23.363Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82442024-12-17T08:03:23.363Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 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 ...
82452024-12-17T08:03:23.366Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 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
82462024-12-17T08:03:23.366Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82472024-12-17T08:03:23.366Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 INFO ok!
82482024-12-17T08:03:23.366Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 INFO STEP 39 (ensure_file) COMPLETE
82492024-12-17T08:03:23.366Z[ recovery-image] Dec 17 08:03:21.314 INFO O| Dec 17 08:03:21.314 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82502024-12-17T08:03:23.381Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82512024-12-17T08:03:23.384Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82522024-12-17T08:03:23.384Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82532024-12-17T08:03:23.384Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO ok!
82542024-12-17T08:03:23.384Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO STEP 40 (ensure_file) COMPLETE
82552024-12-17T08:03:23.384Z[ recovery-image] Dec 17 08:03:21.332 INFO O| Dec 17 08:03:21.332 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82562024-12-17T08:03:23.398Z[ recovery-image] Dec 17 08:03:21.349 INFO O| Dec 17 08:03:21.349 INFO updating shadow file
82572024-12-17T08:03:23.401Z[ recovery-image] Dec 17 08:03:21.350 INFO O| Dec 17 08:03:21.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82582024-12-17T08:03:23.401Z[ recovery-image] Dec 17 08:03:21.350 INFO O| Dec 17 08:03:21.350 INFO STEP 41 (shadow) COMPLETE
82592024-12-17T08:03:23.401Z[ recovery-image] Dec 17 08:03:21.350 INFO O| Dec 17 08:03:21.350 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82602024-12-17T08:03:23.418Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82612024-12-17T08:03:23.418Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82622024-12-17T08:03:23.421Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82632024-12-17T08:03:23.421Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82642024-12-17T08:03:23.421Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO ok!
82652024-12-17T08:03:23.421Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO STEP 42 (ensure_file) COMPLETE
82662024-12-17T08:03:23.421Z[ recovery-image] Dec 17 08:03:21.369 INFO O| Dec 17 08:03:21.369 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-17T08:03:23.437Z[ recovery-image] Dec 17 08:03:21.387 INFO O| Dec 17 08:03:21.387 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82682024-12-17T08:03:23.437Z[ recovery-image] Dec 17 08:03:21.388 INFO O| Dec 17 08:03:21.387 INFO STEP 43 (ensure_dir) COMPLETE
82692024-12-17T08:03:23.439Z[ recovery-image] Dec 17 08:03:21.388 INFO O| Dec 17 08:03:21.387 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702024-12-17T08:03:23.454Z[ recovery-image] Dec 17 08:03:21.405 INFO O| Dec 17 08:03:21.405 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82712024-12-17T08:03:23.454Z[ recovery-image] Dec 17 08:03:21.405 INFO O| Dec 17 08:03:21.405 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82722024-12-17T08:03:23.457Z[ recovery-image] Dec 17 08:03:21.405 INFO O| Dec 17 08:03:21.405 INFO STEP 44 (ensure_dir) COMPLETE
82732024-12-17T08:03:23.457Z[ recovery-image] Dec 17 08:03:21.405 INFO O| Dec 17 08:03:21.405 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-17T08:03:23.491Z[ recovery-image] Dec 17 08:03:21.442 INFO O| Dec 17 08:03:21.442 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82752024-12-17T08:03:23.491Z[ recovery-image] Dec 17 08:03:21.442 INFO O| Dec 17 08:03:21.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82762024-12-17T08:03:23.491Z[ recovery-image] Dec 17 08:03:21.442 INFO O| Dec 17 08:03:21.442 INFO STEP 45 (ensure_dir) COMPLETE
82772024-12-17T08:03:23.494Z[ recovery-image] Dec 17 08:03:21.442 INFO O| Dec 17 08:03:21.442 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782024-12-17T08:03:23.508Z[ recovery-image] Dec 17 08:03:21.459 INFO O| Dec 17 08:03:21.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82792024-12-17T08:03:23.508Z[ recovery-image] Dec 17 08:03:21.459 INFO O| Dec 17 08:03:21.459 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82802024-12-17T08:03:23.556Z[ recovery-image] Dec 17 08:03:21.507 INFO O| Dec 17 08:03:21.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82812024-12-17T08:03:23.556Z[ recovery-image] Dec 17 08:03:21.507 INFO O| Dec 17 08:03:21.507 INFO ok!
82822024-12-17T08:03:23.556Z[ recovery-image] Dec 17 08:03:21.507 INFO O| Dec 17 08:03:21.507 INFO STEP 46 (ensure_file) COMPLETE
82832024-12-17T08:03:23.559Z[ recovery-image] Dec 17 08:03:21.507 INFO O| Dec 17 08:03:21.507 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-17T08:03:23.576Z[ recovery-image] Dec 17 08:03:21.527 INFO O| Dec 17 08:03:21.527 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82852024-12-17T08:03:23.576Z[ recovery-image] Dec 17 08:03:21.527 INFO O| Dec 17 08:03:21.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82862024-12-17T08:03:23.576Z[ recovery-image] Dec 17 08:03:21.527 INFO O| Dec 17 08:03:21.527 INFO STEP 47 (ensure_dir) COMPLETE
82872024-12-17T08:03:23.579Z[ recovery-image] Dec 17 08:03:21.527 INFO O| Dec 17 08:03:21.527 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-17T08:03:23.596Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82892024-12-17T08:03:23.596Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82902024-12-17T08:03:23.596Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82912024-12-17T08:03:23.599Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO ok!
82922024-12-17T08:03:23.599Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO STEP 48 (ensure_file) COMPLETE
82932024-12-17T08:03:23.599Z[ recovery-image] Dec 17 08:03:21.547 INFO O| Dec 17 08:03:21.547 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-17T08:03:23.617Z[ recovery-image] Dec 17 08:03:21.567 INFO O| Dec 17 08:03:21.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82952024-12-17T08:03:23.617Z[ recovery-image] Dec 17 08:03:21.567 INFO O| Dec 17 08:03:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82962024-12-17T08:03:23.617Z[ recovery-image] Dec 17 08:03:21.567 INFO O| Dec 17 08:03:21.567 INFO STEP 49 (ensure_dir) COMPLETE
82972024-12-17T08:03:23.617Z[ recovery-image] Dec 17 08:03:21.567 INFO O| Dec 17 08:03:21.567 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-17T08:03:23.635Z[ recovery-image] Dec 17 08:03:21.586 INFO O| Dec 17 08:03:21.586 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82992024-12-17T08:03:23.635Z[ recovery-image] Dec 17 08:03:21.586 INFO O| Dec 17 08:03:21.586 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83002024-12-17T08:03:23.671Z[ recovery-image] Dec 17 08:03:21.621 INFO O| Dec 17 08:03:21.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83012024-12-17T08:03:23.671Z[ recovery-image] Dec 17 08:03:21.621 INFO O| Dec 17 08:03:21.621 INFO ok!
83022024-12-17T08:03:23.674Z[ recovery-image] Dec 17 08:03:21.621 INFO O| Dec 17 08:03:21.621 INFO STEP 50 (ensure_file) COMPLETE
83032024-12-17T08:03:23.674Z[ recovery-image] Dec 17 08:03:21.621 INFO O| Dec 17 08:03:21.621 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-17T08:03:23.691Z[ recovery-image] Dec 17 08:03:21.642 INFO O| Dec 17 08:03:21.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83052024-12-17T08:03:23.691Z[ recovery-image] Dec 17 08:03:21.642 INFO O| Dec 17 08:03:21.642 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83062024-12-17T08:03:25.674Z[ recovery-image] Dec 17 08:03:23.624 INFO O| Dec 17 08:03:23.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83072024-12-17T08:03:25.674Z[ recovery-image] Dec 17 08:03:23.624 INFO O| Dec 17 08:03:23.624 INFO ok!
83082024-12-17T08:03:25.677Z[ recovery-image] Dec 17 08:03:23.624 INFO O| Dec 17 08:03:23.624 INFO STEP 51 (ensure_file) COMPLETE
83092024-12-17T08:03:25.677Z[ recovery-image] Dec 17 08:03:23.624 INFO O| Dec 17 08:03:23.624 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-17T08:03:25.695Z[ recovery-image] Dec 17 08:03:23.645 INFO O| Dec 17 08:03:23.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83112024-12-17T08:03:25.695Z[ recovery-image] Dec 17 08:03:23.645 INFO O| Dec 17 08:03:23.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83122024-12-17T08:03:25.695Z[ recovery-image] Dec 17 08:03:23.645 INFO O| Dec 17 08:03:23.645 INFO STEP 52 (ensure_dir) COMPLETE
83132024-12-17T08:03:25.698Z[ recovery-image] Dec 17 08:03:23.645 INFO O| Dec 17 08:03:23.645 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142024-12-17T08:03:25.719Z[ recovery-image] Dec 17 08:03:23.669 INFO O| Dec 17 08:03:23.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83152024-12-17T08:03:25.719Z[ recovery-image] Dec 17 08:03:23.669 INFO O| Dec 17 08:03:23.669 INFO copying /tmp/.tmpbJsvfq/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 ...
83162024-12-17T08:03:25.722Z[ recovery-image] Dec 17 08:03:23.670 INFO O| Dec 17 08:03:23.670 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
83172024-12-17T08:03:25.722Z[ recovery-image] Dec 17 08:03:23.670 INFO O| Dec 17 08:03:23.670 INFO ok!
83182024-12-17T08:03:25.722Z[ recovery-image] Dec 17 08:03:23.670 INFO O| Dec 17 08:03:23.670 INFO STEP 53 (ensure_file) COMPLETE
83192024-12-17T08:03:25.723Z[ recovery-image] Dec 17 08:03:23.670 INFO O| Dec 17 08:03:23.670 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-17T08:03:25.741Z[ recovery-image] Dec 17 08:03:23.691 INFO O| Dec 17 08:03:23.691 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83212024-12-17T08:03:25.741Z[ recovery-image] Dec 17 08:03:23.691 INFO O| Dec 17 08:03:23.691 INFO copying /tmp/.tmpbJsvfq/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 ...
83222024-12-17T08:03:25.744Z[ recovery-image] Dec 17 08:03:23.692 INFO O| Dec 17 08:03:23.691 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
83232024-12-17T08:03:25.744Z[ recovery-image] Dec 17 08:03:23.692 INFO O| Dec 17 08:03:23.692 INFO ok!
83242024-12-17T08:03:25.744Z[ recovery-image] Dec 17 08:03:23.692 INFO O| Dec 17 08:03:23.692 INFO STEP 54 (ensure_file) COMPLETE
83252024-12-17T08:03:25.744Z[ recovery-image] Dec 17 08:03:23.692 INFO O| Dec 17 08:03:23.692 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-17T08:03:25.760Z[ recovery-image] Dec 17 08:03:23.711 INFO O| Dec 17 08:03:23.711 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83272024-12-17T08:03:25.763Z[ recovery-image] Dec 17 08:03:23.711 INFO O| Dec 17 08:03:23.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83282024-12-17T08:03:25.764Z[ recovery-image] Dec 17 08:03:23.711 INFO O| Dec 17 08:03:23.711 INFO STEP 55 (ensure_dir) COMPLETE
83292024-12-17T08:03:25.764Z[ recovery-image] Dec 17 08:03:23.711 INFO O| Dec 17 08:03:23.711 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-17T08:03:25.780Z[ recovery-image] Dec 17 08:03:23.729 INFO O| Dec 17 08:03:23.729 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83312024-12-17T08:03:25.783Z[ recovery-image] Dec 17 08:03:23.730 INFO O| Dec 17 08:03:23.730 INFO copying /tmp/.tmpbJsvfq/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 ...
83322024-12-17T08:03:25.784Z[ recovery-image] Dec 17 08:03:23.730 INFO O| Dec 17 08:03:23.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83332024-12-17T08:03:25.784Z[ recovery-image] Dec 17 08:03:23.730 INFO O| Dec 17 08:03:23.730 INFO ok!
83342024-12-17T08:03:25.784Z[ recovery-image] Dec 17 08:03:23.730 INFO O| Dec 17 08:03:23.730 INFO STEP 56 (ensure_file) COMPLETE
83352024-12-17T08:03:25.784Z[ recovery-image] Dec 17 08:03:23.730 INFO O| Dec 17 08:03:23.730 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-17T08:03:25.798Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83372024-12-17T08:03:25.802Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 INFO copying /tmp/.tmpbJsvfq/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 ...
83382024-12-17T08:03:25.802Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 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
83392024-12-17T08:03:25.802Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 INFO ok!
83402024-12-17T08:03:25.802Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 INFO STEP 57 (ensure_file) COMPLETE
83412024-12-17T08:03:25.802Z[ recovery-image] Dec 17 08:03:23.748 INFO O| Dec 17 08:03:23.748 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-17T08:03:25.818Z[ recovery-image] Dec 17 08:03:23.767 INFO O| Dec 17 08:03:23.767 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83432024-12-17T08:03:25.818Z[ recovery-image] Dec 17 08:03:23.767 INFO O| Dec 17 08:03:23.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83442024-12-17T08:03:25.821Z[ recovery-image] Dec 17 08:03:23.767 INFO O| Dec 17 08:03:23.767 INFO STEP 58 (ensure_dir) COMPLETE
83452024-12-17T08:03:25.821Z[ recovery-image] Dec 17 08:03:23.767 INFO O| Dec 17 08:03:23.767 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-17T08:03:25.836Z[ recovery-image] Dec 17 08:03:23.786 INFO O| Dec 17 08:03:23.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83472024-12-17T08:03:25.836Z[ recovery-image] Dec 17 08:03:23.786 INFO O| Dec 17 08:03:23.786 INFO copying /tmp/.tmpbJsvfq/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 ...
83482024-12-17T08:03:25.840Z[ recovery-image] Dec 17 08:03:23.787 INFO O| Dec 17 08:03:23.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83492024-12-17T08:03:25.840Z[ recovery-image] Dec 17 08:03:23.787 INFO O| Dec 17 08:03:23.787 INFO ok!
83502024-12-17T08:03:25.840Z[ recovery-image] Dec 17 08:03:23.787 INFO O| Dec 17 08:03:23.787 INFO STEP 59 (ensure_file) COMPLETE
83512024-12-17T08:03:25.840Z[ recovery-image] Dec 17 08:03:23.787 INFO O| Dec 17 08:03:23.787 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-17T08:03:25.855Z[ recovery-image] Dec 17 08:03:23.805 INFO O| Dec 17 08:03:23.805 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83532024-12-17T08:03:25.856Z[ recovery-image] Dec 17 08:03:23.806 INFO O| Dec 17 08:03:23.806 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83542024-12-17T08:03:25.859Z[ recovery-image] Dec 17 08:03:23.806 INFO O| Dec 17 08:03:23.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83552024-12-17T08:03:25.859Z[ recovery-image] Dec 17 08:03:23.806 INFO O| Dec 17 08:03:23.806 INFO ok!
83562024-12-17T08:03:25.874Z[ recovery-image] Dec 17 08:03:23.806 INFO O| Dec 17 08:03:23.806 INFO STEP 60 (ensure_file) COMPLETE
83572024-12-17T08:03:25.874Z[ recovery-image] Dec 17 08:03:23.806 INFO O| Dec 17 08:03:23.806 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-17T08:03:25.885Z[ recovery-image] Dec 17 08:03:23.836 INFO O| Dec 17 08:03:23.835 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83592024-12-17T08:03:25.885Z[ recovery-image] Dec 17 08:03:23.836 INFO O| Dec 17 08:03:23.836 INFO STEP 61 (ensure_dir) COMPLETE
83602024-12-17T08:03:25.889Z[ recovery-image] Dec 17 08:03:23.836 INFO O| Dec 17 08:03:23.836 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612024-12-17T08:03:25.919Z[ recovery-image] Dec 17 08:03:23.869 INFO O| Dec 17 08:03:23.869 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83622024-12-17T08:03:25.919Z[ recovery-image] Dec 17 08:03:23.869 INFO O| Dec 17 08:03:23.869 INFO STEP 62 (ensure_dir) COMPLETE
83632024-12-17T08:03:25.922Z[ recovery-image] Dec 17 08:03:23.870 INFO O| Dec 17 08:03:23.869 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83642024-12-17T08:03:25.959Z[ recovery-image] Dec 17 08:03:23.909 INFO O| Dec 17 08:03:23.909 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83652024-12-17T08:03:25.959Z[ recovery-image] Dec 17 08:03:23.909 INFO O| Dec 17 08:03:23.909 INFO STEP 63 (ensure_dir) COMPLETE
83662024-12-17T08:03:25.962Z[ recovery-image] Dec 17 08:03:23.909 INFO O| Dec 17 08:03:23.909 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83672024-12-17T08:03:26.004Z[ recovery-image] Dec 17 08:03:23.954 INFO O| Dec 17 08:03:23.954 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83682024-12-17T08:03:26.004Z[ recovery-image] Dec 17 08:03:23.954 INFO O| Dec 17 08:03:23.954 INFO STEP 64 (ensure_dir) COMPLETE
83692024-12-17T08:03:26.006Z[ recovery-image] Dec 17 08:03:23.954 INFO O| Dec 17 08:03:23.954 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83702024-12-17T08:03:26.023Z[ recovery-image] Dec 17 08:03:23.973 INFO O| Dec 17 08:03:23.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83712024-12-17T08:03:26.023Z[ recovery-image] Dec 17 08:03:23.974 INFO O| Dec 17 08:03:23.974 INFO copying /tmp/.tmpbJsvfq/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83722024-12-17T08:03:26.026Z[ recovery-image] Dec 17 08:03:23.974 INFO O| Dec 17 08:03:23.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83732024-12-17T08:03:26.026Z[ recovery-image] Dec 17 08:03:23.974 INFO O| Dec 17 08:03:23.974 INFO ok!
83742024-12-17T08:03:26.026Z[ recovery-image] Dec 17 08:03:23.974 INFO O| Dec 17 08:03:23.974 INFO STEP 65 (ensure_file) COMPLETE
83752024-12-17T08:03:26.026Z[ recovery-image] Dec 17 08:03:23.974 INFO O| Dec 17 08:03:23.974 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-17T08:03:26.043Z[ recovery-image] Dec 17 08:03:23.993 INFO O| Dec 17 08:03:23.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83772024-12-17T08:03:26.046Z[ recovery-image] Dec 17 08:03:23.994 INFO O| Dec 17 08:03:23.994 INFO STEP 66 (remove_files) COMPLETE
83782024-12-17T08:03:26.046Z[ recovery-image] Dec 17 08:03:23.994 INFO O| Dec 17 08:03:23.994 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-17T08:03:26.065Z[ recovery-image] Dec 17 08:03:24.015 INFO O| Dec 17 08:03:24.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83802024-12-17T08:03:26.065Z[ recovery-image] Dec 17 08:03:24.015 INFO O| Dec 17 08:03:24.015 INFO STEP 67 (remove_files) COMPLETE
83812024-12-17T08:03:26.065Z[ recovery-image] Dec 17 08:03:24.015 INFO O| Dec 17 08:03:24.015 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-17T08:03:26.086Z[ recovery-image] Dec 17 08:03:24.036 INFO O| Dec 17 08:03:24.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83832024-12-17T08:03:26.089Z[ recovery-image] Dec 17 08:03:24.036 INFO O| Dec 17 08:03:24.036 INFO STEP 68 (remove_files) COMPLETE
83842024-12-17T08:03:26.089Z[ recovery-image] Dec 17 08:03:24.036 INFO O| Dec 17 08:03:24.036 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-17T08:03:26.105Z[ recovery-image] Dec 17 08:03:24.056 INFO O| Dec 17 08:03:24.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83862024-12-17T08:03:26.109Z[ recovery-image] Dec 17 08:03:24.056 INFO O| Dec 17 08:03:24.056 INFO STEP 69 (remove_files) COMPLETE
83872024-12-17T08:03:26.109Z[ recovery-image] Dec 17 08:03:24.056 INFO O| Dec 17 08:03:24.056 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-17T08:03:26.125Z[ recovery-image] Dec 17 08:03:24.076 INFO O| Dec 17 08:03:24.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83892024-12-17T08:03:26.128Z[ recovery-image] Dec 17 08:03:24.076 INFO O| Dec 17 08:03:24.076 INFO STEP 70 (remove_files) COMPLETE
83902024-12-17T08:03:26.128Z[ recovery-image] Dec 17 08:03:24.076 INFO O| Dec 17 08:03:24.076 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-17T08:03:26.146Z[ recovery-image] Dec 17 08:03:24.096 INFO O| Dec 17 08:03:24.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83922024-12-17T08:03:26.148Z[ recovery-image] Dec 17 08:03:24.096 INFO O| Dec 17 08:03:24.096 INFO STEP 71 (remove_files) COMPLETE
83932024-12-17T08:03:26.148Z[ recovery-image] Dec 17 08:03:24.097 INFO O| Dec 17 08:03:24.096 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-17T08:03:26.194Z[ recovery-image] Dec 17 08:03:24.144 INFO O| Dec 17 08:03:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83952024-12-17T08:03:26.194Z[ recovery-image] Dec 17 08:03:24.144 INFO O| Dec 17 08:03:24.144 INFO STEP 72 (remove_files) COMPLETE
83962024-12-17T08:03:26.194Z[ recovery-image] Dec 17 08:03:24.144 INFO O| Dec 17 08:03:24.144 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-17T08:03:26.222Z[ recovery-image] Dec 17 08:03:24.172 INFO O| Dec 17 08:03:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83982024-12-17T08:03:26.222Z[ recovery-image] Dec 17 08:03:24.172 INFO O| Dec 17 08:03:24.172 INFO STEP 73 (remove_files) COMPLETE
83992024-12-17T08:03:26.225Z[ recovery-image] Dec 17 08:03:24.172 INFO O| Dec 17 08:03:24.172 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-17T08:03:26.281Z[ recovery-image] Dec 17 08:03:24.231 INFO O| Dec 17 08:03:24.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84012024-12-17T08:03:26.281Z[ recovery-image] Dec 17 08:03:24.232 INFO O| Dec 17 08:03:24.231 INFO STEP 74 (remove_files) COMPLETE
84022024-12-17T08:03:26.281Z[ recovery-image] Dec 17 08:03:24.232 INFO O| Dec 17 08:03:24.232 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-17T08:03:26.303Z[ recovery-image] Dec 17 08:03:24.253 INFO O| Dec 17 08:03:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84042024-12-17T08:03:26.303Z[ recovery-image] Dec 17 08:03:24.253 INFO O| Dec 17 08:03:24.253 INFO STEP 75 (remove_files) COMPLETE
84052024-12-17T08:03:26.303Z[ recovery-image] Dec 17 08:03:24.253 INFO O| Dec 17 08:03:24.253 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-17T08:03:26.323Z[ recovery-image] Dec 17 08:03:24.273 INFO O| Dec 17 08:03:24.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84072024-12-17T08:03:26.325Z[ recovery-image] Dec 17 08:03:24.273 INFO O| Dec 17 08:03:24.273 INFO STEP 76 (remove_files) COMPLETE
84082024-12-17T08:03:26.325Z[ recovery-image] Dec 17 08:03:24.273 INFO O| Dec 17 08:03:24.273 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-17T08:03:26.361Z[ recovery-image] Dec 17 08:03:24.311 INFO O| Dec 17 08:03:24.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84102024-12-17T08:03:26.364Z[ recovery-image] Dec 17 08:03:24.311 INFO O| Dec 17 08:03:24.311 INFO STEP 77 (remove_files) COMPLETE
84112024-12-17T08:03:26.364Z[ recovery-image] Dec 17 08:03:24.312 INFO O| Dec 17 08:03:24.312 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-17T08:03:26.383Z[ recovery-image] Dec 17 08:03:24.333 INFO O| Dec 17 08:03:24.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84132024-12-17T08:03:26.383Z[ recovery-image] Dec 17 08:03:24.333 INFO O| Dec 17 08:03:24.333 INFO STEP 78 (remove_files) COMPLETE
84142024-12-17T08:03:26.386Z[ recovery-image] Dec 17 08:03:24.333 INFO O| Dec 17 08:03:24.333 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-17T08:03:26.409Z[ recovery-image] Dec 17 08:03:24.359 INFO O| Dec 17 08:03:24.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84162024-12-17T08:03:26.409Z[ recovery-image] Dec 17 08:03:24.359 INFO O| Dec 17 08:03:24.359 INFO STEP 79 (remove_files) COMPLETE
84172024-12-17T08:03:26.409Z[ recovery-image] Dec 17 08:03:24.359 INFO O| Dec 17 08:03:24.359 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-17T08:03:26.501Z[ recovery-image] Dec 17 08:03:24.451 INFO O| Dec 17 08:03:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84192024-12-17T08:03:26.503Z[ recovery-image] Dec 17 08:03:24.451 INFO O| Dec 17 08:03:24.451 INFO STEP 80 (remove_files) COMPLETE
84202024-12-17T08:03:26.503Z[ recovery-image] Dec 17 08:03:24.451 INFO O| Dec 17 08:03:24.451 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-17T08:03:26.521Z[ recovery-image] Dec 17 08:03:24.471 INFO O| Dec 17 08:03:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84222024-12-17T08:03:26.524Z[ recovery-image] Dec 17 08:03:24.472 INFO O| Dec 17 08:03:24.472 INFO STEP 81 (remove_files) COMPLETE
84232024-12-17T08:03:26.524Z[ recovery-image] Dec 17 08:03:24.472 INFO O| Dec 17 08:03:24.472 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-17T08:03:26.540Z[ recovery-image] Dec 17 08:03:24.491 INFO O| Dec 17 08:03:24.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84252024-12-17T08:03:26.543Z[ recovery-image] Dec 17 08:03:24.491 INFO O| Dec 17 08:03:24.491 INFO STEP 82 (remove_files) COMPLETE
84262024-12-17T08:03:26.543Z[ recovery-image] Dec 17 08:03:24.491 INFO O| Dec 17 08:03:24.491 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-17T08:03:26.559Z[ recovery-image] Dec 17 08:03:24.509 INFO O| Dec 17 08:03:24.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84282024-12-17T08:03:26.563Z[ recovery-image] Dec 17 08:03:24.509 INFO O| Dec 17 08:03:24.509 INFO STEP 83 (remove_files) COMPLETE
84292024-12-17T08:03:26.563Z[ recovery-image] Dec 17 08:03:24.509 INFO O| Dec 17 08:03:24.509 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-17T08:03:26.592Z[ recovery-image] Dec 17 08:03:24.540 INFO O| Dec 17 08:03:24.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84312024-12-17T08:03:26.592Z[ recovery-image] Dec 17 08:03:24.541 INFO O| Dec 17 08:03:24.540 INFO STEP 84 (remove_files) COMPLETE
84322024-12-17T08:03:26.595Z[ recovery-image] Dec 17 08:03:24.541 INFO O| Dec 17 08:03:24.540 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-17T08:03:26.609Z[ recovery-image] Dec 17 08:03:24.559 INFO O| Dec 17 08:03:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84342024-12-17T08:03:26.609Z[ recovery-image] Dec 17 08:03:24.559 INFO O| Dec 17 08:03:24.559 INFO STEP 85 (remove_files) COMPLETE
84352024-12-17T08:03:26.612Z[ recovery-image] Dec 17 08:03:24.560 INFO O| Dec 17 08:03:24.559 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-17T08:03:26.629Z[ recovery-image] Dec 17 08:03:24.579 INFO O| Dec 17 08:03:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84372024-12-17T08:03:26.629Z[ recovery-image] Dec 17 08:03:24.579 INFO O| Dec 17 08:03:24.579 INFO STEP 86 (remove_files) COMPLETE
84382024-12-17T08:03:26.629Z[ recovery-image] Dec 17 08:03:24.579 INFO O| Dec 17 08:03:24.579 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-17T08:03:26.649Z[ recovery-image] Dec 17 08:03:24.599 INFO O| Dec 17 08:03:24.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84402024-12-17T08:03:26.652Z[ recovery-image] Dec 17 08:03:24.600 INFO O| Dec 17 08:03:24.600 INFO STEP 87 (remove_files) COMPLETE
84412024-12-17T08:03:26.652Z[ recovery-image] Dec 17 08:03:24.600 INFO O| Dec 17 08:03:24.600 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-17T08:03:26.706Z[ recovery-image] Dec 17 08:03:24.657 INFO O| Dec 17 08:03:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84432024-12-17T08:03:26.709Z[ recovery-image] Dec 17 08:03:24.657 INFO O| Dec 17 08:03:24.657 INFO STEP 88 (remove_files) COMPLETE
84442024-12-17T08:03:26.709Z[ recovery-image] Dec 17 08:03:24.657 INFO O| Dec 17 08:03:24.657 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-17T08:03:26.735Z[ recovery-image] Dec 17 08:03:24.685 INFO O| Dec 17 08:03:24.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84462024-12-17T08:03:26.738Z[ recovery-image] Dec 17 08:03:24.685 INFO O| Dec 17 08:03:24.685 INFO STEP 89 (remove_files) COMPLETE
84472024-12-17T08:03:26.738Z[ recovery-image] Dec 17 08:03:24.686 INFO O| Dec 17 08:03:24.686 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-17T08:03:26.756Z[ recovery-image] Dec 17 08:03:24.706 INFO O| Dec 17 08:03:24.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84492024-12-17T08:03:26.758Z[ recovery-image] Dec 17 08:03:24.706 INFO O| Dec 17 08:03:24.706 INFO STEP 90 (remove_files) COMPLETE
84502024-12-17T08:03:26.758Z[ recovery-image] Dec 17 08:03:24.706 INFO O| Dec 17 08:03:24.706 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512024-12-17T08:03:26.775Z[ recovery-image] Dec 17 08:03:24.726 INFO O| Dec 17 08:03:24.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84522024-12-17T08:03:26.778Z[ recovery-image] Dec 17 08:03:24.726 INFO O| Dec 17 08:03:24.726 INFO STEP 91 (remove_files) COMPLETE
84532024-12-17T08:03:26.778Z[ recovery-image] Dec 17 08:03:24.726 INFO O| Dec 17 08:03:24.726 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84542024-12-17T08:03:26.796Z[ recovery-image] Dec 17 08:03:24.746 INFO O| Dec 17 08:03:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84552024-12-17T08:03:26.796Z[ recovery-image] Dec 17 08:03:24.746 INFO O| Dec 17 08:03:24.746 INFO STEP 92 (remove_files) COMPLETE
84562024-12-17T08:03:26.798Z[ recovery-image] Dec 17 08:03:24.746 INFO O| Dec 17 08:03:24.746 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84572024-12-17T08:03:26.814Z[ recovery-image] Dec 17 08:03:24.764 INFO O| Dec 17 08:03:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84582024-12-17T08:03:26.816Z[ recovery-image] Dec 17 08:03:24.764 INFO O| Dec 17 08:03:24.764 INFO STEP 93 (remove_files) COMPLETE
84592024-12-17T08:03:26.816Z[ recovery-image] Dec 17 08:03:24.764 INFO O| Dec 17 08:03:24.764 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84602024-12-17T08:03:26.851Z[ recovery-image] Dec 17 08:03:24.801 INFO O| Dec 17 08:03:24.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84612024-12-17T08:03:26.851Z[ recovery-image] Dec 17 08:03:24.801 INFO O| Dec 17 08:03:24.801 INFO STEP 94 (remove_files) COMPLETE
84622024-12-17T08:03:26.851Z[ recovery-image] Dec 17 08:03:24.801 INFO O| Dec 17 08:03:24.801 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84632024-12-17T08:03:26.879Z[ recovery-image] Dec 17 08:03:24.829 INFO O| Dec 17 08:03:24.829 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84642024-12-17T08:03:26.882Z[ recovery-image] Dec 17 08:03:24.830 INFO O| Dec 17 08:03:24.829 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84652024-12-17T08:03:34.209Z[ recovery-image] Dec 17 08:03:32.157 INFO O| Dec 17 08:03:32.157 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
84662024-12-17T08:03:34.209Z[ recovery-image] Dec 17 08:03:32.157 INFO O| Dec 17 08:03:32.157 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84672024-12-17T08:03:34.226Z[ recovery-image] Dec 17 08:03:32.174 INFO O| Dec 17 08:03:32.174 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
84682024-12-17T08:03:34.356Z[ recovery-image] Dec 17 08:03:32.304 INFO O| Dec 17 08:03:32.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84692024-12-17T08:03:34.356Z[ recovery-image] Dec 17 08:03:32.305 INFO O| Dec 17 08:03:32.304 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 ...
84702024-12-17T08:03:34.359Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84712024-12-17T08:03:34.359Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO ok!
84722024-12-17T08:03:34.359Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84732024-12-17T08:03:34.359Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO STEP 95 (seed_smf) COMPLETE
84742024-12-17T08:03:34.361Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO steps complete; finalising image!
84752024-12-17T08:03:34.361Z[ recovery-image] Dec 17 08:03:32.307 INFO O| Dec 17 08:03:32.307 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84762024-12-17T08:03:34.434Z[ recovery-image] Dec 17 08:03:32.382 INFO O| Dec 17 08:03:32.382 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Dec 17 08:03:32 2024)
84772024-12-17T08:03:34.645Z[ recovery-image] Dec 17 08:03:32.593 INFO O| Dec 17 08:03:32.593 INFO trim TEMPORARY-gimlet-zfs-recovery: (49% trimmed, started at Tue Dec 17 08:03:32 2024)
84782024-12-17T08:03:34.856Z[ recovery-image] Dec 17 08:03:32.805 INFO O| Dec 17 08:03:32.805 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Tue Dec 17 08:03:32 2024)
84792024-12-17T08:03:35.174Z[ recovery-image] Dec 17 08:03:33.122 INFO O| Dec 17 08:03:33.122 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio
84802024-12-17T08:03:35.174Z[ recovery-image] Dec 17 08:03:33.122 INFO O| Dec 17 08:03:33.122 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84812024-12-17T08:03:36.031Z[ recovery-image] Dec 17 08:03:33.979 INFO O| Dec 17 08:03:33.979 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
84822024-12-17T08:03:36.033Z[ recovery-image] Dec 17 08:03:33.979 INFO O| Dec 17 08:03:33.979 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84832024-12-17T08:03:42.020Z[ recovery-image] Dec 17 08:03:39.967 INFO O| Dec 17 08:03:39.967 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84842024-12-17T08:03:42.021Z[ recovery-image] Dec 17 08:03:39.967 INFO O| Dec 17 08:03:39.967 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84852024-12-17T08:03:42.024Z[ recovery-image] Dec 17 08:03:39.967 INFO O| Dec 17 08:03:39.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84862024-12-17T08:03:42.024Z[ recovery-image] Dec 17 08:03:39.967 INFO O| Dec 17 08:03:39.967 INFO completed processing gimlet/zfs-recovery
84872024-12-17T08:03:42.024Z[ recovery-image] Dec 17 08:03:39.967 INFO O| Dec 17 08:03:39.967 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84882024-12-17T08:03:42.371Z[ recovery-image] Dec 17 08:03:40.318 INFO O| Dec 17 08:03:40.318 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84892024-12-17T08:03:42.545Z[ recovery-image] Dec 17 08:03:40.491 INFO BUILD STRING "heads/stlouis-0-g189e595780\n"
84902024-12-17T08:03:42.548Z[ recovery-image] Dec 17 08:03:40.492 INFO expanded image name: "recovery fb10fad/${os_short_commit} 2024-12-17 07:32" -> "recovery fb10fad/189e595 2024-12-17 07:32"
84912024-12-17T08:03:42.548Z[ recovery-image] Dec 17 08:03:40.492 INFO output artefacts stored in: "/work/os-recovery"
84922024-12-17T08:03:42.548Z[ recovery-image] Dec 17 08:03:40.493 INFO collecting git info from project "chelsio-t6-roms"...
84932024-12-17T08:03:42.610Z[ recovery-image] Dec 17 08:03:40.557 INFO collecting git info from project "bootserver"...
84942024-12-17T08:03:42.623Z[ recovery-image] Dec 17 08:03:40.570 INFO collecting git info from project "amd-host-image-builder"...
84952024-12-17T08:03:43.194Z[ recovery-image] Dec 17 08:03:41.141 INFO collecting git info from project "phbl"...
84962024-12-17T08:03:43.205Z[ recovery-image] Dec 17 08:03:41.152 INFO collecting git info from project "pinprick"...
84972024-12-17T08:03:43.216Z[ recovery-image] Dec 17 08:03:41.163 INFO collecting git info from project "image-builder"...
84982024-12-17T08:03:43.228Z[ recovery-image] Dec 17 08:03:41.175 INFO collecting git info from project "amd-firmware"...
84992024-12-17T08:03:43.877Z[ recovery-image] Dec 17 08:03:41.824 INFO collecting git info from project "pilot"...
85002024-12-17T08:03:43.899Z[ recovery-image] Dec 17 08:03:41.846 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85012024-12-17T08:03:45.034Z[ recovery-image] Dec 17 08:03:42.981 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85022024-12-17T08:03:45.809Z[ recovery-image] Dec 17 08:03:43.754 INFO creating Oxide boot image...
85032024-12-17T08:03:45.809Z[ recovery-image] Dec 17 08:03:43.754 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fb10fad/189e595 2024-12-17 07:32", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85042024-12-17T08:04:41.639Z[ host-image] Dec 17 08:04:39.573 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23078:20241216T214144Z
85052024-12-17T08:04:41.641Z[ host-image] Dec 17 08:04:39.573 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23078:20241216T214144Z
85062024-12-17T08:04:41.641Z[ host-image] Dec 17 08:04:39.573 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85072024-12-17T08:04:41.641Z[ host-image] Dec 17 08:04:39.573 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85082024-12-17T08:04:41.641Z[ host-image] Dec 17 08:04:39.573 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85092024-12-17T08:04:41.641Z[ host-image] Dec 17 08:04:39.574 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85102024-12-17T08:04:41.642Z[ host-image] Dec 17 08:04:39.575 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85112024-12-17T08:04:41.642Z[ host-image] Dec 17 08:04:39.575 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85122024-12-17T08:04:41.642Z[ host-image] Dec 17 08:04:39.575 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85132024-12-17T08:04:41.642Z[ host-image] Dec 17 08:04:39.575 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85142024-12-17T08:04:41.642Z[ host-image] Dec 17 08:04:39.575 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23078:20241216T214145Z
85152024-12-17T08:04:41.644Z[ host-image] Dec 17 08:04:39.578 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23078:20241216T214146Z
85162024-12-17T08:04:41.648Z[ host-image] Dec 17 08:04:39.579 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23078:20241216T214146Z
85172024-12-17T08:04:41.648Z[ host-image] Dec 17 08:04:39.579 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23078:20241216T214146Z
85182024-12-17T08:04:41.648Z[ host-image] Dec 17 08:04:39.580 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85192024-12-17T08:04:41.648Z[ host-image] Dec 17 08:04:39.581 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23078:20241216T214146Z
85202024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23078:20241216T214146Z
85212024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23078:20241216T214146Z
85222024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23078:20241216T214146Z
85232024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23078:20241216T214147Z
85242024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23078:20241216T214147Z
85252024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23078:20241216T214147Z
85262024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.582 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23078:20241216T214148Z
85272024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.583 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23078:20241216T214148Z
85282024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.583 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23078:20241216T214149Z
85292024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.583 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23078:20241216T214150Z
85302024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23078:20241216T214150Z
85312024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23078:20241216T214151Z
85322024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23078:20241216T214152Z
85332024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85342024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23078:20241216T214153Z
85352024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23078:20241216T214155Z
85362024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.584 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23078:20241216T214156Z
85372024-12-17T08:04:41.651Z[ host-image] Dec 17 08:04:39.585 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23078:20241216T214156Z
85382024-12-17T08:04:41.655Z[ host-image] Dec 17 08:04:39.586 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23078:20241216T214158Z
85392024-12-17T08:04:41.655Z[ host-image] Dec 17 08:04:39.586 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23078:20241216T214158Z
85402024-12-17T08:04:41.665Z[ host-image] Dec 17 08:04:39.599 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85412024-12-17T08:04:41.665Z[ host-image] Dec 17 08:04:39.599 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23078:20241216T214158Z
85422024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.600 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85432024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.600 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85442024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.601 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85452024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.601 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23078:20241216T214158Z
85462024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.601 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85472024-12-17T08:04:41.668Z[ host-image] Dec 17 08:04:39.602 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85482024-12-17T08:04:41.672Z[ host-image] Dec 17 08:04:39.603 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85492024-12-17T08:04:41.672Z[ host-image] Dec 17 08:04:39.604 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85502024-12-17T08:04:41.689Z[ host-image] Dec 17 08:04:39.623 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85512024-12-17T08:04:41.689Z[ host-image] Dec 17 08:04:39.623 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85522024-12-17T08:04:41.691Z[ host-image] Dec 17 08:04:39.623 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85532024-12-17T08:04:41.692Z[ host-image] Dec 17 08:04:39.624 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85542024-12-17T08:04:41.692Z[ host-image] Dec 17 08:04:39.625 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85552024-12-17T08:04:41.692Z[ host-image] Dec 17 08:04:39.625 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85562024-12-17T08:04:41.759Z[ host-image] Dec 17 08:04:39.693 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85572024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.694 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85582024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.694 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85592024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.695 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23078:20241216T214200Z
85602024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.696 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23078:20241216T214205Z
85612024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.696 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85622024-12-17T08:04:41.762Z[ host-image] Dec 17 08:04:39.696 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23078:20241216T214206Z
85632024-12-17T08:04:41.765Z[ host-image] Dec 17 08:04:39.696 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85642024-12-17T08:04:41.765Z[ host-image] Dec 17 08:04:39.697 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85652024-12-17T08:04:41.765Z[ host-image] Dec 17 08:04:39.697 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85662024-12-17T08:04:41.765Z[ host-image] Dec 17 08:04:39.697 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23078:20241216T214206Z
85672024-12-17T08:04:41.765Z[ host-image] Dec 17 08:04:39.697 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85682024-12-17T08:04:41.770Z[ host-image] Dec 17 08:04:39.704 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85692024-12-17T08:04:41.770Z[ host-image] Dec 17 08:04:39.704 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85702024-12-17T08:04:41.772Z[ host-image] Dec 17 08:04:39.704 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85712024-12-17T08:04:41.772Z[ host-image] Dec 17 08:04:39.705 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23078:20241216T214206Z
85722024-12-17T08:04:41.772Z[ host-image] Dec 17 08:04:39.705 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85732024-12-17T08:04:41.799Z[ host-image] Dec 17 08:04:39.733 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85742024-12-17T08:04:41.802Z[ host-image] Dec 17 08:04:39.734 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23078:20241216T214207Z
85752024-12-17T08:04:41.805Z[ host-image] Dec 17 08:04:39.737 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23078:20241216T214207Z
85762024-12-17T08:04:41.806Z[ host-image] Dec 17 08:04:39.738 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23078:20241216T214207Z
85772024-12-17T08:04:41.806Z[ host-image] Dec 17 08:04:39.738 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85782024-12-17T08:04:41.806Z[ host-image] Dec 17 08:04:39.739 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23078:20241216T214208Z
85792024-12-17T08:04:41.809Z[ host-image] Dec 17 08:04:39.740 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23078:20241216T214209Z
85802024-12-17T08:04:41.809Z[ host-image] Dec 17 08:04:39.740 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23078:20241216T214209Z
85812024-12-17T08:04:41.809Z[ host-image] Dec 17 08:04:39.741 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23078:20241216T214209Z
85822024-12-17T08:04:41.813Z[ host-image] Dec 17 08:04:39.747 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85832024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.748 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23078:20241216T214209Z
85842024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.749 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23078:20241216T214210Z
85852024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.749 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85862024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.749 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23078:20241216T214210Z
85872024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.750 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23078:20241216T214211Z
85882024-12-17T08:04:41.816Z[ host-image] Dec 17 08:04:39.750 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23078:20241216T214211Z
85892024-12-17T08:04:41.819Z[ host-image] Dec 17 08:04:39.751 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23078:20241216T214211Z
85902024-12-17T08:04:41.832Z[ host-image] Dec 17 08:04:39.764 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23078:20241216T214211Z
85912024-12-17T08:04:41.832Z[ host-image] Dec 17 08:04:39.764 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85922024-12-17T08:04:41.837Z[ host-image] Dec 17 08:04:39.767 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23078:20241216T214211Z
85932024-12-17T08:04:41.840Z[ host-image] Dec 17 08:04:39.770 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23078:20241216T214211Z
85942024-12-17T08:04:41.840Z[ host-image] Dec 17 08:04:39.770 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23078:20241216T214211Z
85952024-12-17T08:04:41.840Z[ host-image] Dec 17 08:04:39.771 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23078:20241216T214212Z
85962024-12-17T08:04:41.840Z[ host-image] Dec 17 08:04:39.771 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23078:20241216T214212Z
85972024-12-17T08:04:41.840Z[ host-image] Dec 17 08:04:39.772 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23078:20241216T214212Z
85982024-12-17T08:04:41.855Z[ host-image] Dec 17 08:04:39.788 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23078:20241216T214213Z
85992024-12-17T08:04:41.855Z[ host-image] Dec 17 08:04:39.788 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23078:20241216T214213Z
86002024-12-17T08:04:41.859Z[ host-image] Dec 17 08:04:39.788 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23078:20241216T214213Z
86012024-12-17T08:04:41.859Z[ host-image] Dec 17 08:04:39.790 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23078:20241216T214213Z
86022024-12-17T08:04:41.859Z[ host-image] Dec 17 08:04:39.790 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23078:20241216T214213Z
86032024-12-17T08:04:41.887Z[ host-image] Dec 17 08:04:39.821 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23078:20241216T214216Z
86042024-12-17T08:04:41.887Z[ host-image] Dec 17 08:04:39.821 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23078:20241216T214213Z
86052024-12-17T08:04:41.890Z[ host-image] Dec 17 08:04:39.821 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23078:20241216T214214Z
86062024-12-17T08:04:41.890Z[ host-image] Dec 17 08:04:39.821 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86072024-12-17T08:04:41.890Z[ host-image] Dec 17 08:04:39.822 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86082024-12-17T08:04:41.954Z[ host-image] Dec 17 08:04:39.888 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23078:20241216T214214Z
86092024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.888 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86102024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.889 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23078:20241216T214214Z
86112024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.889 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23078:20241216T214214Z
86122024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.890 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23078:20241216T214214Z
86132024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.891 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86142024-12-17T08:04:41.958Z[ host-image] Dec 17 08:04:39.891 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86152024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.892 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23078:20241216T214215Z
86162024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.892 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23078:20241216T214215Z
86172024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.892 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23078:20241216T214215Z
86182024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.893 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23078:20241216T214215Z
86192024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.893 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23078:20241216T214216Z
86202024-12-17T08:04:41.961Z[ host-image] Dec 17 08:04:39.893 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23078:20241216T214216Z
86212024-12-17T08:04:41.964Z[ host-image] Dec 17 08:04:39.898 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86222024-12-17T08:04:41.964Z[ host-image] Dec 17 08:04:39.898 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23078:20241216T214217Z
86232024-12-17T08:04:41.967Z[ host-image] Dec 17 08:04:39.900 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23078:20241216T214217Z
86242024-12-17T08:04:41.967Z[ host-image] Dec 17 08:04:39.900 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23078:20241216T214217Z
86252024-12-17T08:04:41.968Z[ host-image] Dec 17 08:04:39.901 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23078:20241216T214218Z
86262024-12-17T08:04:41.968Z[ host-image] Dec 17 08:04:39.901 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23078:20241216T214217Z
86272024-12-17T08:04:41.968Z[ host-image] Dec 17 08:04:39.901 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23078:20241216T214218Z
86282024-12-17T08:04:41.968Z[ host-image] Dec 17 08:04:39.901 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86292024-12-17T08:04:41.968Z[ host-image] Dec 17 08:04:39.901 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86302024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.902 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23078:20241216T214220Z
86312024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23078:20241216T214220Z
86322024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86332024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86342024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86352024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86362024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.903 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86372024-12-17T08:04:41.971Z[ host-image] Dec 17 08:04:39.904 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86382024-12-17T08:04:41.978Z[ host-image] Dec 17 08:04:39.906 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86392024-12-17T08:04:41.978Z[ host-image] Dec 17 08:04:39.906 INFO O| tempdir @ "/tmp/.tmpmvWkYB/tmp"
86402024-12-17T08:04:41.978Z[ host-image] Dec 17 08:04:39.906 INFO O| image root @ "/tmp/.tmpmvWkYB/tmp/root"
86412024-12-17T08:04:41.978Z[ host-image] Dec 17 08:04:39.906 INFO O| creating image...
86422024-12-17T08:04:43.092Z[ host-image] Dec 17 08:04:41.025 INFO O| copying publishers...
86432024-12-17T08:04:57.415Z[ recovery-image] Dec 17 08:04:55.344 INFO O| ok, image written!
86442024-12-17T08:04:57.415Z[ recovery-image] Dec 17 08:04:55.344 INFO O| ok, boot_image_csum file written!
86452024-12-17T08:04:57.421Z[ recovery-image] Dec 17 08:04:55.351 INFO creating boot archive (CPIO)...
86462024-12-17T08:04:57.421Z[ recovery-image] Dec 17 08:04:55.351 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
86472024-12-17T08:04:57.440Z[ recovery-image] Dec 17 08:04:55.370 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86482024-12-17T08:04:57.443Z[ recovery-image] Dec 17 08:04:55.371 INFO E| + outfile=/work/os-recovery/cpio
86492024-12-17T08:04:57.443Z[ recovery-image] Dec 17 08:04:55.371 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86502024-12-17T08:04:57.446Z[ recovery-image] Dec 17 08:04:55.375 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86512024-12-17T08:04:57.446Z[ recovery-image] Dec 17 08:04:55.375 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86522024-12-17T08:04:57.493Z[ recovery-image] Dec 17 08:04:55.424 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86532024-12-17T08:04:57.493Z[ recovery-image] Dec 17 08:04:55.424 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86542024-12-17T08:04:57.504Z[ recovery-image] Dec 17 08:04:55.435 INFO creating compressed cpio/unix for nanobl-rs...
86552024-12-17T08:04:57.504Z[ recovery-image] Dec 17 08:04:55.435 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
86562024-12-17T08:04:57.931Z[ recovery-image] Dec 17 08:04:55.862 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86572024-12-17T08:05:04.543Z[ host-image] Dec 17 08:05:02.472 INFO O| adding properties...
86582024-12-17T08:05:04.590Z[ recovery-image] Dec 17 08:05:02.519 INFO creating reset image...
86592024-12-17T08:05:04.590Z[ recovery-image] Dec 17 08:05:02.519 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86602024-12-17T08:05:05.222Z[ recovery-image] Dec 17 08:05:03.151 INFO E| Updating crates.io index
86612024-12-17T08:05:05.462Z[ recovery-image] Dec 17 08:05:03.391 INFO E| Downloading crates ...
86622024-12-17T08:05:05.776Z[ recovery-image] Dec 17 08:05:03.705 INFO E| Downloaded shared_child v1.0.1
86632024-12-17T08:05:05.779Z[ recovery-image] Dec 17 08:05:03.708 INFO E| Downloaded os_pipe v1.2.1
86642024-12-17T08:05:05.781Z[ recovery-image] Dec 17 08:05:03.710 INFO E| Downloaded clap_derive v4.5.13
86652024-12-17T08:05:05.809Z[ recovery-image] Dec 17 08:05:03.738 INFO E| Downloaded duct v0.13.7
86662024-12-17T08:05:05.817Z[ recovery-image] Dec 17 08:05:03.746 INFO E| Downloaded clap v4.5.17
86672024-12-17T08:05:05.889Z[ recovery-image] Dec 17 08:05:03.817 INFO E| Downloaded clap_builder v4.5.17
86682024-12-17T08:05:05.900Z[ recovery-image] Dec 17 08:05:03.829 INFO E| Downloaded syn v2.0.77
86692024-12-17T08:05:05.997Z[ recovery-image] Dec 17 08:05:03.926 INFO E| Downloaded libc v0.2.158
86702024-12-17T08:05:06.152Z[ recovery-image] Dec 17 08:05:04.080 INFO E| Compiling proc-macro2 v1.0.86
86712024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.080 INFO E| Compiling libc v0.2.158
86722024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling unicode-ident v1.0.13
86732024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling utf8parse v0.2.2
86742024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling anstyle v1.0.8
86752024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling anstyle-query v1.1.1
86762024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling is_terminal_polyfill v1.70.1
86772024-12-17T08:05:06.155Z[ recovery-image] Dec 17 08:05:04.081 INFO E| Compiling colorchoice v1.0.2
86782024-12-17T08:05:06.667Z[ recovery-image] Dec 17 08:05:04.595 INFO E| Compiling anstyle-parse v0.2.5
86792024-12-17T08:05:06.668Z[ recovery-image] Dec 17 08:05:04.595 INFO E| Compiling clap_lex v0.7.2
86802024-12-17T08:05:06.726Z[ recovery-image] Dec 17 08:05:04.654 INFO E| Compiling heck v0.5.0
86812024-12-17T08:05:06.734Z[ recovery-image] Dec 17 08:05:04.662 INFO E| Compiling strsim v0.11.1
86822024-12-17T08:05:06.846Z[ recovery-image] Dec 17 08:05:04.775 INFO E| Compiling once_cell v1.19.0
86832024-12-17T08:05:07.294Z[ recovery-image] Dec 17 08:05:05.222 INFO E| Compiling anstream v0.6.15
86842024-12-17T08:05:07.629Z[ host-image] Dec 17 08:05:05.557 INFO O| installing packages...
86852024-12-17T08:05:07.899Z[ recovery-image] Dec 17 08:05:05.826 INFO E| Compiling clap_builder v4.5.17
86862024-12-17T08:05:08.936Z[ recovery-image] Dec 17 08:05:06.864 INFO E| Compiling os_pipe v1.2.1
86872024-12-17T08:05:08.936Z[ recovery-image] Dec 17 08:05:06.864 INFO E| Compiling shared_child v1.0.1
86882024-12-17T08:05:09.181Z[ recovery-image] Dec 17 08:05:07.109 INFO E| Compiling duct v0.13.7
86892024-12-17T08:05:09.219Z[ recovery-image] Dec 17 08:05:07.147 INFO E| Compiling quote v1.0.37
86902024-12-17T08:05:09.856Z[ recovery-image] Dec 17 08:05:07.784 INFO E| Compiling syn v2.0.77
86912024-12-17T08:05:19.181Z[ recovery-image] Dec 17 08:05:17.106 INFO E| Compiling clap_derive v4.5.13
86922024-12-17T08:05:24.145Z[ recovery-image] Dec 17 08:05:22.069 INFO E| Compiling clap v4.5.17
86932024-12-17T08:05:24.249Z[ recovery-image] Dec 17 08:05:22.173 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86942024-12-17T08:05:26.542Z[ recovery-image] Dec 17 08:05:24.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s
86952024-12-17T08:05:26.557Z[ recovery-image] Dec 17 08:05:24.482 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86962024-12-17T08:05:26.795Z[ recovery-image] Dec 17 08:05:24.719 INFO E| Updating crates.io index
86972024-12-17T08:05:27.113Z[ recovery-image] Dec 17 08:05:25.037 INFO E| Downloading crates ...
86982024-12-17T08:05:27.264Z[ recovery-image] Dec 17 08:05:25.188 INFO E| Downloaded bitstruct v0.1.1
86992024-12-17T08:05:27.271Z[ recovery-image] Dec 17 08:05:25.196 INFO E| Downloaded proc-macro2 v1.0.89
87002024-12-17T08:05:27.276Z[ recovery-image] Dec 17 08:05:25.200 INFO E| Downloaded seq-macro v0.3.5
87012024-12-17T08:05:27.278Z[ recovery-image] Dec 17 08:05:25.202 INFO E| Downloaded cpio_reader v0.1.1
87022024-12-17T08:05:27.280Z[ recovery-image] Dec 17 08:05:25.204 INFO E| Downloaded bitstruct_derive v0.1.0
87032024-12-17T08:05:27.283Z[ recovery-image] Dec 17 08:05:25.207 INFO E| Downloaded bit_field v0.10.2
87042024-12-17T08:05:27.299Z[ recovery-image] Dec 17 08:05:25.223 INFO E| Downloaded raw-cpuid v10.7.0
87052024-12-17T08:05:27.314Z[ recovery-image] Dec 17 08:05:25.238 INFO E| Downloaded syn v2.0.85
87062024-12-17T08:05:27.475Z[ recovery-image] Dec 17 08:05:25.399 INFO E| Downloaded x86 v0.52.0
87072024-12-17T08:05:27.585Z[ recovery-image] Dec 17 08:05:25.509 INFO E| Updating crates.io index
87082024-12-17T08:05:27.793Z[ recovery-image] Dec 17 08:05:25.717 INFO E| Downloading crates ...
87092024-12-17T08:05:28.014Z[ recovery-image] Dec 17 08:05:25.938 INFO E| Downloaded hashbrown v0.15.0
87102024-12-17T08:05:28.023Z[ recovery-image] Dec 17 08:05:25.947 INFO E| Downloaded compiler_builtins v0.1.134
87112024-12-17T08:05:28.128Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling compiler_builtins v0.1.134
87122024-12-17T08:05:28.128Z[ recovery-image] Dec 17 08:05:26.051 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)
87132024-12-17T08:05:28.128Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling proc-macro2 v1.0.89
87142024-12-17T08:05:28.131Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling unicode-ident v1.0.13
87152024-12-17T08:05:28.131Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling syn v1.0.109
87162024-12-17T08:05:28.131Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling x86 v0.52.0
87172024-12-17T08:05:28.131Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87182024-12-17T08:05:28.131Z[ recovery-image] Dec 17 08:05:26.051 INFO E| Compiling seq-macro v0.3.5
87192024-12-17T08:05:30.538Z[ recovery-image] Dec 17 08:05:28.461 INFO E| Compiling quote v1.0.37
87202024-12-17T08:05:31.058Z[ recovery-image] Dec 17 08:05:28.981 INFO E| Compiling syn v2.0.85
87212024-12-17T08:05:36.607Z[ recovery-image] Dec 17 08:05:34.528 INFO E| Compiling scroll_derive v0.12.0
87222024-12-17T08:05:42.659Z[ host-image] Dec 17 08:05:40.579 INFO O| seeding SMF database...
87232024-12-17T08:05:42.781Z[ recovery-image] Dec 17 08:05:40.702 INFO E| Compiling bitstruct_derive v0.1.0
87242024-12-17T08:05:56.282Z[ host-image] Dec 17 08:05:54.200 INFO O| configuring SMF profile...
87252024-12-17T08:05:56.285Z[ host-image] Dec 17 08:05:54.200 INFO O| modifying shadow(5)...
87262024-12-17T08:05:56.285Z[ host-image] Dec 17 08:05:54.200 INFO O| loading user and group database...
87272024-12-17T08:05:56.285Z[ host-image] Dec 17 08:05:54.200 INFO O| assessing packaged files...
87282024-12-17T08:06:01.010Z[ host-image] Dec 17 08:05:58.926 INFO O| creating archive...
87292024-12-17T08:06:01.112Z[ host-image] Dec 17 08:05:59.028 INFO O| missing from packaging:
87302024-12-17T08:06:01.115Z[ host-image] Dec 17 08:05:59.029 INFO O| "etc/.pwd.lock"
87312024-12-17T08:06:01.115Z[ host-image] Dec 17 08:05:59.029 INFO O| "etc/bash"
87322024-12-17T08:06:01.121Z[ host-image] Dec 17 08:05:59.038 INFO O| "etc/svc/profile/generic.xml"
87332024-12-17T08:06:01.121Z[ host-image] Dec 17 08:05:59.038 INFO O| "etc/svc/profile/inetd_services.xml"
87342024-12-17T08:06:01.124Z[ host-image] Dec 17 08:05:59.038 INFO O| "etc/svc/profile/name_service.xml"
87352024-12-17T08:06:01.124Z[ host-image] Dec 17 08:05:59.039 INFO O| "etc/svc/profile/platform.xml"
87362024-12-17T08:06:01.124Z[ host-image] Dec 17 08:05:59.039 INFO O| "etc/svc/profile/platform_omicron1.xml"
87372024-12-17T08:06:01.124Z[ host-image] Dec 17 08:05:59.039 INFO O| "etc/svc/repository.db"
87382024-12-17T08:06:01.138Z[ host-image] Dec 17 08:05:59.055 INFO O| "opt/ooce/share"
87392024-12-17T08:06:01.139Z[ host-image] Dec 17 08:05:59.055 INFO O| "opt/ooce/share/man"
87402024-12-17T08:06:01.139Z[ host-image] Dec 17 08:05:59.055 INFO O| "opt/ooce/share/man/man1"
87412024-12-17T08:06:01.154Z[ host-image] Dec 17 08:05:59.070 INFO O| finishing archive...
87422024-12-17T08:06:04.326Z[ recovery-image] Dec 17 08:06:02.242 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)
87432024-12-17T08:06:05.876Z[ host-image] Dec 17 08:06:03.791 INFO O| creating gzonly manifest...
87442024-12-17T08:06:05.886Z[ host-image] Dec 17 08:06:03.801 INFO O| ok
87452024-12-17T08:06:06.285Z[ host-image] Dec 17 08:06:04.201 INFO image builder template: ramdisk-02-trim...
87462024-12-17T08:06:06.286Z[ host-image] Dec 17 08:06:04.201 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/.tmpbJsvfq/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
87472024-12-17T08:06:06.327Z[ host-image] Dec 17 08:06:04.242 INFO O| Dec 17 08:06:04.242 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87482024-12-17T08:06:06.334Z[ host-image] Dec 17 08:06:04.250 INFO O| Dec 17 08:06:04.250 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87492024-12-17T08:06:06.509Z[ host-image] Dec 17 08:06:04.425 INFO O| Dec 17 08:06:04.425 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87502024-12-17T08:06:06.727Z[ host-image] Dec 17 08:06:04.642 INFO O| Dec 17 08:06:04.642 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87512024-12-17T08:06:06.727Z[ host-image] Dec 17 08:06:04.642 INFO O| Dec 17 08:06:04.642 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87522024-12-17T08:06:06.736Z[ host-image] Dec 17 08:06:04.652 INFO O| Dec 17 08:06:04.652 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87532024-12-17T08:06:06.743Z[ host-image] Dec 17 08:06:04.659 INFO O| Dec 17 08:06:04.659 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87542024-12-17T08:06:06.752Z[ host-image] Dec 17 08:06:04.667 INFO O| Dec 17 08:06:04.667 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87552024-12-17T08:06:07.400Z[ recovery-image] Dec 17 08:06:05.315 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)
87562024-12-17T08:06:07.814Z[ host-image] Dec 17 08:06:05.729 INFO O| Dec 17 08:06:05.729 INFO rolled back to input snapshot; work may begin
87572024-12-17T08:06:07.814Z[ host-image] Dec 17 08:06:05.729 INFO O| Dec 17 08:06:05.729 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87582024-12-17T08:06:07.823Z[ host-image] Dec 17 08:06:05.738 INFO O| Dec 17 08:06:05.738 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-17T08:06:07.842Z[ host-image] Dec 17 08:06:05.757 INFO O| Dec 17 08:06:05.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87602024-12-17T08:06:07.958Z[ host-image] Dec 17 08:06:05.873 INFO O| Dec 17 08:06:05.873 INFO STEP 0 (remove_files) COMPLETE
87612024-12-17T08:06:07.958Z[ host-image] Dec 17 08:06:05.873 INFO O| Dec 17 08:06:05.873 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-17T08:06:07.978Z[ host-image] Dec 17 08:06:05.893 INFO O| Dec 17 08:06:05.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87632024-12-17T08:06:07.980Z[ host-image] Dec 17 08:06:05.896 INFO O| Dec 17 08:06:05.895 INFO STEP 1 (remove_files) COMPLETE
87642024-12-17T08:06:07.980Z[ host-image] Dec 17 08:06:05.896 INFO O| Dec 17 08:06:05.896 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-12-17T08:06:07.999Z[ host-image] Dec 17 08:06:05.914 INFO O| Dec 17 08:06:05.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87662024-12-17T08:06:08.025Z[ host-image] Dec 17 08:06:05.940 INFO O| Dec 17 08:06:05.940 INFO STEP 2 (remove_files) COMPLETE
87672024-12-17T08:06:08.025Z[ host-image] Dec 17 08:06:05.940 INFO O| Dec 17 08:06:05.940 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-12-17T08:06:08.091Z[ host-image] Dec 17 08:06:06.006 INFO O| Dec 17 08:06:06.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87692024-12-17T08:06:08.094Z[ host-image] Dec 17 08:06:06.009 INFO O| Dec 17 08:06:06.009 INFO STEP 3 (remove_files) COMPLETE
87702024-12-17T08:06:08.097Z[ host-image] Dec 17 08:06:06.010 INFO O| Dec 17 08:06:06.009 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-12-17T08:06:08.157Z[ host-image] Dec 17 08:06:06.072 INFO O| Dec 17 08:06:06.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87722024-12-17T08:06:08.162Z[ host-image] Dec 17 08:06:06.078 INFO O| Dec 17 08:06:06.078 INFO STEP 4 (remove_files) COMPLETE
87732024-12-17T08:06:08.162Z[ host-image] Dec 17 08:06:06.078 INFO O| Dec 17 08:06:06.078 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-12-17T08:06:08.184Z[ host-image] Dec 17 08:06:06.097 INFO O| Dec 17 08:06:06.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87752024-12-17T08:06:08.187Z[ host-image] Dec 17 08:06:06.102 INFO O| Dec 17 08:06:06.102 INFO STEP 5 (remove_files) COMPLETE
87762024-12-17T08:06:08.187Z[ host-image] Dec 17 08:06:06.102 INFO O| Dec 17 08:06:06.102 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-12-17T08:06:08.215Z[ host-image] Dec 17 08:06:06.130 INFO O| Dec 17 08:06:06.130 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87782024-12-17T08:06:08.236Z[ host-image] Dec 17 08:06:06.151 INFO O| Dec 17 08:06:06.151 INFO STEP 6 (remove_files) COMPLETE
87792024-12-17T08:06:08.239Z[ host-image] Dec 17 08:06:06.151 INFO O| Dec 17 08:06:06.151 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-12-17T08:06:08.298Z[ host-image] Dec 17 08:06:06.211 INFO O| Dec 17 08:06:06.211 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87812024-12-17T08:06:08.338Z[ host-image] Dec 17 08:06:06.253 INFO O| Dec 17 08:06:06.253 INFO STEP 7 (remove_files) COMPLETE
87822024-12-17T08:06:08.338Z[ host-image] Dec 17 08:06:06.253 INFO O| Dec 17 08:06:06.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-12-17T08:06:08.403Z[ host-image] Dec 17 08:06:06.318 INFO O| Dec 17 08:06:06.318 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87842024-12-17T08:06:08.623Z[ host-image] Dec 17 08:06:06.538 INFO O| Dec 17 08:06:06.538 INFO STEP 8 (remove_files) COMPLETE
87852024-12-17T08:06:08.623Z[ host-image] Dec 17 08:06:06.538 INFO O| Dec 17 08:06:06.538 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-12-17T08:06:08.693Z[ host-image] Dec 17 08:06:06.608 INFO O| Dec 17 08:06:06.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87872024-12-17T08:06:08.927Z[ host-image] Dec 17 08:06:06.841 INFO O| Dec 17 08:06:06.841 INFO STEP 9 (remove_files) COMPLETE
87882024-12-17T08:06:08.927Z[ host-image] Dec 17 08:06:06.841 INFO O| Dec 17 08:06:06.841 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-12-17T08:06:09.062Z[ host-image] Dec 17 08:06:06.977 INFO O| Dec 17 08:06:06.977 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87902024-12-17T08:06:09.068Z[ host-image] Dec 17 08:06:06.983 INFO O| Dec 17 08:06:06.983 INFO STEP 10 (remove_files) COMPLETE
87912024-12-17T08:06:09.068Z[ host-image] Dec 17 08:06:06.984 INFO O| Dec 17 08:06:06.984 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-17T08:06:09.211Z[ host-image] Dec 17 08:06:07.126 INFO O| Dec 17 08:06:07.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87932024-12-17T08:06:09.217Z[ host-image] Dec 17 08:06:07.128 INFO O| Dec 17 08:06:07.127 INFO STEP 11 (remove_files) COMPLETE
87942024-12-17T08:06:09.217Z[ host-image] Dec 17 08:06:07.133 INFO O| Dec 17 08:06:07.127 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-17T08:06:09.249Z[ host-image] Dec 17 08:06:07.164 INFO O| Dec 17 08:06:07.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87962024-12-17T08:06:09.252Z[ host-image] Dec 17 08:06:07.167 INFO O| Dec 17 08:06:07.167 INFO STEP 12 (remove_files) COMPLETE
87972024-12-17T08:06:09.252Z[ host-image] Dec 17 08:06:07.167 INFO O| Dec 17 08:06:07.167 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-17T08:06:09.281Z[ host-image] Dec 17 08:06:07.196 INFO O| Dec 17 08:06:07.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87992024-12-17T08:06:09.302Z[ host-image] Dec 17 08:06:07.216 INFO O| Dec 17 08:06:07.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88002024-12-17T08:06:09.302Z[ host-image] Dec 17 08:06:07.217 INFO O| Dec 17 08:06:07.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88012024-12-17T08:06:09.304Z[ host-image] Dec 17 08:06:07.217 INFO O| Dec 17 08:06:07.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88022024-12-17T08:06:09.304Z[ host-image] Dec 17 08:06:07.217 INFO O| Dec 17 08:06:07.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88032024-12-17T08:06:09.304Z[ host-image] Dec 17 08:06:07.217 INFO O| Dec 17 08:06:07.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88042024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.218 INFO O| Dec 17 08:06:07.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88052024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.218 INFO O| Dec 17 08:06:07.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88062024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.219 INFO O| Dec 17 08:06:07.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88072024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.219 INFO O| Dec 17 08:06:07.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88082024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.219 INFO O| Dec 17 08:06:07.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88092024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.219 INFO O| Dec 17 08:06:07.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88102024-12-17T08:06:09.305Z[ host-image] Dec 17 08:06:07.219 INFO O| Dec 17 08:06:07.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88112024-12-17T08:06:09.307Z[ host-image] Dec 17 08:06:07.220 INFO O| Dec 17 08:06:07.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88122024-12-17T08:06:09.307Z[ host-image] Dec 17 08:06:07.220 INFO O| Dec 17 08:06:07.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88132024-12-17T08:06:09.307Z[ host-image] Dec 17 08:06:07.221 INFO O| Dec 17 08:06:07.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88142024-12-17T08:06:09.307Z[ host-image] Dec 17 08:06:07.221 INFO O| Dec 17 08:06:07.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88152024-12-17T08:06:09.585Z[ host-image] Dec 17 08:06:07.500 INFO O| Dec 17 08:06:07.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88162024-12-17T08:06:09.591Z[ host-image] Dec 17 08:06:07.506 INFO O| Dec 17 08:06:07.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88172024-12-17T08:06:09.603Z[ host-image] Dec 17 08:06:07.518 INFO O| Dec 17 08:06:07.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88182024-12-17T08:06:09.618Z[ host-image] Dec 17 08:06:07.533 INFO O| Dec 17 08:06:07.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88192024-12-17T08:06:10.107Z[ host-image] Dec 17 08:06:08.020 INFO O| Dec 17 08:06:08.020 INFO STEP 13 (remove_files) COMPLETE
88202024-12-17T08:06:10.107Z[ host-image] Dec 17 08:06:08.020 INFO O| Dec 17 08:06:08.020 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-17T08:06:10.127Z[ host-image] Dec 17 08:06:08.041 INFO O| Dec 17 08:06:08.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88222024-12-17T08:06:10.130Z[ host-image] Dec 17 08:06:08.044 INFO O| Dec 17 08:06:08.044 INFO STEP 14 (remove_files) COMPLETE
88232024-12-17T08:06:10.130Z[ host-image] Dec 17 08:06:08.044 INFO O| Dec 17 08:06:08.044 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-17T08:06:10.150Z[ host-image] Dec 17 08:06:08.064 INFO O| Dec 17 08:06:08.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88252024-12-17T08:06:10.161Z[ host-image] Dec 17 08:06:08.075 INFO O| Dec 17 08:06:08.075 INFO STEP 15 (remove_files) COMPLETE
88262024-12-17T08:06:10.161Z[ host-image] Dec 17 08:06:08.075 INFO O| Dec 17 08:06:08.075 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-17T08:06:10.182Z[ host-image] Dec 17 08:06:08.095 INFO O| Dec 17 08:06:08.095 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88282024-12-17T08:06:10.185Z[ host-image] Dec 17 08:06:08.096 INFO O| Dec 17 08:06:08.096 INFO STEP 16 (remove_files) COMPLETE
88292024-12-17T08:06:10.185Z[ host-image] Dec 17 08:06:08.096 INFO O| Dec 17 08:06:08.096 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-17T08:06:10.212Z[ host-image] Dec 17 08:06:08.127 INFO O| Dec 17 08:06:08.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88312024-12-17T08:06:10.215Z[ host-image] Dec 17 08:06:08.129 INFO O| Dec 17 08:06:08.129 INFO STEP 17 (remove_files) COMPLETE
88322024-12-17T08:06:10.215Z[ host-image] Dec 17 08:06:08.129 INFO O| Dec 17 08:06:08.129 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-17T08:06:10.240Z[ host-image] Dec 17 08:06:08.154 INFO O| Dec 17 08:06:08.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88342024-12-17T08:06:10.240Z[ host-image] Dec 17 08:06:08.155 INFO O| Dec 17 08:06:08.155 INFO STEP 18 (remove_files) COMPLETE
88352024-12-17T08:06:10.240Z[ host-image] Dec 17 08:06:08.155 INFO O| Dec 17 08:06:08.155 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-17T08:06:10.268Z[ host-image] Dec 17 08:06:08.183 INFO O| Dec 17 08:06:08.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88372024-12-17T08:06:10.268Z[ host-image] Dec 17 08:06:08.183 INFO O| Dec 17 08:06:08.183 INFO STEP 19 (remove_files) COMPLETE
88382024-12-17T08:06:10.268Z[ host-image] Dec 17 08:06:08.183 INFO O| Dec 17 08:06:08.183 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-17T08:06:10.301Z[ host-image] Dec 17 08:06:08.215 INFO O| Dec 17 08:06:08.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88402024-12-17T08:06:10.302Z[ host-image] Dec 17 08:06:08.216 INFO O| Dec 17 08:06:08.215 INFO STEP 20 (remove_files) COMPLETE
88412024-12-17T08:06:10.305Z[ host-image] Dec 17 08:06:08.216 INFO O| Dec 17 08:06:08.216 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-17T08:06:10.321Z[ host-image] Dec 17 08:06:08.236 INFO O| Dec 17 08:06:08.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88432024-12-17T08:06:10.321Z[ host-image] Dec 17 08:06:08.236 INFO O| Dec 17 08:06:08.236 INFO STEP 21 (remove_files) COMPLETE
88442024-12-17T08:06:10.321Z[ host-image] Dec 17 08:06:08.236 INFO O| Dec 17 08:06:08.236 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-17T08:06:10.339Z[ host-image] Dec 17 08:06:08.254 INFO O| Dec 17 08:06:08.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88462024-12-17T08:06:10.339Z[ host-image] Dec 17 08:06:08.254 INFO O| Dec 17 08:06:08.254 INFO STEP 22 (remove_files) COMPLETE
88472024-12-17T08:06:10.341Z[ host-image] Dec 17 08:06:08.254 INFO O| Dec 17 08:06:08.254 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-17T08:06:10.357Z[ host-image] Dec 17 08:06:08.272 INFO O| Dec 17 08:06:08.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88492024-12-17T08:06:10.357Z[ host-image] Dec 17 08:06:08.272 INFO O| Dec 17 08:06:08.272 INFO STEP 23 (remove_files) COMPLETE
88502024-12-17T08:06:10.357Z[ host-image] Dec 17 08:06:08.272 INFO O| Dec 17 08:06:08.272 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-17T08:06:10.374Z[ host-image] Dec 17 08:06:08.289 INFO O| Dec 17 08:06:08.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88522024-12-17T08:06:10.374Z[ host-image] Dec 17 08:06:08.289 INFO O| Dec 17 08:06:08.289 INFO STEP 24 (remove_files) COMPLETE
88532024-12-17T08:06:10.374Z[ host-image] Dec 17 08:06:08.289 INFO O| Dec 17 08:06:08.289 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-17T08:06:10.394Z[ host-image] Dec 17 08:06:08.308 INFO O| Dec 17 08:06:08.308 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88552024-12-17T08:06:10.394Z[ host-image] Dec 17 08:06:08.308 INFO O| Dec 17 08:06:08.308 INFO STEP 25 (remove_files) COMPLETE
88562024-12-17T08:06:10.394Z[ host-image] Dec 17 08:06:08.308 INFO O| Dec 17 08:06:08.308 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-17T08:06:10.453Z[ host-image] Dec 17 08:06:08.367 INFO O| Dec 17 08:06:08.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88582024-12-17T08:06:10.453Z[ host-image] Dec 17 08:06:08.367 INFO O| Dec 17 08:06:08.367 INFO STEP 26 (remove_files) COMPLETE
88592024-12-17T08:06:10.455Z[ host-image] Dec 17 08:06:08.367 INFO O| Dec 17 08:06:08.367 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-17T08:06:10.604Z[ host-image] Dec 17 08:06:08.519 INFO O| Dec 17 08:06:08.519 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88612024-12-17T08:06:10.607Z[ host-image] Dec 17 08:06:08.519 INFO O| Dec 17 08:06:08.519 INFO STEP 27 (remove_files) COMPLETE
88622024-12-17T08:06:10.607Z[ host-image] Dec 17 08:06:08.519 INFO O| Dec 17 08:06:08.519 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-17T08:06:10.622Z[ host-image] Dec 17 08:06:08.537 INFO O| Dec 17 08:06:08.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88642024-12-17T08:06:10.622Z[ host-image] Dec 17 08:06:08.537 INFO O| Dec 17 08:06:08.537 INFO STEP 28 (remove_files) COMPLETE
88652024-12-17T08:06:10.625Z[ host-image] Dec 17 08:06:08.537 INFO O| Dec 17 08:06:08.537 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-17T08:06:10.649Z[ host-image] Dec 17 08:06:08.563 INFO O| Dec 17 08:06:08.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88672024-12-17T08:06:10.649Z[ host-image] Dec 17 08:06:08.563 INFO O| Dec 17 08:06:08.563 INFO STEP 29 (remove_files) COMPLETE
88682024-12-17T08:06:10.649Z[ host-image] Dec 17 08:06:08.563 INFO O| Dec 17 08:06:08.563 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-17T08:06:10.679Z[ host-image] Dec 17 08:06:08.593 INFO O| Dec 17 08:06:08.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88702024-12-17T08:06:10.679Z[ host-image] Dec 17 08:06:08.594 INFO O| Dec 17 08:06:08.594 INFO STEP 30 (remove_files) COMPLETE
88712024-12-17T08:06:10.679Z[ host-image] Dec 17 08:06:08.594 INFO O| Dec 17 08:06:08.594 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-17T08:06:10.696Z[ host-image] Dec 17 08:06:08.611 INFO O| Dec 17 08:06:08.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88732024-12-17T08:06:10.696Z[ host-image] Dec 17 08:06:08.611 INFO O| Dec 17 08:06:08.611 INFO STEP 31 (remove_files) COMPLETE
88742024-12-17T08:06:10.696Z[ host-image] Dec 17 08:06:08.611 INFO O| Dec 17 08:06:08.611 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-17T08:06:10.725Z[ host-image] Dec 17 08:06:08.639 INFO O| Dec 17 08:06:08.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88762024-12-17T08:06:10.728Z[ host-image] Dec 17 08:06:08.639 INFO O| Dec 17 08:06:08.639 INFO STEP 32 (remove_files) COMPLETE
88772024-12-17T08:06:10.728Z[ host-image] Dec 17 08:06:08.639 INFO O| Dec 17 08:06:08.639 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-17T08:06:10.780Z[ host-image] Dec 17 08:06:08.695 INFO O| Dec 17 08:06:08.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88792024-12-17T08:06:10.780Z[ host-image] Dec 17 08:06:08.695 INFO O| Dec 17 08:06:08.695 INFO STEP 33 (remove_files) COMPLETE
88802024-12-17T08:06:10.780Z[ host-image] Dec 17 08:06:08.695 INFO O| Dec 17 08:06:08.695 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-17T08:06:10.841Z[ host-image] Dec 17 08:06:08.755 INFO O| Dec 17 08:06:08.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88822024-12-17T08:06:10.841Z[ host-image] Dec 17 08:06:08.755 INFO O| Dec 17 08:06:08.755 INFO STEP 34 (remove_files) COMPLETE
88832024-12-17T08:06:10.841Z[ host-image] Dec 17 08:06:08.756 INFO O| Dec 17 08:06:08.755 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-17T08:06:10.881Z[ host-image] Dec 17 08:06:08.796 INFO O| Dec 17 08:06:08.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88852024-12-17T08:06:10.881Z[ host-image] Dec 17 08:06:08.796 INFO O| Dec 17 08:06:08.796 INFO STEP 35 (remove_files) COMPLETE
88862024-12-17T08:06:10.881Z[ host-image] Dec 17 08:06:08.796 INFO O| Dec 17 08:06:08.796 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-17T08:06:10.938Z[ host-image] Dec 17 08:06:08.852 INFO O| Dec 17 08:06:08.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88882024-12-17T08:06:10.938Z[ host-image] Dec 17 08:06:08.852 INFO O| Dec 17 08:06:08.852 INFO STEP 36 (remove_files) COMPLETE
88892024-12-17T08:06:10.938Z[ host-image] Dec 17 08:06:08.852 INFO O| Dec 17 08:06:08.852 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-17T08:06:10.975Z[ host-image] Dec 17 08:06:08.889 INFO O| Dec 17 08:06:08.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88912024-12-17T08:06:10.975Z[ host-image] Dec 17 08:06:08.889 INFO O| Dec 17 08:06:08.889 INFO STEP 37 (remove_files) COMPLETE
88922024-12-17T08:06:10.977Z[ host-image] Dec 17 08:06:08.889 INFO O| Dec 17 08:06:08.889 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-17T08:06:11.020Z[ host-image] Dec 17 08:06:08.935 INFO O| Dec 17 08:06:08.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88942024-12-17T08:06:11.020Z[ host-image] Dec 17 08:06:08.935 INFO O| Dec 17 08:06:08.935 INFO STEP 38 (remove_files) COMPLETE
88952024-12-17T08:06:11.021Z[ host-image] Dec 17 08:06:08.935 INFO O| Dec 17 08:06:08.935 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-17T08:06:11.040Z[ host-image] Dec 17 08:06:08.954 INFO O| Dec 17 08:06:08.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88972024-12-17T08:06:11.040Z[ host-image] Dec 17 08:06:08.954 INFO O| Dec 17 08:06:08.954 INFO STEP 39 (remove_files) COMPLETE
88982024-12-17T08:06:11.040Z[ host-image] Dec 17 08:06:08.954 INFO O| Dec 17 08:06:08.954 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-17T08:06:11.071Z[ host-image] Dec 17 08:06:08.985 INFO O| Dec 17 08:06:08.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89002024-12-17T08:06:11.071Z[ host-image] Dec 17 08:06:08.985 INFO O| Dec 17 08:06:08.985 INFO STEP 40 (remove_files) COMPLETE
89012024-12-17T08:06:11.071Z[ host-image] Dec 17 08:06:08.985 INFO O| Dec 17 08:06:08.985 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-17T08:06:11.125Z[ host-image] Dec 17 08:06:09.039 INFO O| Dec 17 08:06:09.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89032024-12-17T08:06:11.125Z[ host-image] Dec 17 08:06:09.039 INFO O| Dec 17 08:06:09.039 INFO STEP 41 (remove_files) COMPLETE
89042024-12-17T08:06:11.127Z[ host-image] Dec 17 08:06:09.039 INFO O| Dec 17 08:06:09.039 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-17T08:06:11.167Z[ host-image] Dec 17 08:06:09.081 INFO O| Dec 17 08:06:09.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89062024-12-17T08:06:11.169Z[ host-image] Dec 17 08:06:09.082 INFO O| Dec 17 08:06:09.081 INFO STEP 42 (remove_files) COMPLETE
89072024-12-17T08:06:11.169Z[ host-image] Dec 17 08:06:09.082 INFO O| Dec 17 08:06:09.081 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-17T08:06:11.186Z[ host-image] Dec 17 08:06:09.101 INFO O| Dec 17 08:06:09.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89092024-12-17T08:06:11.189Z[ host-image] Dec 17 08:06:09.101 INFO O| Dec 17 08:06:09.101 INFO STEP 43 (remove_files) COMPLETE
89102024-12-17T08:06:11.189Z[ host-image] Dec 17 08:06:09.101 INFO O| Dec 17 08:06:09.101 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-17T08:06:11.207Z[ host-image] Dec 17 08:06:09.121 INFO O| Dec 17 08:06:09.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89122024-12-17T08:06:11.207Z[ host-image] Dec 17 08:06:09.121 INFO O| Dec 17 08:06:09.121 INFO STEP 44 (remove_files) COMPLETE
89132024-12-17T08:06:11.207Z[ host-image] Dec 17 08:06:09.121 INFO O| Dec 17 08:06:09.121 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-17T08:06:11.235Z[ host-image] Dec 17 08:06:09.149 INFO O| Dec 17 08:06:09.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89152024-12-17T08:06:11.235Z[ host-image] Dec 17 08:06:09.149 INFO O| Dec 17 08:06:09.149 INFO STEP 45 (remove_files) COMPLETE
89162024-12-17T08:06:11.238Z[ host-image] Dec 17 08:06:09.149 INFO O| Dec 17 08:06:09.149 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-17T08:06:11.253Z[ host-image] Dec 17 08:06:09.167 INFO O| Dec 17 08:06:09.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89182024-12-17T08:06:11.253Z[ host-image] Dec 17 08:06:09.167 INFO O| Dec 17 08:06:09.167 INFO STEP 46 (remove_files) COMPLETE
89192024-12-17T08:06:11.253Z[ host-image] Dec 17 08:06:09.167 INFO O| Dec 17 08:06:09.167 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-17T08:06:11.272Z[ host-image] Dec 17 08:06:09.187 INFO O| Dec 17 08:06:09.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89212024-12-17T08:06:11.272Z[ host-image] Dec 17 08:06:09.187 INFO O| Dec 17 08:06:09.187 INFO STEP 47 (remove_files) COMPLETE
89222024-12-17T08:06:11.272Z[ host-image] Dec 17 08:06:09.187 INFO O| Dec 17 08:06:09.187 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-17T08:06:11.291Z[ host-image] Dec 17 08:06:09.205 INFO O| Dec 17 08:06:09.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89242024-12-17T08:06:11.291Z[ host-image] Dec 17 08:06:09.206 INFO O| Dec 17 08:06:09.206 INFO STEP 48 (remove_files) COMPLETE
89252024-12-17T08:06:11.291Z[ host-image] Dec 17 08:06:09.206 INFO O| Dec 17 08:06:09.206 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-17T08:06:11.331Z[ host-image] Dec 17 08:06:09.245 INFO O| Dec 17 08:06:09.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89272024-12-17T08:06:11.331Z[ host-image] Dec 17 08:06:09.245 INFO O| Dec 17 08:06:09.245 INFO STEP 49 (remove_files) COMPLETE
89282024-12-17T08:06:11.334Z[ host-image] Dec 17 08:06:09.245 INFO O| Dec 17 08:06:09.245 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-17T08:06:11.366Z[ host-image] Dec 17 08:06:09.280 INFO O| Dec 17 08:06:09.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89302024-12-17T08:06:11.366Z[ host-image] Dec 17 08:06:09.280 INFO O| Dec 17 08:06:09.280 INFO STEP 50 (remove_files) COMPLETE
89312024-12-17T08:06:11.366Z[ host-image] Dec 17 08:06:09.280 INFO O| Dec 17 08:06:09.280 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-17T08:06:11.385Z[ host-image] Dec 17 08:06:09.299 INFO O| Dec 17 08:06:09.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89332024-12-17T08:06:11.385Z[ host-image] Dec 17 08:06:09.299 INFO O| Dec 17 08:06:09.299 INFO STEP 51 (remove_files) COMPLETE
89342024-12-17T08:06:11.385Z[ host-image] Dec 17 08:06:09.299 INFO O| Dec 17 08:06:09.299 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-17T08:06:11.417Z[ host-image] Dec 17 08:06:09.331 INFO O| Dec 17 08:06:09.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89362024-12-17T08:06:11.417Z[ host-image] Dec 17 08:06:09.331 INFO O| Dec 17 08:06:09.331 INFO STEP 52 (remove_files) COMPLETE
89372024-12-17T08:06:11.420Z[ host-image] Dec 17 08:06:09.331 INFO O| Dec 17 08:06:09.331 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-17T08:06:11.474Z[ host-image] Dec 17 08:06:09.388 INFO O| Dec 17 08:06:09.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89392024-12-17T08:06:11.477Z[ host-image] Dec 17 08:06:09.388 INFO O| Dec 17 08:06:09.388 INFO STEP 53 (remove_files) COMPLETE
89402024-12-17T08:06:11.477Z[ host-image] Dec 17 08:06:09.388 INFO O| Dec 17 08:06:09.388 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-17T08:06:11.492Z[ host-image] Dec 17 08:06:09.406 INFO O| Dec 17 08:06:09.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89422024-12-17T08:06:11.492Z[ host-image] Dec 17 08:06:09.406 INFO O| Dec 17 08:06:09.406 INFO STEP 54 (remove_files) COMPLETE
89432024-12-17T08:06:11.492Z[ host-image] Dec 17 08:06:09.406 INFO O| Dec 17 08:06:09.406 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-17T08:06:11.526Z[ host-image] Dec 17 08:06:09.440 INFO O| Dec 17 08:06:09.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89452024-12-17T08:06:11.526Z[ host-image] Dec 17 08:06:09.440 INFO O| Dec 17 08:06:09.440 INFO STEP 55 (remove_files) COMPLETE
89462024-12-17T08:06:11.526Z[ host-image] Dec 17 08:06:09.440 INFO O| Dec 17 08:06:09.440 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-17T08:06:11.587Z[ host-image] Dec 17 08:06:09.501 INFO O| Dec 17 08:06:09.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89482024-12-17T08:06:11.587Z[ host-image] Dec 17 08:06:09.501 INFO O| Dec 17 08:06:09.501 INFO STEP 56 (remove_files) COMPLETE
89492024-12-17T08:06:11.590Z[ host-image] Dec 17 08:06:09.501 INFO O| Dec 17 08:06:09.501 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-17T08:06:11.607Z[ host-image] Dec 17 08:06:09.521 INFO O| Dec 17 08:06:09.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89512024-12-17T08:06:11.609Z[ host-image] Dec 17 08:06:09.521 INFO O| Dec 17 08:06:09.521 INFO STEP 57 (remove_files) COMPLETE
89522024-12-17T08:06:11.609Z[ host-image] Dec 17 08:06:09.522 INFO O| Dec 17 08:06:09.521 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-17T08:06:11.627Z[ host-image] Dec 17 08:06:09.541 INFO O| Dec 17 08:06:09.541 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89542024-12-17T08:06:11.629Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89552024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89562024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89572024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89582024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89592024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO ok!
89602024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.542 INFO O| Dec 17 08:06:09.542 INFO STEP 58 (ensure_file) COMPLETE
89612024-12-17T08:06:11.630Z[ host-image] Dec 17 08:06:09.543 INFO O| Dec 17 08:06:09.543 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-17T08:06:11.647Z[ host-image] Dec 17 08:06:09.561 INFO O| Dec 17 08:06:09.561 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89632024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.561 INFO O| Dec 17 08:06:09.561 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89642024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89652024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89662024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89672024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89682024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO ok!
89692024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.562 INFO O| Dec 17 08:06:09.562 INFO STEP 59 (ensure_file) COMPLETE
89702024-12-17T08:06:11.650Z[ host-image] Dec 17 08:06:09.563 INFO O| Dec 17 08:06:09.562 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-17T08:06:11.667Z[ host-image] Dec 17 08:06:09.581 INFO O| Dec 17 08:06:09.581 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89722024-12-17T08:06:11.669Z[ host-image] Dec 17 08:06:09.581 INFO O| Dec 17 08:06:09.581 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89732024-12-17T08:06:11.669Z[ host-image] Dec 17 08:06:09.581 INFO O| Dec 17 08:06:09.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89742024-12-17T08:06:11.670Z[ host-image] Dec 17 08:06:09.582 INFO O| Dec 17 08:06:09.582 INFO ok!
89752024-12-17T08:06:11.670Z[ host-image] Dec 17 08:06:09.582 INFO O| Dec 17 08:06:09.582 INFO STEP 60 (ensure_file) COMPLETE
89762024-12-17T08:06:11.670Z[ host-image] Dec 17 08:06:09.582 INFO O| Dec 17 08:06:09.582 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-17T08:06:11.686Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89782024-12-17T08:06:11.686Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89792024-12-17T08:06:11.690Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89802024-12-17T08:06:11.690Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 INFO ok!
89812024-12-17T08:06:11.690Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 INFO STEP 61 (ensure_file) COMPLETE
89822024-12-17T08:06:11.690Z[ host-image] Dec 17 08:06:09.601 INFO O| Dec 17 08:06:09.601 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-17T08:06:11.710Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89842024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89852024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89862024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89872024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO ok!
89882024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO STEP 62 (ensure_file) COMPLETE
89892024-12-17T08:06:11.713Z[ host-image] Dec 17 08:06:09.625 INFO O| Dec 17 08:06:09.625 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-17T08:06:11.736Z[ host-image] Dec 17 08:06:09.650 INFO O| Dec 17 08:06:09.650 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89912024-12-17T08:06:11.736Z[ host-image] Dec 17 08:06:09.650 INFO O| Dec 17 08:06:09.650 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89922024-12-17T08:06:11.739Z[ host-image] Dec 17 08:06:09.651 INFO O| Dec 17 08:06:09.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89932024-12-17T08:06:11.739Z[ host-image] Dec 17 08:06:09.651 INFO O| Dec 17 08:06:09.651 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89942024-12-17T08:06:11.739Z[ host-image] Dec 17 08:06:09.651 INFO O| Dec 17 08:06:09.651 INFO ok!
89952024-12-17T08:06:11.739Z[ host-image] Dec 17 08:06:09.651 INFO O| Dec 17 08:06:09.651 INFO STEP 63 (ensure_file) COMPLETE
89962024-12-17T08:06:11.739Z[ host-image] Dec 17 08:06:09.651 INFO O| Dec 17 08:06:09.651 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89982024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89992024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90002024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO ok!
90012024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO STEP 64 (assemble_files) COMPLETE
90022024-12-17T08:06:11.773Z[ host-image] Dec 17 08:06:09.687 INFO O| Dec 17 08:06:09.687 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-17T08:06:11.810Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.724 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90042024-12-17T08:06:11.810Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.724 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90052024-12-17T08:06:11.810Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.725 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90062024-12-17T08:06:11.814Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.725 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90072024-12-17T08:06:11.814Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.725 INFO ok!
90082024-12-17T08:06:11.814Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.725 INFO STEP 65 (ensure_file) COMPLETE
90092024-12-17T08:06:11.814Z[ host-image] Dec 17 08:06:09.725 INFO O| Dec 17 08:06:09.725 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-17T08:06:11.851Z[ host-image] Dec 17 08:06:09.765 INFO O| Dec 17 08:06:09.765 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90112024-12-17T08:06:11.853Z[ host-image] Dec 17 08:06:09.765 INFO O| Dec 17 08:06:09.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90122024-12-17T08:06:11.853Z[ host-image] Dec 17 08:06:09.765 INFO O| Dec 17 08:06:09.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90132024-12-17T08:06:11.853Z[ host-image] Dec 17 08:06:09.766 INFO O| Dec 17 08:06:09.765 INFO STEP 66 (ensure_dir) COMPLETE
90142024-12-17T08:06:11.853Z[ host-image] Dec 17 08:06:09.766 INFO O| Dec 17 08:06:09.766 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-17T08:06:11.896Z[ host-image] Dec 17 08:06:09.810 INFO O| Dec 17 08:06:09.810 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90162024-12-17T08:06:11.896Z[ host-image] Dec 17 08:06:09.810 INFO O| Dec 17 08:06:09.810 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
90172024-12-17T08:06:11.906Z[ host-image] Dec 17 08:06:09.820 INFO O| Dec 17 08:06:09.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90182024-12-17T08:06:11.906Z[ host-image] Dec 17 08:06:09.820 INFO O| Dec 17 08:06:09.820 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90192024-12-17T08:06:11.908Z[ host-image] Dec 17 08:06:09.820 INFO O| Dec 17 08:06:09.820 INFO ok!
90202024-12-17T08:06:11.908Z[ host-image] Dec 17 08:06:09.820 INFO O| Dec 17 08:06:09.820 INFO STEP 67 (ensure_file) COMPLETE
90212024-12-17T08:06:11.909Z[ host-image] Dec 17 08:06:09.820 INFO O| Dec 17 08:06:09.820 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-17T08:06:11.925Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90232024-12-17T08:06:11.925Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
90242024-12-17T08:06:11.928Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90252024-12-17T08:06:11.928Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90262024-12-17T08:06:11.928Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO ok!
90272024-12-17T08:06:11.928Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO STEP 68 (ensure_file) COMPLETE
90282024-12-17T08:06:11.928Z[ host-image] Dec 17 08:06:09.840 INFO O| Dec 17 08:06:09.840 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-17T08:06:11.994Z[ host-image] Dec 17 08:06:09.908 INFO O| Dec 17 08:06:09.908 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90302024-12-17T08:06:11.994Z[ host-image] Dec 17 08:06:09.908 INFO O| Dec 17 08:06:09.908 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90312024-12-17T08:06:13.673Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling bitflags v1.3.2
90322024-12-17T08:06:13.673Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling scroll v0.12.0
90332024-12-17T08:06:13.673Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling log v0.4.22
90342024-12-17T08:06:13.676Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling bit_field v0.10.2
90352024-12-17T08:06:13.676Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling plain v0.2.3
90362024-12-17T08:06:13.676Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling adler2 v2.0.0
90372024-12-17T08:06:13.676Z[ recovery-image] Dec 17 08:06:11.587 INFO E| Compiling static_assertions v1.1.0
90382024-12-17T08:06:13.779Z[ recovery-image] Dec 17 08:06:11.693 INFO E| Compiling raw-cpuid v10.7.0
90392024-12-17T08:06:13.841Z[ recovery-image] Dec 17 08:06:11.755 INFO E| Compiling miniz_oxide v0.8.0
90402024-12-17T08:06:14.092Z[ recovery-image] Dec 17 08:06:12.006 INFO E| Compiling cpio_reader v0.1.1
90412024-12-17T08:06:14.112Z[ recovery-image] Dec 17 08:06:12.025 INFO E| Compiling bitstruct v0.1.1
90422024-12-17T08:06:14.593Z[ recovery-image] Dec 17 08:06:12.507 INFO E| Compiling goblin v0.8.2
90432024-12-17T08:06:16.983Z[ host-image] Dec 17 08:06:14.894 INFO O| Dec 17 08:06:14.894 INFO STEP 69 (pack_tar) COMPLETE
90442024-12-17T08:06:16.983Z[ host-image] Dec 17 08:06:14.894 INFO O| Dec 17 08:06:14.894 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90452024-12-17T08:06:16.983Z[ host-image] Dec 17 08:06:14.894 INFO O| Dec 17 08:06:14.894 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90462024-12-17T08:06:17.536Z[ host-image] Dec 17 08:06:15.449 INFO O| Dec 17 08:06:15.449 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90472024-12-17T08:06:17.673Z[ host-image] Dec 17 08:06:15.586 INFO O| Dec 17 08:06:15.586 INFO completed processing gimlet/ramdisk-02-trim
90482024-12-17T08:06:17.677Z[ host-image] Dec 17 08:06:15.589 INFO image builder template: zfs...
90492024-12-17T08:06:17.677Z[ host-image] Dec 17 08:06:15.589 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/.tmpbJsvfq/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
90502024-12-17T08:06:17.700Z[ host-image] Dec 17 08:06:15.613 INFO O| Dec 17 08:06:15.613 INFO skip include "stress" because feature "stress" is not enabled
90512024-12-17T08:06:17.768Z[ host-image] Dec 17 08:06:15.681 INFO O| Dec 17 08:06:15.681 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90522024-12-17T08:06:17.789Z[ host-image] Dec 17 08:06:15.702 INFO O| Dec 17 08:06:15.702 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90532024-12-17T08:06:17.910Z[ host-image] Dec 17 08:06:15.822 INFO O| Dec 17 08:06:15.822 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90542024-12-17T08:06:18.149Z[ host-image] Dec 17 08:06:16.062 INFO O| Dec 17 08:06:16.062 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90552024-12-17T08:06:18.152Z[ host-image] Dec 17 08:06:16.062 INFO O| Dec 17 08:06:16.062 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90562024-12-17T08:06:18.181Z[ host-image] Dec 17 08:06:16.094 INFO O| Dec 17 08:06:16.094 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90572024-12-17T08:06:18.294Z[ host-image] Dec 17 08:06:16.207 INFO O| Dec 17 08:06:16.207 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90582024-12-17T08:06:18.424Z[ host-image] Dec 17 08:06:16.337 INFO O| Dec 17 08:06:16.337 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90592024-12-17T08:06:18.440Z[ host-image] Dec 17 08:06:16.353 INFO O| Dec 17 08:06:16.353 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90602024-12-17T08:06:18.448Z[ host-image] Dec 17 08:06:16.361 INFO O| Dec 17 08:06:16.361 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90612024-12-17T08:06:18.449Z[ host-image] Dec 17 08:06:16.362 INFO O| Dec 17 08:06:16.362 INFO no lofi found
90622024-12-17T08:06:18.451Z[ host-image] Dec 17 08:06:16.362 INFO O| Dec 17 08:06:16.362 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90632024-12-17T08:06:18.451Z[ host-image] Dec 17 08:06:16.362 INFO O| Dec 17 08:06:16.362 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90642024-12-17T08:06:21.098Z[ host-image] Dec 17 08:06:19.011 INFO O| Dec 17 08:06:19.011 INFO lofi device = /dev/dsk/c2t1d0p0
90652024-12-17T08:06:21.099Z[ host-image] Dec 17 08:06:19.011 INFO O| Dec 17 08:06:19.011 INFO pool device = /dev/dsk/c2t1d0p0
90662024-12-17T08:06:21.101Z[ host-image] Dec 17 08:06:19.011 INFO O| Dec 17 08:06:19.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90672024-12-17T08:06:21.343Z[ host-image] Dec 17 08:06:19.255 INFO O| Dec 17 08:06:19.255 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90682024-12-17T08:06:21.343Z[ host-image] Dec 17 08:06:19.255 INFO O| Dec 17 08:06:19.255 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90692024-12-17T08:06:21.409Z[ host-image] Dec 17 08:06:19.321 INFO O| Dec 17 08:06:19.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90702024-12-17T08:06:21.525Z[ host-image] Dec 17 08:06:19.438 INFO O| Dec 17 08:06:19.438 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90712024-12-17T08:06:21.588Z[ host-image] Dec 17 08:06:19.500 INFO O| Dec 17 08:06:19.500 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90722024-12-17T08:06:21.615Z[ host-image] Dec 17 08:06:19.528 INFO O| Dec 17 08:06:19.528 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90732024-12-17T08:06:21.640Z[ host-image] Dec 17 08:06:19.552 INFO O| Dec 17 08:06:19.552 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90742024-12-17T08:06:21.735Z[ host-image] Dec 17 08:06:19.647 INFO O| Dec 17 08:06:19.647 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90752024-12-17T08:06:21.735Z[ host-image] Dec 17 08:06:19.647 INFO O| Dec 17 08:06:19.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90762024-12-17T08:06:21.738Z[ host-image] Dec 17 08:06:19.647 INFO O| Dec 17 08:06:19.647 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90772024-12-17T08:06:21.753Z[ host-image] Dec 17 08:06:19.666 INFO O| Dec 17 08:06:19.666 INFO boot environment UUID: 2b50dca3-ea87-4230-a361-b4cb9a81c826
90782024-12-17T08:06:21.753Z[ host-image] Dec 17 08:06:19.666 INFO O| Dec 17 08:06:19.666 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2b50dca3-ea87-4230-a361-b4cb9a81c826
90792024-12-17T08:06:21.835Z[ host-image] Dec 17 08:06:19.747 INFO O| Dec 17 08:06:19.747 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90802024-12-17T08:06:21.904Z[ host-image] Dec 17 08:06:19.816 INFO O| Dec 17 08:06:19.816 INFO STEP 0 (create_be) COMPLETE
90812024-12-17T08:06:21.904Z[ host-image] Dec 17 08:06:19.816 INFO O| Dec 17 08:06:19.816 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822024-12-17T08:06:22.027Z[ host-image] Dec 17 08:06:19.939 INFO O| Dec 17 08:06:19.939 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90832024-12-17T08:06:29.593Z[ recovery-image] Dec 17 08:06:27.503 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s
90842024-12-17T08:06:29.624Z[ recovery-image] Dec 17 08:06:27.535 INFO building host image...
90852024-12-17T08:06:29.627Z[ recovery-image] Dec 17 08:06:27.535 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")
90862024-12-17T08:06:31.553Z[ recovery-image] Dec 17 08:06:29.463 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90872024-12-17T08:06:36.958Z[ recovery-image] Dec 17 08:06:34.866 INFO image complete! materials are in "/work/os-recovery"
90882024-12-17T08:06:36.964Z[ recovery-image]
90892024-12-17T08:06:36.964Z[ recovery-image] real 11:05.777055567
90902024-12-17T08:06:36.964Z[ recovery-image] user 6:22.786863327
90912024-12-17T08:06:36.964Z[ recovery-image] sys 1:02.025084999
90922024-12-17T08:06:36.965Z[ recovery-image] trap 0.362127748
90932024-12-17T08:06:36.965ZDec 17 08:06:34.873 INFO [recovery-image] process exited with exit status: 0 (665.896195859s)
90942024-12-17T08:06:36.965Z[ recovery-image] tflt 0.638530323
90952024-12-17T08:06:36.965Z[ recovery-image] dflt 3.862748653
90962024-12-17T08:06:36.965Z[ recovery-image] kflt 0.044224905
90972024-12-17T08:06:36.965Z[ recovery-image] lock 14:40.785871330
90982024-12-17T08:06:36.965Z[ recovery-image] slp 1:07:22.134969237
90992024-12-17T08:06:36.965Z[ recovery-image] lat 4:40.491959061
91002024-12-17T08:06:36.965Z[ recovery-image] stop 6.720309047
91012024-12-17T08:06:46.369Z[ host-image] Dec 17 08:06:44.275 INFO O| Dec 17 08:06:44.275 INFO STEP 1 (unpack_tar) COMPLETE
91022024-12-17T08:06:46.369Z[ host-image] Dec 17 08:06:44.275 INFO O| Dec 17 08:06:44.275 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-17T08:06:46.387Z[ host-image] Dec 17 08:06:44.294 INFO O| Dec 17 08:06:44.294 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91042024-12-17T08:06:47.018Z[ host-image] Dec 17 08:06:44.924 INFO O| Dec 17 08:06:44.924 INFO STEP 2 (devfsadm) COMPLETE
91052024-12-17T08:06:47.018Z[ host-image] Dec 17 08:06:44.924 INFO O| Dec 17 08:06:44.924 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-17T08:06:47.035Z[ host-image] Dec 17 08:06:44.941 INFO O| Dec 17 08:06:44.941 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91072024-12-17T08:06:47.035Z[ host-image] Dec 17 08:06:44.942 INFO O| Dec 17 08:06:44.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91082024-12-17T08:06:47.035Z[ host-image] Dec 17 08:06:44.942 INFO O| Dec 17 08:06:44.942 INFO STEP 3 (ensure_dir) COMPLETE
91092024-12-17T08:06:47.038Z[ host-image] Dec 17 08:06:44.942 INFO O| Dec 17 08:06:44.942 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-17T08:06:47.078Z[ host-image] Dec 17 08:06:44.985 INFO O| Dec 17 08:06:44.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91112024-12-17T08:06:47.078Z[ host-image] Dec 17 08:06:44.985 INFO O| Dec 17 08:06:44.985 INFO STEP 4 (ensure_dir) COMPLETE
91122024-12-17T08:06:47.081Z[ host-image] Dec 17 08:06:44.985 INFO O| Dec 17 08:06:44.985 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-17T08:06:47.100Z[ host-image] Dec 17 08:06:45.007 INFO O| Dec 17 08:06:45.006 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91142024-12-17T08:06:47.100Z[ host-image] Dec 17 08:06:45.007 INFO O| Dec 17 08:06:45.007 INFO STEP 5 (ensure_dir) COMPLETE
91152024-12-17T08:06:47.103Z[ host-image] Dec 17 08:06:45.007 INFO O| Dec 17 08:06:45.007 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-17T08:06:47.118Z[ host-image] Dec 17 08:06:45.025 INFO O| Dec 17 08:06:45.025 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91172024-12-17T08:06:47.121Z[ host-image] Dec 17 08:06:45.026 INFO O| Dec 17 08:06:45.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91182024-12-17T08:06:47.121Z[ host-image] Dec 17 08:06:45.026 INFO O| Dec 17 08:06:45.026 INFO STEP 6 (ensure_dir) COMPLETE
91192024-12-17T08:06:47.121Z[ host-image] Dec 17 08:06:45.026 INFO O| Dec 17 08:06:45.026 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-17T08:06:47.187Z[ host-image] Dec 17 08:06:45.044 INFO O| Dec 17 08:06:45.044 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91212024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.044 INFO O| Dec 17 08:06:45.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91222024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.045 INFO O| Dec 17 08:06:45.044 INFO STEP 7 (ensure_dir) COMPLETE
91232024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.045 INFO O| Dec 17 08:06:45.045 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.064 INFO O| Dec 17 08:06:45.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91252024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.064 INFO O| Dec 17 08:06:45.064 INFO STEP 8 (remove_files) COMPLETE
91262024-12-17T08:06:47.190Z[ host-image] Dec 17 08:06:45.065 INFO O| Dec 17 08:06:45.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-17T08:06:47.192Z[ host-image] Dec 17 08:06:45.099 INFO O| Dec 17 08:06:45.099 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91282024-12-17T08:06:47.194Z[ host-image] Dec 17 08:06:45.100 INFO O| Dec 17 08:06:45.100 INFO STEP 9 (remove_files) COMPLETE
91292024-12-17T08:06:47.194Z[ host-image] Dec 17 08:06:45.100 INFO O| Dec 17 08:06:45.100 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91302024-12-17T08:06:47.214Z[ host-image] Dec 17 08:06:45.121 INFO O| Dec 17 08:06:45.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91312024-12-17T08:06:47.217Z[ host-image] Dec 17 08:06:45.122 INFO O| Dec 17 08:06:45.122 INFO STEP 10 (remove_files) COMPLETE
91322024-12-17T08:06:47.217Z[ host-image] Dec 17 08:06:45.122 INFO O| Dec 17 08:06:45.122 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-17T08:06:47.234Z[ host-image] Dec 17 08:06:45.141 INFO O| Dec 17 08:06:45.141 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91342024-12-17T08:06:47.234Z[ host-image] Dec 17 08:06:45.141 INFO O| Dec 17 08:06:45.141 INFO STEP 11 (remove_files) COMPLETE
91352024-12-17T08:06:47.234Z[ host-image] Dec 17 08:06:45.141 INFO O| Dec 17 08:06:45.141 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-17T08:06:47.258Z[ host-image] Dec 17 08:06:45.164 INFO O| Dec 17 08:06:45.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91372024-12-17T08:06:47.258Z[ host-image] Dec 17 08:06:45.164 INFO O| Dec 17 08:06:45.164 INFO STEP 12 (remove_files) COMPLETE
91382024-12-17T08:06:47.260Z[ host-image] Dec 17 08:06:45.164 INFO O| Dec 17 08:06:45.164 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91392024-12-17T08:06:47.308Z[ host-image] Dec 17 08:06:45.214 INFO O| Dec 17 08:06:45.214 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91402024-12-17T08:06:47.308Z[ host-image] Dec 17 08:06:45.215 INFO O| Dec 17 08:06:45.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91412024-12-17T08:06:47.308Z[ host-image] Dec 17 08:06:45.215 INFO O| Dec 17 08:06:45.215 INFO STEP 13 (ensure_dir) COMPLETE
91422024-12-17T08:06:47.310Z[ host-image] Dec 17 08:06:45.215 INFO O| Dec 17 08:06:45.215 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91432024-12-17T08:06:47.329Z[ host-image] Dec 17 08:06:45.236 INFO O| Dec 17 08:06:45.235 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91442024-12-17T08:06:47.330Z[ host-image] Dec 17 08:06:45.236 INFO O| Dec 17 08:06:45.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91452024-12-17T08:06:47.332Z[ host-image] Dec 17 08:06:45.236 INFO O| Dec 17 08:06:45.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91462024-12-17T08:06:47.332Z[ host-image] Dec 17 08:06:45.236 INFO O| Dec 17 08:06:45.236 INFO STEP 14 (ensure_dir) COMPLETE
91472024-12-17T08:06:47.332Z[ host-image] Dec 17 08:06:45.236 INFO O| Dec 17 08:06:45.236 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91482024-12-17T08:06:47.349Z[ host-image] Dec 17 08:06:45.255 INFO O| Dec 17 08:06:45.255 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91492024-12-17T08:06:47.349Z[ host-image] Dec 17 08:06:45.255 INFO O| Dec 17 08:06:45.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91502024-12-17T08:06:47.349Z[ host-image] Dec 17 08:06:45.255 INFO O| Dec 17 08:06:45.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91512024-12-17T08:06:47.351Z[ host-image] Dec 17 08:06:45.255 INFO O| Dec 17 08:06:45.255 INFO STEP 15 (ensure_dir) COMPLETE
91522024-12-17T08:06:47.351Z[ host-image] Dec 17 08:06:45.255 INFO O| Dec 17 08:06:45.255 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532024-12-17T08:06:47.368Z[ host-image] Dec 17 08:06:45.275 INFO O| Dec 17 08:06:45.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91542024-12-17T08:06:47.368Z[ host-image] Dec 17 08:06:45.275 INFO O| Dec 17 08:06:45.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91552024-12-17T08:06:47.371Z[ host-image] Dec 17 08:06:45.275 INFO O| Dec 17 08:06:45.275 INFO STEP 16 (ensure_dir) COMPLETE
91562024-12-17T08:06:47.371Z[ host-image] Dec 17 08:06:45.275 INFO O| Dec 17 08:06:45.275 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91572024-12-17T08:06:47.387Z[ host-image] Dec 17 08:06:45.294 INFO O| Dec 17 08:06:45.294 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91582024-12-17T08:06:47.387Z[ host-image] Dec 17 08:06:45.294 INFO O| Dec 17 08:06:45.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91592024-12-17T08:06:47.390Z[ host-image] Dec 17 08:06:45.294 INFO O| Dec 17 08:06:45.294 INFO STEP 17 (ensure_dir) COMPLETE
91602024-12-17T08:06:47.390Z[ host-image] Dec 17 08:06:45.294 INFO O| Dec 17 08:06:45.294 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91612024-12-17T08:06:47.407Z[ host-image] Dec 17 08:06:45.313 INFO O| Dec 17 08:06:45.313 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91622024-12-17T08:06:47.407Z[ host-image] Dec 17 08:06:45.314 INFO O| Dec 17 08:06:45.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91632024-12-17T08:06:47.409Z[ host-image] Dec 17 08:06:45.314 INFO O| Dec 17 08:06:45.313 INFO ok!
91642024-12-17T08:06:47.409Z[ host-image] Dec 17 08:06:45.314 INFO O| Dec 17 08:06:45.313 INFO STEP 18 (ensure_symlink) COMPLETE
91652024-12-17T08:06:47.409Z[ host-image] Dec 17 08:06:45.314 INFO O| Dec 17 08:06:45.314 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91662024-12-17T08:06:47.432Z[ host-image] Dec 17 08:06:45.339 INFO O| Dec 17 08:06:45.339 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91672024-12-17T08:06:47.433Z[ host-image] Dec 17 08:06:45.339 INFO O| Dec 17 08:06:45.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91682024-12-17T08:06:47.435Z[ host-image] Dec 17 08:06:45.339 INFO O| Dec 17 08:06:45.339 INFO ok!
91692024-12-17T08:06:47.436Z[ host-image] Dec 17 08:06:45.339 INFO O| Dec 17 08:06:45.339 INFO STEP 19 (ensure_file) COMPLETE
91702024-12-17T08:06:47.436Z[ host-image] Dec 17 08:06:45.339 INFO O| Dec 17 08:06:45.339 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-17T08:06:47.490Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91722024-12-17T08:06:47.490Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91732024-12-17T08:06:47.493Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91742024-12-17T08:06:47.493Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO ok!
91752024-12-17T08:06:47.493Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO STEP 20 (ensure_symlink) COMPLETE
91762024-12-17T08:06:47.493Z[ host-image] Dec 17 08:06:45.397 INFO O| Dec 17 08:06:45.397 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772024-12-17T08:06:47.509Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91782024-12-17T08:06:47.509Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91792024-12-17T08:06:47.509Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91802024-12-17T08:06:47.513Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO ok!
91812024-12-17T08:06:47.513Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO STEP 21 (ensure_symlink) COMPLETE
91822024-12-17T08:06:47.513Z[ host-image] Dec 17 08:06:45.416 INFO O| Dec 17 08:06:45.416 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832024-12-17T08:06:47.530Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.436 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91842024-12-17T08:06:47.530Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.437 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91852024-12-17T08:06:47.530Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91862024-12-17T08:06:47.533Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.437 INFO ok!
91872024-12-17T08:06:47.533Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.437 INFO STEP 22 (ensure_symlink) COMPLETE
91882024-12-17T08:06:47.533Z[ host-image] Dec 17 08:06:45.437 INFO O| Dec 17 08:06:45.437 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-17T08:06:47.550Z[ host-image] Dec 17 08:06:45.456 INFO O| Dec 17 08:06:45.456 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91902024-12-17T08:06:47.550Z[ host-image] Dec 17 08:06:45.457 INFO O| Dec 17 08:06:45.456 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91912024-12-17T08:06:47.553Z[ host-image] Dec 17 08:06:45.457 INFO O| Dec 17 08:06:45.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91922024-12-17T08:06:47.553Z[ host-image] Dec 17 08:06:45.457 INFO O| Dec 17 08:06:45.457 INFO ok!
91932024-12-17T08:06:47.553Z[ host-image] Dec 17 08:06:45.457 INFO O| Dec 17 08:06:45.457 INFO STEP 23 (ensure_symlink) COMPLETE
91942024-12-17T08:06:47.553Z[ host-image] Dec 17 08:06:45.457 INFO O| Dec 17 08:06:45.457 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-17T08:06:47.569Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91962024-12-17T08:06:47.572Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91972024-12-17T08:06:47.572Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91982024-12-17T08:06:47.572Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 INFO ok!
91992024-12-17T08:06:47.572Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 INFO STEP 24 (ensure_file) COMPLETE
92002024-12-17T08:06:47.572Z[ host-image] Dec 17 08:06:45.476 INFO O| Dec 17 08:06:45.476 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-17T08:06:47.594Z[ host-image] Dec 17 08:06:45.501 INFO O| Dec 17 08:06:45.501 INFO updating shadow file
92022024-12-17T08:06:47.597Z[ host-image] Dec 17 08:06:45.501 INFO O| Dec 17 08:06:45.501 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92032024-12-17T08:06:47.597Z[ host-image] Dec 17 08:06:45.501 INFO O| Dec 17 08:06:45.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92042024-12-17T08:06:47.597Z[ host-image] Dec 17 08:06:45.501 INFO O| Dec 17 08:06:45.501 INFO STEP 25 (shadow) COMPLETE
92052024-12-17T08:06:47.597Z[ host-image] Dec 17 08:06:45.501 INFO O| Dec 17 08:06:45.501 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92062024-12-17T08:06:47.630Z[ host-image] Dec 17 08:06:45.536 INFO O| Dec 17 08:06:45.536 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92072024-12-17T08:06:47.630Z[ host-image] Dec 17 08:06:45.536 INFO O| Dec 17 08:06:45.536 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92082024-12-17T08:06:47.632Z[ host-image] Dec 17 08:06:45.537 INFO O| Dec 17 08:06:45.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92092024-12-17T08:06:47.632Z[ host-image] Dec 17 08:06:45.537 INFO O| Dec 17 08:06:45.537 INFO ok!
92102024-12-17T08:06:47.632Z[ host-image] Dec 17 08:06:45.537 INFO O| Dec 17 08:06:45.537 INFO STEP 26 (ensure_file) COMPLETE
92112024-12-17T08:06:47.632Z[ host-image] Dec 17 08:06:45.537 INFO O| Dec 17 08:06:45.537 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92122024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92132024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.557 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92142024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92152024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.557 INFO ok!
92162024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.557 INFO STEP 27 (ensure_file) COMPLETE
92172024-12-17T08:06:47.651Z[ host-image] Dec 17 08:06:45.557 INFO O| Dec 17 08:06:45.557 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92182024-12-17T08:06:47.670Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92192024-12-17T08:06:47.670Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92202024-12-17T08:06:47.673Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92212024-12-17T08:06:47.673Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92222024-12-17T08:06:47.673Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO ok!
92232024-12-17T08:06:47.674Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO STEP 28 (ensure_file) COMPLETE
92242024-12-17T08:06:47.674Z[ host-image] Dec 17 08:06:45.577 INFO O| Dec 17 08:06:45.577 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92252024-12-17T08:06:47.688Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92262024-12-17T08:06:47.688Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.594 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92272024-12-17T08:06:47.688Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92282024-12-17T08:06:47.688Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.595 INFO ok!
92292024-12-17T08:06:47.691Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.595 INFO STEP 29 (ensure_file) COMPLETE
92302024-12-17T08:06:47.691Z[ host-image] Dec 17 08:06:45.595 INFO O| Dec 17 08:06:45.595 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92312024-12-17T08:06:47.717Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92322024-12-17T08:06:47.717Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.624 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92332024-12-17T08:06:47.721Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92342024-12-17T08:06:47.721Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.624 INFO ok!
92352024-12-17T08:06:47.721Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.624 INFO STEP 30 (ensure_file) COMPLETE
92362024-12-17T08:06:47.721Z[ host-image] Dec 17 08:06:45.624 INFO O| Dec 17 08:06:45.624 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92372024-12-17T08:06:47.751Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92382024-12-17T08:06:47.751Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92392024-12-17T08:06:47.754Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92402024-12-17T08:06:47.754Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92412024-12-17T08:06:47.754Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO ok!
92422024-12-17T08:06:47.754Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO STEP 31 (ensure_file) COMPLETE
92432024-12-17T08:06:47.754Z[ host-image] Dec 17 08:06:45.657 INFO O| Dec 17 08:06:45.657 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92442024-12-17T08:06:47.787Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92452024-12-17T08:06:47.787Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92462024-12-17T08:06:47.787Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92472024-12-17T08:06:47.787Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 INFO ok!
92482024-12-17T08:06:47.790Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 INFO STEP 32 (ensure_file) COMPLETE
92492024-12-17T08:06:47.790Z[ host-image] Dec 17 08:06:45.693 INFO O| Dec 17 08:06:45.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92502024-12-17T08:06:47.805Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92512024-12-17T08:06:47.805Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92522024-12-17T08:06:47.808Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92532024-12-17T08:06:47.808Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 INFO ok!
92542024-12-17T08:06:47.808Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 INFO STEP 33 (ensure_file) COMPLETE
92552024-12-17T08:06:47.808Z[ host-image] Dec 17 08:06:45.712 INFO O| Dec 17 08:06:45.712 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92562024-12-17T08:06:47.847Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92572024-12-17T08:06:47.847Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92582024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92592024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92602024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92612024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92622024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO ok!
92632024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO STEP 34 (ensure_file) COMPLETE
92642024-12-17T08:06:47.850Z[ host-image] Dec 17 08:06:45.754 INFO O| Dec 17 08:06:45.754 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92652024-12-17T08:06:47.866Z[ host-image] Dec 17 08:06:45.773 INFO O| Dec 17 08:06:45.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92662024-12-17T08:06:47.870Z[ host-image] Dec 17 08:06:45.773 INFO O| Dec 17 08:06:45.773 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92672024-12-17T08:06:47.870Z[ host-image] Dec 17 08:06:45.773 INFO O| Dec 17 08:06:45.773 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92682024-12-17T08:06:47.870Z[ host-image] Dec 17 08:06:45.773 INFO O| Dec 17 08:06:45.773 INFO STEP 35 (ensure_dir) COMPLETE
92692024-12-17T08:06:47.870Z[ host-image] Dec 17 08:06:45.774 INFO O| Dec 17 08:06:45.773 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92702024-12-17T08:06:47.885Z[ host-image] Dec 17 08:06:45.792 INFO O| Dec 17 08:06:45.792 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
92712024-12-17T08:06:47.885Z[ host-image] Dec 17 08:06:45.792 INFO O| Dec 17 08:06:45.792 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 ...
92722024-12-17T08:06:47.888Z[ host-image] Dec 17 08:06:45.792 INFO O| Dec 17 08:06:45.792 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
92732024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.792 INFO O| Dec 17 08:06:45.792 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
92742024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.792 INFO O| Dec 17 08:06:45.792 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
92752024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.793 INFO O| Dec 17 08:06:45.792 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
92762024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.793 INFO O| Dec 17 08:06:45.792 INFO ok!
92772024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.793 INFO O| Dec 17 08:06:45.793 INFO STEP 36 (ensure_file) COMPLETE
92782024-12-17T08:06:47.889Z[ host-image] Dec 17 08:06:45.793 INFO O| Dec 17 08:06:45.793 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92792024-12-17T08:06:47.904Z[ host-image] Dec 17 08:06:45.810 INFO O| Dec 17 08:06:45.810 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92802024-12-17T08:06:47.904Z[ host-image] Dec 17 08:06:45.810 INFO O| Dec 17 08:06:45.810 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 ...
92812024-12-17T08:06:47.904Z[ host-image] Dec 17 08:06:45.810 INFO O| Dec 17 08:06:45.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92822024-12-17T08:06:47.904Z[ host-image] Dec 17 08:06:45.810 INFO O| Dec 17 08:06:45.810 INFO ok!
92832024-12-17T08:06:47.907Z[ host-image] Dec 17 08:06:45.811 INFO O| Dec 17 08:06:45.811 INFO STEP 37 (ensure_symlink) COMPLETE
92842024-12-17T08:06:47.907Z[ host-image] Dec 17 08:06:45.811 INFO O| Dec 17 08:06:45.811 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92852024-12-17T08:06:47.922Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92862024-12-17T08:06:47.922Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92872024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92882024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92892024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92902024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92912024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO ok!
92922024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO STEP 38 (ensure_file) COMPLETE
92932024-12-17T08:06:47.925Z[ host-image] Dec 17 08:06:45.829 INFO O| Dec 17 08:06:45.829 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-17T08:06:47.943Z[ host-image] Dec 17 08:06:45.849 INFO O| Dec 17 08:06:45.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92952024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.849 INFO O| Dec 17 08:06:45.849 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 ...
92962024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.849 INFO O| Dec 17 08:06:45.849 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
92972024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.850 INFO O| Dec 17 08:06:45.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92982024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.850 INFO O| Dec 17 08:06:45.850 INFO ok!
92992024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.850 INFO O| Dec 17 08:06:45.850 INFO STEP 39 (ensure_file) COMPLETE
93002024-12-17T08:06:47.945Z[ host-image] Dec 17 08:06:45.850 INFO O| Dec 17 08:06:45.850 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-17T08:06:47.963Z[ host-image] Dec 17 08:06:45.869 INFO O| Dec 17 08:06:45.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93022024-12-17T08:06:47.963Z[ host-image] Dec 17 08:06:45.869 INFO O| Dec 17 08:06:45.869 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93032024-12-17T08:06:47.963Z[ host-image] Dec 17 08:06:45.869 INFO O| Dec 17 08:06:45.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93042024-12-17T08:06:47.966Z[ host-image] Dec 17 08:06:45.869 INFO O| Dec 17 08:06:45.869 INFO ok!
93052024-12-17T08:06:47.966Z[ host-image] Dec 17 08:06:45.869 INFO O| Dec 17 08:06:45.869 INFO STEP 40 (ensure_file) COMPLETE
93062024-12-17T08:06:47.966Z[ host-image] Dec 17 08:06:45.870 INFO O| Dec 17 08:06:45.870 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93072024-12-17T08:06:47.982Z[ host-image] Dec 17 08:06:45.889 INFO O| Dec 17 08:06:45.889 INFO updating shadow file
93082024-12-17T08:06:47.985Z[ host-image] Dec 17 08:06:45.889 INFO O| Dec 17 08:06:45.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93092024-12-17T08:06:47.985Z[ host-image] Dec 17 08:06:45.889 INFO O| Dec 17 08:06:45.889 INFO STEP 41 (shadow) COMPLETE
93102024-12-17T08:06:47.985Z[ host-image] Dec 17 08:06:45.889 INFO O| Dec 17 08:06:45.889 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93112024-12-17T08:06:48.022Z[ host-image] Dec 17 08:06:45.928 INFO O| Dec 17 08:06:45.928 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93122024-12-17T08:06:48.022Z[ host-image] Dec 17 08:06:45.928 INFO O| Dec 17 08:06:45.928 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93132024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93142024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93152024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO ok!
93162024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO STEP 42 (ensure_file) COMPLETE
93172024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93182024-12-17T08:06:48.025Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO skip step because feature "mfg" is not enabled
93192024-12-17T08:06:48.026Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93202024-12-17T08:06:48.026Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO skip step because feature "mfg" is not enabled
93212024-12-17T08:06:48.026Z[ host-image] Dec 17 08:06:45.929 INFO O| Dec 17 08:06:45.929 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93222024-12-17T08:06:48.086Z[ host-image] Dec 17 08:06:45.993 INFO O| Dec 17 08:06:45.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93232024-12-17T08:06:48.086Z[ host-image] Dec 17 08:06:45.993 INFO O| Dec 17 08:06:45.993 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93242024-12-17T08:06:48.936Z[ host-image] Dec 17 08:06:46.842 INFO O| Dec 17 08:06:46.842 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93252024-12-17T08:06:48.936Z[ host-image] Dec 17 08:06:46.843 INFO O| Dec 17 08:06:46.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93262024-12-17T08:06:48.936Z[ host-image] Dec 17 08:06:46.843 INFO O| Dec 17 08:06:46.842 INFO ok!
93272024-12-17T08:06:48.936Z[ host-image] Dec 17 08:06:46.843 INFO O| Dec 17 08:06:46.843 INFO STEP 45 (ensure_file) COMPLETE
93282024-12-17T08:06:48.936Z[ host-image] Dec 17 08:06:46.843 INFO O| Dec 17 08:06:46.843 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93292024-12-17T08:06:48.955Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93302024-12-17T08:06:48.956Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93312024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93322024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93332024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93342024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93352024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO ok!
93362024-12-17T08:06:48.958Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO STEP 46 (ensure_file) COMPLETE
93372024-12-17T08:06:48.959Z[ host-image] Dec 17 08:06:46.862 INFO O| Dec 17 08:06:46.862 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93382024-12-17T08:06:48.974Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93392024-12-17T08:06:48.974Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 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 ...
93402024-12-17T08:06:48.977Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 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
93412024-12-17T08:06:48.977Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93422024-12-17T08:06:48.977Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 INFO ok!
93432024-12-17T08:06:48.977Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 INFO STEP 47 (ensure_file) COMPLETE
93442024-12-17T08:06:48.977Z[ host-image] Dec 17 08:06:46.880 INFO O| Dec 17 08:06:46.880 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93452024-12-17T08:06:48.993Z[ host-image] Dec 17 08:06:46.899 INFO O| Dec 17 08:06:46.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93462024-12-17T08:06:48.993Z[ host-image] Dec 17 08:06:46.900 INFO O| Dec 17 08:06:46.900 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93472024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.900 INFO O| Dec 17 08:06:46.900 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93482024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.900 INFO O| Dec 17 08:06:46.900 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93492024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.900 INFO O| Dec 17 08:06:46.900 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93502024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.900 INFO O| Dec 17 08:06:46.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93512024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.901 INFO O| Dec 17 08:06:46.900 INFO ok!
93522024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.901 INFO O| Dec 17 08:06:46.901 INFO STEP 48 (ensure_file) COMPLETE
93532024-12-17T08:06:48.996Z[ host-image] Dec 17 08:06:46.901 INFO O| Dec 17 08:06:46.901 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93542024-12-17T08:06:49.013Z[ host-image] Dec 17 08:06:46.920 INFO O| Dec 17 08:06:46.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93552024-12-17T08:06:49.013Z[ host-image] Dec 17 08:06:46.920 INFO O| Dec 17 08:06:46.920 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 ...
93562024-12-17T08:06:49.016Z[ host-image] Dec 17 08:06:46.920 INFO O| Dec 17 08:06:46.920 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
93572024-12-17T08:06:49.016Z[ host-image] Dec 17 08:06:46.920 INFO O| Dec 17 08:06:46.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93582024-12-17T08:06:49.016Z[ host-image] Dec 17 08:06:46.920 INFO O| Dec 17 08:06:46.920 INFO ok!
93592024-12-17T08:06:49.016Z[ host-image] Dec 17 08:06:46.921 INFO O| Dec 17 08:06:46.921 INFO STEP 49 (ensure_file) COMPLETE
93602024-12-17T08:06:49.016Z[ host-image] Dec 17 08:06:46.921 INFO O| Dec 17 08:06:46.921 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93612024-12-17T08:06:49.040Z[ host-image] Dec 17 08:06:46.946 INFO O| Dec 17 08:06:46.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93622024-12-17T08:06:49.040Z[ host-image] Dec 17 08:06:46.946 INFO O| Dec 17 08:06:46.946 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93632024-12-17T08:06:49.042Z[ host-image] Dec 17 08:06:46.946 INFO O| Dec 17 08:06:46.946 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93642024-12-17T08:06:49.042Z[ host-image] Dec 17 08:06:46.946 INFO O| Dec 17 08:06:46.946 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93652024-12-17T08:06:49.042Z[ host-image] Dec 17 08:06:46.947 INFO O| Dec 17 08:06:46.946 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93662024-12-17T08:06:49.042Z[ host-image] Dec 17 08:06:46.947 INFO O| Dec 17 08:06:46.947 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93672024-12-17T08:06:49.042Z[ host-image] Dec 17 08:06:46.947 INFO O| Dec 17 08:06:46.947 INFO ok!
93682024-12-17T08:06:49.043Z[ host-image] Dec 17 08:06:46.947 INFO O| Dec 17 08:06:46.947 INFO STEP 50 (ensure_file) COMPLETE
93692024-12-17T08:06:49.043Z[ host-image] Dec 17 08:06:46.947 INFO O| Dec 17 08:06:46.947 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93702024-12-17T08:06:49.061Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93712024-12-17T08:06:49.061Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 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 ...
93722024-12-17T08:06:49.063Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 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
93732024-12-17T08:06:49.063Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93742024-12-17T08:06:49.064Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 INFO ok!
93752024-12-17T08:06:49.064Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 INFO STEP 51 (ensure_file) COMPLETE
93762024-12-17T08:06:49.064Z[ host-image] Dec 17 08:06:46.967 INFO O| Dec 17 08:06:46.967 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93772024-12-17T08:06:49.081Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93782024-12-17T08:06:49.081Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 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 ...
93792024-12-17T08:06:49.081Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 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
93802024-12-17T08:06:49.081Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93812024-12-17T08:06:49.083Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 INFO ok!
93822024-12-17T08:06:49.083Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 INFO STEP 52 (ensure_file) COMPLETE
93832024-12-17T08:06:49.083Z[ host-image] Dec 17 08:06:46.987 INFO O| Dec 17 08:06:46.987 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93842024-12-17T08:06:49.101Z[ host-image] Dec 17 08:06:47.007 INFO O| Dec 17 08:06:47.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93852024-12-17T08:06:49.101Z[ host-image] Dec 17 08:06:47.007 INFO O| Dec 17 08:06:47.007 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 ...
93862024-12-17T08:06:49.101Z[ host-image] Dec 17 08:06:47.008 INFO O| Dec 17 08:06:47.007 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
93872024-12-17T08:06:49.104Z[ host-image] Dec 17 08:06:47.008 INFO O| Dec 17 08:06:47.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93882024-12-17T08:06:49.104Z[ host-image] Dec 17 08:06:47.008 INFO O| Dec 17 08:06:47.008 INFO ok!
93892024-12-17T08:06:49.104Z[ host-image] Dec 17 08:06:47.008 INFO O| Dec 17 08:06:47.008 INFO STEP 53 (ensure_file) COMPLETE
93902024-12-17T08:06:49.104Z[ host-image] Dec 17 08:06:47.008 INFO O| Dec 17 08:06:47.008 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-17T08:06:49.121Z[ host-image] Dec 17 08:06:47.027 INFO O| Dec 17 08:06:47.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93922024-12-17T08:06:49.121Z[ host-image] Dec 17 08:06:47.027 INFO O| Dec 17 08:06:47.027 INFO STEP 54 (ensure_dir) COMPLETE
93932024-12-17T08:06:49.121Z[ host-image] Dec 17 08:06:47.027 INFO O| Dec 17 08:06:47.027 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-12-17T08:06:49.139Z[ host-image] Dec 17 08:06:47.045 INFO O| Dec 17 08:06:47.045 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93952024-12-17T08:06:49.142Z[ host-image] Dec 17 08:06:47.045 INFO O| Dec 17 08:06:47.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93962024-12-17T08:06:49.142Z[ host-image] Dec 17 08:06:47.045 INFO O| Dec 17 08:06:47.045 INFO STEP 55 (ensure_dir) COMPLETE
93972024-12-17T08:06:49.142Z[ host-image] Dec 17 08:06:47.045 INFO O| Dec 17 08:06:47.045 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-12-17T08:06:49.179Z[ host-image] Dec 17 08:06:47.085 INFO O| Dec 17 08:06:47.085 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93992024-12-17T08:06:49.179Z[ host-image] Dec 17 08:06:47.085 INFO O| Dec 17 08:06:47.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94002024-12-17T08:06:49.179Z[ host-image] Dec 17 08:06:47.085 INFO O| Dec 17 08:06:47.085 INFO STEP 56 (ensure_dir) COMPLETE
94012024-12-17T08:06:49.182Z[ host-image] Dec 17 08:06:47.085 INFO O| Dec 17 08:06:47.085 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-12-17T08:06:49.199Z[ host-image] Dec 17 08:06:47.105 INFO O| Dec 17 08:06:47.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94032024-12-17T08:06:49.199Z[ host-image] Dec 17 08:06:47.105 INFO O| Dec 17 08:06:47.105 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94042024-12-17T08:06:49.223Z[ host-image] Dec 17 08:06:47.130 INFO O| Dec 17 08:06:47.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94052024-12-17T08:06:49.223Z[ host-image] Dec 17 08:06:47.130 INFO O| Dec 17 08:06:47.129 INFO ok!
94062024-12-17T08:06:49.226Z[ host-image] Dec 17 08:06:47.130 INFO O| Dec 17 08:06:47.130 INFO STEP 57 (ensure_file) COMPLETE
94072024-12-17T08:06:49.226Z[ host-image] Dec 17 08:06:47.130 INFO O| Dec 17 08:06:47.130 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-12-17T08:06:49.251Z[ host-image] Dec 17 08:06:47.157 INFO O| Dec 17 08:06:47.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94092024-12-17T08:06:49.251Z[ host-image] Dec 17 08:06:47.157 INFO O| Dec 17 08:06:47.157 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94102024-12-17T08:06:50.680Z[ host-image] Dec 17 08:06:48.586 INFO O| Dec 17 08:06:48.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94112024-12-17T08:06:50.681Z[ host-image] Dec 17 08:06:48.586 INFO O| Dec 17 08:06:48.586 INFO ok!
94122024-12-17T08:06:50.684Z[ host-image] Dec 17 08:06:48.586 INFO O| Dec 17 08:06:48.586 INFO STEP 58 (ensure_file) COMPLETE
94132024-12-17T08:06:50.684Z[ host-image] Dec 17 08:06:48.586 INFO O| Dec 17 08:06:48.586 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-12-17T08:06:50.699Z[ host-image] Dec 17 08:06:48.605 INFO O| Dec 17 08:06:48.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94152024-12-17T08:06:50.699Z[ host-image] Dec 17 08:06:48.606 INFO O| Dec 17 08:06:48.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94162024-12-17T08:06:50.702Z[ host-image] Dec 17 08:06:48.606 INFO O| Dec 17 08:06:48.606 INFO STEP 59 (ensure_dir) COMPLETE
94172024-12-17T08:06:50.702Z[ host-image] Dec 17 08:06:48.606 INFO O| Dec 17 08:06:48.606 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-12-17T08:06:50.738Z[ host-image] Dec 17 08:06:48.643 INFO O| Dec 17 08:06:48.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94192024-12-17T08:06:50.738Z[ host-image] Dec 17 08:06:48.644 INFO O| Dec 17 08:06:48.643 INFO copying /tmp/.tmpbJsvfq/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 ...
94202024-12-17T08:06:50.741Z[ host-image] Dec 17 08:06:48.644 INFO O| Dec 17 08:06:48.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94212024-12-17T08:06:50.741Z[ host-image] Dec 17 08:06:48.644 INFO O| Dec 17 08:06:48.644 INFO ok!
94222024-12-17T08:06:50.741Z[ host-image] Dec 17 08:06:48.644 INFO O| Dec 17 08:06:48.644 INFO STEP 60 (ensure_file) COMPLETE
94232024-12-17T08:06:50.741Z[ host-image] Dec 17 08:06:48.644 INFO O| Dec 17 08:06:48.644 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-12-17T08:06:50.757Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94252024-12-17T08:06:50.757Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO copying /tmp/.tmpbJsvfq/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 ...
94262024-12-17T08:06:50.757Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94272024-12-17T08:06:50.760Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO ok!
94282024-12-17T08:06:50.760Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO STEP 61 (ensure_file) COMPLETE
94292024-12-17T08:06:50.760Z[ host-image] Dec 17 08:06:48.663 INFO O| Dec 17 08:06:48.663 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-17T08:06:50.776Z[ host-image] Dec 17 08:06:48.682 INFO O| Dec 17 08:06:48.682 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94312024-12-17T08:06:50.776Z[ host-image] Dec 17 08:06:48.682 INFO O| Dec 17 08:06:48.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94322024-12-17T08:06:50.776Z[ host-image] Dec 17 08:06:48.682 INFO O| Dec 17 08:06:48.682 INFO STEP 62 (ensure_dir) COMPLETE
94332024-12-17T08:06:50.779Z[ host-image] Dec 17 08:06:48.682 INFO O| Dec 17 08:06:48.682 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-17T08:06:50.795Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94352024-12-17T08:06:50.795Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO copying /tmp/.tmpbJsvfq/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 ...
94362024-12-17T08:06:50.795Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94372024-12-17T08:06:50.795Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO ok!
94382024-12-17T08:06:50.798Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO STEP 63 (ensure_file) COMPLETE
94392024-12-17T08:06:50.798Z[ host-image] Dec 17 08:06:48.701 INFO O| Dec 17 08:06:48.701 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-17T08:06:50.822Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94412024-12-17T08:06:50.822Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO copying /tmp/.tmpbJsvfq/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 ...
94422024-12-17T08:06:50.855Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94432024-12-17T08:06:50.855Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO ok!
94442024-12-17T08:06:50.855Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO STEP 64 (ensure_file) COMPLETE
94452024-12-17T08:06:50.855Z[ host-image] Dec 17 08:06:48.728 INFO O| Dec 17 08:06:48.728 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-12-17T08:06:50.883Z[ host-image] Dec 17 08:06:48.789 INFO O| Dec 17 08:06:48.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94472024-12-17T08:06:50.883Z[ host-image] Dec 17 08:06:48.789 INFO O| Dec 17 08:06:48.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94482024-12-17T08:06:50.883Z[ host-image] Dec 17 08:06:48.789 INFO O| Dec 17 08:06:48.789 INFO STEP 65 (ensure_dir) COMPLETE
94492024-12-17T08:06:50.885Z[ host-image] Dec 17 08:06:48.789 INFO O| Dec 17 08:06:48.789 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-17T08:06:50.902Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94512024-12-17T08:06:50.902Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.808 INFO copying /tmp/.tmpbJsvfq/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 ...
94522024-12-17T08:06:50.904Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94532024-12-17T08:06:50.904Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.808 INFO ok!
94542024-12-17T08:06:50.904Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.808 INFO STEP 66 (ensure_file) COMPLETE
94552024-12-17T08:06:50.905Z[ host-image] Dec 17 08:06:48.808 INFO O| Dec 17 08:06:48.808 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-12-17T08:06:50.939Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94572024-12-17T08:06:50.939Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.844 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94582024-12-17T08:06:50.939Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94592024-12-17T08:06:50.939Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.845 INFO ok!
94602024-12-17T08:06:50.941Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.845 INFO STEP 67 (ensure_file) COMPLETE
94612024-12-17T08:06:50.941Z[ host-image] Dec 17 08:06:48.845 INFO O| Dec 17 08:06:48.845 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-17T08:06:50.958Z[ host-image] Dec 17 08:06:48.864 INFO O| Dec 17 08:06:48.864 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94632024-12-17T08:06:50.958Z[ host-image] Dec 17 08:06:48.864 INFO O| Dec 17 08:06:48.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94642024-12-17T08:06:50.959Z[ host-image] Dec 17 08:06:48.864 INFO O| Dec 17 08:06:48.864 INFO STEP 68 (ensure_dir) COMPLETE
94652024-12-17T08:06:50.961Z[ host-image] Dec 17 08:06:48.864 INFO O| Dec 17 08:06:48.864 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-17T08:06:50.977Z[ host-image] Dec 17 08:06:48.882 INFO O| Dec 17 08:06:48.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94672024-12-17T08:06:50.977Z[ host-image] Dec 17 08:06:48.883 INFO O| Dec 17 08:06:48.882 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94682024-12-17T08:06:52.378Z[ host-image] Dec 17 08:06:50.284 INFO O| Dec 17 08:06:50.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94692024-12-17T08:06:52.378Z[ host-image] Dec 17 08:06:50.284 INFO O| Dec 17 08:06:50.284 INFO ok!
94702024-12-17T08:06:52.381Z[ host-image] Dec 17 08:06:50.284 INFO O| Dec 17 08:06:50.284 INFO STEP 69 (ensure_file) COMPLETE
94712024-12-17T08:06:52.381Z[ host-image] Dec 17 08:06:50.284 INFO O| Dec 17 08:06:50.284 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-17T08:06:52.396Z[ host-image] Dec 17 08:06:50.302 INFO O| Dec 17 08:06:50.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94732024-12-17T08:06:52.399Z[ host-image] Dec 17 08:06:50.302 INFO O| Dec 17 08:06:50.302 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94742024-12-17T08:06:54.450Z[ host-image] Dec 17 08:06:52.356 INFO O| Dec 17 08:06:52.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94752024-12-17T08:06:54.451Z[ host-image] Dec 17 08:06:52.356 INFO O| Dec 17 08:06:52.355 INFO ok!
94762024-12-17T08:06:54.453Z[ host-image] Dec 17 08:06:52.356 INFO O| Dec 17 08:06:52.356 INFO STEP 70 (ensure_file) COMPLETE
94772024-12-17T08:06:54.453Z[ host-image] Dec 17 08:06:52.356 INFO O| Dec 17 08:06:52.356 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-17T08:06:54.470Z[ host-image] Dec 17 08:06:52.375 INFO O| Dec 17 08:06:52.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94792024-12-17T08:06:54.470Z[ host-image] Dec 17 08:06:52.375 INFO O| Dec 17 08:06:52.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94802024-12-17T08:06:54.470Z[ host-image] Dec 17 08:06:52.375 INFO O| Dec 17 08:06:52.375 INFO STEP 71 (ensure_dir) COMPLETE
94812024-12-17T08:06:54.473Z[ host-image] Dec 17 08:06:52.375 INFO O| Dec 17 08:06:52.375 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-17T08:06:54.488Z[ host-image] Dec 17 08:06:52.393 INFO O| Dec 17 08:06:52.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94832024-12-17T08:06:54.488Z[ host-image] Dec 17 08:06:52.394 INFO O| Dec 17 08:06:52.393 INFO copying /tmp/.tmpbJsvfq/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 ...
94842024-12-17T08:06:54.488Z[ host-image] Dec 17 08:06:52.394 INFO O| Dec 17 08:06:52.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94852024-12-17T08:06:54.488Z[ host-image] Dec 17 08:06:52.394 INFO O| Dec 17 08:06:52.394 INFO ok!
94862024-12-17T08:06:54.491Z[ host-image] Dec 17 08:06:52.394 INFO O| Dec 17 08:06:52.394 INFO STEP 72 (ensure_file) COMPLETE
94872024-12-17T08:06:54.491Z[ host-image] Dec 17 08:06:52.394 INFO O| Dec 17 08:06:52.394 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-17T08:06:54.517Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94892024-12-17T08:06:54.517Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.422 INFO copying /tmp/.tmpbJsvfq/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 ...
94902024-12-17T08:06:54.517Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94912024-12-17T08:06:54.517Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.422 INFO ok!
94922024-12-17T08:06:54.520Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.422 INFO STEP 73 (ensure_file) COMPLETE
94932024-12-17T08:06:54.520Z[ host-image] Dec 17 08:06:52.422 INFO O| Dec 17 08:06:52.422 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-17T08:06:54.552Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94952024-12-17T08:06:54.552Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94962024-12-17T08:06:54.552Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94972024-12-17T08:06:54.552Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO ok!
94982024-12-17T08:06:54.555Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO STEP 74 (ensure_file) COMPLETE
94992024-12-17T08:06:54.555Z[ host-image] Dec 17 08:06:52.457 INFO O| Dec 17 08:06:52.457 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-12-17T08:06:54.571Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95012024-12-17T08:06:54.571Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95022024-12-17T08:06:54.574Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95032024-12-17T08:06:54.574Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO ok!
95042024-12-17T08:06:54.574Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO STEP 75 (ensure_file) COMPLETE
95052024-12-17T08:06:54.574Z[ host-image] Dec 17 08:06:52.476 INFO O| Dec 17 08:06:52.476 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-17T08:06:54.590Z[ host-image] Dec 17 08:06:52.495 INFO O| Dec 17 08:06:52.495 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95072024-12-17T08:06:54.590Z[ host-image] Dec 17 08:06:52.495 INFO O| Dec 17 08:06:52.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95082024-12-17T08:06:54.590Z[ host-image] Dec 17 08:06:52.495 INFO O| Dec 17 08:06:52.495 INFO STEP 76 (ensure_dir) COMPLETE
95092024-12-17T08:06:54.593Z[ host-image] Dec 17 08:06:52.495 INFO O| Dec 17 08:06:52.495 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-17T08:06:54.609Z[ host-image] Dec 17 08:06:52.514 INFO O| Dec 17 08:06:52.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95112024-12-17T08:06:54.609Z[ host-image] Dec 17 08:06:52.514 INFO O| Dec 17 08:06:52.514 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95122024-12-17T08:06:54.614Z[ host-image] Dec 17 08:06:52.519 INFO O| Dec 17 08:06:52.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95132024-12-17T08:06:54.614Z[ host-image] Dec 17 08:06:52.519 INFO O| Dec 17 08:06:52.519 INFO ok!
95142024-12-17T08:06:54.616Z[ host-image] Dec 17 08:06:52.519 INFO O| Dec 17 08:06:52.519 INFO STEP 77 (ensure_file) COMPLETE
95152024-12-17T08:06:54.616Z[ host-image] Dec 17 08:06:52.519 INFO O| Dec 17 08:06:52.519 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-17T08:06:54.634Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95172024-12-17T08:06:54.634Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95182024-12-17T08:06:54.634Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95192024-12-17T08:06:54.645Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO ok!
95202024-12-17T08:06:54.645Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO STEP 78 (ensure_file) COMPLETE
95212024-12-17T08:06:54.645Z[ host-image] Dec 17 08:06:52.539 INFO O| Dec 17 08:06:52.539 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-17T08:06:54.662Z[ host-image] Dec 17 08:06:52.567 INFO O| Dec 17 08:06:52.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95232024-12-17T08:06:54.662Z[ host-image] Dec 17 08:06:52.568 INFO O| Dec 17 08:06:52.567 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95242024-12-17T08:06:56.591Z[ host-image] Dec 17 08:06:54.495 INFO O| Dec 17 08:06:54.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95252024-12-17T08:06:56.591Z[ host-image] Dec 17 08:06:54.496 INFO O| Dec 17 08:06:54.495 INFO ok!
95262024-12-17T08:06:56.593Z[ host-image] Dec 17 08:06:54.496 INFO O| Dec 17 08:06:54.495 INFO STEP 79 (ensure_file) COMPLETE
95272024-12-17T08:06:56.593Z[ host-image] Dec 17 08:06:54.496 INFO O| Dec 17 08:06:54.495 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-17T08:06:56.610Z[ host-image] Dec 17 08:06:54.515 INFO O| Dec 17 08:06:54.514 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95292024-12-17T08:06:56.610Z[ host-image] Dec 17 08:06:54.515 INFO O| Dec 17 08:06:54.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95302024-12-17T08:06:56.610Z[ host-image] Dec 17 08:06:54.515 INFO O| Dec 17 08:06:54.515 INFO STEP 80 (ensure_dir) COMPLETE
95312024-12-17T08:06:56.613Z[ host-image] Dec 17 08:06:54.515 INFO O| Dec 17 08:06:54.515 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-17T08:06:56.636Z[ host-image] Dec 17 08:06:54.541 INFO O| Dec 17 08:06:54.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95332024-12-17T08:06:56.636Z[ host-image] Dec 17 08:06:54.541 INFO O| Dec 17 08:06:54.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95342024-12-17T08:06:56.636Z[ host-image] Dec 17 08:06:54.541 INFO O| Dec 17 08:06:54.541 INFO STEP 81 (ensure_dir) COMPLETE
95352024-12-17T08:06:56.639Z[ host-image] Dec 17 08:06:54.541 INFO O| Dec 17 08:06:54.541 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-17T08:06:56.656Z[ host-image] Dec 17 08:06:54.561 INFO O| Dec 17 08:06:54.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95372024-12-17T08:06:56.656Z[ host-image] Dec 17 08:06:54.561 INFO O| Dec 17 08:06:54.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95382024-12-17T08:06:56.659Z[ host-image] Dec 17 08:06:54.561 INFO O| Dec 17 08:06:54.561 INFO STEP 82 (ensure_dir) COMPLETE
95392024-12-17T08:06:56.659Z[ host-image] Dec 17 08:06:54.561 INFO O| Dec 17 08:06:54.561 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-17T08:06:56.713Z[ host-image] Dec 17 08:06:54.617 INFO O| Dec 17 08:06:54.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95412024-12-17T08:06:56.713Z[ host-image] Dec 17 08:06:54.617 INFO O| Dec 17 08:06:54.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95422024-12-17T08:06:56.715Z[ host-image] Dec 17 08:06:54.617 INFO O| Dec 17 08:06:54.617 INFO STEP 83 (ensure_dir) COMPLETE
95432024-12-17T08:06:56.715Z[ host-image] Dec 17 08:06:54.618 INFO O| Dec 17 08:06:54.617 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-17T08:06:56.733Z[ host-image] Dec 17 08:06:54.638 INFO O| Dec 17 08:06:54.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95452024-12-17T08:06:56.733Z[ host-image] Dec 17 08:06:54.638 INFO O| Dec 17 08:06:54.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95462024-12-17T08:06:56.733Z[ host-image] Dec 17 08:06:54.638 INFO O| Dec 17 08:06:54.638 INFO STEP 84 (ensure_dir) COMPLETE
95472024-12-17T08:06:56.736Z[ host-image] Dec 17 08:06:54.638 INFO O| Dec 17 08:06:54.638 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-12-17T08:06:56.752Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95492024-12-17T08:06:56.752Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO copying /tmp/.tmpbJsvfq/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 ...
95502024-12-17T08:06:56.752Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95512024-12-17T08:06:56.753Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO ok!
95522024-12-17T08:06:56.755Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO STEP 85 (ensure_file) COMPLETE
95532024-12-17T08:06:56.755Z[ host-image] Dec 17 08:06:54.657 INFO O| Dec 17 08:06:54.657 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-17T08:06:56.785Z[ host-image] Dec 17 08:06:54.689 INFO O| Dec 17 08:06:54.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95552024-12-17T08:06:56.785Z[ host-image] Dec 17 08:06:54.690 INFO O| Dec 17 08:06:54.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95562024-12-17T08:06:56.785Z[ host-image] Dec 17 08:06:54.690 INFO O| Dec 17 08:06:54.690 INFO STEP 86 (ensure_dir) COMPLETE
95572024-12-17T08:06:56.787Z[ host-image] Dec 17 08:06:54.690 INFO O| Dec 17 08:06:54.690 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-17T08:06:56.843Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95592024-12-17T08:06:56.843Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95602024-12-17T08:06:56.845Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95612024-12-17T08:06:56.845Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO ok!
95622024-12-17T08:06:56.845Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO STEP 87 (ensure_file) COMPLETE
95632024-12-17T08:06:56.845Z[ host-image] Dec 17 08:06:54.748 INFO O| Dec 17 08:06:54.748 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-17T08:06:56.864Z[ host-image] Dec 17 08:06:54.768 INFO O| Dec 17 08:06:54.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95652024-12-17T08:06:56.864Z[ host-image] Dec 17 08:06:54.768 INFO O| Dec 17 08:06:54.768 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95662024-12-17T08:06:57.487Z[ host-image] Dec 17 08:06:55.392 INFO O| Dec 17 08:06:55.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95672024-12-17T08:06:57.490Z[ host-image] Dec 17 08:06:55.392 INFO O| Dec 17 08:06:55.392 INFO ok!
95682024-12-17T08:06:57.490Z[ host-image] Dec 17 08:06:55.392 INFO O| Dec 17 08:06:55.392 INFO STEP 88 (ensure_file) COMPLETE
95692024-12-17T08:06:57.490Z[ host-image] Dec 17 08:06:55.392 INFO O| Dec 17 08:06:55.392 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-17T08:06:57.506Z[ host-image] Dec 17 08:06:55.411 INFO O| Dec 17 08:06:55.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95712024-12-17T08:06:57.506Z[ host-image] Dec 17 08:06:55.411 INFO O| Dec 17 08:06:55.411 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95722024-12-17T08:06:58.141Z[ host-image] Dec 17 08:06:56.045 INFO O| Dec 17 08:06:56.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95732024-12-17T08:06:58.141Z[ host-image] Dec 17 08:06:56.045 INFO O| Dec 17 08:06:56.045 INFO ok!
95742024-12-17T08:06:58.144Z[ host-image] Dec 17 08:06:56.045 INFO O| Dec 17 08:06:56.045 INFO STEP 89 (ensure_file) COMPLETE
95752024-12-17T08:06:58.144Z[ host-image] Dec 17 08:06:56.045 INFO O| Dec 17 08:06:56.045 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-17T08:06:58.179Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95772024-12-17T08:06:58.182Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95782024-12-17T08:06:58.182Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95792024-12-17T08:06:58.182Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO ok!
95802024-12-17T08:06:58.182Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO STEP 90 (ensure_file) COMPLETE
95812024-12-17T08:06:58.182Z[ host-image] Dec 17 08:06:56.083 INFO O| Dec 17 08:06:56.083 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-17T08:06:58.197Z[ host-image] Dec 17 08:06:56.101 INFO O| Dec 17 08:06:56.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95832024-12-17T08:06:58.197Z[ host-image] Dec 17 08:06:56.101 INFO O| Dec 17 08:06:56.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95842024-12-17T08:06:58.197Z[ host-image] Dec 17 08:06:56.101 INFO O| Dec 17 08:06:56.101 INFO STEP 91 (ensure_dir) COMPLETE
95852024-12-17T08:06:58.200Z[ host-image] Dec 17 08:06:56.101 INFO O| Dec 17 08:06:56.101 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-17T08:06:58.214Z[ host-image] Dec 17 08:06:56.118 INFO O| Dec 17 08:06:56.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95872024-12-17T08:06:58.214Z[ host-image] Dec 17 08:06:56.118 INFO O| Dec 17 08:06:56.118 INFO copying /tmp/.tmpbJsvfq/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 ...
95882024-12-17T08:06:58.216Z[ host-image] Dec 17 08:06:56.119 INFO O| Dec 17 08:06:56.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95892024-12-17T08:06:58.216Z[ host-image] Dec 17 08:06:56.119 INFO O| Dec 17 08:06:56.118 INFO ok!
95902024-12-17T08:06:58.216Z[ host-image] Dec 17 08:06:56.119 INFO O| Dec 17 08:06:56.119 INFO STEP 92 (ensure_file) COMPLETE
95912024-12-17T08:06:58.216Z[ host-image] Dec 17 08:06:56.119 INFO O| Dec 17 08:06:56.119 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-17T08:06:58.233Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95932024-12-17T08:06:58.233Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO copying /tmp/.tmpbJsvfq/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 ...
95942024-12-17T08:06:58.235Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95952024-12-17T08:06:58.235Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO ok!
95962024-12-17T08:06:58.235Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO STEP 93 (ensure_file) COMPLETE
95972024-12-17T08:06:58.235Z[ host-image] Dec 17 08:06:56.137 INFO O| Dec 17 08:06:56.137 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-17T08:06:58.264Z[ host-image] Dec 17 08:06:56.168 INFO O| Dec 17 08:06:56.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95992024-12-17T08:06:58.264Z[ host-image] Dec 17 08:06:56.168 INFO O| Dec 17 08:06:56.168 INFO copying /tmp/.tmpbJsvfq/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 ...
96002024-12-17T08:06:58.267Z[ host-image] Dec 17 08:06:56.169 INFO O| Dec 17 08:06:56.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96012024-12-17T08:06:58.267Z[ host-image] Dec 17 08:06:56.169 INFO O| Dec 17 08:06:56.169 INFO ok!
96022024-12-17T08:06:58.267Z[ host-image] Dec 17 08:06:56.169 INFO O| Dec 17 08:06:56.169 INFO STEP 94 (ensure_file) COMPLETE
96032024-12-17T08:06:58.267Z[ host-image] Dec 17 08:06:56.169 INFO O| Dec 17 08:06:56.169 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-17T08:06:58.312Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96052024-12-17T08:06:58.312Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO copying /tmp/.tmpbJsvfq/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 ...
96062024-12-17T08:06:58.315Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96072024-12-17T08:06:58.315Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO ok!
96082024-12-17T08:06:58.315Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO STEP 95 (ensure_file) COMPLETE
96092024-12-17T08:06:58.315Z[ host-image] Dec 17 08:06:56.216 INFO O| Dec 17 08:06:56.216 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-17T08:06:58.369Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96112024-12-17T08:06:58.369Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO copying /tmp/.tmpbJsvfq/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 ...
96122024-12-17T08:06:58.372Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96132024-12-17T08:06:58.372Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO ok!
96142024-12-17T08:06:58.372Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO STEP 96 (ensure_file) COMPLETE
96152024-12-17T08:06:58.372Z[ host-image] Dec 17 08:06:56.274 INFO O| Dec 17 08:06:56.274 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-17T08:06:58.389Z[ host-image] Dec 17 08:06:56.293 INFO O| Dec 17 08:06:56.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96172024-12-17T08:06:58.392Z[ host-image] Dec 17 08:06:56.293 INFO O| Dec 17 08:06:56.293 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96182024-12-17T08:06:58.392Z[ host-image] Dec 17 08:06:56.293 INFO O| Dec 17 08:06:56.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96192024-12-17T08:06:58.392Z[ host-image] Dec 17 08:06:56.293 INFO O| Dec 17 08:06:56.293 INFO ok!
96202024-12-17T08:06:58.392Z[ host-image] Dec 17 08:06:56.293 INFO O| Dec 17 08:06:56.293 INFO STEP 97 (ensure_file) COMPLETE
96212024-12-17T08:06:58.392Z[ host-image] Dec 17 08:06:56.294 INFO O| Dec 17 08:06:56.293 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-17T08:06:58.407Z[ host-image] Dec 17 08:06:56.311 INFO O| Dec 17 08:06:56.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96232024-12-17T08:06:58.407Z[ host-image] Dec 17 08:06:56.311 INFO O| Dec 17 08:06:56.311 INFO copying /tmp/.tmpbJsvfq/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 ...
96242024-12-17T08:06:58.407Z[ host-image] Dec 17 08:06:56.312 INFO O| Dec 17 08:06:56.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96252024-12-17T08:06:58.411Z[ host-image] Dec 17 08:06:56.312 INFO O| Dec 17 08:06:56.312 INFO ok!
96262024-12-17T08:06:58.411Z[ host-image] Dec 17 08:06:56.312 INFO O| Dec 17 08:06:56.312 INFO STEP 98 (ensure_file) COMPLETE
96272024-12-17T08:06:58.411Z[ host-image] Dec 17 08:06:56.312 INFO O| Dec 17 08:06:56.312 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-17T08:06:58.427Z[ host-image] Dec 17 08:06:56.331 INFO O| Dec 17 08:06:56.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96292024-12-17T08:06:58.427Z[ host-image] Dec 17 08:06:56.331 INFO O| Dec 17 08:06:56.331 INFO copying /tmp/.tmpbJsvfq/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 ...
96302024-12-17T08:06:58.427Z[ host-image] Dec 17 08:06:56.331 INFO O| Dec 17 08:06:56.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96312024-12-17T08:06:58.430Z[ host-image] Dec 17 08:06:56.331 INFO O| Dec 17 08:06:56.331 INFO ok!
96322024-12-17T08:06:58.430Z[ host-image] Dec 17 08:06:56.331 INFO O| Dec 17 08:06:56.331 INFO STEP 99 (ensure_file) COMPLETE
96332024-12-17T08:06:58.430Z[ host-image] Dec 17 08:06:56.332 INFO O| Dec 17 08:06:56.332 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-17T08:06:58.463Z[ host-image] Dec 17 08:06:56.367 INFO O| Dec 17 08:06:56.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96352024-12-17T08:06:58.463Z[ host-image] Dec 17 08:06:56.367 INFO O| Dec 17 08:06:56.367 INFO copying /tmp/.tmpbJsvfq/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 ...
96362024-12-17T08:06:58.466Z[ host-image] Dec 17 08:06:56.368 INFO O| Dec 17 08:06:56.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96372024-12-17T08:06:58.467Z[ host-image] Dec 17 08:06:56.368 INFO O| Dec 17 08:06:56.368 INFO ok!
96382024-12-17T08:06:58.467Z[ host-image] Dec 17 08:06:56.368 INFO O| Dec 17 08:06:56.368 INFO STEP 100 (ensure_file) COMPLETE
96392024-12-17T08:06:58.467Z[ host-image] Dec 17 08:06:56.368 INFO O| Dec 17 08:06:56.368 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-17T08:06:58.483Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96412024-12-17T08:06:58.483Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96422024-12-17T08:06:58.483Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96432024-12-17T08:06:58.485Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO ok!
96442024-12-17T08:06:58.485Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO STEP 101 (ensure_file) COMPLETE
96452024-12-17T08:06:58.485Z[ host-image] Dec 17 08:06:56.387 INFO O| Dec 17 08:06:56.387 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-17T08:06:58.503Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96472024-12-17T08:06:58.503Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO copying /tmp/.tmpbJsvfq/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 ...
96482024-12-17T08:06:58.503Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96492024-12-17T08:06:58.505Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO ok!
96502024-12-17T08:06:58.505Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO STEP 102 (ensure_file) COMPLETE
96512024-12-17T08:06:58.505Z[ host-image] Dec 17 08:06:56.407 INFO O| Dec 17 08:06:56.407 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-17T08:06:58.523Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96532024-12-17T08:06:58.523Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO copying /tmp/.tmpbJsvfq/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 ...
96542024-12-17T08:06:58.523Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96552024-12-17T08:06:58.526Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO ok!
96562024-12-17T08:06:58.526Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO STEP 103 (ensure_file) COMPLETE
96572024-12-17T08:06:58.526Z[ host-image] Dec 17 08:06:56.427 INFO O| Dec 17 08:06:56.427 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-17T08:06:58.563Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96592024-12-17T08:06:58.563Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO copying /tmp/.tmpbJsvfq/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 ...
96602024-12-17T08:06:58.563Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96612024-12-17T08:06:58.565Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO ok!
96622024-12-17T08:06:58.565Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO STEP 104 (ensure_file) COMPLETE
96632024-12-17T08:06:58.565Z[ host-image] Dec 17 08:06:56.467 INFO O| Dec 17 08:06:56.467 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-17T08:06:58.583Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96652024-12-17T08:06:58.583Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO copying /tmp/.tmpbJsvfq/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 ...
96662024-12-17T08:06:58.584Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96672024-12-17T08:06:58.584Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO ok!
96682024-12-17T08:06:58.584Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO STEP 105 (ensure_file) COMPLETE
96692024-12-17T08:06:58.584Z[ host-image] Dec 17 08:06:56.487 INFO O| Dec 17 08:06:56.487 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-17T08:06:58.603Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96712024-12-17T08:06:58.603Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.507 INFO copying /tmp/.tmpbJsvfq/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 ...
96722024-12-17T08:06:58.606Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96732024-12-17T08:06:58.606Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.508 INFO ok!
96742024-12-17T08:06:58.606Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.508 INFO STEP 106 (ensure_file) COMPLETE
96752024-12-17T08:06:58.606Z[ host-image] Dec 17 08:06:56.508 INFO O| Dec 17 08:06:56.508 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-17T08:06:58.623Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96772024-12-17T08:06:58.623Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO copying /tmp/.tmpbJsvfq/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 ...
96782024-12-17T08:06:58.623Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96792024-12-17T08:06:58.626Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO ok!
96802024-12-17T08:06:58.627Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO STEP 107 (ensure_file) COMPLETE
96812024-12-17T08:06:58.627Z[ host-image] Dec 17 08:06:56.527 INFO O| Dec 17 08:06:56.527 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822024-12-17T08:06:58.643Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96832024-12-17T08:06:58.643Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO copying /tmp/.tmpbJsvfq/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 ...
96842024-12-17T08:06:58.645Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96852024-12-17T08:06:58.645Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO ok!
96862024-12-17T08:06:58.646Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO STEP 108 (ensure_file) COMPLETE
96872024-12-17T08:06:58.646Z[ host-image] Dec 17 08:06:56.547 INFO O| Dec 17 08:06:56.547 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882024-12-17T08:06:58.662Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96892024-12-17T08:06:58.662Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO copying /tmp/.tmpbJsvfq/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 ...
96902024-12-17T08:06:58.662Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96912024-12-17T08:06:58.662Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO ok!
96922024-12-17T08:06:58.662Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO STEP 109 (ensure_file) COMPLETE
96932024-12-17T08:06:58.665Z[ host-image] Dec 17 08:06:56.566 INFO O| Dec 17 08:06:56.566 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942024-12-17T08:06:58.685Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96952024-12-17T08:06:58.685Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO copying /tmp/.tmpbJsvfq/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 ...
96962024-12-17T08:06:58.688Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96972024-12-17T08:06:58.688Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO ok!
96982024-12-17T08:06:58.688Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO STEP 110 (ensure_file) COMPLETE
96992024-12-17T08:06:58.688Z[ host-image] Dec 17 08:06:56.589 INFO O| Dec 17 08:06:56.589 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002024-12-17T08:06:58.704Z[ host-image] Dec 17 08:06:56.608 INFO O| Dec 17 08:06:56.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97012024-12-17T08:06:58.704Z[ host-image] Dec 17 08:06:56.608 INFO O| Dec 17 08:06:56.608 INFO copying /tmp/.tmpbJsvfq/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 ...
97022024-12-17T08:06:58.707Z[ host-image] Dec 17 08:06:56.609 INFO O| Dec 17 08:06:56.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97032024-12-17T08:06:58.707Z[ host-image] Dec 17 08:06:56.609 INFO O| Dec 17 08:06:56.608 INFO ok!
97042024-12-17T08:06:58.707Z[ host-image] Dec 17 08:06:56.609 INFO O| Dec 17 08:06:56.609 INFO STEP 111 (ensure_file) COMPLETE
97052024-12-17T08:06:58.707Z[ host-image] Dec 17 08:06:56.609 INFO O| Dec 17 08:06:56.609 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062024-12-17T08:06:58.726Z[ host-image] Dec 17 08:06:56.630 INFO O| Dec 17 08:06:56.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97072024-12-17T08:06:58.726Z[ host-image] Dec 17 08:06:56.631 INFO O| Dec 17 08:06:56.630 INFO copying /tmp/.tmpbJsvfq/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 ...
97082024-12-17T08:06:58.726Z[ host-image] Dec 17 08:06:56.631 INFO O| Dec 17 08:06:56.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97092024-12-17T08:06:58.729Z[ host-image] Dec 17 08:06:56.631 INFO O| Dec 17 08:06:56.631 INFO ok!
97102024-12-17T08:06:58.730Z[ host-image] Dec 17 08:06:56.631 INFO O| Dec 17 08:06:56.631 INFO STEP 112 (ensure_file) COMPLETE
97112024-12-17T08:06:58.730Z[ host-image] Dec 17 08:06:56.631 INFO O| Dec 17 08:06:56.631 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122024-12-17T08:06:58.747Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97132024-12-17T08:06:58.747Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO copying /tmp/.tmpbJsvfq/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 ...
97142024-12-17T08:06:58.747Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97152024-12-17T08:06:58.747Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO ok!
97162024-12-17T08:06:58.749Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO STEP 113 (ensure_file) COMPLETE
97172024-12-17T08:06:58.749Z[ host-image] Dec 17 08:06:56.651 INFO O| Dec 17 08:06:56.651 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182024-12-17T08:06:58.768Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97192024-12-17T08:06:58.768Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO copying /tmp/.tmpbJsvfq/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 ...
97202024-12-17T08:06:58.768Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97212024-12-17T08:06:58.768Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO ok!
97222024-12-17T08:06:58.768Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO STEP 114 (ensure_file) COMPLETE
97232024-12-17T08:06:58.770Z[ host-image] Dec 17 08:06:56.671 INFO O| Dec 17 08:06:56.671 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-12-17T08:06:58.790Z[ host-image] Dec 17 08:06:56.694 INFO O| Dec 17 08:06:56.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97252024-12-17T08:06:58.790Z[ host-image] Dec 17 08:06:56.694 INFO O| Dec 17 08:06:56.694 INFO copying /tmp/.tmpbJsvfq/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 ...
97262024-12-17T08:06:58.793Z[ host-image] Dec 17 08:06:56.695 INFO O| Dec 17 08:06:56.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97272024-12-17T08:06:58.793Z[ host-image] Dec 17 08:06:56.695 INFO O| Dec 17 08:06:56.695 INFO ok!
97282024-12-17T08:06:58.793Z[ host-image] Dec 17 08:06:56.695 INFO O| Dec 17 08:06:56.695 INFO STEP 115 (ensure_file) COMPLETE
97292024-12-17T08:06:58.793Z[ host-image] Dec 17 08:06:56.695 INFO O| Dec 17 08:06:56.695 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302024-12-17T08:06:58.812Z[ host-image] Dec 17 08:06:56.716 INFO O| Dec 17 08:06:56.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97312024-12-17T08:06:58.812Z[ host-image] Dec 17 08:06:56.716 INFO O| Dec 17 08:06:56.716 INFO copying /tmp/.tmpbJsvfq/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 ...
97322024-12-17T08:06:58.815Z[ host-image] Dec 17 08:06:56.717 INFO O| Dec 17 08:06:56.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97332024-12-17T08:06:58.815Z[ host-image] Dec 17 08:06:56.717 INFO O| Dec 17 08:06:56.717 INFO ok!
97342024-12-17T08:06:58.815Z[ host-image] Dec 17 08:06:56.717 INFO O| Dec 17 08:06:56.717 INFO STEP 116 (ensure_file) COMPLETE
97352024-12-17T08:06:58.815Z[ host-image] Dec 17 08:06:56.717 INFO O| Dec 17 08:06:56.717 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362024-12-17T08:06:58.833Z[ host-image] Dec 17 08:06:56.737 INFO O| Dec 17 08:06:56.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97372024-12-17T08:06:58.833Z[ host-image] Dec 17 08:06:56.737 INFO O| Dec 17 08:06:56.737 INFO copying /tmp/.tmpbJsvfq/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 ...
97382024-12-17T08:06:58.835Z[ host-image] Dec 17 08:06:56.737 INFO O| Dec 17 08:06:56.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97392024-12-17T08:06:58.835Z[ host-image] Dec 17 08:06:56.738 INFO O| Dec 17 08:06:56.738 INFO ok!
97402024-12-17T08:06:58.835Z[ host-image] Dec 17 08:06:56.738 INFO O| Dec 17 08:06:56.738 INFO STEP 117 (ensure_file) COMPLETE
97412024-12-17T08:06:58.835Z[ host-image] Dec 17 08:06:56.738 INFO O| Dec 17 08:06:56.738 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422024-12-17T08:06:58.853Z[ host-image] Dec 17 08:06:56.757 INFO O| Dec 17 08:06:56.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97432024-12-17T08:06:58.853Z[ host-image] Dec 17 08:06:56.757 INFO O| Dec 17 08:06:56.757 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97442024-12-17T08:06:58.855Z[ host-image] Dec 17 08:06:56.757 INFO O| Dec 17 08:06:56.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97452024-12-17T08:06:58.855Z[ host-image] Dec 17 08:06:56.758 INFO O| Dec 17 08:06:56.758 INFO ok!
97462024-12-17T08:06:58.855Z[ host-image] Dec 17 08:06:56.758 INFO O| Dec 17 08:06:56.758 INFO STEP 118 (ensure_file) COMPLETE
97472024-12-17T08:06:58.855Z[ host-image] Dec 17 08:06:56.758 INFO O| Dec 17 08:06:56.758 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482024-12-17T08:06:58.873Z[ host-image] Dec 17 08:06:56.777 INFO O| Dec 17 08:06:56.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97492024-12-17T08:06:58.875Z[ host-image] Dec 17 08:06:56.777 INFO O| Dec 17 08:06:56.777 INFO copying /tmp/.tmpbJsvfq/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 ...
97502024-12-17T08:06:58.875Z[ host-image] Dec 17 08:06:56.778 INFO O| Dec 17 08:06:56.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97512024-12-17T08:06:58.875Z[ host-image] Dec 17 08:06:56.778 INFO O| Dec 17 08:06:56.778 INFO ok!
97522024-12-17T08:06:58.875Z[ host-image] Dec 17 08:06:56.778 INFO O| Dec 17 08:06:56.778 INFO STEP 119 (ensure_file) COMPLETE
97532024-12-17T08:06:58.875Z[ host-image] Dec 17 08:06:56.778 INFO O| Dec 17 08:06:56.778 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542024-12-17T08:06:58.893Z[ host-image] Dec 17 08:06:56.797 INFO O| Dec 17 08:06:56.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97552024-12-17T08:06:58.893Z[ host-image] Dec 17 08:06:56.797 INFO O| Dec 17 08:06:56.797 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97562024-12-17T08:06:58.895Z[ host-image] Dec 17 08:06:56.798 INFO O| Dec 17 08:06:56.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97572024-12-17T08:06:58.895Z[ host-image] Dec 17 08:06:56.798 INFO O| Dec 17 08:06:56.798 INFO ok!
97582024-12-17T08:06:58.895Z[ host-image] Dec 17 08:06:56.798 INFO O| Dec 17 08:06:56.798 INFO STEP 120 (ensure_file) COMPLETE
97592024-12-17T08:06:58.895Z[ host-image] Dec 17 08:06:56.798 INFO O| Dec 17 08:06:56.798 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-17T08:06:58.927Z[ host-image] Dec 17 08:06:56.831 INFO O| Dec 17 08:06:56.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97612024-12-17T08:06:58.927Z[ host-image] Dec 17 08:06:56.831 INFO O| Dec 17 08:06:56.831 INFO copying /tmp/.tmpbJsvfq/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97622024-12-17T08:07:10.697Z[ host-image] Dec 17 08:07:08.598 INFO O| Dec 17 08:07:08.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97632024-12-17T08:07:10.697Z[ host-image] Dec 17 08:07:08.598 INFO O| Dec 17 08:07:08.598 INFO ok!
97642024-12-17T08:07:10.699Z[ host-image] Dec 17 08:07:08.598 INFO O| Dec 17 08:07:08.598 INFO STEP 121 (ensure_file) COMPLETE
97652024-12-17T08:07:10.700Z[ host-image] Dec 17 08:07:08.598 INFO O| Dec 17 08:07:08.598 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662024-12-17T08:07:10.718Z[ host-image] Dec 17 08:07:08.619 INFO O| Dec 17 08:07:08.619 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97672024-12-17T08:07:10.720Z[ host-image] Dec 17 08:07:08.619 INFO O| Dec 17 08:07:08.619 INFO STEP 122 (ensure_dir) COMPLETE
97682024-12-17T08:07:10.720Z[ host-image] Dec 17 08:07:08.620 INFO O| Dec 17 08:07:08.619 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-17T08:07:10.744Z[ host-image] Dec 17 08:07:08.645 INFO O| Dec 17 08:07:08.645 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97702024-12-17T08:07:10.748Z[ host-image] Dec 17 08:07:08.650 INFO O| Dec 17 08:07:08.645 INFO STEP 123 (ensure_dir) COMPLETE
97712024-12-17T08:07:10.751Z[ host-image] Dec 17 08:07:08.650 INFO O| Dec 17 08:07:08.650 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-17T08:07:10.778Z[ host-image] Dec 17 08:07:08.679 INFO O| Dec 17 08:07:08.679 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97732024-12-17T08:07:10.778Z[ host-image] Dec 17 08:07:08.679 INFO O| Dec 17 08:07:08.679 INFO STEP 124 (ensure_dir) COMPLETE
97742024-12-17T08:07:10.778Z[ host-image] Dec 17 08:07:08.679 INFO O| Dec 17 08:07:08.679 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-17T08:07:10.825Z[ host-image] Dec 17 08:07:08.727 INFO O| Dec 17 08:07:08.727 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97762024-12-17T08:07:10.825Z[ host-image] Dec 17 08:07:08.727 INFO O| Dec 17 08:07:08.727 INFO STEP 125 (ensure_dir) COMPLETE
97772024-12-17T08:07:10.828Z[ host-image] Dec 17 08:07:08.727 INFO O| Dec 17 08:07:08.727 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782024-12-17T08:07:10.846Z[ host-image] Dec 17 08:07:08.747 INFO O| Dec 17 08:07:08.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97792024-12-17T08:07:10.846Z[ host-image] Dec 17 08:07:08.747 INFO O| Dec 17 08:07:08.747 INFO copying /tmp/.tmpbJsvfq/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 ...
97802024-12-17T08:07:10.846Z[ host-image] Dec 17 08:07:08.748 INFO O| Dec 17 08:07:08.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97812024-12-17T08:07:10.849Z[ host-image] Dec 17 08:07:08.748 INFO O| Dec 17 08:07:08.748 INFO ok!
97822024-12-17T08:07:10.849Z[ host-image] Dec 17 08:07:08.748 INFO O| Dec 17 08:07:08.748 INFO STEP 126 (ensure_file) COMPLETE
97832024-12-17T08:07:10.849Z[ host-image] Dec 17 08:07:08.748 INFO O| Dec 17 08:07:08.748 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97842024-12-17T08:07:10.866Z[ host-image] Dec 17 08:07:08.767 INFO O| Dec 17 08:07:08.767 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97852024-12-17T08:07:10.866Z[ host-image] Dec 17 08:07:08.768 INFO O| Dec 17 08:07:08.767 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97862024-12-17T08:07:10.869Z[ host-image] Dec 17 08:07:08.768 INFO O| Dec 17 08:07:08.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97872024-12-17T08:07:10.869Z[ host-image] Dec 17 08:07:08.768 INFO O| Dec 17 08:07:08.768 INFO STEP 127 (ensure_dir) COMPLETE
97882024-12-17T08:07:10.869Z[ host-image] Dec 17 08:07:08.768 INFO O| Dec 17 08:07:08.768 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892024-12-17T08:07:10.886Z[ host-image] Dec 17 08:07:08.787 INFO O| Dec 17 08:07:08.787 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97902024-12-17T08:07:10.886Z[ host-image] Dec 17 08:07:08.787 INFO O| Dec 17 08:07:08.787 INFO copying /tmp/.tmpbJsvfq/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97912024-12-17T08:07:10.889Z[ host-image] Dec 17 08:07:08.788 INFO O| Dec 17 08:07:08.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97922024-12-17T08:07:10.889Z[ host-image] Dec 17 08:07:08.788 INFO O| Dec 17 08:07:08.788 INFO ok!
97932024-12-17T08:07:10.889Z[ host-image] Dec 17 08:07:08.788 INFO O| Dec 17 08:07:08.788 INFO STEP 128 (ensure_file) COMPLETE
97942024-12-17T08:07:10.889Z[ host-image] Dec 17 08:07:08.788 INFO O| Dec 17 08:07:08.788 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-17T08:07:10.906Z[ host-image] Dec 17 08:07:08.807 INFO O| Dec 17 08:07:08.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97962024-12-17T08:07:10.908Z[ host-image] Dec 17 08:07:08.807 INFO O| Dec 17 08:07:08.807 INFO STEP 129 (remove_files) COMPLETE
97972024-12-17T08:07:10.908Z[ host-image] Dec 17 08:07:08.808 INFO O| Dec 17 08:07:08.807 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-17T08:07:10.925Z[ host-image] Dec 17 08:07:08.827 INFO O| Dec 17 08:07:08.827 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97992024-12-17T08:07:10.928Z[ host-image] Dec 17 08:07:08.827 INFO O| Dec 17 08:07:08.827 INFO STEP 130 (remove_files) COMPLETE
98002024-12-17T08:07:10.928Z[ host-image] Dec 17 08:07:08.827 INFO O| Dec 17 08:07:08.827 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-17T08:07:10.946Z[ host-image] Dec 17 08:07:08.847 INFO O| Dec 17 08:07:08.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98022024-12-17T08:07:10.949Z[ host-image] Dec 17 08:07:08.848 INFO O| Dec 17 08:07:08.848 INFO STEP 131 (remove_files) COMPLETE
98032024-12-17T08:07:10.949Z[ host-image] Dec 17 08:07:08.848 INFO O| Dec 17 08:07:08.848 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-17T08:07:10.990Z[ host-image] Dec 17 08:07:08.892 INFO O| Dec 17 08:07:08.891 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98052024-12-17T08:07:10.993Z[ host-image] Dec 17 08:07:08.892 INFO O| Dec 17 08:07:08.892 INFO STEP 132 (remove_files) COMPLETE
98062024-12-17T08:07:10.993Z[ host-image] Dec 17 08:07:08.892 INFO O| Dec 17 08:07:08.892 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-17T08:07:11.012Z[ host-image] Dec 17 08:07:08.914 INFO O| Dec 17 08:07:08.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98082024-12-17T08:07:11.015Z[ host-image] Dec 17 08:07:08.914 INFO O| Dec 17 08:07:08.914 INFO STEP 133 (remove_files) COMPLETE
98092024-12-17T08:07:11.016Z[ host-image] Dec 17 08:07:08.914 INFO O| Dec 17 08:07:08.914 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-17T08:07:11.034Z[ host-image] Dec 17 08:07:08.936 INFO O| Dec 17 08:07:08.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98112024-12-17T08:07:11.037Z[ host-image] Dec 17 08:07:08.936 INFO O| Dec 17 08:07:08.936 INFO STEP 134 (remove_files) COMPLETE
98122024-12-17T08:07:11.037Z[ host-image] Dec 17 08:07:08.936 INFO O| Dec 17 08:07:08.936 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-17T08:07:11.056Z[ host-image] Dec 17 08:07:08.957 INFO O| Dec 17 08:07:08.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98142024-12-17T08:07:11.056Z[ host-image] Dec 17 08:07:08.957 INFO O| Dec 17 08:07:08.957 INFO STEP 135 (remove_files) COMPLETE
98152024-12-17T08:07:11.056Z[ host-image] Dec 17 08:07:08.957 INFO O| Dec 17 08:07:08.957 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-17T08:07:11.075Z[ host-image] Dec 17 08:07:08.977 INFO O| Dec 17 08:07:08.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98172024-12-17T08:07:11.075Z[ host-image] Dec 17 08:07:08.977 INFO O| Dec 17 08:07:08.977 INFO STEP 136 (remove_files) COMPLETE
98182024-12-17T08:07:11.075Z[ host-image] Dec 17 08:07:08.977 INFO O| Dec 17 08:07:08.977 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-17T08:07:11.094Z[ host-image] Dec 17 08:07:08.995 INFO O| Dec 17 08:07:08.995 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98202024-12-17T08:07:11.094Z[ host-image] Dec 17 08:07:08.995 INFO O| Dec 17 08:07:08.995 INFO STEP 137 (remove_files) COMPLETE
98212024-12-17T08:07:11.094Z[ host-image] Dec 17 08:07:08.995 INFO O| Dec 17 08:07:08.995 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-17T08:07:11.113Z[ host-image] Dec 17 08:07:09.014 INFO O| Dec 17 08:07:09.014 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98232024-12-17T08:07:11.113Z[ host-image] Dec 17 08:07:09.014 INFO O| Dec 17 08:07:09.014 INFO STEP 138 (remove_files) COMPLETE
98242024-12-17T08:07:11.115Z[ host-image] Dec 17 08:07:09.014 INFO O| Dec 17 08:07:09.014 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-17T08:07:11.145Z[ host-image] Dec 17 08:07:09.046 INFO O| Dec 17 08:07:09.046 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98262024-12-17T08:07:11.145Z[ host-image] Dec 17 08:07:09.046 INFO O| Dec 17 08:07:09.046 INFO STEP 139 (remove_files) COMPLETE
98272024-12-17T08:07:11.145Z[ host-image] Dec 17 08:07:09.046 INFO O| Dec 17 08:07:09.046 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-17T08:07:11.210Z[ host-image] Dec 17 08:07:09.112 INFO O| Dec 17 08:07:09.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98292024-12-17T08:07:11.211Z[ host-image] Dec 17 08:07:09.112 INFO O| Dec 17 08:07:09.112 INFO STEP 140 (remove_files) COMPLETE
98302024-12-17T08:07:11.211Z[ host-image] Dec 17 08:07:09.112 INFO O| Dec 17 08:07:09.112 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-17T08:07:11.231Z[ host-image] Dec 17 08:07:09.133 INFO O| Dec 17 08:07:09.133 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98322024-12-17T08:07:11.231Z[ host-image] Dec 17 08:07:09.133 INFO O| Dec 17 08:07:09.133 INFO STEP 141 (remove_files) COMPLETE
98332024-12-17T08:07:11.231Z[ host-image] Dec 17 08:07:09.133 INFO O| Dec 17 08:07:09.133 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-17T08:07:11.258Z[ host-image] Dec 17 08:07:09.160 INFO O| Dec 17 08:07:09.159 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98352024-12-17T08:07:11.258Z[ host-image] Dec 17 08:07:09.160 INFO O| Dec 17 08:07:09.160 INFO STEP 142 (remove_files) COMPLETE
98362024-12-17T08:07:11.258Z[ host-image] Dec 17 08:07:09.160 INFO O| Dec 17 08:07:09.160 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-17T08:07:11.290Z[ host-image] Dec 17 08:07:09.192 INFO O| Dec 17 08:07:09.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98382024-12-17T08:07:11.290Z[ host-image] Dec 17 08:07:09.192 INFO O| Dec 17 08:07:09.192 INFO STEP 143 (remove_files) COMPLETE
98392024-12-17T08:07:11.290Z[ host-image] Dec 17 08:07:09.192 INFO O| Dec 17 08:07:09.192 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-17T08:07:11.377Z[ host-image] Dec 17 08:07:09.278 INFO O| Dec 17 08:07:09.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98412024-12-17T08:07:11.377Z[ host-image] Dec 17 08:07:09.278 INFO O| Dec 17 08:07:09.278 INFO STEP 144 (remove_files) COMPLETE
98422024-12-17T08:07:11.377Z[ host-image] Dec 17 08:07:09.278 INFO O| Dec 17 08:07:09.278 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-17T08:07:11.412Z[ host-image] Dec 17 08:07:09.313 INFO O| Dec 17 08:07:09.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98442024-12-17T08:07:11.412Z[ host-image] Dec 17 08:07:09.313 INFO O| Dec 17 08:07:09.313 INFO STEP 145 (remove_files) COMPLETE
98452024-12-17T08:07:11.412Z[ host-image] Dec 17 08:07:09.313 INFO O| Dec 17 08:07:09.313 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-17T08:07:11.475Z[ host-image] Dec 17 08:07:09.377 INFO O| Dec 17 08:07:09.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98472024-12-17T08:07:11.475Z[ host-image] Dec 17 08:07:09.377 INFO O| Dec 17 08:07:09.377 INFO STEP 146 (remove_files) COMPLETE
98482024-12-17T08:07:11.476Z[ host-image] Dec 17 08:07:09.377 INFO O| Dec 17 08:07:09.377 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-17T08:07:11.507Z[ host-image] Dec 17 08:07:09.408 INFO O| Dec 17 08:07:09.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98502024-12-17T08:07:11.507Z[ host-image] Dec 17 08:07:09.408 INFO O| Dec 17 08:07:09.408 INFO STEP 147 (remove_files) COMPLETE
98512024-12-17T08:07:11.510Z[ host-image] Dec 17 08:07:09.408 INFO O| Dec 17 08:07:09.408 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-17T08:07:11.527Z[ host-image] Dec 17 08:07:09.429 INFO O| Dec 17 08:07:09.428 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98532024-12-17T08:07:11.527Z[ host-image] Dec 17 08:07:09.429 INFO O| Dec 17 08:07:09.429 INFO STEP 148 (remove_files) COMPLETE
98542024-12-17T08:07:11.529Z[ host-image] Dec 17 08:07:09.429 INFO O| Dec 17 08:07:09.429 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-17T08:07:11.547Z[ host-image] Dec 17 08:07:09.449 INFO O| Dec 17 08:07:09.449 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98562024-12-17T08:07:11.548Z[ host-image] Dec 17 08:07:09.449 INFO O| Dec 17 08:07:09.449 INFO STEP 149 (remove_files) COMPLETE
98572024-12-17T08:07:11.548Z[ host-image] Dec 17 08:07:09.449 INFO O| Dec 17 08:07:09.449 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-17T08:07:11.571Z[ host-image] Dec 17 08:07:09.472 INFO O| Dec 17 08:07:09.472 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98592024-12-17T08:07:11.573Z[ host-image] Dec 17 08:07:09.472 INFO O| Dec 17 08:07:09.472 INFO STEP 150 (remove_files) COMPLETE
98602024-12-17T08:07:11.573Z[ host-image] Dec 17 08:07:09.473 INFO O| Dec 17 08:07:09.472 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-17T08:07:11.595Z[ host-image] Dec 17 08:07:09.496 INFO O| Dec 17 08:07:09.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98622024-12-17T08:07:11.595Z[ host-image] Dec 17 08:07:09.496 INFO O| Dec 17 08:07:09.496 INFO STEP 151 (remove_files) COMPLETE
98632024-12-17T08:07:11.595Z[ host-image] Dec 17 08:07:09.496 INFO O| Dec 17 08:07:09.496 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-17T08:07:11.614Z[ host-image] Dec 17 08:07:09.516 INFO O| Dec 17 08:07:09.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98652024-12-17T08:07:11.617Z[ host-image] Dec 17 08:07:09.516 INFO O| Dec 17 08:07:09.516 INFO STEP 152 (remove_files) COMPLETE
98662024-12-17T08:07:11.617Z[ host-image] Dec 17 08:07:09.516 INFO O| Dec 17 08:07:09.516 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-17T08:07:11.633Z[ host-image] Dec 17 08:07:09.535 INFO O| Dec 17 08:07:09.535 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98682024-12-17T08:07:11.636Z[ host-image] Dec 17 08:07:09.535 INFO O| Dec 17 08:07:09.535 INFO STEP 153 (remove_files) COMPLETE
98692024-12-17T08:07:11.636Z[ host-image] Dec 17 08:07:09.535 INFO O| Dec 17 08:07:09.535 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-17T08:07:11.652Z[ host-image] Dec 17 08:07:09.554 INFO O| Dec 17 08:07:09.554 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98712024-12-17T08:07:11.652Z[ host-image] Dec 17 08:07:09.554 INFO O| Dec 17 08:07:09.554 INFO STEP 154 (remove_files) COMPLETE
98722024-12-17T08:07:11.655Z[ host-image] Dec 17 08:07:09.554 INFO O| Dec 17 08:07:09.554 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732024-12-17T08:07:11.671Z[ host-image] Dec 17 08:07:09.572 INFO O| Dec 17 08:07:09.572 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98742024-12-17T08:07:11.671Z[ host-image] Dec 17 08:07:09.572 INFO O| Dec 17 08:07:09.572 INFO STEP 155 (remove_files) COMPLETE
98752024-12-17T08:07:11.674Z[ host-image] Dec 17 08:07:09.572 INFO O| Dec 17 08:07:09.572 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762024-12-17T08:07:11.690Z[ host-image] Dec 17 08:07:09.591 INFO O| Dec 17 08:07:09.591 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98772024-12-17T08:07:11.690Z[ host-image] Dec 17 08:07:09.591 INFO O| Dec 17 08:07:09.591 INFO STEP 156 (remove_files) COMPLETE
98782024-12-17T08:07:11.693Z[ host-image] Dec 17 08:07:09.592 INFO O| Dec 17 08:07:09.591 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792024-12-17T08:07:11.710Z[ host-image] Dec 17 08:07:09.611 INFO O| Dec 17 08:07:09.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98802024-12-17T08:07:11.710Z[ host-image] Dec 17 08:07:09.611 INFO O| Dec 17 08:07:09.611 INFO STEP 157 (remove_files) COMPLETE
98812024-12-17T08:07:11.712Z[ host-image] Dec 17 08:07:09.611 INFO O| Dec 17 08:07:09.611 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98822024-12-17T08:07:11.782Z[ host-image] Dec 17 08:07:09.683 INFO O| Dec 17 08:07:09.683 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98832024-12-17T08:07:11.784Z[ host-image] Dec 17 08:07:09.684 INFO O| Dec 17 08:07:09.683 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98842024-12-17T08:07:28.530Z[ host-image] Dec 17 08:07:26.428 INFO O| Dec 17 08:07:26.428 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
98852024-12-17T08:07:28.530Z[ host-image] Dec 17 08:07:26.428 INFO O| Dec 17 08:07:26.428 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98862024-12-17T08:07:28.546Z[ host-image] Dec 17 08:07:26.444 INFO O| Dec 17 08:07:26.444 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
98872024-12-17T08:07:28.676Z[ host-image] Dec 17 08:07:26.573 INFO O| Dec 17 08:07:26.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98882024-12-17T08:07:28.676Z[ host-image] Dec 17 08:07:26.573 INFO O| Dec 17 08:07:26.573 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98892024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98902024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO ok!
98912024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98922024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO STEP 158 (seed_smf) COMPLETE
98932024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO steps complete; finalising image!
98942024-12-17T08:07:28.679Z[ host-image] Dec 17 08:07:26.576 INFO O| Dec 17 08:07:26.576 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98952024-12-17T08:07:28.847Z[ host-image] Dec 17 08:07:26.744 INFO O| Dec 17 08:07:26.744 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Dec 17 08:07:26 2024)
98962024-12-17T08:07:29.060Z[ host-image] Dec 17 08:07:26.957 INFO O| Dec 17 08:07:26.957 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Tue Dec 17 08:07:26 2024)
98972024-12-17T08:07:29.269Z[ host-image] Dec 17 08:07:27.166 INFO O| Dec 17 08:07:27.166 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Tue Dec 17 08:07:26 2024)
98982024-12-17T08:07:29.495Z[ host-image] Dec 17 08:07:27.393 INFO O| Dec 17 08:07:27.392 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio
98992024-12-17T08:07:29.495Z[ host-image] Dec 17 08:07:27.393 INFO O| Dec 17 08:07:27.393 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99002024-12-17T08:07:29.850Z[ host-image] Dec 17 08:07:27.747 INFO O| Dec 17 08:07:27.747 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99012024-12-17T08:07:29.850Z[ host-image] Dec 17 08:07:27.747 INFO O| Dec 17 08:07:27.747 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99022024-12-17T08:07:31.203Z[ host-image] Dec 17 08:07:29.100 INFO O| Dec 17 08:07:29.100 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99032024-12-17T08:07:31.203Z[ host-image] Dec 17 08:07:29.100 INFO O| Dec 17 08:07:29.100 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99042024-12-17T08:07:31.206Z[ host-image] Dec 17 08:07:29.100 INFO O| Dec 17 08:07:29.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99052024-12-17T08:07:31.207Z[ host-image] Dec 17 08:07:29.100 INFO O| Dec 17 08:07:29.100 INFO completed processing gimlet/zfs
99062024-12-17T08:07:31.207Z[ host-image] Dec 17 08:07:29.100 INFO O| Dec 17 08:07:29.100 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99072024-12-17T08:07:40.111Z[ host-image] Dec 17 08:07:38.006 INFO O| Dec 17 08:07:38.006 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99082024-12-17T08:07:40.210Z[ host-image] Dec 17 08:07:38.105 INFO BUILD STRING "heads/stlouis-0-g189e595780\n"
99092024-12-17T08:07:40.213Z[ host-image] Dec 17 08:07:38.106 INFO expanded image name: "ci fb10fad/${os_short_commit} 2024-12-17 07:32" -> "ci fb10fad/189e595 2024-12-17 07:32"
99102024-12-17T08:07:40.213Z[ host-image] Dec 17 08:07:38.106 INFO output artefacts stored in: "/work/os-host"
99112024-12-17T08:07:40.213Z[ host-image] Dec 17 08:07:38.106 INFO collecting git info from project "chelsio-t6-roms"...
99122024-12-17T08:07:40.220Z[ host-image] Dec 17 08:07:38.116 INFO collecting git info from project "bootserver"...
99132024-12-17T08:07:40.225Z[ host-image] Dec 17 08:07:38.120 INFO collecting git info from project "amd-host-image-builder"...
99142024-12-17T08:07:40.241Z[ host-image] Dec 17 08:07:38.136 INFO collecting git info from project "phbl"...
99152024-12-17T08:07:40.246Z[ host-image] Dec 17 08:07:38.141 INFO collecting git info from project "pinprick"...
99162024-12-17T08:07:40.250Z[ host-image] Dec 17 08:07:38.146 INFO collecting git info from project "image-builder"...
99172024-12-17T08:07:40.255Z[ host-image] Dec 17 08:07:38.150 INFO collecting git info from project "amd-firmware"...
99182024-12-17T08:07:40.264Z[ host-image] Dec 17 08:07:38.159 INFO collecting git info from project "pilot"...
99192024-12-17T08:07:40.269Z[ host-image] Dec 17 08:07:38.165 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99202024-12-17T08:07:40.700Z[ host-image] Dec 17 08:07:38.595 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99212024-12-17T08:07:41.045Z[ host-image] Dec 17 08:07:38.940 INFO creating Oxide boot image...
99222024-12-17T08:07:41.046Z[ host-image] Dec 17 08:07:38.940 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fb10fad/189e595 2024-12-17 07:32", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99232024-12-17T08:07:42.057Z[ host-image] Dec 17 08:07:39.952 INFO O| ok, image written!
99242024-12-17T08:07:42.057Z[ host-image] Dec 17 08:07:39.952 INFO O| ok, boot_image_csum file written!
99252024-12-17T08:07:42.062Z[ host-image] Dec 17 08:07:39.957 INFO creating boot archive (CPIO)...
99262024-12-17T08:07:42.065Z[ host-image] Dec 17 08:07:39.957 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
99272024-12-17T08:07:42.072Z[ host-image] Dec 17 08:07:39.967 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99282024-12-17T08:07:42.072Z[ host-image] Dec 17 08:07:39.967 INFO E| + outfile=/work/os-host/cpio
99292024-12-17T08:07:42.072Z[ host-image] Dec 17 08:07:39.967 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99302024-12-17T08:07:42.074Z[ host-image] Dec 17 08:07:39.969 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99312024-12-17T08:07:42.075Z[ host-image] Dec 17 08:07:39.970 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99322024-12-17T08:07:42.111Z[ host-image] Dec 17 08:07:40.006 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99332024-12-17T08:07:42.112Z[ host-image] Dec 17 08:07:40.006 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99342024-12-17T08:07:42.119Z[ host-image] Dec 17 08:07:40.014 INFO creating compressed cpio/unix for nanobl-rs...
99352024-12-17T08:07:42.119Z[ host-image] Dec 17 08:07:40.014 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
99362024-12-17T08:07:42.414Z[ host-image] Dec 17 08:07:40.309 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99372024-12-17T08:07:46.754Z[ host-image] Dec 17 08:07:44.648 INFO creating reset image...
99382024-12-17T08:07:46.758Z[ host-image] Dec 17 08:07:44.648 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99392024-12-17T08:07:46.895Z[ host-image] Dec 17 08:07:44.788 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99402024-12-17T08:07:46.897Z[ host-image] Dec 17 08:07:44.789 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99412024-12-17T08:07:46.960Z[ host-image] Dec 17 08:07:44.854 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99422024-12-17T08:07:49.083Z[ host-image] Dec 17 08:07:46.977 INFO E| Finished `release` profile [optimized] target(s) in 2.16s
99432024-12-17T08:07:49.097Z[ host-image] Dec 17 08:07:46.990 INFO building host image...
99442024-12-17T08:07:49.099Z[ host-image] Dec 17 08:07:46.991 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")
99452024-12-17T08:07:49.628Z[ host-image] Dec 17 08:07:47.521 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99462024-12-17T08:09:04.424Z[ host-image] Dec 17 08:09:02.301 INFO image complete! materials are in "/work/os-host"
99472024-12-17T08:09:04.428Z[ host-image]
99482024-12-17T08:09:04.428Z[ host-image] real 13:47.695743659
99492024-12-17T08:09:04.433Z[ host-image] user 6:38.614726194
99502024-12-17T08:09:04.433Z[ host-image] sys 1:10.043547085
99512024-12-17T08:09:04.433Z[ host-image] trap 0.302108678
99522024-12-17T08:09:04.433Z[ host-image] tflt 0.035705599
99532024-12-17T08:09:04.433Z[ host-image] dflt 0.070502981
99542024-12-17T08:09:04.433Z[ host-image] kflt 0.009484088
99552024-12-17T08:09:04.433Z[ host-image] lock 1:58.958900861
99562024-12-17T08:09:04.433Z[ host-image] slp 1:13:30.412059327
99572024-12-17T08:09:04.433Z[ host-image] lat 2:56.657467717
99582024-12-17T08:09:04.433Z[ host-image] stop 1.810721592
99592024-12-17T08:09:04.433ZDec 17 08:09:02.306 INFO [host-image] process exited with exit status: 0 (827.712449616s)
99602024-12-17T08:09:04.433ZDec 17 08:09:02.307 INFO [tuf-repo] running task
99612024-12-17T08:09:17.778ZDec 17 08:09:15.651 INFO assembling repository in `/tmp/tufaceousA5ZTIv`, component: OmicronRepoAssembler
99622024-12-17T08:09:28.364ZDec 17 08:09:26.236 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99632024-12-17T08:09:29.533ZDec 17 08:09:27.405 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99642024-12-17T08:09:59.408ZDec 17 08:09:57.273 INFO [tuf-repo] task succeeded (54.966301548s)
99652024-12-17T08:11:30.418Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 56s
99662024-12-17T08:11:30.811ZDec 17 08:11:28.657 INFO [verify-libraries] process exited with exit status: 0 (960.102550272s)
99672024-12-17T08:11:30.811ZDec 17 08:11:28.657 INFO all jobs completed in 2325.449908975s
99682024-12-17T08:11:31.363Zprocess exited: duration 3008837 ms, exit code 0
 
99692024-12-17T08:11:31.376Zfound 33 output files
99702024-12-17T08:11:31.376Zuploading: /work/manifest.toml (8404 bytes)
99712024-12-17T08:11:32.390Zuploaded: /work/manifest.toml
99722024-12-17T08:11:32.390Zuploading: /work/repo.zip (1947149365 bytes)
99732024-12-17T08:12:13.928Zuploaded: /work/repo.zip
99742024-12-17T08:12:13.928Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99752024-12-17T08:12:14.937Zuploaded: /work/repo.zip.sha256.txt
99762024-12-17T08:12:14.937Zuploading: /work/helios-setup.log (66031 bytes)
99772024-12-17T08:12:15.952Zuploaded: /work/helios-setup.log
99782024-12-17T08:12:15.952Zuploading: /work/host-image.log (197472 bytes)
99792024-12-17T08:12:16.974Zuploaded: /work/host-image.log
99802024-12-17T08:12:16.977Zuploading: /work/host-package.log (22392 bytes)
99812024-12-17T08:12:17.984Zuploaded: /work/host-package.log
99822024-12-17T08:12:17.984Zuploading: /work/host-target.log (101 bytes)
99832024-12-17T08:12:18.993Zuploaded: /work/host-target.log
99842024-12-17T08:12:18.993Zuploading: /work/omicron-package.log (5575 bytes)
99852024-12-17T08:12:20.003Zuploaded: /work/omicron-package.log
99862024-12-17T08:12:20.003Zuploading: /work/phbl-toolchain.log (881 bytes)
99872024-12-17T08:12:21.012Zuploaded: /work/phbl-toolchain.log
99882024-12-17T08:12:21.013Zuploading: /work/recovery-image.log (593089 bytes)
99892024-12-17T08:12:22.051Zuploaded: /work/recovery-image.log
99902024-12-17T08:12:22.051Zuploading: /work/recovery-package.log (321 bytes)
99912024-12-17T08:12:23.060Zuploaded: /work/recovery-package.log
99922024-12-17T08:12:23.060Zuploading: /work/recovery-target.log (98 bytes)
99932024-12-17T08:12:24.068Zuploaded: /work/recovery-target.log
99942024-12-17T08:12:24.068Zuploading: /work/stamp-clickhouse.log (117 bytes)
99952024-12-17T08:12:25.078Zuploaded: /work/stamp-clickhouse.log
99962024-12-17T08:12:25.078Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99972024-12-17T08:12:26.087Zuploaded: /work/stamp-clickhouse_keeper.log
99982024-12-17T08:12:26.087Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99992024-12-17T08:12:27.096Zuploaded: /work/stamp-cockroachdb.log
100002024-12-17T08:12:27.096Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100012024-12-17T08:12:28.106Zuploaded: /work/stamp-crucible-dtrace.log
100022024-12-17T08:12:28.106Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100032024-12-17T08:12:29.115Zuploaded: /work/stamp-crucible-pantry-zone.log
100042024-12-17T08:12:29.117Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100052024-12-17T08:12:30.125Zuploaded: /work/stamp-crucible-zone.log
100062024-12-17T08:12:30.125Zuploading: /work/stamp-external-dns.log (119 bytes)
100072024-12-17T08:12:31.134Zuploaded: /work/stamp-external-dns.log
100082024-12-17T08:12:31.134Zuploading: /work/stamp-installinator.log (103 bytes)
100092024-12-17T08:12:32.143Zuploaded: /work/stamp-installinator.log
100102024-12-17T08:12:32.143Zuploading: /work/stamp-internal-dns.log (119 bytes)
100112024-12-17T08:12:33.153Zuploaded: /work/stamp-internal-dns.log
100122024-12-17T08:12:33.153Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100132024-12-17T08:12:34.162Zuploaded: /work/stamp-mg-ddm-gz.log
100142024-12-17T08:12:34.164Zuploading: /work/stamp-nexus.log (112 bytes)
100152024-12-17T08:12:35.171Zuploaded: /work/stamp-nexus.log
100162024-12-17T08:12:35.171Zuploading: /work/stamp-ntp.log (110 bytes)
100172024-12-17T08:12:36.179Zuploaded: /work/stamp-ntp.log
100182024-12-17T08:12:36.182Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100192024-12-17T08:12:37.188Zuploaded: /work/stamp-omicron-sled-agent.log
100202024-12-17T08:12:37.188Zuploading: /work/stamp-overlay.log (114 bytes)
100212024-12-17T08:12:38.197Zuploaded: /work/stamp-overlay.log
100222024-12-17T08:12:38.197Zuploading: /work/stamp-oximeter.log (115 bytes)
100232024-12-17T08:12:39.205Zuploaded: /work/stamp-oximeter.log
100242024-12-17T08:12:39.208Zuploading: /work/stamp-oxlog.log (109 bytes)
100252024-12-17T08:12:40.214Zuploaded: /work/stamp-oxlog.log
100262024-12-17T08:12:40.217Zuploading: /work/stamp-probe.log (112 bytes)
100272024-12-17T08:12:41.223Zuploaded: /work/stamp-probe.log
100282024-12-17T08:12:41.225Zuploading: /work/stamp-propolis-server.log (122 bytes)
100292024-12-17T08:12:42.231Zuploaded: /work/stamp-propolis-server.log
100302024-12-17T08:12:42.234Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100312024-12-17T08:12:43.240Zuploaded: /work/stamp-pumpkind-gz.log
100322024-12-17T08:12:43.243Zuploading: /work/stamp-switch-asic.log (118 bytes)
100332024-12-17T08:12:44.250Zuploaded: /work/stamp-switch-asic.log
100342024-12-17T08:12:44.250Zuploading: /work/verify-libraries.log (5735 bytes)
100352024-12-17T08:12:45.259Zuploaded: /work/verify-libraries.log